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

.cabecera {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cabecera .container-menu {
  margin-top: 0 0 0 0;
}
.cabecera .logo-cabecera {
  width: 8.2rem;
  height: 3rem;
}
.cabecera .puntos-acumulados {
  background-color: #75bbf9;
  border-radius: 19px;
  width: 351px;
  height: 67px;
}
.cabecera .puntos-acumulados p {
  margin: 0.2rem auto;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: #FFFFFF;
  font-weight: 700;
}
.cabecera .menu {
  color: #75BBF9;
}

.container-menu{
  display: flex;
  justify-content: space-around;
  /*justify-content: space-between;*/
  margin-top: 40px;
  margin-bottom: 95px;
}
.logo-cabecera{
width: 8.2rem;
height: 3rem;
}
.puntos-acumulados{
background-color: #75bbf9;
border-radius: 19px;
width: 351px;
height: 60px;
margin-top: 10px;
}
.puntos-acumulados table{
  color:#FFFFFF;
  font-weight: 700;
  margin: .5rem;
  margin-left: 2rem;
}
.puntos-acumulados .puntos{
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.6rem;
}
.puntos-acumulados .sostenipuntos{
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.2rem;
}
.menu{
color: #75BBF9;
align-self: center;
}


body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #D6FFFF;
}
.container-txt{
  margin-left: 3rem;
  margin-right: 3rem;
}
.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;
}

.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;
}
.body-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;
}
.margen{
  margin-top: 5rem;
}
.body-txt h2{
  color: #243c51;
  text-align: center;
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: 700;
}
.body-txt h3 {
  margin: 1rem auto;
  color: #243c51;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
}
.body-txt h4 {
  margin: 1rem 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;
  display: flex;
  align-items: self-end;
}
.img-mundo img{
  width: 400px;
}

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

/*Cookies*/
.button-cookies {
  display: flex;
  justify-content: center;
  width: 23rem;
  text-align: center;
}
.button-cookies .sosteniblometro {
  width: 23rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #75BBF9;
  border-radius: 3rem;
}
.button-cookies a {
  margin: 1rem;
  color: #FFF;
  font-size: 1rem;
  line-height: 2.2rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  padding: .5rem;
}
.cookie-bar {
  padding: 10px 30px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: url("/images/bluePixel.png");
  color: #fff;
  box-sizing: border-box;
}
.cookie-bar a{
    color: #fff;
}
div#info_cookies {
      width: 80%;
      float: left;
      font-size: 14px;
    }
.banner-buttons{
    width: 15%;
    float: right;
}
.cookie-bar .btn-left a {
  display: inline-block;
  border-radius: 3px;
  margin-top: 8px;
  margin-left: 0;
  padding: 8px 12px;
  width: auto;
  background-color: #cfcfcf;
  font-size: 14px;
  color: #224a91;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  float: left;
}
.cookie-bar .btn-right a {
  float: right;
  display: inline-block;
  border-radius: 3px;
  margin-top: 8px;
  padding: 8px 12px;
  width: auto;
  background-color: #cfcfcf;
  font-size: 14px;
  color: #224a91;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.modal {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
  outline: 0;
  font-size: 12px;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none;
      }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
@media (max-width: 1500px) {
  div#info_cookies {
      width: 100%;
      font-size: 12px;
    }
  .banner-buttons{
      width: 100%;
      font-size: 12px;
    }
    .cookie-bar .btn-right a {
      float: left;
      margin-left: 20px;
    }
  }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

/*	CAJAS-CONSEJOS	*/
.container-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5rem;
}
@media only screen and (max-width: 576px) {

  .box1{
    align-self: center;
    margin: 2rem 0 !important;
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .box2{
    align-self: center;
    margin: 2rem 0 !important;
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .box3{
    align-self: center;
    margin: 2rem 0 !important;
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .box4{
    align-self: center;
    margin: 2rem 0 !important;
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .box5{
    align-self: center;
    margin: 2rem 0 !important;
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .box6{
    align-self: center;
    margin: 2rem 0 !important;
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .box7{
    align-self: center;
    margin: 2rem 0 !important;
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .box8{
    align-self: center;
    margin: 2rem 0 !important;
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .box9{
    align-self: center;
    margin: 2rem 0 !important;
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .box10{
    align-self: center;
    margin: 2rem 0 !important;
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .box11{
    align-self: center;
    margin: 2rem 0 !important;
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .box12{
    align-self: center;
    margin: 2rem 0 !important;
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .box13{
    align-self: center;
    margin: 2rem 0 !important;
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .box14{
    align-self: center;
    margin: 2rem 0 !important;
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .box15{
    align-self: center;
    margin: 2rem 0 !important;
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .box-descargables{
    align-self: center;
    margin: 2rem 0 !important;
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 1280px) {
  .container-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box1{
    align-self: center;
    margin: 2rem 0 !important;
  }
  .box2{
    align-self: center;
    margin: 2rem 0 !important;
  }
  .box3{
    align-self: center;
    margin: 2rem 0 !important;
  }
  .box4{
    align-self: center;
    margin: 2rem 0 !important;
  }
  .box5{
    align-self: center;
    margin: 2rem 0 !important;
  }
  .box6{
    align-self: center;
    margin: 2rem 0 !important;
  }
  .box7{
    align-self: center;
    margin: 2rem 0 !important;
  }
  .box8{
    align-self: center;
    margin: 2rem 0 !important;
  }
  .box9{
    align-self: center;
    margin: 2rem 0 !important;
  }
  .box10{
    align-self: center;
    margin: 2rem 0 !important;
  }
  .box11{
    align-self: center;
    margin: 2rem 0 !important;
  }
  .box12{
    align-self: center;
    margin: 2rem 0 !important;
  }
  .box13{
    align-self: center;
    margin: 2rem 0 !important;
  }
  .box14{
    align-self: center;
    margin: 2rem 0 !important;
  }
  .box15{
    align-self: center;
    margin: 2rem 0 !important;
  }
  .box-descargables{
    align-self: center;
    margin: 2rem 0 !important;
  }
}
.box1{
  background-color: white;
  width: 465px;
  height: 434px;
  border-radius: 29px;
  margin: 2rem 2rem auto 9rem;
}
.box2{
  background-color: white;
  width: 465px;
  height: 500px;
  border-radius: 29px;
  margin: 2rem 9rem auto 2rem;
}
.box3{
  background-color: white;
  width: 465px;
  height: 500px;
  border-radius: 29px;
  margin-top: -4rem;
  margin: -3rem 2rem auto 9rem;
}
.box4{
  background-color: white;
  width: 465px;
  height: 575px;
  border-radius: 29px;
  margin-top: 3rem;
  margin: 4rem 9rem auto 2rem;
}
.box5{
  background-color: white;
  width: 465px;
  height: 515px;
  border-radius: 29px;
  margin-top: -2rem;
  margin: -2rem 2rem auto 9rem;
}
.box6{
  background-color: white;
  width: 465px;
  height: 461px;
  border-radius: 29px;
  margin-top: 3rem;
  margin: 4rem 9rem auto 2rem;
}
.box7{
  background-color: white;
  width: 465px;
  height: 505px;
  border-radius: 29px;
  margin-top: 2rem;
  margin: 1rem 2rem auto 9rem;
}
.box8{
  background-color: white;
  width: 465px;
  height: 569px;
  border-radius: 29px;
  margin-top: 3rem;
  margin: 4rem 9rem auto 2rem;
}
.box9{
  background-color: white;
  width: 465px;
  height: 505px;
  border-radius: 29px;
  margin-top: -1rem;
  margin: -3rem 2rem auto 9rem;
}
.box10{
  background-color: white;
  width: 465px;
  height: 465px;
  border-radius: 29px;
  margin-top: 3rem;
  margin: 4rem 9rem auto 2rem;
}
.box11{
  background-color: white;
  width: 465px;
  height: 450px;
  border-radius: 29px;
  margin-top: 3rem;
  margin: 0 2rem auto 9rem;
}
.box12{
  background-color: white;
  width: 465px;
  height: 420px;
  border-radius: 29px;
  margin-top: 3rem;
  margin: 4rem 9rem auto 2rem;
}
.box13{
  background-color: white;
  width: 465px;
  height: 600px;
  border-radius: 29px;
  margin-top: 3rem;
  margin: 0 2rem auto 9rem;
}
.box14{
  background-color: white;
  width: 465px;
  height: 424px;
  border-radius: 29px;
  margin-top: 2.5rem;
  margin: 4rem 9rem auto 2rem;
}
.box15{
  background-color: white;
  width: 465px;
  height: 490px;
  border-radius: 29px;
  margin-top: 3rem;
  margin: 4rem 2rem 8rem 9rem;
}
.box-descargables{
  align-self: center;
  background-color: white;
  width: 465px;
  height: 265px;
  border-radius: 29px;
  margin-top: 3rem;
  margin: 4rem 2rem 8rem 9rem;
}
.image{
  text-align: center;
  margin-top: 2rem;
}
.image img{
  width: 100px;
}
.blue-txt{
  margin: 1rem;
}
.blue-txt p{
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  color: #2c77ba;
}
.black-txt{
  margin: 1rem;
}
.black-txt p{
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #243c51;
}
.ODS-image{
  text-align: center;
}
.ODS-image img{
  width: 50px;
}
/*	PREGUNTAS	*/
.pregunta .caja-2, .pregunta .caja-3, .pregunta .caja-4, .pregunta .caja-5, .pregunta .caja-6, .pregunta .caja-7, .pregunta .caja-8, .pregunta .caja-9, .pregunta .caja-10 {
  display: none;
}
.pregunta .caja {
  width: 100%;
  max-width: 676px;
  background-color: #FFF;
  border-radius: 25px;
  margin: 1rem auto;
  padding: 2rem;
}

/*	/PREGUNTAS	*/
.btn-x {
  background-color: #75BBF9;
  border: 0;
  border-radius: 3rem;
  padding: 0.5rem 2rem;
  font-size: 1.7em;
  color: #FFF;
  min-width: 10rem;
  cursor: pointer;
}
.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 .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 a {
  color: #575555;
  font-size: 0.5rem;
  text-decoration: none;
}
