
.user_not_found{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 60%;
    margin: 0 auto;
}

.perfil{
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
}

.sombra{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.info-principal{
    position: relative;
    height: 30rem;
}

.imagen-fondo{
    height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    border-radius: 0px 0px 40px 40px;
    background: linear-gradient(0deg, rgba(15, 15, 15, 0.53), rgba(15, 15, 15, 0.53)), url(../img/sitio-personal.jpeg);
}

.contenedor-imagenYnombre-mobile{
    display: none;
}

.contenedor-imagenYNombre{
    width: 70rem;
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
    z-index: 1;
    height: 100%;
}

.contenedor-imagenYNombre img{
    margin-right: 20px;
    z-index: 1;
}

.foto-perfil{
    width: 250px;
    height: 200px;
}

.contenedor-nombreYdescripcion{
    z-index: 1;
    height: 100%;
}

.contenedor-nombreYdescripcion p{
    max-width: 500px;
    font-weight: bold;
    margin: 0;
    margin-top: 30px;
}

.descripcion{
    height: 50%;
    display: flex;
    align-items: flex-start;
}

.descripcion-mobile{
    display: none;
    font-weight: bold;
    width: 97%;
    margin: 0 auto;
    text-align: center;
}

.nombre{
    color: white;
    height: 50%;
    display: flex;
    align-items: flex-end;
}

.nombre h1{
    margin: 0;
    margin-bottom: 52px;
}

.capacitacionesYredes{
    display: flex;
}

.capacitaciones{
    flex-grow: 3;
    margin-right: 30px;
}

.capacitaciones-amaip, .otras-capacitaciones, .redes{
    padding: 40px
}

.capacitaciones-amaip h1, .otras-capacitaciones h1, .redes h1{
    font-weight: 400;
    margin-top: 0;
}

.capacitacion{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.titulo-capacitacion{
    max-width: 50%;
}

.capacitacion p{
    margin-bottom: 5px;
    font-weight: 600;
}

.capacitacion hr{
    margin: 0;
    width: 100%;
    background-color: var(--colorAzul);
    height: 2px;
}
.capacitaciones-amaip a{
    display: block;
    text-align: center;
}

.capacitaciones-amaip button{
    padding: 10px 37px;
    background: var(--colorAzul);
    color: white;
    border: none;
    border-radius: 28px;
    font-size: 14px;
    text-align: center;
    border: 1px solid white;
}
.capacitaciones-amaip button:hover{
    color:black;
    background-color: white;
    border: 1px solid black;
    transition:.3s all ease-in-out;
}
.redes-mobile{
    display: none;
    text-align: center;
}
.redes-mobile a{
    display: flex;
    align-items: center;

}
.redes{
    flex-grow: 1;
    max-height: 400px;
}
.redes a{
    /* display: block; */
    margin-bottom: 20px;
    max-width: fit-content;
    display: flex;
    align-items: center;
}

.icono-red{
    margin-right:20px;
    color: var(--colorAzul);
    font-size: 25px;
    min-width: 30px;
}

.fototeca-instructor{
    display: flex;
    justify-content: center;
    max-height: 300px;
}

.videos-yt{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.videos-yt div{
    width: 480px;
    max-width: 100%;
    margin-top: 20px;
}

.titulo-beneficios{
    font-size: 30px;
}
.infos{
    display:flex;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
}
.info-a{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    width: 280px;
    margin: 20px;
    margin: 20px auto;
    padding: 0 15px;
    border-radius: 50px;
    height: 280px;
    font-weight: 700;
    
}
.info-a:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.info-a i{
    margin-top: 20px;
    font-size: 28px;
    color: #009EE3;
}
.info-a button{
    margin-bottom: 20px;
}
.beneficios{
    display:grid;
    grid-template-areas: "colum1 colum2 colum3 colum4";
    flex-wrap: wrap;
}
.beneficio{
    width: 350px;
    height: 550px;
    margin:30px auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.beneficio h4{
    margin:20px;
    font-size: 20px;
}
.beneficio p{
    margin:20px;
    font-size: 15px;
}
.beneficio img{
    width: 100%;
    object-fit: cover;
    max-height: 175px;
}
.iframeYT{
    display: block;
   margin: 0 auto;
}
.img-expandida{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -100px;
    text-align: center;
    display: block;
    max-width: 900px;
    width: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}
.img-expandida img{
    width: 100%!important;
    height: 100%!important;
    transition: all 0.5s ease-in-out;
}
.oscurecer{
    background-color: rgba(0, 0, 0, 0.425);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}
i.cerrarImg{
    display: none;
}
.cerrarImg{
    color: white;
    position: absolute;
    right: 50%;
    margin-right: -16px;
    top: -10%;
    z-index: 100;
    font-size: 3rem;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.cerrarImg:hover{
    color: black;
}

/* pagina personal socio mobile */
@media (max-width: 1400px) {
    .beneficios{
        display:grid;
        grid-template-areas: "colum1 colum2 colum3 ";
        flex-wrap: wrap;
    }
}

@media (max-width: 950px) {
    .beneficios{
        grid-template-areas: "colum1 colum2";
    }
    .redes{
        display: flex;
        flex-direction: column;
        align-items: center;
        height: fit-content;
    }
    .icono-red{
        display: flex!important;
        justify-content: center;
        margin: 0;
        margin-bottom: 5px;
        margin-right: 10px;
    }
    .foto-perfil{
        margin-right: 20px;
    }
    .titulo-capacitacion{
        max-width: 100%;
    }
}

@media (max-width: 850px) {
    .beneficios{      
        grid-template-areas: "colum1";
        
    }
    .imagen-fondo{
        height: 35%;
    }
    .info-principal{
        height: 40rem;
    }
    .contenedor-imagenYNombre{
        max-width: 95%;
        margin-bottom: 40px;
        align-items: flex-start;
    }
    .foto-perfil{
        z-index: 1;
    }
    .nombre{
        height: 33.8%;
    }
    .descripcion{
        height: 66.2;
    }
    .redes{
        display: none;
    }
    .capacitaciones{
        margin-right: 0;
    }
    .redes-mobile{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        position: absolute;
        width: 100%;
        bottom: 10px;
    }
    .redes-mobile a{
        margin-right: 20px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        color: black;
        background-color: rgb(173, 216, 230);
        border-radius: 7px;
        padding: 4px;
    }
    .icono-red{
        display: inline!important;
        margin-right: 5px;
        margin-bottom: 0;
    }
}

@media (max-width: 650px){
    .videos-yt{
        display: block;
        
    }
    .videos-yt iframe{
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .info-principal{
        height: 40rem
    }
    .imagen-fondo{
        height: 15rem;
    }
    .foto-perfil{
        max-height: 150px;
        max-width: 150px;
    }
    .contenedor-fotoYnombre{
        display:flex;
        justify-content:space-between;
    }
    .contenedor-imagenYnombre-mobile p{
        margin-top: 6rem;
    }
}

@media (max-width: 550px){
    
    .capacitacion button{
        padding: 10px;
    }
    .capacitacion p{
        margin-right: 20px;
    }
    .info-destacada{
        margin-left: 0;
    }
    .contenedor-imagenYNombre{
        height: 15rem;
        margin-bottom: 0;
    }
    .nombre{
        height: auto;
    }
    .descripcion{
        display: none;
    }
    .descripcion-mobile{
        display: block;
    }
    .perfil{
        width: 97%;
        max-width: 97%;
    }
}

@media (max-width: 450px){
    .videos-yt iframe{
        width: 300px;
        height: 170px;
    }
    .capacitaciones-amaip, .otras-capacitaciones, .redes{
        padding: 15px;
    }
    .capacitaciones-amaip h1, .otras-capacitaciones h1, .redes h1{
        text-align: center;
    }
    .capacitacion p{
        margin-right: 10px;
    }
    .redes-mobile a{
        margin-bottom: 5px;
        /* display: inline-block; */
    }
}

@media (max-width: 400px){
    .info-principal{
        height: auto;
    }
    .redes-mobile{
        position:relative;
    }
}

@media (max-width: 360px){
    .videos-yt iframe{
        width: 98%;
        height: 170px;
    }
    .capacitacion{
        flex-direction: column;
        text-align: center;
    }
    .capacitacion p{
        margin-right: 0;
    }
    .otras-capacitaciones p{
        margin-top: 0;
    }
    .titulo-capacitacion{
        margin-bottom: 10px;
    }
    h1{
        font-size: 1.7rem!important;
    }
}

/* certificaciones publicas */
.contenedor-certificados{
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 550px){
    .contenedor-certificados{
        margin: 0 10%;
    }
}

.contenedor-certificados h1{
    margin: 4rem;
}

.certificado{
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25), inset 0px 0px 12px -1px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: space-around;
}
@media only screen and (max-width: 550px){
    .certificado{
        flex-direction: column;
        align-items: center;
    }
    .certificado svg {
        max-width: 100%!important;
    }
    .ingles {
        flex-direction: column!important;
    }
}

.certificado svg{
    max-width: 300px;
    height: 300px;
}
.texto-certificado{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ingles{
    flex-direction: row-reverse;
}

.certificado-expandido{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 30%;
    display: none;
    max-width: 150%;
    text-align: center;
    
}
.certificado-expandido svg{
    position: relative;
    pointer-events: none;
}
.oscurecer{
    background-color: rgba(0, 0, 0, 0.425);
    width: 100%;
    height: 5000px;
    position: absolute;
    top: 0;
    
}

.cerrarCertificado{
    color: white;
    position: absolute;
    right: 10%;
    z-index: 100;
    font-size: 3rem;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.cerrarCertificadoAlt{
    color: white;
    position: absolute;
    right: 25%;
    z-index: 100;
    font-size: 3rem;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.cerrarCertificado:hover{
    color: black;
}
.cerrarCertificadoAlt:hover{
    color: black;
}

.button-url{
    display: flex;
    justify-content: center;
}