.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-50 {
    margin-bottom: 50px;
}


.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-t-100 {
    padding-top: 100px;
}
.p-t-110 {
    padding-top: 110px;
}
.p-t-120 {
    padding-top: 120px;
}
.p-t-130 {
    padding-top: 130px;
}
.p-t-140 {
    padding-top: 140px;
}

.p-t-148 {
    padding-top: 148px;
}

.p-t-150 {
    padding-top: 150px;
}

.p-t-160 {
    padding-top: 160px;
}

.p-t-170 {
    padding-top: 170px;
}

.p-t-180 {
    padding-top: 180px;
}

.p-t-190 {
    padding-top: 190px;
}


.p-t-200 {
    padding-top: 200px;
}

.p-t-210 {
    padding-top: 210px;
}

.p-t-220 {
    padding-top: 220px;
}

.p-t-230 {
    padding-top: 230px;
}

.p-t-240 {
    padding-top: 240px;
}



.p-t-250 {
    padding-top: 250px;
}

.p-t-260 {
    padding-top: 260px;
}

.p-t-270 {
    padding-top: 270px;
}

.p-t-280 {
    padding-top: 280px;
}

.p-t-290 {
    padding-top: 290px;
}

.p-t-300 {
    padding-top: 300px;
}

.p-t-350 {
    padding-top: 350px;
}


.p-t-400 {
    padding-top: 400px;
}

.p-t-450 {
    padding-top: 450px;
}




.p-t-500 {
    padding-top: 500px;
}


.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-b-90 {
    padding-bottom: 90px;
}


.p-b-100 {
    padding-bottom: 100px;
}

.p-b-120 {
    padding-bottom: 120px;
}


.p-b-130 {
    padding-bottom: 130px;
}


.p-b-135 {
    padding-bottom: 135px;
}


.p-b-140 {
    padding-bottom: 140px;
}


.p-b-150 {
    padding-bottom: 140px;
}

.p-b-190 {
    padding-bottom: 190px;
}

.p-b-200 {
    padding-bottom: 200px;
}

.p-b-230 {
    padding-bottom: 230px;
}

.p-b-300 {
    padding-bottom: 300px;
}

.p-b-310 {
    padding-bottom: 310px;
}

.p-b-410 {
    padding-bottom: 410px;
}

.p-b-450 {
    padding-bottom: 450px;
}

.p-b-500 {
    padding-bottom: 500px;
}

.p-b-550 {
    padding-bottom: 550px;
}

.p-b-600 {
    padding-bottom: 650px;
}

/* Estilos de textos */

:root {
    --site-font-sans: "Montserrat", sans-serif;
    --bs-font-sans-serif: var(--site-font-sans);
    --title-font: var(--site-font-sans);
    --body-font: var(--site-font-sans);
}

body {
    overflow-x: hidden;
    overflow-x: clip;
    max-width: 100%;
    background-color: #fff;
    font-family: var(--site-font-sans);
}

html,
body {
    max-width: 100%;
    background-color: #fff;
}


h1 {
    font-family: var(--title-font);
	font-weight: 700;
    font-size: 2.8em;
}

h2 {
    font-family: var(--title-font);
	font-weight: 800;
	font-size: 2em;
}

h3 {
    font-family: var(--title-font);
	font-weight: 800;
	font-size: 2em;
}

h4 {
    font-family: var(--title-font);
	font-weight: 500;
	font-size: 1em;
}


h5 {
    font-family: var(--title-font);
	font-weight: 600;
	font-size: 1.7em;
    
}

h6 {
    font-family: var(--title-font);
	font-weight: 600;
	font-size: 1.1em;
    
}



p {
    font-family: var(--body-font);
	font-weight: 400;
}



/* Estilos de color */

.c-rojo{ color: rgba(174,38,47,1);}


html {
    scroll-behavior: smooth;
    --hero-copy-offset: clamp(2.75rem, 8vw, 7.5rem);
}

@media (max-width: 991.98px) {
    html,
    body {
        overflow-x: hidden;
        overflow-x: clip;
        overscroll-behavior-x: none;
    }

    .modal-menu-movil,
    .modal-menu-movil .modal-dialog,
    .modal-menu-movil .modal-content,
    .modal-menu-movil .modal-body,
    .hero-mayorista-section,
    .mayoristas-section,
    .somos-fabrica-section,
    #tipos-salas,
    .porque-samar-hero,
    #samar-catalogo,
    #samar-distribuidor,
    #samar-presencia {
        overflow-x: hidden;
        overflow-x: clip;
    }

    .modal-menu-movil .row {
        --bs-gutter-x: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .modal-menu-movil .row > * {
        padding-left: 0;
        padding-right: 0;
    }

    .modal-menu-movil .modal-header,
    .modal-menu-movil .modal-body {
        padding-left: clamp(1.5rem, 7vw, 2.25rem);
        padding-right: clamp(1.5rem, 7vw, 2.25rem);
    }

    .modal-menu-movil .modal-header {
        justify-content: flex-start;
        padding-top: 1.75rem;
        padding-bottom: 0;
    }

    .modal-menu-movil .modal-header .col {
        text-align: left !important;
    }

    .modal-menu-movil .menu-movil {
        align-items: flex-start;
        margin-top: 2rem !important;
        padding-left: 0;
        text-align: left;
    }

    .modal-menu-movil .menu-movil li {
        width: 100%;
        margin: 0 0 1.2rem;
    }

    .modal-menu-movil .menu-movil li a {
        display: inline-block;
        line-height: 1.15;
    }
}



/* Estilos de seccion */



.seccion-footer{
    background-color: rgba(13,61,97,1);
	padding: 30px 0 30px;
}

.seccion-footer-movil{
    background-color: rgba(13,61,97,1);
	padding: 50px 0 50px;
}

.navbar-custom {
    background-color: transparent;
    padding: 1.05rem 0;
}

.navbar-scrolled {
    background-color: rgba(0, 0, 0, 0.68) !important;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

#navbar .container {
    position: relative;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
}

.navbar-nav-wrapper {
    position: static;
    transform: none;
    flex-grow: 0 !important;
    width: clamp(500px, 44vw, 640px);
    justify-content: space-between !important;
    gap: 0.75rem !important;
}

.navbar-custom .navbar-nav {
    gap: 1rem !important;
}

.navbar-custom .navbar-nav .nav-link,
.navbar-custom .navbar-nav .nav-link:focus,
.navbar-custom .navbar-nav .nav-link:hover {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.58rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-custom .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.78) !important;
}

.navbar-custom .navbar-nav .nav-link.active,
.navbar-custom .navbar-nav .nav-link.active:focus,
.navbar-custom .navbar-nav .nav-link.active:hover {
    color: #ffffff !important;
    font-weight: 700;
}

.header-social-link {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.header-social-link img {
    width: 21px;
    height: 21px;
    display: block;
    object-fit: contain;
}

.header-actions .btn-outline-header,
.header-actions .btn-header-action {
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 2.1rem;
}

.header-actions .btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-actions .btn-outline-header {
    color: #00A099;
    border: 1px solid #00A099;
    background: transparent;
}

.header-actions .btn-outline-header:hover {
    color: #ffffff;
    background: #00A099;
    border-color: #00A099;
}

.header-actions .btn-header-action {
    background-color: #ff6b2b;
    color: #ffffff;
    border: 1px solid transparent;
}

.header-actions .btn-header-action:hover {
    background-color: #e05a20;
}


.header-actions .btn-outline-header {
    color: #00A099;
    border: 1px solid #00A099;
    background: transparent;
}

.header-actions .btn-outline-header:hover {
    color: #ffffff;
    background: #00A099;
    border-color: #00A099;
}

.header-actions .btn-header-action {
    background-color: #ff6b2b;
    color: #ffffff;
    border: 1px solid transparent;
}

.header-actions .btn-header-action:hover {
    background-color: #e05a20;
}

.navbar-brand img {
    max-height: 25px;
}

.navbar-brand {
    padding: 0;
}

.header-logo {
    display: block;
    width: auto;
    max-height: 25px;
}

#quienes-somos,
#proyectos,
#porque-daiz,
#contacto,
#especialidades {
    scroll-margin-top: 88px;
}

.acerca-franja {
    height: 82px;
}

.acerca-content {
    padding-top: 54px;
    padding-bottom: 141px;
}

.acerca-title {
    font-size: 36px !important;
}

.acerca-copy {
    font-family: var(--site-font-sans) !important;
}

@media (min-width: 992px) {
    .acerca-row {
        width: 100%;
        max-width: 1022px;
        margin-right: auto;
        margin-left: auto;
        display: grid;
        grid-template-columns: 340px 520px;
        column-gap: 54px;
    }

    .acerca-title-col,
    .acerca-text-col {
        width: auto;
        max-width: none;
    }
}

@media (max-width: 991px) {
    .acerca-franja {
        height: 70px;
    }

    .acerca-content {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }

    .acerca-title {
        font-size: clamp(26px, 5vw, 34px) !important;
    }

    .acerca-title-col,
    .acerca-text-col {
        width: 100%;
        max-width: 100%;
    }

    .acerca-title-col {
        margin-bottom: 2rem !important;
        text-align: center !important;
    }

    .acerca-copy {
        margin-right: auto;
        margin-left: auto;
        text-align: center !important;
    }
}

.udent-section-axis {
    padding-left: calc(var(--hero-copy-offset) + 3rem);
}

.daiz-section-axis {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
}

.desarrollamos-section {
    aspect-ratio: 1448 / 510;
    background-color: #263f94;
    background-image: url('../../app-assets/images/banner-desarrollamos-01.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.desarrollamos-content {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.desarrollamos-card {
    width: clamp(386px, 46vw, 660px);
    max-width: none !important;
    min-height: clamp(240px, 23.75vw, 346px);
    margin-left: 11.1vw !important;
    padding: clamp(2rem, 3vw, 2.75rem) clamp(1.5rem, 4vw, 3rem) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: var(--site-font-sans);
    color: #263f94;
}

.desarrollamos-card h2 {
    color: #263f94;
    font-size: clamp(17px, 1.52vw, 22px) !important;
    margin-bottom: clamp(1.75rem, 3vw, 2.75rem) !important;
    letter-spacing: 0 !important;
    font-family: var(--site-font-sans) !important;
    line-height: 1.25;
}

.desarrollamos-card p {
    color: #263f94;
    font-size: clamp(11px, 0.93vw, 13.5px);
    font-family: var(--site-font-sans) !important;
    line-height: 1.6;
}

.desarrollamos-card p:first-of-type {
    margin-bottom: clamp(1.5rem, 2.7vw, 2.5rem) !important;
}

.desarrollamos-title-line {
    white-space: nowrap;
}

@media (max-width: 575px) {
    .hero-principal-title {
        font-size: 1.1rem !important;
        letter-spacing: 2px !important;
        line-height: 1.18 !important;
    }

    .hero-principal-text {
        width: calc(100% - 3rem) !important;
        max-width: 320px !important;
        font-size: 0.7rem !important;
        letter-spacing: 1px !important;
    }

    .desarrollamos-card {
        width: calc(100% - 3rem) !important;
        max-width: 330px !important;
        min-height: 300px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .desarrollamos-card h2 {
        font-size: 15px !important;
        margin-bottom: 1.5rem !important;
        letter-spacing: 0.5px !important;
    }

    .desarrollamos-title-line {
        white-space: normal;
    }

    .desarrollamos-card p {
        font-size: 11px !important;
        white-space: normal !important;
        overflow-wrap: break-word;
    }

    .desarrollamos-card p:first-of-type {
        margin-bottom: 1.25rem !important;
    }

    .desarrollamos-section {
        min-height: 440px;
        aspect-ratio: auto;
        background-position: center;
    }
}

@media (max-width: 991px) {
    .daiz-section-axis {
        padding-left: var(--bs-gutter-x, 0.75rem);
    }
}

.navbar-custom .navbar-toggler {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.navbar-custom .navbar-toggler:focus,
.navbar-custom .navbar-toggler:hover,
.navbar-custom .navbar-toggler:active {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.navbar-custom .navbar-toggler-icon {
    width: 1.9rem;
    height: 1.4rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    background-size: 100% 100%;
}

.udent-home-hero {
    background: #597FF7;
}

.udent-home-hero__overlay {
    background: linear-gradient(to top, rgba(70, 115, 255, 0.95) 0%, rgba(70, 115, 255, 0.75) 22%, rgba(70, 115, 255, 0.25) 42%, rgba(70, 115, 255, 0) 65%);
    pointer-events: none;
}

.udent-home-hero__content {
    bottom: 1.85rem;
    z-index: 1;
}

.udent-home-hero__copy {
    margin-left: var(--hero-copy-offset, clamp(2.75rem, 8vw, 7.5rem));
}

.udent-home-hero__title {
    font-size: clamp(1.35rem, 3vw, 1.9rem);
}

.udent-home-hero__text {
    max-width: 560px;
    font-size: 0.875rem;
    line-height: 1.35;
}

@media (max-width: 767.98px) {
    #navbar .container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .udent-section-axis {
        padding-left: 22px;
        padding-right: 22px;
    }

    .udent-home-hero__content {
        bottom: 1rem;
    }

    .udent-home-hero__copy {
        margin-left: 0;
    }

    .udent-home-hero__title {
        font-size: clamp(1rem, 5vw, 1.35rem);
        margin-bottom: 0.35rem !important;
    }

    .udent-home-hero__text {
        max-width: 92%;
        font-size: 0.72rem;
        line-height: 1.25;
    }
}

.udent-specialties-section {
    background: linear-gradient(to bottom, #597FF7 0 calc(100% - 3.8rem), #ffffff calc(100% - 3.8rem) 100%);
    overflow: hidden;
    padding: 1.35rem 0 0;
}

.udent-specialties-section__copy {
    padding: 0.35rem 0 4.5rem;
}

.udent-specialties-section__title {
    font-size: clamp(1.1rem, 1.8vw, 1.35rem);
    letter-spacing: 0.02em;
}

.udent-specialties-section__subtitle {
    font-size: 0.68rem;
}

.udent-specialties-section__text {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.72rem;
    line-height: 1.65;
}

.udent-specialties-section__image {
    width: min(100%, 390px);
    margin-bottom: -0.15rem;
    filter: drop-shadow(0 20px 32px rgba(30, 58, 138, 0.24));
}

@media (max-width: 991.98px) {
    .udent-specialties-section {
        background: linear-gradient(to bottom, #597FF7 0 calc(100% - 3rem), #ffffff calc(100% - 3rem) 100%);
        padding: 3rem 0 0;
    }

    .udent-specialties-section__copy {
        padding: 0 0 1rem;
    }

    .udent-specialties-section__image {
        width: min(76vw, 330px);
    }
}

.udent-rehab-section {
    padding: 2.35rem 0 2.75rem;
}

.udent-detail-section__title {
    font-size: clamp(1.35rem, 2vw, 1.65rem);
    letter-spacing: 0.02em;
    line-height: 1.15;
}

.udent-rehab-section__title {
    color: #597FF7;
}

.udent-rehab-section__lead {
    max-width: 940px;
    color: #597FF7;
    font-size: 0.82rem;
    line-height: 1.65;
}

.udent-rehab-section__slide {
    padding-top: 0.15rem;
}

.udent-rehab-section__media {
    flex: 0 0 315px;
    width: 315px;
}

.udent-rehab-section__doctor {
    width: 315px;
    object-fit: cover;
}

.udent-rehab-section__card-column {
    padding-left: 0 !important;
}

.udent-rehab-section__card {
    margin-top: 5rem;
    margin-left: -22px;
    padding: 2rem 2.15rem;
    background-color: #f6f6f6;
}

.udent-rehab-section__text {
    color: #597FF7;
    font-size: 0.78rem;
    line-height: 1.72;
}

.udent-rehab-section__indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: 0;
    opacity: 0.35;
}

.udent-rehab-section__indicators .active {
    opacity: 1;
}

@media (max-width: 767.98px) {
    .udent-rehab-section {
        padding: 2rem 0 2.5rem;
    }

    .udent-rehab-section__doctor {
        width: min(78vw, 300px);
    }

    .udent-rehab-section__media {
        flex: 0 0 auto;
        width: 100%;
    }

    .udent-rehab-section__card-column {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .udent-rehab-section__card {
        margin-top: 0;
        margin-left: 0;
        padding: 1.5rem;
    }
}

.udent-surgery-section {
    background-color: #597FF7;
    padding: 2.35rem 0 2.75rem;
}

.udent-surgery-section__text {
    max-width: 940px;
    font-size: 0.82rem;
    line-height: 1.65;
}

.udent-surgery-section__card {
    margin-right: -22px;
    padding: 2rem 2.15rem;
    color: #597FF7;
    position: relative;
    z-index: 1;
}

.udent-surgery-section__card-text {
    font-size: 0.78rem;
    line-height: 1.72;
}

.udent-surgery-section__media {
    flex: 0 0 330px;
    width: 330px;
    position: relative;
    z-index: 2;
}

.udent-surgery-section__media img {
    width: 330px;
}

@media (max-width: 991.98px) {
    .udent-surgery-section__card {
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .udent-surgery-section {
        padding: 2rem 0 2.5rem;
    }

    .udent-surgery-section__card {
        padding: 1.5rem;
    }

    .udent-surgery-section__media {
        flex: 0 0 auto;
        width: 100%;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .udent-surgery-section__media img {
        width: min(78vw, 300px);
    }
}

.udent-ortho-section {
    border-color: #597FF7 !important;
    padding: 2.35rem 0 2.75rem;
}

.udent-ortho-section__title {
    color: #597FF7;
}

.udent-ortho-section__lead {
    max-width: 940px;
    color: #597FF7;
    font-size: 0.82rem;
    line-height: 1.65;
}

.udent-ortho-section__media {
    flex: 0 0 315px;
    width: 315px;
}

.udent-ortho-section__doctor {
    width: 315px;
    object-fit: cover;
}

.udent-ortho-section__card-column {
    padding-left: 0 !important;
}

.udent-ortho-section__card {
    margin-top: 5rem;
    margin-left: -22px;
    padding: 2rem 2.15rem;
    background-color: #f6f6f6;
}

.udent-ortho-section__text {
    color: #597FF7;
    font-size: 0.78rem;
    line-height: 1.72;
}

@media (max-width: 767.98px) {
    .udent-ortho-section {
        padding: 2rem 0 2.5rem;
    }

    .udent-ortho-section__doctor {
        width: min(78vw, 300px);
    }

    .udent-ortho-section__media {
        flex: 0 0 auto;
        width: 100%;
    }

    .udent-ortho-section__card-column {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .udent-ortho-section__card {
        margin-top: 0;
        margin-left: 0;
        padding: 1.5rem;
    }
}

.udent-about-us-section {
    background-color: #597FF7;
    padding: 2.35rem 0 2.75rem;
}

.udent-about-us-section__lead {
    max-width: 900px;
    font-size: 0.82rem;
    line-height: 1.65;
}

.udent-about-us-section__content {
    margin-top: 1rem;
}

.udent-about-us-section__items,
#carouselNosotros,
.udent-about-us-section__carousel,
.udent-about-us-section__carousel .carousel-item,
.udent-about-us-section__image {
    height: 100%;
}

.udent-about-us-section__item {
    padding: 1rem 1.15rem;
}

.udent-about-us-section__icon {
    width: 46px;
}

.udent-about-us-section__item-title {
    color: #597FF7;
    font-size: 0.92rem;
}

.udent-about-us-section__item-text {
    color: #597FF7;
    font-size: 0.76rem;
    line-height: 1.4;
}

.udent-about-us-section__carousel-column {
    display: flex;
    align-items: stretch;
    margin-left: 2.25rem;
}

#carouselNosotros {
    height: 100%;
    width: min(100%, 352px);
}

.udent-about-us-section__carousel {
    width: 100%;
    height: 100%;
}

.udent-about-us-section__image {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 3;
    height: 100%;
    object-fit: cover;
}

#carouselNosotros .carousel-control-prev,
#carouselNosotros .carousel-control-next {
    width: 2.4rem;
    opacity: 1;
}

#carouselNosotros .carousel-control-prev-icon,
#carouselNosotros .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background-color: rgba(89, 127, 247, 0.95);
    background-size: 58% 58%;
}

@media (max-width: 767.98px) {
    .udent-about-us-section {
        padding: 2rem 0 2.5rem;
    }

    .udent-about-us-section__carousel {
        width: min(82vw, 352px);
        height: auto;
        margin: 0 auto;
    }

    .udent-about-us-section__items,
    #carouselNosotros,
    .udent-about-us-section__carousel .carousel-item,
    .udent-about-us-section__image {
        height: auto;
    }

    .udent-about-us-section__image {
        aspect-ratio: 2 / 3;
    }

    .udent-about-us-section__carousel-column {
        margin-left: 0;
    }
}

.hero-section {
    --hero-surface: #ffffff;
    background-color: var(--hero-surface) !important;
    padding-top: 5rem; /* Más aire arriba */
}

.hero-badge {
    display: inline-flex;
    border: 2px solid #00A099;
    color: #00A099;
    padding: 0.42rem 1rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 2.25rem; /* Espacio entre badge y título */
}

.hero-title {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 0.95;
    font-weight: 800;
    text-transform: uppercase;
    color: #00A099;
    margin-bottom: 1.5rem;
}

.hero-text {
    max-width: 520px;
    color: #00A099;
    font-size: 0.9rem;
    line-height: 1.7;
}

.hero-buttons {
    align-items: center;
    margin-bottom: 2.5rem;
}

.btn-hero-primary,
.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.35rem 1rem;
    min-height: 2.2rem;
    text-decoration: none;
}

.btn-hero-primary {
    background-color: #00A099;
    color: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 10px 25px rgba(0, 160, 153, 0.18);
}

.btn-hero-primary:hover {
    background-color: #008f87;
    color: #ffffff;
    text-decoration: none;
}

.btn-hero-secondary {
    background-color: #ffffff;
    color: #ff6b2b;
    border: 1px solid #ff6b2b;
    box-shadow: inset 0 0 0 1px rgba(255, 107, 43, 0.15);
}

.btn-hero-secondary:hover {
    background-color: #ff6b2b;
    color: #ffffff;
    text-decoration: none;
}

.ratio-4x5 {
    --bs-aspect-ratio: calc(5 / 4 * 100%);
}

.hero-main-image {
    border-radius: 0;
    box-shadow: none;
    background-color: var(--hero-surface);
    overflow: hidden;
    width: 80%;
    max-width: none;
    margin-left: auto; /* Alinear al margen derecho */
}

.hero-main-image img {
    object-fit: cover;
    border-radius: inherit;
}

.hero-bottom-image {
    border-radius: 2rem;
    overflow: hidden;
    height: 100%;
}

.hero-bottom-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-stats {
    gap: 1.5rem;
    width: 100%;
}

.hero-stats .display-4 {
    font-size: clamp(2rem, 3vw, 2.4rem);
    line-height: 0.95;
    color: #ff6b2b !important;
}

.hero-stats .text-warning {
    color: #ff6b2b !important;
}

.hero-stats .text-info-emphasis {
    max-width: none;
    font-size: 0.8rem;
    line-height: 1.35;
    color: #00A099 !important;
}

@media (min-width: 768px) {
    .hero-bottom-image-col {
        flex: 0 0 52%;
        max-width: 52%;
    }

    .hero-bottom-stats-col {
        flex: 0 0 48%;
        max-width: 48%;
        align-self: flex-start;
        transform: translateX(1rem);
    }

    .hero-bottom-image {
        min-height: 240px;
    }
}

@media (min-width: 992px) {
    .hero-text {
        max-width: 560px;
    }

    .hero-bottom-image-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .hero-bottom-stats-col {
        flex: 0 0 50%;
        max-width: 50%;
        align-self: flex-start;
        transform: translateX(1.5rem);
    }

    .hero-bottom-image {
        min-height: 280px;
    }
}


.btn-close{
    color: rgb(255,255,255,1);
    opacity: 1;
    font-size: 1.8em;
}

.close-menu-movil{
    filter: invert(1) grayscale(100%) brightness(200%);
}



.modal-menu li {
    margin: 20px 0;
}

.modal-menu a {
    color: rgba(13,61,97,1);
    font-size: 1.5rem;
    text-decoration: none;
}


.menu-movil li a {
  font-family: var(--site-font-sans);
  color: rgba(255,255,255,1);
  font-size: 1.5em;
  font-weight: 500;
}

.menu-movil li a.active {
  font-weight: 700;
  color: #ffffff;
}


.modal-menu-movil {
  background-color: #263f8f;
}

.modal-menu-movil .modal-dialog {
  margin-left: auto;
}

.modal-menu-movil.fade .modal-dialog {
  transform: translateX(100%);
  transition: transform .32s ease;
}

.modal-menu-movil.show .modal-dialog {
  transform: translateX(0);
}


/* 🔹 Hace que el modal sea pantalla completa, sin márgenes */
.modal-dialog {
  margin: 0;
  max-width: 100%;
  height: 100%;
}

/* 🔹 Elimina el “card” blanco del modal */
.modal-content {
  background: #263f8f !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 100%;
  padding: 0;
}

.modal-menu-movil .modal-header,
.modal-menu-movil .modal-body,
.modal-menu-movil .modal-content,
.modal-menu-movil .modal-dialog {
  background-color: #263f8f !important;
}

.menu-movil {
  background-color: #263f8f !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* 🔹 Cuerpo interno sin márgenes */
.menu-movil .modal-body {
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-movil-sociales {
  margin-top: .45rem;
}

.menu-movil-logo {
  display: inline-block;
  width: 140px;
  max-width: 100%;
  height: auto;
}

.menu-movil-social-link {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.menu-movil-social-link img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}







.experiencia-title {
  color: #243f8f;
  font-size: 26px;
  letter-spacing: 2px;
}

.experiencia-numero {
  color: #e2ae52;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.experiencia-m2 {
  font-size: 20px;
  margin-left: 4px;
  vertical-align: middle;
}

.experiencia-texto {
  color: #243f8f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .experiencia-title {
    font-size: 22px;
  }

  .experiencia-numero {
    font-size: 36px;
  }

  .experiencia-texto {
    font-size: 10px;
    letter-spacing: 2px;
  }
}



.estrategia-title {
  color: #243f8f;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: 1px;
}

.estrategia-text {
  color: #243f8f;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 3px;
}

.estrategia-img-box {
  height: 325px;
  border-radius: 14px;
}

.invertir-section .estrategia-img-box {
  height: 380px;
  --instagram-embed-scale: 0.66;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.invertir-section .invertir-copy {
  margin-left: auto;
}

.invertir-section .instagram-media,
.invertir-section .instagram-media-rendered {
  flex: 0 0 326px !important;
  width: 326px !important;
  min-width: 326px !important;
  max-width: 326px !important;
  margin: 0 auto !important;
  transform: scale(var(--instagram-embed-scale));
  transform-origin: top center;
}

.estrategia-img-text {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.estrategia-btn {
  background-color: #e2ae52;
  font-size: 12px;
  line-height: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  min-width: 115px;
  text-align: center;
}

.estrategia-btn:hover {
  background-color: #d9a246;
  color: #fff;
}

@media (max-width: 991px) {
  .estrategia-title {
    font-size: 22px;
  }

  .estrategia-text {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .estrategia-img-box {
    height: 280px;
  }

  .invertir-section .estrategia-img-box {
    height: 300px;
  }

  .invertir-section .invertir-copy {
    margin-left: 0;
  }
}

@media (min-width: 576px) {
  .invertir-section .estrategia-img-box {
    --instagram-embed-scale: 0.78;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .invertir-section .estrategia-img-box {
    --instagram-embed-scale: 0.86;
  }
}

@media (min-width: 1200px) {
  .invertir-section .estrategia-img-box {
    --instagram-embed-scale: 0.78;
  }
}

@media (max-width: 575px) {
  .estrategia-img-box {
    height: 240px;
  }

  .invertir-section .estrategia-img-box {
    --instagram-embed-scale: 0.86;
    height: 260px;
  }

  .estrategia-img-text {
    font-size: 12px;
  }

  .estrategia-btn {
    width: 100%;
  }
}


.proyectos-title {
  color: #243f8f;
  font-size: 26px;
  letter-spacing: 2px;
}

.proyectos-subtitle {
  max-width: 680px;
  color: #243f8f;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 4px;
}

.proyectos-section {
  scroll-margin-top: 88px;
}

.proyectos-section .container {
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
}

.proyectos-card {
  aspect-ratio: 312 / 384;
  height: auto;
  background-color: #f4f3f1;
}

.proyectos-card img {
  object-fit: contain !important;
  transition: transform 0.4s ease;
}

.proyectos-card:hover img {
  transform: none;
}

@media (max-width: 991px) {
  .proyectos-section .container {
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .proyectos-title {
    font-size: 23px;
  }

  .proyectos-subtitle {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .proyectos-card {
    height: auto;
  }
}


@media (max-width: 575px) {
  .proyectos-card {
    height: auto;
  }

  .proyectos-subtitle {
    letter-spacing: 2px;
  }
}

  .vivir-title {
  color: #243f8f;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.vivir-text {
  color: #243f8f;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.vivir-btn {
  background-color: #e2ae52;
  font-size: 9px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.vivir-btn:hover {
  background-color: #d9a246;
  color: #fff;
}

.vivir-img-box {
  height: 275px;
}

.vivir-intro-section .vivir-img-box {
  margin-left: auto;
  width: min(100%, 620px);
}

@media (max-width: 991px) {
  .vivir-title {
    font-size: 21px;
  }

  .vivir-text {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .vivir-img-box {
    height: 260px;
  }
}

@media (max-width: 575px) {
  .vivir-img-box {
    height: 220px;
  }

  .vivir-btn {
    font-size: 10px;
  }
}




.futuro-section {
    min-height: clamp(320px, 42.64vw, 614px);
    background-image: url('../../app-assets/images/banner-futuro.jpg');  
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #111111;
}

.futuro-title {
    font-size: 25px;
    line-height: 1.15;
    letter-spacing: 1px;
}

.futuro-btn {
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.futuro-btn:hover {
    background-color: #ffffff;
    color: #243f8f !important;
}

@media (max-width: 991px) {
    .futuro-section {
        min-height: 320px;
    }

    .futuro-title {
        font-size: 23px;
    }
    }

@media (max-width: 575px) {
  .futuro-section {
    min-height: 300px;
  }

  .futuro-title {
    font-size: 21px;
  }

  .futuro-btn {
    font-size: 10px;
    min-width: 180px;
  }
}




.vivir-title {
  color: #243f8f;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.vivir-accordion {
  max-width: 440px;
}

.vivir-accordion-btn {
  color: #243f8f;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.vivir-accordion-btn:focus {
  outline: none;
  box-shadow: none;
}

.vivir-accordion-btn span:last-child,
.vivir-icon-open {
  color: #e2ae52;
  font-size: 20px;
  font-weight: 400;
}

.vivir-accordion-btn.collapsed .vivir-icon-open {
  display: none;
}

.vivir-accordion-btn:not(.collapsed) .vivir-icon-close {
  display: none;
}

.vivir-accordion-text {
  color: #243f8f;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 1px;
  font-weight: 600;
}

.vivir-img-box {
  height: 350px;
}

@media (max-width: 991px) {
  .vivir-accordion {
    max-width: 100%;
  }

  .vivir-title {
    font-size: 21px;
  }

  .vivir-img-box {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .vivir-title {
    font-size: 19px;
  }

  .vivir-accordion-btn {
    font-size: 13px;
  }

  .vivir-img-box {
    height: 250px;
  }
}









.footer-daiz {
  background-color: #263f8f;
  padding: 86px 0 32px;
}

.footer-logo {
  font-size: 30px;
  letter-spacing: 2px;
}

.footer-text {
  max-width: 470px;
  font-family: var(--site-font-sans);
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 1.7px;
}

.footer-heading {
  font-family: var(--site-font-sans);
  font-size: 10px;
  letter-spacing: 3px;
}

.footer-menu a,
.footer-contact a {
  font-family: var(--site-font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.footer-contact li {
  margin-bottom: 1.35rem !important;
}

.footer-contact-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #263f8f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
  font-size: 8px;
}

.footer-social {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  color: #263f8f !important;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
}

.footer-social-img {
  background-color: transparent;
}

.footer-social img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}

.footer-social:hover {
  opacity: 0.82;
}

.footer-copy {
  font-family: var(--site-font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.4px;
  margin-top: 82px;
}

@media (max-width: 991px) {
  .footer-daiz {
    padding: 60px 0 30px;
    text-align: center;
  }

  .footer-daiz .footer-socials,
  .footer-daiz .footer-contact li {
    justify-content: center;
  }

  .footer-text {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-text {
    font-size: 10px;
  }

  .footer-menu a,
  .footer-contact a,
  .footer-heading {
    font-size: 9px;
  }

  .footer-copy {
    margin-top: 45px;
  }
}



.altamira-bg-section {
  min-height: 0;
  aspect-ratio: 1440 / 630;
  background-image: url("../../app-assets/images/banner-preventas-altamira.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.altamira-card {
  width: min(36.25vw, 522px);
  max-width: none;
  min-height: min(32.15vw, 463px);
  margin-left: -20px;
  padding: min(2.92vw, 42px) min(4.45vw, 64px) min(1.25vw, 18px) !important;
  transform: translateY(-10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.altamira-title {
  color: #263f91;
  font-size: 20px;
  letter-spacing: 8px;
  line-height: 1.2;
}

.altamira-price {
  color: #263f91;
  font-size: 21px;
  letter-spacing: 4px;
}

.altamira-location {
  color: #a24728;
  font-size: 11px;
  letter-spacing: 3px;
}

.altamira-pin {
  color: #a24728;
  font-size: 17px;
  line-height: 1;
}

.altamira-feature {
  color: #263f91;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1.2;
}

.altamira-icon {
  color: #263f91;
  font-size: 17px;
  width: 18px;
  flex: 0 0 18px;
  text-align: center;
  line-height: 1;
}

.altamira-btn {
  align-self: center;
  display: inline-block;
  background-color: #d7a84e;
  color: #ffffff;
  padding: .375rem 1.5rem .3125rem;
  border-radius: 50rem;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.1);
}

.altamira-btn:hover {
  background-color: #bd8f39;
  color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,.2), 0 4px 20px 0 rgba(0,0,0,.1);
}

/* Responsive */
@media (max-width: 991px) {
  .altamira-bg-section {
    min-height: 620px;
    aspect-ratio: auto;
    background-position: center right;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .altamira-card {
    width: 100%;
    max-width: 500px;
    min-height: 500px;
    margin-left: 0;
    padding: 2.5rem !important;
    transform: none;
  }

  .altamira-title {
    font-size: 17px;
    letter-spacing: 5px;
  }

  .altamira-price {
    font-size: 18px;
    letter-spacing: 3px;
  }
}

@media (max-width: 575px) {
  .altamira-bg-section {
    min-height: 680px;
    background-position: center right;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .altamira-card {
    min-height: 520px;
    padding: 2rem !important;
  }

  .altamira-title {
    font-size: 15px;
    letter-spacing: 4px;
  }

  .altamira-price {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .altamira-feature {
    font-size: 9px;
  }

  .altamira-location {
    font-size: 10px;
    letter-spacing: 2px;
  }
}




.descripcion-inmueble {
  background-color: #f4f3ef;
}

.descripcion-title {
  color: #263f91;
  font-size: 18px;
  letter-spacing: 8px;
}

.descripcion-subtitle {
  color: #263f91;
  font-size: 9px;
  letter-spacing: 3px;
  font-weight: 700;
}

.planta-title {
  color: #263f91;
  font-size: 42px;
  letter-spacing: 9px;
  line-height: 1;
}

.planta-subtitle {
  color: #263f91;
  font-size: 28px;
  letter-spacing: 8px;
  line-height: 1;
}

.planta-list li {
  color: #263f91;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.planta-icon {
  width: 48px;
  height: 42px;
  flex: 0 0 48px;
  object-fit: contain;
}

.segunda-planta-icon {
  width: 101px;
  height: 42px;
  flex: 0 0 101px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.segunda-planta-icon img {
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
}

.tercera-planta-icon {
  width: 48px;
  height: 42px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tercera-planta-icon img {
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
}

.planta-img {
  max-height: 390px;
  object-fit: contain;
}

.planta-indicators button {
  width: 11px !important;
  height: 11px !important;
  border-radius: 50%;
  background-color: #263f91 !important;
  opacity: .45;
  border: 0 !important;
  margin: 0 5px !important;
}

.planta-indicators button.active {
  opacity: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .descripcion-title {
    font-size: 16px;
    letter-spacing: 5px;
  }

  .planta-title {
    font-size: 34px;
    letter-spacing: 6px;
  }

  .planta-subtitle {
    font-size: 24px;
    letter-spacing: 5px;
  }

  .planta-img {
    max-height: 340px;
  }
}

@media (max-width: 575px) {
  .descripcion-inmueble {
    text-align: center;
  }

  .descripcion-title {
    font-size: 14px;
    letter-spacing: 4px;
  }

  .descripcion-subtitle {
    font-size: 8px;
    letter-spacing: 2px;
  }

  .descripcion-info {
    max-width: 320px;
    margin: 0 auto;
    text-align: left;
  }

  .planta-title {
    font-size: 30px;
    letter-spacing: 5px;
  }

  .planta-subtitle {
    font-size: 22px;
    letter-spacing: 4px;
  }

  .planta-list li {
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .planta-img {
    max-height: 300px;
  }
}



.letter-spacing {
  letter-spacing: 6px;
}

.amenidad-img {
  height: 260px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .amenidad-img {
    height: 220px;
  }

  .letter-spacing {
    letter-spacing: 4px;
  }
}





.montebello-hero {
  min-height: 0;
  aspect-ratio: 1440 / 630;
  background-image: url("../../app-assets/images/banner-preventas-montebello.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.montebello-card {
  width: min(37.85vw, 545px);
  max-width: none;
  min-height: min(32.85vw, 473px);
  margin-left: -23px;
  padding: min(1.8vw, 26px) min(5.55vw, 80px) min(3.4vw, 49px) !important;
  transform: translateY(22px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.montebello-title {
  color: #273f8f;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 6px;
}

.montebello-location {
  color: #a24b2a;
  font-size: 10px;
  letter-spacing: 4px;
}

.montebello-pin {
  color: #a24b2a;
  font-size: 14px;
  line-height: 1;
}

.montebello-feature {
  color: #273f8f;
  font-size: 9px;
  line-height: 1.3;
  letter-spacing: 1.5px;
}

.montebello-icon {
  width: 18px;
  flex: 0 0 18px;
  color: #273f8f;
  font-size: 17px;
  line-height: 1;
  text-align: center;
}

.montebello-btn {
  align-self: center;
  display: inline-block;
  background-color: #ddb053;
  color: #ffffff;
  padding: .375rem 1rem .3125rem;
  border: 1px solid #ddb053;
  border-radius: 50rem;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.1);
}

.montebello-btn:hover {
  background-color: #c7983f;
  border-color: #c7983f;
  color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,.2), 0 4px 20px 0 rgba(0,0,0,.1);
}

.montebello-descripcion .planta-img {
  width: auto;
  max-width: 100%;
  max-height: 600px;
}

.montebello-descripcion .descripcion-info {
  margin-left: 12px;
}

.montebello-gallery {
  display: grid;
  grid-template-columns: minmax(0, 541fr) minmax(0, 423fr) minmax(0, 313fr);
  grid-template-rows: minmax(0, 601fr) minmax(0, 421fr);
  gap: clamp(6px, 1.2vw, 12px);
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 569 / 445;
}

.montebello-gallery-item {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.montebello-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.montebello-gallery-item-01 {
  grid-column: 1;
  grid-row: 1;
}

.montebello-gallery-item-02 {
  grid-column: 2;
  grid-row: 1;
}

.montebello-gallery-item-03 {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.montebello-gallery-item-04 {
  grid-column: 1;
  grid-row: 2;
}

.montebello-gallery-item-05 {
  grid-column: 2;
  grid-row: 2;
}

@media (max-width: 767px) {
  .montebello-hero {
    min-height: 620px;
    aspect-ratio: auto;
    padding: 60px 0;
    background-position: center;
  }

  .montebello-card {
    width: 100%;
    max-width: 100%;
    min-height: 500px;
    margin-left: 0;
    padding: 2.5rem !important;
    transform: none;
  }

  .montebello-title {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .montebello-feature {
    font-size: 9px;
  }

  .montebello-descripcion .descripcion-info {
    margin-left: auto;
    margin-right: auto;
  }
}



.ubicacion-section {
  min-height: 0;
  aspect-ratio: 1440 / 630;
  background-image: url("../../app-assets/images/banner-preventas-lumina.jpg");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

.ubicacion-card {
  width: min(38.2vw, 550px);
  max-width: none;
  min-height: min(32.85vw, 473px);
  margin-left: -31px;
  padding: min(7.02vw, 101px) min(3.6vw, 52px) min(2.45vw, 35px) !important;
  transform: translateY(-7px);
  display: flex;
  flex-direction: column;
}

.ubicacion-title {
  color: #273f8f;
  font-size: clamp(20px, 1.95vw, 28px);
  line-height: 1.15;
  letter-spacing: 7px;
  margin-bottom: clamp(2rem, 3.05vw, 44px) !important;
}

.ubicacion-subtitle {
  color: #273f8f;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 3px;
  margin-bottom: clamp(1.75rem, 3.6vw, 52px) !important;
}

.ubicacion-text {
  color: #a24b2a;
  font-size: 8.5px;
  line-height: 1.4;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}

.ubicacion-btn {
  align-self: center;
  margin-top: auto;
  display: inline-block;
  background-color: #ddb053;
  color: #ffffff;
  padding: .375rem 1rem .3125rem;
  border: 1px solid #ddb053;
  border-radius: 50rem;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.1);
}

.ubicacion-btn:hover {
  background-color: #c7983f;
  border-color: #c7983f;
  color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,.2), 0 4px 20px 0 rgba(0,0,0,.1);
}

.lumina-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: minmax(0, 499fr) minmax(0, 505fr);
  gap: clamp(6px, 1.2vw, 12px);
  width: 100%;
  aspect-ratio: 1313 / 1016;
}

.lumina-gallery-item {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.lumina-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lumina-gallery-item-01 {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.lumina-gallery-item-02 {
  grid-column: 3;
  grid-row: 1;
}

.lumina-gallery-item-03 {
  grid-column: 1;
  grid-row: 2;
}

.lumina-gallery-item-04 {
  grid-column: 2 / span 2;
  grid-row: 2;
}

.lumina-descripcion-icon {
  width: 48px;
  height: 42px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lumina-descripcion-icon img {
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
}

.lumina-icon-tinted {
  filter: brightness(0) saturate(100%) invert(24%) sepia(35%) saturate(2449%) hue-rotate(191deg) brightness(83%) contrast(94%);
}

@media (max-width: 767px) {
  .ubicacion-section {
    min-height: 620px;
    aspect-ratio: auto;
    padding: 60px 0;
    background-position: center;
  }

  .ubicacion-card {
    width: 100%;
    max-width: 100%;
    min-height: 500px;
    margin-left: 0;
    padding: 2.5rem !important;
    transform: none;
  }

  .ubicacion-title {
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 2rem !important;
  }

  .ubicacion-subtitle {
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 1.75rem !important;
  }
}
