.max-w {
  max-width: 1600px;
  margin: auto; }

.page-alv {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 14px;
  position: relative;
  background: #fff; }
  .page-alv strong {
    font-weight: bold; }
  .page-alv img {
    max-width: 100%; }
  .page-alv h2 {
    font-size: 30px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px; }
    .page-alv h2.text-pink {
      color: #ff81b9; }
  .page-alv section {
    padding: 2vh 0; }
  .page-alv .cursive {
    font-family: 'Satisfy', cursive; }
  .page-alv .text-pink {
    color: #ff81b9; }
  .page-alv .text-orange {
    color: #f4ae58; }
  .page-alv .text-green {
    color: #c9d866; }
  .page-alv .title {
    text-transform: uppercase;
    font-weight: 700; }
  .page-alv .bg-gray, .page-alv .third-section {
    background: #f9f9f9; }
  .page-alv .header {
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 18px; }
    .page-alv .header .bg {
      position: relative; }
      @media (min-width: 769px) {
        .page-alv .header .bg.animated::after {
          border: 80px solid white;
          background: rgba(0, 0, 0, 0); } }
      @media (min-width: 769px) {
        .page-alv .header .bg.animated::before {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); } }
      .page-alv .header .bg::after {
        content: '';
        border: 0 solid white;
        position: absolute;
        z-index: 100;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.5);
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s; }
        @media (max-width: 768px) {
          .page-alv .header .bg::after {
            background: rgba(255, 255, 255, 0.8); } }
      .page-alv .header .bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        width: 100%;
        background: white;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s; }
    .page-alv .header img {
      width: 100%;
      height: calc(100vh - 80px);
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center left;
      object-position: center left; }
    .page-alv .header .text {
      z-index: 101;
      margin: 0 auto;
      padding: 0 1.25em;
      position: absolute;
      top: 50%;
      left: 75%;
      width: 40%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .page-alv .header .text img {
        width: 70%;
        -o-object-fit: contain;
        object-fit: contain;
        position: absolute;
        margin-top: -9em;
        height: 200px; }
      @media (max-width: 768px) {
        .page-alv .header .text {
          width: auto;
          top: auto;
          left: 0;
          bottom: 0;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); } }
  .page-alv .second-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50vh;
    padding: 2vh 0;
    background: white; }
    @media (min-width: 768px) {
      .page-alv .second-section .container {
        max-width: 80em; } }
    @media (max-width: 520px) {
      .page-alv .second-section .container img {
        width: 70%;
        margin-bottom: 1em; } }
  .page-alv .third-section ul {
    list-style: none;
    padding-left: 0; }
  .page-alv .third-section li img {
    max-width: 70px;
    height: auto; }
  .page-alv .third-section h3 {
    color: #c9d866;
    font-size: 22px;
    line-height: 1.2; }
    .page-alv .third-section h3 span {
      font-size: 130%; }
  .page-alv .fourth-section h3 {
    font-size: 25px;
    color: #f4ae58; }
  .page-alv .fourth-section img {
    margin-top: -3em; }
  @media (max-width: 520px) {
    .page-alv .fourth-section .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .page-alv .fourth-section .container img {
        width: 65%;
        margin-bottom: 1em; } }
  .page-alv .fifth-section h3 {
    font-size: 25px;
    color: #ff81b9; }
  .page-alv .sixth-section h3 {
    color: #f4ae58; }
  .page-alv .sixth-section .b-hpt {
    cursor: pointer; }
  .page-alv .sixth-section .modal button.close {
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 100; }
  .page-alv .sixth-section #resModal h4 {
    color: #f4ae58; }
  .page-alv .sixth-section #resModal button.close {
    opacity: 1; }
    .page-alv .sixth-section #resModal button.close span {
      color: #f4ae58; }
  .page-alv .sixth-section #cutModal h4 {
    color: #c9d866; }
  .page-alv .sixth-section #cutModal button.close {
    opacity: 1; }
    .page-alv .sixth-section #cutModal button.close span {
      color: #c9d866; }
  .page-alv .sixth-section #digModal h4 {
    color: #ff81b9;
    opacity: 1; }
  .page-alv .sixth-section #digModal button.close {
    opacity: 1; }
    .page-alv .sixth-section #digModal button.close span {
      color: #ff81b9; }
  .page-alv .eighth-section a {
    color: #333;
    text-decoration: underline; }
  @media (max-width: 570px) {
    .page-alv .d-mdc-block {
      display: none; } }
  @media (max-width: 520px) {
    .page-alv .mt {
      margin-top: -10em; } }
  .page-alv .nine-section {
    background: url("../images_nhsc/bginfo.jpg?v=1.0") no-repeat;
    height: 600px;
    background-size: cover;
    padding: 5vh; }
    @media (max-width: 769px) {
      .page-alv .nine-section {
        height: 500px; } }
    @media (max-width: 670px) {
      .page-alv .nine-section {
        height: 400px; } }
    @media (max-width: 570px) {
      .page-alv .nine-section {
        background: url("../images_nhsc/bgm-info.png?v=1.1") no-repeat;
        height: 400px;
        background-size: contain; }
        .page-alv .nine-section .row {
          margin-top: 0 !important; }
          .page-alv .nine-section .row .jc {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
    .page-alv .nine-section .t-white {
      color: white;
      font-size: 48px; }
      @media (min-width: 2000px) {
        .page-alv .nine-section .t-white {
          font-size: 35px !important; } }
      @media (max-width: 769px) {
        .page-alv .nine-section .t-white {
          font-size: 35px !important; } }
      @media (max-width: 669px) {
        .page-alv .nine-section .t-white {
          font-size: 30px !important; } }
      @media (max-width: 520px) {
        .page-alv .nine-section .t-white {
          font-size: 40px !important; } }
      @media (max-width: 322px) {
        .page-alv .nine-section .t-white {
          font-size: 35px !important; } }
    .page-alv .nine-section .m {
      width: 100% !important; }
      @media (max-width: 520px) {
        .page-alv .nine-section .m {
          width: 100% !important; } }
    .page-alv .nine-section .img img {
      width: 60%; }

.cs-tabpanel {
  overflow: hidden;
  height: 100vh; }
  @media (max-width: 967px) {
    .cs-tabpanel {
      height: auto;
      overflow-x: hidden; } }
  .cs-tabpanel .tabpanel-left {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px; }
  .cs-tabpanel .tabpanel-right {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .cs-tabpanel .tabpanel-right a:not(.fancy-btn) {
      color: #f4ae58;
      text-decoration: underline; }
    .cs-tabpanel .tabpanel-right .cs-instrucciones {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .cs-tabpanel .tabpanel-right .cs-instrucciones h1 {
        font-size: 17.5px; }
    .cs-tabpanel .tabpanel-right hr {
      width: 100%; }
    .cs-tabpanel .tabpanel-right small {
      color: #bbb; }
    .cs-tabpanel .tabpanel-right::before {
      content: '';
      position: absolute;
      background: #fff;
      border-radius: 50%;
      z-index: -1;
      height: 100%;
      width: 200%;
      top: -10%;
      left: -50%; }
      @media (min-width: 768px) {
        .cs-tabpanel .tabpanel-right::before {
          height: 200%;
          width: 100%;
          top: -50%;
          left: -28%; } }
    .cs-tabpanel .tabpanel-right h1, .cs-tabpanel .tabpanel-right h2, .cs-tabpanel .tabpanel-right h3, .cs-tabpanel .tabpanel-right h4, .cs-tabpanel .tabpanel-right h5, .cs-tabpanel .tabpanel-right h6 {
      color: #ff81b9;
      text-align: center; }
      .cs-tabpanel .tabpanel-right h1 i, .cs-tabpanel .tabpanel-right h2 i, .cs-tabpanel .tabpanel-right h3 i, .cs-tabpanel .tabpanel-right h4 i, .cs-tabpanel .tabpanel-right h5 i, .cs-tabpanel .tabpanel-right h6 i {
        font-family: 'Satisfy', cursive;
        font-style: normal; }
    .cs-tabpanel .tabpanel-right span[data-toggle] {
      color: #f4ae58;
      font-size: 23px;
      cursor: pointer; }
    .cs-tabpanel .tabpanel-right label {
      position: relative;
      font-size: 18px;
      margin-right: 15px; }
      .cs-tabpanel .tabpanel-right label input[type="checkbox"] {
        opacity: 0;
        margin-right: 10px; }
        .cs-tabpanel .tabpanel-right label input[type="checkbox"]:checked + .checkmark::before {
          content: '\2713'; }
      .cs-tabpanel .tabpanel-right label .checkmark {
        width: 20px;
        height: 20px;
        background: #c9d866;
        position: absolute;
        top: 4px;
        left: -25px;
        border-radius: 5px;
        font-size: 15px; }
        .cs-tabpanel .tabpanel-right label .checkmark::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          color: #fff;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .cs-tabpanel .tabpanel-right .card {
      border: none;
      padding: 0 1em .5em; }

.fancy-btn {
  background: #ff81b9;
  padding: .6em 1.5em;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: color 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto;
  font-size: 14px; }
  .fancy-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65%;
    height: 120%;
    background: #ff81b9;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .3;
    z-index: -1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
  .fancy-btn:hover {
    color: #ff81b9;
    text-decoration: none;
    background-color: #fceff6; }
    .fancy-btn:hover::before {
      width: 105%;
      height: 120%;
      border-radius: 30px;
      opacity: 1; }

#sintomasTabControl {
  position: absolute;
  bottom: 40px;
  left: 66.66%;
  z-index: 1; }
  #sintomasTabControl.nav-tabs {
    border: none;
    color: #333; }
    #sintomasTabControl.nav-tabs .nav-item {
      margin: 0; }
    #sintomasTabControl.nav-tabs .nav-link {
      color: #333;
      border: none; }
      #sintomasTabControl.nav-tabs .nav-link:hover, #sintomasTabControl.nav-tabs .nav-link:focus {
        border: none; }
      #sintomasTabControl.nav-tabs .nav-link.active {
        border: none;
        background: #f4ae58;
        border-radius: 5px;
        color: #fff;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); }

.hcp-menu {
  position: fixed;
  z-index: 900;
  top: 100px;
  display: block;
  background: #ff81b9; }
  .hcp-menu a {
    color: #fff; }
    .hcp-menu a:hover {
      text-decoration: none; }

.hcp-menu.container-fluid a {
  font-size: 0.7em !important; }

.cs-legend {
  position: absolute;
  width: 100%;
  background: #ff81b9;
  color: #fff;
  left: 0;
  top: 60px;
  padding: 5px 15px;
  text-align: center;
  z-index: 100; }

.healthcare-nav {
  color: #fff;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: auto;
  font-size: 16px;
  width: 100%;
  overflow-y: scroll;
  -webkit-box-shadow: inset 0 2px 5px #ff81b9, inset 0 -2px 5px #ff81b9, inset 2px 0 5px rgba(0, 0, 0, 0.5), inset -2px 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 5px #ff81b9, inset 0 -2px 5px #ff81b9, inset 2px 0 5px rgba(0, 0, 0, 0.5), inset -2px 0 5px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .healthcare-nav {
      font-size: 20px;
      width: 80%;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-shadow: none;
      box-shadow: none;
      overflow-y: visible; } }
  .healthcare-nav__item {
    position: relative;
    text-align: center;
    color: #ff81b9;
    list-style: none;
    -webkit-transition: background .3s ease-in;
    -o-transition: background .3s ease-in;
    transition: background .3s ease-in; }
    @media (max-width: 767px) {
      .healthcare-nav__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; } }
    .healthcare-nav__item a {
      padding: .5em .7em;
      display: inline-block;
      line-height: 1; }
      @media (max-width: 991px) {
        .healthcare-nav__item a {
          font-size: .7em !important;
          padding: 1.3em .7em; } }
      .healthcare-nav__item a[aria-expanded] .icon-chevron-down {
        font-size: 13px; }
      .healthcare-nav__item a[aria-expanded="true"] .icon-chevron-down::before {
        content: "\49"; }
    .healthcare-nav__item:hover {
      background: #dc1c72; }
    .healthcare-nav__item:hover ul,
    .healthcare-nav__item:hover ul:hover {
      visibility: visible; }
  .healthcare-nav .healthcare-subnav {
    position: absolute;
    top: 100%;
    left: 50%;
    visibility: hidden;
    padding-top: 20px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100; }
    .healthcare-nav .healthcare-subnav li {
      background-color: #fff;
      width: 150px;
      text-align: center;
      list-style: none; }
      .healthcare-nav .healthcare-subnav li:hover {
        background-color: var(--hover-hcp-nav); }
      .healthcare-nav .healthcare-subnav li a {
        padding: .3em .5em;
        display: block; }
      @media (min-width: 768px) {
        .healthcare-nav .healthcare-subnav li {
          width: 300px; } }

.top_arrow:after {
  bottom: calc(100% - 20px);
  left: 50%;
  border: solid transparent;
  content: " ";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px; }
