/* =========================================================
   COSTA MODERNA V32
   BUSCADOR CONFIGURABLE DEL SLIDE
   ========================================================= */

.modern-search-select-grid-single-v32 {
    grid-template-columns:
        1fr;
}


.modern-hero-grid-no-search-v32 {
    grid-template-columns:
        minmax(
            0,
            1fr
        );

    max-width:
        1480px;
}


.modern-hero-grid-no-search-v32
.modern-hero-copy-stack {
    max-width:
        1050px;
}


@media (
    max-width:
    1100px
) {
    .modern-hero-grid-no-search-v32 {
        grid-template-columns:
            1fr;
    }
}
