html {
    scroll-behavior: smooth;
}

.parall1 {
    background-image: url(../img/patron2.png);
}

.nav-tabs .nav-link.active {
    font-weight: bold;
}

.seccion {
    min-height: 100vh;
    padding: 13vh 5vw 0vh 5vw;
}

.seccion-interna {
    background: #CCD1D1;
    color: rgb(10, 37, 54);
    padding: 0 10px 0 10px
}

.azul {
    color: #CCD1D1;
    background-color: #0a2536;
    border-color: #0a2536;
}

.boton:hover {
    background: rgb(10, 37, 54);
    background: -moz-linear-gradient(135deg, rgba(10, 37, 54, 1) 0%, rgba(87, 147, 179, 1) 50%, rgba(11, 43, 68, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(10, 37, 54, 1) 0%, rgba(87, 147, 179, 1) 50%, rgba(11, 43, 68, 1) 100%);
    background: linear-gradient(135deg, rgba(10, 37, 54, 1) 0%, rgba(87, 147, 179, 1) 50%, rgba(11, 43, 68, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0a2536", endColorstr="#0b2b44", GradientType=1);
    color: #CCD1D1 !important;
}

.fuente-azul {
    color: #0a2536 !important;
}

.fuente-plomo {
    color: #CCD1D1 !important;
}

#sec-tit {
    padding: 5px;
    text-align: center;
    font-size: 1.6rem;
}

#sec-tabla {
    opacity: 1.0;
}

.dataTables_processing {
    z-index: 999;
}

table {
    width: 100% !important;
}

.hacia-arriba {
    position: fixed;
    display: inline;
    right: 30px;
    bottom: 30px;
    z-index: 11;
    animation: action 1s infinite alternate;
}

@keyframes action {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-15px)
    }
}

@media only screen and (max-width: 870px) and (min-width: 0px) {
    .seccion {
        height: 100vh;
        background: #CCD1D1;
        color: rgb(10, 37, 54);
        padding: 6vh 5vw 0vh 5vw;
    }

    #sec-tit {
        font-size: 1.1rem;
    }

    .nav-link {
        padding: 8px;
    }

    #maestrias-table_length {
        display: none;
    }

    #maestrias-table {
        font-size: small;
    }

    #especialidades-table_length {
        display: none;
    }

    #especialidades-table {
        font-size: small;
    }

    #diplomados-table_length {
        display: none;
    }

    #diplomados-table {
        font-size: small;
    }
}



.dataTables_processing {
    z-index: 999;
}

table {
    width: 100% !important;
    font-size: 0.8rem;
}

#mdlVisualizarPDF {
    display: none;
    position: fixed;
    z-index: 1051;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

#embpdf {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-top: 10px;
    text-align: center;
}

#img_pdf {
    background-color: white;
    margin: 0 auto;
    max-width: 90%;
}

#img_vis {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

#img_vis,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.player {
    align-items: center;
    text-align: center;
    padding-top: 10px;
}

.player button {
    background-color: #ccc;
    color: #0a2536;
    font-weight: bold;
    transition: 0.3s;
}

.player div {
    display: inline-flex;
}

.player span {
    color: #ccc;
    font-weight: bold;
}

.player button:hover,
.player button:focus {
    color: #bbb;
    background-color: #0a2536;
    text-decoration: none;
    cursor: pointer;
}

#cerrar {
    float: right;

}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

#slider {
    width: 90vw;
    z-index: 0;
    position: relative;
    left: 5vw;
    align-items: center;
    text-align: center;
    box-shadow: white 0 3px 8px 3px;
}

#controls {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
}

#controls i {
    font-size: 1rem;
}

.previous {
    float: left;
}

.next {
    float: right;
}

.previous,
.next,
.pause {
    border-radius: 25%;
    outline: none;
    transition: 0.7s ease-in-out;
    border: 3px solid white;
    background-color: transparent;
    box-shadow: 0 0 5px #bbb;
    color: white;
    opacity: 0.3;
    padding: 5px;
    margin: 5px;

}

.previous:hover,
.next:hover,
.pause:hover {
    border: 3px solid gray;
    color: gray;
    background-color: white;
    opacity: 0.8;
}

.slide-img {
    height: 60vh;
    transition: 1s;
    opacity: 0.5;
    z-index: 1;
}

.slide-img:hover {
    opacity: 1;
    transform: scale(3) translate(0%, 32.5%);
}

#sobreimagen {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.img-slide {
    height: 20vh;
    border-radius: 50%;
}

.img-slide:hover {
    box-shadow: 0 12px 10px 4px white;
    border-radius: 2%;
}

.datatable-fixed-width {
    table-layout: fixed;
}

.column_search {
    width: inherit;
    font-size: 0.8rem;
}

.air-datepicker {
    width: auto;
}

.contenido{
        text-align: center;
        font-size: 1.4rem;
}