

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1342px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    .book_room h1 {
        font-size: 28px;
    }
    .carousel-indicators {
        bottom: 17px;
    }
    .about_img {
        margin-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navigation.navbar-dark .navbar-nav .nav-link {
        margin: 0 10px;
    }
    .carousel-item img {
        min-height: 570px;
    }
    .book_room h1 {
        font-size: 19px;
    }
    .carousel-indicators {
        bottom: 27px;
    }
    .about_img {
        margin-right: 0px;
    }
    .book_btn {
        padding: 5px 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .header {
        height: 76px;
    }
    .carousel-item img {
        min-height: 570px;
    }
    .carousel-indicators {
        bottom: 27px;
    }
    .about .titlepage {
        max-width: inherit;
    }
    .about_img {
        margin-right: 0px;
        margin-top: 30px;
    }
    .main_form .send_btn {
        margin-bottom: 30px;
    }
    ul.link_menu {
        margin-bottom: 20px;
    }
    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding: 0;
        width: 100%;
        padding-top: 5px !important;
    }
    .navigation .navbar-collapse {
        background: #0f1521;
        padding: 20px;
        margin-top: 56px;
        position: absolute;
        width: 100%;
        margin-right: 20px;
        z-index: 999;
    }
    .language-switcher {
        margin: 12px 0 0;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: #fff;
    }
    .navigation.navbar-dark .navbar-toggler {
        border: inherit;
        float: right;
        padding-top: 9px;
    }
    .navigation.navbar-dark .navbar-toggler-icon {
        background: url(../images/menu_icon.png);
        background-repeat: no-repeat;
    }
    .d_none {
        display: none;
    }
}

@media (max-width: 575px) {
    .logo {
        text-align: center !important;
        padding-bottom: 6px;
        float: left;
    }
    .logo-text {
        min-height: 50px;
        font-size: 15px;
        text-align: left;
    }
    .language-switcher {
        margin: 12px 0 0;
    }
    .header {
        height: 84px;
    }
    .carousel-item img {
        min-height: 570px;
    }
    .book_room h1 {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 15px;
    }
    .book_now .online_book {
        margin-bottom: 20px;
    }
    .book_btn {
        padding: 5px 0;
    }
    .about .titlepage {
        max-width: inherit;
    }
    .about_img {
        margin-right: 0px;
        margin-top: 30px;
    }
    .main_form .send_btn {
        margin-bottom: 30px;
    }
    ul.link_menu {
        margin-bottom: 20px;
    }
    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding: 0;
        width: 100%;
    }
    .navigation .navbar-collapse {
        background: #0f1521;
        padding: 20px;
       margin-top: -5px;
        position: absolute;
        width: 100%;
        margin-right: 20px;
        z-index: 999;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: #fff;
    }
    .navigation.navbar-dark .navbar-toggler {
        float: right;
        border: inherit;
        margin-top: -61px;
    }
    .testimonial_box {
        padding: 0px 19px 40px 20px;
    }
    .navigation.navbar-dark .navbar-toggler-icon {
        background: url(../images/menu_icon.png);
        background-repeat: no-repeat;
    }
    .d_none {
        display: none;
    }
}

/* Ajustes generales para celulares y tablets */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
iframe {
    max-width: 100%;
}

@media (max-width: 767px) {
    .container,
    .container-fluid {
        padding-right: 16px;
        padding-left: 16px;
    }

    .header {
        height: 76px;
        padding: 10px 0;
    }

    .header .row {
        flex-wrap: nowrap;
        align-items: center;
    }

    .header .logo_section {
        flex: 1 1 auto;
        width: auto;
        max-width: calc(100% - 52px);
        padding-right: 8px;
    }

    .header .logo_section + div {
        position: static;
        flex: 0 0 44px;
        width: 44px;
        max-width: 44px;
        padding: 0;
    }

    .logo {
        float: none;
        padding: 0;
        text-align: left !important;
    }

    .logo-text {
        display: flex;
        align-items: center;
        min-height: 56px;
        font-size: 16px;
        line-height: 1.15;
        text-align: left;
    }

    .navigation.navbar {
        position: static;
        display: flex !important;
        justify-content: flex-end;
        width: auto;
        padding: 0 !important;
    }

    .navigation.navbar-dark .navbar-toggler {
        position: static;
        float: none;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 8px;
    }

    .navigation .navbar-collapse {
        position: absolute;
        top: 76px;
        right: 0;
        left: 0;
        z-index: 1050;
        width: 100%;
        max-height: calc(100vh - 76px);
        margin: 0;
        padding: 14px 20px 18px;
        overflow-y: auto;
        background: #0f1521;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    }

    .navigation.navbar-dark .navbar-nav .nav-link {
        min-height: 44px;
        margin: 0;
        padding: 12px 0;
        border-bottom-width: 1px;
    }

    .language-switcher {
        justify-content: center;
        margin: 16px 0 0;
    }

    .language-option {
        min-width: 48px;
        min-height: 42px;
    }

    .welcome-banner {
        height: auto;
        min-height: calc(100svh - 76px);
        padding: 34px 16px;
    }

    .welcome-banner__content {
        width: 100%;
    }

    .welcome-banner__content h1 {
        margin-bottom: 22px;
        font-size: clamp(31px, 10vw, 46px);
        line-height: 1.08;
    }

    .welcome-banner__actions {
        gap: 10px;
    }

    .welcome-banner__button {
        width: 100%;
        max-width: 340px;
        min-height: 58px;
        padding: 10px 18px;
    }

    .long-stay-message {
        width: 100%;
        margin-top: 18px;
        padding: 14px 16px;
        text-align: left;
    }

    .long-stay-message p,
    .long-stay-message strong {
        font-size: 14px;
        line-height: 1.45;
    }

    .about {
        padding-top: 48px;
    }

    .about .titlepage h2,
    .titlepage h2 {
        margin-bottom: 20px;
        font-size: 29px;
        line-height: 1.18;
    }

    .about .titlepage p {
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 1.65;
    }

    .about_img {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 18px;
    }

    .about_img figure,
    .about_img figure.about_img__main {
        grid-column: auto;
        height: 230px;
    }

    .our_room {
        margin-top: 50px;
        padding: 45px 0 25px;
    }

    .review-card {
        padding: 22px 20px;
    }

    .review-text {
        font-size: 16px;
        line-height: 1.55;
    }

    #reviewsCarousel .carousel-item {
        min-height: 330px;
    }

    #reviewsCarousel .reviews-arrow {
        top: auto;
        bottom: -8px;
        width: 42px;
        height: 42px;
        transform: none;
    }

    #reviewsCarousel .carousel-control-prev.reviews-arrow {
        left: calc(50% - 52px);
    }

    #reviewsCarousel .carousel-control-next.reviews-arrow {
        right: calc(50% - 52px);
    }

    .cabana-card {
        margin-bottom: 15px;
    }

    .cabana-thumb img {
        height: 220px;
    }

    .cabana-body {
        padding: 18px 16px 20px;
    }

    .cabana-features {
        padding-left: 0;
        list-style: none;
        font-size: 14px;
        line-height: 1.55;
    }

    .cabana-features li {
        margin-bottom: 8px;
    }

    .cabana-price {
        flex-wrap: wrap;
        gap: 4px 8px;
    }

    .cabana-btn {
        min-height: 48px;
    }

    #cabana1Modal .modal-header {
        align-items: center;
        padding: 12px 16px;
    }

    #cabana1Modal .modal-title {
        font-size: 18px;
    }

    #cabana1Modal .close {
        min-width: 44px;
        min-height: 44px;
        margin: -8px -10px -8px auto;
    }

    .contact {
        margin-top: 50px;
    }

    .contact-cta {
        margin-bottom: 22px;
        padding: 26px 18px;
    }

    .contact-cta h3 {
        font-size: 24px;
    }

    .contact-cta__phone {
        font-size: 18px;
        overflow-wrap: anywhere;
    }

    .contact-cta__whatsapp {
        width: 100%;
        min-height: 48px;
        padding: 12px 16px;
    }

    .map-responsive iframe {
        height: 330px;
    }

    .footer {
        margin-top: 55px;
    }

    .footer__bar {
        padding: 26px 0;
    }

    .footer__contact,
    .footer__nav {
        flex-direction: column;
        gap: 12px;
    }

    .footer__contact a {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .footer__nav a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
    }

    .footer__brand {
        font-size: 20px;
        line-height: 1.25;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 50px;
        height: 50px;
        font-size: 27px;
    }

    .whatsapp-float i {
        margin-top: 11px;
    }

    .carousel-item img {
        min-height: 0;
    }
}

/* El menú portugués necesita más espacio: se colapsa antes de 1200 px */
@media (min-width: 768px) and (max-width: 1199px) {
    .carousel-item img {
        min-height: 0;
    }

    .header {
        height: 76px;
        padding: 10px 0;
    }

    .header .row {
        flex-wrap: nowrap;
        align-items: center;
    }

    .header .logo_section {
        flex: 1 1 auto;
        width: auto;
        max-width: calc(100% - 54px);
    }

    .header .logo_section + div {
        position: static;
        flex: 0 0 44px;
        width: 44px;
        max-width: 44px;
        padding: 0;
    }

    .logo-text {
        display: flex;
        align-items: center;
        min-height: 56px;
        font-size: 18px;
        line-height: 1.15;
    }

    .navigation.navbar {
        position: static;
        display: flex !important;
        justify-content: flex-end;
        width: auto;
        padding: 0 !important;
    }

    .navigation.navbar-dark .navbar-toggler {
        display: block;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 8px;
        border: 0;
    }

    .navigation.navbar-dark .navbar-toggler-icon {
        background: url(../images/menu_icon.png) center / contain no-repeat;
    }

    .navigation .navbar-collapse {
        position: absolute;
        top: 76px;
        right: 0;
        left: 0;
        z-index: 1060;
        width: 100%;
        max-height: calc(100vh - 76px);
        margin: 0;
        padding: 16px 24px 20px;
        overflow-y: auto;
        background: #0f1521;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    }

    .navigation .navbar-collapse.show,
    .navigation .navbar-collapse.collapsing {
        display: block !important;
    }

    .navigation .navbar-nav {
        display: block;
        width: 100%;
        padding: 0;
    }

    .navigation.navbar-dark .navbar-nav .nav-link {
        min-height: 44px;
        margin: 0;
        padding: 12px 0;
        color: #fff;
        border-bottom-width: 1px;
        white-space: normal;
    }

    .language-switcher {
        justify-content: center;
        margin: 16px 0 0;
    }

    .language-option {
        min-width: 48px;
        min-height: 42px;
    }
}

@media (min-width: 1200px) {
    .navigation.navbar {
        width: 100%;
    }

    .navigation .navbar-collapse {
        justify-content: flex-end;
        min-width: 0;
    }

    .navigation .navbar-nav {
        flex-wrap: nowrap;
        min-width: 0;
        padding-right: 4px;
    }

    .navigation.navbar-dark .navbar-nav .nav-link {
        margin-right: 9px;
        margin-left: 9px;
        font-size: 14px;
        white-space: nowrap;
    }

    .language-switcher {
        flex: 0 0 auto;
        margin-left: 6px;
    }
}

@media (max-width: 359px) {
    .logo-text {
        font-size: 14px;
    }

    .welcome-banner__content h1 {
        font-size: 29px;
    }

    .about .titlepage h2,
    .titlepage h2 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .site-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .gallery-page {
        padding-top: 45px;
    }

    .gallery-page__heading {
        margin-bottom: 24px;
    }

    .gallery-page__heading h1 {
        font-size: 34px;
    }

    .gallery-page__heading p {
        font-size: 16px;
    }

    .site-gallery {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .site-gallery__item,
    .site-gallery__item--wide {
        grid-column: auto;
        height: 260px;
    }

    .location-page {
        padding-top: 45px;
    }

    .location-page__heading {
        margin-bottom: 24px;
    }

    .location-page__heading h1 {
        font-size: 34px;
    }

    .location-page__heading p,
    .nearby-places__heading p,
    .location-description p {
        font-size: 16px;
    }

    .location-map iframe {
        height: 430px;
    }

    .location-description {
        margin: 28px auto 52px;
    }

    .location-description h2,
    .nearby-places__heading h2 {
        font-size: 26px;
    }

    .location-route {
        width: 100%;
    }

    .nearby-places__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .nearby-place {
        min-height: 100px;
        padding: 16px;
    }

    .nearby-place > i {
        flex-basis: 42px;
        width: 42px;
        font-size: 26px;
    }
}
