<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'BentonSansBBVA-Book';
    background: #072146;
  }
  /*Corte*/
  .xte {
    clear: both;
  }
  .copyMobile {
    display: none;
  }
  
  .alignCenter{
    text-align: center;
  }
  
  /*Alert*/
  .alert {
    position: absolute;
    width: 90%;
    max-width: 960px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    z-index: 99;
  }
  
  /*ACCORDION*/
  #accordionContainer .card-body{
    padding: 0px;
  }
  
  @media screen and (max-width:768px) {
    .alert {
      top: 16px;
      position: fixed;
      width: 65%;
      z-index: 9999;
    }
  }
  /* ACCORDION */
  /****************************************
  * First Quiz
  ****************************************/
  #firstQuiz{
    margin: 0px;
    padding: 80px 0 80px;
  }
  #firstQuiz .flexFirst{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .flexFirst .half{
    width: 48%;
    min-height: 375px;
  }
  .flexFirst .half img{
    max-width: 589px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0px auto;
  }
  .flexFirst h2{
    margin: 70px 0 24px 0;
    font-family: 'BentonSansBBVA-Bold';
    max-width: 435px;
    font-size: 28px;
    display: block;
  }
  .flexFirst p{
    font-size: 18px;
    max-width: 294px;
    font-family: 'BentonSansBBVA-Book';
    margin: 0px 0px 32px 0px;
  }
  .centerBtn{
    margin: 0px auto;
  }
  .btn-firstQuiz{
     padding: 0 24px;
      max-width: 250px;
      height: 55px;
      /* background: #1973B8; */
      font-family: 'BentonSansBBVA-Bold';
      font-size: 15px;
      color: #fff;
      display: block;
      text-decoration: none;
      line-height: 55px;
      text-align: center;
      position: relative;
      border: none;
  
      background-color: #49a5e6;
      background: linear-gradient(to right, #043263 50%, #49a5e6 50%);
      background-size: 206% 100%;
      background-position: right bottom;
      transition: all .5s ease-out;
      background-image: linear-gradient(100deg, #043263 50%, #49a5e6 50%);
  }
  
  .btn-firstQuiz:hover{
    color: #fff;
    /* background: var(--medium-blue-light); */
    background-position: left bottom;
    background-image: linear-gradient(100deg, #043263 50%, #49a5e6 50%);
  
  }
  @media screen and (max-width: 1024px) {
    .flexFirst .half img{
      margin: 5vw auto 0;
    }
  }
  @media screen and (max-width: 768px) {
    #firstQuiz{
      padding: 30px 0 30px;
    }
    #firstQuiz .flexFirst{
      flex-direction: column;
      flex-wrap: wrap;
    }
    .flexFirst .half{
      width: 90%;
      margin: 0px auto;
      min-height: 205px;
    }
    .flexFirst .half img{
      max-width: 400px;
      width: 90%;
    }
    .flexFirst .one{
      order: 1;
    }
    .flexFirst .two{
      order: 0;
    }
    .flexFirst h2 {
      margin: 30px auto 0;
      max-width: 435px;
      text-align: center;
    }
    .flexFirst p {
      text-align: center;
      margin: 20px auto 0;
    }
    .btn-firstQuiz{
       margin: 30px auto 0;
    }
  }
  @media screen and (max-width: 500px) {
    #firstQuiz{
      padding: 10px 0 20px;
    }
    #firstQuiz .inner{
      width: 100%;
  
    }
    .flexFirst h2{
      font-size: 22px !important;
      margin: 16px auto 0;
    }
    .flexFirst .half{
      width: 100%;
      margin: 0px auto;
      min-height: 205px;
    }
    .flexFirst .one br{
      display: none;
    }
    .flexFirst .half img{
      margin: 0 auto 0;
    }
    .btn-firstQuiz{
  
      max-width: 500px;
      width: 90%;
  
   }
   }
   @media screen and (max-width: 320px) {
    .flexFirst h2 {
      margin: 0px auto 0;
    }
    .flexFirst h2 {
      font-size: 18px !important;
    }
    .flexFirst p {
      font-size: 16px;
      max-width: 300px;
      margin: 8px 0px 16px 0px;
    }
    .btn-firstQuiz {
      margin: 16px auto 0;
      width: 100%
    }
  
   }
  
  
  
  
  
  /****************************************
  *** Principal container *
  ****************************************/
  #porcentaje_oculto{
    color: #fff;
    pointer-events: none;
    opacity: .1;
  }
  .porcentaje{
    position: absolute;
    bottom: 30px;
    left:40px;
  }
  .close_quiz{
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 99;
  }
  .close-quiz:hover{
    color: #333;
  }
  @media (max-width: 768px){
  
    .porcentaje{
      left: 0px;
      right: 0px;
      margin-left: auto;
      margin-right: auto;
      width: 50px;
      top: 17px;
      z-index: 99;
  }
  
  }
  .principalContainer{
    background: #1465a5;
    width: 100%;
    min-height: 500px;
    margin: 0px;
    padding: 45px 0 80px;
  }
  .principalContainer h1{
    font-family: 'BentonSansBBVA-Bold';
    font-size: 28px;
    width: 100%;
    margin: 0px auto 40px;
    text-align: center;
  }
  
  /* Carousel elements */
  #carouselQuiz .carousel-control-prev {
    top: 30px;
    left: 15px;
    align-items: flex-start;
    width: 40px;
  }
  @media screen and (max-width: 768px) {
    .principalContainer {
      background: #1465a5;
      width: 100%;
      min-height: 500px;
      margin: 0px;
      padding: 24px 0 80px;
    }
  
    .principalContainer h1{
      font-size: 24px;
      width: 100%;
      margin: 0px auto 24px;
    }
  }
  @media screen and (max-width: 500px) {
    .principalContainer{
      padding: 0px 0 0px;
    }
    .principalContainer .inner{
      width: 100%;
    }
    .principalContainer h1 {
      display: none;
    }
  }
  /****************************************
  * Principal container
  ****************************************/
  #carouselQuiz{
    background: white;
    min-height: 600px;
    height: 550px;
  }
  .flexQuiz{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    box-sizing: content-box;
  }
  .contentStart{
    align-items: flex-start;
  }
  .contentCenter{
    align-items: center;
  }
  #optionsContainer1,
  #optionsContainer2,
  #optionsContainer3,
  #optionsContainer4,
  #optionsContainer5,
  #optionsContainer6,
  #optionsContainer7,
  #optionsContainer8,
  #optionsContainer9,
  #optionsContainer10{
    padding-left: 20px;
  }
  #carouselQuiz .half{
   width: 48%;
   max-width: 480px;
   background: #fff; 
   position: relative;
  }
  #carouselQuiz .half &gt; h2{
    font-family: 'BentonSansBBVA-Bold';
    font-size: 28px;
    width: 100%;
    text-align: left;
    padding: 60px 0px 20px 30px;
   }
  #carouselQuiz .half .buttonQuiz{
    background: #F4F4F4;
    position: relative;
    display: block;
    padding: 10px 25px 10px 65px;
    margin: 0 0 8px 0;
    cursor: pointer;
    border: none;
    outline: none;
    border: none;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 10px;
    min-height: 58px;
    height: auto;
    line-height: 1.2em;
    width: 100%;
    text-align: left;
    font-size: 15px;
  }
  #carouselQuiz .half .buttonQuiz:hover{
    background: #D4EDFC;
  }
  @media screen and (max-width: 1024px) {
    #carouselQuiz .half .buttonQuiz:hover{
      background: #F4F4F4;
    }
  }
  @media screen and (max-width: 768px){
    #optionsContainer1, #optionsContainer2, #optionsContainer3, #optionsContainer4, #optionsContainer5, #optionsContainer6, #optionsContainer7, #optionsContainer8, #optionsContainer9, #optionsContainer10 {
      padding-left: 0px !important;
    }
  }
  .activeOption{
    background: #D4EDFC !important;
  }
  #carouselQuiz .half .buttonQuiz .number{
    background: #49A5E6;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    font-family: 'BentonSansBBVA-Bold';
    font-size: 17px;
    line-height: 48px;
    padding: 0px 0px 0px 0px;
    margin: 0 0 0px 0;
    cursor: pointer;
    border: none;
    outline: none;
    border:none 5px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    transform: translateY(-50%);
  }
  .carousel-item{
    padding: 20px;
  }
  .bgGray{
    background: #ccc;;
  }
  .idCount{
    font-family: 'BentonSansBBVA-Bold';
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: right;
    height: 24px;
  }
  
  .quizImg{
    max-width: 275px;
    height: auto;
    display: block;
    margin: 30px auto 0;
  }
  a.buttonPrev {
  
    padding: 0 50px;
    max-width: 72px;
    height: 55px;
    /* background: #1973B8; */
    font-family: 'BentonSansBBVA-Bold';
    font-size: 15px;
    color: #fff;
    display: block;
    text-decoration: none;
    line-height: 55px;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 1px;
    color: #666;
    /* background-color: #004481;
    background: linear-gradient(to right, #1464a5 50%, #1d73b2 50%);
    background-size: 206% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    background-image: linear-gradient(100deg, #1464a5 50%, #1d73b2 50%); */
    
  }
  
  a.buttonPrev:hover{
    color: #333;
  }
  
  a.buttonNext {
  
    padding: 0 50px;
    max-width: 172px;
    height: 55px;
    /* background: #1973B8; */
    font-family: 'BentonSansBBVA-Bold';
    font-size: 15px;
    color: #fff;
    display: block;
    text-decoration: none;
    line-height: 55px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: 30px;
  
    background-color: #004481;
    background: linear-gradient(to right, #1464a5 50%, #1d73b2 50%);
    background-size: 206% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    background-image: linear-gradient(100deg, #1464a5 50%, #1d73b2 50%);
    
  }
  
  a.buttonNext:hover{
    color: #fff;
    background-position: left bottom;
    background-image: linear-gradient(100deg, #1464a5 50%, #1d73b2 50%);
  }
  .izqIcn {
    -webkit-mask-image: url(../images/izq.svg);
    mask-image: url(../images/izq.svg);
  }
  .icnGray{
    -webkit-mask-size: cover;
    mask-size: cover;
    margin: 0px 10px 0px 0px;
    background: #626262;
    top: -2px;
    position: relative;
    width: 12px;
    height: 20px;
    padding: 0px;
    display: inline-block;
    pointer-events: none;
    }
  
  @media screen and (max-width: 1024px) {
  
     #carouselQuiz .half h2 {
      font-size: 24px;
      }
  }
  @media screen and (max-width: 768px) {
    #carouselQuiz{
      height: auto;
    }
    .flexQuiz{
      flex-direction: column;
      flex-wrap: wrap;
    }
    .quizImg{
      max-width: 170px;
      height: auto;
      display: block;
      margin: 0px auto 8px;
    }
    .carousel {
      padding-bottom: 60px;
      /* pointer-events: none; */
    }
    .carousel-item {
      padding: 20px 20px 0 20px;
    }
    .buttonNext,
    .carousel-control-prev,
    .buttonQuiz{
      pointer-events: all;
    }
    #carouselQuiz .half{
      width: 90%;
      max-width: 1024px;
      margin: 0px auto;
     }
     #carouselQuiz .half h2 {
      font-size: 24px;
      margin: 0px auto 30px;
      max-width: 90%;
      text-align: center;
      }
     #carouselQuiz .one{
       order: 1;
     }
  
     #carouselQuiz .two{
       order: 0;
    }
    #carouselQuiz .two br{
      display: none;
    }
    .containerNextButton, .containerPrevButton{
      height: 55px;
      /* background: green; */
      margin: 16px auto 0 0;
    }
    .containerPrevButton{
      position: absolute;
      top: -20px;
      left: -30px;
      z-index: 99;
    }
    a.buttonNext, a.buttonPrev {
      position: relative;
      top: 0;
      left: 0;
      margin: 16px auto 0;
      width: 85%;
      max-width: 655px;
    }
  }
  @media screen and (max-width: 500px) {
      .quizImg {
      max-width: 200px;
      }
      .carousel-item {
        padding: 20px 16px 0 16px !important;
      }
      #carouselQuiz .half {
        width: 100% !important;
      }
      a.buttonNext, a.buttonPrev {
        width: 90%;
      }
      #carouselQuiz .half h2 {
        font-size: 22px;
      }
  }
  @media screen and (max-width: 320px) {
    .quizImg {
      max-width: 160px;
    }
    #carouselQuiz .half h2 {
      font-size: 18px;
      margin: 0px auto 16px;
      max-width: 100%;
    }
    #carouselQuiz .half .buttonQuiz{
  
      height: 50px;
      line-height: 1.1em;
      padding: 10px 25px 10px 56px;
    }
    #carouselQuiz .half .buttonQuiz .number{
  
      width: 40px;
      height: 40px;
  
      line-height: 40px;
    }
  }
  /* Modal */
  .emoji{
    max-width: 26px;
    height: auto;
  }
  .modal-lg::before{
    content: '';
    margin: 0px;
    padding: 0px;
    background: url(../images/clip.png) no-repeat;
    background-size: 100%;
    width: 350px;
    height: 127px;
    position: absolute;
    top: -61px;
    z-index: 999;
    display: block;
  
  
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
  }
  .modal-lg, .modal-xl{
    max-width: 960px;
    width: 90%;
  }
  .modal-dialog{
    margin: 4.5rem auto 0;
    /* border: 15px solid ;
    border:solid 14px #1973B8; */
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
  }
  .imgResultQuiz{
    width: 90%;
    max-width: 200px;
    text-align: center;
    position: relative;
    margin: 70px auto 0;
    padding: 0px;
  }
  .titleResultQuiz{
    width: 80%;
    font-family: 'BentonSansBBVA-Bold';
    font-size: 32px;
    margin: 30px auto 0;
    text-align: center;
  }
  .pagraphResultQuiz{
    width: 80%;
    max-width: 620px;
    font-family: 'BentonSansBBVA-Book';
    font-size: 18px;
    margin: 20px auto 0;
    text-align: center;
  }
  a.consultarReceta{
    padding: 0 35px 0 55px;
    max-width: 232px;
    height: 55px;
    background: #1973B8;
    font-family: 'BentonSansBBVA-Bold';
    font-size: 15px;
    color: #fff;
    display: block;
    text-decoration: none;
    line-height: 55px;
    text-align: center;
    position: relative;
    bottom: 0px;
    right: 0px;
    margin: 30px auto 0;
  }
  a.consultarReceta::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-mask-image: url('../images/icn_visualize.svg');
    mask-image: url('../images/icn_visualize.svg');
    top: 17px;
    left: 30px;
  }
  a.consultarReceta:hover{
    background: var(--medium-blue-light);
  }
  
  @media screen and (max-width: 768px) {
    .modal-lg, .modal-xl{
      max-width: 90%;
    }
    .modal-lg::before{
      width: 300px;
      height: 110px;
    }
  }
  @media screen and (max-width: 500px) {
    .modal-lg::before{
      width: 210px;
      height: 77px;
      top: -37px;
  
    }
    .modal-dialog{
      margin: 3rem auto 0;
      border: 13px solid ;
      border:solid 8px #1973B8;
      -moz-border-radius: 13px;
      -webkit-border-radius: 13px;
      border-radius: 13px;
    }
    .imgResultQuiz{
      width: 90%;
      max-width: 120px;
      margin: 60px auto 0;
    }
    .titleResultQuiz{
  
      font-size: 21px;
      width: 100%;
      margin: 16px auto 0;
  
    }
    .pagraphResultQuiz{
      width: 90%;
      font-size: 16px;
  
    }
    a.consultarReceta{
  
      margin: 24px auto 0 !important;
      max-width: 500px;
      width: 90%;
    }
    a.consultarReceta::before{
      left: 55px;
    }
  }
  @media screen and (max-width: 320px) {
    .modal-lg::before{
      width: 190px;
      height: 70px;
      top: -33px;
  
    }
    .modal-dialog{
      margin: 2.1rem auto 0;
    }
    .imgResultQuiz{
      width: 90%;
      max-width: 100px;
      margin: 50px auto 0;
    }
    .titleResultQuiz {
      font-size: 18px;
    }
    .pagraphResultQuiz {
      width: 90%;
      font-size: 16px;
      margin: 16px auto 0;
  }
    a.consultarReceta {
      margin: 16px auto 0 !important;
    }
    a.consultarReceta::before{
      left: 40px;
    }
  }
  /*Share*/
  .flexShare{
    width: 222px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 30px auto;
  }
  .repetirReceta{
    width: 100px;
    font-size: 15px;
    font-family: 'BentonSansBBVA-Bold';
  }
  .compartirReceta{
    width: 104px;
    font-size: 15px;
    font-family: 'BentonSansBBVA-Bold';
    cursor: pointer;
  }
  
  
  .flexShare .icnTxt{
    display: inline-block;
  }
  .flexShare a .icnRepetir{
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #1973B8;
    -webkit-mask-image: url(../images/icn_update.svg);
    mask-image: url(../images/icn_update.svg);
    margin-right: 8px;
    top: 3px;
  }
  .flexShare a .icnCompartir{
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #1973B8;
    -webkit-mask-image: url(../images/icn_share.svg);
    mask-image: url(../images/icn_share.svg);
    margin-right: 8px;
    top: 2px;
  }
  .flexShare a{
    color: #1973B8;
  }
  .flexShare a:hover{
    color: #49A5E6;
  }
  .flexShare a:hover .icnCompartir,
  .flexShare a:hover .icnRepetir{
    background: #49A5E6;
  } 
  
  
  @media screen and (max-width: 500px) {
    .flexShare{
  
      margin: 24px auto;
    }
  }
  @media screen and (max-width: 320px) {
    .flexShare{
  
      margin: 16px auto;
    }
  }
  
  
  /* Puntos Dobles */
  
  .puntosDoblesacordion {
    font-family: 'BentonSansBBVA-Book';
    background-color: var(--black-100);
    margin: 0px;
    padding: 30px 0;
    text-align: center;
  }
  
  .puntosDacordion .accordion {
    background-color: #fff;
    color: var(--darkish-blue);
    cursor: pointer;
    padding: 24px;
    width: 90%;
    max-width: 960px;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 18px;
    font-family: 'BentonSansBBVA-Bold';
    position: relative;
  }
  
  .puntosDacordion .accordion:after {
    content: '';
    background: url(../images/icn_unfold.svg) no-repeat center center;
    font-weight: bold;
    width: 20px;
    height: 20px;
    position: absolute;
    display: inline-block;
    top: 27px;
    right: 25px;
  }
  
  .puntosDacordion .containerTerms {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }
  
  /*Primer pantalla*/
  #primerPantalla {
    background: url('../images/Hero_TDC_2.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  
  .copyMobile {
    display: none;
  }
  /*****************clip****************/
  .clip {
    width: 960px;
    background: url('../images/Hero_lightstream.png') no-repeat;
    background-position: right;
    /* position: absolute; */
    height: 440px;
    z-index: 99;
    right: 40%;
    margin: 0px auto;
    padding: 0;
  }
  .clip h1 {
    font-family: 'BentonSansBBVA-Medium';
    font-size: 36px;
    color: var(--black-00);
    margin-top: 60px;
  }
  
  .clip h1 span {
    color: var(--aqua);
  }
  
  .clip h2 {
    font-family: 'BentonSansBBVA-Book';
    font-size: 18px;
    color: var(--black-00);
    margin-top: 22px;
    line-height: 30px;
  }
  
  .clip h3 {
    font-family: 'BentonSansBBVA-Medium';
    font-size: 18px;
    color: var(--black-00);
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 28px;
  }
  
  .clip h3::before {
  content: '';
  background: url('../images/reloj.svg') no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0px;
  top: 0px;
  }
  
  .line {
    -webkit-clip-path: polygon(100% 95%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 95%, 0% 100%, 100% 100%);
    width: 100%;
    height: 289px;
    background-color: var(--core-blue-light);
    position: absolute;
    bottom: 0px;
    display: none;
  }
  
  @media screen and (max-width: 1024px) {
    .clip {
      display: none;
    }
  
    .line {
      display: block;
    }
  }
  /**Video**/
  .topHeader {
    position: relative;
    top: 0px;
    margin: 0px;
    padding: 0px;
    background: var(--core-blue-light);
    height: 440px;
    overflow: hidden;
    width: 100%;
    display: grid;
  }
  .videoH {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    min-height: 400px !important;
    width: 100%;
    transform: translate(-30%, -50%);
  }
  .imagenH1 {
    position: absolute;
    top: 55%;
    left: 45%;
    height: auto;
    min-height: 400px !important;
    width: 70%;
    transform: translate(-20%, -50%);
  }
  .imagenH2 {
    position: absolute;
    top: 38%;
    left: 56%;
    height: auto;
    min-height: 400px !important;
    width: 64%;
    transform: translate(-30%, -35%);
  }
  @media screen and (min-width: 1600px) {
    .videoH {
      top: 30%;
      left: 35%;
      width: 80%;
      transform: translate(0%, -30%);
    }
    .imagenH1 {
      top: 40%;
      left: 44%;
      width: 60%;
      transform: translate(0%, -40%);
    }
    .imagenH2 {
      top: 30%;
      left: 35%;
      width: 80%;
      transform: translate(0%, -20%);
    }
  }
  @media screen and (max-width: 1300px) {
    .imagenH2 {
      top: 35%;
      left: 56%;
      width: 66%;
    }
  }
  @media screen and (max-width: 1200px) {
    .imagenH1 {
      top: 54%;
      left: 52%;
      width: 73%;
      transform: translate(-30%, -50%);
    }
  }
  @media screen and (max-width: 1120px) {
    .imagenH2 {
      width: 75%;
      transform: translate(-30%, -35%);
    }
  }
  
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .videoH {
      left: 30%;
      transform: translate(-30%, -50%);
    }
  
    .imagenH1 {
      /* left: 30%;
      transform: translate(-30%, -45%); */
      position: absolute;
      top: 76%;
      left: 30%;
      height: auto;
      min-height: 400px !important;
      width: 100%;
      transform: translate(-30%, -50%);
    }
  
    .imagenH2 {
      transform: translate(-30%, -35%);
      position: absolute;
      top: 55%;
      left: 30%;
      height: auto;
      min-height: 400px !important;
      width: 100%;
      transform: translate(-30%, -35%);
    }
    .topHeader {
      height: 300px;
    }
  }
  @media (max-width: 550px) {
    .copyMobile h1 br {
      display: none;
  }
  }
  @media (max-width: 768px) {
    .topHeader {
      height: 250px;
    }
    .videoH {
      width: 100%;
      min-height: 250px !important;
      transform: translate(-50%, -50%);
    }
    .imagenH1 {
      left: 50%;
      width: 100%;
      top: 0%;
      min-height: 250px !important;
      transform: translate(-50%, 0%);
    }
    .imagenH2 {
      left: 50%;
      width: 100%;
      min-height: 250px !important;
      top: 0%;
      transform: translate(-50%, 0%);
    }
  }
  
  @media (max-width: 570px) {
    .topHeader {
      height: 160px;
    }
    .videoH {
      width: 100%;
      min-height: 180px !important;
      transform: translate(-50%, -50%);
    }
    .imagenH1 {
      left: 50%;
      width: 100%;
      top: 0%;
      min-height: 250px !important;
      transform: translate(-50%, 0%);
    }
  }
  
  /**********Copy mobile*********/
  @media screen and (max-width: 1024px) {
  
    .copyMobile {
      text-align: center;
      color: var(--black-00);
      padding: 32px 0 50px;
      display: block;
      background: var(--core-blue-light);
    }
    .copyMobile h1 {
      font-weight: bold;
      line-height: 1.3;
      text-shadow: none;
      font-family: 'BentonSansBBVA-Medium';
      font-size: 28px;
      max-width: 572px;
      margin: 0px auto 20px auto;
    }
  
    .copyMobile h1 span {
      color: var(--aqua);
    }
    .copyMobile h2 {
      font-family: 'BentonSansBBVA-Light';
      font-size: 18px;
      color: var(--black-00);
      margin-top: 22px;
      line-height: 30px;
      font-size: 20px;
    }
    .copyMobile h2 br {
      display: none;
    }
    .copyMobile h3 {
      text-shadow: none;
      font-family: 'BentonSansBBVA-Medium';
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.05;
      letter-spacing: normal;
      padding-top: 1px;
      padding-left: 28px;
      position: relative;
      width: 164px;
      display: block;
      margin: 8px auto 20px;
    }
    .copyMobile h3::before {
      content: '';
      background: url('../images/reloj.svg') no-repeat;
      background-size: contain;
      width: 18px;
      height: 18px;
      position: absolute;
      left: 0px;
      top: 0px;
      }
  }
  
  @media screen and (max-width: 515px) {
    .copyMobile h1 {
      line-height: 1.3;
      margin-bottom: 25px;
    }
    .copyMobile h2 {
      font-weight: 100;
      line-height: 1.57;
    }
    .copyMobile h3 {
      line-height: 1.57;
      color: var(--black-00);
      margin-top: 22px;
      line-height: 30px;
    }
  }
  
  
  /* TERMS */
  .puntosDobles {
    font-family: 'BentonSansBBVA-Book';
    background-color: #e9e9e9;
    margin: 0px;
    padding: 30px 0;
    text-align: center;
  }
  .puntosD .accordion {
    background-color: #fff;
    color: var(--darkish-blue);
    cursor: pointer;
    padding: 24px;
    width: 90%;
    max-width: 960px;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 18px;
    font-family: 'BentonSansBBVA-Bold';
    position: relative;
  }
  
  .puntosD .accordion:after {
    content: '';
    background: url(../images/icn_unfold.svg) no-repeat center center;
    font-weight: bold;
    width: 20px;
    height: 20px;
    position: absolute;
    display: inline-block;
    top: 27px;
    right: 25px;
  }
  
  .puntosD .containerTerms {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }
  
  .containerTerms p {
    color: var(--darkish-blue);
    font-size: 18px;
    line-height: 28px;
    overflow: auto;
    text-align: justify;
  }
  


  /******************************/
  /** Slider cards **/
  /*****************************/
.swiper-wrapper {
    max-height: 270px;
    height: 100%;
}
.swiperNomina {
  margin: 0px;
  padding: 72px 0;
  width: 100%;
  min-height: 500px;
  height: 100%;
  position: relative;
  text-align: left;
  font-family: 'BentonSansBBVA-Book';
  font-size: 18px;
}

.swiperNomina {
  padding: 72px 0;
}

.swiper-container2 {
  width: 100%;
  height: 100%;
  position: relative;
}

/* .swiperNomina .swiper-button-next {
  color: transparent;
}

.swiperNomina .swiper-button-prev {
  color: transparent;
}
*/
.swiperNomina .swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  background-size: 27px 44px;
} 

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.tdc {
  transition: .5s all;
  filter: blur(2px);
}

.thr {
  transform: scale(0.6);
  z-index: 60;
}

.sec {
  transform: scale(0.8);
  z-index: 80;
}

.selected {
  transform: scale(1.4);
  filter: blur(0px);
  z-index: 200;
}

@media screen and (max-width: 960px){
  .selected {
      transform: scale(0.9);
  }
  .sec, .thr{
   display: none;
  }
}
@media screen and (max-width: 400px){
  .swiper-wrapper {
    max-height: 220px;
    height: 100%;
}
}
@media (min-width: 992px){
  .modal-lg, .modal-xl {
      max-width: 560px;
  }
}</pre></body></html>