<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-image: url('../images/active-sellers/background-q2.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
#optionsContainer2 .buttonQuiz:nth-child(4){
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .s56{
    font-size: 32px;
  }
  .carousel-item .s56{
    font-size: 40px;
  }

}
.buttonQuiz{
  margin-left: 20px;
  margin-right: 20px;
}

#optionsContainer2 .buttonQuiz {
  border: 0;
  width: 480px !important;
  max-width: 470px;
  background: #ffffff;
  border-radius: 24px;
  /* height: 48px; */
  height: 66px;
}
@media screen and (max-width: 992px) {
  #optionsContainer2 .buttonQuiz {
    border: 0;
    width: 320px !important;
    background: #ffffff;
    border-radius: 24px;
    /* height: 48px; */
    height: 100px;
  }
}
#optionsContainer2{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/*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: 160px;
  }
}
/* ACCORDION */
/****************************************
* First Quiz
****************************************/

#firstQuiz{
  margin: 0px;
  padding: 80px 0 80px;
}
.respuestas-container .buttonQuiz{
  border: 0;
  width: 80%;
  max-width: 262px;
  background: #ffffff;
  border-radius: 24px;
  height: 48px;
  /* height: 64px; */
  
}

@media screen and (max-width: 1024px) {
  .respuestas-container .buttonQuiz{
    border: 0;
    max-width: 350px;
    width: 90%;
    background: #ffffff;
    border-radius: 24px;
    height: 48px;
    
  } 
}
#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;
}
.firstAnimation {
  max-width: 400px !important; 
}
@media screen and (max-width: 768px) {
  .firstAnimation {
    max-width: 370px !important; 
  } 
}
/* .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;
} */
.btn-firstQuiz{
   padding: 0 50px;
    max-width: 262px;
    width: 262px;
    height: 56px;
    /* background: #1973B8; */
    font-family: 'BentonSansBBVA-Bold';
    font-size: 24px;
    color: #fff;
    display: block;
    text-decoration: none;
    line-height: 55px;
    text-align: center;
    position: relative;
    border: none;
    border-radius: 10px;
    transition: all .5s ease-out;
    background-color: #2e3192;
    /* 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%); */
}

.btn-firstQuiz:hover{
  color: #2e3192;
  /* background: var(--medium-blue-light); */

  /* background-position: left bottom;
  background-image: linear-gradient(100deg, #1464a5 50%, #1d73b2 50%); */
  background-color: #fff;

}
.btn-lastQuiz{
   padding: 0 50px;
    max-width: 262px;
    width: 100%;
    height: 56px;
    /* background: #1973B8; */
    font-family: 'BentonSansBBVA-Bold';
    font-size: 24px;
    color: #2e3192;
    /* display: block; */
    text-decoration: none;
    line-height: 55px;
    text-align: center;
    position: relative;
    border: none;
    border-radius: 10px;
    transition: all .5s ease-out;
    background-color: #00ffff;
    /* 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%); */
}

.btn-lastQuiz:hover{
  color: #2e3192;
  /* background: var(--medium-blue-light); */

  /* background-position: left bottom;
  background-image: linear-gradient(100deg, #1464a5 50%, #1d73b2 50%); */
  background-color: #fff;

}
@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
****************************************/
.principalContainer{
  background: url('../images/pattern.png') repeat;
  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: url(../images/pattern.png) repeat;
    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: transparent;
  min-height: 400px;
  /*height: 500px;*/
}
.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;
}
#carouselQuiz .half{
 width: 48%;
 max-width: 450px;

 position: relative;
}
#carouselQuiz .half h2{
  font-family: 'BentonSansBBVA-Bold';
  font-size: 28px;
  width: 100%;
  margin: 80px 0 30px 20px;
  text-align: left;
 }
#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: 40px;
  height: 58px;
  line-height: 1.2em;
  width: 100%;
  text-align: left;
  font-size: 15px;
}
#carouselQuiz .half .buttonQuiz:hover{
  background: #D4EDFC !important;
}
@media screen and (max-width: 1024px) {
  #carouselQuiz .half .buttonQuiz:hover{
    background: transparent;
  }
}
.activeOption{
  background: #00ffff !important;
  color:#072146;


}
#carouselQuiz .half .buttonQuiz .number{
  background: #49A5E6;
  color: #fff;
  position: absolute;
  top: 5px;
  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;
}
.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;
}
.quiz2{
  max-width: 240px;
}
.containerNextButton{
  position:relative;
  width: 100%;
  display: flex;
  justify-content: right;
}
a.buttonNext{

  padding: 0 50px;
  max-width: 262px;
  height: 56px;
  /* background: #1973B8; */
  font-family: 'BentonSansBBVA-Bold';
  font-size: 24px;
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 55px;
  text-align: center;
  /* position: absolute; */
  position: relative;
  /* bottom: 30px;
  right: 30px; */
  border-radius: 10px;
  transition: all .5s ease-out;
  background-color: #2e3192;
  /* 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: #2e3192;
  background: #fff;
  /* background-position: left bottom;
  background-image: linear-gradient(100deg, #1464a5 50%, #1d73b2 50%); */
}

@media screen and (max-width: 1024px) {

   #carouselQuiz .half h2 {
    font-size: 24px;
    }
}
@media screen and (max-width: 768px) {
  #carouselQuiz{
    height: auto;
  }

  .quizImg{
    max-width: 220px;
    height: auto;
    display: block;
    margin: 0px auto 0;
  }

  .carousel {
    padding-bottom: 32px;
    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{
    height: 55px;
    /* background: green; */
    margin: 16px auto 0 0;
    position: relative;
  }
  a.buttonNext {
    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 {
      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 */
.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{
  
}

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;
  }


  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 {
    
  }
  .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;
}</pre></body></html>