html {
    border: none;
    background-color: skyblue;
    padding: 0;
    margin: 0;
}



#body-inicio {
    position: relative;
    height: 6000px;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

#fondo {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    border: none;
}

#seccion-2 {
    position: absolute;
    top: 894px;
    height: 730px;
    left: 0px;
    width: 100%;
    background-color: transparent;
     border-radius: 10px;
}

#marco-1,
#marco-2 {
    position: absolute;
    height: 15%;
    width: 50%;
    top: 99%;
    border: none;
}

#marco-1 {
    left: 0px;
}

#marco-2 {
    right: 0px;

}

#caja-conocenos,
#caja-alianza {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 50%;
    display: block;
    background-color: white;
    border-radius: 10px;
}

#caja-conocenos {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../fondos/cerro2.jpg');
    /* ¡IMPORTANTE!: Cambia '../img/tu-imagen.jpg' por la ruta a tu imagen. */
    background-size: cover;
    /* Asegura que la imagen cubra todo el contenedor. */
    background-position: center;
    /* Centra la imagen de fondo. */
}

#campo-texto {
    position: absolute;
    top: 0px;
    height: 100%;

    width: 100%;
}

#campo-texto h1 {
    margin-top: 30px;
    height: 50px;
    width: 52%;
    font-size: 40px;
    text-align: center;
    background-color: rgba(128, 128, 128, 0.432);
    margin-left: 10px;
    color: white;
    border-radius: 10px;
}

#campo-texto p {
    margin-top: -50px;
    height: 80%;
    width: 45%;
    padding: 15px 15px;
    text-align: justify;
    font-size: clamp(14px, 2.5vw, 20px);
    margin-left: 54%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border: 2px solid rgba(255, 255, 255, 0.418);
    /* He comentado el color de fondo para usar una imagen en su lugar. */
    /* background-color: rgba(255, 255, 255, 0.9); */
    border-radius: 12px;
    /* Rounded corners */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    /* Soft shadow for depth */
    color: white;
    /* Cambiado el color del texto a blanco para mejor legibilidad. */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../fondos/cerro.jpg');
    /* ¡IMPORTANTE!: Cambia '../img/tu-imagen.jpg' por la ruta a tu imagen. */
    background-size: cover;
    /* Asegura que la imagen cubra todo el contenedor. */
    background-position: center;
    /* Centra la imagen de fondo. */
}




/* Estilos para el nuevo slider en la sección "Conócenos" */
#conocenos-slider {
    position: absolute;
    top: 60px;
    /* Espacio desde el título 'CONOCENOS' */
    left: 27%;
    transform: translateX(-50%);
    width: 53%;
    max-width: 600px;
    /* Ancho máximo para el slider */
    height: 520px;
    /* Altura del slider */
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    /* Para que las imágenes respeten el borde redondeado */
}

#conocenos-slider .slides li {
    position: relative;
    /* Necesario para posicionar el caption */
    height: 320px;
}

#conocenos-slider .slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Asegura que la imagen cubra el slide sin deformarse */
}

.conocenos-caption {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    text-align: left;
}

.conocenos-caption h3 {
    font-size: 20px;
    margin: 0 0 8px 0;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


#campo-texto a {
    padding: 1px 10px;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    background-color: #03A64A;
    color: white;
    cursor: pointer;
    box-shadow: 1px 1px 30px -12px #f54d4d;
    transition: all 300ms;

}

#conocenos-caption p {
    margin-left: -2px;
    text-align: center;
    height: 147px;
    width: 100%;
    font-size: 20px;
    padding: 15px 15px;
    text-align: justify;
    border-radius: 12px;
    /* Rounded corners */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../fondos/cerro.jpg');
    /* ¡IMPORTANTE!: Cambia '../img/tu-imagen.jpg' por la ruta a tu imagen. */
    background-size: cover;
    /* Asegura que la imagen cubra todo el contenedor. */
    background-position: center;
    /* Centra la imagen de fondo. */
}


#boton-donativo {
    position: absolute;
    bottom: 20px;
    background-color: transparent;
    height: 65px;
    width: 170px;

    left: 30%;

}

.boton-donativo a {
    top: 0px;
    height: 100%;
    width: 100%;
}

.boton-donativo img {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

#logo-conocenos {
    top: 17%;
    z-index: 8;
    position: absolute;
    left: 8px;
    height: 100px;
    width: 80px;
}


#logo-conocenos img {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}




#caja-alianza {
    left: 50%;

}

#caja-alianza h1 {
    margin-top: 30px;
    margin-left: 0px;
    text-align: center;
    width: 100%;
    font-size: 28px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#logo-alianza {
    top: 70px;
    position: absolute;
    height: 180px;
    width: 180px;
    right: 20px;
    border-radius: 70px;
}


#logo-alianza img {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    left: 0px;
    border-radius: 70px;
}

#campo-alianza {
    padding: 10px;
    top: 70px;
    position: absolute;
    height: 230px;
    width: 65%;
    left: 40px;
    z-index: 5;
    border-radius: 20px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    /* Soft shadow for depth */
    background-color: rgba(128, 128, 128, 0.377);
}

#campo-alianza h4 {
    top: 0px;
    padding: 5px;
    height: 100%;
    width: 100%;
    left: 4%;
    font-size: 19px;
    text-align: justify;

}

#caja-logo-alianza {
    top: 260px;
    position: absolute;
    height: 64%;
    width: 80%;
    left: 10%;
}

#caja-logo-alianza img {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    left: 0px;
}


/*Contenedor de aliados internacionales 
y aliados nacionales*/
#seccion-3 {
    position: absolute;
    top: 1621px;
    height: 8%;
    left: 0px;
    width: 100%;
    background-color: transparent;
    border-radius: 20px;
}


#seccion-3 h1{
    text-align: center;

}

#marco-3,
#marco-4,
#marco-5,
#marco-6 {
    position: absolute;
    height: 25%;
    width: 25%;
    top: -90px;
    border: none;
}

#marco-3 {
    left: 0px;
}

#marco-4 {
    left: 25%;

}

#marco-5 {
    left: 50%;

}

#marco-6 {
    right: 0px;

}


#marco-7,
#marco-8,
#marco-9,
#marco-10 {
    position: absolute;
    height: 25%;
    width: 25%;
    bottom: -90px;
    border: none;
}

#marco-7 {
    left: 0px;
}

#marco-8 {
    left: 25%;

}

#marco-9 {
    left: 50%;

}

#marco-10 {
    right: 0px;

}


#caja-aliados-internacionales,
#caja-aliados-nacionales {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 50%;
    display: block;
    background-color: white;
    border-radius: 20px;
    border: solid 1px rgba(14, 2, 2, 0.781);

}


#caja-aliados-internacionales h1,
#caja-aliados-nacionales h1 {
    margin-top: 15px;
    background-color: transparent;
    text-align: center;
    font-size: 28px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}



#logo-internacional-1 a,
#logo-internacional-2 a,
#logo-internacional-5 a,
#logo-internacional-6 a {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    border-radius: 40%;
}

#logo-internacional-3 a,
#logo-internacional-4 a,
#logo-internacional-7 a,
#logo-internacional-8 a {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

#logo-internacional-9 a {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
}




#logo-internacional-1 img,
#logo-internacional-2 img,
#logo-internacional-3 img,
#logo-internacional-4 img,
#logo-internacional-5 img,
#logo-internacional-6 img,
#logo-internacional-7 img,
#logo-internacional-8 img,
#logo-internacional-9 img,
#logo-internacional-10 img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    border-radius: 10px;
}

#logo-internacional-9 img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;

}

#logo-internacional-1 {
    top: 0px;
    position: absolute;
    height: 90px;
    width: 90px;
    left: 3%;
    border-radius: 40%;
}

#logo-internacional-2 {
    top: 0px;
    position: absolute;
    background-color: transparent;
    height: 90px;
    width: 90px;
    left: 21.5%;
    border-radius: 40%;
}

#logo-internacional-3 {
    top: 0px;
    position: absolute;
    background-color: transparent;
    height: 90px;
    width: 90px;
    left: 40%;
    border-radius: 10px;
}

#logo-internacional-4 {
    top: 0px;
    position: absolute;
    background-color: transparent;
    height: 70px;
    width: 105px;
    left: 60%;
    border-radius: 10px;
}

#logo-internacional-5 {
    top: 110px;
    position: absolute;
    background-color: transparent;
    height: 85px;
    width: 85px;
    left: 80%;
    border-radius: 40%;
}

#logo-internacional-6 {
    top: 220px;
    position: absolute;
    background-color: transparent;
    height: 100px;
    width: 160px;
    left: 2%;
    border-radius: 40%;
}

#logo-internacional-7 {
    top: 235px;
    position: absolute;
    background-color: transparent;
    height: 70px;
    width: 150px;
    left: 20%;
}

#logo-internacional-8 {
    top: 235px;
    position: absolute;
    background-color: transparent;
    height: 70px;
    width: 120px;
    left: 40%;
    border-radius: 20%;
}

#logo-internacional-9 {
    top: 225px;
    position: absolute;
    background-color: transparent;
    height: 90px;
    width: 90px;
    left: 58%;
}

#logo-internacional-10 {
    top: 225px;
    position: absolute;
    background-color: transparent;
    height: 80px;
    width: 120px;
    left: 74%;
}

#logo-internacional-10 img {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px
}



#caja-aliados-nacionales {
    left: 50%;
    background-color: transparent;

}

#logo-nacional-1 a,
#logo-nacional-2 a,
#logo-nacional-6 a {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    border-radius: 40%;
}

#logo-nacional-3 a,
#logo-nacional-4 a,
#logo-nacional-5 a,
#logo-nacional-7 a {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    border-radius: 10%;
}

#logo-nacional-1 img,
#logo-nacional-2 img,
#logo-nacional-6 img {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 20%;
}

#logo-nacional-3 img,
#logo-nacional-4 img,
#logo-nacional-5 img,
#logo-nacional-7 img {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    border-radius: 5%;
}

#logo-nacional-1 {
    left: 5%;
    height: 110px;
    width: 110px;
    position: absolute;
    top: 10px;
    border-radius: 40%;
    background-color: transparent;

}

#logo-nacional-2 {
    left: 26%;
    height: 120px;
    width: 120px;
    position: absolute;
    top: 0px;
    border-radius: 40%;
    background-color: transparent;
}

#logo-nacional-3 {
    left: 50%;
    height: 70px;
    width: 125px;
    position: absolute;
    top: 30px;
    border-radius: 20%;
    background-color: transparent;

}

#logo-nacional-4 {
    left: 75%;
    height: 70px;
    width: 120px;
    position: absolute;
    top: 30px;
    border-radius: 20%;
    background-color: rgba(128, 128, 128, 0.685);
}

#logo-nacional-5 {
    left: 15%;
    height: 80px;
    width: 110px;
    position: absolute;
    top: 160px;
    border-radius: 20%;
    background-color: transparent;
}

#logo-nacional-6 {
    left: 40%;
    height: 80px;
    width: 130px;
    position: absolute;
    top: 160px;
    border-radius: 40%;
    background-color: transparent;
}

#logo-nacional-7 {
    left: 70%;
    height: 70px;
    width: 100px;
    position: absolute;
    top: 165px;
    border-radius: 20%;
    background-color: transparent;

}


/*Seccion de Noticias Tarjetas de precentacion*/
#seccion-noticias {
    top: 2220px;
    position: absolute;
    background-color: rgb(0, 0, 0);
    left: 0px;
    width: 100%;
    height: 1150px;
    border: none;
}


#marco-11,
#marco-12 {
    position: absolute;
    top: -80px;
    height: 7%;
    width: 50%;
    border: none;
}

#marco-11 {
    left: 0px;
}

#marco-12 {
    right: 0px;
}

#marco-13,
#marco-14 {
    position: absolute;
    bottom: -80px;
    height: 7%;
    width: 50%;
    border: none;

}

#marco-13 {
    left: 0px;

}

#marco-14 {
    right: 0px;
}





#seccion-noticias h1 {
    position: absolute;
    top: 15px;
    height: 40px;
    width: 100%;
    font-size: 30px;
    color: white;
    text-align: center;
}


/*contenedores de noticias*/
.contcardnot {
    top: 70px;
    position: absolute;
    padding: 20px;
    height: 37.3%;
    width: 100%;
    left: 0px;
    background-color: rgba(10, 0, 0, 0.007);
}

/*noticia 1*/
.cardnoticia-1,
.cardnoticia-2,
.cardnoticia-3,
.cardnoticia-4 {
    position: absolute;
    top: 20px;
    width: 300px;
    height: 350px;
    margin: 20px;
    left: 1%;
}

.cardnoticia-1 .face,
.cardnoticia-2 .face,
.cardnoticia-3 .face,
.cardnoticia-4 .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
}

.cardnoticia-1 .front,
.cardnoticia-2 .front2,
.cardnoticia-3 .front3,
.cardnoticia-4 .front4 {
    transform: perspective(600px) rotateY(0deg);
    box-shadow: 0 5px 10px #000;
}

.cardnoticia-1 .front img,
.cardnoticia-2 .front2 img,
.cardnoticia-3 .front3 img,
.cardnoticia-4 .front4 img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    object-fit: cover;
    border-radius: 10px;
}

.cardnoticia-1 .front .titulo1n,
.cardnoticia-2 .front2 .titulo1n2,
.cardnoticia-3 .front3 .titulo1n3,
.cardnoticia-4 .front4 .titulo1n4 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 15px;
    background: rgba(0, 0, 0, .4);
    text-align: center;
}



.cardnoticia-1 .back,
.cardnoticia-2 .back2,
.cardnoticia-3 .back3,
.cardnoticia-4 .back4 {
    transform: perspective(600px) rotateY(180deg);
    background: rgb(3, 35, 54);
    padding: 15px;
    color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-shadow: 0 5px 10px #000;
}


.cardnoticia-1 .back .link,
.cardnoticia-2 .back2 .link,
.cardnoticia-3 .back3 .link,
.cardnoticia-4 .back4 .link {
    position: absolute;
    bottom: 10px;
    border-top: solid 1px #ffffff;
    height: 50px;
    line-height: 50px;
    width: 90%;
}


.cardnoticia-1 .back .link a,
.cardnoticia-2 .back2 .link a,
.cardnoticia-3 .back3 .link a,
.cardnoticia-4 .back4 .link a {
    left: 120px;
    color: #f3f3f3;
}

.cardnoticia-1 .back .titulo2n {
    position: absolute;
    top: -10px;
    left: 15px;
    font-size: 23px;
    margin-top: 20px;
    letter-spacing: 2px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}



.cardnoticia-1 .back .cuerpo1 {
    position: absolute;
    top: 40px;
    letter-spacing: 0px;
    font-size: 13px;
    text-align: justify;
    padding: 4px;
    left: 2px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}



.cardnoticia-1:hover .front,
.cardnoticia-2:hover .front2,
.cardnoticia-3:hover .front3,
.cardnoticia-4:hover .front4 {
    transform: perspective(600px) rotateY(180deg);
}

.cardnoticia-1:hover .back,
.cardnoticia-2:hover .back2,
.cardnoticia-3:hover .back3,
.cardnoticia-4:hover .back4 {
    transform: perspective(600px) rotateY(360deg);
}

/*noticias 1*/

/*noticia 2*/
.cardnoticia-2 {
    left: 25%;
}

.cardnoticia-2 .back2 .titulo2n2 {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    margin-top: 20px;
    letter-spacing: 2px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.cardnoticia-2 .back2 .cuerpo2 {
    position: absolute;
    top: 90px;
    left: 0px;
    letter-spacing: 1px;
    font-size: 13px;
}



/*noticia 2*/


/*noticias 3*/
.cardnoticia-3 {
    left: 49%;
}

.cardnoticia-3 .back3 .titulo2n3 {
    position: absolute;
    top: 0px;
    left: 5px;
    font-size: 23px;
    margin-top: 20px;
    letter-spacing: 2px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.cardnoticia-3 .back3 .cuerpo3 {
    position: absolute;
    top: 90px;
    letter-spacing: 1px;
    font-size: 14px;
}

/*noticia 4*/
.cardnoticia-4 {
    left: 73%;
}


.cardnoticia-4 .back4 .titulo2n4 {
    position: absolute;
    top: 0px;
    left: 90px;
    font-size: 28px;
    margin-top: 20px;
    letter-spacing: 2px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.cardnoticia-4 .back4 .cuerpo4 {
    position: absolute;
    top: 70px;
    letter-spacing: 1px;
    font-size: 13px;
}


/*Codigos del contenido del formulario*/
.formulario {
    top: 4650px;
    position: absolute;
    height: 1300px;
    width: 100%;
    border: none;
}



.contenedorform h4 {
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 30px;
    color: white;


}

.contenedorform {
    position: absolute;
    top: 140px;
    left: 10%;

    background-color: rgba(11, 12, 12, 0.418);
    height: 550px;
    width: 610px;
    border-radius: 10px;
    border: none;

}

.contenedorcampos {
    position: absolute;
    height: 300px;
    width: 100%;
    left: 0px;
    padding: 10px;
    background-color: transparent;
    z-index: 3;
}

#campos {
    display: block;
    padding: 10px;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 4px;
    border: 2px solid rgb(248, 239, 239);


}


.botonenviar {
    top: 460px;
    position: absolute;
    padding: 15px;
    width: 100px;
    left: 15px;
    background-color: green;
    border-radius: 9px;
    cursor: pointer;
    z-index: 2;
}

.botonenviar:hover {
    background-color: #00d9ff;
    transition: 0.5s;
}

textarea {
    height: 100px;
    width: 100%;
    outline: none;
    font-size: 15px;
    padding: 10px;
    color: black;
    background-color: white;
    border-radius: 7px;
    border: 2px solid #faf7f7;
}

#campos:focus {
    outline: 2px solid #141111;
}

textarea:focus {
    outline: 2px solid #141111;
}

.donacion-form {
    position: absolute;
    top: 130px;
    background-color: transparent;
    height: 87px;
    width: 216px;
    left: 60%;
    z-index: 3;
}

.donacion-form a {
    position: absolute;
    height: 100%;
    width: 100%;
}

.donacion-form img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 80px;
}

#mapa {
    top: 60%;
    position: absolute;
    height: 350px;
    width: 95%;
    left: 2.5%;

}

.maps {
    top: 5px;
    position: absolute;
    width: 100%;
    height: 95%;
    left: 0px;
    border-radius: 10px;
}

@media only screen and (max-width: 1643px) {
    #seccion-2 {
        height: 730px;
       
    }

    #logo-conocenos {
        top: 112px;
        left: 7px;

    }

  

    #campo-alianza {
        left: 0px;
    }


    #campo-texto p,
    #conocenos-caption p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1619px) {
    #seccion-3 {
    height: 9%;
    }

   
}

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

    #campo-alianza {
        padding: 10px;
        top: 70px;
        width: 73%;
        left: 0px;

    }

    #logo-alianza {
        top: 70px;
        right: 0px;
    }

    #caja-logo-alianza {
        top: 310px;
        height: 57%;
        width: 100%;
        left: 0px;
    }

}

@media only screen and (max-width: 1348px) {
    #seccion-2 {
        height: 700px;
    }
    #seccion-3 {
    top: 1594px;
    }
   

    #campo-texto p,
    #conocenos-caption p {
        font-size: 17px;
    }

    #caja-logo-alianza {
        top: 300px;
        
    }
}

@media only screen and (max-width: 1298px) {
    #seccion-3 {
    height: 10%;
    }

    #seccion-noticias {
    top: 2350px;
}

   
}



@media only screen and (max-width: 1280px) {
    #body-inicio {
        height: 6450px;
    }

    #seccion-noticias {
        top: 2350px;
        height: 1530px;
    }

    .contcardnot {
        height: 850px;
    }

    #container-id {
        background-color: rgba(29, 26, 26, 0.76);
        top: 920px;
        height: 600px;
    }

    .cardnoticia-1 {
        left: 24%;
    }

    .cardnoticia-2 {
        left: 52%;
    }

    .cardnoticia-3 {
        top: 400px;
        left: 24%;
    }

    .cardnoticia-4 {
        left: 52%;
        top: 400px;
    }

    #formulario {
        top: 5050px;
    }
}

@media only screen and (max-width: 1265px) {
    #body-inicio {
        height: 6900px;
    }

    #formulario {
        top: 5450px;
    }

    .donacion-form {
        left: 65%;

    }
}

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


    #logo-internacional-1 {
        left: 2%;
    }

    #logo-internacional-2 {
        left: 21.5%;
    }

    #logo-internacional-3 {
        left: 41%;
    }

    #logo-internacional-4 {
        left: 62%;
    }

    #logo-internacional-5 {
        left: 83%;
    }

    #logo-internacional-6 {
        left: 5%;
    }

    #logo-internacional-7 {
        left: 26%;
    }

    #logo-internacional-8 {
        left: 56%;
    }

    #logo-internacional-9 {
        left: 80%;
    }


    .cardnoticia-1 {
        left: 22%;
    }

    .cardnoticia-2 {
        left: 54%;
    }

    .cardnoticia-3 {
        top: 400px;
        left: 22%;
    }

    .cardnoticia-4 {
        left: 54%;
        top: 400px;
    }

    .donacion-form {
        left: 71%;
    }

}

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

    #campo-texto p,
    #conocenos-caption p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1060px) {
    #seccion-2 {
        height: 800px;
    }

     #seccion-3 {
    top: 1694px;
    }

     #seccion-noticias {
        top: 2430px;
    }
   

}

@media screen and (max-width: 1040px) {
    #caja-logo-alianza {
        top: 380px;
        height: 40%;
        width: 80%;
    }
}

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

    #seccion-2 {
        height: 840px;
    }

 #seccion-3 {
    top: 1734px;
    }

     #seccion-noticias {
        top: 2430px;
    }

}



@media screen and (max-width: 1010px) {
    #logo-alianza {
        top: 95px;
        height: 120px;
        width: 120px;
        left: 38%;

    }

}

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

    #marco-3,
    #marco-4,
    #marco-5,
    #marco-6 {
        height: 22%;
        width: 25%;
        top: -80px;
    }

    #marco-7,
    #marco-8,
    #marco-9,
    #marco-10 {
        height: 22%;
        width: 25%;
        bottom: -80px;
    }



    #caja-logos-internacionales,
    #caja-logos-nacionales {
        top: 70px;
        height: 90%;
    }

    #logo-internacional-1 {
        left: 12%;
    }

    #logo-internacional-2 {
        left: 44%;

    }

    #logo-internacional-3 {
        left: 74%;
    }

    #logo-internacional-4 {
        top: 110px;
        left: 10%;
    }

    #logo-internacional-5 {
        top: 165px;
        left: 42%;
    }

    #logo-internacional-6 {
        top: 160px;
        left: 72%;
    }

    #logo-internacional-7 {
        top: 270px;
        left: 6%;
    }

    #logo-internacional-9 {
        top: 260px;
        left: 43%;
    }

    #logo-internacional-8 {
        top: 270px;
        left: 70%;
    }
}

@media screen and (max-width: 972px) {
    #seccion-2 {
        height: 740px;
    }

    #caja-conocenos input {
        top: 470px;
    }




    #campo-alianza {
        height: 200px;
    }

    #campo-alianza h4 {
        height: 70%;
    }

    #caja-logo-alianza {
        top: 400px;
        height: 45%;
        width: 100%;
        left: 0px;
    }

    #seccion-3 {
        top: 1634px;
        height: 13%;
    }

    #seccion-noticias {
        top: 2540px;
    }

    .cardnoticia-1 {
        left: 15%;
    }

    .cardnoticia-2 {
        left: 52%;
    }

    .cardnoticia-3 {
        top: 400px;
        left: 15%;
    }

    .cardnoticia-4 {
        left: 52%;
        top: 400px;
    }

    .contenedorform {
        left: 4%;
    }

    .donacion-form {
        left: 76%;
    }

}

@media screen and (max-width: 920px) {
    #body-inicio {
        height: 7490px;
    }

    #seccion-2 {
        height: 1400px;
        left: 0px;
        width: 100%;
        
    }

    

    #caja-conocenos,
    #caja-alianza {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 50%;
        width: 100%;
        display: block;
    }

    #campo-texto p {
        font-size: 18px;
    }

    #caja-conocenos input {
        top: 350px;
    }

    #boton-donativo{
        bottom: 700px;
        margin-right: -500px;
        

    }

    
    #caja-alianza {
        top: 50%;
        left: 0%;

    }

    #logo-alianza {
        left: 83%;

    }

    #campo-alianza {
        top: 70px;
        height: 150px;
        width: 83%;
        left: 0px;

    }

    #caja-logo-alianza {
        top: 250px;
        height: 320px;
        width: 500px;
        left: 20%;
        background-color: transparent;
    }


    #seccion-3 {
        top: 2294px;
    }

  
    #caja-aliados-internacionales,
    #caja-aliados-nacionales {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 50%;
        width: 100%;
        display: block;

    }



    #caja-aliados-nacionales {
        top: 50%;
    }

    #seccion-noticias {
        top: 3290px;
    }


    #formulario {
        top: 6100px;
    }

    .contenedorform {
        left: 2%;
    }

    .donacion-form {
        left: 75%;
    }

}

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


    .cardnoticia-1 {
        left: 10%;
    }

    .cardnoticia-2 {
        left: 52%;
    }

    .cardnoticia-3 {
        top: 400px;
        left: 10%;
    }

    .cardnoticia-4 {
        left: 52%;
        top: 400px;
    }

    .contenedorform {
        left: 0px;
        width: 100%;
    }

    .donacion-form {
        top: 580px;
        left: 72%;
    }
}

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



    #logo-alianza {
        left: 81%;

    }

    #campo-alianza {
        width: 80%;
    }

    #marco-3,
    #marco-4,
    #marco-5,
    #marco-6 {
        top: -74px;
        height: 11%;
    }

    #marco-7,
    #marco-8,
    #marco-9,
    #marco-10 {
        height: 11%;
        bottom: -74px;
    }


    .cardnoticia-1 {
        left: 6%;
    }

    .cardnoticia-2 {
        left: 52%;
    }

    .cardnoticia-3 {
        top: 400px;
        left: 6%;
    }

    .cardnoticia-4 {
        left: 52%;
        top: 400px;
    }
}

@media screen and (max-width: 816px) {
    #seccion-3 {
        top: 2293px;
        height: 15%;
    }

      #seccion-noticias {
        top: 3481px;
    }
}

@media screen and (max-width: 800px) {
    #body-inicio {
        height: 8700px;
    }

     #seccion-2 {
        top: 776px;
    }

      #seccion-3 {
        top: 2175px;
        
    }

      #seccion-noticias {
        top: 3510px;
    }

     

    #formulario {
        top: 7340px;
    }

    .donacion-form {
        top: 580px;
        left: 68%;
    }
}

@media screen and (max-width: 782px) {
    #caja-aliados-internacionales h1 {
        margin-top: 5px;
    }
}

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

    .cardnoticia-1 {
        left: 4%;
    }

    .cardnoticia-2 {
        left: 50%;
    }

    .cardnoticia-3 {
        top: 400px;
        left: 4%;
    }

    .cardnoticia-4 {
        left: 50%;
        top: 400px;
    }


}

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

    
   

   

#campo-alianza {
        top: 70px;
        height: 30%;
        width: 80%;
        left: 0px;

    }


    #caja-logo-alianza {
        top: 350px;
        height: 320px;
        width: 500px;
        left: 15%;
    }


    #caja-aliados-nacionales {
        top: 50%;
    }



    #seccion-noticias {
        top: 3540px;
    }

    .cardnoticia-1 {
        left: -1%;
    }

    .cardnoticia-2 {
        left: 48%;
    }

    .cardnoticia-3 {
        top: 400px;
        left: -1%;
    }

    .cardnoticia-4 {
        left: 48%;
        top: 400px;
    }

    #formulario {
        top: 7380px;
    }

    .donacion-form {
        top: 580px;
        left: 65%;
    }

}

@media screen and (max-width: 650px) {
    #body-inicio {
        height: 9960px;
    }

    #seccion-2 {
        height: 1960px;
    }

    #caja-conocenos {
        height: 62%;

    }

    #campo-texto {
        height: 1000px;
    }

    #conocenos-slider {
        top: 70px;
        /* Espacio desde el título 'CONOCENOS' */
        left: 50%;
        width: 100%;
    }

    #conocenos-caption p {
        font-size: 20px;
    }

    #logo-conocenos {
        top: 123px;
        left: 3.5%;

    }

    #campo-texto h1 {
        width: 100%;
    }

    #campo-texto p {
        margin-top: 600px;
        width: 100%;
        height: 45%;
        margin-left: 0px;
        font-size: 20px;

    }

    #boton-donativo{
        top: 1140px;
    }

    #caja-alianza {
        top: 62%;
        height: 38%;
        
    }

    #campo-alianza h4 {
        font-size: 16px;

    }

    #caja-logo-alianza {
        left: 9%;
    }

    #seccion-3 {
        top: 2736px;
    }

    #seccion-noticias {
        top: 4300px;
        height: 2240px;
    }



  
    .contcardnot {
        height: 1560px;

    }

    #container-id {
        top: 1630px;
        height: 600px;

    }

    .cardnoticia-1 {
        top: 0px;
        left: 24%;
    }

    .cardnoticia-2 {
        top: 380px;
        left: 24%;
    }

    .cardnoticia-3 {
        top: 760px;
        left: 24%;
    }

    .cardnoticia-4 {
        top: 1140px;
        left: 24%;

    }



    #formulario {
        top: 8200px;
    }

    .contenedorform {
        left: 0px;
        width: 100%;
    }

    .donacion-form {
        top: 580px;
        left: 60%;
    }
}

@media screen and (max-width: 634px) {
     #logo-conocenos {
        top: 6.2%;
        left: 2%;
    }

    #logo-alianza {
        top: 130px;
        left: 76%;

    }

    #campo-alianza {
        top: 80px;
        width: 73%;
        height: 190px;
    }

    #caja-logo-alianza {
        top: 300px;
        height: 49%;
        width: 70%;
        left: 14%;
        background-color: transparent;
    }

    .cardnoticia-1 {
        top: 0px;
        left: 22%;
    }

    .cardnoticia-2 {
        top: 380px;
        left: 22%;
    }

    .cardnoticia-3 {
        top: 760px;
        left: 22%;
    }

    .cardnoticia-4 {
        top: 1140px;
        left: 22%;

    }
}

@media screen and (max-width: 600px) {
    #seccion-2 {
        top: 915px;
    }
#logo-conocenos {
        top: 5.7%;
        left: 0.8%;
    }

    /* Estilos para el nuevo slider en la sección "Conócenos" */
    #conocenos-slider {
        top: 60px;
        /* Espacio desde el título 'CONOCENOS' */
        left: 50%;
        width: 100%;
    }

    #conocenos-slider .slides li {
        height: 520px;
    }

    #conocenos-slider .slides img {
        height: 320px;
    }

    .conocenos-caption {
        bottom: 0px;
    }


    #conocenos-caption p {
        left: 20px;
        font-size: 20px;
    }

    #seccion-3 {
        top: 2874px;
    }

      #seccion-noticias {
        top: 4430px;
       
    }

}

@media screen and (max-width: 580px) {
    #body-inicio {
        height: 9700px;
    }



    #seccion-3 {
        top: 2875px;
    }

 

    #logo-internacional-9 {
        top: 270px;
        left: 44%;
    }


    #seccion-noticias {
        top: 4400px;
    }

    .cardnoticia-1 {
        top: 0px;
        left: 18%;
    }

    .cardnoticia-2 {
        top: 380px;
        left: 18%;
    }

    .cardnoticia-3 {
        top: 760px;
        left: 18%;
    }

    .cardnoticia-4 {
        top: 1140px;
        left: 18%;

    }

    #formulario {
        top: 8340px;
    }

    .donacion-form {
        top: 580px;
        left: 55%;
    }
}

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

    #marco-1,
    #marco-2 {
        height: 6%;
    }

}

@media screen and (max-width: 520px) {
    #body-inicio {
        height: 9600px;
    }



    .cardnoticia-1 {
        top: 0px;
        left: 16%;
    }

    .cardnoticia-2 {
        top: 380px;
        left: 16%;
    }

    .cardnoticia-3 {
        top: 760px;
        left: 16%;
    }

    .cardnoticia-4 {
        top: 1140px;
        left: 16%;

    }

    #formulario {
        top: 8260px;

    }

    .donacion-form {
        top: 595px;
        left: 55%;
    }

}


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


    #conocenos-slider {
        width: 99%;

    }

    #campo-alianza {
        top: 120px;

    }

    #caja-logo-alianza {
        top: 48%;
        width: 100%;
        left: 0px;

    }


    



    #logo-internacional-1 {
        left: 11%;
    }

    #logo-internacional-2 {
        left: 40%;

    }

    #logo-internacional-3 {
        left: 67%;
    }

    #logo-internacional-4 {
        top: 120px;
        left: 9%;
    }

    #logo-internacional-5 {
        top: 150px;
        left: 38%;
    }

    #logo-internacional-6 {
        top: 155px;
        left: 67%;
    }

    #logo-internacional-7 {
        top: 270px;
        left: 5%;
    }

    #logo-internacional-8 {
        top: 275px;
        left: 63%;
    }

    #logo-internacional-9 {
        top: 270px;
        left: 40%;
    }

    #logo-nacional-1 {
        left: 10%;
    }

    #logo-nacional-2 {
        left: 35%;
    }

    #logo-nacional-3 {
        left: 65%;
    }


    #logo-nacional-4 {
        top: 140px;
        left: 7%;
    }

    #logo-nacional-5 {
        top: 130px;
        left: 38%;
    }

    #logo-nacional-6 {
        top: 130px;
        left: 65%;
    }


    #logo-nacional-7 {
        top: 230px;
        left: 10%;
    }

    .cardnoticia-1 {
        top: 0px;
        left: 14%;
    }

    .cardnoticia-2 {
        top: 380px;
        left: 14%;
    }

    .cardnoticia-3 {
        top: 760px;
        left: 14%;
    }

    .cardnoticia-4 {
        top: 1140px;
        left: 14%;
    }

    #seccion-noticias {
        top: 4430px;
    }

 

    #formulario {
        top: 8300px;

    }
}

@media screen and (max-width: 430px) {
	#body-inicio {
		height: 10680px;
	}

	#galeria-cont-id {
		top: 5680px;
		height: 2650px;
		background-color: black;
	}

	#gallery {
		top: 70px;
		height: 2520px;
	}

	#image-1,
	/*INVESTIGACION*/
	#image-3,
	/*GESTION DE RIESGOS*/
	#image-2,
	/*INCLUCION Y GENERO*/
	#image-5,
	/*CAMBIO CLIMATICO*/
	#image-4,
	/*DESARROLLO SOSTENIBLE*/
	#image-7,
	/*EDUCACION AMBIENTAL*/
	#image-6 {
		/*AREAS PROTEGIDAS*/
		left: 0%;
		width: 100%;
	}

     

#formulario {
        top: 9900px;

    }

}

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

    #seccion-2 {
        top: 1030px;
        height: 1960px;

    }

     #seccion-3 {
        top: 3115px;
        height: 18%;
    }


    #caja-conocenos {
        height: 62%;

    }

    #campo-texto {
        height: 1000px;
    }

    #campo-texto h1 {
        margin-top: 45px;
        margin-left: 0px;


    }

    #conocenos-slider {
        top: 70px;
        /* Espacio desde el título 'CONOCENOS' */
        left: 50%;
        width: 100%;
    }

    #conocenos-caption p {
        font-size: 20px;
    }

    #logo-conocenos {
        top: 123px;
        left: 1%;

    }

    #campo-texto h1 {
        width: 100%;
    }


    #conocenos-slider {
        top: 70px;
        /* Espacio desde el título 'CONOCENOS' */
        left: 50%;
        width: 100%;
    }


    #conocenos-slider .slides img {
        height: 320px;
        width: 100%;
        margin-left: 20%;
    }


    #boton-donativo{
        top: 1147px;
    }
    #caja-alianza {
        top: 62%;
        height: 44%;
    }

    #logo-alianza {
        top: 120px;
        left: 34%;

    }



    #campo-alianza {
        top: 270px;
        height: 25%;
        width: 100%;
        font-size: 25px;
    }

    #campo-alianza h4 {
        font-size: 19px;
    }

    #caja-logo-alianza {
        top: 525px;
        height: 40%;
        width: 100%;
        left: 0%;

    }

     #seccion-noticias {
        top: 5170px;
    }

    
	


   

}

    



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



    #seccion-2 {
        top: 1000px;

    }

    #logo-alianza {
        top: 100px;
        left: 34%;

    }

    #campo-alianza {
        top: 229px;
        width: 100%;
        height: 260px;
        left: 0px;
        font-size: 20px;
    }

    #campo-alianza h4 {
        height: 80%;
    }



    #caja-logo-alianza {
        top: 540px;
        height: 37%;
        width: 100%;
        left: 0%;
    }

   

    #seccion-noticias {
        top: 4970px;
    }

    .cardnoticia-1,
    .cardnoticia-2,
    .cardnoticia-3,
    .cardnoticia-4 {
        left: 8%;
    }

    #formulario {
        top: 9690px;

    }

    .botonenviar {
        top: 490px;
    }

    .donacion-form {
        top: 620px;
        height: 65px;
        width: 170px;
        background-color: transparent;
        left: 55%;
    }

    .donacion-form img {
        height: 100%;
        width: 100%;
    }

   
}

@media screen and (max-width: 390px) {
    #seccion-2 {
        height: 2100px;
        left: 0px;
        width: 100%;
    }

    #campo-texto p {
       height: 53%;
    }

    #conocenos-caption p {
        font-size: 18px;
    }

    #boton-donativo{
        top: 1230px;
    }


    

    #seccion-3 {
        top: 2700px;
    }

    #caja-logos-internacionales {
        top: 70px;
    }

    #logo-internacional-1 {
        left: 9%;
    }

    #logo-internacional-2 {
        left: 42%;

    }

    #logo-internacional-3 {
        left: 75%;
    }

    #logo-internacional-4 {
        top: 110px;
        left: 6%;
    }

    #logo-internacional-5 {
        top: 165px;
        left: 40%;
    }

    #logo-internacional-6 {
        top: 173px;
        left: 72%;
    }

    #logo-internacional-7 {
        top: 277px;
        left: 2%;
    }

    #logo-internacional-8 {
        top: 275px;
        left: 67%;
    }

    #logo-internacional-9 {
        left: 42%;
    }

    #seccion-noticias {
        top: 3580px;
    }



}

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

       #seccion-2 {
        top: 1020px;
        height: 1960px;

    }


    #caja-conocenos {
        height: 62%;

    }

    #campo-texto {
        height: 1000px;
    }

    #campo-texto h1 {
        margin-top: 45px;
        margin-left: 0px;
    }

    
    #campo-texto p {
        font-size: 18px;
    }

    #conocenos-slider {
        top: 70px;
        /* Espacio desde el título 'CONOCENOS' */
        left: 50%;
        width: 100%;
    }

    #conocenos-caption p {
        font-size: 18px;
    }

    #logo-conocenos {
        top: 123px;
        left: 1%;

    }

    #campo-texto h1 {
        width: 100%;
    }


    #conocenos-slider {
        top: 70px;
        /* Espacio desde el título 'CONOCENOS' */
        left: 50%;
        width: 100%;
    }


    #conocenos-slider .slides img {
        height: 320px;
        width: 100%;
        margin-left: 24%;
    }

    #caja-alianza {
        top: 62%;
        height: 44%;
    }

    #logo-alianza {
        top: 120px;
        left: 34%;

    }


    #campo-alianza {
        top: 270px;
        height: 25%;
        width: 100%;
        font-size: 25px;
    }

    #campo-alianza h4 {
        font-size: 17px;
    }

    #caja-logo-alianza {
        top: 525px;
        height: 40%;
        width: 100%;
        left: 0%;

    }


    #logo-internacional-1 {
        left: 9%;
    }

    #logo-internacional-2 {
        left: 40%;

    }

    #logo-internacional-3 {
        left: 72%;
    }

    #logo-internacional-4 {
        top: 110px;
        left: 6%;
    }

    #logo-internacional-5 {
        top: 165px;
        left: 38%;
    }

    #logo-internacional-6 {
        top: 170px;
        left: 69%;
    }

    #logo-internacional-7 {
        top: 277px;
        left: 2%;
    }

    #logo-internacional-8 {
        top: 275px;
        left: 56%;
    }

    #logo-internacional-9 {
        left: 43%;
        height: 60px;
        width: 60px;
    }
}

@media screen and (max-width: 360px) {
    
    #seccion-3 {
        top: 2730px;
    }
}

@media screen and (max-width: 320px) {
  
 #seccion-2 {
        top: 1020px;
        height: 2060px;

    }


    #caja-conocenos {
        height: 62%;

    }

    #campo-texto {
        height: 1000px;
    }

    #campo-texto h1 {
        margin-top: 45px;
        margin-left: 0px;
    }

    
    #campo-texto p {
        height: 500px;
        font-size: 18px;
    }

    #conocenos-slider {
        top: 70px;
        /* Espacio desde el título 'CONOCENOS' */
        left: 50%;
        width: 100%;
    }

    #conocenos-caption p {
        font-size: 16px;
    }

    #logo-conocenos {
        top: 123px;
        left: 1%;

    }

    #campo-texto h1 {
        width: 100%;
    }


    #conocenos-slider {
        top: 70px;
        /* Espacio desde el título 'CONOCENOS' */
        left: 50%;
        width: 100%;
    }


    #conocenos-slider .slides img {
        height: 320px;
        width: 100%;
        margin-left: 26%;
    }

    #caja-alianza {
        top: 62%;
        height: 44%;
    }

    #logo-alianza {
        top: 120px;
        left: 34%;

    }

    #campo-alianza {
        top: 270px;
        height: 25%;
        width: 100%;
        font-size: 25px;
    }

    #campo-alianza h4 {
        font-size: 17px;
    }

    #caja-logo-alianza {
        top: 525px;
        height: 35%;
        width: 100%;
        left: 0%;

    }

    #boton-donativo{
        top: 1205px;
    }

    #seccion-3 {
        top: 2770px;
    }

    #seccion-3 h1 {
        font-size: 24px;
    }

    #caja-logos-internacionales {
        top: 70px;
    }

    #logo-internacional-1 {
        left: 7%;
    }

    #logo-internacional-2 {
        left: 40%;

    }

    #logo-internacional-3 {
        left: 71%;
    }

    #logo-internacional-4 {
        top: 120px;
        left: 2%;
        height: 60px;
    }

    #logo-internacional-5 {
        top: 168px;
        left: 38%;
    }

    #logo-internacional-6 {
        top: 180px;
        left: 70%;
    }

    #logo-internacional-7 {
        top: 277px;
        left: 2%;
        height: 50px;
        width: 120px;
    }

    #logo-internacional-8 {
        top: 275px;
        left: 66%;
        height: 50px;
        width: 100px;
    }

    #logo-internacional-9 {
        left: 43%;
        height: 60px;
        width: 60px;
    }


    #logo-nacional-1 {
        left: 3%;
        height: 90px;
        width: 90px;
    }

    #logo-nacional-2 {
        left: 33%;
        height: 100px;
        width: 100px;
    }

    #logo-nacional-3 {
        left: 65%;
        height: 60px;
        width: 105px;


    }

    #logo-nacional-4 {
        top: 125px;
        left: 1%;
        height: 65px;
        width: 100px;

    }

    #logo-nacional-5 {
        left: 37%;
        height: 60px;
        width: 90px;

    }

    #logo-nacional-6 {
        left: 67%;
        height: 60px;
        width: 100px;

    }

    #logo-nacional-7 {
        left: 3%;
        height: 70px;
        width: 100px;


    }
}