:root {
    --primary: #A29777;
    --secondary: #fff;
    --terciary: #333333;
}

@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');
}

@font-face {
  font-family: 'helvetica neue bold';
  src: url('../fonts/HelveticaNeueBold.otf');
}


@font-face {
  font-family: 'helvetica neue light';
  src: url('../fonts/HelveticaNeueLight.otf');
}

html, body { margin: 0; padding: 0; }

html, body { overflow-x: hidden; scroll-behavior: smooth; }

h1 { font-family: 'helvetica neue bold', sans-serif; font-size: 70px; font-weight: 600; line-height: 1.1; color: var(--secondary); }

h2 { font-family: 'helvetica neue light', sans-serif; font-size: 60px; font-weight: 600; line-height: 1.1; color: var(--secondary); }

h3 { font-family: 'helvetica neue light', sans-serif; font-size: 40px; font-weight: 600; line-height: 1.1; color: var(--secondary); }

h4 { font-family: 'helvetica neue light', sans-serif; font-size: 25px; font-weight: 500; line-height: 1.3; color: var(--secondary); }

h1, h2, h3, h4, h5, h6, p { margin: 0; }

p, a, li, span, button, select, textarea, input { letter-spacing: 2px; font-family: 'helvetica neue bold', sans-serif; font-size: 16px; font-weight: 700; color: var(--secondary); line-height: 1.3; }

select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url("https://cdn.toribioachaval.com/vaca-muerta/entre-bardas/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 #5A5E6B; font-family: 'helvetica light'; 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: 'helvetica regular', 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: '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: #FF0000; }

.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; border: none; font-family: 'helvetica neue bold'; }

.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(--terciary); transition: 0.6s; }

.home-contact-form-section .row .first-column form .hs-button:hover { background: #FF0000; transition: 0.6s; }

.hs-error-msg { display: none; }

.hs-main-font-element { color: #FF0000; font-family: 'helvetica regular', sans-serif; font-size: 18px; margin-top: 15px; }

/* 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/vaca-muerta/entre-bardas/images/entrebardas-background-image.png); background-size: cover; background-repeat: no-repeat; height: 100vh; }

.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); font-weight: 400; }

.home-banner-section .row .first-column h1 { margin-top: 20px; max-width: 900px; }

.home-banner-section .row .first-column .text-decoration { margin-top: 20px; font-family: 'helvetica regular'; }

.home-banner-section .row .second-column a { padding: 10px 25px; background: var(--terciary); color: var(--secondary); display: table; margin-top: 30px; }

.home-banner-section .row .second-column a:hover { background: #FF0000; 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; height: 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(--primary); 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: 'DM Sans'; 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(--terciary); color: #fff; }

.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: 700; font-family: 'DM Sans', sans-serif; font-size: 65px; color: var(--terciary); }

.home-menu-section .menu-content-block .row .first-column .social-networks-content { margin-top: 100px; 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: 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: 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 { white-space: nowrap; font-family: 'helvetica neue light'; color: var(--terciary); margin-top: 15px; }

.home-contact-form-section .row .first-column h2 span { color: var(--terciary); font-family: 'helvetica bold', sans-serif; font-size: 60px; font-weight: 700; line-height: 0; }

.home-contact-form-section .row .first-column h4 { color: #444444; font-family: 'helvetica regular'; }

.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: 500; 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-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: var(--primary); }

.proposal-section h3 { font-family: 'helvetica neue light'; text-align: center; color: var(--secondary); max-width: 700px; margin: auto; line-height: 1.0; font-weight: 400; }

.proposal-section span { font-size: 40px; color: var(--secondary); font-family: 'helvetica bold', sans-serif; font-weight: 600; line-height: 1.0; }

.proposal-section img { margin: auto; margin-bottom: 20px; }

.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 { 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: #444444; font-size: 25px; font-family: 'helvetica neue light'; }

.a-different-living-section .row .second-column .divider-horizontal-line { width: 100%; background: var(--terciary); 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: #FF0000; }

.amenities-details-section { padding: 100px 0; background: var(--primary); background-repeat: no-repeat; background-size: cover; }

.amenities-details-section .row h4 { font-size: 28px; text-align: center; max-width: 400px; margin: auto; margin-bottom: 30px; }

.amenities-details-section .row h4 span { font-size: 28px; color: var(--secondary); font-family: 'helvetica neue Bold'; height: fit-content; }

.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 .column { width: 33.3%; }

.amenities-details-section .row .second-column { margin-top: 40px; }

.amenities-details-section .row .second-column .column { width: 33.3%; }

.amenities-details-section .column img { font-size: 15px; object-fit: contain; }

.amenities-details-section .column h4 { color: var(--secondary); font-weight: 400; font-size: 25px; text-align: center; margin-top: 20px; }

.image-section-number img { width: 100%; }

.numbers-section { background: #333333; padding-bottom: 90px; }

.numbers-section .numbers-section-content .row { padding: 90px 0 0 0; }

.numbers-section .row .column { width: 20%; justify-content: center; }

.numbers-section .row .column h2 { font-family: 'helvetica neue bold'; color: var(--secondary); }

.numbers-section .row .column h2 span { font-family: 'helvetica neue bold'; color: var(--secondary); }

.numbers-section .row .column sup { font-size: 0.7em; line-height: 0; vertical-align: super; }

.numbers-section .row .column p { font-family: 'helvetica neue light'; font-size: 20px; margin-top: 24px; margin-left: 10px; color: var(--secondary); line-height: 1.3; 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(--secondary); 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 h4 { color: #333333; max-width: 750px; }

.amenities-section .amenities-content a { padding: 15px 20px; background: var(--primary); border-radius: 0; color: var(--secondary); display: flex; white-space: nowrap; line-height: 1; }

.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: 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(--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: #FF0000; color: var(--secondary); transition: 0.6s; }

.location-section { padding: 100px 0; background: #333333; }

.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(--secondary); font-weight: 300; }

.location-section .row .first-column h4 { color: var(--secondary); font-family: 'helvetica neue light'; }

.location-section .row .first-column h2 { margin-top: 20px; margin-bottom: 20px; color: var(--secondary); font-family: 'helvetica neue bold'; font-size: 70px; }

.location-section .row .first-column a { padding: 10px 20px; background: var(--secondary); 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%; }

.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: #FF0000; }

.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: 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 { max-width: 700px; }

    .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: 50px; }

    .home-contact-form-section h2 { font-size: 48px; }

    .numbers-section .row .column h2 { font-size: 48px; }

    .home-contact-form-section .row .first-column h2 span { font-size: 48px; }

    .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: 56px; }

    .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: 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; }

    .home-contact-form-section .row .first-column h2 { font-size: 42px; }

    .home-contact-form-section .row .first-column h2 span { font-size: 42px; }

    .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 h3 { 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 { padding-top: 60px; }
    
    .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.3%; }

    .numbers-section .row .four-column { width: 50%; margin-top: 30px; }

    .numbers-section .row .five-column { width: 50%; margin-top: 30px; }

    .numbers-section .container .first-row { padding: 50px 0; text-align: center; }

    .numbers-section .first-row a { margin: auto; margin-top: 20px; }

}

@media(max-width: 1150px){
  .amenities-details-section .row .first-column { flex-wrap: wrap; }

  .amenities-details-section .row .first-column .column { width: 100%; }

  .amenities-details-section .row .second-column { flex-wrap: wrap; margin-top: 0; }
  
  .amenities-details-section .row .second-column .column { width: 100%; }
}

@media(max-width: 1100px){
    .amenities-details-section { padding: 70px 0; }

    .amenities-details-section .row .container { flex-wrap: wrap; }

    .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; }
   
}


@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 { max-width: 540px; }

    .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: 100%; }

    .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 .first-column h2 { text-align: center; font-size: 35px; white-space: normal; }

    .home-contact-form-section .row .first-column h2 span { font-size: 35px; }
     
    .home-contact-form-section .row .second-column .living-image { max-width: 500px; margin: auto; }

    .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%; margin-top: 20px; }

    .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-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%; font-size: 46px; }

    .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; }

    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; }

    .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 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: 30px; }

    .home-contact-form-section .row .first-column h2 span { font-size: 30px; }

    .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 */


/* about the project page styles */

.about-the-project-section { padding-top: 150px; padding-bottom: 80px; background: #F6F2EA; }

.about-the-project-section .row { column-gap: 100px; }

.about-the-project-section .row .column { width: 50%; }

.about-the-project-section .row .first-column h4 { margin-top: 20px; color: #000; }

.about-the-project-section .row .first-column h1 { color: #000; line-height: 0.9; font-family: 'helvetica neue light'; font-size: 60px; }

.about-the-project-section .row .first-column h1 span { font-family: 'helvetica bold'; font-size: 60px; color: #000; }

.about-the-project-section .row .first-column p { margin-top: 12px; color: #000; font-size: 24px; font-family: 'helvetica neue regular'; }

.about-the-project-section .row .first-column a { margin-top: 20px; border-radius: 0; }

.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: #F6F2EA; }

.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: 'helvetica neue light'; font-size: 28px; color: var(--terciary); }

.a-different-living-project-section .row .second-column h4 span { font-family: 'helvetica bold'; font-size: 28px; color: var(--terciary); }

.a-different-living-project-section .row .second-column p { margin-top: 25px; color: #444444; font-weight: 500; font-size: 25px; font-family: 'helvetica neue light'; }

.a-different-living-project-section .row .second-column .divider-horizontal-line { width: 100%; background: var(--terciary); height: 1px; display: table; margin-top: 40px; }

.a-different-living-project-section .row .text-content-two { margin-top: 40px; }

.a-different-living-project-section .row .second-column a { padding: 10px 20px; background: var(--primary); display: table; margin-top: 20px; }

.a-different-living-project-section .row .second-column a:hover { background: #FF0000; }

.amenities-details-project-section { padding: 100px 0; background: var(--primary); background-repeat: no-repeat; background-size: cover; }

.amenities-details-project-section .row .text-info-amenities { margin-bottom: 40px; }

.amenities-details-project-section .row img { margin: auto; height: 60px; width: auto; object-fit: contain; }

.amenities-details-project-section .row .amenities-tittle-style { font-weight: 500; }

.amenities-details-project-section .row .first-column .column { width: 33.3%; }

.amenities-details-project-section .row .second-column { margin-top: 40px; }

.amenities-details-project-section .row .second-column .column { width: 50%; }

.amenities-details-project-section .column img { font-size: 15px; object-fit: contain; }

.amenities-details-project-section .column h4 { text-transform: uppercase; color: var(--secondary); font-weight: 400; font-size: 24px; text-align: center; margin-top: 20px; }

.location-project-section { padding: 100px 0; background: #F6F2EA; }

.location-project-section .row { column-gap: 100px; }

.location-project-section .row .first-column { width: 50%; }

.location-project-section .row .first-column .styles-p { font-weight: 400; }

.location-project-section .row .first-column p { margin-top: 15px; color: #000; font-family: 'helvetica neue light'; }

.location-project-section .row .first-column h4 { color: #000; font-family: 'helvetica neue regular'; }

.location-project-section .row .first-column h4 img { margin-right: 8px; }

.location-project-section .row .first-column h2 { margin-top: 20px; margin-bottom: 20px; color: #000; font-family: 'helvetica neue light'; }

.location-project-section .row .first-column h2 span { font-family: 'helvetica bold'; font-size: 60px; color: #000; }

.location-project-section .row .first-column a { padding: 10px 20px; background: var(--primary); color: var(--secondary); display: table; margin-top: 30px; }

.location-project-section .row .first-column a:hover { background: #FF0000; }

.location-project-section .row .second-column { width: 50%; }

.location-project-section .row .second-column #map { width: 100%; height: 500px; border: 2px solid var(--primary); border-radius: 20px; }

.location-project-section .row .second-column .images-decoration img { position: absolute; top: 65%; right: 85%; }


@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 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; }

}

@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; }

  .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; }
}

@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; }

    .amenities-details-project-section .column h4 { font-size: 18px; } 
    
    .location-project-section .row { flex-wrap: wrap; }

    .location-project-section .row .column { width: 100%; text-align: center; }

    .location-project-section .row .first-column h4 { justify-content: center; }

    .location-project-section .row .first-column h2 { max-width: 100%; }

    .location-project-section .row .first-column h2 span { font-size: 30px; } 

    .location-project-section .row .first-column a { margin: auto; margin-top: 30px; }

    .location-project-section .row .second-column { margin-top: 40px; }

    .location-project-section .row .second-column img { width: 100%; margin: auto; }

    .location-project-section .row .second-column .images-decoration img { width: 180px; right: 90%; }

    
}

@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/vaca-muerta/entre-bardas/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 neue light', sans-serif; }

.contact-form-section .row .column h2 { margin: auto; margin-top: 20px; font-size: 50px; font-weight: 700; max-width: 460px; }

.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 input { background: #fff; padding: 12px 10px; width: 100%; color: var(--terciary); font-size: 14px; font-family: 'Yantramanav', sans-serif; font-weight: 400; text-transform: capitalize; border-bottom: 0; }

.contact-form-section .row .column form textarea { border-radius: 0; padding: 12px 10px; background: #fff; display: flex; justify-content: center; width: 100%; height: 140px; margin: auto; color: var(--terciary); font-size: 14px; text-transform: capitalize; font-weight: 400; border-bottom: 0; }

.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 { border-radius: 0; width: 100%; max-width: 500px; margin: auto; background: var(--primary); color: #fff; border: none; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; }

.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; max-width: 600px; text-align: center; margin: auto; margin-top: 20px; font-family: 'helvetica regular', sans-serif; font-size: 18px; }

.contact-form-section .row .column .hs_error_rollup { text-align: center; width: 100%; }

.contact-form-section .row .column .actions .hs-button:hover { background: #FF0000!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: 100%; }

    .numbers-section-content { padding-top: 0; }
}

/* end contact page styles */


/* Units page styles */

.units-section { padding: 180px 0; background: #F6F2EA; }

.units-section .first-row h4 { font-family: 'helvetica regular', sans-serif; font-size: 24px; text-align: center; color: #261C07; letter-spacing: 2px; }

.units-section .first-row h2 { font-family: 'helvetica neue light', sans-serif; font-size: 60px; color: #261C07; text-align: center; max-width: 800px; margin: auto; margin-top: 10px; }

.units-section .first-row h2 span { font-size: 60px; color: #261C07; line-height: 0; }

.units-section .first-row a { padding: 12px 19px; background: var(--primary); display: table; margin: auto; margin-top: 20px; }

.units-section .first-row a:hover { background: #FF0000; }

.units-section .second-row { margin-top: 50px; }

.units-section .second-row img { width: 100%; }

.units-information-section { padding: 60px 40px; background: #333333; }

.units-information-section .first-row .column { width: 25%; }

.units-information-section .first-row .column img { margin: auto; max-width: 50px; }

.units-information-section .first-row .column h4 { text-align: center; margin-top: 20px; font-size: 20px; }

.amenities-units-section .row .column { width: 50%; }

.amenities-units-section .row .column-content-units { position: relative; top: 50%; transform: translateY(-50%); }

.amenities-units-section .row .first-column { background: var(--primary); padding: 50px 50px 50px 0; }

.amenities-units-section .row .first-column h3 { margin-left: calc((100vw - min(1200px, 80vw)) / 2); font-size: 28px; font-family: 'helvetica neue light', sans-serif; margin-top: 20px; }

.amenities-units-section .row .first-column h3 span { font-size: 28px; }

.amenities-units-section .row .first-column ul { margin-left: calc((100vw - min(1200px, 80vw)) / 2); margin-top: 25px; }

.amenities-units-section .row .first-column ul li { padding: 5px 0; }

.amenities-units-section .row .first-column ul li span { margin-right: 5px; font-family: 'helvetica neue light', sans-serif; font-weight: 300; }

.amenities-units-section .row .first-column ul li img { width: 32px; height: 32px; object-fit: contain; margin-right: 10px; }

.amenities-units-section .row .second-column { background: #F6F2EA; padding: 30px 0; }

.amenities-units-section .row .second-column .amenities-slider { margin-right: calc((100vw - min(1200px, 80vw)) / 2); }

.amenities-units-section .row .second-column .amenities-slider .amenities-item {margin-right: calc((100vw - min(1200px, 80vw)) / 2); }

.amenities-units-section .row .second-column .amenities-slider-container img { width: 100%; margin-top: 70px; margin-bottom: 40px; padding-left: 60px; box-sizing: border-box; }

.amenities-units-section .row .second-column .slick-dots { bottom: 0; }

.amenities-units-section .row .second-column .slider-arrows { position: relative; bottom: 10px; display: flex; justify-content: center; gap: 14px; margin-right: calc((100vw - min(1200px, 80vw)) / 2); padding-left: 60px; }

.amenities-units-section .row .second-column .slider-arrows button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--terciary); background: transparent; color: var(--terciary); font-size: 18px; cursor: pointer; transition: all .3s ease; }

.amenities-units-section .row .second-column .slider-arrows img { margin: auto; width: 20px; }

.amenities-units-section .row .second-column .slider-arrows button:hover { background: #c8c2b5; color: #fff; }

.amenities-slider, .amenities-slider-container, .slick-list { overflow: hidden; }

.amenities-slider .slick-list { overflow: hidden !important; }

.amenities-units-section .second-column .amenities-slider { width: 100%; max-width: 100%; }

@media(max-width: 1380px){
  .units-section .first-row h2 { font-size: 45px; }

  .units-section .first-row h2 span { font-size: 45px; }

  .units-information-section .first-row .column h4 { font-size: 20px; }
}

@media(max-width: 992px){
  .units-section .first-row h2 { font-size: 35px; }

  .units-section .first-row h2 span { font-size: 35px; }

  .units-information-section .row .container { flex-wrap: wrap; }

  .units-information-section .row .column { width: 100%; margin-top: 30px; }

  .units-information-section .row .column:first-child { margin-top: 0; }

  .amenities-units-section .row { flex-wrap: wrap; }

  .amenities-units-section .row .column { width: 100%; }

  .amenities-units-section .row .first-column { padding: 50px 0; }

  .amenities-units-section .row .first-column h3 { margin: auto; text-align: center; max-width: 1200px; width: 80%; }

  .amenities-units-section .row .first-column ul { margin-left: 0; }

  .amenities-units-section .row .first-column ul li { justify-content: center; width: 80%; max-width: 1200px; margin: auto; }

  .li-text { max-width: 200px; }

  .amenities-units-section .row .second-column { padding: 0 0 30px 0; }

  .amenities-units-section .row .second-column .amenities-slider { margin-right: 0; }

  .amenities-units-section .row .second-column .amenities-slider-container img { width: 100%; margin-left: 0; margin-top: 0; padding: 0; }

  .amenities-units-section .row .second-column .amenities-slider .amenities-item { margin-right: 0; }

  .amenities-units-section .row .second-column .slider-arrows { margin-left: 0; }
}

@media(max-width: 768px){
  .units-section { padding-top: 260px; }
}
/* end units page styles */


/* faq page styles */

.menu-has-background .home-menu-content { background-image: url(https://cdn.toribioachaval.com/vaca-muerta/entre-bardas/images/menu-background.png) !important; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }

.faq-section { padding-top: 180px; padding-bottom: 100px; background: var(--primary); }

.faq-section h1 { text-align: center; color: var(--secondary); font-size: 60px; }

.faq-section h4 { text-align: center; font-size: 25px; font-weight: 300; margin-top: 10px; }

.faq-section .second-row { margin-top: 40px; column-gap: 60px; }

.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 #D5CEBC; padding: 12px 0; min-height: 50px; }

.faq-section .faq-container-second .faq-header { column-gap: 10px; cursor: pointer; border-bottom: 2px solid #D5CEBC; padding: 12px 0; min-height: 50px; }

.faq-section .faq-container-first .faq-header i { color: var(--secondary); }

.faq-section .faq-container-second .faq-header i { color: var(--secondary); }

.faq-section .faq-container-first .faq-header h4 { font-size: 20px; text-align: left; margin-top: 0; }

.faq-section .faq-container-second .faq-header h4 { text-align: left; font-family: 'gt light', sans-serif; font-size: 20px; margin-top: 0; }

.faq-section .faq-container-first .faq-body { display: none; padding: 12px 30px; box-sizing: border-box; font-family: 'helvetica regular', sans-serif; }

.faq-section .faq-container-second .faq-body { display: none; padding: 12px 30px; box-sizing: border-box; font-family: 'helvetica regular', sans-serif; }

.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 h1 { font-size: 48px; }

    .faq-section .second-row { flex-wrap: wrap; }

    .faq-section .faq-container-first { width: 100%; }

    .faq-section .faq-container-second { width: 100%; }

    .faq-section .faq-content:first-child .faq-body { display: none; }
}

@media (max-width: 768px) {
    .faq-section { padding-top: 310px; }

    .faq-section h1 { font-size: 40px; } 
}

/* end faq page styles */

