.apoyo_contenedor_socios{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}
.container_socio1{
    background-color: rgb(255, 242, 127);
    margin-left: 5%;
    width: 25%;
    height: 35%;
    border-radius: 10px;
    margin-top: -25%;
}
.container_socio2{
    background-color: rgb(127, 255, 212);
    margin-left: 12%;
    width: 25%;
    height: 35%;
    border-radius: 10px;
    margin-top: -25%;
}
.container_socio3{
    background-color: rgb(255, 127, 251);
    margin-left: -62%;
    width: 25%;
    height: 35%;
    border-radius: 10px;
    margin-top: 15%;
}
.container_socio4{
    background-color: rgb(127, 232, 255);
    margin-left: 12%;
    width: 25%;
    height: 35%;
    border-radius: 10px;
    margin-top: 15%;
}
.contenedor_socio3{
    display:flex;
    justify-content: center;
    background-size: cover;
    border-radius: 10px;
    margin: 5%;
    margin-top: 2%;
}
.container_voluntario{
   width: 900px;
   height: 450px;
   margin-top: -10%;
   background-color: rgba(127, 255, 212, 0.453);
   border-radius: 10px;
}       
#texto_portada_apoyo{
    background-color: rgba(127, 236, 255, 0.453);
    height: fit-content;
    width: 100%;
    align-content: center;
    text-align: center;
    margin-top: 42.5%;
    animation: deslizarY 2s ease-out;
}
.contenedor_foto_apoyo{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-image: url(fotos/2.4.JPG);
    margin: 5%;
    margin-top: 0%;
}
.contenedor_soc1{
    background-size: cover;
    width: 35%;
    height: 75%;
}
.contenedor_soc2{
    background-size: cover;
    width: 35%;
    height: 75%;
    margin-left: 5%;
}
.socio_desc1{
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 20%;
    background-color: rgba(127, 255, 212, 0.308);
    margin-top:2%;
    font-family:'Lato',Sans-serif;
}
.socio_desc1:hover{
    transform: scale(1.1);
    filter: contrast(2);
    color: grey;
    cursor: pointer;
    transition: transform 0.5s ease;
}
.socio_desc2{
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 40%;
    background-color: rgba(127, 255, 212, 0.357);
    margin-top:2%;
    font-family:'Lato',Sans-serif;
}
.vol-3 img:hover{
    transform: scale(1.1);
    transition: transform 0.4s ease;
}
.socio_titulo
{
    padding: 10px;
    text-align: center;
    justify-content: center;
    font-family:'Lato',Sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: rgba(230, 1, 1, 0.96);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    margin-top: 75%;
    border-radius: 10px;
}
.contenedor_soc1 img:hover,.contenedor_soc2 img:hover{
    transform: scale(1.1);
    filter: saturate(3);
    cursor: pointer;
}

.vol-3{
    margin-top: 2%;
    text-align: center;
    height: 35%;
    width: 100%;
    display: block;
    background-color: rgba(26, 159, 224, 0.4);
}
.vol-2 img{
    width: 100%;
    height: 98%;
    background-size: contain;
    border-radius: 10px;
    transition: transform 0.5s ease; /* Agrega una transición suave para un efecto más agradable */

}
.vol-2 img:hover{
    transform: scale(1.1);
    filter: saturate(1.3);
}
.profile-vol{
    width: 20%;
    height: 90%;
    display: block;
    margin-left: 1%;
    font-family:'Lato',Sans-serif;
    align-self: center;
    margin: 0 auto;
}
.experiencia-vol{
    display: block;
    width: 40%;
    margin-left: 1%;
    height: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Comic Sans MS', cursive;
}
.txt-exp{
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 90%;
    /*background-color: rgba(127, 255, 212, 0.308);*/
    margin-top:2%;
    font-family:'Lato',Sans-serif;
}
.foto-exp{
    width: 35%;
    margin-left: 2%;
    height: 90%;
    border-radius: 7px;
    background-color: rgb(255, 0, 162);
}
.profile-photo{
    width: 65%;
    margin-left: 1%;
    height: 30%;
    margin: 0 auto;
}
.profile-photo img {
    border-radius: 50%;
    max-width: 95%;
    height: auto;
    width: 75%;
    height: 95%;
}
.vol-info{
    width: 95%;
    height: 40%;
    font-family:'Lato',Sans-serif;
}
#tit-exp{
    text-align: left;
    font-weight: bold;
    color: blue;
    margin-top: 2%;
}
.portada_apoyo{
    display: flex;
    height: 60%;
    width: 100%;
    
}
@media screen and (max-width:1000px){
    .ini_contenedor_portada{
        height: 100vh;
        flex-direction: column;
    }
    .contenedor_soc1,.contenedor_soc2{
        background-size: cover;
        width: 95%;
        margin: 0 auto;
        height: 55%;
    }
    .socio_desc1:hover{
        transform: scale(1.04);
    }
    h2{
        margin-bottom: 20%;
        margin-top: 50px;
        padding: 10px;
    }
    .portada_apoyo{
        max-width: 100%;
        display: block;
        max-height: 95%;
        height: 100vh;
    }
    .profile-vol{
        width: 85%;
        height: 35%;
    }
    .experiencia-vol{
        max-height: 80%;
        display: block;
    }
}
