@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');

:root {
    --primary-color: #0da25e;
    --primary-color-muted: #3F9870;
    --bg-color: #efefef;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    background-color: var(--bg-color);
}

img {
    border-radius: 4px !important;
}

section {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: var(--primary-color);
    text-align: center;

    h1 {
        font-weight: inherit;
    }
}

.summer-banner {
    position: relative;
    top: -0.7rem;
    width: 100%;
    height: 80px;
    background-image: url(../images/summer-bg.jpg);
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    margin-bottom: 1rem !important;

    h1 {
        font-size: 1rem;
        font-weight: 700;
        color: white;
    }

    .schedules {
        display: flex;
        flex-direction: column;
        /* gap: 0.5rem; */

        p {
            font-size: 0.8rem;
            font-weight: 400;
            color: white;
            padding: 0;
            margin: 0;
        }
    }
}

/*================= TOP BAR =========================*/
.top-bar {
    background-color: var(--primary-color);
    color: white;

    /* spacing */
    padding: 0.5rem 1rem;
}


.top-bar-content {
    display: flex;
    justify-content: space-between;
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.contact-info-separator {
    display: none;
}

.socials {
    display: flex;
    align-items: center;
}

/*================= NAV BAR =========================*/
.navbar-container {
    background-color: var(--primary-color);

    /* spacing */
    padding: 0.5rem 1rem 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
}

a.nav-link,
a.nav-link.active {
    color: white !important;
}



.nav-item-separator {
    color: white;

    /* spacing */
    margin: 0;
}

@media (min-width: 768px) {
    .navbar-nav {
        margin-right: 50px;
    }
}

/*================= MAIN =========================*/
main {
    display: flex;
    flex-direction: column;
}

section {
    margin-bottom: 3rem;
}

/*================= HERO CONTENT =========================*/
.jumbotron {
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)), url(../images/slider1.jpg); */
    background: none;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
}

.jumbotron .slider-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

#camera_wrap.camera_wrap {
    overflow-y: hidden;
    width: 100% !important;
    height: 600px !important;
}

#camera_wrap {
    overflow: hidden;
}

/*================= BANNERS =========================*/

.banners {
    width: 100%
}

.banners .banner .banner_inner {
    padding-bottom: 2rem;
}

.banners .banner .banner_inner a {
    text-decoration: none;
    display: block;
}

.banners .banner .banner_inner a .caption {
    border: 8px solid #c0c0c0;
    position: relative;
    z-index: 1;
    padding: 35px 25px;
    text-align: center;
}

.banners .banner .banner_inner a:hover .caption {
    border-color: #3c3c3c;
}

.banners .banner .banner_inner a .caption .txt1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: #3c3c3c;
    font-family: 'Oswald';
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.banners .banner .banner_inner a .caption .txt2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #777777;
    font-family: 'Open Sans';
    text-transform: uppercase;
}

.banners .banner .banner_inner a .caption .txt3 {
    border: 4px solid #3c3c3c;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 30px;
    background: #3c3c3c;
    margin-top: 30px;
    font-family: 'Open Sans';
}

.banners .banner .banner_inner a:hover .caption .txt3 {
    color: #3c3c3c;
    border-color: #b9b9b9;
    background: transparent;
}

/* ============================= SLIDERS ====================== */
.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.splide__slide .splide__slide__container a {
    text-decoration: none;
}

.splide__slide .splide__slide__container figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.splide__slide .splide__slide__container .caption .txt1 {
    font-family: 'Oswald';
    font-weight: 450;
    font-size: 18px;
    line-height: 20px;
    color: #3c3c3c;
    text-transform: uppercase;
}

.splide__slide .splide__slide__container .caption .txt2 {
    padding-top: 20px;
    color: #777777;
}


/* ============================= NOSOTROS ====================== */
#nosotros .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 2rem;
    /* padding: 1.5rem 1.5rem 0; */
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-container {
    font-family: 'Open Sans';
    text-wrap: balance;
    color: #777
}

/* ============================= CONTACTO ====================== */
#contacto .google_map {
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
    height: 100%;
}

#contacto h4 {
    font-size: 1.25rem
}

/*================= FOOTER =========================*/
footer {
    padding: 1rem 1rem 0.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    margin: 0;
}

h3 {
    font-size: 1rem;
}


h2.footer-title {
    background: none;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.footer-empresas .footer-title {
    display: none;
}

.footer-empresas img {
    width: 250px
}

.footer-empresas {
    display: flex;
    justify-content: center;
}

.social {
    display: block;
    margin: 0;
    padding: 0px;
    list-style: none;
    white-space: nowrap;
}

.social li {
    display: inline-block;
    margin: 0 11px 11px 0;
}

.social li a {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.social li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.footer-copyright {
    font-size: 0.85rem;
}

/* ================== MEDIA QUERIES ================== */
@media (min-width: 576px) {
    .title {
        margin-bottom: 1rem;
    }

    .banners .container .row .banner {
        display: flex;
        justify-content: center;
    }

    .banners .container .row .banner .banner_inner {
        width: 350px;
        margin: auto;
    }



    .splide__slide {
        padding: 0.5rem;
    }

    footer {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(1, 1fr);
        
        gap: 8px;
    }

    .footer-empresas {
        /* grid-column: span 2 / span 2; */
        display: block;
    }

    .footer-empresas .footer-title {
        display: block;
    }

    .footer-empresas img {
        width: 70%;
    }
    
    .footer-contacto {
    
        h3 {
            font-size: 0.85rem;
            color: #3f3f3f;
        }
    }
    
    
    .footer-copyright {
        grid-column: span 3 / span 3;

        grid-row-start: 3;
        display: flex;
        align-items: end;
    }
}

@media (min-width: 768px) {
    .contact-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .contact-info-separator {
        display: block;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .banners .container .row {
        display: flex;
    }

    .banners .container .row .banner {
        width: 33%;
    }

    .banners .container .row .banner .banner_inner {
        width: 100%;
        margin: 0;
    }


    .banners .container .row .banner .banner_inner a .caption {
        padding: 1rem 0.5rem;
    }

    .banners .container .row .banner .banner_inner a .txt1 {
        font-size: 2rem;
    }

    .banners .container .row .banner .banner_inner a .txt2 {
        font-size: 0.8rem;
    }

    #nosotros .content {
        flex-direction: row;
    }   

    #nosotros .content .img-container {
        flex: 1;
        max-width: 33.333%;
        height: 100%;
    }

    #nosotros .content .text-container {
        flex: 2;
    }

    #nosotros .content .text-container p {
        margin-bottom: 0;
    }

    #nosotros .content .img-container img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #nosotros .content .text-container {
        padding: 0 0.5rem;
    }


    #contacto .container .google_map {
        display: flex;
        justify-content: center;
    }

    #contacto {
        align-self: center;
        max-width: 600px;
    }

    footer .footer-contacto .contact-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    #contacto .container .google_map iframe {
        width: 1000px;
    }

    #contacto {
        align-self: center;
        max-width: 1000px;
    }
}

@media (min-width: 1200px) {
    .banners .container .row .banner a .caption {
        height: 270px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    #nosotros .content {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 4rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        height: 216px;
    }




}