@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-bold.woff2") format("woff2"), url("../fonts/manrope-bold.woff") format("woff"), url("../fonts/manrope-bold.otf") format("truetype");
  /* Android, iOS */
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-semibold.woff2") format("woff2"), url("../fonts/manrope-semibold.woff") format("woff"), url("../fonts/manrope-semibold.otf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-medium.woff2") format("woff2"), url("../fonts/manrope-medium.woff") format("woff"), url("../fonts/manrope-medium.otf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-regular.woff2") format("woff2"), url("../fonts/manrope-regular.woff") format("woff"), url("../fonts/manrope-regular.otf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-light.woff2") format("woff2"), url("../fonts/manrope-light.woff") format("woff"), url("../fonts/manrope-light.otf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-thin.woff2") format("woff2"), url("../fonts/manrope-thin.woff") format("woff"), url("../fonts/manrope-thin.otf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #D6FFFF;
}

.cb {
  clear: both;
}

.img-res {
  width: 100%;
}

.supra {
  min-height: calc(100vh - 125px);
}

.contenedor-fluid {
  width: 100%;
  margin: 0;
  padding: 0 0.7rem;
}

.contenedor {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 0.7rem;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
}
.grid-x .grid-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}
@media only screen and (max-width: 576px) {
  .grid-x .grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.tt-relativo {
  position: relative;
  background-color: #FFF;
  border-radius: 0.3rem;
  padding: 1rem;
  margin: 1rem 0;
}
.tt-relativo .tt-icono {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.9rem;
  color: #75BBF9;
}
.tt-relativo .tt-nombre {
  margin: 0;
  padding: 0;
}
.tt-relativo .tt-nombre a {
  color: #75BBF9;
  text-decoration: none;
}
.tt-relativo .tt-nombre img {
  border-radius: 50%;
  float: left;
  margin-right: 1rem;
}
.tt-relativo .tt-user {
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 0;
  padding: 0;
}
.tt-relativo .tt-user a {
  color: #243c51;
  text-decoration: none;
}
.tt-relativo .tt-fecha {
  font-size: 0.8rem;
  color: #75BBF9;
  margin: 0;
  padding: 0;
}
.tt-relativo .tt-texto {
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 0;
  padding: 0;
}
.tt-relativo .tt-texto a {
  text-decoration: none;
  color: #243c51;
}

.claim {
  margin: 3rem auto 1rem auto;
  padding: 0;
  width: 100%;
  max-width: 720px;
}
@media only screen and (max-width: 1200px) {
  .claim {
    max-width: 690px;
  }
}

.prox-txt p {
  margin: 2rem auto;
  padding: 0;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #243c51;
  font-weight: 600;
  width: 100%;
  max-width: 768px;
}
.prox-txt h4 {
  margin: 3rem auto 6rem auto;
  padding: 0;
  color: #243c51;
  text-align: center;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 576px) {
  .prox-txt h4 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

.img-central {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.img-central .img-nube {
  width: 8.5rem;
  height: 4.5rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.img-central .img-mundo {
  width: 25.2rem;
}

.button {
  display: flexbox;
}
.button .sosteniblometro {
  width: 23rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #75BBF9;
  border-radius: 3rem;
}
.button p {
  margin: 1rem;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 500;
}

.box-reto {
  border-radius: 34px;
  background-color: #FFF;
}
.box-reto .logo {
  width: 96px;
}
.box-reto p {
  color: #75BBF9;
  font-size: 36px;
  line-height: 47;
  font-weight: 700;
}

/*  CABECERA  */
.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
  margin-bottom: 1rem;
}

.cabecera {
  background-color: #D6FFFF;
  max-width: 1140px;
  width: 100%;
  margin: 1rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media only screen and (max-width: 576px) {
  .cabecera {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.cabecera .caja-puntos {
  color: #FFF;
  background-color: #75BBF9;
  padding: 0.5rem 2rem;
  border-radius: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.cabecera .caja-puntos .caja-puntos-puntos {
  padding: 0 0.5rem;
  margin: 0;
  font-size: 2rem;
}
.cabecera .caja-puntos .caja-puntos-txt {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.2rem;
}
.cabecera .cabecera-menu {
  min-width: 180px;
  text-align: center;
  padding: 1rem;
}
.cabecera .cabecera-menu i {
  font-size: 2rem;
  color: #75BBF9;
}

.menu-des {
  /*position:fixed;
  top:100px;
  left:50%;
  z-index:101;*/
  background-color: #D6FFFF;
  display: none;
  padding: 1rem 0;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.menu-des nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.menu-des nav a {
  color: #243c51;
  font-size: 1.5rem;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
}

/*  /CABECERA  */
/*	PREGUNTAS	*/
.pregunta {
  /*.caja-2, .caja-3, .caja-4, .caja-5, .caja-6, .caja-7, .caja-8, .caja-9, .caja-10{
  	display:none;
  }*/
}
.pregunta .caja {
  position: relative;
  width: 100%;
  max-width: 676px;
  background-color: #FFF;
  border-radius: 25px;
  margin: 1rem auto;
  padding: 2rem;
}
.pregunta .caja .blq-iconos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.pregunta .caja .blq-botones {
  margin: 1rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media only screen and (max-width: 576px) {
  .pregunta .caja .blq-botones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.pregunta .caja .pre-ico img {
  width: 100px;
}
@media only screen and (max-width: 576px) {
  .pregunta .caja .pre-ico img {
    width: 80px;
    margin: 0.3rem 0;
  }
}
.pregunta .caja .pre-ods img {
  width: 80px;
  margin: 0 0 0 0.3rem;
}
@media only screen and (max-width: 576px) {
  .pregunta .caja .pre-ods img {
    width: 60px;
  }
}

.pre-logo {
  width: 100%;
  margin: 2rem auto;
  padding: 0;
  text-align: center;
}
.pre-logo img {
  width: 100%;
  max-width: 300px;
}

.pre-nube1, .pre-nube2 {
  position: absolute;
}

.pre-nube1 {
  top: 0;
  left: 0;
  margin-left: -73px;
  margin-top: -36px;
  -webkit-animation: muevonube1 5s infinite;
  animation: muevonube1 5s infinite;
}

@-webkit-keyframes muevonube1 {
  0% {
    left: 0;
  }
  50% {
    left: 20px;
  }
  100% {
    left: 0;
  }
}
@keyframes muevonube1 {
  0% {
    left: 0;
  }
  50% {
    left: 20px;
  }
  100% {
    left: 0;
  }
}
.pre-nube2 {
  bottom: 0;
  right: 0;
  margin-right: -93px;
  margin-bottom: -5px;
  -webkit-animation: muevonube2 7s infinite;
  animation: muevonube2 7s infinite;
}

@-webkit-keyframes muevonube2 {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}
@keyframes muevonube2 {
  0% {
    right: 0;
  }
  50% {
    right: 15px;
  }
  100% {
    right: 0;
  }
}
.pre-cont {
  font-size: 1.7rem;
  line-height: 1.9rem;
  color: #243c51;
  text-align: center;
}

.pre-txt {
  font-size: 2.5rem;
  line-height: 2.7rem;
  color: #243c51;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pre-txt {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

/*	/PREGUNTAS	*/
/* RESULTADO */
.engloba-resultado {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .engloba-resultado {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.engloba-resultado .caja-blanco {
  position: relative;
  background-color: #FFF;
  border-radius: 25px;
  margin: 1rem 0.5rem;
  padding: 2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.engloba-resultado .caja-izq .pre-resultado-img {
  width: 100%;
  max-width: 333px;
}
.engloba-resultado .caja-izq .res-txt {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #243c51;
  margin: 1rem 0;
  padding: 0;
  max-width: 333px;
}
.engloba-resultado .caja-izq .res-xl {
  text-align: center;
  font-size: 3.2rem;
  line-height: 3.4rem;
  color: #4FC27E;
  margin: 1rem 0;
  padding: 0;
}
@media only screen and (max-width: 576px) {
  .engloba-resultado .caja-izq .res-xl {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
.engloba-resultado .caja-izq .res-sol {
  margin: 0.5rem 0;
  width: 100%;
  text-align: center;
}
.engloba-resultado .caja-izq .res-sol img {
  -webkit-animation: soleado 3s infinite;
  animation: soleado 3s infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.engloba-resultado .caja-resultado {
  width: 177px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 177px;
  flex: 0 0 177px;
}
.engloba-resultado .caja-resultado .res-txt-2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
}
.engloba-resultado .caja-resultado .res-txt-2 span {
  color: #4FC27E;
  font-size: 3rem;
  line-height: 3.1rem;
}
@media only screen and (max-width: 576px) {
  .engloba-resultado .caja-resultado.vacia {
    display: none;
  }
}

@-webkit-keyframes soleado {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes soleado {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.resultado-txt-1 {
  text-align: center;
  font-size: 2rem;
  line-height: 2.2rem;
  color: #243c51;
  margin: 2rem 0;
  padding: 0;
}

.resultado-txt-2 {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #243c51;
  margin: 2rem 0;
  padding: 0;
}

#irconsejos {
  text-align: center;
}

.resultado-btn {
  text-align: center;
  margin: 3rem auto;
}

.caja-comparte {
  width: 100%;
  max-width: 1140px;
  background-color: #FFF;
  border-radius: 25px;
  margin: 1rem auto 3rem auto;
  padding: 0.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.caja-comparte .caja-comparte-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
}
.caja-comparte .caja-comparte-txt p {
  font-size: 1.5rem;
  line-height: 1.7rem;
  color: #243c51;
  padding: 0;
  margin: 1rem 0;
}
.caja-comparte .caja-comparte-redes {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.caja-comparte .caja-comparte-redes i {
  font-size: 2.5rem;
  line-height: 2.7rem;
  color: #75BBF9;
  cursor: pointer;
  -webkit-transition: -webkit-transform ease-in-out 300ms;
  transition: -webkit-transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
}
.caja-comparte .caja-comparte-redes i:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* /RESULTADO */
/* CONTACTO */
.form-contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
  width: 100%;
  margin: 1rem auto;
}
.form-contacto div {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
}
.form-contacto div.consiento {
  text-align: left;
  font-size: 0.8rem;
  line-height: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form-contacto div.consiento p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 0.3rem;
}
.form-contacto input, .form-contacto textarea {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  color: #243c51;
  border: 1px solid #75BBF9;
  border-radius: 5px;
}

.msg {
  background-color: #FFF;
  color: #75BBF9;
  border: 1px solid #75BBF9;
  border-radius: 1rem;
  padding: 1rem 2rem;
  margin: 1rem 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

/* /CONTACTO */
.btn-x {
  background-color: #75BBF9;
  border: 0;
  border-radius: 3rem;
  padding: 0.5rem 2rem;
  margin: 0 0.3rem;
  font-size: 1.7em;
  color: #FFF;
  min-width: 10rem;
  cursor: pointer;
  -webkit-transition: background-color ease-in-out 500ms;
  transition: background-color ease-in-out 500ms;
}
@media only screen and (max-width: 576px) {
  .btn-x {
    font-size: 1.4em;
    margin: 0.3rem 0.3rem;
  }
}
.btn-x:hover {
  background-color: #138bf5;
}

/* PIE */
footer {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .menu-pie {
  font-size: 0.7rem;
  color: #000;
}
footer .menu-pie a {
  color: #000;
}
footer .menu-pie .ico-redes {
  background-color: #75BBF9;
  border-radius: 50%;
  color: #D6FFFF;
  font-size: 1rem;
  margin: 0 0.2rem;
  padding: 0.2rem;
}
footer .ods-pie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 576px) {
  footer .ods-pie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
footer .ods-pie p {
  color: #2c77ba;
}
footer .ods-pie p.ods-pie-txt {
  margin: 0;
  padding: 0 1rem 2.8rem 0;
}
@media only screen and (max-width: 576px) {
  footer .ods-pie p.ods-pie-txt {
    padding: 2rem 0 0 0;
  }
}
footer .aenor-pie img {
  width: 100%;
  max-width: 260px;
}
footer .bases-legales p {
  color: #575555;
  font-size: 0.5rem;
}