@charset "UTF-8";
/*!
Theme Name: clece
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: clece
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

clece is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.btn-pink {
  border-radius: 8px;
  background: #C3167C;
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 27px;
  color: var(--base-02, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: fit-content;
}
.btn-pink:hover {
  background: #92125D;
  color: white;
}

.btn-white {
  border-radius: 8px;
  border: 1px solid #C3167C;
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 27px;
  color: #C3167C;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: fit-content;
}

.btn-blue-text {
  border-radius: 8px;
  border: 1px solid #39207C;
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  color: #39207C;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: fit-content;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #070707;
  font-family: Poppins, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

@font-face {
  font-family: "HafferSQXH";
  src: url(../../assets/fonts/HafferSQXH/HafferSQXH-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "KHGiga";
  src: url(../../assets/fonts/KHGiga/KHGiga-LightItalic.otf);
  font-weight: 300;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */
.page-template-thanks {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-thanks .section-gracias-one {
  padding-top: 51px;
  padding-bottom: 51px;
}
@media (max-width: 1280px) {
  .page-template-thanks .section-gracias-one {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 980px) {
  .page-template-thanks .section-gracias-one {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}
.page-template-thanks .popup-container {
  display: none;
}
.page-template-thanks .popup-container.mostrar {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000; /* Ajusta según sea necesario para que esté por encima de otros elementos */
  position: fixed;
  display: flex;
  align-items: center;
  background: white;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(4.5px);
  width: fit-content;
  gap: 16px;
  height: auto;
  padding: 24px;
  justify-content: space-around;
  align-items: center;
}
.page-template-thanks .popup-container.mostrar .cruceta-popup {
  position: absolute;
  right: 15px;
  top: 12px;
  cursor: pointer;
}
.page-template-thanks .popup-container.mostrar .btn-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.page-template-thanks .popup-container.mostrar .btn-popup img {
  width: 100px;
}
.page-template-thanks .img-background-section-1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  z-index: -1;
}
.page-template-thanks .img-background-section-2 {
  position: absolute;
  top: -30px;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  z-index: -1;
  object-position: right;
  width: 57%;
}
@media (max-width: 1050px) {
  .page-template-thanks .img-background-section-2 {
    width: 100%;
  }
}
.page-template-thanks .title-thanks {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-template-thanks .title-thanks h1, .page-template-thanks .title-thanks h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 106.5%; /* 47.925px */
  letter-spacing: -0.408px;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1280px) {
  .page-template-thanks .title-thanks h1, .page-template-thanks .title-thanks h2 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .page-template-thanks .title-thanks h1, .page-template-thanks .title-thanks h2 {
    font-size: 30px;
  }
}
@media (max-width: 410px) {
  .page-template-thanks .title-thanks h1, .page-template-thanks .title-thanks h2 {
    max-width: 320px;
  }
}
.page-template-thanks .title-thanks h1 img, .page-template-thanks .title-thanks h2 img {
  margin-top: -5px;
}
.page-template-thanks .title-thanks h3, .page-template-thanks .title-thanks h4, .page-template-thanks .title-thanks h5, .page-template-thanks .title-thanks h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 121.5%; /* 26.73px */
}
@media (max-width: 640px) {
  .page-template-thanks .title-thanks h3, .page-template-thanks .title-thanks h4, .page-template-thanks .title-thanks h5, .page-template-thanks .title-thanks h6 {
    font-size: 20px;
  }
}
.page-template-thanks .title-thanks p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.page-template-thanks .btn-pink-thanks {
  border-radius: 8px;
  background: #C3167C;
  gap: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 4px;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
}
.page-template-thanks .btn-pink-thanks:hover {
  background: #92125D;
  color: white;
}
.page-template-thanks .container-cards-thanks {
  margin-top: 40px;
  display: flex;
  gap: 14px;
}
@media (max-width: 1280px) {
  .page-template-thanks .container-cards-thanks {
    margin-top: 20px;
  }
}
@media (max-width: 1050px) {
  .page-template-thanks .container-cards-thanks {
    flex-wrap: wrap;
  }
}
.page-template-thanks .container-cards-thanks .card-thanks {
  display: flex;
  padding: 20px 19px;
  flex-direction: column;
  gap: 24px;
  width: 33%;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(4.5px);
}
@media (max-width: 1050px) {
  .page-template-thanks .container-cards-thanks .card-thanks {
    width: 48%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .page-template-thanks .container-cards-thanks .card-thanks {
    width: 100%;
    max-width: 100%;
  }
}
.page-template-thanks .container-cards-thanks .card-thanks .title-card {
  color: #39207C;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 118.5%; /* 18.96px */
}
.page-template-thanks .container-cards-thanks .card-thanks .img-card {
  border-radius: 8px;
}
.page-template-thanks .container-cards-thanks .card-thanks .img-card .img-profesional {
  width: 100%;
  object-fit: cover;
  max-height: 140px;
  border-radius: 7px;
}
.page-template-thanks .container-cards-thanks .card-thanks .img-card .img-profesional-card {
  max-width: 25px;
}
.page-template-thanks .container-cards-thanks .card-thanks .img-card .etiqueta-card {
  position: absolute;
  bottom: 18px;
  left: 11px;
  border-radius: 7px;
  padding: 10px 11px;
  display: flex;
  gap: 9px;
  background: #F1EFF0;
}
.page-template-thanks .container-cards-thanks .card-thanks .img-card .etiqueta-card span {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-template-thanks .btn-movil {
  margin-top: 40px;
  display: none;
}
@media (max-width: 980px) {
  .page-template-thanks .btn-movil {
    display: flex;
  }
}
.page-template-thanks .svg-thanks-absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-thanks .img-footer {
  max-width: 240.324px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 26px;
}
.swiper-container .swiper-wrapper {
  height: fit-content;
}
.swiper-container .swiper-wrapper .swiper-slide {
  height: fit-content;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  min-height: 500px;
}
@media (max-width: 768px) {
  .swiper-container .swiper-wrapper .swiper-slide img {
    min-height: 250px;
  }
}

* p,
h2 {
  margin: 0;
}

.form-section {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #070707;
}
@media (max-width: 768px) {
  .form-section {
    padding-bottom: 0px;
  }
}
.form-section .form-section-left {
  background: #070707;
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.form-section .form-section-left.inv {
  color: #070707;
  background: var(--Base-Light, #FFF);
}
.form-section .form-section-left.inv .form-section-left-container {
  background: var(--Base-Light, #FFF);
  color: #070707 !important;
}
.form-section .form-section-left.inv .form-section-left-container .content-text-form-title {
  color: #070707;
}
.form-section .form-section-left.inv .form-section-left-container .content-text-form-title h2 {
  font-family: "HafferSQXH";
}
@media (max-width: 768px) {
  .form-section .form-section-left.inv .form-section-left-container .content-text-form-title h2 {
    font-size: 40px;
  }
}
.form-section .form-section-left.inv .form-section-left-container .content-text-form-title h2 span {
  color: #BA461B !important;
  font-family: "HafferSQXH";
  font-size: 60px;
  font-style: normal;
}
@media (max-width: 768px) {
  .form-section .form-section-left.inv .form-section-left-container .content-text-form-title h2 span {
    font-size: 40px;
  }
}
.form-section .form-section-left.inv .form-section-left-container .content-text-form-text {
  color: #070707;
}
@media (max-width: 768px) {
  .form-section .form-section-left {
    width: 100%;
    display: flex;
    padding: 40px 0px 20px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.form-section .form-section-left-container {
  max-width: 522px;
  padding: 60px 24px 60px 15px;
  margin-right: 14px;
  color: #FFF;
}
@media (max-width: 768px) {
  .form-section .form-section-left-container {
    max-width: 768px;
    padding: 0 15px;
  }
}
.form-section .form-section-left-container .content-text-form-title h2 {
  font-family: "HafferSQXH";
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 60px */
}
@media (max-width: 768px) {
  .form-section .form-section-left-container .content-text-form-title h2 {
    font-size: 40px;
  }
}
.form-section .form-section-left-container .content-text-form-title h2 span {
  font-family: "KHGiga";
  font-size: 66px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
}
@media (max-width: 768px) {
  .form-section .form-section-left-container .content-text-form-title h2 span {
    font-size: 45px;
  }
}
.form-section .form-section-left-container .content-text-form-text {
  margin-top: 40px;
  margin-left: 60px;
  color: var(--Base-Light, #FFF);
  font-family: "HafferSQXH";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 177.778% */
  letter-spacing: 0.18px;
}
.form-section .form-section-left-container .content-text-form-text p {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .form-section .form-section-left-container .content-text-form-text {
    margin-top: 24px;
    margin-left: 0px;
  }
}
.form-section .form-section-right {
  width: 50%;
  background: #FFF;
  display: flex;
  justify-content: flex-start;
}
.form-section .form-section-right.inv {
  color: #FFF;
  background: #070707;
}
.form-section .form-section-right.inv .form-section-right-container {
  color: #FFF;
  background: #070707;
}
.form-section .form-section-right.inv .form-section-right-container #btn-close {
  color: #FFF;
}
.form-section .form-section-right.inv .form-section-right-container #btn-close svg path {
  stroke: #FFF;
}
.form-section .form-section-right.inv .form-section-right-container #btn-close.hidden {
  display: none;
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container {
  max-width: 493px;
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container-title h2 {
  color: #FFF;
  font-family: "KHGiga";
  font-style: normal;
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container-title h2 span {
  color: #FFF;
  font-style: normal;
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container-text {
  color: var(#070707, #070707);
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 177.778% */
  letter-spacing: 0.18px;
  align-self: stretch;
  margin: 12px 0;
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form {
  color: #FFF;
  font-family: "HafferSQXH";
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form fieldset {
  margin-bottom: 8px;
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form .hs-form-field {
  width: 100%;
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form .hs-form-field span {
  color: #FFF;
  font-family: "HafferSQXH";
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form input, .form-section .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form select {
  color: #FFF;
  background-color: #070707;
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox {
  color: #FFF;
  font-family: "HafferSQXH";
  /* Alternativa con escape de puntos */
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox input {
  border: 1px solid #070707;
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox input#LEGAL_CONSENT\.subscription_type_466898627-0d3f469d-465c-4033-8fee-feb9b3db65fb,
.form-section .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox input#LEGAL_CONSENT\.subscription_type_466898627-2b18bf97-2770-419b-acac-80aa8d46e66b {
  margin: 7px 10px 0 0 !important;
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form .gfield_checkbox {
  color: #FFF;
  font-family: "HafferSQXH";
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container-item .hs-submit .hs-button {
  color: var(--Base-Light, #FFF);
  border: 1px solid #BA461B;
  background: #BA461B;
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container-item .hs-submit .hs-button:hover {
  background: #FFF;
  color: #BA461B;
  border: 1px solid #BA461B;
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container-item .hs_error_rollup {
  color: red;
}
.form-section .form-section-right.inv .form-section-right-container .content-form-container-item .hs_error_rollup ul {
  list-style-type: none;
}
@media (max-width: 768px) {
  .form-section .form-section-right {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: -100%;
    /* Inicialmente oculto */
    opacity: 0;
    /* Inicialmente invisible */
    background-color: #fff;
    /* Agrega un fondo si es necesario */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Centrar el contenido */
    z-index: 10000;
    /* Asegura que esté por encima del contenido */
    transition: bottom 0.5s ease, opacity 0.5s ease;
    /* Transición para la animación */
    overflow: hidden;
  }
  .form-section .form-section-right.visible {
    display: flex;
    justify-content: center;
    border-radius: 4px;
    bottom: 0;
    /* Se posiciona en la parte inferior de la pantalla */
    opacity: 1 !important;
    /* Completamente visible */
    overflow: auto;
  }
}
.form-section .form-section-right-container {
  max-width: 493px;
  padding: 60px 15px 85px 60px;
  position: relative;
}
@media (max-width: 768px) {
  .form-section .form-section-right-container {
    padding: 68px 32px 40px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100dvh - 179px);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .form-section .form-section-right-container {
    padding: 28px 32px 80px 32px;
  }
}
.form-section .form-section-right-container #btn-close {
  position: absolute;
  top: 23px;
  right: 32px;
  font-size: 24px;
  color: #070707;
  cursor: pointer;
}
@media (min-width: 768px) {
  .form-section .form-section-right-container #btn-close {
    display: none;
  }
}
.form-section .form-section-right-container #btn-close.hidden {
  display: none;
}
.form-section .form-section-right-container .content-form-container {
  max-width: 493px;
}
.form-section .form-section-right-container .content-form-container-title h2 {
  color: #070707;
  font-family: "KHGiga";
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
  width: 100%;
}
.form-section .form-section-right-container .content-form-container-title h2 span {
  font-family: "HafferSQXH";
  font-size: 38px;
  font-style: normal;
}
.form-section .form-section-right-container .content-form-container-text {
  color: var(#070707, #070707);
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 177.778% */
  letter-spacing: 0.18px;
  align-self: stretch;
  margin: 12px 0;
}
.form-section .form-section-right-container .content-form-container-item .gform_fields {
  grid-row-gap: 16px;
  font-style: normal;
  font-family: "HafferSQXH";
}
.form-section .form-section-right-container .content-form-container-item .gform_fields .gfield_label {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.48px;
}
.form-section .form-section-right-container .content-form-container-item .gform_fields .gfield_required {
  display: none;
}
.form-section .form-section-right-container .content-form-container-item .gform_fields input {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  /* 171.429% */
  border-radius: 2px;
  border: 1px solid #DFDFDF;
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  box-sizing: border-box; /* Añade esta línea */
  height: 56px; /* Añade esta línea */
}
.form-section .form-section-right-container .content-form-container-item .gform_fields .gfield_checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 13px;
  font-style: normal;
  line-height: 26px;
  /* 200% */
  letter-spacing: 0.39px;
  flex-direction: row;
}
.form-section .form-section-right-container .content-form-container-item .gform_fields .gfield_checkbox .gchoice {
  align-items: center;
}
.form-section .form-section-right-container .content-form-container-item .gform_fields .gfield_checkbox input {
  width: 12px;
  height: 12px;
  border-radius: 0.24px;
  border: 1px solid #070707;
  padding: 0px;
}
.form-section .form-section-right-container .content-form-container-item .gform_fields .gfield_checkbox .gform-field-label {
  margin: 0;
}
.form-section .form-section-right-container .content-form-container-item .gform-footer #gform_submit_button_1 {
  display: flex;
  padding: 16px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 2px;
  background: #BA461B;
  width: 100%;
  color: var(--Base-Light, #FFF);
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.48px;
  cursor: pointer;
}
.form-section .form-section-right-container .content-form-container-item .gform-footer #gform_submit_button_1:hover {
  background: #FFF;
  color: #BA461B;
  border: 1px solid #BA461B;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form {
  font-style: normal;
  font-family: "HafferSQXH";
  gap: 16px;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .form-columns-2 {
  display: flex;
  flex-direction: column;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form fieldset {
  margin-bottom: 8px;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .hs-form-field {
  width: 100%;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .hs-form-field span {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.48px;
  margin-bottom: 12px;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .hs-error-msgs {
  display: none;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .input {
  margin-right: 0;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form input, .form-section .form-section-right-container .content-form-container-item .hbspt-form select {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  /* 171.429% */
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  border: 1px solid #DFDFDF;
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  box-sizing: border-box;
  /* Añade esta línea */
  height: 48px;
  /* Añade esta línea */
  margin-right: 0;
  width: 100%;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form select {
  padding: 8px;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .form-columns-2 {
  display: flex;
  gap: 12px;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container {
  font-size: 16px;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list {
  margin: 0 !important;
  padding: 0;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list ul {
  list-style-type: none;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list span {
  margin: 0px;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox {
  display: flex;
  align-items: center;
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 13px;
  font-style: normal;
  line-height: 26px;
  /* 200% */
  letter-spacing: 0.39px;
  flex-direction: row;
  /* Alternativa con escape de puntos */
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox input {
  width: 12px;
  height: 12px;
  border-radius: 0.24px;
  border: 1px solid #070707;
  padding: 0px;
  margin-right: 8px;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox input#LEGAL_CONSENT\.subscription_type_466898627-0d3f469d-465c-4033-8fee-feb9b3db65fb,
.form-section .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox input#LEGAL_CONSENT\.subscription_type_466898627-2b18bf97-2770-419b-acac-80aa8d46e66b {
  margin: 7px 10px 0 0 !important;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox .gform-field-label {
  margin: 0;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .gfield_checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 13px;
  font-style: normal;
  line-height: 26px;
  /* 200% */
  letter-spacing: 0.39px;
  flex-direction: row;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .gfield_checkbox .gchoice {
  align-items: center;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .gfield_checkbox input {
  width: 12px;
  height: 12px;
  border-radius: 0.24px;
  border: 1px solid #070707;
  padding: 0px;
}
.form-section .form-section-right-container .content-form-container-item .hbspt-form .gfield_checkbox .gform-field-label {
  margin: 0;
}
.form-section .form-section-right-container .content-form-container-item .hs-submit .hs-button {
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 2px;
  background: #BA461B;
  width: 100%;
  color: var(--Base-Light, #FFF);
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.48px;
  cursor: pointer;
}
.form-section .form-section-right-container .content-form-container-item .hs-submit .hs-button:hover {
  background: #FFF;
  color: #BA461B;
  border: 1px solid #BA461B;
}
.form-section .form-section-right-container .content-form-container-item .hs_error_rollup {
  color: red;
}
.form-section .form-section-right-container .content-form-container-item .hs_error_rollup ul {
  list-style-type: none;
}

.form-container {
  align-items: center;
}
.form-container .content-text-form {
  display: flex;
  padding: 60px 24px 60px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  margin-top: 7px;
  padding-left: 15px;
}
.form-container .content-form {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  color: #070707;
  margin-left: 14px;
  width: 100%;
  max-width: 681px;
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 60px 0 85px 60px;
}
.form-container .content-form-container-item {
  width: 100%;
}

* p, h2 {
  margin: 0;
}

.container-video {
  width: 100%;
  max-height: 500px;
  display: flex;
}
.container-video video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 768px) {
  .container-video {
    height: 370px;
  }
}

* p,
h2 {
  margin: 0;
}

.pisos-section {
  color: #070707;
  font-family: "HafferSQXH";
  font-weight: 300;
  line-height: normal;
  font-style: normal;
  margin-bottom: 40px;
  padding: 40px 15px 0 15px;
  background-color: #FFF;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.pisos-section-image {
  position: absolute;
  z-index: 0;
  top: 52px;
  left: 56px;
  background: #FFF;
}
@media (max-width: 768px) {
  .pisos-section-image {
    left: 0;
  }
}
.pisos-section .pisos-section-container {
  max-width: 1116px;
  padding: 44px 15px;
  display: flex;
  gap: 50px;
  z-index: 0;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 768px) {
  .pisos-section .pisos-section-container {
    gap: 58px;
    padding: 20px 15px;
  }
}
.pisos-section .pisos-section-container-head {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 768px) {
  .pisos-section .pisos-section-container-head {
    width: 100%;
  }
}
.pisos-section .pisos-section-container-head .titles {
  display: flex;
  flex-direction: column-reverse;
}
.pisos-section .pisos-section-container-head .titles .title h2 {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .pisos-section .pisos-section-container-head .titles .title h2 {
    font-size: 32px;
  }
}
.pisos-section .pisos-section-container-head .titles .title h2 span {
  color: #070707;
  font-family: "KHGiga";
  font-size: 53px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .pisos-section .pisos-section-container-head .titles .title h2 span {
    font-size: 36px;
  }
}
.pisos-section .pisos-section-container-head .subtitle {
  color: #444;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.pisos-section .pisos-section-container-head .description {
  margin-top: 32px;
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 0.18px;
}
.pisos-section .pisos-section-container .swiper-container-pisos {
  width: 100%;
  height: auto;
  position: relative;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-container-pisos-prev,
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-container-pisos-next {
  display: none;
  top: -22px;
  position: absolute;
  right: 0;
  left: auto;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-container-pisos-prev::after,
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-container-pisos-next::after {
  display: none;
}
@media (max-width: 768px) {
  .pisos-section .pisos-section-container .swiper-container-pisos .swiper-container-pisos-prev,
  .pisos-section .pisos-section-container .swiper-container-pisos .swiper-container-pisos-next {
    display: block;
  }
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-container-pisos-prev {
  right: 44px;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-wrapper {
  display: flex;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card {
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  background: rgba(32, 32, 32, 0.89);
  color: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card:hover {
  background: #070707;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card:hover .swiper-button-next-images,
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card:hover .swiper-button-prev-images {
  display: block !important;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .swiper-button-next::after,
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .swiper-button-prev::after {
  display: none !important;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .swiper-button-next-images,
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .swiper-button-prev-images {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: #FFF;
  opacity: 0.8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Crect width='24' height='24' rx='12' transform='matrix(-1 0 0 1 24.5 0)' fill='white' fill-opacity='0.6'/%3E%3Cpath d='M9.49976 18.0001L15.5 11.9999L9.49622 5.99609' stroke='%23070707' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") lightgray 50%/cover no-repeat;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  display: none;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .swiper-button-prev-images {
  transform: rotate(180deg);
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-image-swiper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-image-swiper .swiper-wrapper {
  display: flex;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-image-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  transition: all 0.3s ease;
  max-height: 200px;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-image-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  min-height: 200px;
  max-width: 100%;
  object-fit: cover;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-image-swiper .swiper-button-next-images,
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-image-swiper .swiper-button-prev-images {
  display: none;
  transition: all 0.3s ease;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-container {
  padding: 24px;
  gap: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-container .property-info {
  color: #FFF;
  font-family: "HafferSQXH";
  min-height: 185px;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-container .property-info .property-neighborhood {
  font-size: 12px;
  text-transform: uppercase;
  color: #FFF;
  font-family: "HafferSQXH";
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.16px;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-container .property-info .property-title {
  font-family: "HafferSQXH";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.24px;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-container .property-info .property-price {
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2px;
  padding: 16px 0;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-container .property-info .property-tags {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  flex-wrap: wrap;
  flex-direction: row;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-container .property-info .property-tags .tag {
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: #333;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-container .property-actions {
  display: flex;
  justify-content: space-between;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-container .property-actions .btn {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  cursor: default;
  padding: 8px 16px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #BA461B;
  transition: background 0.3s ease;
  color: #FFF;
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.48px;
  background: #BA461B;
  cursor: pointer;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-container .property-actions .btn:hover {
  background: #FFF;
  color: #BA461B;
  border: 1px solid #BA461B;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-container .property-actions .btn.secondary {
  background: transparent;
  color: #FFF;
  border: 0;
  cursor: pointer;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-container .property-actions .btn.secondary span:hover {
  text-decoration: underline;
  border: 0;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-slide .property-card .property-container .property-actions .btn.secondary .flecha {
  width: 12px;
  height: 42px;
  text-decoration: none !important;
}
.pisos-section .pisos-section-container .swiper-container-pisos .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

* p,
h2 {
  margin: 0;
}

.why-section {
  display: flex;
  justify-content: center;
  background-color: #FFF;
  padding: 24px 15px 60px 15px;
}
@media (max-width: 768px) {
  .why-section {
    padding: 0px 15px 60px 15px;
  }
}
.why-section-container {
  max-width: 1116px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 121px;
}
@media (max-width: 768px) {
  .why-section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.why-section .section-left {
  background: #FFF;
  font-family: "HafferSQXH";
  max-width: 546px;
  width: 100%;
}
@media (max-width: 768px) {
  .why-section .section-left {
    max-width: 768px;
  }
}
.why-section .section-left .content-text-title h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .why-section .section-left .content-text-title h2 {
    font-size: 32px;
  }
}
.why-section .section-left .content-text-title h2 span {
  font-family: "KHGiga";
  font-size: 53px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .why-section .section-left .content-text-title h2 span {
    font-size: 36px;
  }
}
.why-section .section-left .content-text-text {
  margin: 24px 0 0 60px;
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 0.18px;
}
@media (max-width: 768px) {
  .why-section .section-left .content-text-text {
    margin: 24px 0 40px 0;
  }
}
.why-section .section-right {
  max-width: 449px;
  width: 100%;
  /* Contenido desplegable oculto por defecto */
  /* Contenido visible con efecto de difuminado */
  /* Icono en el título */
}
@media (max-width: 768px) {
  .why-section .section-right {
    max-width: 768px;
  }
}
.why-section .section-right-container {
  /* Contenedor del texto desplegable */
}
.why-section .section-right-container .content-text-desplegable {
  overflow: hidden;
  color: #070707;
  font-family: "HafferSQXH";
  border-bottom: 1px solid rgba(7, 7, 7, 0.12);
  padding: 16px 0;
  /* Título del desplegable */
}
.why-section .section-right-container .content-text-desplegable .content-text-desplegable-title {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.5s ease, opacity 0.5s ease;
  padding: 12px 0px;
  gap: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2px;
}
@media (max-width: 768px) {
  .why-section .section-right-container .content-text-desplegable .content-text-desplegable-title {
    font-size: 18px;
    padding: 0;
  }
}
.why-section .section-right-container .content-text-desplegable .content-text-desplegable-title span {
  margin: auto;
  margin-left: 0;
}
.why-section .section-right-container .content-text-desplegable .content-text-desplegable-title .number {
  color: #202020;
  leading-trim: both;
  text-edge: cap;
  font-family: "KHGiga";
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.32px;
  display: flex;
  justify-content: flex-end;
}
.why-section .section-right .content-text-desplegable:not(:has(.content-text-desplegable-text.activado)) .content-text-desplegable-title:hover {
  background-color: #FFF;
  opacity: 0.6;
  cursor: pointer;
}
.why-section .section-right .content-text-desplegable-text {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 0.18px;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  max-height: 0;
}
.why-section .section-right .content-text-desplegable-text.activado {
  max-height: 100px;
  /* Ajusta según el tamaño del contenido */
  opacity: 1;
  margin: 10px 0 0 40px;
}
.why-section .section-right .icon {
  font-size: 20px;
  transition: transform 0.5s ease;
  display: flex;
  justify-content: flex-end;
  margin: 0 !important;
  font-family: "KHGiga";
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
.why-section .section-right .icon.minus {
  transform: rotate(180deg);
}

* p,
h2 {
  margin: 0;
}

.testimonios-section {
  display: flex;
  justify-content: center;
  background-color: #070707;
  padding: 0 15px;
}
.testimonios-section-container {
  max-width: 1116px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 56px;
  margin: 120px 0 80px 0;
  position: relative;
}
@media (max-width: 768px) {
  .testimonios-section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0 45px 0;
    gap: 24px;
  }
}
.testimonios-section-container .section-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 768px;
}
@media (min-width: 768px) {
  .testimonios-section-container .section-left {
    position: sticky;
    top: 72px;
    left: 0;
    height: fit-content;
    max-width: 489px;
  }
}
.testimonios-section-container .section-left .container-title-testimonios {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
.testimonios-section-container .section-left .container-title-testimonios .content-text-title h2 {
  color: #FFF;
  font-family: "HafferSQXH";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .testimonios-section-container .section-left .container-title-testimonios .content-text-title h2 {
    font-size: 32px;
  }
}
.testimonios-section-container .section-left .container-title-testimonios .content-text-title h2 span {
  color: #FFF;
  font-family: "KHGiga";
  font-size: 53px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .testimonios-section-container .section-left .container-title-testimonios .content-text-title h2 span {
    font-size: 36px;
  }
}
.testimonios-section-container .section-left .container-title-testimonios .content-text-subtitle {
  color: var(--Grey-04, #8C8C8C);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.testimonios-section-container .section-left .content-text-text {
  color: var(--Grey-02, #DFDFDF);
  font-family: "HafferSQXH";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 0.18px;
}
.testimonios-section-container .section-right {
  display: flex;
  gap: 24px;
  width: 100%;
  max-width: 592px;
}
@media (max-width: 768px) {
  .testimonios-section-container .section-right {
    max-width: 768px;
  }
}
.testimonios-section-container .section-right-container {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  gap: 24px;
}
@media (max-width: 768px) {
  .testimonios-section-container .section-right-container {
    padding: 0;
  }
}
.testimonios-section-container .section-right-container .content-text-testimonio {
  display: flex;
  flex-direction: column;
}
.testimonios-section-container .section-right-container .content-text-testimonio-imagen {
  width: 49.875px;
  height: 37.05px;
  margin-bottom: 9.97px;
}
.testimonios-section-container .section-right-container .content-text-testimonio-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonios-section-container .section-right-container .content-text-testimonio-title {
  color: var(--Grey-02, #DFDFDF);
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.16px;
}
.testimonios-section-container .section-right-container .content-text-testimonio-text {
  color: #FFF;
  font-family: "HafferSQXH";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 120% */
  letter-spacing: 0.2px;
  margin-top: 16px;
  text-transform: uppercase;
}

* p,
h2 {
  margin: 0;
}

.faq-section {
  display: flex;
  justify-content: center;
  background-color: #070707;
  padding: 80px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .faq-section {
    padding: 40px 15px 42px 15px;
  }
}
.faq-section-container {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 768px) {
  .faq-section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.faq-section .section-left {
  color: #FFF;
  font-family: "HafferSQXH";
  width: 50%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 8px;
}
@media (max-width: 768px) {
  .faq-section .section-left {
    width: 100%;
  }
}
.faq-section .section-left .content-text-title h2 {
  font-family: "HafferSQXH";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .faq-section .section-left .content-text-title h2 {
    font-size: 32px;
  }
}
.faq-section .section-left .content-text-title h2 span {
  font-family: "KHGiga";
  font-size: 53px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .faq-section .section-left .content-text-title h2 span {
    font-size: 36px;
  }
}
.faq-section .section-left .content-text-text {
  color: var(--Grey-04, #8C8C8C);
  font-family: "HafferSQXH";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.faq-section .section-right {
  width: 50%;
  /* Contenido desplegable oculto por defecto */
  /* Contenido visible con efecto de difuminado */
  /* Icono en el título */
}
@media (max-width: 768px) {
  .faq-section .section-right {
    width: 100%;
  }
}
.faq-section .section-right-container {
  /* Contenedor del texto desplegable */
}
.faq-section .section-right-container .faq-content-text-desplegable {
  overflow: hidden;
  color: #FFF;
  font-family: "HafferSQXH";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 16px 0 16px;
  /* Título del desplegable */
}
.faq-section .section-right-container .faq-content-text-desplegable .faq-content-text-desplegable-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 120% */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.faq-section .section-right-container .faq-content-text-desplegable .faq-content-text-desplegable-title span {
  margin: auto;
  margin-left: 0;
}
.faq-section .section-right .faq-content-text-desplegable:not(:has(.faq-content-text-desplegable-text.activado)) .faq-content-text-desplegable-title:hover {
  cursor: pointer;
}
.faq-section .section-right .faq-content-text-desplegable-text {
  color: #FFF;
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.18px;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  max-height: 0;
}
.faq-section .section-right .faq-content-text-desplegable-text.activado {
  max-height: 100px;
  /* Ajusta según el tamaño del contenido */
  opacity: 1;
  margin-bottom: 16px;
}
.faq-section .section-right .icon {
  font-size: 20px;
  transition: transform 0.5s ease;
  display: flex;
  justify-content: flex-end;
  margin: 0 !important;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
}
.faq-section .section-right .icon.minus {
  transform: rotate(180deg);
  cursor: pointer !important;
}

* p,
h2 {
  margin: 0;
}

.footer-section {
  display: flex;
  justify-content: center;
  background-color: #FFF;
}
.footer-section-container {
  max-width: 1114px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 63px;
  padding: 60px 126px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .footer-section-container {
    padding: 60px 26px 0 26px;
    margin-bottom: 100px;
    gap: 24px;
  }
}
.footer-section-container .content {
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .footer-section-container .content {
    display: flex;
    flex-direction: column-reverse;
  }
}
.footer-section-container .content .section-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer-section-container .content .section-left {
    width: 100%;
  }
}
.footer-section-container .content .section-left .content-logo {
  width: 250px;
}
.footer-section-container .content .section-left .content-text-title {
  color: var(--Grey-05, #444);
  font-family: "HafferSQXH";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.footer-section-container .content .section-left .content-text-text {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.footer-section-container .content .section-left .content-text-text img {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .footer-section-container .content .section-left .content-text-text img {
    width: 32px;
    height: 32px;
  }
}
.footer-section-container .content .section-right {
  width: 50%;
  display: none;
  flex-direction: column;
}
@media (max-width: 768px) {
  .footer-section-container .content .section-right {
    width: 100%;
    margin-bottom: 32px;
  }
}
.footer-section-container .content .section-right-container .form-container-title {
  color: var(--Grey-08, #070707);
  font-family: "KHGiga";
  font-size: 36px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
.footer-section-container .content .section-right-container .form-container-item #gform_3 {
  display: flex;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .footer-section-container .content .section-right-container .form-container-item #gform_3 {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
}
.footer-section-container .content .section-right-container .form-container-item #gform_3 .gform-body {
  width: 100%;
}
.footer-section-container .content .section-right-container .form-container-item #gform_3 #gform_fields_3 {
  display: flex;
  flex-direction: column-reverse;
}
.footer-section-container .content .section-right-container .form-container-item #gform_3 #gform_fields_3 #field_3_3 {
  flex: 1 1 50%;
}
.footer-section-container .content .section-right-container .form-container-item #gform_3 .gform-footer {
  margin: 0;
  height: 100%;
}
.footer-section-container .content .section-right-container .form-container-item #gform_3 .gform-footer #gform_submit_button_3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 2px;
  background: var(--Grey-08, #070707);
  width: 100%;
  color: var(--Base-Light, #FFF);
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.48px;
  cursor: pointer;
  height: 40px;
  padding: 8px 16px;
}
.footer-section-container .content .section-right-container .form-container-item #gform_3 .gform-footer #gform_submit_button_3:hover {
  background: var(--Base-Light, #FFF);
  color: var(--Grey-08, #070707);
  border: 1px solid #070707;
}
.footer-section-container .content .section-right-container .form-container-item .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.footer-section-container .content .section-right-container .form-container-item .gform_fields #field_3_6 {
  display: flex;
  flex: 1 1 100%;
  margin-top: 12px;
  color: var(--Grey-05, color__lightDark_3);
  font-family: "HafferSQXH";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 200% */
  letter-spacing: 0.39px;
}
.footer-section-container .content .section-right-container .form-container-item .gform_fields #field_3_6 .gchoice {
  align-items: center;
}
.footer-section-container .content .section-right-container .form-container-item .gform_fields #field_3_6 input {
  width: 12px;
  height: 12px;
  border-radius: 0.24px;
  border: 1px solid #070707;
}
.footer-section-container .content .section-right-container .form-container-item .gform_fields #field_3_6 .gform-field-label {
  margin: 0;
}
.footer-section-container .content .section-right-container .form-container-item .gform_fields #field_3_3 {
  flex: 1 1 50%;
  /* Ocupan la mitad del espacio cada uno en la fila */
}
.footer-section-container .content .section-right-container .form-container-item .gform_fields #field_3_3 input {
  color: var(--Grey-04, #8C8C8C);
  font-family: "HafferSQXH";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 171.429% */
  border-radius: 2px;
  border: 1px solid var(--Grey-02, #DFDFDF);
  height: 40px;
  padding: 8px 16px;
}
.footer-section-container .content .section-right-container .form-container-item .gform_fields .ginput_container {
  display: flex;
  align-items: center;
}
.footer-section-container .content .section-right-container .form-container-item .gform_fields .ginput_container label {
  margin-left: 8px !important;
}
.footer-section-container .content .section-right-container .form-container-item .gform_heading {
  display: none;
}
.footer-section-container .content .section-right-container .form-container-item .gfield_label {
  display: none;
}
.footer-section-container .footer-urls {
  display: flex;
  width: 100%;
  border-top: 1px solid var(--Grey-02, #DFDFDF);
  padding: 16px 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: var(--Grey-08, #333);
  font-family: "HafferSQXH";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.42px;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer-section-container .footer-urls {
    width: 100%;
    flex-direction: column;
    gap: 16px;
    padding: 8px 0;
  }
}
.footer-section-container .footer-urls .copyright {
  display: flex;
  width: 100%;
}
.footer-section-container .footer-urls .menu-footer-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.footer-section-container .footer-urls .menu-footer-container #menu-footer {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-section-container .footer-urls .menu-footer-container #menu-footer {
    width: 100%;
  }
}
.footer-section-container .footer-urls .menu-footer-container #menu-footer li {
  margin: 0;
}
.footer-section-container .footer-urls .menu-footer-container #menu-footer li a {
  cursor: pointer;
  text-decoration: none;
  /* Quitar el subrayado de los enlaces */
  color: #070707;
  /* Color del texto */
}
.footer-section-container .footer-urls .menu-footer-container #menu-footer li a:hover {
  color: #070707;
  text-decoration: underline;
}
.footer-section-container .footer-urls ul {
  display: flex;
  align-items: center;
}
.footer-section-container .footer-urls ul li {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.footer-section-container .footer-urls ul li.wpml-ls-current-language a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.footer-section-container .footer-urls .wpml-ls-item {
  display: none !important;
}
.footer-section-container .footer-urls .wpml-ls-item:not(:last-child)::after {
  content: "|";
  display: flex;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
}
.footer-section-container .footer-urls a {
  color: #070707;
  text-decoration: none;
  font-family: "HafferSQXH";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.42px;
  cursor: pointer;
}
.footer-section-container .footer-urls a:hover {
  color: #070707;
  text-decoration: underline;
}

* p,
h2 {
  margin: 0;
}

.ancla-section {
  display: flex;
  justify-content: center;
  background-color: #FFF;
  width: 100%;
  bottom: 0;
  position: fixed;
  display: none;
}
@media (max-width: 768px) {
  .ancla-section {
    display: block;
    z-index: 100000000000000000;
    background-color: transparent;
  }
}
.ancla-section-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  font-family: "HafferSQXH";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 177.778% */
  letter-spacing: 0.18px;
  box-shadow: 0px 0px 3px 1px #333;
}
@media (max-width: 768px) {
  .ancla-section-container {
    box-shadow: none;
  }
}
.ancla-section-container .content-text-title {
  background-color: #FFF;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  /* Ocupa todo el espacio restante */
  padding: 16px;
  box-sizing: border-box;
  /* Asegura que padding no afecte el ancho */
  gap: 16px;
}
.ancla-section-container .content-text-title .flecha {
  color: #FFF;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  rotate: 45deg;
  margin-right: 8px;
}
.ancla-section-container .content-text-title .flecha svg {
  fill: #FFF;
}
@media (max-width: 768px) {
  .ancla-section-container .content-text-title {
    display: none;
  }
}
.ancla-section-container .content-text-text {
  background-color: #BA461B;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
  color: #FFF;
}
.ancla-section-container .content-text-text.baseDark {
  background-color: #070707;
}
.ancla-section-container .content-text-text.black50 {
  background-color: var(--Foundation-Black-B50, #E6E6E6);
  color: #070707;
}
.ancla-section-container .content-text-text.black50 a {
  color: #070707;
}
.ancla-section-container .content-text-text.primaryCTA {
  background-color: #BA461B;
}
@media (max-width: 768px) {
  .ancla-section-container .content-text-text {
    border-radius: 8px 8px 0px 0px;
    background: var(--Foundation-Black-B50, #E6E6E6);
    /* sombra */
    box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: flex;
    padding: 16px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #070707;
  }
  .ancla-section-container .content-text-text.black50Mobile {
    background-color: var(--Foundation-Black-B50, #E6E6E6);
  }
  .ancla-section-container .content-text-text.primaryCTAMobile {
    background-color: #BA461B;
    color: #FFF;
  }
  .ancla-section-container .content-text-text.primaryCTAMobile a {
    color: #FFF;
  }
  .ancla-section-container .content-text-text.baseDarkMobile {
    background-color: #070707;
    color: #FFF;
  }
  .ancla-section-container .content-text-text.baseDarkMobile a {
    color: #FFF;
  }
}
.ancla-section-container .content-text-text .flecha {
  color: #FFF;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.ancla-section-container .content-text-text .flecha svg path {
  stroke: #FFF;
}
@media (max-width: 768px) {
  .ancla-section-container .content-text-text .flecha svg path {
    stroke: #070707;
  }
}
.ancla-section-container .content-text-text a {
  text-decoration: none;
  /* Quitar el subrayado de los enlaces */
  color: #FFF;
  padding: 24px;
}
@media (max-width: 768px) {
  .ancla-section-container .content-text-text a {
    color: #070707;
    padding: 0;
  }
}
.ancla-section #ancla-btn.hidden {
  z-index: 0;
  display: none;
}

.ancla-section.visible {
  display: block;
  z-index: 1000;
}

header {
  display: flex;
  background: #070707;
  backdrop-filter: blur(2px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000000000000000;
  opacity: 0.8;
}
header.opaco {
  opacity: 1;
}
header nav {
  display: flex;
  padding: 12px 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .logo {
  width: 183px;
  max-height: 56px;
}
header .contacto {
  color: #FFF;
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
  flex-direction: row;
}
header .contacto a {
  color: #FFF;
  text-decoration: none;
}
header .idioma {
  color: #FFF;
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
  display: none;
  flex-direction: row;
}
header .idioma ul {
  display: flex;
  align-items: center;
}
header .idioma ul li {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
header .idioma ul li.wpml-ls-current-language a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
header .idioma .wpml-ls-item:not(:last-child)::after {
  content: "|";
  display: flex;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
}
header .idioma a {
  color: #FFF;
  text-decoration: none;
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
  cursor: default;
}
header .idioma a:hover {
  color: #FFF;
  text-decoration: underline;
}

* p,
h2 {
  margin: 0;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 26px;
}
.swiper-container .swiper-wrapper {
  height: fit-content;
}
.swiper-container .swiper-wrapper .swiper-slide {
  height: fit-content;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  max-height: 500px;
}
@media (max-width: 768px) {
  .swiper-container .swiper-wrapper .swiper-slide img {
    min-height: 370px;
  }
}

.section {
  color: var(--primary, #070707);
  font-family: "HafferSQXH";
  display: flex;
  justify-content: center;
  background-color: #FFF;
}
@media (max-width: 960px) {
  .section {
    padding: 0px 15px;
  }
}
.section-container {
  max-width: 1068px;
  width: 100%;
  padding: 0 125px 60px 125px;
  display: flex;
}
@media (max-width: 960px) {
  .section-container {
    padding: 0px 0px 56px 0px;
  }
}
.section-container .section-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  margin-right: 24px;
  padding-top: 60px;
}
@media (max-width: 960px) {
  .section-container .section-left {
    width: 100%;
    padding-top: 40px;
    margin-right: 0px;
  }
}
.section-container .section-left .piso-section {
  gap: 60px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section {
    gap: 40px;
  }
}
.section-container .section-left .piso-section-title {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.section-container .section-left .piso-section-title .piso-section-content-title {
  display: flex;
  flex-direction: column-reverse;
  gap: 0;
  margin-bottom: 12px;
}
.section-container .section-left .piso-section-title .piso-section-content-title .content-text-title {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-title .piso-section-content-title .content-text-title {
    font-size: 40px;
  }
}
.section-container .section-left .piso-section-title .piso-section-content-title .content-text-subtitle {
  color: var(--second, #444);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.section-container .section-left .piso-section-title .content-text-precio {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.32px;
}
.section-container .section-left .piso-section-title .content-text-tags {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.section-container .section-left .piso-section-title .content-text-tags .tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.section-container .section-left .piso-section-title .content-text-tags .tag {
  background-color: #ECEBEB;
  color: #444;
  font-family: "HafferSQXH";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2px;
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-title .content-text-tags .tag {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
.section-container .section-left .piso-section-title .piso-section-text {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 177.778% */
  letter-spacing: 0.18px;
  margin-left: 40px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-title .piso-section-text {
    margin-left: 0;
  }
}
.section-container .section-left .piso-section-image {
  /* Estilos del Popup */
}
@media (max-width: 960px) {
  .section-container .section-left .piso-section-image {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.section-container .section-left .piso-section-image-image {
  display: flex;
}
@media (max-width: 960px) {
  .section-container .section-left .piso-section-image-image {
    max-width: 360px;
    width: 100%;
  }
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Dos columnas: una para first-thumb y otra para thumbs */
  gap: 8px;
  align-items: start;
  max-width: 708px;
}
@media (max-width: 960px) {
  .section-container .section-left .piso-section-image-image .gallery-container-thumbs {
    grid-template-columns: 1fr;
    /* Una columna para todo */
    grid-template-rows: auto auto;
    /* Permite que cada sección ocupe su fila */
  }
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .imagen-sin-miniatura {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .video-sin-miniatura {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  /* Capa negra semitransparente */
  z-index: 1;
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .play-button:hover {
  transform: translate(-50%, -50%) scale(1.2);
  filter: brightness(0.8);
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .play-button svg {
  width: 105px;
  height: 105px;
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .first-thumb {
  width: 100%;
  max-width: 333.784px;
  max-height: 333.784px;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: relative;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-image-image .gallery-container-thumbs .first-thumb {
    max-width: 360px;
    width: 100%;
    max-height: 360px;
    height: 100%;
  }
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .first-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Transición suave en la opacidad */
  transition: filter 0.3s ease;
  /* Suaviza el efecto de oscurecer */
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .first-thumb .image-overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  /* Fondo negro con algo de transparencia */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  /* Inicialmente no visible */
  transition: opacity 0.3s ease;
  z-index: 1;
  /* Asegura que esté encima de la imagen */
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .first-thumb:hover .image-overlay {
  opacity: 1;
  /* Muestra el overlay al hacer hover */
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .first-thumb:hover img {
  filter: brightness(0.7);
  /* Oscurecer la imagen al pasar el ratón */
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .first-thumb .image-overlay svg {
  width: 54px;
  /* Tamaño del SVG */
  height: 55px;
  fill: white;
  transition: transform 0.3s ease;
  /* Suaviza el movimiento */
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .first-thumb:hover .image-overlay svg {
  transform: translateX(5px);
  /* Movimiento pequeño hacia la derecha */
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .thumbs {
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  display: grid;
  justify-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-image-image .gallery-container-thumbs .thumbs {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .thumbs .thumb {
  position: relative;
  max-width: 157.747px;
  width: 100%;
  height: 100%;
  max-height: 157px;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-image-image .gallery-container-thumbs .thumbs .thumb {
    max-width: 170px;
    max-height: 171px;
  }
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .thumbs .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
  /* Suaviza el efecto de oscurecer */
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .thumbs .thumb .image-overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  /* Fondo negro con algo de transparencia */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  /* Inicialmente no visible */
  transition: opacity 0.3s ease;
  z-index: 1;
  /* Asegura que esté encima de la imagen */
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .thumbs .thumb:hover .image-overlay {
  opacity: 1;
  /* Muestra el overlay al hacer hover */
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .thumbs .thumb:hover img {
  filter: brightness(0.7);
  /* Oscurecer la imagen al pasar el ratón */
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .thumbs .thumb .image-overlay svg {
  width: 54px;
  /* Tamaño del SVG */
  height: 55px;
  fill: white;
  transition: transform 0.3s ease;
  /* Suaviza el movimiento */
}
.section-container .section-left .piso-section-image-image .gallery-container-thumbs .thumbs .thumb:hover .image-overlay svg {
  transform: translateX(5px);
  /* Movimiento pequeño hacia la derecha */
}
.section-container .section-left .piso-section-image-ver {
  display: flex;
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.48px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-image-ver {
    margin-top: 16px;
  }
}
.section-container .section-left .piso-section-image-ver #openPopup {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-image-ver #openPopup {
    padding-top: 16px;
  }
}
.section-container .section-left .piso-section-image-ver #openPopup span:hover {
  text-decoration: underline;
}
.section-container .section-left .piso-section-image .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.section-container .section-left .piso-section-image .popup.active {
  display: flex;
}
.section-container .section-left .piso-section-image .popup-content {
  position: absolute;
  width: 90%;
  max-width: 917px;
  overflow: hidden;
  height: calc(100% - 110px);
  bottom: 24px;
}
.section-container .section-left .piso-section-image .popup-close {
  position: relative;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  color: #FFF;
  font-family: "HafferSQXH";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.18px;
  display: flex;
  align-items: center;
  z-index: 99999;
}
.section-container .section-left .piso-section-image .swiper {
  width: 100%;
  height: 100%;
}
.section-container .section-left .piso-section-image .swiper-wrapper {
  display: flex;
  flex-direction: row;
}
.section-container .section-left .piso-section-image .swiper-slide .img-galeria-piso {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-container .section-left .piso-section-image .mySwiper2 {
  height: 80%;
  width: 100%;
}
.section-container .section-left .piso-section-image .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.section-container .section-left .piso-section-image .mySwiper .swiper-slide {
  width: 130px;
  height: 75px;
}
.section-container .section-left .piso-section-image #swiper1 {
  height: calc(100% - 200px) !important;
}
.section-container .section-left .piso-section-image #swiper1 video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-container .section-left .piso-section-image #swiper1 img {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-image #swiper1 img {
    margin-top: 0 !important;
    object-fit: contain !important;
  }
}
.section-container .section-left .piso-section-image .mySwiper {
  padding: 0px !important;
}
.section-container .section-left .piso-section-image .mySwiper .swiper-slide {
  margin-top: 38px;
  cursor: pointer;
}
.section-container .section-left .piso-section-image .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.section-container .section-left .piso-section-image .swiper-button-next::after,
.section-container .section-left .piso-section-image .swiper-button-prev::after {
  display: none !important;
}
.section-container .section-left .piso-section-image .swiper-button-next-images,
.section-container .section-left .piso-section-image .swiper-button-prev-images {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: #FFF;
  opacity: 0.8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Crect width='24' height='24' rx='12' transform='matrix(-1 0 0 1 24.5 0)' fill='white' fill-opacity='0.6'/%3E%3Cpath d='M9.49976 18.0001L15.5 11.9999L9.49622 5.99609' stroke='%23070707' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") lightgray 50%/cover no-repeat;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.section-container .section-left .piso-section-image .swiper-button-prev-images {
  transform: rotate(180deg);
}
.section-container .section-left .piso-section-caracteristicas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 960px) {
  .section-container .section-left .piso-section-caracteristicas {
    display: flex;
    width: 100%;
  }
}
.section-container .section-left .piso-section-caracteristicas-title {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-caracteristicas-title {
    font-size: 32px;
  }
}
.section-container .section-left .piso-section-caracteristicas-title h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-caracteristicas-title h2 {
    font-size: 32px;
  }
}
.section-container .section-left .piso-section-caracteristicas-title h2 span {
  font-family: "KHGiga";
  font-size: 53px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-caracteristicas-title h2 span {
    font-size: 36px;
  }
}
.section-container .section-left .piso-section-caracteristicas-container {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
.section-container .section-left .piso-section-caracteristicas-container .tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.section-container .section-left .piso-section-caracteristicas-container .tag {
  background-color: #ECEBEB;
  color: #444;
  font-family: "HafferSQXH";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2px;
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-caracteristicas-container .tag {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
.section-container .section-left .piso-section-caracteristicas-plano {
  display: flex;
  flex-direction: column;
  max-width: 708px;
  width: 100%;
  position: relative;
}
.section-container .section-left .piso-section-caracteristicas-plano .gallery-container-planos {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 960px) {
  .section-container .section-left .piso-section-caracteristicas-plano .gallery-container-planos {
    flex-direction: column;
  }
}
.section-container .section-left .piso-section-caracteristicas-plano .gallery-container-planos .gallery-item {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.section-container .section-left .piso-section-caracteristicas-plano .gallery-container-planos .gallery-item img {
  width: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
}
.section-container .section-left .piso-section-caracteristicas-plano .gallery-container-planos .gallery-item .image-overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  /* Fondo negro con algo de transparencia */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  /* Inicialmente no visible */
  transition: opacity 0.3s ease;
  z-index: 1;
  /* Asegura que esté encima de la imagen */
}
.section-container .section-left .piso-section-caracteristicas-plano .gallery-container-planos .gallery-item:hover .image-overlay {
  opacity: 1;
  /* Muestra el overlay al hacer hover */
}
.section-container .section-left .piso-section-caracteristicas-plano-ver {
  display: flex;
  flex-direction: row;
  align-items: center;
  display: flex;
  height: 48px;
  justify-content: center;
  gap: 8px;
  color: var(--Grey-08, #070707);
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.48px;
  /* Estilos del Popup */
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-caracteristicas-plano-ver {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.section-container .section-left .piso-section-caracteristicas-plano-ver #openPopup2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  cursor: pointer;
}
.section-container .section-left .piso-section-caracteristicas-plano-ver #openPopup2 span:hover {
  text-decoration: underline;
}
.section-container .section-left .piso-section-caracteristicas-plano-ver .mySwiper2 .swiper-wrapper {
  transition-duration: 0ms;
  display: flex;
  align-content: center;
  align-items: center;
}
.section-container .section-left .piso-section-caracteristicas-plano-ver .mySwiper2 .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: calc(100% - 100px);
}
.section-container .section-left .piso-section-caracteristicas-plano-ver .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9;
  overflow: hidden;
}
.section-container .section-left .piso-section-caracteristicas-plano-ver .popup.active {
  display: flex;
}
.section-container .section-left .piso-section-caracteristicas-plano-ver .popup .popup-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 90%;
  max-width: 917px;
  height: 80%;
}
.section-container .section-left .piso-section-caracteristicas-plano-ver .popup .popup-content img {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  /* Transición suave para zoom */
  cursor: zoom-in;
  touch-action: none;
  user-select: none;
  max-height: 600px;
}
.section-container .section-left .piso-section-caracteristicas-plano-ver .popup .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #FFF;
  font-family: "HafferSQXH";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.18px;
  display: flex;
  align-items: center;
  z-index: 10;
}
.section-container .section-left .piso-section-caracteristicas-plano-ver .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.section-container .section-left .piso-section-caracteristicas-plano-ver .swiper-button-next::after,
.section-container .section-left .piso-section-caracteristicas-plano-ver .swiper-button-prev::after {
  display: none !important;
}
.section-container .section-left .piso-section-caracteristicas-plano-ver .swiper-button-next-images,
.section-container .section-left .piso-section-caracteristicas-plano-ver .swiper-button-prev-images {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: #FFF;
  opacity: 0.8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Crect width='24' height='24' rx='12' transform='matrix(-1 0 0 1 24.5 0)' fill='white' fill-opacity='0.6'/%3E%3Cpath d='M9.49976 18.0001L15.5 11.9999L9.49622 5.99609' stroke='%23070707' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") lightgray 50%/cover no-repeat;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.section-container .section-left .piso-section-caracteristicas-plano-ver .swiper-button-prev-images {
  transform: rotate(180deg);
}
.section-container .section-left .piso-section-ubicacion {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 960px) {
  .section-container .section-left .piso-section-ubicacion {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.section-container .section-left .piso-section-ubicacion-title {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-ubicacion-title {
    font-size: 32px;
  }
}
.section-container .section-left .piso-section-ubicacion-title h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-ubicacion-title h2 {
    font-size: 32px;
  }
}
.section-container .section-left .piso-section-ubicacion-title h2 span {
  font-family: "KHGiga";
  font-size: 53px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-ubicacion-title h2 span {
    font-size: 36px;
  }
}
.section-container .section-left .piso-section-ubicacion-subtitle {
  color: #444;
  font-family: "HafferSQXH";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2px;
  display: flex;
}
.section-container .section-left .piso-section-ubicacion-plano {
  border-radius: 2px;
  width: 100%;
  max-width: 685px;
  height: 100%;
  max-height: 333px;
}
@media (max-width: 960px) {
  .section-container .section-left .piso-section-ubicacion-plano {
    max-height: 360px;
  }
}
.section-container .section-left .piso-section-ubicacion-plano iframe {
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.section-container .section-left .piso-section-ubicacion-plano-ver {
  display: flex;
  flex-direction: row;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Grey-08, #070707);
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-ubicacion-plano-ver {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.section-container .section-left .piso-section-ubicacion-plano-ver a {
  color: #070707;
  text-decoration: none;
  cursor: pointer;
}
.section-container .section-left .piso-section-ubicacion-plano-ver a:hover {
  color: #070707;
  text-decoration: underline;
}
.section-container .section-left .piso-section-why {
  display: flex;
  justify-content: center;
  background-color: #FFF;
  flex-direction: column;
  /* Contenedor del texto desplegable */
  /* Contenido desplegable oculto por defecto */
  /* Contenido visible con efecto de difuminado */
  /* Icono en el título */
}
.section-container .section-left .piso-section-why .content-text-title h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-why .content-text-title h2 {
    font-size: 32px;
  }
}
.section-container .section-left .piso-section-why .content-text-title h2 span {
  font-family: "KHGiga";
  font-size: 53px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-why .content-text-title h2 span {
    font-size: 36px;
  }
}
.section-container .section-left .piso-section-why .content-text-text {
  margin: 24px 0 0 40px;
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 0.18px;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-why .content-text-text {
    margin: 24px 0 40px 0;
  }
}
.section-container .section-left .piso-section-why .content-text-desplegable {
  overflow: hidden;
  color: #070707;
  font-family: "HafferSQXH";
  border-bottom: 1px solid rgba(7, 7, 7, 0.12);
  padding: 16px 0;
  /* Título del desplegable */
}
.section-container .section-left .piso-section-why .content-text-desplegable .content-text-desplegable-title {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.5s ease, opacity 0.5s ease;
  padding: 12px 0px;
  gap: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2px;
}
@media (max-width: 768px) {
  .section-container .section-left .piso-section-why .content-text-desplegable .content-text-desplegable-title {
    font-size: 18px;
    padding: 0;
  }
}
.section-container .section-left .piso-section-why .content-text-desplegable .content-text-desplegable-title span {
  margin: auto;
  margin-left: 0;
}
.section-container .section-left .piso-section-why .content-text-desplegable .content-text-desplegable-title .number {
  color: #202020;
  leading-trim: both;
  text-edge: cap;
  font-family: "KHGiga";
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.32px;
  display: flex;
  justify-content: flex-end;
}
.section-container .section-left .piso-section-why .content-text-desplegable:not(:has(.content-text-desplegable-text.activado)) .content-text-desplegable-title:hover {
  background-color: #FFF;
  opacity: 0.6;
  cursor: pointer;
}
.section-container .section-left .piso-section-why .content-text-desplegable-text {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 0.18px;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  max-height: 0;
}
.section-container .section-left .piso-section-why .content-text-desplegable-text.activado {
  max-height: 100px;
  /* Ajusta según el tamaño del contenido */
  opacity: 1;
  margin: 10px 0 0 40px;
}
.section-container .section-left .piso-section-why .icon {
  font-size: 20px;
  transition: transform 0.5s ease;
  display: flex;
  justify-content: flex-end;
  margin: 0 !important;
  font-family: "KHGiga";
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
.section-container .section-left .piso-section-why .minus {
  transform: rotate(180deg);
}
.section-container .section-right {
  width: 40%;
  display: flex;
  gap: 20px;
  position: sticky;
  top: 6%;
  left: 0;
  height: fit-content;
  max-width: 489px;
  padding-top: 60px;
  border-left: 1px solid #ECEBEB;
}
@media (max-width: 960px) {
  .section-container .section-right {
    max-width: 960px;
    height: auto;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: -100%;
    opacity: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: bottom 0.5s ease, opacity 0.5s ease;
    overflow: hidden;
    z-index: -1;
  }
  .section-container .section-right.visible {
    display: flex;
    z-index: 10;
    top: 0;
    justify-content: center;
    border-radius: 4px;
    bottom: 0;
    /* Se posiciona en la parte inferior de la pantalla */
    opacity: 1 !important;
    overflow: auto;
    /* Completamente visible */
  }
}
.section-container .section-right-container {
  max-width: 493px;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 960px) {
  .section-container .section-right-container {
    padding: 68px 32px 40px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100dvh - 179px);
    gap: 16px;
    border-left: none;
  }
}
@media (max-width: 480px) {
  .section-container .section-right-container {
    padding: 28px 32px 80px 32px;
  }
}
.section-container .section-right-container #btn-close {
  position: absolute;
  top: 23px;
  right: 32px;
  font-size: 24px;
  color: #070707;
  cursor: pointer;
}
@media (min-width: 960px) {
  .section-container .section-right-container #btn-close {
    display: none;
  }
}
.section-container .section-right-container #btn-close.hidden {
  display: none;
}
.section-container .section-right-container .content-form-container {
  max-width: 493px;
}
.section-container .section-right-container .content-form-container-title h2 {
  color: #070707;
  font-family: "KHGiga";
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
  width: 100%;
}
.section-container .section-right-container .content-form-container-title h2 span {
  font-family: "HafferSQXH";
  font-size: 38px;
  font-style: normal;
}
.section-container .section-right-container .content-form-container-text {
  color: var(#070707, #070707);
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 177.778% */
  letter-spacing: 0.18px;
  align-self: stretch;
  margin: 12px 0;
}
.section-container .section-right-container .content-form-container-item .gform_fields {
  grid-row-gap: 16px;
  font-style: normal;
  font-family: "HafferSQXH";
}
.section-container .section-right-container .content-form-container-item .gform_fields .gfield_label {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.48px;
}
.section-container .section-right-container .content-form-container-item .gform_fields .gfield_required {
  display: none;
}
.section-container .section-right-container .content-form-container-item .gform_fields input {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  /* 171.429% */
  border-radius: 2px;
  border: 1px solid #DFDFDF;
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  box-sizing: border-box;
  /* Añade esta línea */
  height: 56px;
  /* Añade esta línea */
}
.section-container .section-right-container .content-form-container-item .gform_fields .gfield_checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 13px;
  font-style: normal;
  line-height: 26px;
  /* 200% */
  letter-spacing: 0.39px;
  flex-direction: row;
}
.section-container .section-right-container .content-form-container-item .gform_fields .gfield_checkbox .gchoice {
  align-items: center;
}
.section-container .section-right-container .content-form-container-item .gform_fields .gfield_checkbox input {
  width: 12px;
  height: 12px;
  border-radius: 0.24px;
  border: 1px solid #070707;
  padding: 0px;
}
.section-container .section-right-container .content-form-container-item .gform_fields .gfield_checkbox .gform-field-label {
  margin: 0;
}
.section-container .section-right-container .content-form-container-item .gform-footer #gform_submit_button_1 {
  display: flex;
  padding: 16px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 2px;
  background: #BA461B;
  width: 100%;
  color: var(--Base-Light, #FFF);
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.48px;
  cursor: pointer;
}
.section-container .section-right-container .content-form-container-item .gform-footer #gform_submit_button_1:hover {
  background: #FFF;
  color: #BA461B;
  border: 1px solid #BA461B;
}
.section-container .section-right-container .content-form-container-item .hbspt-form {
  font-style: normal;
  font-family: "HafferSQXH";
  gap: 16px;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .form-columns-2 {
  display: flex;
  flex-direction: column;
}
.section-container .section-right-container .content-form-container-item .hbspt-form fieldset {
  margin-bottom: 8px;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .hs-form-field {
  width: 100%;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .hs-form-field span {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.48px;
  margin-bottom: 12px;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .hs-error-msgs {
  display: none;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .input {
  margin-right: 0;
}
.section-container .section-right-container .content-form-container-item .hbspt-form input, .section-container .section-right-container .content-form-container-item .hbspt-form select {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  /* 171.429% */
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  border: 1px solid #DFDFDF;
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  box-sizing: border-box;
  /* Añade esta línea */
  height: 48px;
  /* Añade esta línea */
  margin-right: 0;
  width: 100%;
}
.section-container .section-right-container .content-form-container-item .hbspt-form select {
  padding: 8px;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .form-columns-2 {
  display: flex;
  gap: 12px;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .legal-consent-container {
  font-size: 16px;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list {
  margin: 0 !important;
  padding: 0;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list ul {
  list-style-type: none;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start !important;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list span {
  margin: 0px;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox {
  display: flex;
  align-items: center;
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 13px;
  font-style: normal;
  line-height: 26px;
  /* 200% */
  letter-spacing: 0.39px;
  flex-direction: row;
  /* Alternativa con escape de puntos */
}
.section-container .section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox input {
  width: 12px;
  height: 12px;
  border-radius: 0.24px;
  border: 1px solid #070707;
  padding: 0px;
  margin-right: 8px;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox input#LEGAL_CONSENT\.subscription_type_466898627-0d3f469d-465c-4033-8fee-feb9b3db65fb {
  margin: 7px 10px 0 0 !important;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox .gform-field-label {
  margin: 0;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .gfield_checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 13px;
  font-style: normal;
  line-height: 26px;
  /* 200% */
  letter-spacing: 0.39px;
  flex-direction: row;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .gfield_checkbox .gchoice {
  align-items: center;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .gfield_checkbox input {
  width: 12px;
  height: 12px;
  border-radius: 0.24px;
  border: 1px solid #070707;
  padding: 0px;
}
.section-container .section-right-container .content-form-container-item .hbspt-form .gfield_checkbox .gform-field-label {
  margin: 0;
}
.section-container .section-right-container .content-form-container-item .hs-submit .hs-button {
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 2px;
  background: #BA461B;
  width: 100%;
  color: var(--Base-Light, #FFF);
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.48px;
  cursor: pointer;
}
.section-container .section-right-container .content-form-container-item .hs-submit .hs-button:hover {
  background: #FFF;
  color: #BA461B;
  border: 1px solid #BA461B;
}
.section-container .section-right-container .content-form-container-item .hs_error_rollup {
  color: red;
}
.section-container .section-right-container .content-form-container-item .hs_error_rollup ul {
  list-style-type: none;
}
.section .ancla-section {
  display: flex;
  justify-content: center;
  background-color: #FFF;
  width: 100%;
  bottom: 0;
  position: fixed;
  display: none;
}
@media (max-width: 960px) {
  .section .ancla-section {
    display: block;
    z-index: 100000000000000000;
    background-color: transparent;
  }
}
.section .ancla-section-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  font-family: "HafferSQXH";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 177.778% */
  letter-spacing: 0.18px;
  box-shadow: 0px 0px 3px 1px #333;
}
@media (max-width: 960px) {
  .section .ancla-section-container {
    box-shadow: none;
  }
}
.section .ancla-section-container .content-text-title {
  background-color: #FFF;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  /* Ocupa todo el espacio restante */
  padding: 16px;
  box-sizing: border-box;
  /* Asegura que padding no afecte el ancho */
  gap: 16px;
}
.section .ancla-section-container .content-text-title .flecha {
  color: #070707;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  rotate: 45deg;
}
@media (max-width: 960px) {
  .section .ancla-section-container .content-text-title {
    display: none;
  }
}
.section .ancla-section-container .content-text-text {
  background-color: #070707;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
  color: #FFF;
}
@media (max-width: 960px) {
  .section .ancla-section-container .content-text-text {
    border-radius: 8px 8px 0px 0px;
    background: var(--Foundation-Black-B50, #E6E6E6);
    /* sombra */
    box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: flex;
    padding: 16px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #070707;
  }
}
.section .ancla-section-container .content-text-text a {
  text-decoration: none;
  /* Quitar el subrayado de los enlaces */
  color: #FFF;
  padding: 24px;
}
@media (max-width: 960px) {
  .section .ancla-section-container .content-text-text a {
    color: #070707;
    padding: 0px;
  }
}
.section .ancla-section #ancla-btn.hidden {
  z-index: 0;
  display: none;
}
.section .ancla-section.visible {
  display: block;
  z-index: 1000;
}

.portfolio-section {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #070707;
  color: #FFF;
}
.portfolio-section-container {
  max-width: 1116px;
  width: 100%;
  margin: 60px 15px;
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .portfolio-section-container {
    margin: 40px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.portfolio-section-container-title {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  gap: 23px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .portfolio-section-container-title {
    gap: 16px;
  }
}
.portfolio-section-container-title .container-title-left {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .portfolio-section-container-title .container-title-left {
    width: 100%;
  }
}
.portfolio-section-container-title .container-title-left .content-text-subtitle {
  color: var(--renew-04, #BCC6C8);
  font-family: "HafferSQXH";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  /* 130% */
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.portfolio-section-container-title .container-title-left .content-text-title {
  max-width: 500px;
}
.portfolio-section-container-title .container-title-left .content-text-title h2 {
  color: var(--renew-04, #BCC6C8);
  font-family: "HafferSQXH";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  /* 140% */
}
.portfolio-section-container-title .container-title-left .content-text-title h2 span {
  color: #BA461B;
  font-size: 48px;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .portfolio-section-container-title .container-title-left .content-text-title h2 {
    color: var(--renew-04, #BCC6C8);
    font-family: "HafferSQXH";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    /* 175% */
    /* 140% */
  }
  .portfolio-section-container-title .container-title-left .content-text-title h2 span {
    font-size: 32px;
    font-weight: 300;
    line-height: normal;
  }
}
.portfolio-section-container-title .container-title-right {
  margin-left: 40px;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  color: var(--renew-06, #F4F3ED);
  /* Text/SM-16px-regular */
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.16px;
  max-width: 501px;
}
@media (max-width: 768px) {
  .portfolio-section-container-title .container-title-right {
    width: 100%;
    max-width: none;
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .portfolio-section-container-title {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.portfolio-section-container-content .grid-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 26px;
}
@media (max-width: 768px) {
  .portfolio-section-container-content .grid-container {
    gap: 24px;
  }
  .portfolio-section-container-content .grid-container .grid-item {
    flex: 1 1 168px !important;
  }
  .portfolio-section-container-content .grid-container .grid-item:last-child, .portfolio-section-container-content .grid-container .grid-item:first-child {
    flex: 2 1 360px !important;
  }
  .portfolio-section-container-content .grid-container .grid-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
  }
}
.portfolio-section-container-content .grid-container .grid-item {
  flex: 1 1 259px;
}
.portfolio-section-container-content .grid-container .grid-item:last-child, .portfolio-section-container-content .grid-container .grid-item:first-child {
  flex: 2 1 546px;
  max-height: 223px;
}
.portfolio-section-container-content .grid-container .grid-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
@media (max-width: 1160px) {
  .portfolio-section-container-footer {
    margin-top: 210px;
  }
}
@media (max-width: 920px) {
  .portfolio-section-container-footer {
    margin-top: 100px;
  }
}
@media (max-width: 520px) {
  .portfolio-section-container-footer {
    margin-top: 0px;
  }
}
.portfolio-section-container-footer .grid-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 26px;
}
@media (max-width: 768px) {
  .portfolio-section-container-footer .grid-container {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .portfolio-section-container-footer .grid-container .content-text-title {
    margin-bottom: 16px;
    gap: 0;
  }
}
.portfolio-section-container-footer .grid-container .content-text-title h2 {
  color: var(--renew-04, #BCC6C8);
  font-family: "HafferSQXH";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  /* 140% */
}
@media (max-width: 768px) {
  .portfolio-section-container-footer .grid-container .content-text-title h2 {
    font-size: 32px;
  }
}
.portfolio-section-container-footer .grid-container .content-text-title h2 span {
  color: #BA461B;
  font-size: 48px;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .portfolio-section-container-footer .grid-container .content-text-title h2 span {
    font-size: 32px;
  }
}
.portfolio-section-container-footer .grid-container .grid-item {
  flex: 1 1 259px;
}
@media (max-width: 768px) {
  .portfolio-section-container-footer .grid-container .grid-item {
    margin-bottom: 24px;
  }
  .portfolio-section-container-footer .grid-container .grid-item:first-child {
    margin-bottom: 16px;
  }
}
.portfolio-section-container-footer .grid-container .grid-item:last-child {
  flex: 2 1 546px;
  height: 223px;
}
@media (max-width: 768px) {
  .portfolio-section-container-footer .grid-container .grid-item:last-child {
    margin-bottom: 0;
  }
}
.portfolio-section-container-footer .grid-container .grid-item video {
  width: 100%;
  height: 223px;
  display: block;
  border-radius: 4px;
  object-fit: cover;
}

* p,
h2 {
  margin: 0;
}

.pasos-section {
  display: flex;
  justify-content: center;
}
.pasos-section-container {
  max-width: 1116px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 56px;
  padding: 60px 15px;
  position: relative;
}
@media (max-width: 768px) {
  .pasos-section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px 45px 15px;
    gap: 40px;
  }
}
.pasos-section-container .pisos-section-image {
  position: absolute;
  max-width: 567px;
  max-height: 338px;
  bottom: 0;
  top: auto;
  left: auto;
}
.pasos-section-container .pisos-section-image .image {
  z-index: 1;
  background: #FFF;
}
@media (max-width: 768px) {
  .pasos-section-container .pisos-section-image .image {
    left: 0;
  }
}
.pasos-section-container .pisos-section-image .image img {
  width: 100%;
  height: 100%;
}
.pasos-section-container .section-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 768px;
  z-index: 1;
}
@media (min-width: 768px) {
  .pasos-section-container .section-left {
    position: sticky;
    top: 92px;
    left: 0;
    height: fit-content;
    max-width: 489px;
  }
}
.pasos-section-container .section-left .container-title {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
.pasos-section-container .section-left .container-title .content-text-title h2 {
  color: var(--renew-01, #2E3738);
  font-family: "HafferSQXH";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .pasos-section-container .section-left .container-title .content-text-title h2 {
    font-size: 32px;
  }
}
.pasos-section-container .section-left .container-title .content-text-title h2 span {
  color: #BA461B;
  font-size: 48px;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .pasos-section-container .section-left .container-title .content-text-title h2 span {
    font-size: 32px;
  }
}
.pasos-section-container .section-left .container-title .content-text-subtitle {
  color: var(--renew-01, #2E3738);
  font-family: "HafferSQXH";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  /* 130% */
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.pasos-section-container .section-left .content-text-text {
  color: var(--renew-01, #2E3738);
  /* Text/SM-16px-regular */
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.16px;
}
.pasos-section-container .section-right {
  display: flex;
  gap: 24px;
  width: 100%;
  max-width: 592px;
  z-index: 1;
}
@media (max-width: 768px) {
  .pasos-section-container .section-right {
    max-width: 768px;
  }
}
.pasos-section-container .section-right-container {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  gap: 36px;
}
@media (max-width: 768px) {
  .pasos-section-container .section-right-container {
    padding: 0;
  }
}
.pasos-section-container .section-right-container .content-text-testimonio {
  display: flex;
  flex-direction: column;
}
.pasos-section-container .section-right-container .content-text-testimonio-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.pasos-section-container .section-right-container .content-text-testimonio-title-text h2 {
  color: #BA461B;
  font-family: "HafferSQXH";
  font-size: 40px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .pasos-section-container .section-right-container .content-text-testimonio-title-text h2 {
    font-size: 32px;
  }
}
.pasos-section-container .section-right-container .content-text-testimonio-title-text h2 span {
  font-size: 40px;
}
@media (max-width: 768px) {
  .pasos-section-container .section-right-container .content-text-testimonio-title-text h2 span {
    font-size: 32px;
  }
}
.pasos-section-container .section-right-container .content-text-testimonio-title-subtitle {
  color: var(--renew-01, #2E3738);
  font-family: "HafferSQXH";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.24px;
}
.pasos-section-container .section-right-container .content-text-testimonio-text {
  color: var(--renew-01, #2E3738);
  /* Text/SM-16px-regular */
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.16px;
}

* p,
h2 {
  margin: 0;
}

.section-equipo {
  display: flex;
  justify-content: center;
  background: #070707;
}
.section-equipo-container {
  max-width: 1116px;
  width: 100%;
  display: flex;
  gap: 56px;
  margin: 60px 15px;
  color: #FFF;
  flex-direction: column;
}
@media (max-width: 768px) {
  .section-equipo-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 40px 15px;
    gap: 40px;
  }
}
.section-equipo-container .container-title {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  max-width: 560px;
  width: 100%;
}
.section-equipo-container .container-title .title h2 {
  color: var(--white, #FFF);
  font-family: "HafferSQXH";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .section-equipo-container .container-title .title h2 {
    font-size: 32px;
  }
}
.section-equipo-container .container-title .title h2 span {
  color: #BA461B;
  font-size: 48px;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .section-equipo-container .container-title .title h2 span {
    font-size: 36px;
  }
}
.section-equipo-container .container-title .subtitle {
  color: var(--white, #FFF);
  font-family: "HafferSQXH";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  /* 130% */
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.section-equipo-container .cards {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 768px) {
  .section-equipo-container .cards {
    flex-direction: column;
  }
}
.section-equipo-container .cards .card {
  display: flex;
  flex-direction: column;
}
.section-equipo-container .cards .card .card-content {
  display: flex;
  flex-direction: column;
  max-width: 335px;
}
@media (max-width: 768px) {
  .section-equipo-container .cards .card .card-content {
    flex-direction: row;
    gap: 24px;
    max-width: none;
  }
}
.section-equipo-container .cards .card .card-content .card-content-image {
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .section-equipo-container .cards .card .card-content .card-content-image {
    width: 50%;
    max-height: 308px;
    margin-bottom: 0;
  }
}
.section-equipo-container .cards .card .card-content .card-content-image .card-image {
  border-radius: 4px;
  max-height: 252px;
}
@media (max-width: 768px) {
  .section-equipo-container .cards .card .card-content .card-content-image .card-image {
    height: 100%;
  }
}
.section-equipo-container .cards .card .card-content .card-content-image .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-equipo-container .cards .card .card-content .card-content-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (max-width: 768px) {
  .section-equipo-container .cards .card .card-content .card-content-text {
    width: 50%;
    gap: 0;
    height: 100%;
    max-height: 252px;
  }
}
.section-equipo-container .cards .card .card-content .card-content-text .card-title {
  color: var(--white, #FFF);
  font-family: "HafferSQXH";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  .section-equipo-container .cards .card .card-content .card-content-text .card-title {
    margin-bottom: 8px;
    line-height: normal;
    font-size: 18px;
  }
}
.section-equipo-container .cards .card .card-content .card-content-text .card-description {
  color: var(--white, #FFF);
  /* Text/SM-16px-regular */
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  /* 150% */
  letter-spacing: 0.16px;
  text-align: left;
}
@media (max-width: 768px) {
  .section-equipo-container .cards .card .card-content .card-content-text .card-description {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .section-equipo-container .cards .card .card-content .card-content-text .card-description {
    font-size: 15px;
    line-height: normal;
  }
}

* p,
h2 {
  margin: 0;
}

.form-section {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #FFF;
  border-bottom: solid 1px #ECEBEB;
}
@media (max-width: 960px) {
  .form-section {
    border-bottom: none;
  }
}
.form-section .form-container {
  max-width: 1116px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .form-section .form-container {
    padding: 0;
  }
}
.form-section .form-container .form-section-left {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 60px 0;
  background-color: #FFF;
  border-right: solid 1px #ECEBEB;
}
@media (max-width: 1146px) {
  .form-section .form-container .form-section-left {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-left {
    width: 100%;
    display: flex;
    padding: 40px 0px 20px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-left: 0px;
  }
}
.form-section .form-container .form-section-left-container {
  max-width: 705px;
  color: #FFF;
  margin: 0;
  gap: 40px;
  padding: 0;
  padding-right: 31px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-left-container {
    max-width: 768px;
    padding: 0 15px;
  }
}
.form-section .form-container .form-section-left-container-content-title {
  display: flex;
  flex-direction: column-reverse;
  gap: 0;
}
.form-section .form-container .form-section-left-container-content-title .content-text-title {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-left-container-content-title .content-text-title {
    font-size: 40px;
  }
}
.form-section .form-container .form-section-left-container-content-title .content-text-subtitle {
  color: var(--second, #444);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.form-section .form-container .form-section-left-container-content .content-text-tags {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.form-section .form-container .form-section-left-container-content .content-text-tags .tag {
  background-color: #ECEBEB;
  color: #444;
  font-family: "HafferSQXH";
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  text-transform: uppercase;
  border-radius: 4px;
}
.form-section .form-container .form-section-left-container-content .form-section-left-text {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 177.778% */
  letter-spacing: 0.18px;
  margin-left: 40px;
  margin-top: 24px;
}
.form-section .form-container .form-section-left-container-content .form-section-left-text p {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-left-container-content .form-section-left-text {
    margin-left: 0;
  }
}
.form-section .form-container .form-section-left-image {
  /* Estilos del Popup */
}
@media (max-width: 960px) {
  .form-section .form-container .form-section-left-image {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.form-section .form-container .form-section-left-image-image {
  display: flex;
}
@media (max-width: 960px) {
  .form-section .form-container .form-section-left-image-image {
    max-width: 360px;
    width: 100%;
  }
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Dos columnas: una para first-thumb y otra para thumbs */
  gap: 8px;
  align-items: start;
  max-width: 708px;
}
@media (max-width: 960px) {
  .form-section .form-container .form-section-left-image-image .gallery-container-thumbs {
    grid-template-columns: 1fr;
    /* Una columna para todo */
    grid-template-rows: auto auto;
    /* Permite que cada sección ocupe su fila */
  }
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .imagen-sin-miniatura {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .video-sin-miniatura {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  /* Capa negra semitransparente */
  z-index: 1;
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .play-button:hover {
  transform: translate(-50%, -50%) scale(1.2);
  filter: brightness(0.8);
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .play-button svg {
  width: 105px;
  height: 105px;
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .first-thumb {
  width: 100%;
  max-width: 333.784px;
  max-height: 333.784px;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: relative;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-left-image-image .gallery-container-thumbs .first-thumb {
    max-width: 360px;
    width: 100%;
    max-height: 360px;
    height: 100%;
  }
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .first-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Transición suave en la opacidad */
  transition: filter 0.3s ease;
  /* Suaviza el efecto de oscurecer */
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .first-thumb .image-overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  /* Fondo negro con algo de transparencia */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  /* Inicialmente no visible */
  transition: opacity 0.3s ease;
  z-index: 1;
  /* Asegura que esté encima de la imagen */
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .first-thumb:hover .image-overlay {
  opacity: 1;
  /* Muestra el overlay al hacer hover */
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .first-thumb:hover img {
  filter: brightness(0.7);
  /* Oscurecer la imagen al pasar el ratón */
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .first-thumb .image-overlay svg {
  width: 54px;
  /* Tamaño del SVG */
  height: 55px;
  fill: white;
  transition: transform 0.3s ease;
  /* Suaviza el movimiento */
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .first-thumb:hover .image-overlay svg {
  transform: translateX(5px);
  /* Movimiento pequeño hacia la derecha */
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .thumbs {
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  display: grid;
  justify-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-left-image-image .gallery-container-thumbs .thumbs {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .thumbs .thumb {
  position: relative;
  max-width: 157.747px;
  width: 100%;
  height: 100%;
  max-height: 157px;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-left-image-image .gallery-container-thumbs .thumbs .thumb {
    max-width: 170px;
    max-height: 171px;
  }
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .thumbs .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
  /* Suaviza el efecto de oscurecer */
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .thumbs .thumb .image-overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  /* Fondo negro con algo de transparencia */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  /* Inicialmente no visible */
  transition: opacity 0.3s ease;
  z-index: 1;
  /* Asegura que esté encima de la imagen */
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .thumbs .thumb:hover .image-overlay {
  opacity: 1;
  /* Muestra el overlay al hacer hover */
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .thumbs .thumb:hover img {
  filter: brightness(0.7);
  /* Oscurecer la imagen al pasar el ratón */
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .thumbs .thumb .image-overlay svg {
  width: 54px;
  /* Tamaño del SVG */
  height: 55px;
  fill: white;
  transition: transform 0.3s ease;
  /* Suaviza el movimiento */
}
.form-section .form-container .form-section-left-image-image .gallery-container-thumbs .thumbs .thumb:hover .image-overlay svg {
  transform: translateX(5px);
  /* Movimiento pequeño hacia la derecha */
}
.form-section .form-container .form-section-left-image-ver {
  display: flex;
  font-family: "HafferSQXH";
  font-size: 16px;
  color: #070707;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.48px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-left-image-ver {
    margin-top: 0px;
  }
}
.form-section .form-container .form-section-left-image-ver #openPopup {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-left-image-ver #openPopup {
    padding-top: 0px;
  }
}
.form-section .form-container .form-section-left-image-ver #openPopup span:hover {
  text-decoration: underline;
}
.form-section .form-container .form-section-left-image .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.form-section .form-container .form-section-left-image .popup.active {
  display: flex;
}
.form-section .form-container .form-section-left-image .popup-content {
  position: absolute;
  width: 90%;
  max-width: 917px;
  overflow: hidden;
  height: calc(100% - 110px);
  bottom: 24px;
}
.form-section .form-container .form-section-left-image .popup-close {
  position: relative;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  color: #FFF;
  font-family: "HafferSQXH";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.18px;
  display: flex;
  align-items: center;
  z-index: 99999;
}
.form-section .form-container .form-section-left-image .swiper {
  width: 100%;
  height: 100%;
}
.form-section .form-container .form-section-left-image .swiper-wrapper {
  display: flex;
  flex-direction: row;
}
.form-section .form-container .form-section-left-image .swiper-slide .img-galeria-piso {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-left-image .swiper-slide .img-galeria-piso {
    background-size: cover;
  }
}
.form-section .form-container .form-section-left-image .mySwiper2 {
  height: 80%;
  width: 100%;
}
.form-section .form-container .form-section-left-image .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.form-section .form-container .form-section-left-image .mySwiper .swiper-slide {
  width: 130px;
  height: 75px;
}
.form-section .form-container .form-section-left-image #swiper1 {
  height: calc(100% - 200px) !important;
}
.form-section .form-container .form-section-left-image #swiper1 video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-section .form-container .form-section-left-image #swiper1 img {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-left-image #swiper1 img {
    margin-top: 0 !important;
    object-fit: contain !important;
  }
}
.form-section .form-container .form-section-left-image .mySwiper {
  padding: 0px !important;
}
.form-section .form-container .form-section-left-image .mySwiper .swiper-slide {
  margin-top: 38px;
  cursor: pointer;
}
.form-section .form-container .form-section-left-image .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.form-section .form-container .form-section-left-image .swiper-button-next::after,
.form-section .form-container .form-section-left-image .swiper-button-prev::after {
  display: none !important;
}
.form-section .form-container .form-section-left-image .swiper-button-next-images,
.form-section .form-container .form-section-left-image .swiper-button-prev-images {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: #FFF;
  opacity: 0.8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Crect width='24' height='24' rx='12' transform='matrix(-1 0 0 1 24.5 0)' fill='white' fill-opacity='0.6'/%3E%3Cpath d='M9.49976 18.0001L15.5 11.9999L9.49622 5.99609' stroke='%23070707' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") lightgray 50%/cover no-repeat;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.form-section .form-container .form-section-left-image .swiper-button-prev-images {
  transform: rotate(180deg);
}
.form-section .form-container .form-section-left-caracteristicas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 960px) {
  .form-section .form-container .form-section-left-caracteristicas {
    display: flex;
    width: 100%;
  }
}
.form-section .form-container .form-section-left-caracteristicas-title {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-left-caracteristicas-title {
    font-size: 32px;
  }
}
.form-section .form-container .form-section-left-caracteristicas-title h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-left-caracteristicas-title h2 {
    font-size: 32px;
  }
}
.form-section .form-container .form-section-left-caracteristicas-title h2 span {
  font-family: "KHGiga";
  font-size: 53px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-left-caracteristicas-title h2 span {
    font-size: 36px;
  }
}
.form-section .form-container .form-section-left-caracteristicas-container {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
.form-section .form-container .form-section-left-caracteristicas-container .tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.form-section .form-container .form-section-left-caracteristicas-container .tag {
  background-color: #ECEBEB;
  color: #444;
  font-family: "HafferSQXH";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2px;
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-left-caracteristicas-container .tag {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
.form-section .form-container .form-section-left-caracteristicas-plano {
  display: flex;
  flex-direction: column;
  max-width: 708px;
  width: 100%;
  position: relative;
}
.form-section .form-container .form-section-left-caracteristicas-plano .gallery-container-planos {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 960px) {
  .form-section .form-container .form-section-left-caracteristicas-plano .gallery-container-planos {
    flex-direction: column;
  }
}
.form-section .form-container .form-section-left-caracteristicas-plano .gallery-container-planos .gallery-item {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.form-section .form-container .form-section-left-caracteristicas-plano .gallery-container-planos .gallery-item img {
  width: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
}
.form-section .form-container .form-section-left-caracteristicas-plano .gallery-container-planos .gallery-item .image-overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  /* Fondo negro con algo de transparencia */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  /* Inicialmente no visible */
  transition: opacity 0.3s ease;
  z-index: 1;
  /* Asegura que esté encima de la imagen */
}
.form-section .form-container .form-section-left-caracteristicas-plano .gallery-container-planos .gallery-item:hover .image-overlay {
  opacity: 1;
  /* Muestra el overlay al hacer hover */
}
.form-section .form-container .form-section-left-caracteristicas-plano-ver {
  display: flex;
  flex-direction: row;
  align-items: center;
  display: flex;
  height: 48px;
  justify-content: center;
  gap: 8px;
  color: var(--Grey-08, #070707);
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.48px;
  /* Estilos del Popup */
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-left-caracteristicas-plano-ver {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.form-section .form-container .form-section-left-caracteristicas-plano-ver #openPopup2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  cursor: pointer;
}
.form-section .form-container .form-section-left-caracteristicas-plano-ver #openPopup2 span:hover {
  text-decoration: underline;
}
.form-section .form-container .form-section-left-caracteristicas-plano-ver .mySwiper2 .swiper-wrapper {
  transition-duration: 0ms;
  display: flex;
  align-content: center;
  align-items: center;
}
.form-section .form-container .form-section-left-caracteristicas-plano-ver .mySwiper2 .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: calc(100% - 100px);
}
.form-section .form-container .form-section-left-caracteristicas-plano-ver .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9;
  overflow: hidden;
}
.form-section .form-container .form-section-left-caracteristicas-plano-ver .popup.active {
  display: flex;
}
.form-section .form-container .form-section-left-caracteristicas-plano-ver .popup .popup-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 90%;
  max-width: 917px;
  height: 80%;
}
.form-section .form-container .form-section-left-caracteristicas-plano-ver .popup .popup-content img {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  /* Transición suave para zoom */
  cursor: zoom-in;
  touch-action: none;
  user-select: none;
  max-height: 600px;
}
.form-section .form-container .form-section-left-caracteristicas-plano-ver .popup .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #FFF;
  font-family: "HafferSQXH";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.18px;
  display: flex;
  align-items: center;
  z-index: 10;
}
.form-section .form-container .form-section-left-caracteristicas-plano-ver .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.form-section .form-container .form-section-left-caracteristicas-plano-ver .swiper-button-next::after,
.form-section .form-container .form-section-left-caracteristicas-plano-ver .swiper-button-prev::after {
  display: none !important;
}
.form-section .form-container .form-section-left-caracteristicas-plano-ver .swiper-button-next-images,
.form-section .form-container .form-section-left-caracteristicas-plano-ver .swiper-button-prev-images {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: #FFF;
  opacity: 0.8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Crect width='24' height='24' rx='12' transform='matrix(-1 0 0 1 24.5 0)' fill='white' fill-opacity='0.6'/%3E%3Cpath d='M9.49976 18.0001L15.5 11.9999L9.49622 5.99609' stroke='%23070707' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") lightgray 50%/cover no-repeat;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.form-section .form-container .form-section-left-caracteristicas-plano-ver .swiper-button-prev-images {
  transform: rotate(180deg);
}
.form-section .form-container .form-section-right {
  width: 40%;
  background: #FFF;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  margin-right: 15px;
  height: 100%;
}
.form-section .form-container .form-section-right.inv {
  color: #FFF;
  background: #070707;
}
.form-section .form-container .form-section-right.inv .form-section-right-container {
  color: #FFF;
  background: #070707;
}
.form-section .form-container .form-section-right.inv .form-section-right-container #btn-close {
  color: #FFF;
}
.form-section .form-container .form-section-right.inv .form-section-right-container #btn-close svg path {
  stroke: #FFF;
}
.form-section .form-container .form-section-right.inv .form-section-right-container #btn-close.hidden {
  display: none;
}
.form-section .form-container .form-section-right.inv .form-section-right-container .content-form-container {
  max-width: 340px;
}
.form-section .form-container .form-section-right.inv .form-section-right-container .content-form-container-title h2 {
  color: #FFF;
  font-family: "KHGiga";
  font-style: normal;
}
.form-section .form-container .form-section-right.inv .form-section-right-container .content-form-container-title h2 span {
  color: #FFF;
  font-style: normal;
}
.form-section .form-container .form-section-right.inv .form-section-right-container .content-form-container-text {
  color: var(#070707, #070707);
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 177.778% */
  letter-spacing: 0.18px;
  align-self: stretch;
  margin: 12px 0;
}
.form-section .form-container .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form {
  color: #FFF;
  font-family: "HafferSQXH";
}
.form-section .form-container .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form fieldset {
  margin-bottom: 8px;
}
.form-section .form-container .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form .hs-form-field {
  width: 100%;
}
.form-section .form-container .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form .hs-form-field span {
  color: #FFF;
  font-family: "HafferSQXH";
}
.form-section .form-container .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form input {
  color: #FFF;
  background-color: #070707;
}
.form-section .form-container .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
}
.form-section .form-container .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox {
  color: #FFF;
  font-family: "HafferSQXH";
}
.form-section .form-container .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox input {
  border: 1px solid #070707;
}
.form-section .form-container .form-section-right.inv .form-section-right-container .content-form-container-item .hbspt-form .gfield_checkbox {
  color: #FFF;
  font-family: "HafferSQXH";
}
.form-section .form-container .form-section-right.inv .form-section-right-container .content-form-container-item .hs-submit .hs-button {
  color: var(--Base-Light, #FFF);
  border: 1px solid #BA461B;
  background: #BA461B;
}
.form-section .form-container .form-section-right.inv .form-section-right-container .content-form-container-item .hs-submit .hs-button:hover {
  background: #FFF;
  color: #BA461B;
  border: 1px solid #BA461B;
}
.form-section .form-container .form-section-right.inv .form-section-right-container .content-form-container-item .hs_error_rollup {
  color: red;
}
.form-section .form-container .form-section-right.inv .form-section-right-container .content-form-container-item .hs_error_rollup ul {
  list-style-type: none;
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-right {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: -100%;
    /* Inicialmente oculto */
    opacity: 0;
    /* Inicialmente invisible */
    background-color: #fff;
    /* Agrega un fondo si es necesario */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Centrar el contenido */
    z-index: 10000;
    /* Asegura que esté por encima del contenido */
    transition: bottom 0.5s ease, opacity 0.5s ease;
    /* Transición para la animación */
    overflow: hidden;
  }
  .form-section .form-container .form-section-right.visible {
    display: flex;
    justify-content: center;
    border-radius: 4px;
    bottom: 0;
    /* Se posiciona en la parte inferior de la pantalla */
    opacity: 1 !important;
    /* Completamente visible */
    overflow: auto;
    top: 23px;
  }
}
.form-section .form-container .form-section-right-container {
  max-width: 340px;
  padding: 0;
  padding-left: 40px;
  padding-top: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .form-section .form-container .form-section-right-container {
    padding: 68px 32px 40px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100dvh - 179px);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .form-section .form-container .form-section-right-container {
    padding: 28px 32px 80px 32px;
  }
}
.form-section .form-container .form-section-right-container #btn-close {
  position: absolute;
  top: 23px;
  right: 32px;
  font-size: 24px;
  color: #070707;
  cursor: pointer;
}
@media (min-width: 768px) {
  .form-section .form-container .form-section-right-container #btn-close {
    display: none;
  }
}
.form-section .form-container .form-section-right-container #btn-close.hidden {
  display: none;
}
.form-section .form-container .form-section-right-container .content-form-container {
  max-width: 493px;
}
.form-section .form-container .form-section-right-container .content-form-container-title h2 {
  color: #070707;
  font-family: "KHGiga";
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
  width: 100%;
}
.form-section .form-container .form-section-right-container .content-form-container-title h2 span {
  font-family: "HafferSQXH";
  font-size: 38px;
  font-style: normal;
}
.form-section .form-container .form-section-right-container .content-form-container-text {
  color: var(#070707, #070707);
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 177.778% */
  letter-spacing: 0.18px;
  align-self: stretch;
  margin: 12px 0;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form {
  font-style: normal;
  font-family: "HafferSQXH";
  gap: 16px;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form fieldset {
  margin-bottom: 8px;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .hs-form-field {
  width: 100%;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .hs-form-field span {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.48px;
  margin-bottom: 12px;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .hs-error-msgs {
  display: none;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .input {
  margin-right: 0;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form input, .form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form select {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  /* 171.429% */
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  border: 1px solid #DFDFDF;
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  box-sizing: border-box;
  /* Añade esta línea */
  height: 48px;
  /* Añade esta línea */
  margin-right: 0;
  width: 100%;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form select {
  padding: 8px;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .form-columns-2 {
  display: flex;
  gap: 12px;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .hs-fieldtype-select .input select {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  border: 1px solid #DFDFDF;
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  box-sizing: border-box;
  height: 52px;
  margin-right: 0;
  width: 100%;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container {
  font-size: 16px;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list {
  margin: 0 !important;
  padding: 0;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start !important;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list ul {
  list-style-type: none;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start !important;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list span {
  margin: 0px;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox {
  display: flex;
  align-items: center;
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 13px;
  font-style: normal;
  line-height: 26px;
  /* 200% */
  letter-spacing: 0.39px;
  flex-direction: row;
  /* Alternativa con escape de puntos */
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox input {
  width: 12px;
  height: 12px;
  border-radius: 0.24px;
  border: 1px solid #070707;
  padding: 0px;
  margin-right: 8px;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox input#LEGAL_CONSENT\.subscription_type_466898627-d3a8de85-b216-4bdf-8766-cc0898bc6437 {
  margin: 7px 10px 0 0 !important;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox .gform-field-label {
  margin: 0;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .gfield_checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 13px;
  font-style: normal;
  line-height: 26px;
  /* 200% */
  letter-spacing: 0.39px;
  flex-direction: row;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .gfield_checkbox .gchoice {
  align-items: center;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .gfield_checkbox input {
  width: 12px;
  height: 12px;
  border-radius: 0.24px;
  border: 1px solid #070707;
  padding: 0px;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hbspt-form .gfield_checkbox .gform-field-label {
  margin: 0;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hs-submit .hs-button {
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 2px;
  background: #BA461B;
  width: 100%;
  color: var(--Base-Light, #FFF);
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.48px;
  cursor: pointer;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hs-submit .hs-button:hover {
  background: #FFF;
  color: #BA461B;
  border: 1px solid #BA461B;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hs_error_rollup {
  color: red;
}
.form-section .form-container .form-section-right-container .content-form-container-item .hs_error_rollup ul {
  list-style-type: none;
}

.form-container {
  align-items: center;
}
.form-container .content-text-form {
  display: flex;
  padding: 60px 24px 60px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  margin-top: 7px;
  padding-left: 15px;
}
.form-container .content-form {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  color: #070707;
  margin-left: 14px;
  width: 100%;
  max-width: 681px;
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 60px 0 85px 60px;
}
.form-container .content-form-container-item {
  width: 100%;
}

* p,
h2 {
  margin: 0;
}

.section-ubicacion {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #FFF;
  border-bottom: solid 1px #ECEBEB;
}
@media (max-width: 960px) {
  .section-ubicacion {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    border-bottom: none;
  }
}
.section-ubicacion-container {
  max-width: 1116px;
  width: 100%;
  padding: 60px 15px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 960px) {
  .section-ubicacion-container {
    padding: 0px 15px 20px 15px;
    margin: 0;
    width: initial;
  }
}
.section-ubicacion-container-title {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .section-ubicacion-container-title {
    font-size: 32px;
  }
}
.section-ubicacion-container-title strong {
  font-family: "KHGiga";
  font-size: 53px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .section-ubicacion-container-title strong {
    font-size: 36px;
  }
}
.section-ubicacion-container-subtitle {
  color: #444;
  font-family: "HafferSQXH";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2px;
  display: flex;
}
.section-ubicacion-container-plano {
  border-radius: 2px;
  width: 100%;
  max-width: 685px;
  height: 100%;
  max-height: 333px;
}
@media (max-width: 960px) {
  .section-ubicacion-container-plano {
    max-height: 360px;
  }
}
.section-ubicacion-container-plano iframe {
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.section-ubicacion-container-plano-ver {
  display: flex;
  flex-direction: row;
  align-items: center;
  display: flex;
  gap: 8px;
  color: var(--Grey-08, #070707);
  font-family: "HafferSQXH";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  .section-ubicacion-container-plano-ver {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -20px;
  }
}
.section-ubicacion-container-plano-ver a {
  color: #070707;
  text-decoration: none;
  cursor: pointer;
}
.section-ubicacion-container-plano-ver a:hover {
  color: #070707;
  text-decoration: underline;
}

* p,
h2 {
  margin: 0;
}

.section-tabla {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 960px) {
  .section-tabla {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 0px;
    border-top: none;
  }
}
.section-tabla-container-image {
  position: absolute;
  z-index: 0;
  top: 52px;
  right: 56px;
  background: #FFF;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 588px;
}
@media (max-width: 768px) {
  .section-tabla-container-image {
    display: none;
  }
}
.section-tabla-container {
  max-width: 1116px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 24px;
  z-index: 1;
}
.section-tabla-container.active {
  z-index: auto !important;
}
@media (max-width: 1146px) {
  .section-tabla-container {
    margin-left: 15px;
  }
}
@media (max-width: 960px) {
  .section-tabla-container {
    padding: 40px 15px 0px 15px;
    margin: 0;
    width: initial;
  }
}
.section-tabla-container-title {
  color: #070707;
  font-family: "HafferSQXH";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .section-tabla-container-title {
    font-size: 32px;
  }
}
.section-tabla-container-title .table-controls {
  display: none;
  gap: 12px;
  width: 20%;
  justify-content: flex-end;
  cursor: pointer;
}
.section-tabla-container-title .table-controls .scroll-btn {
  padding: 8px;
  display: flex;
}
@media (max-width: 1046px) {
  .section-tabla-container-title .table-controls {
    display: flex;
  }
}
.section-tabla-container-title p {
  width: 80%;
}
.section-tabla-container-title strong {
  font-family: "KHGiga";
  font-size: 53px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .section-tabla-container-title strong {
    font-size: 36px;
  }
}
.section-tabla-container-table {
  overflow-x: hidden;
}
.section-tabla-container-table table {
  width: 1002px;
  border-radius: 4px;
  font-family: "HafferSQXH";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 177.778% */
  letter-spacing: 0.18px;
  border-collapse: collapse;
  overflow: hidden; /* Asegura que el border-radius se vea correctamente */
}
.section-tabla-container-table table:last-child {
  border-bottom-right-radius: 4px !important;
}
.section-tabla-container-table table:first-child {
  border-bottom-left-radius: 4px !important;
}
.section-tabla-container-table table th {
  border: 1px solid #E6E6E6;
  border-right: 1px solid var(--white, #FFF);
  background-color: #E6E6E6;
  padding: 16px;
  position: relative;
  z-index: 1; /* Para asegurar que los bordes y el fondo estén por encima de otros elementos */
  text-align: left;
}
.section-tabla-container-table table th:nth-child(8) {
  border-top-right-radius: 4px !important;
  -webkit-border-top-right-radius: 4px !important;
}
.section-tabla-container-table table th:first-child {
  border-top-left-radius: 4px !important;
  -webkit-border-top-left-radius: 4px !important;
}
.section-tabla-container-table table tr {
  background-color: rgba(255, 255, 255, 0.5882352941);
  align-items: center;
}
.section-tabla-container-table table td {
  padding: 16px;
  text-align: left;
  border: 1px solid #E6E6E6;
  /* Estilos del Popup */
}
.section-tabla-container-table table td .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.section-tabla-container-table table td .popup.active {
  display: flex;
}
.section-tabla-container-table table td .popup-content {
  flex-direction: column;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  width: 90%;
  max-width: 917px;
  height: 80%;
  justify-content: center;
  /* 🔍 Lupa flotante */
}
.section-tabla-container-table table td .popup-content #downloadImageLink {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.section-tabla-container-table table td .popup-content .popup-image-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}
.section-tabla-container-table table td .popup-content .popup-image {
  width: 100%;
  height: auto;
  cursor: zoom-in;
}
.section-tabla-container-table table td .popup-close {
  position: relative;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  color: #FFF;
  font-family: "HafferSQXH";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.18px;
  display: flex;
  align-items: center;
  z-index: 99999;
  margin-bottom: 16px;
}
.section-tabla-container-table table td a {
  text-decoration: none;
  color: #070707;
  display: flex;
  gap: 8px;
  align-items: center;
}
.section-tabla-container-table table td a .flecha {
  display: flex;
  align-items: center;
}
.section-tabla-container-table table .orange a {
  color: #BA461B;
  font-family: "HafferSQXH";
  font-style: italic;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.48px;
}
.section-tabla-container-table table .orange:hover {
  background-color: #BA461B;
}
.section-tabla-container-table table .orange:hover a {
  color: #FFF;
}
.section-tabla-container-table table .grey:hover {
  background-color: #E6E6E6;
  text-decoration: underline;
}
.section-tabla-container-table table .grey:hover.flecha svg {
  fill: #FFF;
}
.section-tabla-container-table table #openPopup3 {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section-tabla-container-table table #openPopup3 {
    padding-top: 16px;
  }
}
.section-tabla-container-table table #openPopup3 span:hover {
  text-decoration: underline;
}
.section-tabla-container-table table #openPopup3 .flecha {
  display: flex;
  align-items: center;
}
.section-tabla-container-table table .hidden-column {
  display: none;
}

/* Definimos variables */
body {
  font-family: "KHGiga";
  background-color: #FFF;
}
body.no-scroll {
  overflow: hidden; /* Bloquea el scroll */
}
body .gform_validation_errors {
  display: none !important;
}

.section-items {
  display: flex;
  max-width: 1116px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

* p {
  margin: 0;
}

.otgs-development-site-front-end {
  display: none;
}

/*# sourceMappingURL=style.css.map */
