/* all */
@font-face {
    font-family: 'Barrett';
    src: url('../webfonts/barrett.eot');
    src: local('☺'), url('../webfonts/barrett.woff') format('woff'), url('../webfonts/barrett.ttf') format('truetype'), url('../webfonts/barrett.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Barrett', serif;
}
.container {
    position: relative;
}
.logo-line {
    background: #3977c2;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 137px;
    left: 0;
    z-index: -1;
}
/* home */
.home [class^='col-md-'] {
    padding: 4px;
}
.home div {
    cursor: pointer;
}
.home img {
    min-width: 100%;
    max-width: 100%;
    transition: filter .25s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.home img:hover,
.home img.hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.home h2 {
    position: absolute;
    bottom: 27px;
    left: 27px;
    font-size: 38px;
    line-height: 30px;
}
.home h2 a {
    color: #fff;
    text-shadow: 0 0 30px #000;
}
.home h2 a:hover {
    text-decoration: none;
}
.alert-covid {
    background: #a10034;
    border-color: #a10034;
    font-size: 17px;
    color: #fff;
    margin: 0 5px 5px;
    padding: 5px 15px 10px;
    line-height: 20px;
}
.alert-covid a {
    color: #f90;
}

/* nav */
.nav.nav-fill {
    margin-bottom: 180px;
}
.nav.nav-fill .nav-item {
    text-align: left;
}
.nav.nav-fill .nav-item a {
    color: #000;
    line-height: 20px;
    font-size: 18px;
}
.nav.nav-fill .nav-item a:hover {
    color: #666;
}
.nav.nav-fill .nav-item a:hover span {
    height: 8px;
}
.nav.nav-fill .nav-item.nav-item-text {
    position: relative;
    top: 140px;
}
.nav.nav-fill li {
    height: 80px;
}
.nav.nav-fill .nav-item.nav-item-text span {
    display: block;
    width: 100%;
    height: 5px;
    margin-top: 10px;
    transition: height .3s ease-in-out;
}
.nav.nav-fill .nav-item.nav-item-logo {
    margin: 0 -60px;
}
.nav.nav-fill li:first-child .nav-link {
    padding-left: 0;
}
.nav.nav-fill li:last-child .nav-link {
    padding-right: 0;
}
.nav-contacto {
    position: absolute;
    right: 15px;
    top: 100px;
    color: #666;
    font-size: 18px;
    text-decoration: none;
}
.nav-contacto:hover {
    color: #999;
    text-decoration: none;
}

/* nav campus*/
.nav-campus.nav-fill {
    margin-bottom: 140px;
}

/* pages */
.pages {
    min-height: 300px;
}
.pages h1 {
    font-size: 50px;
    line-height: .8;
}
.pages p {
    text-align: justify;
    margin-bottom: 10px;
}
.pages p,
.pages ul {
    font-size: 14px;
    font-family: 'Arial', sans-serif;
}
.pages ul {
    padding-left: 20px;
    list-style: none;
}
.pages ul li:before {
    content: "•";
    color: #fdab57;
    display: inline-block;
    width: 15px;
    margin-left: -20px;
}
.pages h3 {
    color: #000;
    margin-bottom: 20px;
    font-size: 1.9rem;
}
.pages h4 {
    color: #3977c2;
}
.pages .nav.nav-tabs {
    padding: 0;
    border: 0;
}
.pages .nav.nav-tabs li {
    width: 100%;
}
.pages .nav.nav-tabs li a {
    padding: 12px 0;
    font-family: 'Barrett', serif;
    font-size: 25px;
    line-height: 25px;
    background: transparent;
    border: 0;
}
.pages .nav.nav-tabs li a.active {
    color: #666;
}
.pages .nav.nav-tabs li a:hover {
    color: #333;
}
.pages .nav.nav-tabs li:before {
    content: "";
    width: 0;
    margin-left: 0;
    display: block;
}
.pages table.no-border td {
    border: 0;
}
/* section colors */
.s01 {
    color: #7caaa7;
}
.s01-bg {
    background: #7caaa7;
}
.s02 {
    color: #7b8f2e;
}
.s02-bg {
    background: #7b8f2e;
}
.s03 {
    color: #e2ac0c;
}
.s03-bg {
    background: #e2ac0c;
}
.s04 {
    color: #e65c2b;
}
.s04-bg {
    background: #e65c2b;
}
.s05 {
    color: #dba7ab;
}
.s05-bg {
    background: #dba7ab;
}
.s06 {
    color: #fea561;
}
.s06-bg {
    background: #fea561;
}
.s07 {
    color: #f1cc95;
}
.s07-bg {
    background: #f1cc95;
}
.s08 {
    color: #65b7df;
}
.s08-bg {
    background: #65b7df;
}
.s09 {
    color: #7f6e64;
}
.s09-bg {
    background: #7f6e64;
}

.s10 {
    color: #666;
}

/* footer */
footer {
    border-top: 1px solid #3977c2;
}
footer p {
    font-size: 13px !important;
    color: #3977c2;
}

.mapa {
    border:0;
    width: 100%;
    height: 480px;
}


.nav-lg .nav-fill .nav-item.hidden {
    display: none;
}
.nav-sm {
    display: none;
}
.nav-sm .navbar-toggler {
    background-color: #333;
    line-height: 1.4;
    margin-top: 7px;
}
.nav-sm .navbar-toggler-icon {
    color: #fff;
}
.nav-sm .navbar-collapse {
    background: #eee;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 52px;
    z-index: 10;
    border: 1px solid #ccc;
}
.nav-sm .navbar-collapse .nav-link {
    color: #000;
    padding: 5px 0;
    line-height: 1.2;
}
.nav-sm .navbar-collapse .nav-link:hover {
    color: #666;
}
.nav-sm .navbar-collapse .nav-link span {
    display: block;
    height: 3px;
    transition: height .3s ease-in-out;
}
.nav-sm .navbar-collapse .nav-link:hover span {
    height: 6px;
}
.nav-sm .navbar {
    align-items: flex-start;
    padding: 0 0 15px;
}
.nav-sm .navbar-brand {
    padding: 0;
    margin-top: -20px;
}

/* inscripcion */
.hidden {
    display: none !important;
}
.form-inscripcion small {
    color: #666;
}
.has-error input,
.has-error select {
    border-color: #A94442;
}
.has-error fieldset label {
    color: #A94442;
}

[style*="--aspect-ratio"] > :first-child {
    width: 100%;
}
[style*="--aspect-ratio"] > img {
    height: auto;
}
@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }
    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }
    [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

.nav-campus {

}
.nav-campus h3 {
    margin-bottom: 10px;
}
.nav-campus p {
    font-family: 'Barrett';
    font-size: 1.3em;
}
.nav-campus .nav-campus-usuario {
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}
.nav-campus .nav-campus-usuario p {
    text-align: left;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.nav-campus a {
    color: #333;
}
.nav-campus a:hover {
    text-decoration: none;
    color: #000;
}
.nav-campus a.active {
    font-weight: 600;
    color: #FCAC57;
}
.cursos-filtros {
    margin-top: 15px;
}
.cursos-filtros a {
    margin-right: 10px;
}
.cursos-filtros a.active {
    text-decoration: underline;
}
.cursos-filtros a:hover {
    text-decoration: none;

}
.table-cursos td {
    vertical-align: middle;
}
.table-cursos .curso-icon {
    width: 30px;
}
.table-cursos .curso-nombre {
    font-size: 1.4em;
    line-height: 1;
}
.table-cursos .curso-nombre a {
    color: #000;
}
.table-cursos .curso-nombre a:hover {
    text-decoration: none;
    color: #FCAC57;
}
.table-cursos .curso-estado {
    text-align: right;
    font-size: 1em;
}
.clase-titulo small {
    font-size: .5em;
}
.clase-evaluacion .curso-icon {
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.clase-evaluacion a.curso-nombre {
    font-size: 2em;
    font-family: 'Barrett';
    color: #000;
}
.clase-evaluacion a.curso-nombre:hover {
    text-decoration: none;
    color: #FCAC57;
}
.form-evaluacion .form-check-label {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}
/* responsive */
@media (max-width:1199px) {
    .nav-lg .nav-fill {
        justify-content: center;
    }
    .nav-lg .nav-fill .nav-item {
        width: 20%;
    }
    .nav-lg .nav-fill .nav-item.nav-item-logo {
        margin: 0;
        position: absolute;
        text-align: center;
    }
    .nav-lg .nav-fill .nav-item.hidden {
        display: flex;
    }
    .nav.nav-fill li:first-child .nav-link {
        padding-left: 1rem;
    }
    .nav.nav-fill li:last-child .nav-link {
        padding-right: 1rem;
    }
    .nav.nav-fill .nav-item a {
        font-size: 17px;
    }
}
@media (max-width:992px) {
    .home h2 {
        font-size: 26px;
        line-height: 24px;
    }
    .nav-lg {
        display: none;
    }
    .nav-sm {
        display: block;
    }

}
@media (max-width:768px) {
    .turnos img {
        height: 80px;
    }
}
@media (max-width:576px) {
    .home [class^='col-md-'] {
        padding: 4px 20px;
    }
    .home h2 {
        font-size: 40px;
        line-height: 38px;
        bottom: 30px;
        left: 42px;
    }
    .turnos img,
    .contacto img {
        height: 250px;
    }
    .contacto img {
        opacity: 0;
    }
    .contacto {
        height: 250px;
        background: #fdab55;
        margin: 4px 20px;
    }
    .contacto h2 {
        left: 22px;
    }
    .mapa {
        height: 380px;
    }
}
@media (max-width:259px) {
    .nav-sm .navbar-collapse {
        position: relative;
        top: 5px;
    }
}
