.places-map-iframe-group {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.places-map-iframe #map {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.custom-info-marker {
    position: sticky;
    max-width: 400px;
    width: 100%;
    margin-left: -5px;
    top: 0px;
    z-index: 2;
    padding: 15px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.custom-info-marker.show {
    opacity: 1;
    pointer-events: initial;
    margin-left: 0px;
}

.custom-info-marker .custom-info-marker-content .card-map {
    background: #fff;
}

main {
    overflow: visible;
}

.filters a {
    white-space: nowrap;
    min-width: initial !important;
}

.places-map-filters .filters {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.places-map-filters .filters::-webkit-scrollbar {
    display: none;
}

.places-input-group {
    position: relative;
}

.places-input-group #btn-location {
    position: absolute;
    right: 9px;
    top: 9px;
    padding: 0px;
    border: none;
    background: none;
    cursor: pointer;
}

.places-map-col:nth-child(1) {
    overflow: hidden;
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
}

.custom-info-marker-content .card-map {
    padding: 0;
    border: 1px solid #002D72;
}

.custom-info-marker-content .card-map-body {
    padding: 20px 20px 20px 30px;
}

.custom-info-marker-content .card-map-header {
    display: block;
    position: relative;
    min-height: 60px;
}

.custom-info-marker-content .close-custom-info-marker {
    position: absolute;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, .4);
    border: none;
    border-radius: 100%;
    left: 15px;
    top: 15px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.como_llegar-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    max-width: 116px;

    border: 1px solid #002D72;
    border-radius: 8px;

    padding: 10px;

    color: #002D72;
    font-family: "AmisBold", sans-serif;
    display: none;
}

.custom-info-marker-content .como_llegar-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.custom-info-marker-content .card-map-header img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.rooms-check-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 400px;
}

.rooms-channels {
    max-width: 400px;
}

.check-item-body p {
    text-align: center;
}

.food-list-description>div.food-list-description-image>div {
    width: 100%;
}

.food-list-description>div.food-list-description-image {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.food-list-description-image img {
    max-width: 100%;
}

.accordion figure img {
    max-width: 240px;
}

.benefits {
    overflow: hidden;
}

.hotels {
    overflow: hidden;
}

.rooms-check-list .check-item {
    padding: 0 25px;
}

.food-items-accordion .panel .content figure img {
    width: 100%;
}

.food-description-col img {
    max-width: 240px;
}

.single-item-content a {
    color: #002D72;
    text-decoration: underline;
}

.footer-brand img {
    max-width: 123px;
}

.benefits-list {
    overflow: hidden;
}

.app-actions a img {
    max-width: 118px;
}

.header-languages select {
    outline: none;
}

.menu-others-right ul ul li.active {
    background: none;
}

.menu-others-right ul ul li.active span {
    font-family: "AmisBlack", sans-serif;
}

.button:hover svg path {
    fill: #fff;
}

.menu-others-footer-disclaimer>div span {
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
}

.menu-others-footer nav img {
    width: 20px;
    height: auto;
}

.food-list-description-text {
    background-color: #F5E0AC;
    padding: 15px;
    width: 100%;
    display: none;
    text-align: center;
}

.food-list-description-text * {
    font-family: "AmisBlack", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
}

@media screen and (max-width: 1080px) {
    .card-map {
        overflow: visible;
    }

    .places-map-cards-grid,
    .places-grid {
        height: initial;
        max-height: initial;
    }

    .como_llegar-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 992px) {

    .rooms-check-list,
    .rooms-channels {
        max-width: 100%;
    }

    .food-list-description-text {
        display: block;
    }
}

@media screen and (max-width: 920px) and (max-width: 640px) {
    .menu-mobile .container nav {
        gap: 20px;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }


    .menu-mobile .container nav::-webkit-scrollbar {
        display: none;
    }

    .menu-mobile .container nav a>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 35px;
        min-width: 35px;
        height: 35px;
        border: 1px solid #002D72;
        border-radius: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .menu-mobile .container nav a>div img {}

    .menu-mobile .container nav a:hover div {
        background-color: #002D72;
    }

    .menu-mobile .container nav a:hover div svg path {
        fill: #fff;
    }
}

@media screen and (max-width: 768px) {
    .rooms-checks .container:nth-child(2)>div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% / 3);
        flex: 1 1 calc(100% / 3);
        max-width: calc(100% / 3);
        width: 100%;
    }

    .rooms-desktop .relax-item-header {
        display: block;
    }

    .rooms-mobile {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .bar p {
        text-align: center;
    }

    .banner-media-breadcrumb {
        padding-top: 30px;
    }

    .menu-mobile .container nav {
        padding-right: 15px;
    }

    .food-items-accordion .accordion .wysiwyg .accordion-title img {
        margin-bottom: 23px;
    }

    .food-items-accordion .accordion .wysiwyg {
        width: 100%;
    }

    .pre-footer.hide-on-mobile {
        display: none !important;
    }

    .card-map-header img {
        border-radius: 10px 10px 0 0;
    }

    .rooms-checks .container:nth-child(2) {
        gap: 30px;
    }

    .rooms-extra-list {
        gap: 15px;
    }

    .rooms-mobile.relax-list {
        display: none;
    }
}