


.header-nav-pages_container{
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
    background-color: var(--primary-color);
    margin: 0;
}

.logo-pages_container h3{
    color: var(--secundary-color) !important;   
    border-color: var(--secundary-color);
    font-size: 23px;
}

.logo-pages_container img{
    width: 80px;
}

.nav-pages_container{
    padding-right: 10px;
}

.nav-pages_container a{
    text-decoration: none;
    font-size: 20px;
    margin-left: 20px;

    color: var(--terceary-color);
}

.nav-pages_container a:hover{
    color: rgb(201, 201, 201);
}

.nav-cta-pages_container a{
    color: var(--primary-color);
    padding: 12px 30px;
    background-color: var(--secundary-color);
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    margin-right: 15px;
    border: 3px solid var(--secundary-color);
    transition: all .30s ease;
}
.nav-cta-pages_container a:hover{
    color: var(--secundary-color);
    background: transparent;
}
.menu-pages{
    display: none;
    margin: 0;
}


.btn-nav-pages{
    color: var(--terceary-color) !important;
}

.header-booking_container{
    background-image:  linear-gradient(rgba(4, 19, 46, 0.6), rgba(4, 19, 46, 0.6)),url(../img/booking1.jpg);
    height: 90vh;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}


.booking-text_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
}

.booking-title_container{
    text-align: center;
    display: flex;
    flex-direction: column;
}

.booking-title_container h2{
    font-size: 45px;
    color: var(--terceary-color);
    margin-bottom: 30px;
}


.booking-title_container h3{
    color: var(--secundary-color);
    font-size: 20px;
    width: 85%;
    align-self: center;
}

.reservation-botton{
    margin-top: 50px;
}

.reservation-botton a{
    font-size: 20px;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 700;
    padding: 12px 60px;
    background-color: var(--terceary-color);
    border-radius: 5px;
    border: 3px solid var(--terceary-color);
    transition: all .30s ease;
    font-weight: 600;
}

    .reservation-botton a:hover{
        background: transparent;
        color: var(--terceary-color);
    }


.title-booking_container{
    text-align: center;
    font-size: 27px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.title-booking_container h3{
    display: inline-flex;
    border-bottom: 3px solid var(--primary-color);
}


.iframe_moovs-booking{
    height: 1000px;
}

.footer-booking_container{
    margin-top: 50px;
}

@media (max-width: 1050px){
    .menu-pages{
        display: block;
    }

    .nav-pages_container{
        display: none;
    }
}

@media (max-width: 628px){
    .logo-pages_container h3{
        font-size: 18px;
    }

    .nav-cta-pages_container{
        display: none;
    }

    .menu-pages{
        margin-right: 20px;
    }
}


@media (max-width: 571px){

    .logo-pages_container{
        padding-bottom: 7px;
    }
}

@media(max-width: 374px){
    .booking-title_container h2{
        font-size: 35px;
    }
}

.booking-reservacion_text_container{
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}

.booking-reservacion_text_container p{
    text-align: center;
    font-size: 20px;
}