/** GENERALES **/

body {
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    color: #222222;
    width: 100%;
    height: auto;
    padding-top: 6em;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #fff;
}

i {
    font-size: 1em;
}

.no-pad {
    padding-left: 0;
    padding-right: 0;
}

.bold {
    font-weight: 700;
}

h1 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 2.25em;
    color: #00467f;
    text-transform: uppercase;
    text-align: center;
}

h6 {
    font-family: 'Asap', sans-serif;
    text-align: center;
    font-weight: 400;
    line-height: 1.5em;
}

.title {
    padding: 2em 0;
}

.line,
.line-blanco {
    border-bottom: 2px solid #00467f;
    width: 50px;
    margin: 0 auto;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.line-blanco {
    border-bottom: 2px solid #fff;
}

.hero {
    width: 100%;
    height: auto;
}

.hero img {
    width: 100%;
    height: auto;
}

.txt {
    padding: 0 1.5em;
}


/** COLORES **/

.azul {
    color: #00467f;
}

.bg-azul {
    background-color: #00467f;
}

.celeste {
    color: #00a4ff;
}

.bg-celeste {
    background-color: #00a4ff;
}

.gris {
    color: #222222;
}

.bg-gris {
    background-color: #222222;
}

.bg-gris-claro {
    background-color: #f2f2f2;
}

.blanco {
    color: #fff;
}

/** NAV **/

nav {
    -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.3);
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #00a4ff;
    cursor: pointer;


}

.navbar-dark .navbar-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1em 0;
}

.navbar-dark .navbar-nav li:hover,
.navbar-dark .navbar-nav li:focus {
    color: #00a4ff;
}


.navbar-dark .navbar-nav li:last-child {
    border-bottom: none;
}


.navbar-brand {
    height: 4em;
}

.navbar-brand img {
    width: 65vw;
    height: 100%;
    padding: 0.1em;
}

.navbar-dark .navbar-toggler {
    border: none;
}

navbar navbar-expand-lg navbar-dark {
    height: 6em;
}

.home {
    display: none;
}

/** SERVICIOS **/

.servicios a,
.servicios a:hover,
.servicios a:focus,
.servicios a:visited {
    color: #00467f;
    text-decoration: none;

}

.servicios li a div {
    background-color: #eee;
    padding: 0.3em;
    height: 100%;
    margin: 1em;
}

/* pag servicios*/

#servicios .ser {
    background-color: #eee;
}

#servicios .ser h1,
#servicios .ser h6 {
    color: #00467f;
}

section {
    padding: 3em 0.8em;
}

#servicios section a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.3em;
    color: #fff;
    text-transform: uppercase;
}

#servicios .ser .line {
    border-bottom: 2px solid #00467f;
}

#servicios .btn {
    border: none;
    padding: 0.6em 0.8em;
    line-height: 1.5em;
    border-radius: 1px;
}


.lista {
    border-bottom: 1px solid #eee;
    padding-bottom: 2em;
    padding-top: 2em;
}

.lista:first-child {
    padding-top: 0;
}

.lista:last-child {
    border-bottom: 0;
}

.lista .sub {
    font-size: 1.2em;
    font-weight: 500;
}

.lista ul {
    padding-left: 1.3em;
}

.lista ul li {
    list-style-type: disc;
    line-height: 1.4em;
    padding: 0.3em 0;
}

.lista h2 {
    margin-bottom: 0.6em;
}


/* novedades */

.novedades,
.ser .title {
    text-align: center;
    padding: 1.5em 0;
}

.novedades a {
    color: #fff;
}

/** Links **/

#links section {
    padding-top: 1em;
}

#links section .des {
    display: none;
}


/* contacto */

#contacto .staff {
    padding: 2em;
    color: #fff;
    height: auto;
}

#contacto .staff h2 {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

#contacto .persona,
#contacto .persona-mas {
    padding: 1em 0;
    border-bottom: 1px solid #fff;
}

#contacto .persona-mas:last-child {
    border-bottom: none;
}

#contacto .persona p {
    margin-bottom: 0;
    margin-top: 0.2em;
    font-size: 1.3em;
}

#contacto .persona-mas p {
    margin-bottom: 0;
    margin-top: 1em;
    font-size: 1.3em;
}

#contacto .persona-mas .primero {
    margin-top: 0.2em;
}

#contacto iframe {
    padding-right: 0;
    padding-left: 0;
}

#contacto p.small {
    font-size: 0.8em;
    margin-top: 0;
}

#contacto .img-lg {
    display: none;
}

/* Footer */

footer {
    padding: 2em;
}

footer img {
    width: 50vw;
}

footer ul {
    color: #fff;
    margin-top: 1.5em;
}

footer ul li {
    margin: 0.5em 0;
}

footer a {
    color: #fff;
    text-transform: uppercase;
}

footer .low {
    text-transform: none;
}

footer a:active,
footer a:visited,
footer a:focus {
    color: #fff;
    text-decoration: none;
}

footer h5 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.footer {
    color: #eee;
    padding: 2em;
    font-size: 0.7em;
    line-height: 1.5em;
    text-align: center;
}

.footer a {
    color: #fff;
    font-weight: 600;
}


/*** MEDIA QUIERIES *** /

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    footer img {
        width: 30vw;
    }

    .navbar-brand img {
        width: 30vw;
    }

    footer ul {
        margin-top: 2.5em;
    }

    .mapa {
        height: 300px;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {

    .logo-footer {
        margin-top: 3em;
    }

    #links section {
        padding: 5em 0;
    }

    #links section.segunda {
        padding-top: 0;
    }


    #links section .des {
        display: block;
        text-align: left;
        padding-top: 1em;
        border-top: 1px solid #eee;
        color: #00467f;
    }

    #links section .des h5 {
        margin-bottom: 0;
    }

    #links a,
    #links a:visited {
        color: #00467f;
        text-decoration: none;
    }

    #links a:hover {
        color: #00a4ff;
        text-decoration: none;
    }

    #links section footer {
        top: 0;
    }

}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {

    .home {
        display: block;
    }

    .home2 {
        display: none;
    }

    .navbar-brand img {
        width: 25vw;
    }

    .navbar-dark .navbar-nav li {
        border-bottom: none;
        padding: 0.5em 0;
        padding-bottom: 0;
        margin-right: 1em;
    }

    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #00a4ff;
    }

    .mapa {
        height: 100%;
    }

    #contacto .contacto {
        min-height: 115vh;
    }

    #contacto .staff h2 {
        text-align: left;
    }

    #contacto .line-blanco {
        margin: 1em 0;
    }

    #contacto .img-lg {
        display: block;
        min-height: 115vh;
    }

    #contacto .img-lg img {
        height: 100%;
        width: 100%;
    }

    #contacto .img-sm {
        display: none;
    }

    footer img {
        width: 20vw;
    }

}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    footer img {
        width: 15vw;
    }

    .navbar-brand img {
        width: 20vw;
    }
}

@media (min-width: 1500px) {}
