:root {
    --primary: #BCC0A2;
    --secondary: #fff;
    --terciary: #000;
}

@font-face {
    font-family: "helvetica light";
    src: url("../fonts/helvetica_light.otf");
}

@font-face {
    font-family: "helvetica regular";
    src: url("../fonts/helvetica_regular.otf");
}

@font-face {
  font-family: 'helvetica bold';
  src: url('../fonts/helvetica_bold.otf');
}


html, body { margin: 0; padding: 0; }

html, body { overflow-x: hidden; scroll-behavior: smooth; }

h1 { font-family: 'Abhaya Libre', sans-serif; font-size: 65px; font-weight: 600; line-height: 1.1; color: var(--secondary); }

h2 { font-family: 'Abhaya Libre', sans-serif; font-size: 58px; font-weight: 400; line-height: 1.1; color: var(--terciary); }

h3 { font-family: 'helvetica regular', sans-serif; font-size: 24px; font-weight: 400; line-height: 1.1; color: var(--terciary); }

h4 { font-family: 'helvetica regular', sans-serif; font-size: 20px; font-weight: 400; line-height: 1.3; color: var(--terciary); }

h1, h2, h3, h4, h5, h6, p { margin: 0; }

p, a, li, span, button, select, textarea, input { font-family: 'helvetica regular', sans-serif; font-size: 16px; font-weight: 400; color: var(--terciary); line-height: 1.3; }

select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url("https://cdn.toribioachaval.com/saavedra/jaramillo/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: #000; padding: 12px 0; box-sizing: border-box; width: 100%; background: transparent; border-bottom: 1px solid var(--primary); font-family: 'helvetica regular'; }

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: 'helvetica regular', sans-serif; font-weight: 400; 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: 100%; }

.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: 'helvetica regular', 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: 'helvetica regular', 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: var(--terciary); cursor: pointer; border: none; border-radius: 0; }

.hs-button { background: var(--secondary); color: var(--primary); cursor: pointer; text-transform: uppercase; font-family: 'helvetica regular'; font-size: 18px; }

.hs-button:hover { background: var(--secondary); color: var(--primary); transition: 0.6s; }

.home-contact-form-section .row .first-column form .hs-button:hover { background: var(--terciary); color: var(--secondary); transition: 0.6s; }

.hs-error-msg { display: none; }

.hs-main-font-element { color: #FF0000; }

/* 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/saavedra/jaramillo/images/jaramillo-background-image.webp); 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 h4 { color: var(--secondary); }

.home-banner-section .row .first-column h1 { margin-top: 20px; max-width: 750px; }

.home-banner-section .row .first-column h1 span { font-family: 'Abhaya Libre', sans-serif; font-size: 65px; font-weight: 600; line-height: 1.1; color: var(--secondary); }

.home-banner-section .row .first-column .text-decoration { margin-top: 20px; max-width: 650px; color: var(--secondary); font-weight: 400; line-height: 1.5; }

.home-banner-section .row .second-column a { padding: 12px 30px; background: var(--primary); color: var(--terciary); display: table; margin-top: 30px; }

.home-banner-section .row .second-column a:hover { background: var(--secondary); color: var(--terciary); 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 .column .image-header { border-radius: 30px; width: 100%; }

.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: var(--terciary); 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: 65px; font-family: 'helvetica neue light'; 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(--primary); color: #fff; }

.home-menu-section .menu-content-block .row .first-column ul li a:not(.contact-menu-item):hover { color: var(--primary); filter: brightness(1.3); }

.home-menu-section .menu-content-block .row .first-column ul li a.active { font-weight: 400; font-family: 'Abhaya Libre', sans-serif; font-size: 70px; color: var(--primary); }

.home-menu-section .menu-content-block .row .first-column .social-networks-content { margin-top: 80px; 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(--primary); }

.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: 100%; 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: #F4F0E7; 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: var(--terciary); }

.home-contact-form-section .row .first-column h4 { color: var(--terciary); margin-top: 20px; }

.home-contact-form-section .row .first-column form input::placeholder { color: #000; }

.home-contact-form-section .row .first-column form textarea::placeholder { color: #000; }

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 { padding: 20px 19px; transition: all 0.6s; cursor: pointer; background: var(--secondary); font-weight: 500; color: #fff; letter-spacing: 1.8px; border-radius: 10px; text-transform: uppercase; font-size: 16px; }

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: 'helvetica regular'; font-weight: 400; }

form .hs-tipologias { 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; }

.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: #F4F0E7; }

.proposal-section h2 { max-width: 830px; margin: auto; text-align: center; font-size: 56px; }

.proposal-section span { font-size: 56px; color: var(--terciary); font-family: 'Abhaya Libre', sans-serif; font-weight: 700; line-height: 1.0; }

.a-different-living-section { padding-bottom: 100px; background: #F4F0E7; }

.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 { font-family: 'helvetica neue light'; font-size: 28px; color: var(--terciary); }

.a-different-living-section .row .second-column h4 span { font-family: 'helvetica bold'; font-size: 28px; color: var(--terciary); }

.a-different-living-section .row .second-column p { margin-top: 25px; color: var(--terciary); font-size: 20px; font-family: 'helvetica regular'; }

.a-different-living-section .row .second-column .divider-horizontal-line { width: 100%; background: var(--primary); height: 1px; display: table; margin-top: 40px; }

.a-different-living-section .row .text-content-two { margin-top: 40px; }

.a-different-living-section .row .second-column a { padding: 10px 20px; background: var(--primary); display: table; margin-top: 20px; }

.a-different-living-section .row .second-column a:hover { background: var(--terciary); }

.amenities-details-section { padding: 100px 0; background: var(--primary); background-repeat: no-repeat; background-size: cover; }

.amenities-details-section .row h3 { font-size: 24px; text-align: center; margin-bottom: 60px; }

.amenities-details-section .row .text-info-amenities { margin-bottom: 40px; }

.amenities-details-section .row img { margin: auto; height: 60px; width: auto; object-fit: contain; }

.amenities-details-section .row .amenities-tittle-style { font-weight: 500; }

.amenities-details-section .row .first-column { max-width: 900px; column-gap: 60px; margin: auto; }

.amenities-details-section .row .second-column { max-width: 900px; column-gap: 60px; margin: auto; }

.amenities-details-section .row .third-column { max-width: 900px; column-gap: 60px; margin: auto; }

.amenities-details-section .row .first-column .column { width: 50%; }

.amenities-details-section .row .second-column { margin-top: 40px; }

.amenities-details-section .row .second-column .column { width: 50%; }

.amenities-details-section .row .third-column { margin-top: 40px; }

.amenities-details-section .row .third-column .column { width: 50%; }

.amenities-details-section .column img { height: 25px; width: 25px; object-fit: contain; margin: initial; }

.amenities-details-section .column h4 { color: var(--terciary); font-weight: 400; font-size: 20px; text-align: center; margin-bottom: 0; margin: inherit; text-align: left; margin-left: 10px; margin-bottom: 0; }

.amenities-details-section .row a { padding: 12px 19px; background: var(--primary); display: table; margin: auto; margin-top: 60px; color: var(--terciary); border: 1px solid var(--terciary); letter-spacing: 3px; }

.amenities-details-section .row a:hover { background: var(--terciary); color: var(--secondary); }

.numbers-section { background: var(--terciary); padding-top: 90px; padding-bottom: 90px; }

.numbers-section .row .column { width: 25%; justify-content: center; }

.numbers-section .row .column p { font-family: 'helvetica regular'; font-size: 18px; width: 80%; margin: auto; color: var(--secondary); line-height: 1.3; font-weight: 400; letter-spacing: 3px; }

.numbers-section .button-styles-numbers { padding: 20px 30px; background: var(--primary); display: table; margin: auto; margin-top: 60px; letter-spacing: 3px; }

.numbers-section .button-styles-numbers:hover { background: var(--secondary); color: var(--terciary); }

.numbers-section .row .divider-vertical-line { width: 2px; height: 80px; background: var(--primary); display: block; }

.amenities-section { background: #F4F0E7; 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 h2 { max-width: 650px; }

.amenities-section .amenities-content a { padding: 20px 30px; background: var(--primary); border-radius: 0; color: var(--terciary); display: flex; white-space: nowrap; letter-spacing: 3px; }

.amenities-section .amenities-title-content { margin-top: 12px; margin-right: calc((100vw - min(1200px, 80vw)) / 2); }

.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: 33.3%; 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(--terciary); }

.amenities-section .amenities-slider-container .slick-dots { white-space: nowrap; overflow-x: auto; display: flex; justify-content: flex-start; }

.amenities-section .amenities-content a:hover { background: var(--terciary); color: var(--secondary); transition: 0.6s; }

.location-section { padding: 100px 0; background: var(--primary); }

.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(--terciary); font-size: 16px; }

.location-section .row .first-column h2 { margin-top: 20px; margin-bottom: 20px; color: var(--terciary); max-width: 500px; }

.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%; }

.footer { padding: 50px 0; background: var(--secondary); }

.footer .link { border-radius: 10px; font-family: 'helvetica regular', 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: 9px; font-weight: 400; color: #959595; font-size: 16px; margin-left: 5px; }

.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; }

.footer .footer-second-block-content .row .column img { margin: auto; }

@media (max-width: 1380px) {
    h1 { font-size: 55px; }

    h2 { font-size: 50px; }

    h3 { font-size: 20px; }

    h4 { font-size: 18px; }

    .home-banner-section .unico-banner-logo img { max-width: 420px; }

    .home-banner-section .column-content-banner p { right: 15%; }

    .home-menu-section .row .column:nth-child(1) img { max-width: 95px; }

    .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: 55px; }
     
    .home-menu-section .contact-menu-item { font-size: 14px; } 

    .home-banner-section .row .first-column h1 { max-width: 600px; }

    .home-banner-section .row .first-column h1 span { font-size: 55px; } 

    .home-banner-section .row .first-column .text-decoration { max-width: 500px; }

    .home-contact-form-section h2 { font-size: 50px; }

    .proposal-section h2 { font-size: 50px; max-width: 750px;  }

    .proposal-section h2 span { font-size: 50px; }

    .numbers-section .row .column h2 { font-size: 50px; }

    .home-contact-form-section .row .first-column h2 span { font-size: 50px; }

    .amenities-section .amenities-content h2 { font-size: 50px; }

    .amenities-section .amenities-content h2 span { font-size: 50px; }

    .numbers-section .row .column p { font-size: 16px; }

    .location-section .row .first-column h2 { font-size: 50px; }

    .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: auto; margin-top: 40px; }

    .footer .footer-first-block-content .row .column:nth-child(1) { justify-content: center; }

    .footer .logo-footer { margin: auto; }

    .footer .footer-first-block-content h4 { position: absolute; margin-top: 40px; margin-left: 0; width: 100%; text-align: center; }

    .footer .footer-second-block-content .row .column a:last-child { margin: auto; }
  }

@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 .first-column img { width: 500px; margin: auto; }

    .a-different-living-section .row .second-column { margin-top: 40px; }

    .a-different-living-section .row .second-column h2 { text-align: center; }

    .a-different-living-section .row .second-column h4 { text-align: center; }

    .a-different-living-section .row .second-column p { text-align: center; }

    .a-different-living-section .row .second-column a { margin: auto; margin-top: 20px; }

    .amenities-details-section .text-info-amenities { display: block; }

    .amenities-details-section a { margin-top: 20px; display: table; }
    
    .numbers-section-content .row { flex-wrap: wrap; }

    .numbers-section .container .row { width: 100%; }

    .numbers-section .numbers-section-content .row { padding: 0; }

    .numbers-section .row .column { width: 33%; margin-top: 30px; }

    .numbers-section .row .four-column { width: 49%; margin-top: 60px; }

    .numbers-section .row .five-column { width: 100%; margin-top: 60px; }

    .numbers-section .row .second-divider-line { display: none; }

    .numbers-section .row .third-divider-line { position: relative; top: 25px; }

    .numbers-section .row .column p { font-size: 14px; }

    .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; }

    .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 .third-column { margin-top: 40px; }
   
}


@media (max-width: 992px) {
    h1 { font-size: 45px; }

    h2 { font-size: 40px; }

    h3 { font-size: 18px; }

    .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 { max-width: 450px; }

    .home-banner-section .row .first-column h1 span { font-size: 45px; }

    .home-banner-section .row .second-column { margin-top: 40px; text-align: initial; }

    .home-banner-section .row .first-column .text-decoration { max-width: 450px; }

    .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 { font-size: 40px; max-width: 600px; }

    .proposal-section h2 span { font-size: 40px; }

    .numbers-section-content .row { flex-wrap: wrap; }

    .numbers-section .numbers-section-content .row { padding: 0; }

    .numbers-section-content .row .column { width: 100%; margin-top: 20px; }

    .numbers-section .row .divider-vertical-line { display: none; }

    .amenities-section .amenities-content { margin: auto; width: 80%; max-width: 1200px; }

    .amenities-section .amenities-title-content { flex-wrap: wrap; }

    .amenities-section .amenities-title-content h4 { max-width: 100%; width: 100%; }

    .amenities-section .amenities-title-content a { margin-top: 20px; }

    .amenities-details-section h2 span { font-size: 25px; }

    .amenities-details-section a { margin-bottom: 40px; }

    .amenities-details-section .row .first-column { flex-wrap: wrap; }

    .amenities-details-section .row .first-column .column { width: 100%; justify-content: center; margin-bottom: 20px; }

    .amenities-details-section .row .second-column { flex-wrap: wrap; margin-top: 0; }
  
    .amenities-details-section .row .second-column .column { width: 100%; justify-content: center; margin-bottom: 20px; }

    .amenities-details-section .row .third-column { flex-wrap: wrap; margin-top: 0; }
  
    .amenities-details-section .row .third-column .column { width: 100%; justify-content: center; margin-bottom: 20px; }

    .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%; }

    .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: 10px; }

    .footer .footer-first-block-content h4 { text-align: center; }

    .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; }

    .home-banner-section { background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.15)), url(https://cdn.toribioachaval.com/saavedra/jaramillo/images/jaramillo-mobile-background-image.webp); background-size: cover; background-repeat: no-repeat; height: 100vh; }

    .home-banner-section .row { top: 50%; transform: translateY(-50%); }

    .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 .row .first-column h1 span { font-size: 40px; }

    .home-banner-section .unico-banner-logo img { max-width: 355px; }

    .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; }

    .a-different-living-section .row .first-column img { max-width: -webkit-fill-available; }
}

@media (max-width: 575px) {
    h1 { font-size: 30px; } 

    .home-banner-section .row .first-column h1 { max-width: 300px; }

    .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; line-height: 1.8; }

}

@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; }

    .amenities-details-section .row a { text-align: center; }

    .amenities-details-section .row .first-column .column { display: block; }

    .amenities-details-section .row .second-column .column { display: block; }

    .amenities-details-section .row .third-column .column { display: block; }

    .amenities-details-section .column img { margin: auto; }

    .amenities-details-section .column h4 { text-align: center; margin-top: 15px; margin-left: 0; }
    
    .numbers-section .button-styles-numbers { text-align: center; font-size: 14px; }

    .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; }
}


/* end home page styles */



/* about the project page styles */

.about-the-project-section { padding-top: 200px; padding-bottom: 60px; background: #F4F0E7; }

.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-top: 20px; color: var(--terciary); }

.about-the-project-section .row .first-column h1 { color: var(--terciary); font-size: 60px; margin-top: 20px; }

.about-the-project-section .row .first-column p { margin-top: 12px; color: var(--terciary); font-size: 20px; font-family: 'gt light', sans-serif; }

.about-the-project-section .row .first-column a { margin-top: 40px; border-radius: 0; padding: 12px 19px; color: var(--terciary); }

.about-the-project-section .row .first-column a:hover { background: var(--primary); color: var(--secondary); }

.about-the-project-section .row .second-column img { height: 600px; width: 100%; box-shadow: 2px 2px 5px rgb(0 0 0 / 5%); --webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 5%); object-fit: cover; }

.live-section { padding: 100px 0; background: #F4F0E7; }

.live-section .first-row .column { width: 100%; column-gap: 60px; }

.live-section .first-row .column h2 { width: 50%; }

.live-section .first-row .column p { color: var(--terciary); margin-top: 20px; font-size: 20px; font-family: 'gt light', sans-serif; width: 50%; }

.live-section .first-row .column .p-styles-live { margin-top: 0; }

.live-section .second-row img { width: 100%; margin-top: 60px; max-height: 600px; object-fit: cover; }

.choice-section .column { width: 50%; }

.choice-section .first-column { background: var(--primary); }

.choice-section .first-column .column-content-choice { margin-left: calc((100vw - min(1200px, 80vw)) / 2); position: relative; top: 50%; transform: translateY(-50%); padding: 0 110px 0 0 ; }

.choice-section .first-column .column-content-choice p { margin-top: 25px; }

.choice-section .second-column img { width: 100%; }

.saavedra-section { padding: 80px 0; background: #F4F0E7; }

.saavedra-section h2 { text-align: center; color: var(--terciary); font-size: 50px; max-width: 550px; margin: auto; }

.saavedra-section h4 { color: var(--terciary); font-size: 20px; text-align: center; max-width: 500px; margin: auto; margin-top: 20px; }

.saavedra-section a { padding: 12px 19px; background: var(--primary); color: var(--terciary); display: table; margin: auto; margin-top: 30px; letter-spacing: 2px; }

.saavedra-section a:hover { background: var(--terciary); color: var(--secondary); }

@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; }

    .location-project-section .row .first-column h2  { font-size: 40px; }
}

@media(max-width: 1300px){
    .amenities-section-units .row .container { flex-wrap: wrap; }

    .amenities-section-units .row .container .column { width: 100%; }

    .amenities-section-units .row .container .second-column { padding: 80px 0; margin-top: 50px; }

    .amenities-section-units .row .container .second-column .column-content-amenities { width: 80%; max-width: 1200px; margin: auto; }

    .amenities-section-units .second-column h4 { text-align: center; }

    .amenities-section-units .second-column h2 { text-align: center; }

    .amenities-section-units .second-column ul li { text-align: center; }
}

@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; }

}

@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: 0; }
  
  .amenities-details-project-section .row .second-column .column { width: 100%; margin-top: 20px; justify-content: center; }

  .amenities-details-project-section .row .third-column { flex-wrap: wrap; margin-top: 0; }
  
  .amenities-details-project-section .row .third-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; }

    .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; }

    .a-different-living-project-section .row .second-column h2 { font-size: 30px; text-align: center; }

    .a-different-living-project-section .row .second-column p { text-align: center; }

    .amenities-details-project-section .column h4 { font-size: 18px; } 

    .live-section .first-row .column { flex-wrap: wrap; }

    .live-section .first-row .column h2 { width: 100%; text-align: center; }

    .live-section .first-row .column p { width: 100%; text-align: center; margin-top: 20px; }

    .live-section .first-row .column .p-styles-live { margin-top: 20px; }
    
    .choice-section .row { flex-wrap: wrap; }

    .choice-section .row .column { width: 100%; }

    .choice-section .first-column .column-content-choice { margin-left: 0; padding: 100px 0; max-width: 1200px; width: 80%; margin: auto; text-align: center; }

    .choice-section .row .second-column h2 { font-size: 30px; text-align: center; margin-top: 50px; }

    .choice-section .row .second-column p { text-align: center; }

    .choice-section .row .second-column a { margin: auto; margin-top: 20px; }

    .saavedra-section h2 { font-size: 30px; }
}

@media (max-width: 768px) {
    .about-the-project-section { padding-top: 250px; padding-bottom: 60px; }

    .about-the-project-section .row .first-column h1 { margin-top: 20px; }

    .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; }

    .saavedra-section a { text-align: center; }
}


/* end about the project page styles */


/* building and units page styles */

.amenities-section-units { padding: 200px 0 100px 0; background: #F4F0E7; }

.amenities-section-units .column { width: 50%; }

.amenities-section-units .row .container { column-gap: 50px; }

.amenities-section-units .column img { width: 100%; }

.amenities-section-units .slick-dots { position: relative; }

.amenities-section-units .slick-dots li button:before { color: transparent !important; width: 50px !important; height: 3px !important; background: var(--primary); }

.amenities-section-units .slick-dots li { margin: 0 22px !important; }

.amenities-section-units .slick-dots li:first-child { margin-left: 0 !important; }

.amenities-section-units .slick-dots li:last-child { margin-right: 0 !important; }

.amenities-section-units .slick-dotted.slick-slider { margin-bottom: 0 !important; }

.amenities-section-units .second-column { position: relative; bottom: 14px; background: var(--secondary); padding: 55px; border-radius: 20px; }

.amenities-section-units .second-column h4 { font-size: 16px; margin-top: 10px; }

.amenities-section-units .second-column h2 { margin-top: 20px; line-height: 1.0; }

.amenities-section-units .second-column ul { margin-top: 20px; }

.amenities-section-units .second-column ul li { padding: 11px 20px; list-style: inside; }

.amenities-section-units .button-amenities-section-units { padding: 12px 19px; background: var(--primary); color: var(--terciary); letter-spacing: 3px; display: table; margin: auto; margin-top: 40px; }

.amenities-section-units .button-amenities-section-units:hover { background: var(--terciary); color: var(--secondary); }

.units-section { padding-top: 100px; padding-bottom: 100px; background: var(--secondary); }

.units-section h1 { color: var(--terciary); margin-top: 20px; margin-bottom: 15px; }

.units-section .button-brochure { margin-left: auto; }

.units-section .button-brochure a { border: 1px solid var(--terciary); padding: 12px 18px; color: var(--terciary); letter-spacing: 2px; }

.units-section .button-brochure a:hover { background: var(--primary); color: var(--secondary); }

.units-section .row { margin-top: 60px; } 

.units-section .row .tabs-container { column-gap: 10px; }

.units-section .row .tabs-container .tab-content { background: #fff; padding: 12px 18px; box-sizing: border-box; cursor: pointer; box-shadow: 2px 2px 5px rgb(0 0 0 / 5%); --webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 5%); }

.units-section .row .tabs-container .tab-content p { font-family: 'gt thin', sans-serif; font-size: 14px; color: var(--terciary); }

.units-section .row .brochure-download-button { margin-left: auto; }

.units-section .row .brochure-download-button:hover { border-color: var(--primary); }

.units-section .row .tabs-information-content { flex-wrap: wrap; row-gap: 20px; column-gap: 20px; margin-top: 40px; }

.units-section .row .tabs-information-content .w-25 { width: calc(25% - 15px); position: relative; }

.units-section .row .tabs-information-content .w-50 { width: calc(50% - 10px); }

.units-section .row .tabs-information-content .tab-item { cursor: pointer; position: relative; border-radius: 20px; background: #fff; padding: 30px 50px; 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%); min-height: 250px; }

.units-section .row .tabs-information-content .tab-item .images-content { column-gap: 10px; }

.units-section .row .tabs-information-content .tab-body { display: flex; flex-direction: column; justify-content: center; height: 100%; }

.units-section .row .tabs-information-content .tab-body .flat-image { width: 100%; max-width: 245px; margin: auto; }

.units-section .row .tabs-information-content .tab-body p { font-weight: 500; color: #B6B6B6; font-size: 14px; background: #fff; padding: 15px 45px; margin: auto; text-align: center; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; }

.units-section .row .tabs-information-content .tab-body .zoom-icon { display: none; max-width: 49px; position: absolute; top: 10px; right: 10px; cursor: pointer; transition: all 0.6s; z-index: 999; }

.units-section .row .tabs-information-content .tab-body:hover .zoom-icon { display: block!important; transform: scale(1.10); z-index: 999; }

.tab-item:hover .zoom-icon { display: block; }

.units-section .row .tabs-information-content .tab-body .flat-image { max-height: 100px; width: 100%; max-width: 245px; margin: auto; cursor: pointer; position: relative; background: #fff; padding: 30px; box-sizing: border-box; min-height: 250px; border-top-right-radius: 20px; border-top-left-radius: 20px; }

.units-section .button-content-text a { padding: 12px 19px; background: var(--primary); color: #fff; margin-top: 25px; letter-spacing: 2px; font-family: 'gt thin', sans-serif; } 

.units-section .button-content-text a:hover { background: var(--terciary); }

.units-section .tabs-container .item-tab-content { background: #fff; color: #000; cursor: pointer; }

.units-section .tabs-container .item-tab-content.active { background: var(--secondary); color: #fff; }

.units-section .tabs-container .item-tab-content.active p { color: #fff; }

.dropdown-filter { position: relative; }

.dropdown-filter:focus { outline: none; box-shadow: none; }

.dropdown-toggle { transition: all 0.6s; background: #fff; padding: 12px 18px; box-sizing: border-box; cursor: pointer; box-shadow: 2px 2px 5px rgb(0 0 0 / 5%); --webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 5%); font-size: 16px; border: none; }

/*.dropdown-toggle:hover { background: #525562; color: #fff; } */

.dropdown-toggle:focus { outline: none; box-shadow: none; }

.dropdown-menu { display: none; position: absolute; top: 110%; left: 0; background: #fff; border: 1px solid #ddd; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); padding: 8px 12px; z-index: 1000; }

.dropdown-menu label { display: flex; font-size: 14px; margin-bottom: 4px; cursor: pointer; color: #000; }

.dropdown-menu input[type="checkbox"] { margin-right: 6px; }

.dropdown-filter.active .dropdown-menu { display: block; border-radius: 10px; }

.dropdown-filter:focus { border-radius: 10px; }

.units-brochure-section { background-image: url(https://cdn.toribioachaval.com/saavedra/jaramillo/images/background-image-brochure.jpg); height: 30vh; background-repeat: no-repeat; background-size: cover; }

.units-brochure-section a { background: rgba(120, 120, 120, 0.8); margin: auto; top: 50%; position: relative; transform: translateY(-50%); padding: 20px; color: #fff; border: 1px solid #fff; }

.units-section .tabs-container .item-tab-content.active { background: var(--terciary); color: var(--secondary); box-shadow: 0 4px 12px rgba(0,0,0,0.08); }

.units-section .tabs-container .item-tab-content.active .dropdown-toggle { background: transparent; color: #fff; box-shadow: none; border: none; }

.units-section .tabs-container .item-tab-content .dropdown-toggle { font-family: 'Abhaya Libre', sans-serif; background: transparent; color: var(--terciary); border: none; padding: 12px; cursor: pointer; transition: all .25s; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }

.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 { max-width: 30%; background: #f9f9f9; }

.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); }

.overlay img { transition: transform 0.3s ease; cursor: zoom-in; }

.overlay img.zoomed { transform: scale(2); cursor: zoom-out; }

.master-section { padding: 100px 0; background: var(--primary); }

.master-section h3 { text-align: center; color: var(--secondary); font-family: 'gt thin', sans-serif; font-weight: 300; }

.master-section h4 { text-align: center; font-family: 'gt thin', sans-serif; margin-top: 10px; font-size: 25px; }

.master-section a { padding: 12px 19px; background: var(--secondary); color: var(--primary); margin: auto; margin-top: 20px; display: table; font-family: 'gt thin', sans-serif; letter-spacing: 2px; }

.master-section a:hover { background: var(--terciary); color: var(--secondary); }

.master-section img { width: 100%; margin-top: 50px; }

@media (max-width: 1500px) {
    .units-section .row .tabs-information-content .tab-item .images-content { flex-wrap: wrap; }
}

@media(max-width: 1400px){
    .amenities-section-units .second-column { padding: 38px; }
}

@media (max-width: 1200px) {
    .units-section .button-brochure { margin-left: 0; margin: auto; margin-top: 20px; }

    .units-section .row .tabs-container { flex-wrap: wrap; row-gap: 10px; }

    .units-section .row .tabs-container .tab-content { width: 100%; }

    .units-section .row .tabs-container .tab-content p { text-align: center; }

    .units-section .tabs-container .item-tab-content { width: 100%; justify-content: center; display: flex; }

    .dropdown-toggle { box-shadow: none; }

    .dropdown-menu { left: 20%; }

    .units-section .row .tabs-information-content .tab-body p { padding: 15px 26px; }

    .units-section .row .brochure-download-button { display: block; width: 240px; margin: auto; }

    .units-section .row .tabs-information-content { justify-content: center; }

    .units-section .row .tabs-information-content .w-25 { width: calc(50% - 10px); }

    .units-section .row .tabs-information-content .tab-body .flat-image { max-width: 210px; }
}


@media (max-width: 768px) {
    .units-section .row .tabs-information-content .w-25,
    .units-section .row .tabs-information-content .w-50 { width: 100%; }
}


/* end building and units 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/saavedra/jaramillo/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 p { font-family: 'helvetica regular', sans-serif; }

.contact-form-section .row .column h1 { margin: auto; margin-top: 20px; max-width: 600px; font-family: 'Abhaya Libre', sans-serif; font-weight: 400; }

.contact-form-section .row .column .p-styles-contact { margin-top: 20px; font-size: 20px; color: var(--secondary); max-width: 900px; margin: auto; }

.contact-form-section .row .column form { margin: auto; margin-top: 40px; justify-content: space-between; column-gap: 20px; max-width: 550px; }

.contact-form-section .row .column form .hs_tipologias  { width: 100%!important; }

.contact-form-section .row .column form button { max-width: 110px; margin: auto; margin-top: 12px; }

.contact-form-section .row .column form input { font-family: 'helvetica regular', sans-serif; background: transparent; padding: 12px 10px; width: 100%; color: var(--secondary); text-transform: capitalize; border-bottom: 1px solid #fff; }

.contact-form-section .row .column form textarea { color: var(--secondary); font-family: 'helvetica regular', sans-serif; padding: 12px 10px; background: transparent; display: flex; justify-content: center; width: 100%; height: 140px; margin: auto; text-transform: capitalize; border-bottom: 1px solid #fff; }

.contact-form-section .row .column form input::placeholder { color: var(--secondary); }

.contact-form-section .row .column form textarea::placeholder { color: var(--secondary); }

.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-submit input { text-transform: uppercase; width: 100%; margin: auto; background: var(--primary); color: #fff; border: none; display: table; 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; }

.contact-form-section .row .column .hs_error_rollup { text-align: center; width: 100%; }

.contact-form-section .row .column .actions .hs-button:hover { background: var(--terciary)!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: 300px; 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 */

/* form thanks page styles */

.thanks-section { padding-top: 240px; padding-bottom: 110px; background: #f8f7f2; }

.thanks-section .row .column h1 { color: var(--primary); }

.thanks-section .row .column p { margin-top: 20px; }

.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: #ff0000; }

.contact-form-popup .popup-body .popup-title { margin-bottom: 20px; }

.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: #000; }

.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: 330px; padding-bottom: 90px; }

    .thanks-section .row .column h1 { font-size: 36px; }
}

/* end form thanks page styles */


/* amenities page styles */

.amenities-banner-section { background-image: url(https://cdn.toribioachaval.com/saavedra/jaramillo/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-banner-section .row .column h1 { max-width: 400px; }

.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 h2 { color: var(--terciary); line-height: 0.9; font-size: 60px; font-weight: 400; }

.amenities-project-section .row .first-column p { margin-top: 12px; color: var(--terciary); font-size: 20px; font-family: 'helvetica regular', sans-serif; }

.amenities-project-section .row .first-column a { margin-top: 20px; border-radius: 0; color: var(--terciary); font-size: 16px; font-family: 'helvetica regular'; }

.amenities-project-section .row .first-column a:hover { background: #000; color: var(--secondary); }

.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 h2 { color: var(--terciary); font-weight: 600; font-size: 60px; max-width: 800px; margin: auto; margin-top: 30px; }

.amenities-intern-details-section .row p { color: var(--terciary); font-size: 20px; text-align: center; margin-top: 10px; }

.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 .row .first-column { margin: auto; margin-top: 60px; width: 100%; }

.amenities-intern-details-section .row .column-information { width: 20%;  }

.amenities-intern-details-section .column .images-styles { margin: auto; }

.amenities-intern-details-section .column img { object-fit: contain; }

.amenities-intern-details-section .column h4 { margin: auto; margin-top: 10px; color: #000; font-weight: 400; font-size: 20px; text-align: center; letter-spacing: 0; max-width: 200px; }

.amenities-intern-details-section .button-amenities-style { padding: 10px 20px; background: var(--primary); display: table; margin: auto; margin-top: 35px; color: var(--terciary); 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; max-width: 300px; }

    .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; margin-top: 0; }

    .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%; flex-wrap: wrap; margin-top: 30px; }

    .amenities-intern-details-section .row .column-information { justify-content: center; width: 100%; margin-top: 40px; }

    .amenities-details-section { padding: 80px 0; }

    .amenities-details-section .row { flex-wrap: wrap; }

    .amenities-details-section .row .column { justify-content: center; width: 100%; max-width: 80%; padding: 0; }

    .amenities-images-gallery-section .row .column { width: calc(50% - 10px); }
}

@media (max-width: 768px) {
    .amenities-section-units { padding: 350px 0 100px 0; }

    .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 */


.disabled {
  pointer-events: none;   /* bloquea el click */
          /* lo pone grisado */
  cursor: not-allowed;    /* cursor prohibido */
}