:root {
    --primary: #8E0F25;
    --secondary: #fff;
    --terciary: #FBC200;
}


html, body { margin: 0; padding: 0; }

html, body { overflow-x: hidden; scroll-behavior: smooth; }

h1 { font-family: 'Baskervville', sans-serif; font-size: 70px; font-weight: 600; line-height: 1.1; color: var(--secondary); }

h2 { font-family: 'Baskervville', sans-serif; font-size: 60px; font-weight: 600; line-height: 1.1; color: var(--secondary); }

h3 { font-family: 'Baskervville', sans-serif; font-size: 30px; font-weight: 600; line-height: 1.1; color: var(--primary); }

h4 { font-family: 'Yantramanav', sans-serif; font-size: 28px; font-weight: 500; line-height: 1.3; color: var(--primary); }

h1, h2, h3, h4, h5, h6, p { margin: 0; }

p, a, li, span, button, select, textarea, input { font-family: 'Yantramanav', sans-serif; font-size: 16px; font-weight: 400; color: var(--secondary); line-height: 1.2; }

select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url("https://cdn.toribioachaval.com/cardales/mirabosques/lotes-posesion-inmediata/images/arrow.svg")!important; background-repeat: no-repeat!important; background-position: right 12px center!important; background-size: 16px!important; padding-right: 30px!important; }

img, iframe, video, figure { display: block; }

a, button { text-decoration: none; transition: all 0.6s; }

ul { padding: 0; margin: 0; }

li { list-style: none; }

input, textarea, select { border: 1px solid transparent; resize: none; color: #5A5E6B; padding: 12px 0; box-sizing: border-box; width: 100%; background: transparent; border-bottom: 1px solid #5A5E6B; font-family: 'Yantramanav'; text-transform: uppercase; }

input:focus, textarea:focus { outline: none; border-bottom: 1px solid #5A5E6B; }

textarea { height: 70px; }

form { display: flex; row-gap: 20px; flex-wrap: wrap; }

form .hs-form-field { width: 45%; }

form .hs_tipologias { width: 100%; }

form .inputs-list { display: flex; flex-wrap: wrap; column-gap: 20px; row-gap: 15px; margin-top: 15px; }

form .hs-tipologias label { float: left; margin-right: 5px; }

form input[type="checkbox"] { width: auto; box-shadow: none; border: none; border-radius: 0; }

form .hs-field-desc { color: #5A5E6B; font-family: 'Yantramanav', sans-serif; font-weight: 500; text-transform: uppercase; } 

form .hs-tipologias label span { color: #5A5E6B; }

form .hs-fieldtype-textarea.hs-input { resize: none; }

form .hs-message { width: 96%; }

form .form-group.d-flex { column-gap: 15px; }

form .hs-submit { width: 25%; }

.container { width: 80%; max-width: 1200px; margin: auto; }

.d-flex { display: flex; }

.align-items-start { align-items: flex-start; }

.align-items-center { align-items: center; }

.justify-content-center { justify-content: center; }

.justify-content-between { justify-content: space-between; }

.justify-content-end { justify-content: end; }

.position-relative { position: relative; }

.light { font-weight: 300; }

.regular { font-weight: 400; }

.medium { font-weight: 500; }

.semibold { font-weight: 600; }

.bold { font-weight: 700; }

.text-uppercase { text-transform: uppercase; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.white-color { color: var(--secondary); }

.inherit { font-size: inherit; font-family: inherit; line-height: inherit; }

.spaced { letter-spacing: 2.2px; }

.btn-contact { font-family: 'Yantramanav', sans-serif; border: 0; cursor: pointer; display: table; padding: 12px 15px; box-sizing: border-box; border-radius: 100px; color: #fff; background: var(--primary); letter-spacing: 1.8px; text-align: center; }

.btn-contact:hover { background: #FF0000; }

.btn { font-family: 'Yantramanav', sans-serif; border: 0; cursor: pointer; display: table; padding: 12px 15px; box-sizing: border-box; border-radius: 100px; color: #fff; letter-spacing: 1.8px; text-align: center; }

.btn-primary { border: 1px solid var(--secondary); background: transparent; }

.btn-primary:hover { background: #000; color: var(--secondary); }

.btn-primary img { transition: all 0.6s; }

.btn-primary:hover img { filter: brightness(0) invert(1); }

.btn-secondary { background: transparent; }

.btn-secondary:hover { background: var(--primary); color: var(--secondary); }

.btn-terciary { background: var(--primary); color: var(--secondary); }

.btn-terciary img { filter: brightness(0) invert(1); }

.btn-terciary:hover { background: var(--terciary); }

.contact-buttons-content { position: fixed; top: 50%; transform: translateY(-50%); right: 0; z-index: 999; }

.contact-buttons-content a { border-top-left-radius: 10px; border-bottom-left-radius: 10px; color: #fff; display: block; min-width: 50px; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 22px; }

.contact-buttons-content a:hover { transform: scale(1.10); }

.contact-buttons-content .whatsapp-link-icon { background: #25d366; }

.contact-buttons-content .contact-link-icon { background: var(--primary); margin-top: 5px; }

.home-contact-form-section .row .first-column form .hs-button { background:  var(--primary); color: #fff; cursor: pointer; }

.hs-button { background: var(--secondary); color: var(--primary); cursor: pointer; text-transform: uppercase; font-family: 'Yantramanav'; font-size: 18px; }

.hs-button:hover { background: var(--terciary); transition: 0.6s; }

.home-contact-form-section .row .first-column form .hs-button:hover { background: #000; transition: 0.6s; }

.hs-error-msg { display: none; }

.hs-main-font-element { color: var(--primary); }

/* home page styles */

.home-menu-section.fixed-header { backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }

.home-banner-section { background-image: url(https://cdn.toribioachaval.com/cardales/mirabosques/lotes-posesion-inmediata/images/mirabosques-background-image.jpg); background-size: cover; background-repeat: no-repeat; height: calc(115vh - 80px); }

.home-banner-section .row { position: absolute; top: 70%; transform: translateY(-70%); width: 80%; max-width: 1200px; }

.home-banner-section .row .first-column img { position: relative; left: 50%; transform: translateX(-50%); top: 25px; }

.home-banner-section .row .first-column h4 { color: var(--secondary); font-weight: 400; }

.home-banner-section .row .first-column h1 { margin-top: 10px; font-weight: 700; font-size: 70px; line-height: 0.9; }

.home-banner-section .row .second-column a { padding: 10px 20px; background: var(--terciary); color: #666666; display: table; margin: auto; margin-top: 30px; }

.home-banner-section .row .second-column a:hover { background: #000; color: var(--secondary); transition: 0.6s; }

.home-menu-section { position: fixed; width: 100%; z-index: 9999; top: 0; }

.home-menu-content { background: rgba(0,0,0,0.60); padding: 30px 0; }

.home-menu-section .row .menu-burguers-content { border: 1px solid #fff; display: grid; row-gap: 5px; padding: 12px 25px; box-sizing: border-box; border-radius: 100px; cursor: pointer; }

.home-menu-section .row .menu-burguers-content .bar { width: 15px; height: 1px; display: block; background: #fff; }

.home-menu-section .row .column { width: 33.3%; }

.home-menu-section .row .column:last-child img { margin-left: auto; }

.home-menu-section .row .menu-burguers-content {  max-width: 66px; margin: auto; }

.home-menu-section .menu-content-block .close-menu-burguers-content { position: absolute; left: 50%; transform: translateX(-50%); border: 1px solid #fff; padding: 18px 25px; box-sizing: border-box; border-radius: 100px; cursor: pointer; max-width: 66px; margin: auto; }

.home-menu-section .menu-content-block .close-menu-burguers-content .bar { width: 15px; height: 1px; display: block; background: #fff; }

.home-menu-section .menu-content-block .close-menu-burguers-content .bar-01 { transform: rotate(45deg); }

.home-menu-section .menu-content-block .close-menu-burguers-content .bar-02 { transform: rotate(-45deg); position: relative; top: -1px; }

.home-menu-section .menu-content-block { display: none; background: #94817C; padding: 50px 0; }

.home-menu-section .menu-content-block .row { column-gap: 160px; }

.home-menu-section .menu-content-block .row .column { width: 50%; }

.home-menu-section .menu-content-block .row .first-column img { margin: initial; }

.home-menu-section .menu-content-block .row .first-column ul { margin-top: 80px; }

.home-menu-section .menu-content-block .row .first-column ul li a:not(.contact-menu-item) { font-size: 48px; font-family: 'Baskervville'; margin-top: 20px; line-height: 0.9; }

.home-menu-section .menu-content-block .row .first-column ul li { padding: 10px 0; }

.home-menu-section .contact-menu-item { margin-top: 10px; background: #FF0000; color: var(--secondary); }

.home-menu-section .contact-menu-item:hover { background: var(--secondary); color: var(--primary); }

.home-menu-section .menu-content-block .row .first-column ul li a:not(.contact-menu-item):hover { color: var(--terciary); filter: brightness(1.3); }

.home-menu-section .menu-content-block .row .first-column ul li a.active { font-weight: 600; font-family: 'Baskervville', sans-serif; font-size: 48px; color: var(--secondary); }

.home-menu-section .menu-content-block .row .first-column .social-networks-content { margin-top: 30px; column-gap: 15px; }

.home-menu-section .menu-content-block .row .first-column .social-networks-content li a { border: 1px solid #fff; border-radius: 50%; width: 40px; min-width: 40px; height: 40px; padding: 10px; font-size: 14px !important; }

.home-menu-section .menu-content-block .row .first-column .social-networks-content li a:hover { border-color: var(--terciary); }

.home-menu-section .menu-content-block .row .first-column .social-networks-content li { margin-top: 0 !important; }

.home-menu-section .menu-content-block .row .second-column { overflow: hidden; }

.home-menu-section .menu-content-block .row .second-column .building-background-image { width: 100%; height: 550px; object-fit: cover; border-radius: 20px; }

.home-menu-section .menu-content-block .row .second-column .toribio-achaval-big-logo { position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

.home-contact-form-section { background: var(--secondary); padding-top: 80px; padding-bottom: 100px; }

.home-contact-form-section .row { column-gap: 100px; }

.home-contact-form-section .row .column { width: 50%; }

.home-contact-form-section .row .first-column h2 { color: #444444; white-space: nowrap; }

.home-contact-form-section .row .first-column h2 span { color: var(--primary); font-family: 'Baskervville', sans-serif; font-size: 60px; font-style: italic; font-weight: 700; }

.home-contact-form-section .row .first-column h4 { color: #444444; }

.home-contact-form-section .row .image-construction { position: absolute; bottom: 88%; left: 80%; }

form { display: flex; flex-wrap: wrap; column-gap: 15px; row-gap: 15px; margin-top: 30px; }

form .hs-form-field { width: calc(50% - 10px); }

.contact-form-popup form .hs-form-field { width: 100%; }

form .hs-message { width: 100%; }

form button { width: 100px; }

form .hs-button { transition: all 0.6s; cursor: pointer; background: var(--secondary); font-weight: 700; color: #fff; letter-spacing: 1.8px; border-radius: 10px; text-transform: uppercase; }

form .hs-button:hover { background: #000; color: #fff; }

form .hs-error-msgs.inputs-list { display: none; margin-top: 0; }

form .hs-error-msg { display: none; }

form input[type="checkbox"] { width: auto; box-shadow: none; border: none; border-radius: 0; }

form .hs-field-desc { color: #666; font-family: 'Arizona Sans Variable'; font-weight: 400; }

form .hs-tipologias { width: 100%; }

form .hs_etapa  { width: 100%; }

form .hs-tipologias label { float: left; margin-right: 5px; }

form .hs-tipologias label span { color: #666; }

form .inputs-list { display: flex; flex-wrap: wrap; column-gap: 15px; row-gap: 15px; margin-top: 15px; }

form .hs-fieldtype-textarea.hs-input { resize: none; }

form .hs_error_rollup { display: block; width: 100%; color: #ff0000; }

form select::placeholder { color: #5A5E6B; }

.home-contact-form-section .row .second-column .living-image { width: 100%; border-radius: 20px; }

.home-contact-form-section .row h4 { color: #416A7E; font-weight: 400; line-height: 1.5; }

.home-contact-form-section .row .text-decoration-span { font-size: 60px; color: var(--primary); }

.proposal-section { padding: 70px 0; background: var(--primary); }

.proposal-section h4 { color: var(--secondary); margin-bottom: 20px; font-weight: 400; }

.proposal-section h2 { text-align: center; color: var(--secondary); max-width: 850px; margin: auto; line-height: 1.0; }

.proposal-section span { font-size: 60px; color: var(--terciary); font-family: 'Baskervville', sans-serif; font-weight: 600; line-height: 1.0; }

.a-different-living-section { padding-top: 100px; padding-bottom: 100px; }

.a-different-living-section .row { column-gap: 100px; }

.a-different-living-section .row .column { width: 50%; }

.a-different-living-section .row .first-column img { width: 100%; border-radius: 20px; position: relative; }

.a-different-living-section .row .second-column h4 { margin-top: 25px; color: #444444; font-weight: 500; }

.a-different-living-section .container .button-center { position: absolute; top: 50%; left: 50%; transform: translateX(-50%)translateY(-50%); }

.a-different-living-section .container .button-center a { background: var(--secondary); color: var(--primary); text-transform: uppercase; border-radius: 0; font-weight: 700; line-height: 1.2; }

.a-different-living-section .container .button-center a:hover { background: #000; color: var(--secondary); }

.a-different-living-section .row .text-content-two { margin-top: 30px; }

.amenities-details-section { padding: 160px 0; background-image: url(https://cdn.toribioachaval.com/cardales/mirabosques/lotes-posesion-inmediata/images/amenities-background.png); background-repeat: no-repeat; background-size: cover; }

.amenities-details-section .column { width: 33.3%; }

.amenities-details-section .row h4 span { font-size: 30px; text-decoration: underline; color: var(--primary); font-family: 'Mackinac book'; height: fit-content; }

.amenities-details-section .row .text-info-amenities { margin-bottom: 40px; }

.amenities-details-section .row .amenities-tittle-style { font-weight: 500; }

.amenities-details-section .column .first-column-information { padding: 10px; margin-bottom: 15px; }

.amenities-details-section .column .second-column-information { padding: 10px; margin-bottom: 15px; }

.amenities-details-section .third-column .first-column-information img { margin-left: 45px; }

.amenities-details-section .third-column .second-column-information img { margin-left: 45px; }

.amenities-details-section .column img { font-size: 15px; object-fit: contain; }

.amenities-details-section .column h4 { margin-left: 15px; color: var(--secondary); font-weight: 400; font-size: 25px; white-space: nowrap; }

.numbers-section { background: var(--secondary); padding-bottom: 90px; }

.numbers-section .numbers-section-content .row { padding: 90px 0 0 0; }

.numbers-section .row .column { width: 33.3%; justify-content: center; }

.numbers-section .row .column h2 {  color: var(--primary); }

.numbers-section .row .column h2 span {  color: var(--primary); }

.numbers-section .row .column p { margin-top: 24px; margin-left: 10px; color: #444444; line-height: 1.3; font-weight: 400; }

.numbers-section .button-styles-numbers a { font-weight: 700; }

.numbers-section .button-styles-numbers { padding: 10px 20px; background: var(--primary); display: table; margin: auto; margin-top: 40px; }

.numbers-section .button-styles-numbers:hover { background: #000; color: var(--secondary); }

.amenities-section { background: var(--terciary); padding-top: 100px; padding-bottom: 100px; }

.amenities-section .amenities-slider-container .amenities-item img { width: 100%; height: 433px; object-fit: cover; border-radius: 20px; }

.amenities-section .amenities-slider-container .amenities-item h3 { position: absolute; left: 20px; bottom: 20px; }

.amenities-section .amenities-content { margin-left: calc((100vw - min(1200px, 80vw)) / 2); }

.amenities-section .amenities-content h3 { color: #000; margin: auto; }

.amenities-section .amenities-content a { padding: 15px 20px; background: var(--secondary); border-radius: 0; color: var(--primary); display: flex; }

.amenities-section .amenities-content a img { font-size: 10px; position: relative; margin-right: 5px; }

.amenities-section .amenities-title-content { margin-top: 12px; }

.amenities-section .amenities-slider-container { margin-top: 30px; }

.amenities-section .amenities-slider-container .slick-list { margin: 0 -10px; }

.amenities-section .amenities-slider-container .slick-slide { margin: 0 10px; }

.amenities-section .amenities-slider-container .slick-dots { margin: auto; width: auto; text-align: left; bottom: auto; position: relative; margin-top: 40px; }

.amenities-section .amenities-slider-container .slick-dots li { width: 25%; height: 3px; margin: 0; overflow-y: hidden; }

.amenities-section .amenities-slider-container .slick-dots li button { height: inherit; width: 100%; background: #d1d1d1; }

.amenities-section .amenities-slider-container .slick-dots li:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }

.amenities-section .amenities-slider-container .slick-dots li:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px; }

.amenities-section .amenities-slider-container .slick-dots li.slick-active button { background: var(--primary); }

.amenities-section .amenities-slider-container .slick-dots { white-space: nowrap; overflow-x: auto; display: flex; justify-content: flex-start; justify-content: center; }

.amenities-section .amenities-content a:hover { background: var(--terciary); color: var(--secondary); transition: 0.6s; }

.location-section { padding: 100px 0; background: var(--secondary); }

.location-section .row { column-gap: 100px; }

.location-section .row .first-column { width: 50%; }

.location-section .row .first-column .styles-p { font-weight: 400; }

.location-section .row .first-column p { margin-top: 15px; color: var(--primary); font-weight: 300; }

.location-section .row .first-column h4 { color: #444444; }

.location-section .row .first-column h2 { color: var(--primary); font-weight: 700; line-height: 0.8; font-size: 67px; }

.location-section .row .first-column h3 { color: #444444; margin-top: 30px; font-weight: 500; }

.location-section .row .first-column a { padding: 10px 20px; background: var(--primary); color: var(--secondary); display: table; margin-top: 30px; }

.location-section .row .first-column a:hover { background: var(--terciary); }

.location-section .row .second-column { width: 50%; }

.location-section .row .second-column #map { width: 100%; height: 500px; border: 2px solid var(--primary); border-radius: 20px; }

.location-section .row .second-column .images-decoration img { position: absolute; top: 65%; right: 85%; }

.coordinate-section { background-image: url(https://cdn.toribioachaval.com/cardales/mirabosques/lotes-posesion-inmediata/images/coordinate-background-image.png); padding: 150px 0; background-repeat: no-repeat; background-size: cover; }

.coordinate-section h3 { color: var(--secondary); font-size: 28px; font-weight: 400; font-family: 'Yantramanav', sans-serif; }

.coordinate-section h2 { text-align: center; max-width: 800px; margin: auto; margin-top: 20px; font-weight: 600; line-height: 0.9; }

.coordinate-section a { padding: 10px 20px; background: var(--secondary); color: var(--primary); display: table; margin: auto; margin-top: 20px; font-weight: 700; }

.coordinate-section a:hover { background: #000; color: var(--secondary); }

.newsletter-section { padding: 80px 0; background: var(--primary); }

.newsletter-section .row .column { width: 100%; }

.newsletter-section .row .first-column h2 { text-align: center; color: var(--secondary); white-space: nowrap; font-weight: 600; }

.newsletter-section .row .first-column h4 { text-align: center; color: var(--secondary); max-width: 100%; margin-top: 20px; font-weight: 500; }

.newsletter-section .row .first-column a { margin: auto; padding: 10px 20px; background: var(--secondary); color: var(--primary); display: table; margin-top: 20px; font-weight: 700; }

.newsletter-section .row .first-column a:hover { background: #000; color: var(--secondary); }

.newsletter-section .row .second-column .form-section { margin-top: 90px; }

.newsletter-section .row .second-column .form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px 40px; max-width: 900px; margin: 0 auto; }

.newsletter-section .row .second-column .form-field { display: flex; flex-direction: column; }

.newsletter-section .row .second-column .form-field label { font-family: 'Yantramanav', sans-serif; color: var(--secondary); font-size: 16px; letter-spacing: 1px; margin-bottom: 8px; font-weight: 400; }

.newsletter-section .row .second-column .form-field input { background: transparent; border: none; border-bottom: 1px solid rgba(255, 255, 255, 0.6); padding: 0; color: var(--secondary); font-size: 16px; outline: none; }

.newsletter-section .row .second-column .form-field input:focus { border-bottom-color: var(--secondary); }

.footer { padding: 50px 0; background: var(--secondary); }

.footer .link { border-radius: 10px; font-family: 'Yantramanav', sans-serif; }

.footer .link img { filter: brightness(0) invert(1); }

.footer .divider-vertical-line { width: 80%; max-width: 1200px; margin: auto; display: block; height: 1px; background: #BCCDDF; margin-top: 50px; margin-bottom: 30px; }

.footer .logo-footer { width: 200px; }

.footer .footer-first-block-content h4 { position: relative; top: 14px; margin-left: -12px; font-weight: 400; color: #959595; font-size: 16px; letter-spacing: 3px; }

.footer .footer-first-block-content .row .column { column-gap: 20px; }

.footer .footer-first-block-content .row .first-column { width: 45%; }

.footer .footer-first-block-content .row .second-column .button-mail-style img { max-width: 20px; }

.footer .footer-first-block-content .row .column a { display: flex; column-gap: 5px; width: fit-content; margin: auto; background: var(--primary); white-space: nowrap; }

.footer .footer-first-block-content .row .column a:hover { background: #000; }

.footer .footer-first-block-content .row .column:nth-child(2) img { margin: auto; max-width: 20px; position: relative; top: 2px; }

.footer .footer-first-block-content .row .column:nth-child(2) img:last-child { max-width: 15px; top: 0; }

.footer .footer-second-block-content .row .column { width: 100%; }

.footer .footer-second-block-content .row .column a { text-decoration: underline; display: block; text-align: center; }

.footer .footer-second-block-content .row .column a:first-child { color: var(--primary); }

.footer .footer-second-block-content .row .column a:last-child { color: #959595; margin-left: 25px; margin: auto; }

.footer .footer-second-block-content .row .column img { margin: auto; }

@media (max-width: 1380px) {
    h1 { font-size: 60px; }

    h2 { font-size: 40px; }

    h4 { font-size: 25px; }

    .home-banner-section .unico-banner-logo img { max-width: 420px; }

    .home-banner-section .column-content-banner p { right: 15%; }

    .home-banner-section .row .first-column h1 { font-size: 60px; }

    .home-banner-section .row .first-column h1 span { font-size: 60px; }

    .home-menu-section .row .column:nth-child(1) img { max-width: 154px; }

    .home-menu-section .row .column:nth-child(3) img { max-width: 146px; }

    .home-menu-section .menu-content-block .row .first-column ul li a:not(.contact-menu-item) { font-size: 40px; }

    .home-contact-form-section h2 { font-size: 40px; }

    .numbers-section .row .column h2 { font-size: 40px; }

    .home-contact-form-section .row .first-column h2 span { font-size: 40px; }

    .proposal-section h2 { max-width: 600px; }

    .proposal-section span { font-size: 40px; }

    .finance-section h2 { font-size: 40px; }

    .finance-section h2 span { font-size: 40px; }

    .amenities-section .amenities-content h2 { font-size: 40px; }

    .amenities-section .amenities-content h2 span { font-size: 40px; }

    .amenities-details-section h2 span { font-size: 40px; }

    .location-section .row .first-column h2 { font-size: 58px; }

    .location-section .row .first-column h2 span { font-size: 35px; }

    .footer .footer-first-block-content .row .column:nth-child(2) img:first-child { max-width: 146px; }

    .footer .footer-first-block-content .row .column:nth-child(2) img:last-child { max-width: 211px; }

    .footer .footer-second-block-content .row .column:nth-child(1) img { max-width: 165px; }

    .footer .footer-second-block-content .row .column:nth-child(3) img { max-width: 168px; }

    .footer .footer-first-block-content .row { flex-wrap: wrap; row-gap: 20px; flex-direction: column-reverse; }

    .footer .footer-first-block-content .row .column { width: 100%; }

    .footer .footer-first-block-content .row .column:nth-child(2) { order: 1; }

    .footer .footer-first-block-content .row .column:nth-child(1) { order: 2; }

    .footer .footer-first-block-content .row .column:nth-child(3) { order: 3; }

    .footer .footer-second-block-content .row { flex-wrap: wrap; row-gap: 20px; }

    .footer .footer-second-block-content .row .column { width: 100%; }

    .footer .footer-second-block-content .row .column:nth-child(2) { order: 2; }

    .footer .footer-second-block-content .row .column:nth-child(1) { order: 1; }

    .footer .footer-second-block-content .row .column:nth-child(3) { order: 3; margin-top: 15px; }

    .footer .footer-first-block-content .row .column a { margin: initial; margin-right: 40px; margin-top: 20px; }

    .footer .footer-first-block-content h4 { position: absolute; top: 0; margin-top: 40px; margin-left: 0; text-align: center; width: 100%; }

    .footer .logo-footer { margin: auto; }

    .footer .footer-first-block-content .row .column a { margin: auto; margin-top: 25px; }

}

@media (max-width: 1240px) {
    .home-banner-section .column-content-banner p { position: absolute; bottom: -30px; left: 0; }

    .a-different-living-section .row { flex-wrap: wrap; }

    .a-different-living-section .row .column { width: 100%; }

    .a-different-living-section .row .second-column { margin-top: 40px; }

    .a-different-living-section .row .second-column h3 { text-align: center; }

    .a-different-living-section .row .second-column h4 { text-align: center; }

    .amenities-details-section .text-info-amenities { display: block; }

    .amenities-details-section a { margin-top: 20px; display: table; }

    .numbers-section { padding-top: 60px; }
    
    .numbers-section .container { flex-wrap: wrap; }

    .numbers-section .container .row { width: 100%; }

    .numbers-section .container .first-row { padding: 50px 0; text-align: center; }

    .numbers-section .first-row a { margin: auto; margin-top: 20px; }

}

@media(max-width: 1100px){
    .amenities-details-section { padding: 70px 0; }

    .amenities-details-section .row .container { flex-wrap: wrap; justify-content: center; }

    .amenities-details-section .row .column {  width: 100%; }

    .amenities-details-section .third-column .first-column-information img { margin-left: 0; }

    .amenities-details-section .third-column .second-column-information img { margin-left: 0; }

    .amenities-details-section .row .column .first-column-information { width: 100%; justify-content: center; }

    .amenities-details-section .column .second-column-information { justify-content: center; }

    .amenities-details-section .row .third-column { margin-top: 0; }
   
    .amenities-details-section .column .third-column-information { border-bottom: 1px solid; }
}


@media (max-width: 992px) {
    h1 { font-size: 45px; }

    h2 { font-size: 30px; }

    h3 { font-size: 25px; }

    h4 { font-size: 20px; }

    .home-banner-section { height: 700px; }

    .home-banner-section .row { display: block; }

    .home-banner-section .row .column { width: 100%; }

    .home-banner-section .row .first-column h1 { font-size: 45px; }

    .home-banner-section .row .first-column h1 span { font-size: 45px; }

    .home-banner-section .row .second-column { margin-top: 40px; text-align: initial; }

    .home-menu-section .menu-content-block .row .column { width: 100%; }

    .home-menu-section .menu-content-block .row .second-column { display: none; }

    .home-menu-section .menu-content-block .close-menu-burguers-content { right: 0; left: auto; }

    .home-contact-form-section { display: flex; flex-wrap: wrap; }

    .home-contact-form-section .row .construction-images { display: flex; justify-content: center; margin-top: 20px; }

    .home-contact-form-section form { width: 80%; margin: auto; max-width: 1200px; justify-content: center; margin-top: 40px; }

    form .hs-form-field { width: 100%; }

    form input { width: 100%; }

    form textarea { width: 100%; }

    form .hs-submit { width: 50%; }

    .home-contact-form-section { padding-top: 50px; }

    .home-contact-form-section .row { flex-wrap: wrap; }

    .home-contact-form-section .row .column { width: 100%; }

    .home-contact-form-section .row .first-column { padding: 50px 0; }

    .home-contact-form-section .row .first-column h4 { text-align: center; }

    .home-contact-form-section .row .column h2 { text-align: center; font-size: 40px; white-space: normal; }

    .proposal-section h2 { max-width: 430px; } 

    .proposal-section span { font-size: 30px; }

    .numbers-section-content .row { flex-wrap: wrap; }

    .numbers-section .numbers-section-content .row { padding: 0; }

    .numbers-section-content .row .column { width: 100%; }

    .amenities-section .amenities-content { margin-left: calc((100vw - min(1200px, 80vw)) / 2); }

    .amenities-details-section h2 span { font-size: 25px; }

    .amenities-details-section a { margin-bottom: 40px; }

    .amenities-section .amenities-content h2  { max-width: 1200px; width: 80%; margin: auto; font-size: 30px; }

    .amenities-section .amenities-content h2 span { font-size: 30px; }

    .amenities-section .amenities-content h3 { text-align: center; }

    .amenities-section .amenities-content p { text-align: center; }

    .amenities-section .amenities-title-content { flex-wrap: wrap; flex-direction: column; text-align: center; margin-right: 0; }

    .amenities-section .amenities-title-content a { margin-top: 20px; }

    .location-section .row { flex-wrap: wrap; }

    .location-section .row .column { width: 100%; text-align: center; }

    .location-section .row .first-column h4 { justify-content: center; }

    .location-section .row .first-column h2 { max-width: 100%; margin-top: 20px; }

    .location-section .row .first-column a { margin: auto; margin-top: 30px; }

    .location-section .row .second-column { margin-top: 40px; }

    .location-section .row .second-column img { width: 100%; margin: auto; }

    .location-section .row .second-column .images-decoration img { width: 180px; right: 90%; }

    .amenities-section .slick-dots { display: none!important; }

    .newsletter-section .row .container { flex-wrap: wrap; }

    .newsletter-section .row .column { width: 100%; }

    .newsletter-section .row .first-column h2 { text-align: center; }

    .newsletter-section .row .first-column h4 { text-align: center; max-width: 100%; }

    .newsletter-section .row .first-column a { margin: auto; margin-top: 20px; }

    .footer .footer-first-block-content .row .column { display: block; }

    .footer .footer-first-block-content .row img { margin: auto; margin-top: 20px; }

    .footer .footer-first-block-content h4 { text-align: center; margin-top: 60px; }

    .footer .footer-first-block-content .row .column a { margin: auto; margin-top: 20px; }

    .footer .footer-second-block-content .row .column { justify-content: center; }

}

@media (max-width: 840px) {

    .column-information-section .row { flex-wrap: wrap; }

    .column-information-section .row .column { width: 100%; }

    .column-information-section .first-row .second-column { margin-top: 30px; }

    .column-information-section .second-row .second-column { margin-top: 30px; }

    .amenities-section .amenities-title-content { margin-right: 0; }

    .amenities-section .amenities-slider-container .slick-dots li { width: 20%; }

}

@media (max-width: 768px) {
    h1 { font-size: 40px; }

    h2 { font-size: 25px; }

    .home-menu-section.is-home-menu { position: relative; }

    .home-banner-section .home-banner-units-content .row { flex-wrap: wrap; row-gap: 30px; }

    .home-banner-section .home-banner-units-content .row .column { width: 100%; }

    .home-banner-section .unico-banner-logo img { max-width: 355px; }

    .home-menu-section .menu-content-block .row .first-column ul li a:not(.contact-menu-item) { font-size: 34px; }

    .home-banner-section a { bottom: 30px; }

    .development-logos-section .row { flex-wrap: wrap; row-gap: 30px; }

    .development-logos-section .row .column img { margin: auto; }

    .development-logos-section .row .column { width: 100%; }

    .home-menu-section .row { flex-wrap: wrap; row-gap: 20px; }

    .home-menu-section .row .column { width: 100%; }

    .home-menu-section .row .column img { margin: auto; }

    .home-menu-section .row .column:nth-child(2) { order: 3; }

    .proposal-section span { font-size: 25px; }
    
    .amenities-details-section .detalles-grid { grid-template-columns: 1fr; text-align: center; }

    .amenities-details-section  .item { justify-content: center; }

    .amenities-details-section  .text { text-align: center; }

    .amenities-details-section h2 span { font-size: 25px; }

    .amenities-section .amenities-content p { text-align: center; }

    .amenities-section .amenities-title-content { flex-wrap: wrap; flex-direction: column; text-align: center; }

    .amenities-section .amenities-title-content a { margin-top: 20px; }

    .location-section .row .second-column .images-decoration img  { display: none; }
}

@media(max-width: 650px){
    .home-contact-form-section .row .image-construction { display: none; }
}

@media (max-width: 575px) {
    h1 { font-size: 30px; } 

    .home-banner-section .row .first-column h1 span { font-size: 30px; }

    .numbers-section { padding-top: 70px; }

    .numbers-section .first-row .column { display: block; padding: 20px 0; }

    .numbers-section .row .column p { margin-top: 15px; }

}

@media (max-width: 480px) {
    .home-banner-section .unico-banner-logo img { max-width: 240px; }

    .home-contact-form-section .row .column h2 { font-size: 35px; }

    .home-contact-form-section .row .first-column h2 span { font-size: 35px; }

    .palm-section h4 { font-size: 16px; }

    .location-section .first-column .column-content p { display: block; }

    .location-section .first-column .column-content img { margin: auto; margin-bottom: 10px;}

    .footer .footer-first-block-content .row .column .button-mail-style { display: flex; column-gap: 5px; width: fit-content; margin: auto; display: inline-block; max-width: 450px; white-space: normal; word-break: break-word; text-align: center; }

    .footer .footer-first-block-content .row .column .button-mail-style img { margin: auto; margin-bottom: 10px; }
}


@media(max-width: 378px){
    .home-banner-section .column-content-banner p { bottom: -55px; }

    .project-definitions-section .project-definitions-content { padding-bottom: 200px; }
}


/* form thanks page styles */

.thanks-section { padding-top: 200px; padding-bottom: 110px; background: #f8f7f2; }

.thanks-section .row .column h1 { color: var(--primary); }

.thanks-section .row .column p { margin-top: 20px; color: #000; }

.thanks-section .row .column a { margin: auto; margin-top: 30px; }

.contact-form-popup { display: none; z-index: 99999; position: fixed; width: 100%; height: 100%; left: 0; top: 0; }

.contact-form-popup .overload { width: 100%; position: absolute; background: rgba(0, 0, 0, 0.5); height: 100%; }

.contact-form-popup .popup-body { z-index: 9999; position: relative; max-width: 560px; margin: auto; top: 30%; transform: translateY(-30%); background: #f8f7f2; border-radius: 20px; padding: 60px; box-sizing: border-box; }

.contact-form-popup .popup-body .fa-remove { transition: all 0.6s; position: absolute; right: 20px; top: 20px; font-size: 20px; cursor: pointer; }

.contact-form-popup .popup-body .fa-remove:hover { color: var(--primary); }

.contact-form-popup .popup-body span { color: #5A5E6B; background: transparent; font-family: 'Arboria book'; text-transform: uppercase; padding: 0; }

.contact-form-popup .popup-body .popup-title { margin-bottom: 20px; color: var(--primary); }

.contact-form-popup .popup-body .hs-button { transition: all 0.6s; cursor: pointer; background: var(--primary); text-transform: uppercase; letter-spacing: 1.8px; font-weight: 500; color: #fff; }

.contact-form-popup .popup-body .hs-button:hover { background: #000; color: #fff; }

.contact-form-popup .hs-error-msgs { display: none; }

.contact-form-popup .hs-main-font-element { color: #ff0000; }

@media (max-width: 768px) {
    .thanks-section { padding-top: 260px; padding-bottom: 90px; }

    .thanks-section .row .column h1 { font-size: 36px; }
}

/* end form thanks page styles */


a.disabled {
  pointer-events: none;
  cursor: default;
}


/* New styles pop up newsletter */

.newsletter-modal { position: fixed; inset: 0; display: none; z-index: 9999; border-radius: 10px; }

.newsletter-modal.active { display: block; }

.newsletter-modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); backdrop-filter: blur(4px); }

.newsletter-modal-content { position: relative; max-width: 480px; margin: 5vh auto; background: #fff; padding: 40px; border-radius: 16px; transform: translateY(40px); opacity: 0; animation: modalFadeIn 0.4s ease forwards; }

@keyframes modalFadeIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.newsletter-modal-content h3 { margin-bottom: 10px; margin-top: 20px; }

.newsletter-modal-content p { margin-bottom: 25px; color: #555; }

.newsletter-form .form-field { margin-bottom: 15px; }

.newsletter-form { display: block; }

.newsletter-form form .hs-form-field { width: 100%; }

.newsletter-form label { display: block; font-size: 12px; letter-spacing: 1px; margin-bottom: 5px; }

.newsletter-form input { width: 100%; padding: 12px; border-radius: 8px; border: 1px solid #ddd; }

.submit-btn { width: 100%; margin-top: 20px; padding: 14px; background: #000; color: #fff; border-radius: 10px; border: none; cursor: pointer; }

.newsletter-form .hs-button { background: var(--primary); }

.close-modal { position: absolute; top: 20px; right: 20px; font-size: 28px; line-height: 1.0; padding: 3px 10px; background: var(--primary); border: none; cursor: pointer; }

.close-modal:hover { background: #000; }

@media(max-width: 768px){
    .newsletter-modal-content img { width: 200px; }
    
    .newsletter-modal-content { max-width: 1200px; width: 80%; margin: auto; margin-top: 50px; padding: 25px; }
}

/* end new styles pop up newsletter */

/* about the project page styles */

.about-the-project-section { padding-top: 150px; padding-bottom: 80px; background: #F9F7F2; }

.about-the-project-section .row { column-gap: 100px; }

.about-the-project-section .row .column { width: 50%; }

.about-the-project-section .row .first-column h4 { font-size: 16px; margin-bottom: 20px; color: #000; font-weight: 300; letter-spacing: 3px; }

.about-the-project-section .row .first-column h1 { color: #444444; line-height: 0.9; font-family: 'Baskervville', sans-serif; font-size: 65px; font-weight: 600; }

.about-the-project-section .row .first-column h1 span { font-family: 'Baskervville', sans-serif; font-size: 65px; color: #8E0F25; font-weight: 600; }

.about-the-project-section .row .first-column p { margin-top: 12px; color: #444444; font-size: 20px; font-family: 'Yantramanav', sans-serif; }

.about-the-project-section .row .first-column a { margin-top: 20px; border-radius: 0; }

.about-the-project-section .row .first-column a:hover { background: #000; }

.about-the-project-section .row .second-column img { height: 600px; width: 100%; border-radius: 20px; box-shadow: 2px 2px 5px rgb(0 0 0 / 5%); --webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 5%); object-fit: cover; }

.a-different-living-project-section { padding-top: 100px; padding-bottom: 100px; background: #F9F7F2; }

.a-different-living-project-section .row { column-gap: 100px; }

.a-different-living-project-section .row .column { width: 50%; }

.a-different-living-project-section .row .first-column img { width: 100%; border-radius: 20px; position: relative; }

.a-different-living-project-section .row .second-column h4 { font-family: 'Baskervville', sans-serif; font-size: 30px; color: #8E0F25; font-weight: 600; }

.a-different-living-project-section .row .second-column p { margin-top: 25px; color: #444444; font-weight: 400; font-size: 20px; font-family: 'Yantramanav', sans-serif; }

.slider-project-section { padding: 100px 0 100px 0; background: #F2F2F2; }

.slider-project-section .column { width: 50%; }

.slider-project-section .row { column-gap: 50px; }

.slider-project-section .first-column h2 { color: var(--primary); font-size: 60px; font-weight: 600; line-height: 1; }

.slider-project-section .first-column h2 span { color: #444444; font-size: 60px; font-weight: 600; font-family: 'Baskervville', sans-serif; line-height: 1; }

.slider-project-section .first-column p { color: #444444; font-size: 20px; margin-top: 20px; }

.slider-project-section .first-column a { padding: 12px 19px; background: var(--primary); color: var(--secondary); display: table; margin-top: 20px; font-weight: 500; }

.slider-project-section .first-column a:hover { background: #000; }

.slider-project-section .second-column img { width: 100%; margin: auto; }

.slider-project-section .slick-dots { position: relative; display: none; }

.slider-project-section .slick-dots li button:before { color: transparent !important; width: 50px !important; height: 3px !important; background: var(--primary); }

.slider-project-section .slick-dots li { margin: 0 22px !important; }

.slider-project-section .slick-dots li:first-child { margin-left: 0 !important; }

.slider-project-section .slick-dots li:last-child { margin-right: 0 !important; }

.slider-project-section .slick-dotted.slick-slider { margin-bottom: 0 !important; }

.amenities-details-project-section { padding: 100px 0; background: var(--primary); background-repeat: no-repeat; background-size: cover; }

.amenities-details-project-section .title-content { color: var(--secondary); font-size: 25px; font-weight: 300; text-align: center; letter-spacing: 3px; margin-bottom: 20px; }

.amenities-details-project-section .row .text-info-amenities { margin-bottom: 40px; }

.amenities-details-project-section .row .amenities-tittle-style { font-weight: 500; }

.amenities-details-project-section .row .first-column { column-gap: 60px; }

.amenities-details-project-section .row .first-column .column { width: 35%; }

.amenities-details-project-section .row .second-column { margin-top: 40px; column-gap: 60px; }

.amenities-details-project-section .row .second-column .column { width: 35%; }

.amenities-details-project-section .column h4 { text-transform: uppercase; color: var(--secondary); font-weight: 400; font-size: 20px; margin-top: 20px; font-family: 'Yantramanav', sans-serif; }

.amenities-details-project-section .column img { position: relative; top: 10px; margin-right: 10px; }

.amenities-details-project-section .button-styles a { display: table; padding: 10px 20px; background: var(--terciary); margin: auto; margin-top: 20px; letter-spacing: 3px; color: #444444; font-weight: 500; font-size: 16px; }

.amenities-details-project-section .button-styles a:hover { background: #000; color: var(--secondary); }

.contact-project-section { padding: 70px 0; background: #F9F7F2; }

.contact-project-section .first-row .first-column { width: 60% }

.contact-project-section .first-row .first-column p { color:#444444; font-size: 20px; font-weight: 400; font-family: 'Yantramanav', sans-serif; max-width: 600px; }

.contact-project-section .first-row .second-column { width: 40% }

.contact-project-section .first-row .second-column a { display: table; padding: 10px 20px; background: var(--primary); color: var(--secondary); margin-left: auto; font-family: 'Yantramanav', sans-serif; font-size: 16px; font-weight: 500; letter-spacing: 3px; }

.contact-project-section .first-row .second-column a:hover { background: #000; }

.contact-project-section .second-row { margin-top: 40px; }

.contact-project-section .second-row img { width: 100%; border-radius: 20px; }

@media(max-width: 1380px){
    .about-the-project-section .row .first-column h1 { font-size: 50px; }

    .about-the-project-section .row .first-column h1 span { font-size: 50px; }

    .slider-project-section .first-column h2 { font-size: 40px; }

    .slider-project-section .first-column h2 span { font-size: 40px; }
}

@media(max-width: 1240px){
  .about-the-project-section .row .first-column h1 { font-size: 45px; }

  .about-the-project-section .row .first-column h1 span { font-size: 45px; }

  .a-different-living-project-section { padding-top: 0; }

  .a-different-living-project-section .row { flex-wrap: wrap; flex-direction: column-reverse; }

  .a-different-living-project-section .row .column { width: 100%; }

  .a-different-living-project-section .row .first-column img { width: 500px; margin: auto; margin-top: 40px; }

  .a-different-living-project-section .row .second-column { margin-top: 40px; }

  .a-different-living-project-section .row .second-column h3 { text-align: center; }

  .a-different-living-project-section .row .second-column h4 { text-align: center; }

  .a-different-living-project-section .row .second-column a { margin: auto; margin-top: 20px; }

  .a-different-living-project-section .row .second-column p { text-align: center; }

}

@media(max-width: 1150px){
  .amenities-details-project-section .row .first-column { flex-wrap: wrap; }

  .amenities-details-project-section .row .first-column .column { width: 100%; margin-top: 20px; justify-content: center; }

  .amenities-details-project-section .row .second-column { flex-wrap: wrap; margin-top: 20px; }
  
  .amenities-details-project-section .row .second-column .column { width: 100%; margin-top: 20px; justify-content: center; }
}

@media(max-width: 1100px){
    .amenities-details-project-section { padding: 70px 0; }

    .amenities-details-project-section .row .container { flex-wrap: wrap; }

    .amenities-details-project-section .row .column {  width: 100%; }

    .amenities-details-project-section .third-column .first-column-information img { margin-left: 0; }

    .amenities-details-project-section .third-column .second-column-information img { margin-left: 0; }

    .amenities-details-project-section .row .column .first-column-information { width: 100%; justify-content: center; margin-top: 0; }

    .amenities-details-project-section .column .second-column-information { justify-content: center; }

    .amenities-details-project-section .row .third-column { margin-top: 0; }
   
}


@media (max-width: 992px) {
    .about-the-project-banner-section { height: 600px; }

    .about-the-project-section .row { flex-wrap: wrap; }

    .about-the-project-section .row .column { width: 100%; text-align: center; }

    .about-the-project-section .row .first-column h1 { font-size: 40px; }

    .about-the-project-section .row .first-column h1 span { font-size: 40px; }

    .about-the-project-section .row .first-column p { font-size: 22px; }

    .about-the-project-section .row .first-column a { margin: auto; margin-top: 20px; }

    .about-the-project-section .row .second-column { margin-top: 40px; }

    .about-the-project-section .row .second-column img { max-width: 500px; margin: auto; }

    .slider-project-section .row { flex-wrap: wrap; }

    .slider-project-section .row .column { width: 100%; }

    .slider-project-section .row .first-column h2 { text-align: center; max-width: 440px; margin: auto; }

    .slider-project-section .first-column p { text-align: center; }

    .slider-project-section .first-column a { margin: auto; margin-top: 20px; }

    .slider-project-section .row .second-column { margin-top: 60px; }

    .amenities-details-project-section .column h4 { font-size: 18px; } 
    
    .contact-project-section .first-row { flex-wrap: wrap; }

    .contact-project-section .first-row .column { width: 100%; }

    .contact-project-section .first-row .first-column p { max-width: 100%; text-align: center; }

    .contact-project-section .first-row .second-column a { margin: auto; margin-top: 20px; }

    
}

@media (max-width: 768px) {
    .about-the-project-section { padding-top: 250px; padding-bottom: 60px; }

    .about-the-project-section .row .first-column h1 { margin-top: 5px; }

    .a-different-living-project-section .row .first-column img { max-width: -webkit-fill-available; }
}

@media(max-width: 480px){
    .about-the-project-section .row .column h2 { font-size: 35px; }

    .about-the-project-section h4 { font-size: 16px; }
}


/* end about the project page styles */


/* contact page styles */

.internal-page-content .fixed-header .home-menu-content { background: rgba(0,0,0,0.3); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }

.contact-form-section { padding-top: 200px; padding-bottom: 200px; background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(https://cdn.toribioachaval.com/cardales/mirabosques/lotes-posesion-inmediata/images/contact-background-image-two.png); background-size: cover; background-position: center center; background-repeat: no-repeat; }

.contact-form-section .row { max-width: 1000px; margin: auto; }

.contact-form-section .row .column h2 { margin: auto; margin-top: 20px; font-size: 60px; font-weight: 700; max-width: 600px; font-family:'Baskervville', sans-serif; }

.contact-form-section .row .column form { margin: auto; margin-top: 40px; justify-content: center; column-gap: 30px; max-width: 500px; }

.contact-form-section .row .column form button { max-width: 110px; margin: auto; margin-top: 12px; }

.contact-form-section .row .column form select { background: #fff; width: 100%; padding: 12px; color: #666666; font-weight: 400; text-transform: capitalize; }

.contact-form-section .row .column form input { background: #fff; padding: 12px 10px; width: 100%; color: #666666; font-weight: 400; text-transform: capitalize; }

.contact-form-section .row .column form textarea { padding: 12px 10px; background: #fff; display: flex; justify-content: center; width: 100%; height: 140px; margin: auto; text-transform: capitalize; font-weight: 400; }

.contact-form-section .row .column form .hs-form-field { width: calc(50% - 15px); }

.contact-form-section .row .column form .hs-message { width: 100%; } 

.contact-form-section .row .column form .hs_etapa  { width: 100%; }

.contact-form-section .row .column form .hs-submit input { width: 100%; max-width: 500px; margin: auto; background: var(--terciary); color: #666666; border: none; font-family: 'Yantramanav', sans-serif; text-transform: uppercase; font-weight: 500; border-radius: 0; }

.contact-form-section .row .column form .hs-submit { width: 100%; }

.contact-form-section .row .column .hs-error-msgs { display: none; }

.contact-form-section .row .column .hs-main-font-element { color: #fff; text-align: center; margin-top: 30px; }

.contact-form-section .row .column .hs_error_rollup { text-align: center; width: 100%; }

.contact-form-section .row .column .actions .hs-button:hover { background: #000!important; color: #fff; }

.contact-form-section .row .column form .hs-field-desc,
.contact-form-section .row .column form .hs-tipologias label span { color: #fff; }

@media(max-width: 992px){
    .contact-form-section .row .column h2 { font-size: 42px; }

    .contact-form-section .row .column h2 span { font-size: 42px; }

    .contact-form-section .row .column form textarea { width: 100%; }
}

@media (max-width: 768px) {
    .contact-form-section { padding-top: 260px; padding-bottom: 90px; }

    .contact-form-section .row .column form .hs-form-field { width: 100%; }
}

@media (max-width: 575px) {
    .contact-form-section .row .column h2 { font-size: 35px; }

    .contact-form-section .row .column h2 span { font-size: 35px; }

    form .form-group.d-flex { flex-wrap: wrap; row-gap: 15px; }

    form .hs-submit { width: 50%; }
}

/* end contact page styles */


/* amenities page styles */

.amenities-banner-section { background-image: url(https://cdn.toribioachaval.com/cardales/mirabosques/lotes-posesion-inmediata/images/amenities-background-two.png); background-size: cover; background-repeat: no-repeat; background-position: center center; height: 100vh; }

.amenities-banner-section .row .column { position: absolute; bottom: 90px; left: 50%; transform: translateX(-50%); }

.amenities-project-section { padding-top: 150px; padding-bottom: 80px; background: #F9F7F2; }

.amenities-project-section .row { column-gap: 100px; }

.amenities-project-section .row .column { width: 50%; }

.amenities-project-section .row .first-column h4 { font-size: 16px; margin-bottom: 20px; color: #000; font-weight: 300; letter-spacing: 3px; }

.amenities-project-section .row .first-column h2 { color: #444444; line-height: 0.9; font-family: 'Baskervville', sans-serif; font-size: 65px; font-weight: 600; }

.amenities-project-section .row .first-column h2 span { font-family: 'Baskervville', sans-serif; font-size: 65px; color: #8E0F25; font-weight: 600; }

.amenities-project-section .row .first-column p { margin-top: 12px; color: #444444; font-size: 20px; font-family: 'Yantramanav', sans-serif; }

.amenities-project-section .row .first-column a { margin-top: 20px; border-radius: 0; }

.amenities-project-section .row .first-column a:hover { background: #000; }

.amenities-project-section .row .second-column img { height: 600px; width: 100%; border-radius: 20px; box-shadow: 2px 2px 5px rgb(0 0 0 / 5%); --webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 5%); object-fit: cover; }

.amenities-intern-details-section { padding: 100px 0; background: #F9F7F2; background-repeat: no-repeat; background-size: cover; }

.amenities-intern-details-section .row h4 { font-size: 16px; text-align: center; letter-spacing: 3px; color:#000; font-family: 'Yantramanav', sans-serif; }

.amenities-intern-details-section .row h4 span { font-size: 28px; color: var(--secondary); font-family: 'helvetica neue light'; height: fit-content; }

.amenities-intern-details-section .row h2 { color: #000; font-family: 'Baskervville', sans-serif; font-weight: 600; font-size: 60px; max-width: 800px; margin: auto; margin-top: 30px; }

.amenities-intern-details-section .row h2 span { color: var(--primary); font-family: 'Baskervville', sans-serif; font-weight: 600; font-size: 60px; }

.amenities-intern-details-section .row .text-info-amenities { margin-bottom: 40px; }

.amenities-intern-details-section .row img { height: 19px; width: 20px; object-fit: contain; }

.amenities-intern-details-section .row .amenities-tittle-style { font-weight: 500; }

.amenities-intern-details-section .second-row .container { max-width: 700px; }

.amenities-intern-details-section .row .first-column { margin: auto; margin-top: 40px; width: 33%; }

.amenities-intern-details-section .row .second-column { margin: auto; margin-top: 40px; width: 33%; }

.amenities-intern-details-section .row .third-column { margin: auto; margin-top: 40px; width: 33%; }

.amenities-intern-details-section .row .second-column-information { margin-top: 30px;  }

.amenities-intern-details-section .column .images-styles { position: relative; bottom: 12px; }

.amenities-intern-details-section .column img { font-size: 15px; object-fit: contain; }

.amenities-intern-details-section .column h4 { margin-left: 10px; color: #000; font-weight: 400; font-size: 16px; text-align: center; letter-spacing: 0; }

.amenities-intern-details-section .button-amenities-style { padding: 10px 20px; background: var(--terciary); display: table; margin: auto; margin-top: 35px; color: #484745; letter-spacing: 3px; }

.amenities-intern-details-section .button-amenities-style:hover { background: #000; color: #fff; }

.amenities-images-gallery-section { background: #f8f7f2; padding-bottom: 80px; }

.amenities-images-gallery-section .row { flex-wrap: wrap; column-gap: 15px; row-gap: 15px; }

.amenities-images-gallery-section .row .column { cursor: pointer; width: calc(33.3% - 10px); }

.amenities-images-gallery-section .row .column .main-image { width: 100%; border-radius: 20px; min-height: 320px; object-fit: cover; }

.amenities-images-gallery-section .row .column:hover .zoom-icon { display: block; }

.amenities-images-gallery-section .row .column .zoom-icon { display: none; position: absolute; top: 10px; right: 10px; cursor: pointer; transition: all 0.6s; }

.amenities-images-gallery-section .row .column .zoom-icon:hover { transform: scale(1.10); }

.lightbox-gallery .overlay { display: flex; justify-content: center; align-items: center; position: fixed; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.5); z-index: 99999; }

.lightbox-gallery .overlay img { width: 35%; max-width: 80%; cursor: pointer; border-radius: 20px; }

.lightbox-gallery .overlay img.zoomed { cursor: pointer; }

.lightbox-gallery .overlay .prevButton,
.lightbox-gallery .overlay .nextButton { transition: all 0.6s; cursor: pointer; font-size: 50px; color: #fff; }

.lightbox-gallery .overlay .prevButton { margin-right: 25px; }

.lightbox-gallery .overlay .nextButton { margin-left: 25px; }

.lightbox-gallery .overlay .exitButton { transition: all 0.6s; position: absolute; color: #fff; cursor: pointer; top: 30px; right: 30px; font-size: 50px; }

.lightbox-gallery .overlay .prevButton:hover,
.lightbox-gallery .overlay .nextButton:hover,
.lightbox-gallery .overlay .exitButton:hover { color: var(--primary); }

@media (max-width: 1380px) {
    .menities-project-section .row .first-column h2 { font-size: 50px; }

    .menities-project-section .row .first-column h2 span { font-size: 50px; }

    .amenities-intern-details-section .row h2 { font-size: 50px; }

    .amenities-intern-details-section .row h2 span { font-size: 50px; }

    .amenities-details-section .row .column { max-width: 650px; }

    .lightbox-gallery .overlay .prevButton, .lightbox-gallery .overlay .nextButton, .lightbox-gallery .overlay .exitButton { font-size: 40px; }
}

@media (max-width: 1240px){
  .amenities-project-section .row .first-column h2 { font-size: 45px; }

  .amenities-project-section .row .first-column h2 span { font-size: 45px; }

  .amenities-intern-details-section .row h2 { font-size: 45px; }

  .amenities-intern-details-section .row h2 span { font-size: 45px; }
}

@media (max-width: 992px) {
    .amenities-banner-section { height: 600px; }

    .amenities-project-section { padding-top: 80px; }

    .amenities-project-section .row { flex-wrap: wrap; }

    .amenities-project-section .row .column { width: 100%; text-align: center; }

    .amenities-project-section .row .first-column h2 { font-size: 40px; }

    .amenities-project-section .row .first-column h2 span { font-size: 40px; }

    .amenities-project-section .row .first-column p { font-size: 22px; }

    .amenities-project-section .row .first-column a { margin: auto; margin-top: 20px; }

    .amenities-project-section .row .second-column { margin-top: 40px; }

    .amenities-project-section .row .second-column img { max-width: 500px; margin: auto; }

    .amenities-intern-details-section { padding-top: 0; }

    .amenities-intern-details-section .row h2 { font-size: 40px; }

    .amenities-intern-details-section .row h2 span { font-size: 40px; }

    .amenities-intern-details-section .second-row .container { flex-wrap: wrap; }

    .amenities-intern-details-section .row .first-column { width: 100%; }

    .amenities-intern-details-section .row .second-column { width: 100%; }

    .amenities-intern-details-section .row .third-column { width: 100%; }

    .amenities-intern-details-section .row .first-column-information { justify-content: center; }

    .amenities-intern-details-section .row .second-column-information { justify-content: center; margin-top: 30px; }

    .amenities-details-section { padding: 80px 0; }

    .amenities-details-section .row { flex-wrap: wrap; }

    .amenities-details-section .row .column { width: 100%; max-width: 80%; padding: 0; }

    .amenities-images-gallery-section .row .column { width: calc(50% - 10px); }
}

@media (max-width: 768px) {
    .amenities-images-gallery-section .row .column { width: 100%; }

    .amenities-images-gallery-section .row .column .main-image { min-height: 275px; }

    .lightbox-gallery .overlay img { min-height: 360px; object-fit: cover; }

    .lightbox-gallery .overlay #prevButton { margin-right: -55px; z-index: 99; }

    .lightbox-gallery .overlay #nextButton { margin-left: -55px; z-index: 99; }
}

@media (max-width: 575px) {
    .amenities-details-section .row .column .icon-block { width: 100%; }
}

/* end amenities page styles */



/* faq page styles */

.menu-has-background .home-menu-content { background-image: url(https://cdn.toribioachaval.com/cardales/mirabosques/lotes-posesion-inmediata/images/menu-background.png) !important; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }

.faq-section { padding-top: 150px; padding-bottom: 100px; background: #F6F2EA; }

.faq-section h1 { color: #000; }

.faq-section h4 { text-align: center; font-size: 18px; font-weight: 500; margin-top: 10px; color: #000; }

.faq-section .second-row { margin-top: 40px; column-gap: 60px; padding: 40px; background: var(--secondary); }

.faq-section .faq-container-first { width: 50%; }

.faq-section .faq-container-second { width: 50%; }

.faq-section .faq-container { background: var(--primary); border-radius: 20px; padding: 18px 30px; box-sizing: border-box; box-shadow: 2px 2px 5px rgb(0 0 0 / 5%); --webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 5%); }

.faq-section .faq-container-first .faq-header { column-gap: 10px; cursor: pointer; border-bottom: 2px solid #817567; padding: 12px 0; min-height: 50px; }

.faq-section .faq-container-second .faq-header { column-gap: 10px; cursor: pointer; border-bottom: 2px solid #817567; padding: 12px 0; min-height: 50px; }

.faq-section .faq-container-first .faq-header i { color: #817567; }

.faq-section .faq-container-second .faq-header i { color: #817567; }

.faq-section .faq-container-first .faq-header h4 { font-family: font-size: 18px; text-align: left; margin-top: 0; }

.faq-section .faq-container-second .faq-header h4 { text-align: left; font-size: 18px; margin-top: 0; }

.faq-section .faq-container-first .faq-body { display: none; padding: 12px 30px; box-sizing: border-box; }

.faq-section .faq-container-second .faq-body { display: none; padding: 12px 30px; box-sizing: border-box; font-family: 'gotham', sans-serif; }

.faq-section .faq-body p { color: #000; font-weight: 400; font-size: 16px; }

.faq-section .faq-content:first-child .faq-body { display: block; }

.faq-section a { margin: auto; margin-top: 40px; font-weight: 700; }

@media(max-width: 992px){
    .faq-banner-section { background-position: center; }

    .faq-section .second-row { flex-wrap: wrap; }

    .faq-section .faq-container-first { width: 100%; }

    .faq-section .faq-container-second { width: 100%; }
}

@media (max-width: 768px) {
    .faq-section { padding-top: 250px; }
}

/* end faq page styles */

/* Lots page styles */

.lots-financing-banner-section { padding: 80px 0; background: #F9F7F2; }

.lots-financing-banner-section .first-column { padding: 80px 0 0 0; }

.lots-financing-banner-section p { color: #000; }

.lots-financing-banner-section h1 { max-width: 900px; margin: auto; color: #444444; margin-top: 20px; }

.lots-financing-banner-section .p-lots-tyles { max-width: 470px; margin: auto; margin-top: 20px; line-height: 1.5; }

.lots-financing-banner-section  a { border-radius: 0; margin: auto; margin-top: 20px; }

.lots-financing-banner-section  a:hover { background: #000; }

.lots-financing-pesos-section { padding: 80px 0; background: var(--primary); }

.lots-financing-pesos-section .row { column-gap: 50px; }

.lots-financing-pesos-section .row .column { width: 50%; }

.lots-financing-pesos-section .row .first-column h4 { color: var(--secondary); font-size: 25px; font-weight: 400; }

.lots-financing-pesos-section .row .first-column p { margin-top: 20px; max-width: 450px; font-size: 20px; }

.lots-financing-pesos-section .row .first-column ul { margin-top: 20px; }

.lots-financing-pesos-section .row .first-column li { list-style: inside; padding: 5px 10px; }

.lots-financing-pesos-section .row .first-column a { padding: 12px 19px; background: var(--terciary); display: table; margin-top: 20px; color: #484745; font-weight: 500; }

.lots-financing-pesos-section .row .first-column a:hover { background: #000; color: var(--secondary); }

.lots-financing-pesos-section .row .second-column img { width: 100%; border-radius: 30px; }

.amenities-lots { padding: 70px 0; background: #F9F7F2; }

.amenities-lots p { color: #444444; text-align: center; max-width: 350px; margin: auto; margin-top: 20px; }

.amenities-lots .amenities-slider-container .slick-dots li.slick-active button { display: none; }

.amenities-lots .amenities-content a { display: table; margin: auto; margin-top: 20px; padding: 12px 19px; background: var(--primary); color: var(--secondary); }

.amenities-lots .amenities-content a:hover { background: #000; }

.form-section-lots { background: #F9F7F2; }

.form-section-lots .row { flex-direction: row-reverse; }

.form-section-lots .row p { color: #444444; margin-top: 20px; }

@media(max-width: 1380px){
    .lots-financing-banner-section h1 { max-width: 800px; }

    .lots-financing-pesos-section .row .first-column h4 { font-size: 20px; max-width: 335px; }

    .lots-financing-pesos-section .row .first-column p { font-size: 16px; }
}

@media(max-width: 992px){
    .lots-financing-banner-section h1 { max-width: 600px; }

    .lots-financing-pesos-section .row { flex-wrap: wrap; }

    .lots-financing-pesos-section .row .column { width: 100%; }

    .lots-financing-pesos-section .row .first-column h4 { max-width: 100%; text-align: center; }

    .lots-financing-pesos-section .row .first-column p { max-width: 100%; text-align: center; }

    .lots-financing-pesos-section .row .first-column ul { text-align: center; }

    .lots-financing-pesos-section .row .first-column a { margin: auto; margin-top: 20px; }

    .lots-financing-pesos-section .row .second-column img { max-width: 550px; margin: auto; margin-top: 40px; }

    .form-section-lots .row p { text-align: center; }

    .form-section-lots .row .second-column .living-image { max-width: 550px; margin: auto; }
}

@media(max-width: 768px){
    .lots-financing-banner-section { padding-top: 200px; }
}
/* end lots page styles */

/* lots page styles */

.immediate-lots-section { padding-top: 150px; padding-bottom: 80px; background: #F9F7F2; }

.immediate-lots-section .row { column-gap: 100px; }

.immediate-lots-section .row .first-column { width: 55%; }

.immediate-lots-section .row .second-column { width: 45%; }

.immediate-lots-section .row .first-column h4 { font-size: 16px; margin-bottom: 20px; color: #000; font-weight: 300; letter-spacing: 3px; }

.immediate-lots-section .row .first-column h1 { color: #444444; line-height: 0.9; font-family: 'Baskervville', sans-serif; font-size: 60px; font-weight: 600; }

.immediate-lots-section .row .first-column h1 span { font-family: 'Baskervville', sans-serif; font-size: 60px; color: #8E0F25; font-weight: 600; }

.immediate-lots-section .row .first-column p { margin-top: 12px; color: #444444; font-size: 20px; font-family: 'Yantramanav', sans-serif; }

.immediate-lots-section .row .first-column a { margin-top: 20px; border-radius: 0; }

.immediate-lots-section .row .first-column a:hover { background: #000; }

.immediate-lots-section .row .second-column img { height: 600px; width: 100%; border-radius: 20px; box-shadow: 2px 2px 5px rgb(0 0 0 / 5%); --webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 5%); object-fit: cover; }

.invested-section { padding-top: 100px; padding-bottom: 100px; background: #F9F7F2; }

.invested-section .row { column-gap: 100px; }

.invested-section .row .column { width: 50%; }

.invested-section .row .first-column img { width: 100%; border-radius: 20px; position: relative; }

.invested-section .row .second-column h2 { font-family: 'Baskervville', sans-serif; font-size: 50px; color: #444444; font-weight: 600; }

.invested-section .row .second-column h2 span { font-family: 'Baskervville', sans-serif; font-size: 50px; color: #8E0F25; font-weight: 600; }

.invested-section .row .second-column p { margin-top: 25px; color: #444444; font-weight: 400; font-size: 20px; font-family: 'Yantramanav', sans-serif; }

.invested-section .row .second-column a { margin-top: 20px; border-radius: 0; }

.invested-section .row .second-column a:hover { background: #000; }

.amenities-section .amenities-content p { color: #000; max-width: 400px; margin: auto; margin-top: 20px; }

.amenities-lots-section .amenities-slider-container .slick-dots li.slick-active button { display: none; }

@media(max-width: 1380px){
    .immediate-lots-section .row .first-column h1 { font-size: 50px; }

    .immediate-lots-section .row .first-column h1 span { font-size: 50px; }
}

@media(max-width: 1240px){
  .immediate-lots-section .row .first-column h1 { font-size: 45px; }

  .immediate-lots-section .row .first-column h1 span { font-size: 45px; }

  .invested-section { padding-top: 0; }

  .invested-section .row { flex-wrap: wrap; flex-direction: column-reverse; }

  .invested-section .row .column { width: 100%; }

  .invested-section .row .first-column img { width: 500px; margin: auto; margin-top: 40px; }

  .invested-section .row .second-column { margin-top: 40px; }

  .invested-section .row .second-column h3 { text-align: center; }

  .invested-section .row .second-column h4 { text-align: center; }

  .invested-section .row .second-column a { margin: auto; margin-top: 20px; }

  .invested-section .row .second-column p { text-align: center; }

}

@media (max-width: 992px) {
    .immediate-lots-section .row { flex-wrap: wrap; }

    .immediate-lots-section .row .column { width: 100%; text-align: center; }

    .immediate-lots-section .row .first-column h1 { font-size: 40px; }

    .immediate-lots-section .row .first-column h1 span { font-size: 40px; }

    .immediate-lots-section .row .first-column p { font-size: 22px; }

    .immediate-lots-section .row .first-column a { margin: auto; margin-top: 20px; }

    .immediate-lots-section .row .second-column { margin-top: 40px; }

    .immediate-lots-section .row .second-column img { max-width: 500px; margin: auto; }
}

@media(max-width: 768px){
    .immediate-lots-section { padding-top: 300px; }

    .invested-section .row .first-column img { max-width: -webkit-fill-available; }

}