@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

html,
body {
    font-size: 100%;
    background-color: #FAFAFA !important;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 0;
    /* -webkit-overflow-scrolling: touch; */
}
body.no-scroll {
    overflow: hidden;
    /* -webkit-overflow-scrolling: auto; */
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
button {
    cursor: pointer;
}

button:disabled {
    opacity: 0.6;
    cursor: default;
}

a,
a:hover,
a:visited {
    text-decoration: none;
    color: inherit;
}

h2,
h3 {
    font-weight: 700;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2rem;
}

h4,
h5 {
    font-weight: 400;
}
h4 {
    font-size: 1.875rem;
}

h5 {
    font-size: 1.5625rem;
}
textarea {
    resize: none;
}
label{
    font-size: 14px;
}
.form-control, .form-select{
    border-color: #adb5bd !important;
}
@media (max-width: 575.98px) {
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.7rem;
    }
    h4 {
        font-size: 1.4rem;
    }
    h5 {
        font-size: 1.3rem;
    }
}

.primary {
    color: #ff0e82;
}
.secondary {
    color: #67bf22;
}
.light {
    color: white;
}
.dark {
    color: black;
}

.button {
    border-radius: 50vh;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.button.primary {
    color: white;
    background-color: #ff0e82;
    border: none;
}
.button.primary:hover {
    background-color: #ce2576;
}
.button.secondary {
    color: white;
    background-color: #67bf22;
    border: none;
}
.button.extra {
    color: white;
    background-color: #ff7518;
    border: none;
}
.button.extra:hover {
    background-color: #ea6104;
}
.button.light {
    color: #ff0e82;
    background-color: transparent;
    border: 1px solid #ff0e82;
    box-shadow: 0 0 1px 0px #ff0e82 inset, 0 0 1px 0px #ff0e82;
}
.button.light:hover {
    color: white;
    background-color: #ff0e82;
}
.button.light-extra {
    color: #707070;
    background-color: #f7f7f7;
    border: none;
}
.button.grey {
    color: white;
    background-color: #707070;
    border: none;
} 
.button.grey:hover {
    background-color: black;
}
.button.white {
    color: #ff0e82;
    background-color: #ffffff;
    border: none;
}
.button.white:hover {
    background-color: #f9c7e2;
}


div.divider {
    border-bottom: 1px solid #707070;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    padding: 0.5rem;
    border: none;
    background-color: transparent;
    transform: translateY(-50%);
    z-index: 1;
}

.lightbox {
    position: relative;
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
}
.lightbox .lightbox-wrapper {
    margin: 2rem 0;
    background: white;
    border-radius: 10px;
}
.lightbox .lightbox-wrapper .content {
    align-items: flex-end;
    padding: 3rem;
    text-align: left;
}
.lightbox .lightbox-wrapper .content .icon-text {
    margin-right: 2rem;
}
.lightbox .lightbox-wrapper .content .icon-text img {
    width: 100%;
    max-width: 100px;
    margin-bottom: 3rem;
}
.lightbox .lightbox-wrapper .content .icon-text p {
    max-width: 75ch;
    font-size: 1.25rem;
    color: #707070;
}
.lightbox .lightbox-wrapper .content > img {
    max-width: 400px;
}
.lightbox .lightbox-wrapper .content .icon-list {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.lightbox .lightbox-wrapper .content .icon-list img {
    width: 100%;
    max-width: 100px;
    margin-right: 3rem;
}
.lightbox .lightbox-wrapper .content .icon-list ul {
    margin-top: 6rem;
}
.lightbox .lightbox-wrapper .content .icon-list ul li {
    position: relative;
    padding-left: 1.25rem;
    font-size: 1.25rem;
    color: #707070;
}
.lightbox .lightbox-wrapper .content .icon-list ul li::before {
    position: absolute;
    content: "\2022";
    top: 0.75rem;
    left: 0;
    color: #707070;
    font-size: 3rem;
    line-height: 0;
}
.lightbox .mfp-close {
    width: 31px;
    height: 31px;
    top: 1rem;
    right: 1rem;
    opacity: 0.5;
    background: url(/assets/img/ui/icon-menu-close.svg);
    background-size: cover;
}
.lightbox .mfp-close:hover {
    opacity: 1;
}
.lightbox#lightbox-form {
    max-width: 500px;
}
.lightbox#lightbox-form .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lightbox#lightbox-form .content .icons-wrapper {
    position: relative;
}
.lightbox#lightbox-form .content .icons-wrapper .icon-email {
    position: relative;
}
.lightbox#lightbox-form .content .icons-wrapper .icon-email svg {
    width: 100px;
}
.lightbox#lightbox-form .content .icons-wrapper .icon-email svg path {
    fill: #ff0e82;
}
.lightbox#lightbox-form .content .icons-wrapper .icon-email.animate svg {
    margin-right: 100px;
    animation: fadeOutRight 1.25s ease-out infinite both;
}
.lightbox#lightbox-form .content .icons-wrapper .icon-success,
.lightbox#lightbox-form .content .icons-wrapper .icon-error {
    position: absolute;
    top: 25px;
    left: 25px;
}
.lightbox#lightbox-form .content .icons-wrapper .icon-success svg,
.lightbox#lightbox-form .content .icons-wrapper .icon-error svg {
    width: 50px;
}
.lightbox#lightbox-form .content .icons-wrapper .icon-success svg path,
.lightbox#lightbox-form .content .icons-wrapper .icon-error svg path {
    fill: #ff0e82;
}
@media (max-width: 767.98px) {
    .lightbox .lightbox-wrapper .content {
        flex-direction: column;
    }
    .lightbox .lightbox-wrapper .content .icon-text {
        margin-right: 0;
        text-align: center;
    }
    .lightbox .lightbox-wrapper .content > img {
        max-width: 100%;
    }
    .lightbox .lightbox-wrapper .content .icon-list {
        flex-direction: column;
        align-items: center;
    }
    .lightbox .lightbox-wrapper .content .icon-list img {
        margin-right: 0;
    }
    .lightbox .lightbox-wrapper .content .icon-list ul {
        margin-top: 2rem;
    }
}

header {
    top: 0;
    left: 0;
    right: 0;
    padding: 1.25rem 0;
    background: white;
    z-index: 10;
}
header .nav-bar .brand a img {
    height: 40px;
}
header .nav-bar nav .nav-menu > ul > li {
    margin-left: 2.5rem;
}
header .nav-bar nav .nav-menu > ul > li.has-sub-nav {
    position: relative;
}
header .nav-bar nav .nav-menu > ul > li.has-sub-nav > a {
    cursor: default;
}
header .nav-bar nav .nav-menu > ul > li.has-sub-nav > a::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 7px;
    margin-left: 0.5rem;
    background: url(/assets/img/ui/arrow-down.svg) no-repeat center;
    background-size: cover;
}
header .nav-bar nav .nav-menu ul li {
    line-height: 1;
}
header .nav-bar nav .nav-menu ul li a {
    font-size: 0.75rem;
}
header .nav-bar nav .nav-menu ul li a:not(.button) {
    color: black;
    transition: color 0.3s ease-in-out;
}
header .nav-bar nav .nav-menu ul li a:not(.button):hover,
header .nav-bar nav .nav-menu ul li a.active {
    color: #ff0e82;
}
header .nav-bar nav .nav-menu > ul > li > a {
    font-weight: 700;
}
header .nav-bar nav .nav-menu ul li .sub-nav {
    position: absolute;
    min-width: 135px;
    top: 100%;
    left: 0;
    padding: 1rem 0.75rem 0.75rem;
    background-color: white;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
header .nav-bar nav .nav-menu ul li .sub-nav li {
    margin-bottom: 0.5rem;
}
header .nav-bar nav .nav-menu ul li .sub-nav li:last-child {
    margin-bottom: 0;
}
header .nav-bar nav .nav-menu ul li .sub-nav li a {
    font-weight: 500;
}
header .nav-bar nav .nav-menu > ul > li:hover .sub-nav {
    opacity: 1;
    visibility: visible;
}
header .nav-bar nav .menu-button {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background: none;
    z-index: 1;
    
}
header .nav-bar nav .menu-button img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    
}
header .nav-bar nav .menu-button img.visible {
    opacity: 1;
}

@media (max-width: 1199.98px) {
    header .nav-bar nav .nav-menu > ul > li {
        margin-left: 1.5rem;
    }
}
@media (max-width: 991.98px) {
    header .nav-bar nav .nav-menu {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        top: -100%;
        left: 0;
        background: rgba(255, 255, 255, 0.95);
        overflow: auto;
        transition: top 0.3s cubic-bezier(0, 0, 0.58, 1);
    }
    header .nav-bar nav .nav-menu.visible {
        top: 0;
    }
    header .nav-bar nav .nav-menu > ul {
        width: 100%;
        flex-direction: column;
    }
    header .nav-bar nav .nav-menu > ul > li {
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
        margin-left: 0;
    }
    header .nav-bar nav .nav-menu > ul > li:last-child {
        margin-bottom: 0;
    }
    header .nav-bar nav .nav-menu > ul > li.has-sub-nav {
        flex-direction: column;
        align-items: center;
    }
    header .nav-bar nav .nav-menu ul li a {
        font-size: 1.375rem;
    }
    header .nav-bar nav .nav-menu ul li .sub-nav {
        position: unset;
        width: 100%;
        max-height: 0;
        padding: 0;
        opacity: 1;
        visibility: visible;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0, 0, 0.58, 1);
        background-color: transparent;
    }
    header .nav-bar nav .nav-menu ul li .sub-nav li {
        margin-top: 1rem;
        margin-bottom: 0;
        text-align: center;
    }
    header .nav-bar nav .nav-menu > ul > li.has-sub-nav:hover .sub-nav {
        max-height: 200px;
    }
}

footer .newsletter-contact {
    padding: 7.5rem 0 0;
    background-color: white;
}
footer .newsletter-contact .content h3 {
    margin-bottom: 2.5rem;
}
footer .newsletter-contact .content h5 {
    max-width: 600px;
    margin-bottom: 2.5rem;
}
footer .newsletter-contact .content span {
    display: block;
    font-size: 1.125rem;
}
footer .newsletter-contact .content form {
    display: flex;
}
footer .newsletter-contact .content form input {
    padding: 0.375rem 1rem;
    border: 1px solid #707070;
    border-radius: 50vh;
    color: black;
}
footer .newsletter-contact .content form input[name=email] {
    width: 100%;
    max-width: 350px;
    min-width: 200px;
}
footer .newsletter-contact .content form .button {
    padding: 0.375rem 2.5rem;
}
footer .newsletter-contact .link-scroll-up {
    display: inline-block;
    margin-top: 5rem;
}
footer .newsletter-contact .link-scroll-up img {
    max-width: 130px;
}

footer .links {
    padding: 2rem 0;
    background-color: black;
}
footer .links .content .socials {
    margin-right: 4vw;
}
footer .links .content .socials li {
    margin-right: 2rem;
}
footer .links .content .socials li:last-child {
    margin-right: 0;
}
footer .links .content .socials li a img {
    height: 25px;
}
footer .links .content .pages li {
    margin-left: 1rem;
    text-align: center;
}
footer .links .content .pages li a {
    color: white;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}
footer .links .content .pages li a:hover {
    color: #ff0e82;
}

footer .terms-privacy {
    padding: 1rem 0;
    background-color: #363636;
}
footer .terms-privacy .content span {
    margin-right: 1.5rem;
    font-size: 0.75rem;
    font-weight: 500;
}
footer .terms-privacy .content ul li a {
    color: white;
    font-size: 0.75rem;
    font-weight: 500;
}
footer .terms-privacy .content ul li.divider {
    width: 2px;
    height: 1rem;
    margin: 0 0.75rem;
    background-color: white;
}

@media (max-width: 767.98px) {
    footer .newsletter-contact .content form {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .newsletter-contact .content form .button {
        margin-top: 1.5rem;
    }
    footer .links .content {
        justify-content: center;
    }
    footer .links .content .socials {
        margin-right: 0;
    }
}
@media (max-width: 575.98px) {
    footer .newsletter-contact .content {
        text-align: center;
    }
    footer .newsletter-contact .content h3 {
        margin-bottom: 1.5rem;
    }
    footer .newsletter-contact .content form {
        margin-bottom: 4rem;
    }
    footer .newsletter-contact .link-scroll-up {
        margin-top: 3rem;
    }
    footer .newsletter-contact .link-scroll-up img {
        max-width: 80px;
    }
    footer .terms-privacy .content span {
        margin-right: 0;
    }
}

.home-banners {
    height: calc(100vh - 80px);
    margin-top: 80px;
}
.home-banners .home-banner-item .content h2 {
    max-width: 750px;
    /* margin-bottom: 20%; */
}
.home-banners .form-searcher-wrapper {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .home-banners .home-banner-item .content h2 {
        font-size: 2rem;
    }
    .home-banners .form-searcher-wrapper {
        max-width: none;
        bottom: 0;
        left: 0;
        transform: translateX(0%);
        background: transparent;
    }
}


.form-searcher-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 83.33333333%;
    padding: 2.5rem 2.5rem 1.5rem;
    background: rgba(0 , 0 , 0, 0.8);
}
.form-searcher-wrapper form {
    flex-wrap: wrap;
    justify-content: center;
}
.form-searcher-wrapper form select,
.form-searcher-wrapper form input {
    /* min-width: 190px; */
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
    margin: 0 0.5rem 1rem 0.5rem;
    border: none;
    border-radius: 50vh;
    background-color: white;
    color: black;
}
.form-searcher-wrapper form button {
    max-height: 36px;
    margin: 0 0.5rem;
}

.form-searcher-wrapper form select[name=city] {
    min-width: 180px;
}
.form-searcher-wrapper form select[name=zone] {
    min-width: 180px;
}
.form-searcher-wrapper form input.date-input {
    min-width: 230px;
    max-width: 230px;
    background-color: white;
    text-align: center;
}
form input.date-input::placeholder {
    color: black;
}
.form-searcher-wrapper form select[name=guests] {
    min-width: 110px;
}

@media (max-width: 575.98px) {
    .form-searcher-wrapper form select[name=city] {
        width: 100%;
        max-width: 100%;
    }
    .form-searcher-wrapper form select[name=zone] {
        width: 100%;
        max-width: 100%;
    }
    .form-searcher-wrapper form input.date-input {
        width: 100%;
        max-width: 100%;
        order: 3;
    }
    .form-searcher-wrapper form select[name=guests] {
        width: 100%;
        max-width: 100%;
        min-width: 50%;
        order: 2;
    }
    .form-searcher-wrapper form button {
        order: 4;
    }
}

.tab-searcher-wrapper {
    position: fixed;
    display: flex;
    align-items: center;
    height: calc(100vh - 80px);
    top: 80px;
    right: -400px;
    transition: right 0.3s cubic-bezier(0, 0, 0.58, 1);
    z-index: 10;
}
.tab-searcher-wrapper.visible {
    right: 0;
}
.tab-searcher-wrapper .content {
    display: flex;
    align-items: flex-start;
}
.tab-searcher-wrapper .content .show {
    min-width: 172px;
    padding: 0.5rem 1.5rem 1rem;
    margin-top: 90px;
    font-weight: 600;
    color: white;
    background-color: #67bf22;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: rotate(-90deg);
    cursor: pointer;
    text-align: center;
}
.tab-searcher-wrapper .content form {
    position: relative;
    flex-direction: column;
    min-width: 400px;
    padding: 3.4375rem 2.8125rem;
    margin-left: -70px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.tab-searcher-wrapper .content form select,
.tab-searcher-wrapper .content form input {
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
    margin-bottom: 1.5rem;
    border: 1px solid #7d7d7d;
    border-radius: 50vh;
    color: black;
    text-align: center;
}
.tab-searcher-wrapper .content form input.date-input {
    background-color: white;
}
.tab-searcher-wrapper .content form button {
    margin-top: 1rem;
}

.uliv-experience {
    padding: 2.5rem 0;
}
.uliv-experience .experiences-wrapper {
    padding: 0;
}
.uliv-experience .slick-arrow img {
    max-width: 1.125rem;
}
.uliv-experience .slick-arrow.prev {
    left: 0;
}
.uliv-experience .slick-arrow.next {
    right: 0;
}
.uliv-experience .experience-item img {
    max-width: 13.4375rem;
    margin: 0 auto 2rem auto;
}
.uliv-experience .experience-item h6 {
    max-width: 180px;
    margin: 0 auto;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 575.98px) {
    .uliv-experience .experience-item .row > div {
        margin-bottom: 1.5rem;
    }
    .uliv-experience .experience-item .row > div:last-child {
        margin-bottom: 0;
    }
    .uliv-experience .experience-item img {
        max-width: 10rem;
        margin-bottom: 1rem;
    }
}
.controls-wrapper {
    display: flex;
    justify-content: center; /* Centra horizontalmente el contenido */
    align-items: center; /* Centra verticalmente el contenido */
    padding: 10px; /* Ajusta el padding según sea necesario */
}
.cities-featured {
    padding: 7.5rem 0;
    background-color: #f7f7f7;
}
.cities-featured .cities-tabs{
    background-color: #FFF;
    border-radius: 100px;
    padding: 8px;
    border: solid 1px #d0d0d0;

    display: flex;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    white-space: nowrap;
}
.cities-featured .cities-tabs li {
    position: relative;
    /* min-width: 17.5rem; */
    padding: 1rem 2rem;
    background-color: white;
    border-radius: 100px;
    text-align: center;
    z-index: 1;
    display: inline-block;
}
.cities-featured .cities-tabs li.active {
    background-color: #ff0e82;
}
.cities-featured .cities-tabs li.active a {
    color: white;
}
.cities-featured .cities-tabs li a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.cities-featured .content-shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
}
.cities-featured .city-tab-content {
    position: relative;
    padding: 2.5rem;
    border-radius: 10px;
    z-index: 2;
}
.cities-featured .city-tab-content .city {
    font-size: 1.5625rem;
    font-weight: 400;
    text-align: center;
}
.cities-featured .apartments-featured-wrapper {
    max-width: 95%;
    margin: 2rem auto 0 auto;
}
.cities-featured .apartments-featured-wrapper .slick-track {
    display: flex;
    align-items: stretch;
}
.cities-featured .slick-arrow.prev {
    left: -3rem;
}
.cities-featured .slick-arrow.next {
    right: -3rem;
}
.cities-featured .apartment-featured {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    margin: 0 0.84375rem;
    padding: 1.125rem;
    background-color: white;
}
.cities-featured .apartment-featured .image {
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 1rem;
    overflow: hidden;
}
.cities-featured .apartment-featured .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cities-featured .apartment-featured ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.cities-featured .apartment-featured ul li {
    margin-right: 0.75rem;
    font-size: 0.75rem;
    color: #707070;
}
.cities-featured .apartment-featured ul li.divider {
    width: 2px;
    height: 1rem;
    background-color: #ff0e82;
}
.cities-featured .apartment-featured span {
    display: block;
}
.cities-featured .apartment-featured .type {
    font-size: 0.9375rem;
    font-weight: 700;
    color: black;
    word-wrap: break-word;
}
.cities-featured .apartment-featured .location {
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: black;
}
.cities-featured .apartment-featured .from {
    font-size: 0.75rem;
    font-weight: 600;
    color: black;
}
.cities-featured .apartment-featured .price {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #ff0e82;
}
.cities-featured .apartment-featured .price strong {
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .cities-featured .city-tab-content {
        display: block !important;
        padding: 1.5rem;
    }
    .cities-featured .city-tab-content:nth-child(1) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .cities-featured .city-tab-content:nth-child(2) {
        padding-bottom: 2.5rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .cities-featured .slick-arrow.prev {
        left: -1.75rem;
    }
    .cities-featured .slick-arrow.next {
        right: -1.75rem;
    }
    .cities-featured .apartments-featured-wrapper {
        margin-top: 0.5rem;
    }
}

.home-citites {
    padding: 7.5rem 0;
    background-color: white;
}
.home-citites .cities-wrapper {
    /* max-width: 90%;
    margin: 0 auto; */
}
.home-citites .slick-arrow.prev {
    left: -1.5rem;
}
.home-citites .slick-arrow.next {
    right: -1.5rem;
}
.home-citites .city {
    margin: 0 1rem;
}
.home-citites .city .city-info {
    width: 100%;
    padding: 2.5rem 1.5rem;
    background-color: black;
    text-align: center;
}
.home-citites .city .city-info > span {
    display: block;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
}
.home-citites .city .city-info ul {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}
.home-citites .city .city-info ul li {
    margin-right: 0.5rem;
}
.home-citites .city .city-info ul li.divider {
    width: 2px;
    height: 20px;
    background-color: white;
}
.home-citites .city .city-info ul li a {
    font-size: 0.875rem;
    font-weight: 700;
    color: white;
    transition: color 0.3s ease-in-out;
}
.home-citites .city .city-info ul li a:hover {
    color: #ff0e82;
}
.home-citites .city .city-info .button {
    display: inline-block;
    padding: 0.75rem 2rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 575.98px) {
    .home-citites .city .city-info ul {
        flex-direction: column;
    }
    .home-citites .city .city-info ul li.divider {
        display: none;
    }
    .home-citites .city .city-info .button span {
        display: none;
    }
}

.reviews {
    padding: 7.5rem 0 15rem 0;
    background: url(/assets/img/ui/reviews-background.jpg) no-repeat bottom center;
    background-size: cover;
}
.reviews .content h4:nth-child(2) {
    margin-bottom: 7rem;
}
.reviews .reviews-wrapper .slick-track {
    display: flex;
    align-items: stretch;
}
.reviews .slick-arrow.prev {
    left: -2.5rem;
}
.reviews .slick-arrow.next {
    right: -2.5rem;
}
.reviews .slick-dots {
    position: absolute;
    bottom: -6rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
}
.reviews .slick-dots li {
    margin-right: 12px;
}
.reviews .slick-dots li:last-child {
    margin-right: 0;
}
.reviews .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    background-color: #707070;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
    transition: background-color 0.3s ease-in-out;
}
.reviews .slick-dots li button:hover,
.reviews .slick-dots li.slick-active button {
    background-color: #ff0e82;
}
.reviews .reviews-wrapper {
    position: relative;
}
.reviews .reviews-wrapper .review {
    display: flex;
    flex-direction: column;
    float: none;
    height: auto;
    min-height: auto;
    padding-top: 60px;
    margin: 0 0.84375rem;
}
.reviews .reviews-wrapper .review .guest-photo-review {
    flex-grow: 1;
    padding: 0 1.5rem 2rem 1.5rem;
    background-color: white;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
.reviews .reviews-wrapper .review .guest-photo-review .image {
    width: 100px;
    height: 100px;
    margin: -50px auto 2rem auto;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.reviews .reviews-wrapper .review .guest-photo-review .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews .reviews-wrapper .review .guest-photo-review p {
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 500;
    font-style: italic;
}
.reviews .reviews-wrapper .review .guest {
    padding: 0.75rem 1.25rem;
    background-color: #ff0e82;
}
.reviews .reviews-wrapper .review .guest .info {
    flex-grow: 1;
}
.reviews .reviews-wrapper .review .guest .info span {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
}
.reviews .reviews-wrapper .review .guest .flag {
    width: 34px;
    height: 34px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 2px 0px #ffffff inset, 0 0 2px 0px #ffffff;
    border-radius: 50%;
    overflow: hidden;
}
.reviews .reviews-wrapper .review .guest .flag img {
    width: 100%;
    height: 105%;
    object-fit: cover;
}
.reviews .reviews-wrapper .review .more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: -30px auto 0 auto;
    background-color: #ff0e82;
    border-radius: 50%;
}
@media (max-width: 575.98px) {
    .reviews .slick-arrow.prev {
        left: -1.5rem;
    }
    .reviews .slick-arrow.next {
        right: -1.5rem;
    }
}

.value-proposal {
    padding: 7.5rem 0 0;
    background: url(/assets/img/ui/lines-background.png) no-repeat top center;
    background-size: 100%;
}
.value-proposal .values-wrapper {
    /* padding: 2rem 0; */
}
.value-proposal .values-wrapper .slick-track {
    display: flex;
    align-items: stretch;
}
.value-proposal .slick-arrow.prev {
    left: -1.5rem;
}
.value-proposal .slick-arrow.next {
    right: -1.5rem;
}
.value-proposal .values-wrapper .value {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: auto;
    padding: 2.5rem;
    margin: 1rem 0.84375rem;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.value-proposal .values-wrapper .value img {
    max-height: 72px;
    margin-bottom: 2rem;
}
.value-proposal .values-wrapper .value h6 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: black;
}
.value-proposal .values-wrapper .value p {
    margin-bottom: 2.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: black;
}
.value-proposal .values-wrapper .value a {
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: underline;
}
.value-proposal .values-wrapper .value a.primary {
    color: #ff0e82;
}
.value-proposal .values-wrapper .value a.secondary {
    color: #67bf22;
}
.value-proposal .values-wrapper .value a.third {
    color: #115273;
}
.value-proposal .content .divider {
    margin-top: 7.5rem;
}

section.hero {
    margin-top: 80px;
}
section.hero.city {
    height: calc(100vh - 80px);
}
section.hero.city h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
section.hero:not(.city) {
    /* height: 28.125rem; */
    height: 60vh;
    min-height: 18.75rem;
}
section.hero div {
    height: 100%;
}
section.hero div.content {
    height: auto;
}

@media (max-width: 575.98px) {
    section.hero:not(.city) {
        height: calc(100vh - 80px);
    }
}

#apartments {
    padding-top: 80px;
}

#apartments .search {
    position: sticky;
    top: 80px;
    z-index: 2;
}
#apartments .search .form-searcher-wrapper {
    max-width: none;
}

#apartments .listings {
    background-color: white;
}
#apartments .listings .row .row > div {
    margin-top: 2rem;
}
#apartments .listings .apartment {
    display: flex;
    align-items: stretch;
    height: 100%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
#apartments .listings .apartment .image {
    width: 32.5%;
    min-width: 10rem;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}
#apartments .listings .apartment .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#apartments .listings .apartment .info {
    width: 67.5%;
    padding: 1.5rem 0;
}
#apartments .listings .apartment .info > ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}
#apartments .listings .apartment .info ul li.type-location {
    padding: 0 1.5rem;
    flex-grow: 1;
}
#apartments .listings .apartment .info ul li.type-location h6 {
    font-size: 1.5rem;
    font-weight: 700;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
#apartments .listings .apartment .info ul li.type-location span {
    font-size: 1.125rem;
    font-weight: 500;
}
#apartments .listings .apartment .info ul li.features {
    margin: 1rem 0;
    padding: 0 1.5rem;
}
#apartments .listings .apartment .info ul li.features ul li.divider {
    width: 2px;
    height: 1rem;
    margin: 0 1rem;
    background-color: #707070;
}
#apartments .listings .apartment .info ul li.price {
    margin-top: 1.5rem;
    padding: 0 1.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: right;
}
#apartments .listings .apartment .info > ul > li.divider {
    border-bottom: 1px dashed #707070;
}

@media (max-width: 991.98px) {
    #apartments .listings .apartment {
        flex-direction: column;
    }
    #apartments .listings .apartment .image {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
    #apartments .listings .apartment .info {
        width: 100%;
    }
    #apartments .listings .apartment .info > ul {
        align-items: center;
    }
    #apartments .listings .apartment .info ul li.type-location {
        text-align: center;
    }
}
@media (max-width: 575.98px) {
    #apartments .search {
        position: relative;
        top: 0;
    }
}

#apartment {
    padding-top: 80px;
    background-color: white;
}

#apartment .gallery {
    padding: 2rem 0 3rem 0;
}
#apartment .gallery .wrapper {
    max-height: 455px;
}
#apartment .gallery .wrapper a {
    display: block;
    height: 100%;
}
#apartment .gallery .wrapper .gallery-buttons {
    position: absolute;
    width: 91.66666667%;
    left: 50%;
    bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    transform: translateX(-50%);
    z-index: 1;
}
#apartment .gallery .wrapper .gallery-buttons ul {
    flex-wrap: wrap;
}
#apartment .gallery .wrapper .gallery-buttons ul li {
    margin: 0 0.5rem 2rem 0.5rem;
}
#apartment .gallery .wrapper .gallery-buttons ul li .button {
    display: flex;
    align-items: center;
    height: auto;
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
    white-space: nowrap;
    cursor: pointer;
}
#apartment .gallery .wrapper .gallery-buttons ul li .button img {
    max-width: 20px;
    margin-right: 1rem;
}
#apartment .gallery .gallery-column div {
    height: 47.36%;
}
#apartment .gallery .gallery-column div:first-child {
    margin-bottom: 25px;
}
#apartment .gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 575.98px) {
    #apartment .gallery {
        padding-top: 0;
    }
    #apartment .gallery .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    #apartment .gallery .container-fluid .row {
        margin-left: 0;
        margin-right: 0;
    }
    #apartment .gallery .container-fluid .row > .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    #apartment .gallery .container-fluid > .row > .col-12 > .row > .col-12 > a {
        min-height: 400px;
    }
}

#apartment .actions .button {
    align-items: center;
    padding: 0.5rem 2rem;
}
#apartment .actions .button img {
    margin-right: 1rem;
}
#apartment .actions .virtual-tour .icon {
    position: relative;
    padding: 0.75rem;
    background-color: #ff0e82;
    border-radius: 50%;
    z-index: 1;
}
#apartment .actions .virtual-tour .icon img {
    width: 65px;
}
#apartment .actions .virtual-tour .link-wrapper {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem 0.75rem 3rem;
    margin-left: -40px;
    background-color: #ff0e82;
    border-radius: 50vh;
}
#apartment .actions .virtual-tour .link-wrapper a {
    color: white;
    font-weight: 700;
}

#apartment .information-book {
    padding: 5rem 0 7.5rem 0;
}
#apartment .information-book .content h2 {
    overflow-wrap: break-word;
}
#apartment .information-book .content span {
    font-size: 1.5625rem;
    font-weight: 400;
}
#apartment .information-book .content ul {
    margin-left: 2rem;
}
#apartment .information-book .content ul li {
    color: black;
    font-size: 0.875rem;
    font-weight: 500;
}
#apartment .information-book ul li div:first-child {
    min-width: 19px;
}
#apartment .information-book ul li div:first-child img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#apartment .information-book .book-wrapper {
    padding: 5rem 3rem;
    border: 1px solid #707070;
    border-radius: 10px;
}
#apartment .information-book .book-wrapper ul li {
    text-align: center;
}
#apartment .information-book .book-wrapper ul li.type {
    font-size: 1.25rem;
    font-weight: 600;
}
#apartment .information-book .book-wrapper ul li.location {
    font-size: 0.875rem;
    font-weight: 500;
}
#apartment .information-book .book-wrapper ul li.price {
    font-size: 1.25rem;
    font-weight: 500;
}
#apartment .information-book .book-wrapper ul li.taxes {
    font-size: 0.6875rem;
    font-weight: 500;
}
#apartment .information-book .book-wrapper ul li.divider {
    margin: 1rem 0;
    border-bottom: 1px dashed #707070;
}
#apartment .information-book .book-wrapper form {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    margin: 2rem auto 0;
}
#apartment .information-book .book-wrapper form input, 
#apartment .information-book .book-wrapper form select {
    margin-bottom: 1.25rem;
    border: 1px solid #707070;
    border-radius: 50vh;
}
#apartment .information-book .book-wrapper form input.date-input {
    background-color: white;
}
#apartment .information-book .book-wrapper form .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.2s ease-in-out;
}
#apartment .information-book .book-wrapper form .overlay.loading {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 767.98px) {
    #apartment .information-book .book-wrapper {
        margin-top: 3rem;
    }
}
@media (max-width: 575.98px) {
    #apartment .information-book {
        padding: 2rem 0 4.5rem 0;
    }
    #apartment .information-book .book-wrapper {
        padding: 2rem 1.5rem;
    }
    #apartment .information-book .book-wrapper form {
        max-width: none;
    }
}

#apartment .about {
    padding: 7.5rem 0;
    background-color: #f7f7f7;
}
#apartment .about .content {
    /* max-width: 80%; */
    margin: 0 auto;
}
#apartment .about .content h3 {
    margin-bottom: 3rem;
}
#apartment .about .content .wrapper {
    max-height: 300px;
    overflow: hidden;
}
#apartment .about .content .wrapper ul {
    margin-bottom: 1rem;
}
#apartment .about .content .wrapper ul li {
    position: relative;
    padding-left: 1.25rem;
}
#apartment .about .content .wrapper ul li::before {
    position: absolute;
    content: "\2022";
    top: 0.5rem;
    left: 0;
    color: black;
    font-size: 2rem;
    line-height: 0;
}
@media (max-width: 575.98px) {
    #apartment .about {
        padding: 4.5rem 0;
    }
}

.see-more {
    position: relative;
    padding-top: 3rem;
    margin-top: -4rem;
}
.see-more a {
    color: #ff0e82;
    text-decoration: underline;
}
.see-more a img {
    display: inline-block;
    max-width: 12px;
    margin-left: 0.5rem;
}

#apartment .about .content .see-more {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(247,247,247,1) 50%); 
}

#apartment > .amenities {
    padding-top: 7.5rem;
}
#apartment > .amenities .content {
    max-width: 90%;
    margin: 0 auto;
}
#apartment > .amenities .content h3 {
    margin-bottom: 3rem;
}
#apartment > .amenities ul li {
    color: black;
    font-size: 0.875rem;
    font-weight: 600;
}
#apartment > .amenities ul li div {
    min-width: 32px;
}
#apartment > .amenities ul li div img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#apartment > .amenities ul.all {
    max-height: 0;
    margin-top: 1.5rem;
    overflow: hidden;
}
#apartment > .amenities ul.all li {
    position: relative;
    width: 50%;
    margin-top: 1.5rem;
    padding-left: 1.25rem;
}
#apartment > .amenities ul.all li::before {
    position: absolute;
    content: "\2022";
    top: 0.5rem;
    left: 0;
    color: black;
    font-size: 2rem;
    line-height: 0;
}
#apartment > .amenities ul.all li:nth-child(odd) {
    padding-right: 0.75rem;
}
#apartment > .amenities ul.all li:nth-child(even) {
    padding-left: 2rem;
}
#apartment > .amenities ul.all li:nth-child(even)::before {
    left: 0.75rem;
}

#apartment > .amenities .see-more {
    margin-top: 0;
}
#apartment > .amenities .divider,
#apartment .terms .divider {
    margin-top: 7.5rem;
    border-bottom: 1px dashed #707070;
}
@media (max-width: 575.98px) {
    #apartment > .amenities {
        padding-top: 3.5rem;
    }
    #apartment > .amenities .divider {
        margin-top: 3.5rem;
    }
}

#apartment .terms {
    padding-top: 7.5rem;
}
#apartment .terms .content {
    padding: 2rem 0;
    height: 100%;
}
#apartment .terms .content.with-border {
    border-right: 1px dashed #707070;
}
#apartment .terms .content h5 {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-weight: 700;
}
#apartment .terms .content .wrapper {
    max-height: 150px;
    overflow: hidden;
}
#apartment .terms .content .see-more {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); 
}
@media (max-width: 575.98px) {
    #apartment .terms .content.with-border {
        border-right: none;
    }
}

#apartment > .location {
    padding: 4rem 0;
    background-color: white;
}

#apartment .close-to-you {
    padding: 7.5rem 0 6rem;
    background: url(/web_new/assets/img/ui/) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
#apartment .close-to-you > div {
    position: relative;
}
#apartment .close-to-you video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
#apartment .close-to-you .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
#apartment .close-to-you .content ul {
    flex-wrap: wrap;
    margin-top: 5rem;
}
#apartment .close-to-you .content ul li {
    margin-right: 2rem;
    margin-bottom: 1.5rem;
}
#apartment .close-to-you .content ul li:last-child {
    margin-right: 0;
}
#apartment .close-to-you .content ul li a {
    display: flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    background-color: white;
    border-radius: 50vh;
    font-weight: 700;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}
#apartment .close-to-you .content ul li a img {
    display: inline-block;
    height: 1.25rem;
    margin-right: 1rem;
}

@media (max-width: 575.98px) {
    #apartment .close-to-you .content ul li,
    #apartment .close-to-you .content ul li:last-child {
        margin-right: 1rem;
        margin-left: 1rem;
    }
}


#book {
    padding-top: 80px;
    background: url(/assets/img/ui/lines-background.png) no-repeat top center;
    background-size: 100%;
}

#book .header {
    height: 300px;
}

#book .details {
    padding-top: 4rem;
}
#book .details .form-book h3 {
    margin-bottom: 2rem;
}
#book .details .form-book .our-info h3 {
    margin-top: 1.5625rem;
}
#book .details .form-book .our-info .form-group {
    margin-top: 1.25rem;
}
#book .details .form-book .our-info input {
    background-color: white;
}
#book .details .form-book .our-payment #card-element {
    min-height: 38px;
    padding: 0.5rem 0.75rem;
    border: 1px solid #707070;
    border-radius: 8px;
}
#book .details .form-book .terms-and-confirm .button {
    padding: 0.5rem 2.5rem;
}
#book .details .form-book div.divider {
    margin: 3rem 0;
    border-bottom: 1px dashed #707070;
}

#book .details .our-booking {
    max-width: 550px;
    padding: 1.5625rem 2.1875rem;
    border: 1px solid #707070;
    border-radius: 10px;
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
#book .details .our-booking h3 {
    margin-bottom: 3rem;
}
#book .details .our-booking .booking-info .info-row {
    display: flex;
    align-items: stretch;
}
#book .details .our-booking .booking-info .info-row > div {
    width: 50%;
}
#book .details .our-booking .booking-info .apartment-image {
    border-start-start-radius: 0.75rem;
    border-end-start-radius: 0.75rem;
    overflow: hidden;
    aspect-ratio: 3/1;
}
#book .details .our-booking .booking-info .apartment-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#book .details .our-booking .with-border,
#book .details .our-booking .with-border-bottom {
    padding: 1rem;
}
#book .details .our-booking .with-border {
    border-top: 1px dashed #707070;
    border-bottom: 1px dashed #707070;
}
#book .details .our-booking .with-border-bottom {
    border-bottom: 1px dashed #707070;
}
#book .details .our-booking .with-border p,
#book .details .our-booking .with-border-bottom p {
    font-size: 14px;
    margin-bottom: 0;
}
#book .details .our-booking .with-border a,
#book .details .our-booking .with-border-bottom a {
    font-size: 14px;
    color: #ff0e82;
    text-decoration: underline;
}
#book .details .our-booking .booking-price .total-row ul li {
    display: flex;
    justify-content: space-between;
}
#book .details .our-booking .booking-price .total-row ul li > strong {
    text-align: right;
}
#book .details .our-booking .booking-price .total-price {
    padding-top: 1rem
}
#book .details .our-booking .booking-price .total-price ul li > strong {
    color: #ff0e82;
}
#book .details .divider { 
    margin-top: 7.5rem;
}
@media (max-width: 767.98px) {
    #book .details .our-booking {
        margin-top: 2rem;
    }
}
@media (max-width: 575.98px) {
    #book .details .our-booking h3 {
        text-align: center;
    }
    #book .details .form-book .terms-and-confirm .button {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    #book .details .our-booking .with-border,
    #book .details .our-booking .with-border-bottom {
        padding: 1rem 0;
    }
    #book .details .our-booking .booking-info .info-row {
        flex-wrap: wrap;
    }
    #book .details .our-booking .booking-info .info-row > div {
        width: 100%;
    }
    #book .details .our-booking .booking-info .apartment-image {
        border-start-end-radius: 0.75rem;
        border-end-end-radius: 0.75rem;
    }
    #book .details .our-booking .booking-info .with-border {
        border-top: none;
    }
}

.select-custom {
    position: relative;
}
.select-custom input.form-control {
    padding-right: 2.1875rem;
}
.select-custom span.caret {
    position: absolute;
    width: 46px;
    height: 100%;
    top: 0;
    right: 0;
    background: url(/assets/img/ui/arrow-down.svg) no-repeat center;
    border-start-end-radius: 8px;
    border-end-end-radius: 8px;
}
.select-custom ul {
    position: absolute;
    display: none;
    min-width: 100%;
    max-height: 135px;
    top: 100%;
    left: 0;
    padding: 0.75rem 1rem;
    background: #f7f7f7;
    overflow-y: auto;
    z-index: 1;
}
.select-custom ul.show {
    display: block;
}
.select-custom ul li {
    color: black;
    font-weight: 600;
    cursor: pointer;
}
.select-custom ul li:hover {
    color: #ff0e82;
}

#reservation .hero {
    height: auto;
    padding: 5rem 0;
    background-color: #f7f7f7;
}
#reservation .hero img {
    width: 100%;
    max-width: 400px;
    min-width: 150px;
}
#reservation .hero .content {
    max-width: 450px;
}
#reservation .hero .content h2 {
    margin-bottom: 50px;
}
#reservation .hero .content h3 {
    margin-bottom: 10px;
}
#reservation .hero .content .form-control {
    max-width: 90%;
    color: #ff0e82;
    font-size: 1.5625rem;
    font-weight: 700;
    background: transparent;
    border: 1px solid #ff0e82;
    border-radius: 5vw;
    text-align: center;
}
#reservation .hero .content h5 {
    margin-top: 50px;
}
@media (max-width: 767.98px) {
    #reservation .hero .content {
        margin-top: 3rem;
        text-align: center;
    }
}
@media (max-width: 575.98px) {
    #reservation .hero img {
        max-width: 250px;
    }
}

main#mexico-city {
    background-color: white;
}
#mexico-city .hero {
    background: url(/assets/img/cities/mexico-city/banner-hero.jpg) no-repeat center;
    background-size: cover;
}

#mexico-city .neighborhoods {
    margin-top: -120px;
}
#mexico-city .neighborhoods .neighborhood {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 250px;
    min-height: 100%;
    margin: 0 auto;
}
#mexico-city .neighborhoods .neighborhood .name {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    margin-bottom: 2rem;
    background-color: #f7f7f7;
    border-radius: 50%;
    aspect-ratio: 1/1;
}
#mexico-city .neighborhoods .neighborhood .name h3 {
    margin-bottom: 0;
}
#mexico-city .neighborhoods .neighborhood p {
    font-weight: 600;
    flex-grow: 1;
    text-align: center;
}
#mexico-city .neighborhoods .neighborhood .button {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.375rem 1rem;
}
#mexico-city .neighborhoods .divider {
    margin-top: 7.55rem;
}
@media (max-width: 575.98px) {
    #mexico-city .neighborhoods .neighborhood {
        min-height: auto;
        margin-bottom: 4rem;
    }
    #mexico-city .neighborhoods .neighborhood .button {
        margin-top: 0;
    }
    #mexico-city .neighborhoods .divider {
        margin-top: 3rem;
    }
}

#tulum .hero {
    background: url(/assets/img/cities/tulum/banner-hero.jpg) no-repeat center;
    background-size: cover;
}

#miami .hero {
    background: url(/assets/img/cities/miami/banner-hero.jpg) no-repeat center;
    background-size: cover;
}

#tulum .info,
#miami .info {
    padding: 7.5rem 0 0;
    background-color: white;
}
#tulum .info .content,
#miami .info .content {
    max-width: 700px;
    margin: 0 auto;
}
#tulum .info .content h3, 
#miami .info .content h3 {
    margin-bottom: 3rem;
}
#tulum .info .content .button,
#miami .info .content .button {
    display: inline-block;
    margin-top: 3rem;
    padding: 0.375rem 1.5rem;
}
#tulum .info .divider,
#miami .info .divider {
    margin-top: 7.5rem;
}

.wath-to-do {
    padding: 7.5rem 0;
}
.wath-to-do .content h3 {
    margin-bottom: 1rem;
}
.wath-to-do .content .category {
    position: relative;
    margin-top: 3rem;
}
.wath-to-do .content .category span {
    position: absolute;
    top: 1.5rem;
    left: 1rem;
    right: 1rem;
    font-weight: 700;
}
@media (max-width: 575.98px) {
    .wath-to-do .content .category {
        margin-top: 1rem;
    }
}

#where-to-go .hero {
    background: url(/assets/img/where-to-go/banner-hero.jpg) no-repeat center;
    background-size: cover;
}
#where-to-go .hero .content {
    text-align: center;
}
#where-to-go .hero .content h2 {
    margin-top: calc(30vh - 48px);
    margin-bottom: 0;
}
#where-to-go .hero .content .city-selector {
    display: inline-flex;
    align-items: center;
    margin-top: 4rem;
    padding: 1rem 2.5rem;
    background-color: black;
    border-radius: 50vh;
}
#where-to-go .hero .content .city-selector li.divider {
    width: 2px;
    height: 1rem;
    margin: 0 2rem;
    background-color: white;
}
#where-to-go .hero .content .city-selector li a {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}
#where-to-go .hero .content .city-selector li a img {
    max-width: 2rem;
    margin-right: 0.5rem;
}

#where-to-go nav {
    display: flex;
    justify-content: center;
    margin-top: -40px;
}
#where-to-go nav ul {
    display: inline-flex;
}
#where-to-go nav ul li {
    min-width: 155px;
    padding: 0.75rem 1rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
    line-height: 1;
}
#where-to-go nav ul li.active {
    background-color: white !important;
}
#where-to-go nav ul li a {
    color: white;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
}
#where-to-go nav ul li.all {
    background-color: #ff0e82;
}
#where-to-go nav ul li.active.all a {
    color: #ff0e82;
}
#where-to-go nav ul li.food {
    background-color: #ff7518;
}
#where-to-go nav ul li.active.food a {
    color: #ff7518;
}
#where-to-go nav ul li.nightlife {
    background-color: #aa3897;
}
#where-to-go nav ul li.active.nightlife a {
    color: #aa3897;
}
#where-to-go nav ul li.entertainment {
    background-color: #f3be0d;
}
#where-to-go nav ul li.active.entertainment a {
    color: #f3be0d;
}
#where-to-go nav ul li.culture {
    background-color: #115273;
}
#where-to-go nav ul li.active.culture a {
    color: #115273;
}
#where-to-go nav ul li.travel-tips {
    background-color: #00aca0;
}
#where-to-go nav ul li.active.travel-tips a {
    color: #00aca0;
}

#where-to-go .articles {
    padding: 1.5rem 0 3rem 0;
    background-color: white;
}
#where-to-go .articles .article {
    margin-top: 1.5rem;
}
#where-to-go .articles .article .image {
    width: 100%;
    height: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
#where-to-go .articles .article .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#where-to-go .articles .article .preview {
    padding: 1rem 1.25rem;
    background-color: #f7f7f7;
    border-end-start-radius: 10px;
    border-end-end-radius: 10px;
}
#where-to-go .articles .article .preview ul {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}
#where-to-go .articles .article .preview ul li {
    color: #707070;
    /* line-height: 1; */
}
#where-to-go .articles .article .preview ul li.divider {
    width: 1px;
    height: 1rem;
    margin: 0 0.75rem;
    background-color: #707070;
}
#where-to-go .articles .article .preview h6 {
    font-size: 1.125rem;
    font-weight: 700;
}
#where-to-go .articles .article .preview .resume {
    max-height: 90px;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
#where-to-go .articles .article .preview .resume p {
    text-overflow: ellipsis;
}
#where-to-go .articles .article .preview a {
    text-decoration: underline;
    color: #ff0e82;
}

#article .hero .content h2 {
    max-width: 450px;
    margin-bottom: 0;
}

#article .contents {
    padding: 3rem 0;
}
#article .contents .content .info {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}
#article .contents .content .info li {
    color: #707070;
}
#article .contents .content .info li.divider {
    width: 2px;
    height: 1rem;
    margin: 0 1rem;
    background-color: #707070;
}
#article .contents .content img {
    max-width: 100%;
}
#article .contents .content nav {
    padding: 1.5rem 0;
    margin-top: 4rem;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
#article .contents .content nav ul {
    display: flex;
    align-items: center;
}
#article .contents .content nav ul li a {
    color: #707070;
}
#article .contents .content nav ul li.food.active a,
#article .contents .content nav ul li.food a:hover {
    color: #ff7518;
}
#article .contents .content nav ul li.nightlife.active a,
#article .contents .content nav ul li.nightlife a:hover {
    color: #aa3897;
}
#article .contents .content nav ul li.entertainment.active a,
#article .contents .content nav ul li.entertainment a:hover {
    color: #f3be0d;
}
#article .contents .content nav ul li.culture.active a,
#article .contents .content nav ul li.culture a:hover {
    color: #115273;
}
#article .contents .content nav ul li.travel-tips.active a,
#article .contents .content nav ul li.travel-tips a:hover {
    color: #00aca0;
}
#article .contents .content nav ul li.divider {
    width: 1px;
    height: 1rem;
    margin: 0 1rem;
    background-color: #707070;
}

.section-form .content {
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem 2rem;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.section-form .content h3 {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    text-align: center;
}
.section-form .content .extra-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem;
}
.section-form .content form .form-group {
    margin-bottom: 1.25rem;
}
.section-form .content form small {
    display: block;
    margin-top: -0.75rem;
    text-align: right;
}
.section-form .content form .button {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.375rem 1.5rem;
}

#rewards .hero {
    background: url(/assets/img/rewards/banner-hero.jpg) no-repeat center;
    background-size: cover;
}
#rewards .hero .content img {
    max-width: 90px;
    margin-bottom: 2rem;
}
#rewards .hero .content .button {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.375rem 1.5rem;
}
@media (max-width: 575.98px) {
    #rewards .hero {
        background: url(/assets/img/rewards/banner-hero-mobile.jpg) no-repeat center;
        background-size: cover;
    }
}

#rewards .benefits {
    padding: 7.5rem 0;
}
#rewards .benefits .content h3 {
    margin-bottom: 1rem;
}
#rewards .benefits .content h5 {
    margin-bottom: 2rem;
}
#rewards .benefits .content .benefit {
    max-width: 240px;
    margin: 2.5rem auto 0 auto;
}
#rewards .benefits .content .benefit img {
    max-width: 85px;
    margin-bottom: 2rem;
}
#rewards .benefits .content .benefit h6 {
    padding-bottom: 0.625rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    border-bottom: 1px dashed #707070;
}
#rewards .benefits .content .benefit span {
    display: block;
    font-weight: 500;
}
#rewards .benefits .content .button {
    margin-top: 4rem;
    padding: 0.375rem 3rem;
}

#rewards .part-rewards {
    padding: 6rem 0;
    background: url(/assets/img/rewards/form-background.jpg) no-repeat center;
    background-size: cover;
}

#about .hero {
    background: url(/assets/img/about/banner-hero.jpg) no-repeat center bottom;
    background-size: cover;
}
#about .hero .content {
    text-align: center;
}
#about .hero .content .button {
    display: inline-block;
    margin-top: 3rem;
    padding: 0.375rem 3rem;
}
@media (max-width: 575.98px) {
    #about .hero {
        background: url(/assets/img/about/banner-hero-mobile.jpg) no-repeat center;
        background-size: cover;
    }
}

#about .in-uliv {
    padding: 7.5rem 0;
}
#about .in-uliv .content {
    max-width: 650px;
}
#about .in-uliv .content h5 {
    margin-bottom: 3rem;
}
#about .in-uliv .content p {
    margin-bottom: 2rem;
    font-weight: 500;
}
#about .in-uliv .image {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1/1;
}
#about .in-uliv .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#about .in-uliv .group-logos {
    max-width: 70%;
    margin: 5rem auto 0 auto;
}

#about .evolution .title {
    position: absolute;
    top: 16%;
    left: 9.5%;
}
#about .evolution .title h3 {
    max-width: 200px;
}

#about .contact-us {
    padding: 6rem 0;
    background: url(/assets/img/about/form-background.jpg) no-repeat center;
    background-size: cover;
}
#about .contact-us .content {
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem 2rem;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

#enterprise .hero {
    background: url(/assets/img/enterprise/banner-hero.jpg) no-repeat center top;
    background-size: cover;
}
#enterprise .hero .content img {
    max-width: 90px;
    margin-bottom: 2rem;
}
#enterprise .hero .content .button {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.375rem 1.5rem;
}
@media (max-width: 575.98px) {
    #enterprise .hero {
        background: url(/assets/img/enterprise/banner-hero-mobile.jpg) no-repeat center;
        background-size: cover;
    }
}

#enterprise .needs {
    padding: 7.5rem 0;
    background-color: #f7f7f7;
}
#enterprise .needs .content h3 {
    margin-bottom: 1rem;
}
#enterprise .needs .content h5 {
    margin-bottom: 2rem;
}
#enterprise .needs .need {
    max-width: 240px;
    margin: 2.5rem auto 0 auto;
    text-align: center;
}
#enterprise .needs .need img {
    max-height: 68px;
    margin-bottom: 2rem;
}
#enterprise .needs .need h6 {
    font-weight: 700;
}
#enterprise .needs .content .button {
    margin-top: 4rem;
    padding: 0.375rem 3rem;
}

.trust-us {
    padding: 7.5rem 0;
    background-color: white;
}
.trust-us .content h3 {
    margin-bottom: 1rem;
}
.trust-us .content h5 {
    margin-bottom: 5rem;
}

#enterprise .know-benefits {
    padding: 6rem 0;
    background: url(/assets/img/enterprise/form-background.jpg) no-repeat center;
    background-size: cover;
}

#management .hero {
    background: url(/assets/img/management/banner-hero.jpg) no-repeat center top;
    background-size: cover;
}
#management .hero .content img {
    max-width: 90px;
    margin-bottom: 2rem;
}
#management .hero .content .button {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.375rem 1.5rem;
}
@media (max-width: 575.98px) {
    #management .hero {
        background: url(/assets/img/management/banner-hero-mobile.jpg) no-repeat center;
        background-size: cover;
    }
}

#management .we-offer {
    padding: 7rem 0;
    background-color: white;
}
#management .we-offer .content {
    text-align: center;
}
#management .we-offer .content h3 {
    margin-bottom: 1rem;
}
#management .we-offer .content h5 {
    max-width: 600px;
    margin: 0 auto 5rem auto;
}
#management .we-offer .content p {
    max-width: 600px;
    margin: 0 auto;
    font-weight: 500;
}

#management .technologies {
    padding: 7.5rem 0;
    background-color: #f7f7f7;
}
#management .technologies .content h3 {
    max-width: 650px;
    margin: 0 auto;
}
#management .technologies .content .technology {
    max-width: 240px;
    margin: 6rem auto 0 auto;
    text-align: center;
}
#management .technologies .content .technology img {
    margin-bottom: 2rem;
}
#management .technologies .content .technology h6 {
    margin-bottom: 2rem;
    font-weight: 700;
}
#management .technologies .content .technology .button {
    padding: 0.375rem 1.5rem;
}

#management .revenue {
    padding: 7.5rem 0;
    background: url(/assets/img/management/revenue-background.jpg) no-repeat top right;
    background-size: cover;
}
#management .revenue .content h5 {
    max-width: 500px;
    margin-bottom: 5rem;
}
#management .revenue .content .button {
    padding: 0.375rem 2rem;
}

#management .acknowledgments {
    padding: 7.5rem 0;
    background-color: #f7f7f7;
}
#management .acknowledgments .content {
    max-width: 80%;
    margin: 0 auto;
}
#management .acknowledgments .content h3 {
    margin-bottom: 5rem;
}
@media (max-width: 991.98px) {
    #management .acknowledgments .content {
        max-width: none;
    }
}
@media (max-width: 575.98px) {
    #management .acknowledgments {
        padding: 5.5rem 0 2.5rem;
    }
    #management .acknowledgments .content img {
        margin-bottom: 3rem;
    }
}

#management .guests-come {
    padding: 7.5rem 0;
    background: url(/assets/img/management/guests-come-background.jpg) no-repeat center;
    background-size: cover;
}
#management .guests-come .content {
    max-width: 80%;
    margin: auto;
}
#management .guests-come .content h3 {
    margin-bottom: 9rem;
}
#management .guests-come .content .from {
    max-width: 90%;
    height: 100%;
    padding: 0 2rem 2rem;
    margin: auto;
    border-radius: 10px;
    text-align: center;
}
#management .guests-come .content .from.agencies {
    background-color: white;
}
#management .guests-come .content .from.sales {
    background-color: black;
}
#management .guests-come .content .from .icon {
    display: inline-block;
    margin-top: -90px;
    padding: 2.5rem 3rem;
    border-radius: 50%;
}
#management .guests-come .content .from.agencies .icon {
    background-color: white;
}
#management .guests-come .content .from.sales .icon {
    background-color: black;
}
#management .guests-come .content .from h6 {
    margin: 1.5rem 0 2.5rem;
    font-size: 1.25rem;
    font-weight: 700;
}
#management .guests-come .content .from p {
    max-width: 90%;
    margin: 0 auto;
    font-size: 1rem;
}

#management .contact-us {
    padding: 6rem 0;
    background: url(/assets/img/management/form-background.jpg) no-repeat center;
    background-size: cover;
}

@media (max-width: 991.98px) {
    #management .guests-come .content {
        max-width: none;
    }
    #management .guests-come .content .from {
        max-width: none;
    }
}
@media (max-width: 767.98px) {
    #management .guests-come .content .from {
        height: auto;
    }
    #management .guests-come .content .from.sales {
        margin-top: 6rem;
    }
}
@media (max-width: 575.98px) {
    #management .guests-come {
        padding: 5rem 0;
    }
    #management .guests-come .content .from {
        padding: 0 1.25rem 1.25rem;
    }
    #management .guests-come .content .from .icon {
        padding: 2rem;
    }
    #management .guests-come .content .from h6 {
        margin: 0.5em 0 1.5rem;
    }
    
}

#privacy-notice section {
    margin-top: 80px;
    padding: 4rem 0;
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}




/* Estilos del botón de WhatsApp */
#whatsapp-button {
  position: fixed;
  bottom: 150px; /* Distancia desde abajo */
  left: 20px; /* Distancia desde la izquierda */
  z-index: 1000; /* Asegura que el botón esté por encima de otros elementos */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

#whatsapp-button img {
  width: 100%;
  height: auto;
}

#whatsapp-button:hover {
  background-color: #128c7e;
}

/* Estilos responsivos */
@media screen and (max-width: 600px) {
  #whatsapp-button {
    bottom: 10px;
    left: 10px;
  }
}

/* property-card */

.property-card {
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    font-size: 12px !important;
    color: #656565;
    z-index: 1;
}

.search-results .property-card {
    max-width: calc(33% - 32px);
    min-height: 540px;
    margin: 16px;
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    font-size: 12px !important;
    color: #656565;
    z-index: 1;
    padding: 0px;
}
/* Estilo para dispositivos móviles */
@media (max-width: 768px) {
    .search-results .property-card {
        max-width: 100%; /* O simplemente 100% si prefieres */
        min-height: auto;
        margin: 8px 0;
    }
}
/* Estilo para tablets (2 por fila) */
@media (max-width: 1024px) {
    .search-results .property-card {
        max-width: calc(50% - 32px); /* 2 por fila */
        margin: 16px;
    }
}


@media (max-width: 767px) {
    .property-card {
        min-height: unset;
    }
}

.property-card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.property-card .badge {
    border-radius: 50px;
}

.property-card .card-title {
    margin-bottom: 15px;
    font-size: 22px !important;
}
.property-card .row i {
    font-size: 1.5em;
    display: block;
}

.property-card small {
    font-size: 0.9em;
}

a.text-decoration-none:hover .property-card {
    text-decoration: none;
}
.uliv-card-icon{
    height: 24px;
    width: auto;
    opacity: 0.5;
}
.property-card .h5{
    color: #ff0e82 !important;
}

.uliv-footer{
    background-color: #000 !important;
}
.uliv-footer .title {
    color: #FF0E82;
    font-size: 18px !important;
}
.uliv-footer .newsletter-button {
    background-color: #FF0E82;
    color: white;
}
.sn-icon img{
    height: 24px !important;
    width: auto !important;
    margin: 8px;
}
.pagination .page-item.active .page-link {
    background-color: #FF0E82 !important; /* Color de fondo */
    border-color: #FF0E82 !important; /* Color del borde */
    color: white !important; /* Color del texto */
}
