@keyframes rateStepSpin {
    to { transform: rotate(360deg); }
}

html {
    scroll-behavior: smooth;
}

.heroRow {
    height: 96vh;
    width: 97%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 5vh;
}

.heroRowBG {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.heroRowBG::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.heroRowBG img {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.heroRowContent {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 7%;
    align-items: center;
    height: 100%;
    padding-top: 180px;
    padding-bottom: 70px;
}

.heroSearchForm {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.heroRowText {
    width: 100%;
    text-align: center;
}

.heroRowText h2 {
    font-family: 'PlayFair Display';
    font-style: italic;
    color: white;
    font-size: 2.8em;
    margin: unset;
    line-height: 100%;
    font-weight: 600;
}

.heroRowText h2 span {
    font-family: 'Myriad';
    font-style: normal;
    font-weight: 400;
    display: block;
    line-height: 100%;
}

.heroRowTextSepparator {
    height: 3px;
    width: 80px;
    background-color: white;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.heroRowText p {
    color: white;
    font-family: 'Myriad';
    font-weight: 400;
    width: 440px;
    font-size: 1.1em;
    margin: 0 auto;
}

.advancedSearchRow {
    width: 83%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 70px;
}

.propiedadesRow {
    width: 83%;
    margin: 0 auto;
}

.propiedadesRow h2 {
    margin: 0 auto;
    font-family: 'Playfair Display';
    color: rgb(9, 32, 82);
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.5em;
}

.propiedadesRow p {
    margin: 0 auto;
    font-family: 'Times New Roman';
    color: rgb(9, 32, 82);
    font-weight: 400;
    text-align: center;
    margin-bottom: 90px;
    font-size: 0.9em;
    width: 490px;
}

.propiedadesContent {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: auto;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.propiedadesBlock {
    width: calc(33.3% - 26.16px);
    margin-right: 40px;
    background-color: rgb(9, 32, 82);
    margin-bottom: 60px;
    border-radius: 15px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
    height: 500px;
    padding: 10px;
    box-sizing: border-box;
}

.propiedadesBlockR1 {
    width: 100%;
    height: 60%;
    position: relative;
}

.propiedadesBlockImg {
    width: 100%;
    height: 100%;
}

.propiedadesBlockImg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

.propiedadesBlock:nth-child(3n) {
    margin-right: 0;
}

.propiedadesBlockInfo {
    padding-top: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 40%;
    padding-bottom: 0;
}

.propiedadesBlockInfo p {
    font-family: 'Playfair Display';
    color: white;
    font-weight: 500;
    font-size: 1.2em;
    margin: 0;
    line-height: 100%;
    width: fit-content;
}

.propiedadesBlockUbi p:first-of-type {
    font-size: 0.8em;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.propiedadesBlockUbi p:first-of-type span {
    margin-right: 5px;
}

.propiedadesBlockUbi p:last-of-type {
    font-size: 0.8em;
}

.propiedadesBlockUbi {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.propiedadesBlockTipo {
    margin-bottom: 15px;
}

.propiedadesBlockUbi span {
    width: 10px;
    height: 10px;
    display: block;
}

.propiedadesBlockPrice p.precio-tachado {
    text-decoration: line-through;
}

.propiedadesBlockPrice p {
    font-size: 1.3em;
}

p.precio-oferta {
    margin-top: 6px;
    color: white;
    background-color: #d51c1c;
    padding: 2px 15px;
    padding-bottom: 7px;
}

.propiedadesBlockCaract {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.propiedadesBlockCaractInner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.propiedadesBlockCaractSeparator {
    width: 1px;
    height: 100%;
    background-color: white;
    margin: 0 5px;
}

.propiedadesBlockLast {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.propiedadesBlockCaract p {
    font-size: 0.9em;
    margin-bottom: 6px;
}

.propiedadesBlockCaract p:last-of-type {
    margin-bottom: 0;
}

a.buttonViewMore {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 40px;
    padding: 10px 50px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Roboto';
    color: rgb(9, 32, 82);
    font-size: 0.8em;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

a.buttonViewMore:hover {
    transform: scale(1.1);
}

.inmueblesRow {
    position: relative;
    height: auto;
    width: 65%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 60px;
}

.inmueblesRowBg {
    width: 100%;
    height: 400px;
}

.inmueblesRowBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 30px;
    object-position: 0% 80%;
}

.inmueblesRowTitle {
    background-color: rgb(9, 32, 82);
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgb(9, 32, 82);
    width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 35px;
}

.inmueblesRowTitle a {
    margin: 0;
    font-family: 'Playfair Display';
    color: white;
    font-weight: 700;
    font-size: 0.8em;
    font-style: italic;
    text-decoration: none;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 8px 20px;
    text-align: center;
}

.inmueblesRowTitle:hover {
    background-color: white;
}

.inmueblesRowTitle:hover a {
    color: rgb(9, 32, 82);
}

.inmueblesRowContent {
    position: relative;
}

.inmueblesRowText {
    background-color: rgb(9, 32, 82);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 20%);
    width: 315px;
    padding-top: 30px;
    padding-left: 25px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.inmueblesRowText h2 {
    margin: 0;
    font-family: 'Roboto';
    color: white;
    font-weight: 700;
    font-size: 3em;
    line-height: 110%;
}

.inmueblesRowText p {
    margin: 0;
    font-family: 'Roboto';
    color: white;
    font-weight: 400;
    font-size: 0.6em;
}

.inmueblesRowLocations {
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
    display: flex;
    flex-direction: row;
    background-color: rgb(9, 32, 82);
    border-bottom-right-radius: 80px;
    padding: 12px 30px;
    border-top-left-radius: 100px;
    text-decoration: none;
}

.inmueblesRowMark svg {
    width: 100%;
    height: 100%;
    display: block;
}

.inmueblesRowMark {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translate(-50%, -100%);
    width: 33px;
}

.inmueblesRowLocations p {
    margin: 0;
    color: white;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 0.8em;
    margin-right: 25px;
    white-space: nowrap;
}

.inmueblesRowArrow svg {
    width: 100%;
    height: 100%;
    display: block;
}

.inmueblesRowArrow {
    width: 8px;
}

.formsRow {
    display: flex;
    flex-direction: row;
    padding-bottom: 80px;
}

.formsRowLeft, .formsRowRight {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 60px;
}

.formsRowLeft {
    padding-left: 8.5%;
    padding-right: 3%;
    box-sizing: border-box;
}

.formsRowRight {
    padding-right: 8.5%;
    padding-left: 3%;
    box-sizing: border-box;
    background-color: rgb(9, 32, 82);
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.3);
}

.formsRowLeft > h2, .formsRowRight > h2 {
    margin: 0;
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.5em;
}

.formsRowLeft > p, .formsRowRight > p {
    font-family: 'Times New Roman';
    color: rgb(9, 32, 82);
    font-weight: 400;
    text-align: center;
    font-size: 0.9em;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.formsRowRight :is(h2, p) {
    color: white;
}

.rateRowSeparator {
    width: 50px;
    height: 2px;
    background-color: rgb(255, 251, 243);
    margin: 0 auto;
    margin-bottom: 60px;
}

.rateRowBlock, .contactRowBlock {
    width: 100%;
    position: relative;
    height: 500px;
    background-color: rgb(242, 242, 242);
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
    box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    overflow-y: auto;
    margin: 0 auto;
    box-sizing: border-box;
}

.contactRowBlock {
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 0;
}

.contactRowBlock form .forminator-row #textarea-1 .forminator-description > span {
    display: none;
}

.contactRowBlock form .forminator-row #consent-1 .forminator-consent__label p {
    font-weight: 600 !important;
    font-family: 'Funnel Display' !important;
    font-size: 0.9em !important;
}

.contactRowBlock form .forminator-row #consent-1 .forminator-consent__label p a {
    color: rgb(9, 32, 82) !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.contactRowBlock form .forminator-row :is(label, p, input, textarea, button) {
    font-family: 'Funnel Display' !important;
}

.contactRowBlock form .forminator-row.forminator-row-last .forminator-field {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.contactRowBlock form .forminator-row.forminator-row-last button {
    border-radius: 40px !important;
    font-size: 0.8em !important;
}

span.recaptcha {
    color: rgba(9, 32, 82, 0.9);
    font-size: 0.7em;
    display: block;
    transform: translateY(-50%);
}

div.grecaptcha-badge {
    visibility: hidden;
}

.rateRowBlockLogoLeft, .rateRowBlockLogoRight {
    position: absolute;
    top: 50%;
    left: 0;
    width: 200px;
    height: auto;
}

.rateRowBlockRule svg {
    width: 100%;
    height: 100%;
    display: block;
}

.ruleSvg {
    width: 13px;
    height: 10px;
    margin-right: 8px;
}

.rateRowBlockLogoLeft {
    transform: translate(-108%, -250%);
}

.rateRowBlockLogoRight {
    left: 100%;
    transform: translate(9%, -182%);
}

.rateRowBlock svg {
    width: 100%;
    height: 100%;
    display: block;
}

.rateRowBlock h3 {
    margin: 0;
    font-family: 'Times New Roman';
    text-align: center;
    color: rgb(9, 32, 82);
    font-weight: 800;
    font-size: 1.4em;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.rateRowBlockInput {
    padding: 0 15%;
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}

.rateRowBlockInput label {
    margin: 0;
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 600;
    font-size: 0.9em;
    margin-bottom: 8px;
}

.rateRowBlockInput :is(input, select, textarea) {
    border: 1px solid rgb(9, 32, 82);
    padding: 13px;
    font-family: 'Funnel Display';
    font-size: 0.9em;
    font-weight: 600;
    color: rgb(9, 32, 82);
}

.rateRowBlockRule {
    padding: 0 15%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
}

.rateRowBlockRule p {
    margin: 0;
    line-height: 100%;
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 600;
    font-size: 0.9em;
}

.rateRowBlockSeparator {
    width: 100%;
    height: 1px;
    background-color: rgb(9, 32, 82);
    margin: 5px 0;
    margin-top: 35px;
    margin-bottom: 12px;
}

.rateRowBlockButton {
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.rateButton p {
    margin: 0;
    font-family: 'Funnel Display';
    color: white;
    font-weight: 600;
    font-size: 0.8em;
    line-height: 100%;
    transition: all 0.3s ease-in-out;
}

.rateButton {
    background-color: rgb(9, 32, 82);
    border-radius: 20px;
    padding: 10px 30px;
    cursor: pointer;
    border: 2px solid rgb(9, 32, 82);
    transition: all 0.3s ease-in-out;
}

.rateButton:hover {
    background-color: white;
}

.rateButton:hover p {
    color: rgb(9, 32, 82);
}

.rateStepNav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 30px;
}

.rateStepField .rateStepFieldError { 
    display: none;
    margin-top: 10px;
    background-color: rgba(242, 150, 150, 0.5);
    padding: 5px 11px;
    box-sizing: border-box;
    font-family: 'Funnel Display';
    font-size: 0.7em;
    color: rgb(237, 19, 19);
}

.rateStepField.has-error .rateStepFieldError {
    display: block;
}

/* SECCIÃ“N REVIEWS */

.reviewsRow {
    padding-bottom: 100px;
}

.reviewsRow h2 {
    font-family: 'Funnel Display';
    margin: 0 auto;
    color: rgb(9, 32, 82);
    font-weight: 600;
    text-align: center;
    font-size: 2.5em;
    padding: 0 3%;
}

.reviewsRowSeparator {
    width: 83%;
    height: 3px;
    background-color: rgb(9, 32, 82);
    margin: 35px auto;
    border-radius: 30px;
}

.reviewsRowSeparator.swiperSeparator {
    margin: 15px auto;
}

.reviewsRow .swiper {
    width: 100%;
    height: 360px;
    margin: 0 auto;
    overflow: visible;
}

.swiper-wrapper {
    padding: 10px 0;
}

.swiper-button-prev::after, .swiper-button-next::after {
    display: none;
}

.swiper-button-prev svg, .swiper-button-next svg {
    width: 100%;
    height: 100%;
    display: block;
}

.swiper-button-prev, .swiper-button-next {
    background-color: rgb(9, 32, 82);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

.swiper-button-prev {
    top: 100%;
    left: 50%;
    transform: translate(-330px, 90px);
}

.swiper-button-next {
    top: 100%;
    left: 50%;
    transform: translate(290px, 90px);
}

span.swiper-pagination-bullet {
    width: 95px;
    height: 16px;
    border-radius: 0;
    border: 2px solid rgb(9, 32, 82);
    background-color: white;
    opacity: 1;
    box-sizing: border-box;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(9, 32, 82);
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    transform: translateY(110px);
}

.swiper-slide {
    border-radius: 20px;
    box-shadow: 4px 7px 7px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 20px;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgb(9, 32, 82);
}

.reviewQuote {
    width: 40px;
    margin: 0 auto;
}

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

.reviewText p {
    margin: 0;
    font-family: 'Funnel Display';
    color: white;
    font-weight: 500;
    font-size: 0.9em;
    text-align: center;
}

.reviewScore svg {
    width: 100%;
    height: 100%;
    display: block;
    width: 20px;
    height: 20px;
}

.reviewScore {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0 30px;
}

.reviewText {
    padding: 0 30px;
}

.reviewUser {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.reviewImg img, .reviewImg svg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
}

.reviewImg {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 5px;
}

.reviewUserContent * {
    margin: 0;
}

.reviewUserContent h3 {
    font-family: 'Funnel Display';
    color: white;
    font-weight: 500;
    font-size: 1em;
    line-height: 100%;
}

.rateRowBlockCurrent, .rateRowBlockNext {
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rateRowBlockCurrent {
    height: 100%;
}

.translateLeft {
  transform: translateX(-100%);
}

.translateRight {
  transform: translateX(100%);
}

.rateStepFields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 15%;
}

.rateStepFields .rateStepField[data-field="tipo"] {
    width: 100%;
    padding: 0;
}

.rateStepFields .rateStepField {
    width: calc(50% - 15px);
    padding: 0;
}

.rateStepField[data-field="metros-construccion"] {
    margin-right: 30px;
}

.rateStepInner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rateStepInner .rateRowBlockButton {
    padding: 0 30px;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.rateStepField.rateStepFieldCheck {
    display: flex;
    flex-direction: row;
    background-color: white;
    border: 1px solid rgb(9, 32, 82);
    width: calc(50% - 20px);
    justify-content: space-between;
    padding: 13px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.rateStepField.rateStepFieldCheck:nth-child(odd) {
    margin-right: 40px;
}

.rateStepFieldCheckInner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.rateStepFieldIcon {
    width: 15px;
    margin-right: 7px;
}

.rateStepFieldIcon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.rateStepFieldCheckInner label {
    margin: 0;
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 600;
    font-size: 0.8em;
}

.step-adicionales .rateStepField.rateRowBlockInput {
    width: 100%;
}

p.rateStepSubtitle {
    text-align: center;
    margin: 0;
    padding: 0 25px;
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 25px;
}

.step-contacto .rateRowBlockText h3 {
    margin-bottom: 15px;
}

.step-contacto .rateStepField.rateRowBlockInput:nth-child(odd) {
    margin-right: 30px;
}

.step-contacto .rateStepField.rateRowBlockInput {
    margin-bottom: 10px;
}

.step-contacto .rateRowBlockInput :is(input, select) {
    padding: 8px 10px;
    box-sizing: border-box;
}

.step-contacto .rateStepTelWrapper select {
    margin-right: 0;
    padding: 7px 10px;
    width: 25%;
    border-right: none;
}

.step-contacto .rateRowBlockInput input#telefono {
    width: 75%;
}

.step-contacto .rateRowBlockInput label {
    margin-bottom: 3px;
}

.step-contacto .rateStepField.rateStepFieldCheck {
    width: 100%;
    margin-right: 0;
    background-color: transparent;
    border: none;
}

.rateStepField.rateRowBlockInput[data-field="email"], .rateStepField.rateRowBlockInput[data-field="telefono"] {
    width: 100%;
    margin-right: 0 !important;
}

.step-contacto .rateRowBlockSeparator {
    margin-top: 0px;
}

.step-contacto .rateStepField.rateStepFieldCheck {
    padding: 8px 0;
    justify-content: flex-start;
    align-items: center;
}

.rateStepTelWrapper {
    display: flex;
    flex-direction: row;
}

input#consent {
    margin-left: 0;
    margin-right: 10px;
}

.rateStepField.rateStepFieldCheck span.rateStepFieldError {
    margin-top: 0;
    margin-left: 10px;
}

.rateStepResultIcon.rateStepResultIconSuccess {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.rateRowBlockText.rateStepCentered p {
    margin: 0;
    font-family: 'Funnel Display';
    color: rgb(9, 32, 62);
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 0.9em;
}

.rateRowBlockText.rateStepCentered p:last-of-type {
    margin-bottom: 70px;
}

.rateRowBlockText.rateStepCentered h3 {
    margin-bottom: 25px;
}

/* ─── Error (misma disposición que success) ──────────────────────────────── */
.rateStepResultIcon.rateStepResultIconError {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
}

/* ─── Spinner (pantalla "Enviando...") ───────────────────────────────────── */
.rateStepSpinner {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 3px solid rgba(9, 32, 82, 0.15);
    border-top-color: rgb(9, 32, 82);
    border-radius: 50%;
    animation: rateStepSpin 0.8s linear infinite;
}

.step-error .rateRowBlockText.rateStepCentered :is(h3, p) {
    color: rgb(177, 2, 34);
}

.step-error .rateRowBlockText.rateStepCentered p {
    padding: 0 15%;
}

.step-success .rateRowBlockText.rateStepCentered p {
    padding: 0 15%;
}

.propiedadesBooked {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 0;
    border-radius: 20px;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
}

.propiedadesBlock.isBooked .propiedadesBooked {
    display: flex;
}

.propiedadesBooked p {
    font-family: 'Roboto';
    margin: 0;
    color: rgb(9, 32, 82);
    font-size: 2.4em;
    font-weight: 700;
}

.featuresRow {
    background-color: rgb(9, 32, 82);
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 40px 8.5%;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 80px;
    margin-bottom: 35px;
}

.featuresRowBg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.featuresRowBg {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(-100%);
    height: 100%;
    width: 50%;
}

.featuresRowText {
    width: 20%;
}

.featuresCaractBlock {
    width: 10%;
    cursor: pointer;
}

.featuresBlockImg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.featuresBlockImg {
    width: 70px;
    margin-bottom: 20px;
}

.featuresBlockText p {
    margin: 0;
    font-family: 'Funnel Display';
    color: white;
    font-weight: 500;
    font-size: 1em;
}

.featuresBlockText {
    margin-bottom: 20px;
}

.featuresBlockLink {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.featuresBlockLink p {
    margin: 0;
    font-family: 'Montserrat';
    color: white;
    font-weight: 400;
    font-size: 0.8em;
    margin-right: 7px;
}

.featuresBlockLinkImg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.featuresBlockLinkImg {
    width: 8px;
}

.featuresTextInner h2 {
    margin: 0;
    font-family: 'Funnel Display';
    color: white;
    font-weight: 700;
    font-size: 2.6em;
}

.featuresTextSeparator {
    width: 100px;
    height: 4px;
    background-color: white;
    margin-top: 15px;
    margin-bottom: 40px;
}

.featuresTextInner p {
    margin: 0;
    color: white;
    font-family: 'Times New Roman';
    font-weight: 400;
    font-size: 1em;
}

@media only screen and (max-width: 1600px) {
    .propiedadesBlock {
        width: calc(33.3% - 40px);
        margin-right: 60px;
    }
    .reviewQuote {
        width: 35px;
    }
    .contactRowForm form .forminator-row #consent-1 {
        width: 250px;
        transform: translate(-107%, -125%);
    }
}

@media only screen and (max-width: 1200px) {
    .heroRowContent {
        padding: 0 4%;
    }
    .propiedadesContent {
        padding: 0 4%;
    }
    .propiedadesBlock {
        width: calc(33.3% - 30px);
        margin-right: 45px;
    }
    .propiedadesBlockUbi p:first-of-type, .propiedadesBlockPrice p {
        font-size: 1.2em;
    }
     .propiedadesBlockUbi p:last-of-type, .propiedadesBlockCaract p {
        font-size: 1em;
    }
    .inmueblesRow {
        padding: 0 5.6%;
        padding-top: 100px;
        padding-bottom: 45px;
    }
    .reviewQuote {
        width: 30px;
        margin-bottom: 10px;
    }
    .reviewText p {
        font-size: 0.8em;
    }
    .swiper-slide.swiper-slide-next {
        transform: scale(1);
    }
    .contactRow {
        padding: 0 6%;
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .contactRowLeft {
        width: 65%;
        padding: 20px 30px;
    }
    .contactRowRight {
        width: 30%;
    }
    .contactRowRight a, .contactRowLocation p {
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 1000px) {
    .heroRow {
        height: auto;
        width: 97%;
        margin: 0 auto;
        margin-bottom: 5vh;
    }
    .heroRowBG {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .heroRowContent {
        flex-direction: column;
        padding: 0 4%;
        padding-top: 140px;
        padding-bottom: 50px;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        transform: unset;
    }
    .heroRowText {
        width: 100%;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 50px;
    }
    .heroRowTextSepparator {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .heroRowText h2 span {
        transform: translateX(0);
    }
    .heroSearchForm {
        width: 80%;
    }
    .heroSearchFormInner {
        padding: 0 5%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .heroSearchFormInner > :is(div, input) {
        width: calc(50% - 12.5px);
        margin-right: 25px;
    }
    .heroSearchFormInner > :is(div, input):nth-child(even) {
        margin-right: 0;
    }
    .heroSearchFormInner > :is(div, input):last-of-type {
        margin-right: 0;
    }
    .propiedadesContent {
        padding: 0 1%;
    }
    .propiedadesBlock {
        width: calc(50% - 20px);
        margin-bottom: 50px;
    }
    .propiedadesBlock:nth-child(odd) {
        margin-right: 40px;
    }
    .propiedadesBlock:nth-child(even) {
        margin-right: 0;
    }
    .inmueblesRow {
        padding: 0 3%;
        padding-top: 100px;
        padding-bottom: 45px;
    }
    .inmueblesRowText h2 {
        font-size: 1.8em;
    }
    .inmueblesRowText p {
        font-size: 0.8em;
        width: 380px;
    }
    .reviewsRow h2 {
        margin-bottom: 70px;
    }
    .contactRow {
        padding: 0 3%;
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .contactRowFormImg {
        width: 210px;
        height: 140px;
    }
    .contactRowForm form .forminator-row #consent-1 .forminator-consent__label p {
        font-size: 0.8em;
    }
    .contactRowForm form .forminator-row #consent-1 {
        position: absolute;
        top: 100%;
        left: 100%;
        width: 185px;
        transform: translate(-105%, -125%);
    }
    .contactRowForm {
        margin-right: 45px;
    }
    .contactRowRight a, .contactRowLocation p {
        font-size: 1em;
    }
}

@media only screen and (max-width: 800px) {
    .heroSearchForm {
        padding: 20px;
    }
    .heroSearchFormInner {
        padding: 0 3%;
    }
    .fakeSelector, .heroSearchFormInner>input {
        height: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .heroSearchFormInner > :is(div, input) {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    .fakeSelectorTitle>p, .heroSearchFormInner>input, .heroSearchFormPrice select {
        font-size: 0.9em;
    }
    .heroSearchFormButtons>a {
        font-size: 0.8em;
    }
    .fakeSelectorArrow {
        width: 10px;
        height: 10px;
    }
    .heroSearchFormTitle>h3 {
        font-size: 1.5em;
    }
    .heroSearchFormTitle>p {
        font-size: 0.8em;
    }
    .heroSearchFormPrice {
        padding-right: 15px;
        height: 35px;
    }
    .heroSearchFormPrice select {
        padding: 0;
        margin-left: 10px;
    }
    .inmueblesRow {
        flex-direction: column;
        align-items: center;
    }
    .inmueblesRowText {
        text-align: center;
        margin-right: 0;
        margin-bottom: 55px;
    }
    .inmueblesRowText h2 {
        font-size: 2.2em;
    }
    .inmueblesRowText p {
        font-size: 0.9em;
        width: 400px;
    }
    .inmueblesRowTextMap {
        justify-content: center;
    }
    .inmueblesRowObra {
        width: 380px;
    }
    .rateRowBlock {
        width: 550px;
    }
    .rateStepFields, .rateRowBlockInput, .rateRowBlockRule, .step-error .rateRowBlockText.rateStepCentered p, .step-success .rateRowBlockText.rateStepCentered p {
        padding: 0 6%;
    }
    .reviewQuote, .reviewText, .reviewScore, .reviewUser {
        padding: 0 15px;
    }
    .reviewQuote {
        width: 25px;
    }
    .reviewText p {
        height: 145px;
    }
    .reviewScore svg {
        width: 15px;
        height: 15px;
    }
    .contactRowContent {
        flex-direction: column;
    }
    .contactRowLeft, .contactRowRight {
        width: 100%;
    }
    .contactRowLeft {
        margin-bottom: 50px;
    }
    .contactRowForm form .forminator-row #consent-1 {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        transform: unset;
    }
    .contactRowLeft {
        flex-direction: column;
        padding-bottom: 0;
    }
    .contactRowForm {
        width: 100%;
        margin-right: 0;
    }
    .contactRowFormImg {
        width: 210px;
        position: absolute;
        top: 100%;
        left: 0;
        transform: translateY(50px);
    }
    .swiper-button-prev {
        transform: translate(60px, 65px);
    }
    .swiper-button-next {
        transform: translate(calc(-100% - 60px), 65px);
    }
}

@media only screen and (max-width: 782px) {
    .forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
        width: auto !important;
    }
}

@media only screen and (max-width: 600px) {
    .heroRowContent {
        height: 80%;
    }
    .heroSearchForm {
        width: 100%;
    }
    .heroSearchFormInner {
        margin: 20px 0;
    }
    .fakeSelectorTitle>p, .heroSearchFormInner>input, .heroSearchFormPrice select {
        font-size: 0.9em;
    }
    .heroSearchFormInner > :is(div, input) {
        width: 100%;
        margin-right: 0;
    }
    .heroRowText {
        margin-bottom: 25px;
    }
    .heroRowText h2, .propiedadesRow h2, .rateRow h2, .reviewsRow h2, .contactRowTitle h2 {
        font-size: 2.2em;
    }
    .heroRowText p {
        font-size: 0.9em;
    }
    .heroRowTextSepparator {
        height: 2px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .fakeSelector, .heroSearchFormInner>input {
        height: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .heroSearchFormPrice {
        padding-right: 20px;
        height: 40px;
    }
    .fakeSelectorSvg {
        width: 14px;
        height: 14px;
        margin-right: 7px;
    }
    .heroSearchFormInner>input, .fakeSelector {
        margin: 5px 0;
    }
    .heroSearchFormPrice {
        height: 40px;
        padding-right: 17px;
    }
    .heroSearchFormPrice select {
        padding: 0;
        margin-left: 20px;
    }
    .propiedadesContent {
        padding: 0 6.5%;
    }
    .propiedadesBlock {
        width: 100%;
    }
    .propiedadesBlock:nth-child(odd) {
        margin-right: 0;
    }
    .inmueblesRow {
        padding: 0 8.5%;
        padding-top: 100px;
        padding-bottom: 45px;
    }
    .inmueblesRowText p {
        width: 100%;
    }
    .inmueblesRowObra {
        width: 80%;
    }
    .rateRowBlock {
        width: 95%;
    }
    .rateRowBlock h3 {
        font-size: 1.2em;
    }
    .rateRowBlockRule p, .rateButton p, .rateStepFieldCheckInner label, .rateRowBlockInput label {
        font-size: 0.7em;
    }
    .rateRowBlockInput :is(input, select, textarea) {
        font-size: 0.7em;
        padding: 10px;
    }
    .rateStepField.rateStepFieldCheck {
        padding: 10px;
    }
    p.rateStepSubtitle {
        font-size: 0.8em;
    }
    .rateStepField .rateStepFieldError {
        font-size: 0.6em;
    }
    .reviewQuote, .reviewText, .reviewScore, .reviewUser {
        padding: 0 20px;
    }
    .reviewQuote {
        width: 30px;
    }
    .reviewScore svg {
        width: 20px;
        height: 20px;
    }
    .reviewText p {
        height: 115px;
    }
    .contactRowTitle p {
        width: 100%;
    }
    .contactRowFormImg {
        width: 35%;
    }
    .contactRowRight {
        width: 50%;
    }
    .contactRowRight a, .contactRowLocation p {
        font-size: 0.8em;
    }
    .contactRowEmailImg, .contactRowWebImg, .contactRowMobileImg, .contactRowLocationImg {
        width: 15px;
        height: 15px;
        margin-left: 10px;
    }
    .contactRowEmail, .contactRowWeb, .contactRowMobile, .contactRowLocation {
        margin-bottom: 12px;
    }
    .contactRowMobile {
        margin-bottom: 22px;
    }
    .contactRowTitle p {
        font-size: 0.8em;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 15px;
        height: 15px;
    }
    span.swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .heroRowContent {
        height: 75%;
    }
    .heroRowText h2, .propiedadesRow h2, .rateRow h2, .reviewsRow h2 {
        font-size: 1.8em;
    }
    .contactRowTitle h2 {
        font-size: 1.6em;
    }
    .heroSearchFormTitle>h3 {
        font-size: 1.1em;
    }
    .heroSearchFormTitle>p {
        font-size: 0.7em;
    }
    .fakeSelectorTitle>p, .heroSearchFormInner>input, .heroSearchFormPrice select {
        font-size: 0.8em;
    }
    .propiedadesContent {
        padding: 0px 1%;
    }
    .inmueblesRow {
        padding: 0 2.5%;
        padding-top: 100px;
        padding-bottom: 45px;
    }
    .inmueblesRowTitle a {
        font-size: 0.8em;
    }
    .inmueblesRowText h2 {
        font-size: 1.6em;
    }
    .inmueblesRowObra {
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    .rateRowBlockRule p, .rateButton p, .rateStepFieldCheckInner label, .rateRowBlockInput label {
        font-size: 0.6em;
    }
}