/*
Estilos CSS para seccion de posgrados
*/

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.movil {display: none;}
.desktop {display: flex;}
.retry-btn{
    font-size: .8rem;
    background: #343a40;
    display: table;
    padding: 3px 10px;
    color: #fff;
    border-radius: 12px;
    font-weight: 700;
    margin: 10px auto;
}

.retry-btn:hover {
    color: #ffffff;
    background: #515961;
    text-decoration: none;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-top: 20px;
}

.staff-container {
    -margin: 0 auto;
    margin: 20px auto;
    -webkit-box-shadow: 0 0 13px 1px rgba(0, 0, 0, .32);
    -moz-box-shadow: 0 0 13px 1px rgba(0, 0, 0, .32);
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, .32);
    border-radius: 55px 35px 35px 55px;
    position: relative;
    max-width: 500px;
    height: 120px;
}

.staff-short-description {
    font-size: 11.7px;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 13px;
}

.staff-fullname {
    text-align: center;
    font-weight: 800;
    display: block;
    font-size: 14px;
    line-height: 12px;
    margin-top: 3px;
}

.staff-view-more {
    font-size: .8rem;
    background: #d9d9d9;
    display: table;
    padding: 3px 10px;
    color: #000;
    border-radius: 0px;
    font-weight: 700;
    margin: 10px auto;
    border: 0px;
}

.staff-view-more:hover {
    color: #ffffff;
    background: #515961;
    text-decoration: none;
}

.staff-image-cropper {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 10px;
}

.staff-image-cropper-alt {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

a.staff-email {
    color: #000000;
}

.img-staff {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.card-img-top {
    max-height: 233px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.staff-content {
    display: block;
    min-height: 120px;
    padding: 5px 6px 5px 25px;
    height: 120px;
}

img.staff-ic {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

img.staff-ic-email {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.staff-lightbox .featherlight-content {
    /*max-width: 500px;*/
    width: 1140px;
    padding: 25px;
    color: #000;
    background: #fff;
    border-radius: 20px;
}

.staff-lightbox .featherlight-content .featherlight-close-icon {
    top: 10px;
    right: 10px;
}


.nav-pills-underline .nav-link {
    border-radius: 0;
}

.nav-pills-underline .nav-link.active,
.show > .nav-pills-underline .nav-link {
    color: #000000;
}

.nav-pills-underline > li.nav-item > a.nav-link {
    color: #000000;
    background-color: transparent !important;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.nav-pills-underline > li.nav-item > a.nav-link.active,
.nav-pills-underline > li.nav-item > a.nav-link.active:hover,
.nav-pills-underline > li.nav-item > a.nav-link:hover {
    text-decoration: none;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}

.nav-pills-underline > li.nav-item > a.nav-link.active {
    background-color: transparent !important;
}

.nav-pills-underline > li.nav-item > a.nav-link.active:hover,
.nav-pills-underline > li.nav-item > a.nav-link:hover {
    color: #494949;
    background-color: #e9ecef !important;
}

@media only screen and (max-width: 1750px) {
.staff-lightbox .featherlight-content {
    width: 55%;
}
}


@media only screen and (max-width: 1420px) {
    .staff-lightbox .featherlight-content {
        width: 60%;
    }
}

@media only screen and (max-width: 1280px) {
    .staff-lightbox .featherlight-content {
        width: 70%;
    }
    .staff-lightbox .col-md-5.my-auto {
        margin-left: 30px;
    }
}

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

    .staff-col4{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


@media only screen and (max-width: 1000px) {
    .staff-lightbox .featherlight-content {
        width: 80%;
    }

    .staff-content {
        padding: 5px 6px 5px 30px;
    }


}




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

    .movil {display: flex;}
    .desktop {display: none;}

    .staff-col4{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }


    .staff-container .col-md-9 {
        width: 66%;
        padding-right: 0;
    }

    .col-md-3.s-img {
        width: 30%;
    }

    .staff-lightbox .featherlight-content {
        /*max-width: 500px;*/
        width: 90%;
        padding: 20px;
        color: #000;
        background: #fff;
        border-radius: 20px;
    }

    .staff-lightbox .featherlight-content .tab-pane {
        padding: 0px;
    }

    .staff-lightbox .featherlight-content .tab-pane .staff-publish-list {
        padding: 20px;
    }


}

.bluever {
    background-color: #07537C;
    border-radius: 5px;
    padding: 3px 25px;
    font-size: 15px;
    font-weight: 500;
}