html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}



body 
{

    display: flex;
    flex-direction: column;
    height: 100vh;
}

.carousel-item img {
    opacity: 0.5
}

.carousel-item {
    background-color: black;
}

.carousel .texto {
    color: white;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 30%;
    text-align: center;
}

.carousel .servicio {
    font-size: 25px;
    text-align: center;
    width: 100%;
    line-height: 30px;
    margin-bottom: 20px;
}

.carousel .descripcion {
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: auto;
    display: none;
}

.carousel .servicio .highlight {
    color: #f7901e !important;
    font-size: 30px;
    font-weight: 900;
}

@@media(min-width: 768px) {


    .carousel .servicio {
        font-size: 1.56vw;
        line-height: 3vw;
    }

    .carousel .descripcion {
        width: 60%;
        font-size: 1.3vw;
        display: block;
    }

    .carousel .servicio .highlight {
        font-size: 4.68vw;
    }
}




.servicio-item {
    background-color: rgb(0,0,190,0.5);
    border-radius: 30px 30px 0px 0px;
    color: white;
}

.servicio-item-icon {
    color: white;
    font-size: 30px;
    text-align: center;
    width: 100%;
}

@@media(min-width: 768px) {
    .servicio-item-icon {
        font-size: 60px;
    }
}


.navegacion-servicios .active .servicio-item {
    background-color: rgb(244,147,30,0.5) !important;
}

.servicio-item-texto {
    color: white !important;
    font-size: 16px !important;
    text-align: center !important;
    width: 100% !important;
    padding: 15px 0 !important;
    min-height: 80px;
}

.servicio-item-informacion {
    color: white !important;
    font-size: 16px !important;
    padding: 15px 0 !important;
    width: 70% !important;
    margin-left: 15% !important;
    border-top: 3px solid white !important;
}


.navegacion-servicios {
    width: 80% !important;
    left: 10% !important;
    bottom: 0 !important;
    position: absolute !important;
    z-index: 10 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

#nav.header-scrolled {
    -moz-transition: inherit;
    -o-transition: inherit;
    -webkit-transition: inherit;
    transition: ease-out all 0.7s;
    background-color: rgba(17, 17, 17, 0.9) !important;
}
main {
    flex: 1 0 auto;
}

p {
    margin: 0;
}
/*
================================================
Footer
================================================
*/


footer {
    padding:40px 0;
}

#footer-upper, footer {
    background-color: #263171;
}

#footer-upper a {
    text-decoration:none !important;
}

#footer-upper ul {
    list-style:none;
    margin:0;
    padding:0;
}

    #footer-upper .footer-block,
    #footer-upper .footer-block a,
    footer {
        color: #bdbdbd;
    }

    #footer-upper .space {
        padding: 60px 0;
    }

    #footer-upper .footer-block p {
        margin-bottom: 12px;
    }

    #footer-upper ul.tags {
        margin-top: 6px;
        display: inline-block;
    }

#footer-upper ul.social {
    margin-left: -11px;
   
}

    #footer-upper .footer-block img {
        margin-bottom: 10px;
    }
#footer-upper ul.social li {
    display: inline-block;
}
    #footer-upper ul.social a {
        font-size: 20px;
        color: #bdbdbd;
    }

    #footer-upper a:hover {
        color: var(--amarillo);
    }

    #footer-upper .footer-block h4 {
        color: #fff;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    #footer-upper .footer-block .date {
        font-size: 11px;
    }

ul.news li {
    border-bottom: 1px solid #8a8989;
    padding-bottom: 5px;
}

#footer-upper ul.social li {
    width: 25px;
}

ul.news li:last-child {
    border: none;
    padding-bottom: 0;
}

ul.news li:not(:first-child) {
    padding-top: 7px;
}

ul.tags li .tag {
    border: 1px solid #8a8989;
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 2px;
    padding: 2px 10px;
    text-transform: lowercase;
    text-decoration:none !important;
}

#footer-upper .footer-block {
    padding: 0 25px 6px;
}

ul.tags li {
    display: inline-block;
}

    ul.tags li:hover .tag {
        background-color: var(--amarillo);
        border-color: var(--amarillo);
        color: #fff !important;
    }

#footer-upper ul.office-hour li {
    line-height: 25px;
}

    #footer-upper ul.office-hour li:first-child {
        margin-bottom: 10px;
    }

    #footer-upper ul.office-hour li span {
        font-weight: 800;
        margin-right: 3px;
    }

footer .copy-right {
    border-top: 1px solid #8A8989;
    padding: 20px 0;
}

h4{color:#222 !important;}

footer h4{color:#FFF !important;}

