html,
body {
    font-family: 'Open Sans', sans-serif;
}

body.modal-open {
    /*overflow: hidden;*/
}

.hero {
    background-color: #0061f2;
    background-image: linear-gradient(170deg, #0061f2 0%, rgba(5, 255, 255, 0.9) 100%);
    background: url(../../UASLIB/img/edificio_rectoria.png) no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
}

.mainAvisosTitulo {
    color: #fff;
}

.mainMisionVision {
    font-style: normal;
}

.sizecarrusel {
    height: 33vh !important;
}

.main-bg1 {
    background: #f8f9fa;
}

.footer-bottom1 {
    background: #002147;
}

.footer-bottom2 {
    background: #002147;
    font-size: 0.7rem;
}

.footer-bottom1 .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom1 .footer-links ul i {
    padding-right: 2px;
    color: white;
    font-size: 0.7rem;
    line-height: 1;
}

.footer-bottom1 .footer-links ul a {
    color: white;
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1;
}

.footer-bottom1 .footer-links ul a:hover {
    color: white;
    text-decoration: underline;
}

.footer-logo {
    width: 65px;
    height: 80px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 10000;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
    display: flex;
}

.overlay-content {
    position: relative;
    margin: auto;
    width: 100%;
}

.overlay a {
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: -20px;
    right: 10px;
    font-size: 60px;
    z-index: 10010;
}

@media (max-width: 575px) {
    .mainTitulo {
        font-size: 1.5rem;
    }
    .mainAvisosTitulo {
        font-size: 1.3rem;
    }
    .sizecarrusel {
        height: 25vh !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .mainTitulo {
        font-size: 2.5rem;
    }
    .mainAvisosTitulo {
        font-size: 1.3rem;
    }
    .sizecarrusel {
        height: 25vh !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mainTitulo {
        font-size: 2.5rem;
    }
    .mainAvisosTitulo {
        font-size: 2rem;
    }
    .sizecarrusel {
        height: 30vh !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mainTitulo {
        font-size: 3rem;
    }
    .mainAvisosTitulo {
        font-size: 2rem;
    }
    .mainAvisosBanner {
        height: 350px;
    }
    .sizecarrusel {
        height: 33vh !important;
    }
}

@media (min-width: 1200px) {
    .mainTitulo {
        font-size: 3rem;
    }
    .mainAvisosTitulo {
        font-size: 2rem;
    }
    .mainAvisosBanner {
        height: 350px;
    }
    .sizecarrusel {
        height: 33vh !important;
    }
}