body {
    overflow-x: hidden;
}

html,
body {
    max-width: 100%;
}

#panel_cabecera {
    background-color: #000;
}

.language-switch {
    width: 100%;
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-family: calibri, Arial, sans-serif;
    font-size: 14px;
    text-align: right;
    z-index: 20;
}

.language-switch a {
    display: inline;
    float: none !important;
    width: auto !important;
    padding: 0 !important;
}

.language-switch .active {
    color: red !important;
    font-weight: bold;
}

.menu-mobile {
    border: 1px #dbd5d5 dashed;
    padding: 0;
}

.intro-title {
    padding: 34px 15px 26px;
}

.spacer {
    height: 30px;
}

.section-cta {
    padding-bottom: 40px;
}

.instagram-grid {
    display: grid;
    gap: 18px;
}

.owl-stores img {
    width: 100%;
    height: auto;
    display: block;
}

.instagram-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.legacy-page-heading {
    min-height: calc(100vh - 94px);
    padding: 90px 20px;
    background: #fff;
}

.legacy-page-heading p {
    max-width: 720px;
    margin: 0 auto 36px;
    font-size: 20px;
}

.bg-detail {
    width: 100%;
    padding: 5% 20%;
    box-sizing: border-box;
}

.box-booking .slick-slide > div {
    padding: 0 10px;
}

.box-booking .slick-slide .booking {
    width: 100%;
}

.box-booking > h1 {
    color: #fff;
    text-align: center;
    width: 100%;
}

@media (max-width: 1200px) {
    #panel_cabecera {
        background-color: #000;
    }
}

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

@media (max-width: 600px) {
    #panel_cabecera {
        background-size: 76% auto;
        background-position: center center;
    }

    .language-switch {
        right: 8px;
        font-size: 11px;
    }

    .intro-title h1,
    .download h1,
    .alta h1 {
        max-width: 94%;
        margin-left: auto;
        margin-right: auto;
        overflow-wrap: anywhere;
    }

    .intro-title h1 {
        font-size: 1.55em !important;
        line-height: 1.22 !important;
        white-space: normal;
    }

    h1.tit-1 {
        font-size: 2.2em;
    }

    .appstore,
    .googleplay {
        display: block;
        position: static;
        width: 72%;
        max-width: 280px;
        margin: 8px auto;
        padding: 0;
    }

    .instagram-grid {
        grid-template-columns: 1fr;
    }

    .content-booking h2 {
        line-height: 1.2;
    }
}
