html {
    scroll-behavior: smooth;
}

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

.heroRowBG {
    width: 97%;
    height: 100%;
    margin: 0 auto;
    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: absolute;
    top: 90%;
    left: 1.5%;
    width: 97%;
    display: flex;
    height: 80%;
    flex-direction: row;
    transform: translateY(-100%);
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 7%;
    align-items: center;
}

.heroSearchForm {
    width: 500px;
    height: auto;
    border-radius: 30px;
    background-color: rgba(255, 251, 243, 0.85);
    box-sizing: border-box;
    padding: 30px 30px;
}

.heroRowText {
    width: 50%;
    padding-left: 30px;
}

.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;
    transform: translateX(-30px);
    display: block;
    line-height: 100%;
}

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

.heroRowText p {
    margin: unset;
    color: white;
    font-family: 'Myriad';
    font-weight: 400;
    width: 70%;
    font-size: 1.1em;
}

.fakeSelectorInner {
    display: none;
}

.heroSearchFormInner {
    display: flex;
    flex-direction: column;
}

.fakeSelector>p {
    margin: unset;
}

.heroSearchFormTitle>h3 {
    font-family: 'Myriad';
    font-weight: 400;
    color: #014421;
    text-align: center;
    font-size: 1.7em;
    margin: unset;
    margin-bottom: 10px;
    white-space: nowrap;
    text-wrap: nowrap;
}

.heroSearchFormTitle>p {
    font-family: 'Playfair Display';
    font-weight: 400;
    text-align: center;
    color: #014421;
    font-size: 0.9em;
    padding: 0 5%;
    margin: unset;
}


.heroSearchFormInner {
    display: flex;
    flex-direction: column;
    padding: 0 10%;
    box-sizing: border-box;
    margin: 30px 0;
}

.heroSearchFormButtons {
    padding: 0 10%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.heroSearchFormButtons>a {
    padding: 11px 30px;
    border-radius: 22px;
    background-color: white;
    color: #014421;
    border: 2px solid #014421;
    font-size: 1em;
    font-family: 'Myriad';
    cursor: pointer;
    text-decoration: none;
    line-height: 90%;
}

.fakeSelector {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 26px;
    padding-left: 20px;
    box-sizing: border-box;
    background-color: white;
    margin: 10px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    justify-content: space-between;
    padding-right: 20px;
    transition: all 0.3s ease-in-out;
}

.fakeSelectorTitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 95%;
}

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

.fakeSelectorSvg {
    width: calc(16px - 3.5px);
    margin-right: 7px;
    height: 13px;
}

.fakeSelector.show {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.fakeSelectorInner {
    display: block;
    position: absolute;
    top: 100%;
    z-index: 10008;
    background: white;
    width: 100%;
    left: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    padding: 0 26px;
    box-sizing: border-box;
    max-height: 400px;
    overflow: auto;
    border-bottom-right-radius: 0px;
}

.fakeSelectorInner :is(p, label) {
    margin: 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 0.8em;
    color: rgb(1, 68, 33);
    line-height: 100%;
    cursor: pointer;
}

.fakeSelectorInner.show {
    border-top: rgba(1, 68, 33, 0.4) solid 1px;
    padding: 20px 26px;
    filter: drop-shadow(2px 10px 8px rgba(0, 0, 0, 0.4));
}

.fakeSelectorGroup {
    margin-top: 10px;
}

.fakeSelectorGroupChild {
    margin-top: 5px;
}

.fakeSelectorGroupChild:first-of-type {
    margin-top: 0;
}

.fakeSelectorSingle, .fakeSelectorGroupParent, .fakeSelectorGroupChild {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fakeSelectorSingle input, .fakeSelectorGroup input {
    margin: 0;
    cursor: pointer;
}

.fakeSelectorInner label span {
    padding-left: 8px;
}

.fakeSelectorGroupChildren {
    height: 0;
    padding: 0 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.fakeSelectorGroupChildren.show {
    padding: 10px 20px;
}

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

.fakeSelectorArrow {
    width: 14px;
    transition: all 0.3s ease-in-out;
}

.fakeSelectorArrow.show {
    transform: rotate(-180deg);
}

.heroSearchFormInner>input {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 26px;
    padding-left: 20px;
    box-sizing: border-box;
    background-color: white;
    margin: 10px 0;
    border: unset;
    outline: unset;
    padding-right: 20px;
}

input#heroSearchFormRef {
    width: 40%;
}

.fakeSelectorTitle>p, .heroSearchFormInner>input {
    color:#014421;
    font-family:'Myriad'; 
    font-weight:400; 
    font-size:1em;
}

.fakeSelectorTitle>p {
    width: calc(90% - 3.5px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 100%;
}

.heroSearchFormInner>input::-webkit-input-placeholder { color:#014421; font-family:'Myriad'; font-weight:400; font-size:1em; }
.heroSearchFormInner>input::-moz-placeholder { color:#014421; font-family:'Myriad'; font-weight:400; font-size:1em; }
.heroSearchFormInner>input:-ms-input-placeholder { color:#014421; font-family:'Myriad'; font-weight:400; font-size:1em; }
.heroSearchFormInner>input::placeholder { color:#014421; font-family:'Myriad'; font-weight:400; font-size:1em; }

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

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

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

.propiedadesSeparator {
    width: 50px;
    height: 2px;
    background-color: rgb(1, 68, 33);
    margin: 0 auto;
    margin-bottom: 60px;
}

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

.propiedadesBlock {
    width: calc(33.3% - 60px);
    margin-right: 90px;
    background-color: rgb(1, 68, 33);
    margin-bottom: 60px;
    border-radius: 30px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
    height: 70vh;
}

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

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

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

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

.propiedadesBlockTipo {
    position: absolute;
    width: 70%;
    height: auto;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 251, 243);
    padding: 10px 15px;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);
}

.propiedadesBlockTipo p {
    margin: 0;
    font-family: 'Playfair Display';
    color: rgb(1, 68, 33);
    font-weight: 700;
    font-style: italic;
    font-size: 1.2em;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.propiedadesBlockInfo {
    padding-top: 45px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 55%;
    align-items: center;
    padding-bottom: 25px;
}

.propiedadesBlockInfo p {
    font-family: 'Playfair Display';
    color: white;
    font-weight: 500;
    font-size: 1em;
    margin: 0;
    text-align: center;
    line-height: 100%;
}

.propiedadesBlockUbi p:first-of-type {
    font-size: 1.4em;
    margin-bottom: 10px;
}

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

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

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

.propiedadesBlockCaract p {
    font-size: 1.1em;
    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(1, 68, 33);
    font-size: 0.8em;
    font-weight: 600;
}

.inmueblesRow {
    position: relative;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 11%;
    padding-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 45px;
    margin-bottom: 10px;
}

.inmueblesRowBg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.inmueblesRowBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: -3;
    position: relative;
}

.inmueblesRowBg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
    content: '';
}

.inmueblesRowBg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.inmueblesRowTitle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 251, 243);
    border-radius: 30px;
    padding: 8px 20px;
    filter: drop-shadow(2px 6px 4px black);
}

.inmueblesRowTitle p {
    margin: 0;
    font-family: 'Playfair Display';
    color: rgb(1, 68, 33);
    font-weight: 700;
    font-size: 1em;
    font-style: italic;
}

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

.inmueblesRowText p {
    margin: 0;
    font-family: 'Roboto';
    color: white;
    font-weight: 400;
    font-size: 0.9em;
    width: 500px;
    margin-bottom: 30px;
}

.inmueblesRowTextMap {
    display: flex;
    flex-direction: row;
    text-decoration: none;
}

.inmueblesRowButton {
    font-family: 'Roboto';
    color: white;
    font-weight: 400;
    font-size: 1em;
    position: relative;
    margin-right: 16px;
}

.inmueblesRowButton::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
    transform: translateY(3px);
}

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

.inmueblesRowTextSvg {
    width: 30px;
    height: 21px;
}

.inmueblesRowObra {
    width: 360px;
    height: 230px;
    background-color: white;
    border-radius: 30px;
    filter: drop-shadow(2px 4px 6px black);
}

.rateRow {
    background-color: rgb(1, 68, 33);
    padding-top: 40px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 65px;
}

.rateRow h2 {
    margin: 0;
    font-family: 'Playfair Display';
    color: rgb(255, 251, 243);
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.5em;
}

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

.rateRow {
    background-color: rgb(1, 68, 33);
    padding-top: 40px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 140px;
}

.rateRow h2 {
    margin: 0;
    font-family: 'Playfair Display';
    color: rgb(255, 251, 243);
    margin: 0 auto;
    font-family: 'Playfair Display';
    /* color: rgb(1, 68, 33); */
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.5em;
}

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

.rateRowBlock {
    width: 600px;
    position: absolute;
    height: auto;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -40%);
    background-color: rgb(255, 251, 243);
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 12px;
    box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.3);
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    max-height: 410px;
}

.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: 'Playfair Display';
    text-align: center;
    color: rgb(1, 68, 33);
    font-style: italic;
    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: 'Roboto';
    color: rgb(1, 68, 33);
    font-weight: 600;
    font-size: 0.9em;
    margin-bottom: 8px;
}

.rateRowBlockInput :is(input, select, textarea) {
    border: 1px solid rgb(1, 68, 33);
    padding: 13px;
    font-family: 'Roboto';
    font-size: 0.9em;
    font-weight: 600;
    color: rgb(1, 68, 33);
}

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

.rateRowBlockRule p {
    margin: 0;
    line-height: 100%;
    font-family: 'Roboto';
    color: rgb(1, 68, 33);
    font-weight: 600;
    font-size: 0.9em;
}

.rateRowBlockSeparator {
    width: 100%;
    height: 1px;
    background-color: rgb(1, 68, 33);
    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: 'Roboto';
    color: white;
    font-weight: 600;
    font-size: 0.8em;
    line-height: 100%;
}

.rateButton {
    background-color: rgb(1, 68, 33);
    border-radius: 20px;
    padding: 10px 30px;
    cursor: pointer;
}

.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: 'Roboto';
    font-size: 0.7em;
    color: rgb(237, 19, 19);
}

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

/* SECCIÓN REVIEWS */

.reviewsRow {
    padding-top: 36vh;
    padding-bottom: 20vh;
}

.reviewsRow h2 {
    font-family: 'Playfair Display';
    margin: 0 auto;
    color: rgb(1, 68, 33);
    font-weight: 600;
    text-align: center;
    margin-bottom: 100px;
    font-size: 2.5em;
}

.reviewsRow .swiper {
    width: 97%;
    height: 42vh;
    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(1, 68, 33);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

.swiper-button-prev {
    top: 100%;
    left: 0;
    transform: translate(130px, 65px);
}

.swiper-button-next {
    top: 100%;
    left: 100%;
    transform: translate(calc(-100% - 130px), 65px);
}

span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

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

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

.swiper-slide {
    border-radius: 30px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.reviewQuote {
    padding: 0 30px;
    margin-bottom: 20px;
    width: 50px;
}

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

.reviewText p {
    margin: 0;
    font-family: 'Roboto';
    color: rgb(1, 68, 33);
    font-weight: 400;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.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;
}

.reviewSeparator {
    width: 100%;
    height: 1px;
    background-color: rgb(1, 68, 33);
    margin: 20px 0;
}

.reviewText {
    padding: 0 30px;
}

.reviewUser {
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    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: 10px;
}

.reviewUserContent * {
    margin: 0;
}

.reviewUserContent h3 {
    font-family: 'Playfair Display';
    color: rgb(1, 68, 33);
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 5px;
    line-height: 100%;
}

.reviewUserContent p {
    font-family: 'Roboto';
    color: rgb(1, 68, 33);
    font-weight: 400;
    font-size: 0.8em;
    line-height: 100%;
}

.swiper-slide.swiper-slide-next {
    transform: scale(1.2);
}

.contactRow {
    background-color: rgb(255, 251, 243);
    padding: 0 11%;
    padding-top: 50px;
    padding-bottom: 70px;
}

.contactRowTitle h2 {
    font-family: 'Playfair Display';
    margin: 0 auto;
    color: rgb(1, 68, 33);
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
    font-size: 2.5em;
}

.contactRowTitleSeparator {
    width: 50px;
    height: 2px;
    background-color: rgb(1, 68, 33);
    margin-bottom: 25px;
}

.contactRowTitle p {
    margin: 0;
    font-family: 'Roboto';
    color: rgb(1, 68, 33);
    font-weight: 500;
    font-size: 0.9em;
    line-height: 110%;
    width: 580px;
}

.contactRowTitle {
    margin-bottom: 40px;
}

.contactRowContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: auto;
}

.contactRowLeft {
    background-color: white;
    padding: 20px 50px;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    width: 60%;
    justify-content: space-between;
    position: relative;
    padding-bottom: 0;
}

.contactRowRight {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 20px;
}

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

.contactRowEmailImg, .contactRowWebImg, .contactRowMobileImg, .contactRowLocationImg {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.contactRowEmail, .contactRowWeb, .contactRowMobile, .contactRowLocation {
    display: flex;
    flex-direction: row;
    text-align: right;
    align-items: center;
    margin-bottom: 18px;
}

.contactRowRight a {
    text-decoration: none;
    font-family: 'Playfair Display';
    font-weight: 700;
    color: rgb(1, 68, 33);
    font-size: 1.3em;
}

.contactRowLocation p {
    margin: 0;
    font-family: 'Playfair Display';
    font-weight: 700;
    color: rgb(1, 68, 33);
    font-size: 1.3em;
}

.contactRowMobile {
    margin-bottom: 30px;
}

.contactRowFormImg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.contactRowFormImg {
    width: 250px;
    height: 190px;
    transform: translateY(18px);
}

.contactRowForm {
    width: 70%;
    margin-right: 60px;
}

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

.contactRowForm form .forminator-row #consent-1 {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 265px;
    transform: translate(-114%, -125%);
}

.contactRowForm form .forminator-row #consent-1 .forminator-consent__label p {
    font-weight: 600;
    font-family: 'Playfair Display';
    font-size: 0.9em;
}

.contactRowForm form .forminator-row #consent-1 .forminator-consent__label p a {
    color: rgb(1, 68, 33);
    text-decoration: none;
    cursor: pointer;
}

.contactRowForm form .forminator-row * {
    font-family: 'Playfair Display' !important;
}

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

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

.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(1, 68, 33);
    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: 'Roboto';
    color: rgb(1, 68, 33);
    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: 'Roboto';
    color: rgb(1, 68, 33);
    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;
}

.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;
}

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

@media only screen and (max-width: 1600px) {
    .propiedadesBlock {
        width: calc(33.3% - 40px);
        margin-right: 60px;
    }
}

@media only screen and (max-width: 1200px) {
    .heroRowContent {
        padding: 0 4%;
    }
    .propiedadesContent {
        padding: 0 6%;
    }
}

@media only screen and (max-width: 1000px) {
    .heroRowContent {
        flex-direction: column;
    }
    .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;
    }
}

@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 {
        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;
    }
}

@media only screen and (max-width: 600px) {
    .heroRowContent {
        height: 80%;
    }
    .heroSearchForm {
        width: 100%;
    }
    .heroSearchFormInner {
        margin: 20px 0;
    }
    .fakeSelectorTitle>p, .heroSearchFormInner>input {
        font-size: 0.9em;
    }
    .heroSearchFormInner > :is(div, input) {
        width: 100%;
        margin-right: 0;
    }
    .heroRowText {
        margin-bottom: 25px;
    }
    .heroRowText 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;
    }
    .fakeSelectorSvg {
        width: 14px;
        height: 14px;
        margin-right: 7px;
    }
    .heroSearchFormInner>input, .fakeSelector {
        margin: 5px 0;
    }
}

@media only screen and (max-width: 500px) {
    .heroRowContent {
        height: 75%;
    }
    .heroRowText h2 {
        font-size: 1.8em;
    }
    .heroSearchFormTitle>h3 {
        font-size: 1.1em;
    }
    .heroSearchFormTitle>p {
        font-size: 0.7em;
    }
    .fakeSelectorTitle>p, .heroSearchFormInner>input {
        font-size: 0.8em;
    }
}