 /* Animación del destello */
 @keyframes destello {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
/* Fin animación */
html {
    scroll-behavior: smooth;
}
body{
    font-family: 'Gotham', sans-serif;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 auto;
    padding:.5rem 1rem;
    z-index: 100;
}

.header__logo {
    width:100%;
    max-width: 120px;
}
.header__boton{
     color:#fff;
     font-size: 15px;
     font-style: normal;
     border-radius: 50px;
     background: #294579;
     border: none;
     padding: 10px 20px;
     margin: 0 10px;
}
.header__botonbl{
     color:#294579;
     font-size: 15px;
     font-style: normal;
     border-radius: 50px;
     background: #fff;
     border: none;
     padding: 16px 20px;
     margin:0 10px;
     text-decoration: none;
}
.header__jarra{
    display: flex;
    flex-direction:row;
    justify-content: space-around;
    align-items: center;
    flex: 0 0 auto;
}
.header__jarra .contador{
    color:#294579;
    font-weight: 900;
    font-size: 40px;
    margin-bottom:0;
}
.header__jarra .palabras{
    color:#294579;
    font-size: 17px;
    line-height: 16px;
    margin-bottom:0;
}
.header__jarra .m2{
    color:#294579;
    font-size: 13px;
    margin-bottom:0;
}
.header__jarra img{
    margin:0 10px 0 0;
}
.header__jarrita{
    width:95px;
    height: 116px;
    background-image: url("../images/jarra_menu_2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.header__porcentaje{
    /*border:1px solid #ccc;*/
    margin:.6rem 0 0 .9rem;
    width: 56px;
}
.header__dato{
    color:#8EE0FF;
    width: 100%;
    padding:0;
    margin:70px 0 0 0; /* máximo 70px para el contador */
    border-bottom: 2px solid #8EE0FF;
    text-align: center;
}
@media (max-width: 992px) {
    .header__botones{
        flex: 1 0 auto;
        order:5;
        display:flex;
        flex-direction: column;
        align-items: center;
        padding: .3rem 0;
    }
    .header__boton, .header__botonbl{
        font-size:12px;
        padding: 6px 8px;
        margin:.1rem 0;
    }
}
.blq-jarra {
    position: relative;
    min-height: 450px;
    width: 100%;
    padding-top:8rem;
    background-image: url("../images/cab-fondo.jpg");
    background-size: cover;
    background-position: center;
    color:#122A56;
}
@media (max-width: 538px) {
    .blq-jarra{
        padding-top:12rem;
    }
}
.blq-jarra__h1{
    font-size: 108.98px;
    font-style: normal;
    font-weight: 500;
    line-height: 113.521px;
}
.blq-jarra__h1 img{
    width: 100%;
    max-width: 823px;
}
.blq-jarra__texto{
    margin: 5rem 0 3rem 0;
    max-width: 600px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}
.blq-jarra__h3{
    margin: 3rem 0;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    max-width: 600px;
}
.blq-jarra__boton{
     color:#fff;
     font-size: 23px;
     font-style: normal;
     border-radius: 50px;
     background: #294579;
     border: none;
     padding: 10px 20px;
     margin:1rem 0 3rem 0;
}
/* INICIO JARRA */
.jarra {
    width: 800px;
    height: 880px;
    position: absolute;
    top:230px;
    left: 50%;
    background-image: url(../images/jarra.png);
    background-repeat: no-repeat;
    background-size: contain;
    /*border: 1px solid #ccc;*/
    z-index:2;
}
.jarra__agua{
    position:absolute;
    bottom: 40px;
    left: 45px;
    height: 450px;
    width: 550px;

    background-image: url(../images/agua-n3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;

    overflow: hidden;
    z-index: 3;
}
.jarra__sombra{
    width: 100%;
    padding:.5rem 1rem;
    box-sizing: border-box;
    position:relative;
    z-index: 99;
}

.palabra {
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-style: normal;
    position: absolute;
    font-size: 2rem;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.80);
    display: block;
}
.brillo {
    position: absolute;
    width: 80px; /* Tamaño del brillo */
    height: 80px;
    pointer-events: none;
    opacity: 0;
    animation: destello 1s linear forwards;
    z-index: 5;
}
/* query para pantallas menores de 1600px */

@media (max-width: 1600px) {
    .jarra {
        width: 600px;
        height: 680px;
        /*right: 0;*/
        left:53%;
    }
    .jarra__agua{
        position:absolute;
        bottom: 40px;
        left: 30px;
        height: 335px;
        width: 430px;
    
        background-image: url(../images/agua-n3.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    
        overflow: hidden;
        z-index: 3;
    }
    .jarra__sombra{
        width: 100%;
        padding:.5rem 1rem;
        box-sizing: border-box;
        position:relative;
        z-index: 99;
    }
    .palabra {
        position: absolute;
        font-size: 1.6rem;
        color: white;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.80);
        display: block;
    }
}
@media (max-width: 1200px) {
    .jarra{
        position:relative;
        top:auto;
        left:auto;
        margin:0 auto;
    }
    .blq-jarra__texto{
        max-width: 100%;
    }
    .blq-jarra__h3{
        max-width: 100%;
    }
    .palabra{
        font-size:1.4rem;
    }
}
@media (max-width: 700px) {
    .jarra{
        width: 360px;
        height: 400px;
    }
    .jarra__agua{
        bottom: 19px;
        left: 19px;
        height: 197px;
        width: 255px;
    }
    .palabra{
        font-size:1rem;
    }
}
/* FIN JARRA */

.blq-subjarra__txt{
    color: #122A56;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 600px;
    margin: 3rem 0;
}
.blq-subjarra__destacado{
    box-sizing: border-box;
    max-width: 500px;
    border-radius: 30px;
    background: #DDEAF8;
    padding: 1rem 2rem;
    margin: 3rem 0;
    color: #294579;
    font-size: 50.285px;
    font-style: normal;
    font-weight: 900;
    line-height: 50.285px;
}
.blq-subjarra__destacado--normal{
    font-weight: 400;
    font-size: 42.743px;
    font-style: normal;
}
@media (max-width: 1600px) {
    .blq-subjarra{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex: 0 0 auto;
        padding: 3rem 0 0 0;


    }
}
@media (max-width: 1200px) {
    .blq-subjarra{
        flex-direction: column-reverse;
        padding:1rem;
    }
    .blq-subjarra__destacado{
        font-size: 34px;
        line-height: 34px;
    }
    .blq-subjarra__destacado--normal{
        font-size: 28px;
    }
}

.blq-foto{
    display: flex;
    flex-direction:row;
    justify-content: space-around;
    align-items: flex-end;
    padding: 25rem 1rem 8rem 1rem;
}
.blq-foto h3{
    color: #122A56;
    margin: 3rem 0;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  max-width: 600px;
}
.blq-foto-ico{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: flex-end;
    margin:30px 0;
}
.blq-foto-ico img{
    max-height: 50px;
}
.blq-foto__img{
    max-width: 400px;
    width: 100%;
    border-radius:2rem;
    flex: 0 0 auto;
}
.blq-foto__boton{
    color: #fff;
  font-size: 23px;
  font-style: normal;
  border-radius: 50px;
  background: #294579;
  border: none;
  padding: 10px 20px;
}
.blq-foto__txt{
    max-width: 650px;
    padding:0 1rem;
    flex: 0 0 auto;
}
.blq-foto__p{
    color: #122A56;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.blq-foto__p--grande{
    font-size: 28px;
}
@media (max-width: 1600px) {
    .blq-foto{
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding:6rem 1rem;
    }
    .blq-foto__txt{
        padding:1rem;
    }
}
@media (max-width: 1200px) {
    .blq-foto{
        flex-direction: column;
        justify-content: space-around;
    }
}

.blq-esencial {
    width:100%;
    padding: 4rem 1rem;
    background-image: url('../images/bg-blq-esencial.png');
    background-size: cover;
    background-position: center;

}
.blq-esencial__txt{
    max-width: 600px;
    margin:2rem auto;
    color: #122A56;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 34.928px;
}
.blq-esencial__h1{
    max-width: 600px;
    margin:2rem auto;
    padding: 2rem 0 4rem 0;
    color: #122A56;
    text-align: center;
    font-size: 83.631px;
    font-style: normal;
    font-weight: 400;
    line-height: 83.631px; 
    /*border-bottom: 1px solid #A1D3E5;*/
}
.blq-esencial__tit{
    width: 100%;
    max-width: 641px;
}
.blq-esencial__btn{
    cursor:pointer;
    max-width:594px;
    width: 100%;
}
/*.blq-esencial__caja{
    max-width: 550px;
    padding: 2rem 2rem 3.7rem 2rem;
    margin: 4rem auto;
    border-radius: 49px;
    background: #DDE9F7;
    box-shadow: 0px 4px 20px 0px rgba(132, 157, 192, 0.50); 
    color: #122A56;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;*/ /* 106.667% */
    /*text-align: left;
    background-image: url('../images/ico-blq-esencial.png');
    background-repeat: no-repeat;
    background-position: 90% 100%;
    background-size: 100px;
}*/

.blq-queremos {
    width:100%;
    padding: 6rem 0rem;
    background-color: #fff;
    text-align: center;
}
.blq-queremos__tit{
    width: 100%;
    max-width: 608px;
}
footer{
    background-color: #DDEAF8;
    width: 100%;
    padding:0 1rem;

}
.footer {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /*flex: 0 0 auto;*/
    padding:7rem 0rem 0 0rem;
    z-index: 100;
    background-color: #DDEAF8;
}
.footer__redes img{
    width:100%;
    max-width:40px;
    margin:0 8px;
}
.footer__hashtag img{
    width:100%;
    max-width:400px;
}
.footer__ods img{
    width:100%;
    max-width:150px;
}
.footer__logo img{
    width:100%;
    max-width:150px;
}
.footer__menu{
    font-size:13px;
    color:#122A56;
    width:100%;
    text-align: center;
    padding-top:6rem;
}
.footer__menu a {
    color:#122A56;
    text-decoration: none;
    text-align: center;
}
@media (max-width: 960px) {
    .footer{
        flex-direction: column;
        padding:1rem;
    }
    .footer__redes{
        padding:.3rem 0;
    }
    .footer__ods{
        padding:.3rem 0;
    }
    .footer__logo{
        padding:.3rem 0;
    }
    .footer__hashtag{
        padding:.3rem 0;
    }
}

/*modal*/
.modal .modal-content{
    background-image: url('../images/modal-fondo.png');
    background-size: cover;
    background-position: center;
}
.modal .modal-header {
    border-bottom:0;
    padding:50px 50px 10px 50px;
}
.modal .modal-header img{
    width:70%;
}
/*.modal .btn-close{
    color:#849DC0;
    font-size: 1.5rem;
}*/
.modal .cerrar{
    max-width:40px;
    cursor:pointer;
    position:absolute;
    top:20px;
    right: 20px;
}
.modal .modal-body{
    padding:10px 50px 50px 50px;
}
.modal .form-control{
    margin-bottom:10px;
    color:#294579;
}
.modal textarea{
    font-size: 60px;
    height:135px;
}
.modal .modal-texto{
    font-size: 1rem;
}
.modal .btn-cancelar{
    color:#fff;
    font-size: 15px;
    font-style: normal;
    border-radius: 50px;
    background: #849DC0;
    border: none;
    padding: 10px 20px;
    margin: 0 10px;
    font-weight: bold;
}
.modal .btn-sumar{
    color:#fff;
    font-size: 15px;
    font-style: normal;
    border-radius: 50px;
    background: #294579;
    border: none;
    padding: 10px 20px;
    margin: 0 0px;
    font-weight: bold;
}
#mod-palabra-ok .modal-accion{
    color:#849DC0;
    font-size:30px;
    line-height: 35px;
    font-weight: 400;
}
#mod-palabra-ok .modal-descarga{
    color:#122A56;
    font-size:1rem;
}
#mod-palabra-ok .modal-hashtag{
    color:#122A56;
    font-size:1rem;
}
#mod-palabra-ok .modal-ayuda{
    margin-top:50px;
}
#mod-palabra-ok p{
    margin-top:1rem;
    margin-bottom:2rem;
}


.bases{
  padding: 6rem 0px;
  color: #122A56;
}
.bases h5{
    margin: 2rem 0 1rem 0;
}
.bases p{
    margin: 0rem 0 1rem 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: rgb(18, 42, 86);
  text-align: justify;
}
.bases ul{
    text-align: justify;
}