@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;800&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}
body{
    overflow-x: hidden;
}
.contenedor-menu-y-contacto{
    display: none;
}

.purechat-button-expand{    
    display: none;
}

.dos-porciento{
    height: 40%;
    width: 45%;
}

.links-pag div p a{
    font-size: 1.5rem;
    text-decoration: none;
    color: #626262;
}
.links-pag div p {
    font-size: 1.5rem;
    color: #626262;
}
.links-pag div  {
    padding: 5%;
}

.titulo-caritas{
    background: #a6dbe4;
    height: auto;
    width: 100vw;
    font-size: 2rem;
    text-align: center;

}
.titulo-caritas-people{
    background: #a6dbe4;
    height: auto;
    width: 100vw;
    font-size: 2rem;
    display: flex;
    align-items: center;
}
.letra-chica{
margin-top: 1%;
    font-size: .6rem;
    font-weight: bold;
}
.container-2{
    width: 6rem;
    margin-right: 1rem;
}
.dos-porciento{
    width: 100%;   
}
.menu-mobile{
    position: fixed;
    background: #a6dbe4;
    height: auto;
    width: 15rem;
    margin-left: 6.8rem;
    margin-top: 46rem;
    z-index: 2;
}
.menu-mobile ul{
    list-style: none;
    font-size: 1.6rem;
    padding-left: 1rem;
}
.menu-mobile ul li {
    margin-top: 1rem;
}
.menu-mobile ul a{
    text-decoration: none;
    color: #1c1c1c;
}
.li-hover{
    transition: all .2s ease;
}
.li-hover:hover{
    color: red;
}
input{
    outline: none;
    border: none;
}
#text-warning{
    cursor: pointer;
}
.contenedor-acordeon h2{
    text-align: center;
    font-size: 40px;
    margin-bottom: 35px;
}
.acordeon{
    background: #fff;
    margin-left: 3rem;
}
.acordeon2{
    background: #fff;
}
.acordeon label{
    display: block;
    padding: 20px;
    font-size: 20px;
    background: #fff;
    color: black;
    cursor: pointer;
    transition: all 300ms ease;
}
.acordeon2 label{
    display: block;
    padding: 20px;
    font-size: 20px;
    background: black;
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease;
}
.acordeon label:hover{
    background: black;
	color: #fff;
}
.acordeon2 label:hover{
    background: black;
	/* color: #fff; */
}
.acordeon .contenido-acordeon{
    padding: 0px;
    margin: 0px 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 300ms ease;
}
.acordeon2 .contenido-acordeon{
    padding: 0px;
    margin: 0px 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 300ms ease;
}
.btn-acordeon:checked ~ .contenido-acordeon{
    max-height: 1000px;
    padding: 15px 0px;
}
.btn-acordeon{
    display: none;
}
.read{
    color: #41bacc;
}
.read-footer{
    color: #41bacc;
    background: black;
}
textarea{
	width: 98.5vw;
}

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 10vh;
    background: black;
}
header button{
    height: 2rem;
    width: 2rem;
    margin-right: 1rem;
    background: none;
    outline: none;
    border: none;
}

.gaia-img{
    height: 4rem;
    width: 6rem;
}
.salogo-img{
    height: 4rem;
    width: 4rem;
}
.video-buttons{
    display: none;
}
.telegram-img{
    height: 2.5rem;
    width: 2.5rem;
}

.encabezado{
    background: #AAD0D6;
    width: 100%;
    height: 5vh;
    text-align: center;
}

.encabezado p{
    font-weight: bold;
    padding: 0 1rem;
}

.videos video{
    width: 100vw;
}

.links-texto{
    text-decoration: none;
    color: black;
    font-weight: bold;
    text-align: center;
}
.links-para-tablet{
    display: none;
}

#red{
    color: red;
}

.rectangulo{
    background: #AAD0D6;
    height: 1rem;
    width: 98.7vw;
}
.rectangulo-rojo{
	background: red;
	height: 2rem;
	width: 100%;
}

iframe{
    width: 100vw;
    height: 50vh;
}

.slider{
    height: 40vh;
    width: 98.5vW;
}

.textoArea{
	display: flex;
	flex-wrap: wrap;
}
.textoArea > textarea{
	margin: 1rem 0 0 0;
}
.textoAzul{
	background: #64b5c2;
	color: #FFF;
	font-weight: bold;
	padding: 1rem;
	margin: 1rem;
}
.textoAzul a{
    text-decoration: none;
    color: #FFF;
}
.imgs-gaia{
    background: #AAD0D6;
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo18{
    height: 10rem;
    width: 100vw;
}
.contenedor-espacio{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../IMAGES-1/fondo-est7.gif");
    width: 90vw;
    height: auto;
}
.salogo-espacio{
    height: 6rem;
    width: 6rem;
}
.gaia-team-gif{
    height: 4rem;
    width: 20rem;
}
.contacta{
    margin-right: 15rem;
    height: 3rem;
    width: 6rem;
}
.info-megastore{
    background: #FFCC00;
    font-weight: bold;
    margin: 1rem;
    padding: 1rem;
}
.info-megastore a{
    text-decoration: none;
}
.title-blue{
    color: #46c0d3;
    font-size: 1.5rem;
    padding: 1rem;
}
.title-blue div{
    color: #626262;
    font-size: 1.5rem;
}

.seccion-pdf{
    height: auto;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pdf-contenedor{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #626262;
    font-size: 1rem;
    font-weight: 500;
    margin: 1rem 0;
}

.pdf{
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}
.centro{
	text-align: center;
}
.notes{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.notes p{
    padding: 1rem 1rem 0 1rem;
}
.notes a{
	text-decoration: none;
	color: #1c1c1c;
	font-weight: bold;
}
.notes img{
	height: 6rem;
	width: 6rem;
}
.titulos{
	background: black;
	color: #fff;
    padding-left: .5rem;
}
.titulos a{
    text-decoration: none;
    color: #71c7d4;
}
.titulo{
    font-size: 1.6rem;
    text-align: center;
}
.segundo-titulo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.segundo-titulo a{
    font-size: 1.5rem;
    text-decoration: none;
    color:#41bacc ;
}
.donaciones img{
	width: 100vw;
	height: 10rem;
}
.empresas{
    padding: 1rem 1rem 0 1rem;
}
.img-sponsor{
    background: #8accd6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    width: 100vw;
}
.img-sponsor img{
    margin: 0.5rem;
    width: 6rem;
    height: 3rem;
    border: 2px solid black;
}
.img-sponsor a img:hover{
    transition: all .3s ease;
    transform: scale(1.3);
}
.sponsor-container{
    background: #46c0d3;
    text-align: center;
    font-weight: bold;
}
.sponsor-container > a > img{
    height: 35rem;
    width: 100vw;
    padding: 2rem;
}
.contenedor-pbi{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contenedor-pbi a img{
    height: 7rem;
    width: 60vw;
}
.galeria-img{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.galeria-img > img{
    margin: .5rem 0;
    height: 278px;
    width: 90%;
}

.galeria-img > a > img:hover{
    transition: all 1s ease;
    border-radius: 50px;
    cursor: pointer;
}
.pie-galeria{
    background: #AAD0D6;
    color: #2e2d2d;
    padding: .5rem .5rem .5rem 1rem;
    font-weight: bold;
    cursor: pointer;
}
.contenedor-notas{
    padding: 1rem;
}

.titulo-1{
    color: white;
    background: #00899e;
    height: 3rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 1rem;
}
.desarrollo-1{
    background: #71c7d4;
    color: white;
    font-weight: bold;
    padding: 1rem;
    height: 35.25rem;
}
.titulo-2{
    color: white;
    background: #9e0000;
    height: 3rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 1rem;
}
.desarrollo-2{
    background: #da5c5c;
    color: white;
    font-weight: bold;
    padding: 1rem;
    height: 35.25rem;
}
.titulo-3{
    color: white;
    background: #009e00;
    height: 3rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 1rem;
}
.desarrollo-3{
    background: #41df4f;
    color: white;
    font-weight: bold;
    padding: 1rem;
    height: 35.25rem;
}
.titulos-bajo-notas{
    padding: 1rem;
    margin-left: .2rem;
}
.titulos-bajo-notas{
    text-decoration: none;
    font-weight: bold;
    color: #AAD0D6;

}
#texto-bajo-notas-1 {
    font-size: 1.5rem;
    cursor: pointer;
}
#texto-bajo-notas-2 {
    font-size: 1.5rem;
    cursor: pointer;
}
#texto-bajo-notas-3 {
    font-size: 1.5rem;
    cursor: pointer;
}
footer{
    background: black;
    background-repeat: no-repeat;
    background-size: cover;
}
footer p{
    padding-left: 1rem;
}
.footer-donation img{
    height: 12rem;
    width: 100vw;
}

.container-video{
    height: 100vh;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-video video{
    margin-left: 3rem;
    margin-bottom: 15rem;
    height: 80vh;
    width: 90%;
}
.texto-footer{
    color: #fff;

}
.footer-pdfs{
    height: auto;
    width: 100vw;
    color: white;
    padding: 1rem 1rem 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid blanchedalmond;
}
.footer-pdfs img {
    background: white;
    border-radius: 5px;
}
.footer-pdfs a{
    text-decoration: none;
    color: #F4C768;
}
.footer-contact{
    margin-top: 1rem;
    border: 2px solid blanchedalmond;
}
.btn{
    background: black;
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn button{
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}
.btn button  img{
    height: 3rem;
    width: 3rem;
}
.contact{
    font-size: 2rem;
    color: white;
    font-weight: 500;
    text-align: center;
}
.texto-contacto a{
    color: white;
    text-align: center;
    text-decoration: none;
}
.text-parners{
    color: white;
    text-align: center;
}
.text-parners a{
    margin-top: 3rem;
    color: white;
    text-align: center;
    text-decoration: none;
}
.texto-info{
    font-size: 1.5rem;
    color: white;
    text-align: center;
}
.texto-info a{
    text-decoration: none;
    color: #F4C768;
}
.contenedor-info{
    height: 3rem;
    width: 100vw;
    background: yellow;
    text-align: justify;
    padding: 0 1rem .5rem 0;
    font-weight: bold;
}
.contenedor-info a{
    text-decoration: none;
    color: #1c1c1c;
}
.img-proyectos{
    height: auto;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.img-proyectos a img{
    height: 16rem;
    width: 99vw;
}
.texto-final{
    color: white;
    text-align: center;
    margin-right: 1rem;
}
.imagenes{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 6rem;
}
.salogo-footer{
    height: 14rem;
    width: 14rem;
}
.proyecto-footer{
    height: 6rem;
    width: 10rem;
}
.objetivos-milenio img{
    height: 20rem;
    width: 100vw;
}
.shop-button{
    all: unset;
    margin-left: 1rem;
    margin-right: 1rem;
}
.shop-button a{
    text-decoration: none;
    color: #1c1c1c;
    font-weight: bold;
    font-size: 1rem;
    animation: light .5s alternate infinite ease;
}
@keyframes light {
	0% {color: #1c1c1c;}
	100% {color: red;}
}
.container-caritas{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.caritas{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: .1rem;
    width: 20rem;
    height: 30rem;
}
.caritas > img{
    width: 50%;
    height: 30%;
}
.caritas button{
    all: unset;
}
.negrita{
    font-weight: bold;
}
.gris{
    color: #8d8c8c;
    font-weight: 600;
}
@media (min-width: 500px){
    .container-video{
        height: 100vh;
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container-video video{
        margin-left: 3rem;
        margin-bottom: 10rem;
        height: 80vh;
        width: 90%;
    }
    .menu-mobile{
        position: fixed;
        background: #46c0d3;
        height: auto;
        width: 15rem;
        margin-left: 15rem;
        margin-top: 46rem;
        z-index: 2;
    }
    .menu-mobile ul{
        list-style: none;
        font-size: 1.6rem;
        padding-left: 1rem;
    }
    .menu-mobile ul li {
        margin-top: 1rem;
    }
    .menu-mobile ul a{
        text-decoration: none;
        color: #1c1c1c;
    }
    header{
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100vw;
        height: 15vh;
        background: black;
    }
    .purechat-button-expand{
        display: none;
    }
}
@media (min-width: 900px){
    #button-burger{
        display: none;
    }
    .menu-mobile{
        display: none;
    }
    body{
        overflow-x: hidden;
    }
    .purechat-button-expand{    
        height: 3.5rem;
        width: 3.5rem;
        background-color: rgb(255, 255, 255);
        border-radius: 50%;
        padding: .5rem;
        display: block;
        cursor: pointer;
    }
    .contenedor-menu{
        font-family: arial, helvetica, sans-serif;
        display: flex;
        flex-direction: column;
        margin-left: .5rem;
    }
    h5{
        cursor: pointer;
        transition: all .2s ease;
        font-size: 1rem;
    }
    h5:hover{
        color: red;
    }
    li{
        list-style: none;
        color: #1c1c1c;
        line-height: 2;
        border-top: 1px solid black ;
        margin-right: 1rem;
        cursor: pointer;
    }
    .flex-container{
        display: flex ;
        align-items: center;
        text-align: center;
        padding: 1rem; 
    }
    .img{
        display: none; 
    }
    #menu-desplegable{
        position: absolute;
        z-index: 2;
        width: 40rem;
        background: #AAD0D6;
        border-top: 5px solid rgb(18, 93, 95) ;
        border-bottom: 5px solid rgb(18, 93, 95) ;
        margin-top: 3rem;
        padding-left: 1rem;
    }
    #menu-desplegable2{
        position: absolute;
        z-index: 2;
        width: auto;
        background: #AAD0D6;
        border-top: 5px solid rgb(18, 93, 95) ;
        border-bottom: 5px solid rgb(18, 93, 95) ;
        margin-top: 3rem;
        padding-left: 1rem;
    }
    .li-hover{
        transition: all .2s ease;
    }
    .li-hover:hover{
        color: red;
    }
    .contacto-button{
        all: unset;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .contacto-button a:hover{
        color: red;
    }
    .contacto-button a{
        text-decoration: none;
        color: #1c1c1c;
        font-weight: bold;
        font-size: 1rem;
        transition: all .2s ease;
    }
    .contenedor-menu-y-contacto{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header{
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100vw;
        height: 15vh;
        background: black;
    }
    .menu-mobile{
        position: fixed;
        background: #9cdfe9;
        height: auto;
        width: 15rem;
        margin-left: 37rem;
        margin-top: 46rem;
        z-index: 2;
    }
    .menu-mobile ul a{
        text-decoration: none;
        color: #1c1c1c;
    }
    .menu-mobile ul{
        list-style: none;
        font-size: 1.6rem;
        padding-left: 1rem;
    }
    .menu-mobile ul li {
        margin-top: 1rem;
    }
    .menu-mobile ul a{
        text-decoration: none;
        color: #1c1c1c;
    }
    header button{
        height: 4rem;
        width: 4rem;
        padding-right: 1rem;
        background: none;
        outline: none;
        border: none;
    }
    
    .gaia-img{
        height: 6rem;
        width: 12rem;
    }
    .salogo-img{
        height: 8rem;
        width: 8rem;
    }
    .video-buttons{
        display: none;
    }
    .telegram-img{
        height: 4rem;
        width: 4rem;
    }
    .encabezado{
        background: #AAD0D6;
        width: 100vw;
        height: 5vh;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        text-decoration: none;
        padding: 0 1rem;
    }
    .links{
        display: none;
    }
    .links-para-tablet{
        display: flex;
        flex-direction: column;
    }
    .links-texto{
        text-decoration: none;
        color: black;
        font-weight: bold;
    }
    .liks-tablet{
        display: flex;
        justify-content: space-around;
    }
    .acordeon-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .textoAzul{
        background: #AAD0D6;
        color: #FFF;
        font-weight: bold;
        padding: 1rem;
        margin: 1rem;
        font-size: 1.5rem;
        height: auto;
        width: 50%;
        text-align: justify;
    }
    .contenedor-textoAzul{
        display: flex;
        justify-content: space-around;
    }
    .empresas{
        padding: 1rem 1rem 0 1rem;
        text-align: center;
    }
    .empresas p{
        font-size: 1.2rem;
    }
    .pdf{
	    display: flex;
	    justify-content: center;
	    margin-top: 1rem;
    }
    .pdf a img{
        height: 6rem;
        width: 6rem;
    }
    .notes{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .notes p{
        padding: 1rem 1rem 0 1rem;
        font-size: 1.2rem;
    }
    .notes a{
        text-decoration: none;
        color: #1c1c1c;
        font-weight: bold;
    }
    .notes img{
        margin: 2rem 0;
        height: 10rem;
        width: 10rem;
    }
    .titulos{
        background: black;
        color: #fff;
        padding-left: .5rem;
        font-size: 1.5rem;
    }
    .titulos a{
        text-decoration: none;
        color: #71c7d4;
    }
    .donaciones img{
        width: 100vw;
        height: 8rem;
    }
    .sponsor-container{
        background: #46c0d3;
        text-align: center;
        font-weight: bold;
        font-size: 1.5rem;
        color: #fff;
    }
    .texto-sponsor{
        display: flex;
        padding-left: 1.3rem;
    }
    .texto-sponsor p{
        padding: 0 .2rem;
    }
    .click a{
        text-decoration: none;
        color: red;
        transition: all .3s ease;
        font-size: 1.1rem;
    }
    .click a:hover{
        color: blue;
    }
    .img-sponsor img{
        margin: 0.5rem;
        width: 10rem;
        height: 7rem;
        border: 2px solid black;
    }
    .img-sponsor a img:hover{
        transition: all .3s ease;
        transform: scale(1.3);
    }
    .contenedor-pbi a img{
        height: 10rem;
        width: 30vw;
        margin-right: 38rem;
    }
    .imgs-gaia{
        background: #AAD0D6;
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .logo18{
        height: 25rem;
        width: 100vw;
    }
    .contenedor-espacio{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url("../IMAGES-1/fondo-est7.gif");
        width: 90vw;
        height: auto;
    }
    .salogo-espacio{
        height: 12rem;
        width: 12rem;
        margin: 2.5rem 0;
    }
    .gaia-team-gif{
        height: 6rem;
        width: 36rem;
    }
    iframe{
        width: 100vw;
        height: 80vh;
    }
    .contacta{
        margin-right: 20rem;
        height: 6rem;
        width: 12rem;
    }
    .info-megastore{
        background: #FFCC00;
        font-weight: bold;
        margin: 2rem 3.4rem;
        padding: 2rem;
        font-size: 1rem;
    }
    .info-megastore a{
        text-decoration: none;
    }
    .title-blue{
        color: #46c0d3;
        font-size: 1.5rem;
        padding: 1rem;
    }
    .textoArea{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        height: 30vh;
        width: 100vw;
    }
    .textoArea > textarea{
        margin: 1rem 0 0 0;
        height: 14rem;
        width: 14rem;
    }
    .seccion-pdf{
        height: auto;
        width: 100vw;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .pdf-contenedor{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #626262;
        font-size: 1rem;
        font-weight: 500;
        margin: 1rem;
        height: 12rem;
        width: 12rem;
    }
    .donaciones img{
        width: 100vw;
        height: 12rem;
    }
    .sponsor-container{
        background: #8accd6;
        text-align: center;
        font-weight: bold;
    }
    .sponsor-container > a > img{
        height: 50rem;
        width: 100vw;
        padding: 2rem;
    }
    .galeria-img{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .galeria-img > img{
        margin: .5rem ;
        height: 278px;
        width: 45%;
    }
    
    .galeria-img > a > img:hover{
        transition: all 1s ease;
        border-radius: 50px;
        cursor: pointer;
    }
    .pie-galeria{
        background: #59c6d6;
        color: #fff;
        padding: .5rem;
        font-size: 1.5rem;
        cursor: pointer;
    }
    .contenedor-notas{
        padding: 1rem;
        display: flex;
    }
    .contenedor{
        margin: 0 .5rem;

    }
    .contenedor-footer{
        display: flex;
        width: 100vw;
    }
    .footer-pdfs{
        height: auto;
        width: 50vw;
        color: white;
        padding: 1rem 1rem 0 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 2px solid blanchedalmond;
    }
    .footer-contact{
        border: 2px solid blanchedalmond;
        width: 50vw;
    }
    .footer-donation img{
        height: 18rem;
        width: 100vw;
    }
    .contact{
        font-size: 2rem;
        color: white;
        font-weight: 500;
        text-align: center;
        margin: 3.5rem 0 1rem 0;
    }
    .texto-contacto{
        color: white;
        text-align: center;
    }
    .text-parners{
        margin-top: 3rem;
        color: white;
        text-align: center;
        padding-bottom: 1rem;
    }
    .text-parners a{
        margin-top: 3rem;
        color: white;
        text-align: center;
        text-decoration: none;
    }
    .contenedor-info{
        height: 4rem;
        width: 100vw;
        background: yellow;
        text-align: justify;
        padding: 1rem 0 0 0;
        font-size: 1.2rem;
    }
    .container-video{
        height: 100vh;
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container-video video{
        margin-left: 15rem;
        margin-bottom: 5rem;
        height: 60vh;
        width: 70%;
    }
    .img-proyectos{
        height: auto;
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .img-proyectos a img{
        height: 40rem;
        width: 99vw;
    }
    .imagenes{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .objetivos-milenio img{
        height: 35rem;
        width: 100vw;
    }
    .texto-footer{
        color: #fff;
        font-size: 1.2rem;   
    }
    .texto-footer a{
        text-decoration: none;
        color: #FFCC00;
    }
    button img:hover {
        filter: brightness(50%);
    }
    .central-button{
        all: unset;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .central-button a:hover{
        color: red;
    }
    .central-button a{
        text-decoration: none;
        color: #1c1c1c;
        font-weight: bold;
        font-size: 1rem;
        transition: all .2s ease;
        font-size: 2rem;
    }
    .container-caritas{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
    }
    .caritas{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 1rem;
        width: 20rem;
        height: 30rem;
    }
    .caritas > img{
        width: 50%;
        height: 30%;
    }
    .caritas button{
        all: unset;
    }
    .caritas p{
        width: 50%;
        font-size: .9rem;
    }
    .negrita{
        font-weight: bold;
    }
    .gris{
        color: #8d8c8c;
        font-weight: 600;
    }
}

@media (min-width: 1100px){
    .contenedor-menu{
        font-family: arial, helvetica, sans-serif;
        display: flex;
        flex-direction: column;
    }
    h5{
        cursor: pointer;
        transition: all .2s ease;
        font-size: 1rem;
    }
    h5:hover{
        color: red;
    }
    li{
        list-style: none;
        color: #1c1c1c;
        line-height: 2;
        border-top: 1px solid black ;
        margin-right: 1rem;
        cursor: pointer;
    }
    .flex-container{
        display: flex ;
        align-items: center;
        text-align: center;
        padding: 1rem; 
    }
    .flex-container ul li a{
        text-decoration: none;
        color: #1c1c1c;
    }
    .flex-container ul li a:hover{
        transition: all .2s ease;
        color: red;
    }
    .img{
        margin-left: 5rem;
        display: block; 
        height: 168px;
        width: 300px;
    }
    #menu-desplegable{
        position: absolute;
        z-index: 2;
        width: 60rem;
        background: #AAD0D6;
        border-top: 5px solid rgb(18, 93, 95) ;
        border-bottom: 5px solid rgb(18, 93, 95) ;
        margin-top: 3rem;
        padding-left: 1rem;
    }
    #menu-desplegable2{
        position: absolute;
        z-index: 2;
        width: auto;
        background: #AAD0D6;
        border-top: 5px solid rgb(18, 93, 95) ;
        border-bottom: 5px solid rgb(18, 93, 95) ;
        margin-top: 3rem;
        padding-left: 1rem;
    }
    .salogo-img{
        height: 7rem;
        width: 7rem;
    }
    .li-hover{
        transition: all .2s ease;
    }
    .li-hover:hover{
        color: red;
    }
    .contacto-button{
        all: unset;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .contacto-button a:hover{
        color: red;
    }
    .contacto-button a{
        text-decoration: none;
        color: #1c1c1c;
        font-weight: bold;
        font-size: 1rem;
        transition: all .2s ease;
    }
    .central-button{
        all: unset;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .central-button a:hover{
        color: red;
    }
    .central-button a{
        text-decoration: none;
        color: #1c1c1c;
        font-weight: bold;
        font-size: 1rem;
        transition: all .2s ease;
        font-size: 2rem;
    }
    .contenedor-menu-y-contacto{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 98.5vw;
        height: 15vh;
        background: black;
    }
    header p{
        color: white;
    }
    .purechat-button-expand{    
        height: 3.5rem;
        width: 3.5rem;
        background-color: rgb(255, 255, 255);
        border-radius: 50%;
        padding: .5rem;
        display: block;
        cursor: pointer;
    }
    .videos video{
        width: 98.5vw;
    }
    .gaia-img{
        height: 5rem;
        width: 9rem;
        padding: 0;
        margin: 0;
    }
    .video-buttons{
        display: flex;
        padding-right: 3rem;
        cursor: pointer;
    }
    .video-buttons img{
        height: 4rem;
        width: 3.5rem;
    }
    .telegram-img{
        height: 4rem;
        width: 4rem;
        margin-right: 4rem;
    }
    .links-texto{
        text-decoration: none;
        color: black;
        font-weight: bold;
        font-size: 1.5rem;
    }
    #button-burger{
        display: none;
    }
    .menu-mobile{
        display: none;
    }
    iframe{
        width: 98.5vw;
        height: 100vh;
    }
    .logo18{
        height: 30rem;
        width: 98.5vw;
    }
    .pdf-contenedor{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #626262;
        font-size: 1rem;
        font-weight: 500;
        margin: 1rem;
        height: 14rem;
        width: 8rem;
    }
    .textoArea{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        height: 30vh;
        width: 98.7vw;
        margin: 1rem 0 2.2rem 0;
    }
    .textoArea > textarea{
        margin: 1rem 0 0 0;
        height: 15rem;
        width: 18.5rem;
    }
    .textoAzul{
        background: #64b5c2;
        color: #FFF;
        font-weight: bold;
        padding: 1rem;
        margin: 1rem;
        font-size: 1.2rem;
        height: auto;
        width: 50%;
        text-align: justify;
    }
    .pdf{
	    display: flex;
	    justify-content: center;
	    margin-top: 1rem;
    }
    .pdf a img{
        height: 4rem;
        width: 4rem;
        margin: 1.5rem 0;
    }
    .donaciones img{
        width: 98.5vw;
        height: 16rem;
    }
    .sponsor-container > a > img{
        height: 80rem;
        width: 100vw;
        padding: 2rem;
    }
    .contenedor-pbi a img{
        height: 10rem;
        width: 30vw;
        margin-right: 48rem;
    }
    .galeria-img > img{
        margin: .5rem ;
        height: 278px;
        width: 30%;
    }
    
    .galeria-img > a > img:hover{
        transition: all 1s ease;
        border-radius: 50px;
        cursor: pointer;
    }
    .pie-galeria{
        background: #59c6d6;
        color: #fff;
        padding: .5rem 0 .5rem 1.5rem ;
        font-size: 1.5rem;
        width: 98.5vw;
        cursor: pointer;
    }
    .titulos-bajo-notas{
        padding: 1.5rem;
    }
    .container-video{
        height: 100vh;
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container-video video{
        margin-left: 25rem;
        margin-bottom: 5rem;
        height: 60vh;
        width: 70%;
    }
    .contenedor-info{
        height: 4rem;
        width: 98.5vw;
        background: yellow;
        text-align: center;
        padding: 1rem 0 0 0;
        font-size: 1.5rem;
    }
    .contenedor-info a{
        text-decoration: none;
    }
    .img-proyectos{
        height: auto;
        width: 100vw;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        margin-top: 1rem;
    }
    .img-proyectos a img{
        height: 20rem;
        width: 30vw;
    }
    .objetivos-milenio img{
        height: 45rem;
        width: 98.5vw;
    }
    .img-sponsor{
        background: #8accd6;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
        width: 98.5vw;
    }
    .img-sponsor a img:hover{
        transition: all .3s ease;
        transform: scale(1.3);
    }
    .imgs-gaia{
        background: #AAD0D6;
        width: 98.5vw;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-donation img{
        height: 18rem;
        width: 98.5vw;
    }
    .footer-contact{
        border: 2px solid blanchedalmond;
        width: 49.3vw;
        margin-top: 0;
    }
    .btn{
        background: black;
        width: 98.5vw;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .rectangulo-rojo{
        background: red;
        height: 2rem;
        width: 98.5vw;
    }
    .titulos{
        background: black;
        color: #fff;
        padding-left: .5rem;
        font-size: 1.5rem;
        width: 98.5vw;
    }
    .encabezado{
        background: #AAD0D6;
        width: 98.5vw;
        height: 5vh;
        display: flex;
        justify-content: space-around;
        align-items: center;
        font-weight: bold;
        text-decoration: none;
        padding: 0 1rem;
        font-size: 1rem;
    }
    .shop-button{
        all: unset;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .shop-button a{
        text-decoration: none;
        color: red;
        font-weight: bold;
        font-size: 1rem;
        /* animation: light .5s alternate infinite ease; */
    }
    /* @keyframes light {
	    0% {color: #1c1c1c;}
	    100% {color: red;}
    } */
}