.header .logo img {
    width: 190px;
}

.banner2-con .banner_content h1 {
    font-size: 65px;
    line-height: 80px;
    margin-bottom: 40px;
}

.navbar-nav .nav-item .book_now {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    min-width: 180px;
    height: 42px;
    padding: 13px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent)  !important;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
}

.banner2-con .banner_wrapper .box {
    left: -140px;
    bottom: 88px;
    width: 352px;
    height: 73px;
    padding: 10px 15px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    position: absolute;
    background-color: var(--e-global-color-white);
    box-shadow: 2px 20px 29px 20px rgb(0 0 0 / 3%);
}

/* Ancho más amplio solo para el header */
.header .container {
    max-width: 1320px;   /* prueba 1280, 1320 o 1360 según veas */
}

/* A partir de pantallas grandes hacia arriba */
@media (min-width: 1200px) {
    .header .container {
        max-width: 1360px;  /* ajusta hasta que el menú ya no brinque de línea */
    }
}

.about2-con .about_wrapper .about-locationimage {
    position: absolute;
    right: -120px;
    top: 290px;
}

.about2-con .about_content {
    position: relative;
    z-index: 1;
    padding: 135px 0 135px 100px;
}

.about2-con .about-bottomimage img {
    opacity: 80%;
}

.place-con .place-box .content span {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: var(--e-global-color-text);
}



.place-con .place-box h4 {
    margin-bottom: 18px;
    display: inline-block;
    color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}

h4 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}
.btn-more-info {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 18px;
    border-radius: 999px;
    border: 1px solid #ff6b4a;       /* ajusta al color de marca */
    background-color: #ffffff;
    color: #ff6b4a;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.btn-more-info i {
    font-size: 13px;
}

.btn-more-info:hover {
    background-color: #ff6b4a;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}
.join2-con:before {
    opacity: 50%;
    background-image: url(../images/join2-backgroundimage.jpg);
}

@media (max-width: 600px){

.banner2-con .banner_content h1 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 40px;
}

.banner2-con .banner_wrapper .box {
    left: -140px;
    bottom: 88px;
    width: 352px;
    height: 73px;
    padding: 10px 15px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    position: absolute;
    background-color: var(--e-global-color-white);
    box-shadow: 2px 20px 29px 20px rgb(0 0 0 / 3%);
    display: none;
}

.about2-con .about_content {
    position: relative;
    z-index: 1;
    padding: 45px;
}

.project_modal .modal-dialog {
    max-width: 295px;
}

}