@charset "utf-8";

/*------------------------------------------------------------------
[Estilos adicionales]

Last change: 2024/04/18
-------------------------------------------------------------------*/

a:link {
    text-decoration: none;
    color: yellowgreen;
}

a:visited {
    color: yellowgreen;
}



.features-logo {
    height: 180px;
    max-width: 180px;
    width: auto;
    margin: auto;
}

.lead {
    color: gray;
}

.lead-blanco {
    margin: 1em 0 2em 0;
    font-size: 140%;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.6;
    text-align: justify;
    color: whitesmoke;
}

.lead-blanco a {
    color: gray;
}

@media only screen and (max-width: 600px) {
    .lead-blanco {
        text-align: left;
        font-size: 120%;
        font-weight: 400;
        letter-spacing: 0.02em;
        line-height: 1.6;
    }
}

.text-justify {
    text-align: justify;
}

.gente-img-circle img {
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.work-item:hover .work-intro {
    -webkit-transform: translateY(-149px);
    -moz-transform: translateY(-149px);
    transform: translateY(-149px);
}

.work-intro {
    height: 140px;
}

.icono-grande {
    font-size: 24px;
}

p.interlineado {
    line-height: 1em;
}

a.fuente-pq {
    font-size: 1.1em;
}

/** TEAM **/
.team-social-links>a,
.team-social-links>a:visited {
    color: white;
    font-size: 25px;
}

.team-item-role {
    font-weight: 700;
    text-transform: uppercase;
}

.team-item-detail>p {
    margin-bottom: 0.5em;
    text-align: justify;
}
/** END TEAM **/


/** STUDENT MODAL **/
.modal-header {
    border-bottom: solid rgb(100,100,100) 1px;
}
.modal-content {
    background-color: rgb(17, 17, 17);
}

.modal-footer {
    border-top: solid rgb(100, 100, 100) 1px;
}

#student-container .team-item-image {
    cursor: pointer;
}

.team-item {
    width: 100%;
}
/** END STUDENT MODAL **/
#ue-logo {
    background-color: #f7f7f7;
    padding: 10px;
}


.team-item{
    padding: 10px;
}
.team-item-image img.bg-img {
    opacity: 0.5;
}

.team-item-image img.fg-img{
    width: 100px;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 7;
}

@media (max-width: 784px) {
    .team-item-image img.fg-img {
        width: 70px;
        border-radius: 50%;
        position: absolute;
        bottom: 7px;
        right: 7px;
        z-index: 7;
    }
}

