/* HEADER */
header{
    position: relative;
    top: 0;
    z-index: 12;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
header .row{
    padding-bottom: 8rem;
}
header a.volver{
    text-decoration: none;
    color: white;
}
header a.volver span{
    font-size: 1.6rem;
    font-weight: bold;
}
header .foto_perfil{
    position: absolute;
    top: 50%;
}
header .foto_perfil img{
    border-radius: 50%;
    width: 50dvw;
    object-fit: cover;
    margin: auto;
    border: 6px solid white;
    box-shadow: 0 0 0 12px rgba(255,255,255,0.5);
}
header .edit_foto_perfil{
    position: absolute;
    top: 115%;
}
header .edit_foto_perfil div{
    border-radius: 50%;
    width: 16dvw;
    height: 16dvw ;
    margin: auto;
    border: 4px solid white;
    cursor: pointer;
    max-width: 70px;
    max-height: 70px;
}
header .edit_foto_perfil img{
    width: 3rem;
}
/* GENERIC */
.soporte{
    height: 12dvh;
}
.informacion{
    margin-top: 14dvh;
    position: relative;
    z-index: 10;
}

/* INFO */
.nombre{
    font-size: 1.8rem;
    font-weight: 600;
}
.numCol, .promotion-year, .promotion-year-title{
    font-size: .8rem;
}
.promotion-year-title{
    font-weight: 600;
}
.enlaceHistorico{
    color: var(--azul-oscuro);
    text-decoration: none;
    font-weight: bold;
    font-size: .8rem;
}
.cerrarSesion{
    color: var(--azul-oscuro);
    text-decoration: none;
    font-weight: bold;
    font-size: .8rem;
}
/* RRSS */
.ig, .fb, .ln, .tw, .tt{
    border-radius: 50px;
}
input.rrss-info{
    background-color: transparent;
    border: none;
    border-radius: 0;
    text-align: start;
    /* color: black; */
    outline: none;
}
.rrssicon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.editIcon{
    text-decoration: none;
    padding: .2rem;
    border-radius: 50%;
}
.addSvg{
    max-width: 40px;
}
.editIcon.bg-azul-claro{
    border: 2px solid white;
    width: 2.5rem;
    height: 2.5rem;
}

/* DATOS OTROS */
.cont-datos-otros input{
    width: 80dvw;
    border: none;
    border-radius: 25px;
    background-color: var(--gris-claro);
    padding: 0.3rem;
    margin-top: 0.3rem;
    color: black;
}
.actualizarPass{
    width: 80dvw;
    margin: auto;
    border: none;
    border-radius: 25px;
    background-color: var(--azul-oscuro);
    padding: 0.3rem;
    margin-top: 0.3rem;
    color: white;
    cursor: pointer;
}
.imgupdatedata{
    cursor: pointer;
}

/* RESPONSIVE */
.img-perfil{
    max-width: 160px;
}

.menuButton{
    cursor: pointer;
}
.secondaryButton{
    max-width: 60px;
}
.cont-datos{
    max-width: 800px;
}
.ajustar-icon-menu{
    position: absolute;
    bottom: 30px;
    right: 2rem;
    max-width:60px;
}
.closesess-icon-menu{
    position: absolute;
    bottom: 30px;
    right: 7rem;
    max-width:60px;
}
.ajustar-txt-menu{
    position: absolute;
    bottom: 180px;
}
/* Header Desktop */
.header-desktop{
    display: none;
    z-index: 10; /* Para evitar bug del video */
}
.header-mobile{
    display: none;
}
@media only screen and (min-width: 1180px) {
    header .foto_perfil{
        top: 10%;
    }
    .header-desktop{
        display: flex;
    }
    main{
    max-height: 100vh !important;
    }
    .informacion{
    margin-top: 14dvh;
    position: relative;
    z-index: 19;
}
}
@media only screen and (max-width: 1180px) {
    .header-mobile{
        display: flex;
    }
    
}
.cont-notification{
    max-width: 150px;
}
.invertirColor{
    filter: invert(100%);
}
.cont-redes{
    max-width: 500px;
}

.config-gear{
    transform: translateY(4rem);
}

.edit-icon{
    /* transform: translateY(5rem); */
}

.maximo-width-700{
    max-width: 600px;
}