:root {
    --colorTextBannerAgencymeV4: #ffffff;
    --colorTextButtonActionBannerV4: #ffffff;
    --colorBackgroundButtonActionBannerV4: #e63946;
    --colorBackgroundHoverButtonActionBannerV4: #F75270;
}
#section-top-hotels-mexican {
    background-color: #F9F8F6;
    background-color: var(--colorFour);
}
.section-banner-me-agency-v4 .container-sub-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.section-banner-me-agency-v4 .container-sub-items .container-item-data span {
    font-size: 1.75rem;
}

.section-banner-me-agency-v4 .hero {
    position: relative;
    width: 1200px;
    height: 410px;
    background: url("../img/isla.webp") no-repeat center center/cover;
    border-radius: var(--borderRadiusSize);
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    box-shadow: rgba(167, 167, 167, 0.52) 0px 0px 13px 0px;
}
/* Capa oscura con desvanecido */
.section-banner-me-agency-v4 .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,rgba(3, 3, 3, 0.88) 0%, rgba(10, 10, 10, 0.81) 26%, rgba(255, 255, 255, 0) 71%);
    transition: all 0.3s ease;
}

.section-banner-me-agency-v4 .hero-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: var(--colorTextBannerAgencymeV4) !important;
    max-width: 480px;
    font-family: Arial, sans-serif;
    z-index: 2; /* encima del overlay */
}

/* .section-banner-me-agency-v4 .hero:hover::before {
    background: #000000a8;
} */

.section-banner-me-agency-v4 .btn {
    display: inline-block;
    margin-top: 15px;
    padding: 6px 15px;
    background: var(--colorFour);
    color: var(--colorTwo);
    border-radius: var(--borderRadiusSize);
    text-decoration: none;
    font-weight: 600;
    transition: background 500ms ease;
    font-size: 0.95rem;
}

.section-banner-me-agency-v4 .btn:hover {
    /* background: #d62828; */
    background: var(--color-caribbean-current);
}

#section-top-hotels-mexican {
    padding-top: 50px;
    padding-bottom: 50px;
}
#section-top-hotels-mexican .hero-content h2 {
    color: #ffffff;
    font-size: 1.62rem;
}
#section-top-hotels-mexican .hero-content div:nth-child(2) p {
    color: #d7d7d7;
    line-height: 23px;
    font-size: 0.97rem;
    font-weight: 300;
}
.hero_top_list_position {
    color: #ffff;
    position: absolute;
    left: 10%;
    top: 7%;
    font-size: 0.9rem;
    font-weight: 300;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    transition: all 0.3s ease-out;
}

.hero_top_list_position div {
    background: #148b974f;
    padding: 2px 13px;
    border-radius: var(--borderRadiusSize);
}

@media screen and (max-width: 1536px) {}
@media screen and (max-width: 1280px) {
    .section-banner-me-agency-v4 .hero-content {
        max-width: 400px !important;
    }
    .section-banner-me-agency-v4 .hero {
        width: 900px !important;
        height: 410px;
    }
}
@media screen and (max-width: 1024px) {
    .section-banner-me-agency-v4 .hero {
        width: 700px !important;
        height: 410px;
    }
}
@media screen and (max-width: 768px) {
    .section-banner-me-agency-v4 .hero {
        width: 500px !important;
        height: 410px;
    }

    .section-banner-me-agency-v4 .hero::before {
        background: #000000a8;
    }
    .hero_top_list_position {
        top: 18%;
        left: 5%;
    }
}
@media screen and (max-width: 640px) {
    .section-banner-me-agency-v4 .hero {
        width: 320px !important;
        height: 510px;
    }

    .section-banner-me-agency-v4 .hero-content {
        max-width: 90% !important;
        left: 6%;
    }

    .section-banner-me-agency-v4 .hero-content .btn {
        display: block;
    }
    .section-banner-me-agency-v4 .container-sub-items {
        grid-template-columns: repeat(2, 1fr);
    }
}