*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-20 {
  margin-top: 5rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.h-\[97px\] {
  height: 97px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[24\.619px\;\] {
  width: 24.619px;;
}

.w-\[54\.884px\] {
  width: 54.884px;
}

.w-\[60\.938px\] {
  width: 60.938px;
}

.w-\[67\.384px\] {
  width: 67.384px;
}

.w-\[69\.774px\] {
  width: 69.774px;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-sm {
  max-width: 24rem;
}

.list-decimal {
  list-style-type: decimal;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-5 {
  padding: 1.25rem;
}

.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pe-2 {
  padding-inline-end: 0.5rem;
}

.ps-5 {
  padding-inline-start: 1.25rem;
}

.pt-4 {
  padding-top: 1rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.text-\[\#F5B041\] {
  --tw-text-opacity: 1;
  color: rgb(245 176 65 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.text-vinte-yellow {
  --tw-text-opacity: 1;
  color: rgb(240 169 55 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.decoration-solid {
  text-decoration-style: solid;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@font-face {
  font-family: "Aftika";

  src: url('../assets/fonts/Aftika-Bold.ttf') format("woff");

  font-weight: bold;
}

@font-face {
  font-family: "Aftika";

  src: url('../assets/fonts/Aftika-Regular.woff') format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Aftika";

  src: url('../assets/fonts/Aftika-ExtraLight.woff') format("woff");

  font-weight: 200;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}

body {
  /* font-family: "Aftika"; */
  font-family: Inter;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

:root {
  --color-blue-vinte:#1f3f55;
  --color-blue-vinte-dark:#162c3b;
  --color-yellow-vinte:#f0a937;
  --color-yellow-vinte-dark:#E59C2C;
  --color-light-gray:#F0F0F0;
  --color-black-text:#0E0F0C;
  --color-black-text-60: #0E0F0C;
  --color-gray-text:#5F5B5D;
  --color-green:#25C325;
  --blanco:#fff;
}

/** Estilos generales */

.boton_contacto{
  color: #FFF !important;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  border-radius: 8px;
  border: 1px solid var(--color-yellow-vinte);
  background: var(--color-yellow-vinte);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  &:hover{
    background: var(--color-yellow-vinte-dark);
  }
}

.regresar_inicio{
  color: #FFF !important;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  border-radius: 8px;
  border: 1px solid var(--color-yellow-vinte);
  background: var(--color-yellow-vinte);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  &:hover{
    background: var(--color-yellow-vinte-dark);
  }
}

/** Fin Estilos generales */

/* * Header Section */

.header {
  position: sticky;
  top: 0;
  /* Establece que el header se quede pegado en la parte superior */
  z-index: 13;
  /* Asegura que el header esté por encima de otros elementos */
  background-color: #ffffff;
  width: 100%;
  /* Full width */
  box-shadow: 0px 4px 12px 0px rgba(13, 10, 44, 0.04);
  height: 100px;
  display: flex;
  justify-content: center;
}

.navbar_container{
  position: relative;
  height: 100%;
}

/* Links inside the navbar */

.header a {
  color: var(--color-blue-vinte);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  &:hover{
    color: var(--color-yellow-vinte);
  }
}

.menu_open{
  color: var(--color-yellow-vinte)!important;
}

.navbar_menu--desplegable{
  position: absolute;
  top: calc(100% );
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 12px;
  border-radius: 0 0 8px 8px;
  width: calc(240px - 24px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  & > li{
    padding: 0 12px;
    & > a{
      color: rgba(14, 15, 12, 0.60);
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      /* 171.429% */
      width: 100%;
      display: flex;
      &:hover{
        color: var(--Blue-vinte, #1F3F55);
        font-weight: 600;
      }
    }
  }
}

.navbar_logo{
  display: flex;
  width: 9.53vw;
  /* 183px / 1920 * 100 */
  height:auto;
  /* 78.069px / 1080 * 100 */
}

.navbar_logo_loc{
  display: grid;
  grid-template-columns: 9.53vw 1fr;
  align-items: center;
  -moz-column-gap:.5rem;
       column-gap:.5rem;
}

.navbar_menu{
  display: flex;
  -moz-column-gap:2rem;
       column-gap:2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: auto;
}

.contacto_whatssap{
  display: flex;
  align-items: center;
  -moz-column-gap:4px;
       column-gap:4px;
}

/* menu movil */

.navbar_menu_movil{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.navbar_menu_movil__menu{
  display: flex;
  width: 40px;
  height: 40px;
  background-color: var(--color-yellow-vinte);
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  & > i{
    color: #ffffff
  };
}

.navbar_menu_movil__menu--cerrar{
  display: flex;
  width: 40px;
  height: 40px;
  background-color: var(--color-yellow-vinte);
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  & > i{
    color: #ffffff
  };
}

.navbar_menu_movil__contacto{
  display: flex;
  width: 40px;
  height: 40px;
  background-color: var(--color-blue-vinte) !important;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  & > i{
    color: #ffffff
  };
}

.navbar_menu_movil__menu--desplegable{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0%;
  z-index: 11;
  background: var(--color-blue-vinte);
}

.navbar_menu_movil__menu--desplegable a {
  color: #fff;
  width: 100%;
  text-align: start;
}

.navbar_menu_movil__menu--desplegable li {
  padding: 1em;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.navbar_menu_movil__menu--desplegable--a {
  padding: 0 1em 1em 1em;
  display: flex;
  align-items: center;
}

.navbar_menu_movil_menu__modelos{
  padding: 1em;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.navbar_menu_movil__ubicacion{
  & > span{
    color: var(--blanco);
    font-size: 12px;
    font-weight: 500;
  }
  & > i{
    font-size: 12px;
  }
}

.navbar_menu_movil__ubicacion--menu_princial{
  & > span{
    font-size: 16px;
    font-weight: 500;
  }
  & > i{
    font-size: 18px;
  }
}

.navbar_menu_movil__tel_quejas{
  color: var(--Blanco, #FFF);
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  /* 200% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.navbar_menu_movil__quejas{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  padding: 0 1em 1em 1em;
  & > .quejas_titulo{
    color: var(--Blanco, #FFF);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 200% */
  }
  & > .numero_quejas{
    color: var(--Blanco, #FFF);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    & > .telefono_quejas{
      color: var(--Blanco, #FFF);
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      /* 200% */
      text-decoration-line: underline;
      text-decoration-style: solid;
      -webkit-text-decoration-skip-ink: none;
              text-decoration-skip-ink: none;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
    }
  }
  & > .email_quejas{
    color: var(--Blanco, #FFF);
    font-size: 12px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}

/* Fin Header Section */

/* Main banner */

.bg-main-banner{
  display: flex;
  justify-content: center;
}

.main-banner{
  position: relative;
  height: calc(100vh - 100px);
  background-size: cover;
}

.main-banner__imagen {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 61px);
  max-width: 100vw;
}

.main-banner__imagen_n2{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
}

.main-banner__imagen_n2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100vh;
}

/* Responsive styles for mobile */

@media (max-width: 768px) {
  .main-banner__imagen_n2 img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: auto;
    min-height: 50vh;
  }
}

.main-banner__contenedor {
  height: calc(100% - 3.5564853556485354vh);
  display: flex;
  flex-direction: column;
  margin: auto;
  top: 3.5564853556485354vh;
  left: 6.434316353887399vw;
  row-gap: 24px;
  position: absolute;
  z-index: 2;
}

.main-banner__titulo{
  width: 41.394101876675606vw;
  height: 28.13807531380753vh;
  flex-shrink: 0;
  border-radius: 4px;
  background: rgba(21, 34, 42, 0.50);
  position: relative;
  display: flex;
  padding: 4.26vh 3.02vw 0.93vh 2.81vw;
  & > h1 {
    color: var(--blanco);
    font-family: Aftika;
    font-size: 2.86vw;
    /* 55px / 1920 * 100 */
    font-style: normal;
    font-weight: 700;
    line-height: 3.65vw;
    /* 70px / 1920 * 100 */
    letter-spacing: -0.086vw;
    /* -1.65px / 1920 * 100 */
  }
}

.main-banner__decoracion{
  border-radius: 4px;
  border: 3px solid #F0A937;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.50);
  width: 95%;
  height: 95%;
  flex-shrink: 0;
  position: absolute;
  display: flex;
  top: 2.78vh;
  left: 1.04vw;
  max-height: 36.98224852071006vh;
}

.main-banner__decoracion--descripcion{
  position: absolute;
  bottom: 7%;
  right: 5.5%;
  border-radius: 24px;
  background: var(--color-blue-vinte);
  padding: 10px 20px;
  align-items: center;
  color: var(--blanco);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
}

.main-banner__sombra_titulo{
  background: rgba(21, 34, 42, 0.5);
  height: 100%;
  position: absolute;
}

.main-banner__boton_contacto{
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.25);
  background: rgba(37, 195, 37, 1)  !important;
  color: #ffffff;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  margin-left: 16px;
  margin-top: 12px;
  transition: all 0.5s ease-in-out;
  & > i{
    color: #ffffff;
  }
  &:hover{
    background: rgba(30, 160, 30, 0.8) ;
  }
}

.boton_contacto--whatssap {
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.25);
  background: rgba(37, 195, 37, 1)  !important;
  color: #fff !important;
  border-radius: 8px;
  padding: 10px 20px;
  transition: all 0.5s ease-in-out;
  font-size: 16px !important;
  width: -webkit-fill-available !important;
  display: flex;
  margin: 0 1em 1em 1em;
  align-items: center;
  gap: 4px;
  justify-content: center;
  &:hover{
    background: rgba(23, 126, 23, 0.8) ;
  }
}

.boton_contacto--fomulario {
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.25);
  background: #F0A937  !important;
  color: #fff !important;
  border-radius: 8px;
  padding: 10px 20px;
  transition: all 0.5s ease-in-out;
  font-size: 16px !important;
  width: -webkit-fill-available !important;
  display: flex;
  margin: 0 1em 1em 1em;
  align-items: center;
  gap: 4px;
  justify-content: center;
  &:hover{
    background: #bb842b ;
  }
}

/*  Fin Main banner */

/*  Hero Banner Slider */

.hero_banner_swiper{
  display: flex;
  width: 100%;
  height: calc(100vh - 100px );
  background-size: cover;
}

.hero_banner_swiper_container{
  display: flex;
  width: -webkit-fill-available;
  justify-content: center;
  align-items: center;
}

.hero_banner_img{
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100vh;
}

/* Fin Hero Banner Slider */

/* Modelos Carousel*/

.cm_titulo{
  color: var(--color-black-text);
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.02px;
}

.cm_etiqueta{
  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: var(--color-blue-vinte);
  color: var(--blanco);
  text-align: center;
  font-family: Aftika;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.65px;
}

.contenedor_carrusel_modelos{
  max-width: 95%;
  margin: 0 auto;
}

.carousel_modelo_pc{
  justify-content: center;
}

.carousel_blog{
  margin-left: 2% !important;
  margin-right: 2% !important;
  width: auto !important;
}

.card_carousel {
  border-radius: 20px;
  position: relative;
  display: flex;
  width: 387px;
  height: 450px;
  align-items: center;
  justify-content: center;
}

.card_carousel__texto{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #0000004d;
  border-radius: 20px;
}

.card_carousel__etiqueta_precio{
  position: absolute;
  top: 7px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: -6px;
  border-radius: 4px;
  padding: 6px 16px;
  background-color: var(--color-yellow-vinte);
  & > p{
    color: #FFF;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
  }
  & > small{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    align-self: stretch;
  }
}

.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}

.swiper-buttons_custom{
  background-color:#ffffff;
  height: 50px !important;
  width: 50px !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 80px;
}

.carousel_footer{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel_footer__link{
  color: var(--color-blue-vinte);
  font-family: Inter;
  font-weight: 600;
  letter-spacing: 1.4px;
  &:hover{
    color: var(--color-yellow-vinte);
    & > i{
      color:var(--color-yellow-vinte)
    }
  }
}

.carousel_footer__descripcion{
  color: #5F5B5D;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.28px;
}

/* Fin carousel */

/* Seccion amenidades */

.seccion_amenidades{
  min-height: 80vh;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  margin-bottom:10.460251046025105vh;
}

.seccion_amenidades__banner--imagen{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #18262e;
  min-height:280px;
}

.seccion_amenidades__banner--contenedor_bandera{
  position: absolute;
  right: 0;
  top: 5%;
  display: flex;
  width: 342px;
  height: 119px;
}

.secciones_amenidades__banner__contenedor_desc{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  gap: 1rem;
  height: auto;
  padding: 8vh 7vw;
  background-color: #18262e;
}

.secciones_amenidades__banner--titulo{
  color: var(--blanco);
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
}

.secciones_amenidades__banner--subtitulo{
  color:  var(--blanco);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
}

.banner_amenidades__bandera--imagen{
  background-color: var(--color-blue-vinte);
  padding: 8px;
  width: 100%;
}

.banner_amenidades__bandera--poligono{
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
  background-color: var(--color-blue-vinte);
  height: auto;
  width: 60px;
  display: flex;
  margin-right: -8px;
}

.banner_amenidades__listado{
  display: flex;
  flex-direction: column;
  gap: 16px;
  & > li{
    display: flex;
    gap: 20px;
    align-items: center;
    & > i{
      color: var(--color-yellow-vinte);
      font-size: 20px;
    }
    & > p{
      color: white;
      font-size: 20px;
    }
  }
}

.banner_amenidades__bandera--btn_coctacto{
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 44px;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border: 1px solid var(--color-yellow-vinte);
  background: var(--color-yellow-vinte);
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: white;
  width: 10.455764075067025vw;
  border-radius: 8px;
  /* Text md/Semibold */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  text-align: center;
  transform: all 0.5s ease-in-out;
  cursor: pointer;
  &:hover{
    background-color: #f0a937d0;
  }
}

/* Fin Seccion amenidades */

/* Seccion promociones swiper */

.promociones_swiper_cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.promociones_swiper__titulo{
  background-color: var(--color-blue-vinte);
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 24px 6px 42px;
  position: relative;
  height: 70px;
  & > h2{
    color: var(--Blanco, #FFF);
    text-align: center;
    font-family: Aftika;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.32px;
  }
}

.promociones_swiper__titulo--decoracion{
  top: 12px;
  left: 12px;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  border: 3px solid var(--color-yellow-vinte)
}

.promociones_swiper__subtitulo{
  color: var( --color-black-text);
  text-align: center;
  font-family: Inter;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1.02px;
}

.promociones_swiper__footer{
  & > label{
    color: #5F5B5D;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.28px;
  }
}

/*  Fin seccion promociones swiper*/

/* Seccion ubicaciones */

.section_ubicaciones{
}

.section_ubicaciones__cont{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.seccion_ubicaciones__descripcion{
  display: flex;
  flex-direction: column;
  padding: 100px 10%;
}

.seccion_ubicaciones__imagen {
  background-color: #fffbf6;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.439330543933054vh 2.4664879356568363vw;
  overflow: hidden;
}

.seccion_ubicaciones__imagen__zoom{
  display: flex;
  align-items: center;
  & >  .photo {
    width: 45vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    cursor: zoom-in;
  }
}

.section_ubicaciones__boton_ver_waze{
  font-size: 16px;
  border-radius: 8px;
  background: #3CF;
  display: flex;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  min-height: 40px;
}

.section_ubicaciones__boton_ver_google_maps{
  font-size: 16px;
  display: flex;
  min-height: 40px;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 8px;
  background: #E5F4F9;
}

.section_ubicaciones__boton_ver_mapa_completo{
  font-size: 16px;
  display: flex;
  min-height: 40px;
  width: -webkit-fill-available;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 8px;
  color: #fff;
  background:var(--color-yellow-vinte);
  &:hover{
    background: var(--color-yellow-vinte-dark);
  }
}

.seccion_ubicaciones__descripcion--subtitulo {
  color: var(--color-yellow-vinte);
  font-family: Inter;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 14px;
}

.seccion_ubicaciones__descripcion--titulo{
  color: var(--color-black-text);
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
  font-size: 32px;
}

.seccion_ubicaciones__descripcion--highlight{
  display: flex;
  align-items: center;
  & > p {
    color: var(--Gray, #5F5B5D);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  & > span{
    background: var(--color-yellow-vinte);
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    gap: 10px;
    align-items: center;
    color: var(--Blanco, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.seccion_ubicaciones__descripcion--direccion{
  display: flex;
  flex-direction: column;
  gap: 8px;
  & > h6 {
    color: var(--color-black-text);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.862px;
    /* 149.137% */
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }
  & > p {
    color: rgba(14, 15, 12, 0.60);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  & > label{
    color: var(--color-yellow-vinte);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

/* Fin seccion ubicaciones */

/* Seccion contacto */

.fomulario_contacto{
  display: grid;
  grid-template-columns: minmax(38.07vw, auto) minmax(39.14vw, auto);
}

.fomulario_contacto__imagen{
  width: 100%;
  min-height: 40vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fomulario_contacto__form{
  background: var(--Yellow, #F0A937);
  display: flex;
  padding: 4.8979591836734695vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap:4.733727810650888vh;
  flex-shrink: 0;
}

.fomulario_contacto__form--txt{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  & > .titulo_form{
    color: var(--color-black-text);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.02px;
  }
  & > .subtitulo_form{
    color: var(--Blanco, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 1.0723860589812333vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
  }
}

/* Fin seccion contacto */

/* Partner */

.partner{
  background: #FFFBF6;
  padding-top: 100px;
  padding-bottom: 100px;
}

.partner__titulo{
  color: var(--color-black-text);
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.68px;
}

.partner__cont_img{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  & > picture{
    height: 80px;
    display: flex;
    justify-content: center;
  }
}

/* Fin Partner */

/* Blog */

.blog_post_destacados{
  display: flex;
  background-color: var(--color-light-gray);
}

.blog_post_destacados__cont{
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  gap: 60px;
  & .pre_titulo{
    color: var(--color-yellow-vinte);
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }
  & .titulo{
    color: var(--color-black-text);
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.02px;
    font-size: 34px;
  }
}

.card_blog{
  flex-direction: column;
  border-radius: 16px ;
  background: #fff;
  display: flex;
  align-items: flex-start;
  box-shadow: 0px 4px 12px 0px rgba(13, 10, 44, 0.04);
  height: 100%;
  & > .imagen{
    display: flex;
    width: 100%;
    min-height: 260px;
    & > img{
      width: 100%;
      border-radius: 16px 16px 0 0;
    }
  }
  & > .datos{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    height: 100%;
    justify-content: space-between;
    & > h6{
      color: var(--Dark-text, #272A2A);
      font-family: Inter;
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: -0.48px;
    }
    & > a{
      display: flex;
      height: 40px;
      padding: 10px 16px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      align-self: stretch;
      border-radius: 80px;
      border: 1.5px solid var(--color-yellow-vinte);
      background-color: transparent;
      color: var(--color-yellow-vinte);
      text-align: center;
      font-family: Inter;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      cursor: pointer;
      transition: all 0.5s ease-in-out;
      &:hover{
        background-color: var(--color-yellow-vinte);
        color: #fff;
      }
    }
  }
}

.btn_ver_mas{
  color: #232323;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
  &:hover{
    color: var(--color-blue-vinte);
  }
}

/* Fin Blog */

/* Footer */

.footer{
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 6.694560669456067vh 4.289544235924933vw 5.02092050209205vh 4.289544235924933vw;
}

.footer__cont{
  display: grid;
  grid-template-areas: "logo info_dir info_contacto atención_cliente links" "legal legal legal legal legal";
  grid-template-columns: 250px 1.2fr 1fr 1fr 1fr;
  & > .logo{
    grid-area: logo;
    & > label{
      color: #667085;
      font-family: Inter;
      font-size: 11px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
    & > picture img{
      width: 200px
    }
  }
  & > .info_dir{
    display: flex;
    flex-direction: column;
    gap: 4px;
    grid-area: info_dir;
  }
  & > .info_contacto{
    grid-area: info_contacto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: 2rem;
  }
  & > .atencion_cliente{
    grid-area: atención_cliente;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  & > .links{
    grid-area: links;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  & > .legal{
    grid-area: legal;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}

.footer_links_titulos{
  color: var(--color-black-text);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.862px;
  /* 150% */
}

.footer_links_txt{
  color: var(--color-black-text);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.862px;
  /* 150% */
  & > a{
    color: var(--color-black-text);
    font-family: Inter;
    font-size: 15.908px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.862px;
    /* 150% */
    &:hover{
      color: var(--color-blue-vinte);
    }
  }
}

.footer_listado_redes{
  & > li {
    cursor: pointer;
    & > a{
      font-size: 16px;
      background-color: var(--color-blue-vinte);
      border-radius: 20px;
      display: flex;
      height: 24px;
      width: 24px;
      color: white;
      align-items: center;
      justify-content: center;
      &:hover{
        color: var(--color-yellow-vinte);
      }
    }
  }
}

.footer_listado_secciones{
  display: flex;
  flex-direction: column;
  gap: 8px;
  & > li {
    cursor: pointer;
    & >  a {
      color: var(--color-black-text);
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 19.885px;
      /* 125% */
      &:hover{
        color: var(--color-blue-vinte);
      }
    }
  }
}

.footer_listado_politicas{
  border-top: 1px solid #E4E7EC;
  padding: 2em 0;
  display: flex;
  gap: 1em;
  & > li {
    & > a{
      color:#667085;
      font-family: Inter;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      /* 171.429% */
      cursor: pointer;
      &:hover{
        color: var(--color-blue-vinte);
      }
    }
  }
}

.footer_contacto_whattsap{
  margin-top: 27px;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 80px;
  background: #25C325  !important;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  color: var(--blanco);
  cursor: pointer;
  &:hover{
    background: #25C325d0;
  }
}

/* Fin Footer */

/* ------------------------------------------------ pagina detalle de casas */

/* Banner contacto */

.dc_banner_contacto {
  background-position-y: inherit;
  position: relative;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 52vh;
}

.dc_banner_contacto__contenedor {
  height: 100%;
  top: 0;
  width: 100%;
  position: absolute;
  display: flex;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 24.31%, rgba(0, 0, 0, 0.00) 54.14%), #d3d3d33b 0px -97.654px / 100% 235.409% no-repeat;
}

.dc_banner_contacto__texto {
  margin: 6.6667vh 6.25vw;
  display: flex;
  align-items: flex-start;
  font-size: 40px;
  flex-direction: column;
  justify-content: center;
  max-width: 642px;
  & > h3{
    color: #FFF;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
  }
}

.dc_banner_contacto_btn {
  border-radius: 8px;
  background: #25C325 !important;
  padding: 10px 40px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  color: var(--blanco, #FFF);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  width: initial;
  line-height: normal;
  gap: 4px;
  display: flex;
  letter-spacing: 0.18px;
  justify-content: center;
  &:hover{
    background: #25C325d0 !important;
  }
}

/* Fin banner contacto */

/* Menu Modelos */

.dc_menu_modelos{
}

.dc_menu_modelos__cont{
  display: flex;
  justify-content: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.dc_menu_modelos__item{
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 80px;
  border: 1px solid var(--color-yellow-vinte);
  color: var(--color-yellow-vinte);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.54px;
  background-color: #fff;
}

.dc_menu_modelos__item--activo{
  border: 1px solid var(--color-blue-vinte);
  background-color: var(--color-blue-vinte);
  color: #fff;
}

/* Fin menu modelos */

/* Detalle de casa */

.dc_detalles_modelo{
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  & > .titulo{
    color: var(--color-black-text);
    font-family: Aftika;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.28px;
    text-align: center;
  }
  & > .subtitulo{
    color: var(--color-black-text);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
  }
}

/*Fin detalle de casa */

/* Carousel de Modelo*/

.dc_carousel{
  display: flex;
  flex-direction: column;
}

.dc_carousel_imagenes{
  max-height: 48.32635983263598vh;
  width: auto;
  height: auto;
}

.dc_carousel_cont_imagenes{
  display: flex;
  justify-content: center;
}

.dc_carousel__exclusion{
  color: var(--color-gray-text);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}

.dc_listado_menus{
  display: flex;
  justify-content: center;
  gap: 32px;
}

/*Fin de casousel de modelo*/

/* Descripción de HTML*/

.dc_descripcion__html{
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  & > h2{
    color: var(--color-gray-text);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.4px;
  }
  & > label{
    color: var(--color-gray-text);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    letter-spacing: -0.36px;
  }
}

/*Fin descripcion de html*/

/* Opciones de vsita previa*/

.dc_vistas_previas{
  display: flex;
  flex-direction: column;
  & > .descripcion{
    color: var(--color-blue-vinte);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}

.dc_vistas_previas--recorido_virual{
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  border-radius: 8px;
  font-family: Inter;
  font-size: 18px;
  background: var(--color-yellow-vinte);
  color: #fff;
  &:hover{
    background: var(--color-yellow-vinte-dark);
  }
}

.dc_vistas_previas--ver_modelo{
  font-family: Inter;
  font-size: 18px;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  border-radius: 8px;
  background: var(--color-blue-vinte);
  color: #fff;
  &:hover{
    background-color:var(--color-blue-vinte-dark);
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s;
  z-index: 14;
}

.modal_content {
  background: white;
  padding: 20px;
  margin: 5% auto;
  width: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  max-height: calc(100vh - 10% - 40px);
  overflow: auto;
  position: relative;
}

.modal_content__cerrar{
  display: flex;
  justify-content: flex-end;
  & > button{
    color: var(--color-blue-vinte);
    font-family: Inter;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    position: sticky;
    top: 0;
    background-color: white;
    &:hover{
      color: var(--color-yellow-vinte);
    }
  }
}

/* Clases para mostrar el modal */

.modal.show {
  visibility: visible;
  opacity: 1;
}

.modal_content__imagen{
  display: flex;
  justify-content: center;
}

/*Fin de opciones de vista previa*/

/* Caracteristicas */

.dc_caracteristicas{
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.dc_caracteristicas__descripcion{
  color: var(--Black-60, rgba(14, 15, 12, 0.60));
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  & > strong{
    color: #232323;
  }
}

.dc_caracteristicas_parametros{
  display: flex;
  align-items: flex-start;
  gap:32px;
  align-self: stretch;
  justify-content: space-between;
  &  .tipo{
    color: var(--color-black-text);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }
  & .valor{
    color: var(--color-gray-text);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
  }
  &  .condicion{
    color: var(--color-gray-text);
    font-family: Inter;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
    max-width: 300px;
  }
}

/*Fin Caracteristicas*/

/* Seccion promociones por moldeos swiper */

.promociones_modelos_swiper_cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFBF6;
  gap: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.promociones_modelos_swiper__titulo{
  color: var(--color-black-text);
  text-align: center;
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.02px;
  max-width: 998px;
}

/*  Fin seccion promociones swiper*/

.main {
  margin-top: 15px;
  /* Add a top margin to avoid content overlay */
}

.bg-pink{
  background-color: #FF647D;
  color: #fff;
  transition: background-color 0.5s ease;
}

.hover\:bg-pink:hover{
  background-color: #ff647ed0;
  color: #fff;
}

.bg-yellow{
  background-color: #F0A937;
}

.hover\:bg-yellow:hover {
  --bg-opacity: 1;
  background-color: #F0A937;
}

.color-yellow{
  color: #F0A937;
}

.btn-whatsapp{
  background-color: #25C325;
}

input{
  border-color: #F0A937;
  padding: 1rem;
  font-weight: 400;
  font-size: 1.125rem;
}

.hs-input{
  border-width: 1px;
  font-size: 1rem;
  border-radius: 0.75rem;
  display: block;
  width: 100% !important;
}

.hbspt-form{
  max-width: 42rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

fieldset.form-columns-2, 
fieldset.form-columns-1 {
  max-width: 100%;
}

.hs-button{
  background-color: #FF647D;
  color: #fff;
  transition: background-color 0.5s ease;
  display: block;
  width: 100%;
  border-radius: 9999px;
  cursor: pointer;
}

.hs-button:hover{
  background-color: #ff647ed0 !important;
  color: #fff !important;
}

.hs-form-booleancheckbox-display{
  display: flex;
  justify-content: center;
  font-weight: 400;
}

.hs-form-booleancheckbox-display .hs-input{
  width: auto !important;
  margin-right: 5px;
  background-color: #fff;
  border-width: none;
}

.hs-form-booleancheckbox-display span{
  font-size: 0.9rem;
}

.promociones_swiper_cont-container{
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 1024 */

/* -------------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 1024px) {
  .promociones_swiper__titulo {
    height: -webkit-fill-available;
  }

  .carousel_blog{
    margin-right: 5% !important;
    margin-left: 5% !important;
    width: auto !important;
  }

  .hs-form-booleancheckbox-display span{
    font-size: 1rem;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:block {
    display: block !important;
  }

  .contenedor_carrusel_modelos {
    max-width: 90%;
    margin: 0 auto;
  }

  /* .container {
        max-width: fit-content !important;
    } */
}

.hs-form-booleancheckbox-display span a:hover{
  text-decoration: underline;
}

.input{
  margin-bottom: 1rem;
}

.no-list.hs-error-msgs.inputs-list{
  margin-bottom: 1rem;
  margin-top: -1rem;
  color: red;
}

.hidden {
  display: none;
}

.submitted-message{
  animation: fadeInAnimation ease 2.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  font-weight: 400;
  font-size: 2.125rem;
  text-align: center;
}

@keyframes fadeInAnimation
{
  0%
   {
    opacity: 0;
  }

  100% 
   {
    opacity: 1;
  }
}

hr{
  background-color: #E4E7EC;
}

.bg-charcoal{
  background-color: #1D495D;
}

.border-yellow {
  --border-opacity: 1;
  border-color: #F0A937;
}

.bg-pink{
  background-color: #FF647D;
}

.text-pink{
  color: #FF647D;
}

/* Boton whatsapp flotante  */

.boton_flotante_whatapp{
  background-color: #25c325;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: fixed;
  bottom: 24vh;
  right: 4vw;
  z-index: 12;
  font-size: 42px;
}

@media (min-width: 1500px) {
  .modelo_swiper{
    max-width: 984px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .contenedor_carrusel_modelos{
    max-width: 1239px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .promociones_swiper{
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .footer__cont{
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .navbar_container {
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .promocion_modelo_swiper{
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .dc_descripcion{
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .dc_vistas_previas{
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .dc_caracteristicas{
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and ( min-width: 1280px){
  .promociones_swiper{
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: auto;
  }

  .section_ubicaciones__boton_ver_google_maps {
    /* font-size: 14px; */
  }

  .section_ubicaciones__boton_ver_waze {
    /* font-size: 14px; */
  }

  .navbar_logo {
    width: 7rem;
  }

  .footer_links_titulos {
    font-size: 14px;
  }

  .footer__cont {
    grid-template-columns: 170px 1.2fr 1fr 1fr 1fr;
    & > .logo {
      & > picture img {
        width: 165px;
      }
    }
  }

  .main-banner__titulo{
    height: -moz-fit-content;
    height: fit-content;
  }

  .dc_menu_modelos{
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: auto !important;
  }

  .dc_descripcion{
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: auto !important;
  }

  .dc_vistas_previas{
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: auto !important;
  }

  .dc_caracteristicas{
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: auto !important;
  }

  .promocion_modelo_swiper{
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: auto !important;
  }

  .modelo_swiper{
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: auto !important;
  }

  /* nota solo es para el equipo de Vinte  */

  .main-banner__imagen {
    display: flex;
    width: 100%;
    height: calc(100vh - 100px );
  }

  .container {
    max-width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* .navbar_menu_movil__ubicacion--menu_princial {
        & > span {
            font-size: 14px;
            font-weight: 500;
        }
    } */

  .dc_banner_contacto {
    min-height: calc(81vh - 100px);
  }

  .card_carousel {
    max-height: 57.04697986577181vh;
  }

  .promociones_swiper_cont-container{
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .promociones_swiper__titulo {
    & > h2 {
      font-size: 32px;
    }
  }

  .seccion_ubicaciones__descripcion--titulo {
    font-size: 28px;
  }

  .seccion_ubicaciones__descripcion--highlight {
    & > p {
      font-size: 18px;
    }
  }

  .seccion_ubicaciones__descripcion--direccion{
    & > h6 {
      font-size: 16px;
      letter-spacing: 1.4px;
    }
    & > p {
      font-size: 16px;
    }
    & > label{
      font-size:16px;
    }
  }

  .card_blog {
    max-width: 557px;
    & > .datos {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 20px;
      height: 100%;
      justify-content: space-between;
      & >  h6 {
        font-size: 16px;
      }
      & > label{
        font-size: 12px;
      }
    }
  }

  .carousel_blog{
    margin-left: 2% !important;
    margin-right: 2% !important;
    width: auto !important;
  }

  .blog_post_destacados__cont{
    gap: 40px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .main-banner__titulo {
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media only screen and (max-width: 1024px) {
  .promociones_swiper{
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: auto;
  }

  .section_ubicaciones__boton_ver_google_maps {
    /* font-size: 14px; */
  }

  .section_ubicaciones__boton_ver_waze {
    /* font-size: 14px; */
  }

  .navbar_logo {
    width: 6rem;
  }

  .footer_links_titulos {
    font-size: 14px;
  }

  .footer__cont {
    grid-template-columns: 170px 1.2fr 1fr 1fr 1fr;
    & > .logo {
      & > picture img {
        width: 165px;
      }
    }
  }

  .main-banner__titulo{
    height: -moz-fit-content;
    height: fit-content;
  }

  .dc_menu_modelos{
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: auto !important;
  }

  .dc_descripcion{
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: auto !important;
  }

  .dc_vistas_previas{
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: auto !important;
  }

  .dc_caracteristicas{
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: auto !important;
  }

  .promocion_modelo_swiper{
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: auto !important;
  }

  .modelo_swiper{
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: auto !important;
  }
}

@media only screen and (max-width: 886px) {
  .footer__cont {
    grid-template-areas: "logo "
            " info_dir "
            "info_contacto"
            " atención_cliente "
            "btn_whatsapp"
            "legal";
    grid-template-columns: 1fr;
    & > .links {
      display: none;
    }
  }

  .info_contacto {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .navbar_logo_loc {
    grid-template-columns: 1fr;
  }

  .header a {
    font-size: 12px;
  }

  .seccion_amenidades{
    display: flex;
    flex-direction: column;
    min-height: auto
  }

  .section_ubicaciones__cont {
    display: flex;
    flex-direction: column;
  }

  .fomulario_contacto{
    display: flex;
    flex-direction: column;
  }

  .fomulario_contacto__imagen {
    height: 308.495px;
    background-position: center;
  }

  .navbar_logo  > img {
    width: 130px;
  }

  .dc_carousel_cont_imagenes{
    height: 48.32635983263598vh;
    display: flex;
    align-items: center;
  }

  .dc_carousel_imagenes{
    height:auto;
  }

  .cm_etiqueta {
    font-size: 32px;
  }

  .banner_amenidades__bandera--btn_coctacto
    {
    width: 100%;
  }

  .seccion_amenidades__banner--contenedor_bandera {
    position: unset;
  }

  .banner_amenidades__bandera--poligono {
    display: none;
  }

  .banner_amenidades__bandera--imagen {
    display: flex;
    justify-content: center;
  }

  /* .bg-main-banner {
        background-image: url(http://localhost:8080/wp-content/themes/VinteSiteTheme/assets/images/main_banner_mobile.png);
    
    } */

  .partner__cont_img{
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    gap: 34px;
    & > picture {
      height: auto;
    }
  }

  .partner {
    background: #FFFBF6;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .main-banner__imagen {
    height: auto;
    height: 53vh;
  }

  .main-banner__titulo {
    height: 179px;
    padding: 37px 11px 18px 21px;
  }

  .main-banner__decoracion--descripcion {
    display: none;
  }

  .main-banner__decoracion {
    height: 96%;
  }

  .navbar_menu_movil__ubicacion--menu_princial {
    & > span {
      font-size: 12px;
      font-weight: 500;
    }
    & > i{
      font-size: 12px;
    }
  }

  .seccion_amenidades__banner--contenedor_bandera {
    width: 100%;
  }

  .promociones_modelos_swiper_cont {
    padding-top: 24px;
    padding-bottom:0px;
  }

  .dc_banner_contacto__contenedor {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 24.31%, rgb(0 0 0 / 31%) 54.14%), #d3d3d33b 0px -97.654px / 100% 235.409% no-repeat;
  }

  .dc_carousel_cont_imagenes {
    height: 50vh;
    display: flex;
    align-items: center;
  }

  .hero_banner_img {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

@media only screen and (max-width:580px) {
  .dc_carousel_cont_imagenes {
    height: 30vh;
    display: flex;
    align-items: center;
  }

  .main-banner__imagen {
    height: 80vh;
  }

  .main-banner__titulo{
    & > h1{
      font-size: 26px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: -0.78px;
    }
  }

  .cm_titulo {
    font-size: 24px;
    letter-spacing: -0.72px;
  }

  .navbar_logo  > img {
    width: 100px;
  }

  .dc_caracteristicas_parametros {
    flex-direction: column;
  }

  .dc_banner_contacto__texto {
    & > h3 {
      font-size: 24px;
      font-weight: 600;
      letter-spacing: -0.72px;
    }
  }

  .modal{
    background: rgb(0 0 0 / 82%);
  }

  .modal_content {
    padding: 20px;
    margin: 5%;
    width: calc(100vw - 10%);
    border-radius: 20px;
    max-height: calc(100vh - 10% );
    overflow: auto;
    position: relative;
    font-variant: diagonal-fractions;
    background-color: transparent;
    box-shadow: none;
  }

  .modal_content__cerrar  > button {
    color: #ffffff;
    background-color: #ffffff00;
  }

  .main-banner__decoracion--descripcion {
    display: none;
  }

  .main-banner__contenedor {
    padding-bottom: 5%;
    justify-content: space-between;
    width: calc(100% - 6.434316353887399vw - 16px) !important;
  }

  .main-banner__titulo {
    width: 100%;
    height: 179px;
    padding: 37px 11px 18px 21px;
  }

  .main-banner__decoracion {
    left: 5px;
    top: 12px;
    height: 100%;
  }

  .main-banner__boton_contacto {
    width: -webkit-fill-available;
    text-align: center;
    margin-left: 0;
    margin-top: 0;
  }

  .secciones_amenidades__banner__contenedor_desc{
    padding: 24px 20px;
  }

  .secciones_amenidades__banner--titulo {
    font-size: 28px;
  }

  .seccion_amenidades {
    margin-bottom: 42px;
  }

  .promociones_swiper__titulo{
    padding: 9px 12px 3px 10px;
    position: relative;
    min-width: 294px;
    height: 60px;
    display: flex;
    align-items: center;
    & > h2{
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: -0.6px;
    }
  }

  .promociones_swiper__titulo--decoracion {
    top: 3px;
    left: 4px;
    border: 2px solid var(--color-yellow-vinte);
    height: 106%;
  }

  .promociones_swiper__subtitulo {
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
  }

  .promociones_swiper__footer{
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: auto;
    & > label{
      font-size: 11px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: -0.22px;
      display:flex;
    }
  }

  .seccion_ubicaciones__descripcion {
    padding:16px 8px;
  }

  .seccion_ubicaciones__descripcion--subtitulo{
    font-size: 14px;
    letter-spacing: 1.4px;
  }

  .seccion_ubicaciones__descripcion--titulo{
    font-size: 20px;
    letter-spacing: -0.6px;
  }

  .seccion_ubicaciones__descripcion--highlight{
    & > p {
      font-size: 18px;
    }
    & > span{
      font-size: 18px;
    }
  }

  .seccion_ubicaciones__descripcion--direccion{
    & > h6 {
      font-size: 16px;
      letter-spacing: 1.4px;
    }
    & > p {
      font-size: 16px;
    }
    & > label{
      font-size:16px;
    }
  }

  .blog_post_destacados__cont{
    padding-top: 40px;
    padding-bottom: 40px;
    & .pre_titulo{
    }
    & .titulo{
      font-size: 20px;
    }
  }

  .card_carousel__etiqueta_precio {
    & > p {
      font-size: 24px;
      letter-spacing: -0.48px;
    }
    & > small{
      font-size: 11.266px;
      letter-spacing: -0.225px;
    }
  }

  .swiper {
    overflow-y: unset;
    padding-bottom: 24px;
  }

  .swiper-pagination {
    bottom: 0 !important;
  }

  .seccion_ubicaciones__imagen {
    padding: 0px 0px;
    min-height: 411px;
    margin-bottom: 1rem;
    justify-content: center;
  }

  .promociones_swiper_cont{
    gap: 16px;
  }

  .footer {
    padding: 24px 27px;
  }

  .footer_listado_politicas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .fomulario_contacto__form--txt{
    & > .titulo_form{
      color: var(--Dark-text, #0E0F0C);
      text-align: center;
      font-family: Inter;
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: -0.72px;
    }
    & > .subtitulo_form{
      color: var(--Blanco, #FFF);
      text-align: center;
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: -0.6px;
    }
  }

  .fomulario_contacto__form {
    gap: 24px;
  }

  .dc_banner_contacto_btn {
    width: -webkit-fill-available;
  }

  .dc_banner_contacto{
    min-height: 325px;
  }

  .dc_banner_contacto__texto {
    margin: 85px 20px 28px 20px;
  }

  .carousel_footer__descripcion{
    padding: 0 0.5rem;
    color: var(--Gray, #5F5B5D);
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
  }

  .dc_detalles_modelo{
    margin-bottom: 24px;
    max-width: 280px;
    & > .titulo{
      color: var(--Black-text, #0E0F0C);
      font-family: Aftika;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: -0.64px;
    }
    & > .subtitulo{
      color: var(--Black-text, #0E0F0C);
      text-align: center;
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: -0.4px;
    }
  }
}

@media only screen and (min-height: 1440px) {
  .main-banner__imagen {
    max-height: calc(80vh - 100px );
  }
}

.hover\:border-none:hover {
  border-style: none;
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:\!flex {
    display: flex !important;
  }

  .md\:flex {
    display: flex;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:size-6 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:pe-0 {
    padding-inline-end: 0px;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1280px) {
  .xl\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}