:root {
    --primary: #1C1F2A;
    --secondary: #fff;
    --terciary: #9FA1A3;
}

@font-face {
    font-family: "Alieron light";
    src: url("../fonts/Aileron-Light.otf");
}

@font-face {
    font-family: "Alieron regular";
    src: url("../fonts/Aileron-Regular.otf");
}

@font-face {
    font-family: "Alieron semi bold";
    src: url("../fonts/Aileron-SemiBold.otf");
}

html, body { margin: 0; padding: 0; }

html, body { overflow-x: hidden; }

h1 { font-family: 'Alieron regular'; font-size: 80px; font-weight: 400; line-height: 1.1; color: #fff; }

h2 { font-family: 'Alieron regular'; font-size: 40px; font-weight: 400; line-height: 1.1; color: #fff; }

h3 { font-family: 'Alieron light'; font-size: 25px; font-weight: 300; line-height: 1.1; color: #fff; }

h4 { font-family: 'Alieron semi bold'; font-size: 20px; font-weight: 600; line-height: 1.3; color: var(--primary); }

h1, h2, h3, h4, h5, h6, p { margin: 0; }

p, a, li, span, button, select, textarea, input { font-family: 'Alieron semi bold'; font-size: 16px; font-weight: 600; color: #fff; line-height: 1.3; }

select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url("../images/arrow.svg")!important; background-repeat: no-repeat!important; background-position: right 12px center!important; background-size: 16px!important; padding-right: 30px!important; }

img, iframe, video, figure { display: block; }

a, button { text-decoration: none; transition: all 0.6s; }

ul { padding: 0; margin: 0; }

li { list-style: none; }

input, textarea, select { border: 1px solid transparent; resize: none; color: #5A5E6B; padding: 12px 0; box-sizing: border-box; width: 90%; background: var(--primary); border-bottom: 1px solid #5A5E6B; font-family: 'Alieron regular'; 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: 'Alieron regular'; 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: 60%; }

.hs-error-msgs { margin-top: 20px; }

.hs-error-msgs label { color: #ff0000; }

.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: #fff; }

.inherit { font-size: inherit; font-family: inherit; line-height: inherit; }

.spaced { letter-spacing: 2.2px; }

.apex-new-bold { font-family: 'Onest', sans-serif; font-weight: 700; }

.apex-new-medium { font-family: 'Onest', sans-serif; font-weight: 500; }

.apex-new-medium-italic { font-family: 'Onest', sans-serif; font-weight: 500; font-style: italic; }

.btn-contact { font-family: 'Onest', 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: 'Onest', 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 #fff; background: transparent; }

.btn-primary:hover { background: #000; color: #fff; }

.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: #fff; }

.btn-terciary { background: var(--secondary); color: #fff; }

.btn-terciary img { filter: brightness(0) invert(1); }

.btn-terciary:hover { background: var(--primary); }

.contact-buttons-content { position: fixed; top: 50%; transform: translateY(-50%); right: 0; z-index: 999; }

.contact-buttons-content a { border-top-left-radius: 10px; border-bottom-left-radius: 10px; color: #fff; display: block; min-width: 50px; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 22px; }

.contact-buttons-content a:hover { transform: scale(1.10); }

.contact-buttons-content .whatsapp-link-icon { background: #25d366; }

.contact-buttons-content .contact-link-icon { background: var(--primary); margin-top: 5px; }

.home-contact-form-section .row .first-column form .hs-button { background:  var(--primary); color: #fff; cursor: pointer; }

.hs-button { background: #fff; color: var(--primary); cursor: pointer; text-transform: uppercase; font-family: 'Alieron semi bold'; font-size: 18px; }

.hs-button:hover { background: var(--terciary); transition: 0.6s; }

.home-contact-form-section .row .first-column form .hs-button:hover { background: rgb(255, 0, 0); transition: 0.6s; }

.hs-error-msg { display: none; }

.hs-main-font-element { color: var(--primary); }

/* home page styles */

.home-menu-section.fixed-header { backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }

.home-banner-section .big-velvet-logo { position: fixed; margin-top: 140px; width: 100%; }

.home-banner-section .home-banner-image { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.home-banner-section .velvet-grand-clean-banner-image { width: 100%; position: absolute; left: 50%; transform: translateX(-50%); bottom: -40px; z-index: 1; }

.home-banner-section .unico-banner-logo { position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }

.home-banner-section a { position: absolute; left: 50%; bottom: 200px; transform: translateX(-50%); z-index: 999; }

.home-banner-section h3 { font-family: 'Alieron semi bold'; color: var(--primary); padding: 10px 20px; background: #fff; font-size: 20px; width: 70%; margin: auto; margin-bottom: 10px; margin-top: 20px; }

.home-banner-section .contact-button-styles { display: table; position: relative; top: 0; padding: 12px 40px; background: var(--secondary); color: var(--primary); }

.home-banner-section .contact-button-styles:hover { background: var(--primary); color: var(--secondary); }

.development-logos-section { padding-top: 50px; padding-bottom: 50px; background: #161615; position: relative; z-index: 99; }

.development-logos-section .row { column-gap: 100px; }

.home-menu-section { position: fixed; width: 100%; z-index: 9999; top: 0; }

.home-menu-content { background: rgba(0,0,0,0.60); padding: 30px 0; }

.home-menu-section .row .menu-burguers-content { border: 1px solid #fff; display: grid; row-gap: 5px; padding: 12px 25px; box-sizing: border-box; border-radius: 100px; cursor: pointer; }

.home-menu-section .row .menu-burguers-content .bar { width: 15px; height: 1px; display: block; background: #fff; }

.home-menu-section .row .column { width: 33.3%; }

.home-menu-section .row .column:last-child img { margin-left: auto; }

.home-menu-section .row .menu-burguers-content {  max-width: 66px; margin: auto; }

.home-menu-section .menu-content-block .close-menu-burguers-content { position: absolute; left: 50%; transform: translateX(-50%); border: 1px solid #fff; padding: 18px 25px; box-sizing: border-box; border-radius: 100px; cursor: pointer; max-width: 66px; margin: auto; }

.home-menu-section .menu-content-block .close-menu-burguers-content .bar { width: 15px; height: 1px; display: block; background: #fff; }

.home-menu-section .menu-content-block .close-menu-burguers-content .bar-01 { transform: rotate(45deg); }

.home-menu-section .menu-content-block .close-menu-burguers-content .bar-02 { transform: rotate(-45deg); position: relative; top: -1px; }

.home-menu-section .menu-content-block { display: none; background: #161615; 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: 40px; font-family: 'Onest', sans-serif; margin-top: 20px; }

.home-menu-section .contact-menu-item { margin-top: 10px; background: var(--secondary); color: var(--primary); }

.home-menu-section .contact-menu-item:hover { background: var(--terciary); }

.home-menu-section .menu-content-block .row .first-column ul li a:not(.contact-menu-item):hover { color: var(--terciary); text-decoration: underline; }

.home-menu-section .menu-content-block .row .first-column ul li a.active { font-family: 'Alieron regular', serif; font-weight: 700; color: var(--terciary); font-style: italic; }

.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-repeat: no-repeat; background-size: cover; background-position: center; }

.home-contact-form-section .row { column-gap: 100px; }

.home-contact-form-section .left-panel { background-color: var(--primary); padding: 80px 0; width: 50%; display: flex; flex-direction: column; justify-content: center; z-index: 2; }

.home-contact-form-section .right-panel { width: 50%; background: var(--primary); }

.home-contact-form-section .right-panel img { width: 100%; }

.home-contact-form-section .right-panel .image-form-styles { display: none; }

.home-contact-form-section .left-panel-content { margin-left: calc((100vw - min(1200px, 80vw)) / 2); }

.home-contact-form-section .contact-form input, .contact-form textarea { background: transparent; border: none; border-bottom: 1px solid #555; color: var(--secondary); padding: 10px; width: 100%; font-size: 14px; outline: none; border-radius: 0; }

.home-contact-form-section .contact-form textarea { height: 60px; resize: none; margin-top: 10px; }

.home-contact-form-section .logo { width: 180px; margin-bottom: 40px; }

.home-contact-form-section .subtitle { font-size: 14px; color: var(--terciary); margin-bottom: 10px; letter-spacing: 1px; }

.home-contact-form-section h2 { margin-bottom: 40px; margin-top: 30px; }

.home-contact-form-section h2 span { color: var(--terciary); font-weight: 400; font-family: 'Alieron regular'; font-size: 40px; margin-bottom: 40px; }

.home-contact-form-section .contact-form { width: 100%; max-width: 550px; }

.home-contact-form-section .contact-form .row { gap: 20px; margin-bottom: 10px; }

.home-contact-form-section .contact-form button { margin-top: 30px; background: #fff; color: #000; border: none; padding: 10px 30px; cursor: pointer; font-weight: bold; transition: all 0.3s ease; width: 30%; }

.home-contact-form-section .contact-form button:hover { background: #e6e6e6; }

.nature-section { padding: 100px 0; background: #F9F8F3; }

.nature-section h4 { color: #5A5E6B; }

.nature-section h2 { color: var(--primary); max-width: 700px; margin: auto; margin-top: 20px; }

.nature-section h2 span { font-size: 40px; color: var(--terciary); }

.nature-section .button-nature a img { margin-right: 5px; object-fit: contain; }

.nature-section .button-nature { margin: auto; margin-top: 30px; column-gap: 30px; justify-content: center; }

.nature-section .button-nature a { color: var(--primary); padding: 15px 40px; border: 1px solid var(--primary); white-space: nowrap; }

.nature-section .button-nature a:hover { background: var(--terciary); transition: 0.6s; }

.nature-section .button-nature a.disabled { pointer-events: none; cursor: default; }

.project-definitions-section .project-definitions-content { height: 600px; object-fit: cover; padding-top: 100px; padding-bottom: 100px; background-image: url(https://cdn.toribioachaval.com/club-cardales/images/project-definitions-image-background.jpg); background-repeat: no-repeat; background-size: cover; }

.project-definitions-section .column-content { padding: 30px; background: var(--secondary); }

.project-definitions-section .column-content::after { content: ""; position: absolute; top: 0; right: 0; width: 0; height: 0; border-left: 45px solid transparent; border-top: 45px solid var(--primary); }

.project-definitions-section .column-content h3 { color: var(--primary); text-align: left; }

.project-definitions-section .column-content p { color: var(--primary); max-width: 500px; margin-top: 20px; font-family: 'Alieron regular'; font-weight: 400; }

.project-definitions-section .column-content-two { padding: 30px; background: var(--secondary); }

.project-definitions-section .column-content-two::after { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 0; border-right: 45px solid transparent; border-top: 45px solid var(--primary); }

.project-definitions-section .column-content-two h3 { color: var(--primary); text-align: right; }

.project-definitions-section .column-content-two p { color: var(--primary); text-align: right; margin-top: 20px; font-family: 'Alieron regular'; font-weight: 400; }

.project-definitions-section .view-more-button { display: table; margin: 150px auto; }

.project-definitions-section .view-more-button:hover { background: var(--primary); border-color: var(--primary); color: #000; }

.project-definitions-section .row .column { width: 50%; }

.project-definitions-section .project-details-content { padding-top: 80px; padding-bottom: 100px; background: #161615; }

.project-definitions-section .project-details-content .row { max-width: 640px; margin: auto; margin-top: 40px; flex-wrap: wrap; row-gap: 12px; column-gap: 30px; }

.project-definitions-section .project-details-content .row .inner-row { column-gap: 5px; width: calc(50% - 15px); }

.sports-slider { position: relative; overflow: hidden; background: var(--primary); padding: 20px 0; }

.sports-slider h4 { color: #fff; text-transform: uppercase; font-weight: 600; font-size: 18px; }

.amenities-details-section { padding: 100px 0 0 0; background: #f8f7f2; }

.amenities-details-section .row .column h2 { margin-top: 12px; color: var(--primary); text-align: left; }

.amenities-details-section .row .column span { color: var(--terciary); font-size: 40px; font-weight: 400; font-family: 'Alieron regular' }

.amenities-details-section .row .second-column a { padding: 15px 20px; background: var(--primary); }

.amenities-details-section .row .second-column a:hover { background: var(--terciary); transition: 0.6s; }

.amenities-details-section .row .second-column a img { font-size: 10px; position: relative; margin-right: 5px; }

.amenities-details-section .detalles-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 50px 25px; padding: 60px 0 100px 0; }

.amenities-details-section .item { display: flex; align-items: flex-start; gap: 12px; }

.amenities-details-section .text h4 { margin: 0; font-size: 20px; font-weight: 600; font-family: 'Alieron semi bold'; text-transform: uppercase; }

.amenities-details-section .text p { color: var(--primary); margin-top: 10px; font-family: 'Alieron regular'; }

.amenities-details-section .icon img { position: relative; top: 5px; }

.amenities-details-section .image-amenities-background img { width: 100%; }

.amenities-details-section li a.disabled { pointer-events: none!important; cursor: default!important; }

.numbers-section { background: var(--primary); padding-top: 120px; padding-bottom: 120px; }

.numbers-section .row .column { width: 25%; }

.numbers-section .row .column h2 { font-size: 60px; font-family: 'Alieron regular'; font-weight: 400; }

.numbers-section .row .column h2 sup { font-family: 'Alieron regular';  font-weight: 400; }

.numbers-section .row .column p { margin-top: 3px; font-family: 'Alieron light'; font-weight: 300; }

.numbers-section .row .divider-vertical-line { width: 2px; height: 80px; background: var(--terciary); display: block; }

.numbers-section .row span { font-family: 'Alieron regular'; font-weight: 400; }

.amenities-section { background: #F9F7F2; padding-top: 40px; padding-bottom: 120px; }

.amenities-section .areas-content-slider { padding-bottom: 80px; }

.amenities-section .areas-content-slider .slick-dots li { display: none; }

.amenities-section .areas-content-slider .amenities-item { width: 440px!important; }

.amenities-section .areas-content-slider li { padding: 20px 40px; border: 1px solid var(--primary); width: 75%; text-align: center; }

.amenities-section .areas-content-slider li:hover { background: var(--terciary); transition: 0.6s; }

.amenities-section .areas-content-slider a { color: var(--primary); }

.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 p { color: #5A5E6B; font-family: 'Alieron semi bold'; font-weight: 600; }

.amenities-section .amenities-content { margin-left: calc((100vw - min(1200px, 80vw)) / 2); }

.amenities-section .amenities-content h2 { color: var(--primary); }

.amenities-section .amenities-content h2 span { font-size: 40px; color: var(--terciary); font-family: 'Alieron regular'; font-weight: 400; }

.amenities-section .amenities-content a { padding: 15px 20px; background: var(--primary); border-radius: 0; color: var(--secondary); display: flex; }

.amenities-section .amenities-content a img { font-size: 10px; position: relative; margin-right: 5px; }

.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 .black-cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.1); border-radius: 20px; }

.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: #444444; }

.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); transition: 0.6s; }

.location-section { padding: 100px 0; background: var(--terciary); }

.location-section .row { column-gap: 100px; }

.location-section .row .column { width: 50%; }

.location-section .row .first-column p { column-gap: 8px; font-family: 'Alieron semi bold'; font-weight: 600; color: var(--primary); }

.location-section .row .first-column h2 { margin-top: 20px; max-width: 500px; color: var(--primary); font-family: 'Alieron regular'; }

.location-section .row .first-column h2 span { color: var(--secondary); font-size: 40px; font-family: 'Alieron regular'; font-weight: 400; }

.location-section .row .second-column #map { width: 100%; height: 500px; border: 2px solid var(--primary); border-radius: 20px; }

.footer { padding: 50px 0; background: var(--primary); }

.footer .link { border-radius: 10px; font-family: 'Alieron 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: #393939; margin-top: 50px; margin-bottom: 30px; }

.footer .logo-footer { width: 200px; }

.footer .footer-first-block-content h4 { position: relative; top: 9px; margin-left: -12px; font-family: 'Alieron regular'; font-weight: 400; color: var(--terciary); font-size: 16px; }

.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 .column a { display: flex; column-gap: 5px; width: fit-content; margin: auto; background: var(--terciary); white-space: nowrap;}

.footer .footer-first-block-content .row .column:nth-child(2) img { margin: auto; width: 20px; position: relative; top: 2px; }

.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: #fff; }

.footer .footer-second-block-content .row .column a:last-child { color: var(--terciary); margin-left: 25px; }

.footer .footer-second-block-content .row .column img { margin: auto; }

@media (max-width: 1380px) {
    p, a, li, span, button, select, textarea, input { font-size: 15px; }

    h3 { font-size: 24px; }

    h4 { font-size: 16px; }

    .home-banner-section .unico-banner-logo img { max-width: 270px; margin: auto; }

    .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: 30px; }

    .home-contact-form-section h2 { font-size: 35px; }

    .nature-section h2 { font-size: 35px; }

    .numbers-section .row .column h2 { font-size: 35px; }

    .home-contact-form-section h2 span { font-size: 35px; }

    .nature-section h2 span { font-size: 35px; }

    .amenities-details-section .row .column h2 { font-size: 35px; }

    .amenities-details-section .row .column span { font-size: 35px; }

    .amenities-details-section .second-row .row-content-first { column-gap: 9%; }

    .amenities-details-section .third-row .row-content-first { column-gap: 4%; }

    .amenities-section .amenities-content h2 { font-size: 35px; }

    .amenities-section .amenities-content h2 span { font-size: 35px; }

    .location-section .row .first-column h2 { font-size: 35px; }

    .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 .column:nth-child(1) { justify-content: center; }

    .footer .footer-first-block-content h4 { position: absolute; margin-top: 40px; margin-left: 0; }

    .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-second-block-content .row .column a:last-child { margin: auto; }
}

@media(max-width: 1300px){
    .home-contact-form-section { flex-wrap: wrap; }

    .home-contact-form-section form { column-gap: 40px; }

    .home-contact-form-section input { width: 100%; }

    .home-contact-form-section textarea { width: 100%; }

    .home-contact-form-section .left-panel { width: 100%; }

    .home-contact-form-section .left-panel-content { margin-left: 0; max-width: 1200px; margin: auto; width: 80%; text-align: center; }
   
    .home-contact-form-section .logo { margin: auto; margin-bottom: 40px; }

    .home-contact-form-section .right-panel { width: 100%; }

    .home-contact-form-section .right-panel img { display: none; }

    .home-contact-form-section .right-panel .image-form-styles { display: block; }
}

@media (max-width: 1240px) {
    .home-banner-section .velvet-grand-clean-banner-image { bottom: -28px; }

    .home-banner-section a { bottom: 70px; }

    .home-contact-form-section h2 { font-size: 30px; }

    .home-contact-form-section h2 span { font-size: 30px; }

    .nature-section h2 { font-size: 30px; }

    .nature-section h2 span { font-size: 30px; }

}

@media(max-width: 1100px){
.amenities-details-section  .detalles-grid { grid-template-columns: repeat(3, 1fr); }
}


@media (max-width: 992px) {
    .home-banner-section .big-velvet-logo { display: none !important; }

    .home-banner-section .home-banner-image { height: 700px; }

    .home-banner-section .home-banner-units-content { opacity: 1 !important; }

    .home-banner-section .home-banner-units-content .container { max-width: 100%; width: 100%; }

    .home-banner-section .home-banner-units-content .row .column { width: 33.3%; text-align: center; }

    .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 .left-panel-content { margin: auto; }

    .home-contact-form-section form { width: 80%; margin: auto; max-width: 1200px; justify-content: center; }

    form .hs-form-field { width: 100%; }

    form input { width: 100%; }

    form textarea { width: 100%; }

    .home-contact-form-section h2 { text-align: center; width: 80%; max-width: 1200px; margin: auto; margin-bottom: 25px; }

    .home-contact-form-section .subtitle { margin-top: 20px; text-align: center; }

    .home-contact-form-section .contact-form button { margin: auto; margin-top: 20px; width: 50%; }

    .home-contact-form-section .left-panel { width: 100%; clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

    .home-contact-form-section .right-panel { width: 100%;  background-repeat: no-repeat; background-size: cover; }

    .home-contact-form-section .logo { margin: auto; }

    .amenities-details-section { padding: 90px 0 0 0; }

    .amenities-details-section .row { display: block; }

    .amenities-details-section .row .column h2 { width: 80%; max-width: 1200px; margin: auto; text-align: center; }

    .amenities-details-section .row .second-column { margin-top: 10px; display: flex; }

    .amenities-details-section .second-row .row-content-first { flex-wrap: wrap; }

    .amenities-details-section .second-row .row-content-first .column { width: 100%; margin-top: 20px; text-align: center; justify-content: center; }

    .amenities-details-section .third-row .row-content-first { flex-wrap: wrap; }

    .amenities-details-section .third-row .row-content-first .column { width: 100%; margin-top: 20px; text-align: center; justify-content: center; }

    .amenities-details-section .third-row { margin-top: 0; }

    .amenities-details-section .image-amenities-background img { height: 600px; object-fit: cover; }
     
    .amenities-details-section .row .second-column .brochure-download-button { margin: auto; margin-top: 15px; }

    .amenities-section .amenities-content { margin-left: 0; }

    .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; }

    .numbers-section { padding-top: 80px; padding-bottom: 60px; }

    .numbers-section .row { flex-wrap: wrap; row-gap: 40px; }

    .numbers-section .row .column { width: calc(50% - 1px); }

    .numbers-section .row .second-divider-vertical-line { display: none; }

    .the-dialogue-section { padding-top: 60px; padding-bottom: 80px; }

    .location-section .row { flex-wrap: wrap; }

    .location-section .row .column { width: 100%; text-align: center; }

    .location-section .row .first-column p { justify-content: center; }

    .location-section .row .first-column h2 { max-width: 100%; }

    .location-section .row .second-column { margin-top: 40px; }

    .location-section .row .second-column img { width: 100%; margin: auto; }

    .amenities-section .slick-dots { display: none!important; }

    .footer .footer-first-block-content .row .column { display: block; }

    .footer .footer-first-block-content .row img { margin: auto; margin-top: 20px; }

    .footer .footer-first-block-content h4 { text-align: center; }

    .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) {
    .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; }

    .project-internal-details-section .row { flex-wrap: wrap; max-width: 80%; }

    .project-internal-details-section .row .inner-row { width: 100%; justify-content: center; }
    
    .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-section .amenities-content { margin-left: 0; }

    .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; }
}

@media (max-width: 575px) {
    .home-banner-section .unico-banner-logo img { max-width: 295px; }

    .home-banner-section .contact-button-styles { white-space: nowrap; }
 
    .project-definitions-section .row .column { width: 100%; }

    .home-banner-section .velvet-grand-clean-banner-image { bottom: -14px; }

    .nature-section .button-nature { display: block; }

    .nature-section .button-nature a { width: 70%; margin: auto; margin-bottom: 15px; justify-content: center; }
}

@media (max-width: 480px) {
    .home-banner-section .unico-banner-logo img { max-width: 240px; }

    .numbers-section .row .column { width: 100%; }

    .numbers-section .row .divider-vertical-line { display: none; }

    .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: 420px) {
    .home-banner-section .unico-banner-logo img { max-width: 190px; }

    .home-banner-section .velvet-grand-clean-banner-image { bottom: -9px; }
}

@media(max-width: 378px){
    .project-definitions-section .project-definitions-content { padding-bottom: 200px; }
}


.contenedor { perspective: 800px; display: inline-block; }

.girar { width: 100%; animation: girar 3s ease-in-out 1; transform-style: preserve-3d; }

@keyframes girar {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}


/* Education styles */

.menu-has-background .home-menu-content { background-image: url(https://cdn.toribioachaval.com/club-cardales/images/menu-background.png) !important; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }

.main-intern-section .row { column-gap: 100px; }

.main-intern-section .row { column-gap: 100px; }

.main-intern-section .left-panel { background-color: #F9F8F3; padding: 115px 0 100px 0; width: 55%; display: flex; flex-direction: column; justify-content: center; /* clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%); */ z-index: 2; border-bottom: 1px solid #F9F8F3; }

.main-intern-section .left-panel-content { margin-left: calc((100vw - min(1200px, 80vw)) / 2); margin-top: 85px; }

.main-intern-section .right-panel { width: 45%; background: #F9F8F3; }

.main-intern-section .right-panel img { width: 100%; height: 100%; }

.main-intern-section .right-panel-mobile { display: none; }

.main-intern-section .subtitle { font-size: 14px; color: #5A5E6B; margin-bottom: 10px; letter-spacing: 1px; font-size: 20px; }

.main-intern-section h1 { margin-bottom: 25px; margin-top: 25px; max-width: 500px; color: var(--primary); font-size: 40px; }

.main-intern-section h1 span { color: var(--terciary); font-weight: 400; font-family: 'Alieron regular'; font-size: 40px; margin-bottom: 40px; line-height: 1.2; }

.main-intern-section p { max-width: 500px; color: #000; font-family: 'Alieron regular'; }

.main-intern-section .left-panel a { padding: 15px 20px; background: var(--primary); margin-top: 30px; max-width: 205px; }

.main-intern-section .left-panel a:hover { background: var(--terciary); }

.main-intern-section .left-panel a img { margin-right: 5px; }

.development-logos-section { padding-top: 40px; padding-bottom: 40px; background: #fff; }

.development-logos-section .row { column-gap: 100px; }

.a-different-living-section { padding-top: 100px; padding-bottom: 100px; background: #F9F8F3; }

.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; transition: 0.6s; }

.a-different-living-section .row .second-column .buttons { margin-bottom: 40px; width: 66%; }

.a-different-living-section .row .second-column .a-different-living-section-tittle img { margin-right: 5px; object-fit: contain; }

.a-different-living-section .row .second-column .a-different-living-section-tittle { color: var(--primary); padding: 10px 20px; border: 1px solid var(--primary); font-size: 20px; margin-bottom: 20px; justify-content: center; }

.a-different-living-section .row .second-column a:hover { background: var(--terciary); color: #fff;  }

.a-different-living-section .row .second-column a:hover img {
  filter: brightness(0) invert(1);
}

.a-different-living-section .row .second-column h4 { margin-top: 25px; font-family: 'Alieron regular'; }

.a-different-living-section .row .second-column .text-content { margin-bottom: 30px; }

.a-different-living-section .row .column h2,
.a-different-living-section .row .column h4 { color: #000; font-family: 'Alieron semi bold'; margin-top: 15px; max-width: 600px; }

.a-different-living-section .row .column p { font-family: 'Alieron regular'; color: #000; margin-top: 15px; }

.intern-image-section img { width: 100%; object-fit: cover; }

.location-section-intern { padding: 100px 0; background: #F9F8F3; }

.location-section-intern .row { column-gap: 100px; }

.location-section-intern .row .column { width: 50%; }

.location-section-intern .row .first-column p { column-gap: 8px; font-family: 'Alieron semi bold'; font-weight: 600; color: var(--primary); }

.location-section-intern .row .first-column h2 { margin-top: 20px; max-width: 402px; color: var(--primary); font-family: 'Alieron regular'; }

.location-section-intern .row .first-column h2 span { color: #959595; font-size: 40px; font-family: 'Alieron regular'; font-weight: 400; }

.location-section-intern .row .second-column #map { width: 100%; height: 500px; border: 2px solid var(--primary); border-radius: 20px; }


@media(max-width: 1380px){
    .a-different-living-section .row .second-column a { font-size: 18px; }
}

@media(max-width: 1240px){
    .main-intern-section h1 { font-size: 30px; max-width: 350px; }

    .main-intern-section h1 span { font-size: 30px; }

    .main-intern-section .subtitle { font-size: 18px; }

    .main-intern-section p { max-width: 350px; }

    .a-different-living-section .row .second-column a { font-size: 16px; }

    .a-different-living-section .row .first-column img { height: 500px; object-fit: cover; }
}

@media(max-width: 1150px){
    .a-different-living-section .row .second-column .buttons { width: 80%; }
}

@media (max-width: 992px) {
    
    .main-intern-section { display: flex; flex-wrap: wrap; }

    .main-intern-section .left-panel-content { margin: auto; }

    .main-intern-section h1 { text-align: center; }

    .main-intern-section .left-panel a { margin: auto; margin-top: 30px; }

    .main-intern-section .subtitle { margin: auto; margin-bottom: 15px; text-align: center; max-width: 1200px; width: 80%; }

    .main-intern-section .contact-form button { margin: auto; margin-top: 20px; width: 50%; }

    .main-intern-section .left-panel { width: 100%; clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

    .main-intern-section .right-panel { width: 100%; background-image: url(https://cdn.toribioachaval.com/club-cardales/images/image-section.png); height: 700px; background-repeat: no-repeat; background-size: cover; }

    .main-intern-section h1 { max-width: 1200px; width: 80%; margin: auto; }

    .main-intern-section p { max-width: 1200px; width: 80%; margin: auto; text-align: center; margin-top: 20px; }

    .main-intern-section .left-panel { padding: 175px 0 115px 0; }

    .main-intern-section .right-panel { display: none; }

    .main-intern-section .right-panel-mobile { display: block; width: 100%; }

    .main-intern-section .right-panel-mobile img { width: 100%; }

    .a-different-living-section .row { flex-wrap: wrap; }

    .a-different-living-section .row .column { width: 100%; }

    .a-different-living-section .row .second-column .buttons { display: table; justify-content: center; margin: auto; margin-top: 30px; }

    .a-different-living-section .row .second-column .text-content { text-align: center; }

    .a-different-living-section .row .column h4 { max-width: 100%; }

    .a-different-living-section .row .column p { max-width: 100%; }

    .location-section-intern .row { flex-wrap: wrap; }

    .location-section-intern .row .column { width: 100%; text-align: center; }

    .location-section-intern .row .first-column p { justify-content: center; }

    .location-section-intern .row .first-column h2 { max-width: 100%; font-size: 35px; }

    .location-section-intern .row .first-column h2 span { font-size: 35px; }

    .location-section-intern .row .second-column { margin-top: 40px; }

    .location-section-intern .row .second-column img { width: 100%; margin: auto; }
}

@media(max-width: 768px){
    .main-intern-section .left-panel { padding: 300px 0 115px 0; }
}

@media(max-width: 480px){
    .a-different-living-section .row .second-column .buttons a { display: block; text-align: center; }

    .a-different-living-section .row .second-column .buttons img { margin: auto; margin-bottom: 10px; }

    .location-section-intern .first-column .column-content p { display: block; }

    .location-section-intern .first-column .column-content img { margin: auto; margin-bottom: 10px; }
}
/* end education styles */

/* Sports styles */

.menu-has-background .home-menu-content { background-image: url(https://cdn.toribioachaval.com/club-cardales/images/menu-background.png) !important; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }

.main-intern-two-section .row { column-gap: 100px; }

.main-intern-two-section .row { column-gap: 100px; }

.main-intern-two-section .left-panel { background-color: #F9F8F3; padding: 115px 0 100px 0; width: 55%; display: flex; flex-direction: column; justify-content: center; z-index: 2; border-bottom: 1px solid #F9F8F3; }

.main-intern-two-section .left-panel-content { margin-left: calc((100vw - min(1200px, 80vw)) / 2); margin-top: 85px; }

.main-intern-two-section .left-panel a { padding: 15px 20px; background: var(--primary); margin-top: 30px; max-width: 205px; }

.main-intern-two-section .left-panel a:hover { background: var(--terciary); }

.main-intern-two-section .left-panel a img { margin-right: 5px; }

.main-intern-two-section .right-panel { background: #F9F8F3; width: 45%; }

.main-intern-two-section .right-panel img { width: 100%; height: 100%; }

.main-intern-two-section .right-panel-mobile { display: none; }

.main-intern-two-section .subtitle { font-size: 14px; color: #5A5E6B; margin-bottom: 10px; letter-spacing: 1px; font-size: 20px; }

.main-intern-two-section h1 { margin-bottom: 30px; margin-top: 30px; max-width: 500px; color: var(--primary); font-size: 40px; }

.main-intern-two-section h1 span { color: var(--terciary); font-weight: 400; font-family: 'Alieron regular'; font-size: 40px; margin-bottom: 40px; }

.main-intern-two-section p { max-width: 500px; color: #000; font-family: 'Alieron regular'; }

.development-logos-section { padding-top: 40px; padding-bottom: 40px; background: #fff; }

.development-logos-section .row { column-gap: 100px; }

.amenities-details-section-sports { padding: 60px 0; background: #f8f7f2; }

.amenities-details-section-sports a { padding: 15px 20px; background: var(--primary); margin-top: 30px; max-width: 205px; margin: auto; }

.amenities-details-section-sports a:hover { background: var(--terciary); }

.amenities-details-section-sports a img { margin-right: 5px; }

.amenities-details-section-sports .row .column { margin: auto; }

.amenities-details-section-sports .row .column h2 { color: var(--primary); }

.amenities-details-section-sports .row .column span { color: var(--terciary); font-size: 40px; font-weight: 400; font-family: 'Alieron regular' }

.amenities-details-section-sports .detalles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px 100px; padding: 60px 0; }

.amenities-details-section-sports .item { display: flex; align-items: flex-start; gap: 12px; }

.amenities-details-section-sports .text h4 { margin: 0; font-size: 20px; font-weight: 600; font-family: 'Alieron semi bold'; text-transform: uppercase; }

.amenities-details-section-sports .text p { color: var(--primary); margin-top: 10px; font-family: 'Alieron regular'; }

.amenities-details-section-sports .icon img { position: relative; top: 5px; }

.amenities-details-section-sports .image-amenities-background img { width: 100%; }

.sector-section { background-image: url(https://cdn.toribioachaval.com/club-cardales/images/sector-section.jpg); padding: 150px 0; background-size: cover; background-repeat: no-repeat; background-position: center; object-fit: cover; }

.sector-section .row p { max-width: 500px; margin: auto; padding: 30px 20px; color: #000; background: #fff; text-align: center; font-family: 'Alieron regular'; }

@media(max-width: 1240px){
    .main-intern-two-section h1 { font-size: 30px; max-width: 350px; }

    .main-intern-two-section h1 span { font-size: 30px; }

    .main-intern-two-section .subtitle { font-size: 18px; }

    .main-intern-two-section p { max-width: 350px; }

    .amenities-details-section-sports .row .column h2 { font-size: 30px; }

    .amenities-details-section-sports .row .column span { font-size: 30px; }
}


@media (max-width: 992px) {
    
    .main-intern-two-section { display: flex; flex-wrap: wrap; }

    .main-intern-two-section .left-panel-content { margin: auto; }

    .main-intern-two-section h1 { text-align: center; }

    .main-intern-two-section .subtitle { margin: auto; margin-bottom: 15px; text-align: center; max-width: 1200px; width: 80%; }

    .main-intern-two-section .contact-form button { margin: auto; margin-top: 20px; width: 50%; }

    .main-intern-two-section .left-panel { width: 100%; clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

    .main-intern-two-section .right-panel { width: 100%; background-image: url(https://cdn.toribioachaval.com/club-cardales/images/image-section.png); height: 700px; background-repeat: no-repeat; background-size: cover; }

    .main-intern-two-section h1 { max-width: 1200px; width: 80%; margin: auto; }

    .main-intern-two-section p { max-width: 1200px; width: 80%; margin: auto; text-align: center; margin-top: 20px; }

    .main-intern-two-section .left-panel { padding: 175px 0 115px 0; }

    .main-intern-two-section .right-panel { display: none; }

    .main-intern-two-section .right-panel-mobile { display: block; width: 100%; }

    .main-intern-two-section .right-panel-mobile img { width: 100%; }

    .main-intern-two-section .left-panel a { margin: auto; margin-top: 30px; }

    .amenities-details-section-sports .detalles-grid { grid-template-columns: repeat(2, 1fr);; text-align: center; }

    .amenities-details-section-sports  .item { justify-content: center; }

    .amenities-details-section-sports  .text { text-align: center; }

}

@media(max-width: 768px){
    .main-intern-two-section .left-panel { padding: 300px 0 115px 0; }

    .amenities-details-section-sports .detalles-grid { grid-template-columns: 1fr; text-align: center; }
}


/* end sports styles */


/* form thanks page styles */

.thanks-section { padding-top: 200px; padding-bottom: 110px; background: #f8f7f2; }

.thanks-section h1 { color: var(--primary); }

.thanks-section .row .column p { margin-top: 20px; color: var(--primary); }

.thanks-section .row .column a { margin: auto; margin-top: 30px; color: var(--primary); background-color: var(--terciary); }

.thanks-section .row .column a:hover { transition: 0.6s; color: #fff; background: #000; }

.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; 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: var(--primary); background: var(--terciary); }

.contact-form-popup form .hs-submit { width: 40%; }

.contact-form-popup .popup-body .hs-button:hover { background: #000; color: #fff; }

.contact-form-popup .hs-error-msgs { display: none; }

.contact-form-popup form .hs-form-field { width: 100%; }

.contact-form-popup form input { background: #fff; color: var(--primary); border-bottom: 1px solid var(--terciary); padding: 12px 20px; width: 100%; border: 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 */

/* faq page styles */

.menu-has-background .home-menu-content { background-image: url(https://cdn.toribioachaval.com/club-cardales/images/menu-background.png) !important; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }

.faq-section { padding-top: 190px; padding-bottom: 100px; background: #f8f7f2; }

.faq-section .second-row { margin-top: 40px; }

.faq-section .faq-container { background: #fff; 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 .faq-header { column-gap: 10px; cursor: pointer; border-bottom: 2px solid #D5CEBC; padding: 12px 0; }

.faq-section .faq-container .faq-header i { color: var(--primary); }

.faq-section .faq-container .faq-body { display: none; padding: 12px 30px; box-sizing: border-box; }

.faq-section .faq-content:last-child .faq-header { border-bottom: none; }

.faq-section .faq-content:first-child .faq-body { display: block; }

.faq-section a { margin: auto; margin-top: 40px; }

@media (max-width: 768px) {
    .faq-section { padding-top: 260px; }
}

/* end faq 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/club-cardales/images/club-background-image.png); background-size: cover; background-position: center center; background-repeat: no-repeat; }

.contact-form-section .row { max-width: 660px; margin: auto; }

.contact-form-section .row .column h1 { margin-top: 20px; font-size: 50px;}

.contact-form-section .row .column form { margin: auto; margin-top: 40px; justify-content: center; column-gap: 30px; }

.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; border-radius: 10px; width: 100%; }

.contact-form-section .row .column form textarea { padding: 12px 10px; background: #fff; display: flex; justify-content: center; width: 98%; height: 140px; border-radius: 10px; margin: auto; }

.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; border-radius: 10px; 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 h1 { 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; }
}

@media (max-width: 575px) {
    .contact-form-section .row .column h1 { font-size: 35px; }

    form .form-group.d-flex { flex-wrap: wrap; row-gap: 15px; }

    form .hs-submit { width: 50%; }
}

/* end contact page styles */

/* Lots page styles */

.home-banner-section-lots .big-velvet-logo { position: fixed; margin-top: 140px; width: 100%; }

.home-banner-section-lots .home-banner-image { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.home-banner-section-lots .velvet-grand-clean-banner-image { width: 100%; position: absolute; left: 50%; transform: translateX(-50%); bottom: -40px; z-index: 1; }

.home-banner-section-lots .unico-banner-logo { position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }

.home-banner-section-lots h3 { font-family: 'Alieron semi bold'; color: var(--primary); padding: 10px 25px; background: #fff; font-size: 20px; width: 85%; margin: auto; margin-top: 10px; }

.home-banner-section-lots h3 img { margin-right: 5px; }

.home-banner-section-lots a { font-family: 'Alieron semi bold'; color: var(--primary); padding: 10px 25px; background: #fff; font-size: 20px; width: 85%; margin: auto; margin-top: 10px; }

.home-banner-section-lots a img { margin-right: 5px; }

.home-banner-section-lots a:hover { background: var(--terciary);}

.youtube-section { padding-top: 100px; padding-bottom: 100px; }

.youtube-section .column { top: 15px; position: relative; z-index: 999; right: 30px; }

.youtube-section .column-content { padding: 30px; background: var(--secondary); border: 1px solid var(--primary); }

.youtube-section .column-content::after { content: ""; position: absolute; top: 0; right: 0; width: 0; height: 0; border-left: 80px solid transparent; border-top: 84px solid var(--primary); }

.youtube-section .column-content h3 { color: var(--primary); font-size: 20px; margin-right: 30px; }

.youtube-section .second-column { bottom: 15px; position: relative; z-index: 999; left: 30px; }

.youtube-section .column-content-two { padding: 30px; background: var(--secondary); border: 1px solid var(--primary); }

.youtube-section .column-content-two::after { content: ""; position: absolute; top: 0; right: 0; width: 0; height: 0; border-left: 80px solid transparent; border-top: 84px solid var(--primary); }

.youtube-section .column-content-two h3 { color: var(--primary); font-size: 20px; margin-right: 20px; }

.youtube-section .youtube-styles { padding: 30px; border: 1px solid; max-width: 800px; margin: auto; height: 500px; }

.youtube-section .youtube-styles iframe { margin: auto; width: 100%; height: 500px; }

.youtube-section .youtube-button-styles { padding: 15px 30px; background: var(--primary); display: table; margin-left: 71%; bottom: 50px; position: relative; }

.youtube-section .youtube-button-styles:hover { background: var(--terciary); transition: 0.6s; }

.neighborhood-section { height: 600px; background-image: url(https://cdn.toribioachaval.com/club-cardales/images/neighborhood-background-image.png); background-size: cover; background-position: center; position: relative; }

.neighborhood-section .neighborhood-content { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); width: 80%; max-width: 1200px; display: flex; justify-content: space-between; align-items: flex-end; }

.neighborhood-section .left-box { display: flex; }

.neighborhood-section .left-box .item { background: var(--secondary); padding: 20px 30px; border-right: 1px solid #000; }

.neighborhood-section .left-box .item:last-child { border-right: none; }

.neighborhood-section .left-box .item h3 { color: #000; font-family: 'alieron', sans-serif; font-size: 20px; font-weight: 600; margin-bottom: 10px; }

.neighborhood-section .left-box .item p { color: #000; font-family: 'alieron', sans-serif;  font-size: 16px; font-weight: 400; }

.neighborhood-section .right-box { background: var(--primary); color: var(--secondary); padding: 20px 30px; border-radius: 4px; text-align: right; }

.neighborhood-section .right-box h3 { font-family: 'alieron', sans-serif; font-size: 20px; font-weight: 600; margin-bottom: 10px; }

.neighborhood-section .right-box p { font-family: 'alieron', sans-serif;  font-size: 16px; font-weight: 400; }

.location-section-lots { padding: 100px 0; background: var(--terciary); }

.location-section-lots .row { column-gap: 100px; }

.location-section-lots .row .column { width: 50%; }

.location-section-lots .row .first-column p { column-gap: 8px; font-family: 'Alieron semi bold'; font-weight: 600; color: var(--primary); }

.location-section-lots .row .first-column h2 { margin-top: 20px; max-width: 500px; color: var(--primary); font-family: 'Alieron regular'; }

.location-section-lots .row .first-column h2 span { color: var(--secondary); font-size: 40px; font-family: 'Alieron regular'; font-weight: 400; }

.location-section-lots .row .second-column #map { width: 100%; height: 500px; border: 2px solid var(--primary); border-radius: 20px; }

.location-section-lots .row .first-column a { padding: 10px 20px; background: var(--secondary); color: var(--primary); margin-top: 20px; width: 38%; align-items: center; border: 1px solid var(--terciary);}

.location-section-lots .row .first-column a:hover { background: var(--terciary); transition: 0.6s; border: 1px solid var(--primary); }

.location-section-lots .row .first-column a img { margin-right: 5px; }

@media (max-width: 1380px) {
    p, a, li, span, button, select, textarea, input { font-size: 15px; }

    h3 { font-size: 24px; }

    h4 { font-size: 16px; }

    .home-banner-section-lots .unico-banner-logo img { max-width: 420px; }

    .location-section-lots .row .first-column h2 { font-size: 35px; }

    .location-section-lots .row .first-column h2 span { font-size: 35px; }

}

@media (max-width: 1240px) {
    .home-banner-section-lots .velvet-grand-clean-banner-image { bottom: -28px; }

    .youtube-section { padding-bottom: 60px; }

    .youtube-section .column { justify-content: center; display: flex; margin: auto; left: 0; top: 0; margin-bottom: 30px; }

    .youtube-section .second-column { display: flex; justify-content: center; margin: auto; left: 0; margin-top: 40px; }

    .youtube-section .youtube-button-styles { margin: auto; margin-top: 60px; }

    .neighborhood-section .neighborhood-content { flex-wrap: wrap; }

    .neighborhood-section .left-box { width: 100%; }

    .neighborhood-section .right-box { margin-top: 20px; }
}


@media (max-width: 992px) {
    .home-banner-section-lots .big-velvet-logo { display: none !important; }

    .home-banner-section-lots .home-banner-image { height: 700px; }

    .home-banner-section-lots .home-banner-units-content { opacity: 1 !important; }

    .home-banner-section-lots .home-banner-units-content .container { max-width: 100%; width: 100%; }

    .home-banner-section-lots .home-banner-units-content .row .column { width: 33.3%; text-align: center; }
   
    .neighborhood-section .left-box .item h3 { font-size: 18px; }

    .neighborhood-section .right-box .item h3 { font-size: 18px; }

    .location-section-lots .row { flex-wrap: wrap; }

    .location-section-lots .row .column { width: 100%; text-align: center; }

    .location-section-lots .row .first-column p { justify-content: center; }

    .location-section-lots .row .first-column h2 { max-width: 100%; }

    .location-section-lots .row .second-column { margin-top: 40px; }

    .location-section-lots .row .second-column img { width: 100%; margin: auto; }

    .location-section-lots .row .first-column a { margin: auto; margin-top: 20px; display: inline-flex; max-width: 200px; }

}

@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; }

}

@media (max-width: 768px) {
    .home-banner-section-lots .home-banner-units-content .row { flex-wrap: wrap; row-gap: 30px; }

    .home-banner-section-lots .home-banner-units-content .row .column { width: 100%; }

    .home-banner-section .unico-banner-logo img { max-width: 355px; }

    .project-internal-details-section .row { flex-wrap: wrap; max-width: 80%; }

    .project-internal-details-section .row .inner-row { width: 100%; justify-content: center; }
}

@media (max-width: 575px) {
    .home-banner-section-lots .unico-banner-logo img { max-width: 295px; }
 
    .project-definitions-section .row .column { width: 100%; }

    .home-banner-section-lots .velvet-grand-clean-banner-image { bottom: -14px; }

    .neighborhood-section .left-box { flex-wrap: wrap; justify-content: center; }

    .neighborhood-section .left-box .item { width: 50%; text-align: center; margin-bottom: 20px; }

    .neighborhood-section .right-box { margin: auto; margin-top: 20px; width: 50%; text-align: center; padding: 25px 30px; }

}

@media (max-width: 480px) {
    .home-banner-section-lots .unico-banner-logo img { max-width: 240px; }

    .location-section-lots .first-column .column-content p { display: block; }

    .location-section-lots .first-column .column-content img { margin: auto; margin-bottom: 10px;}
}

@media (max-width: 420px) {
    .home-banner-section-lots .unico-banner-logo img { max-width: 190px; margin: auto; }

    .home-banner-section-lots .velvet-grand-clean-banner-image { bottom: -9px; }
}

@media(max-width: 378px){
    .project-definitions-section .project-definitions-content { padding-bottom: 200px; }
}

/* end lots page styles */