/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

@font-face {
  font-family: "AvenirHeavy";
  src: url(../../fonts/Avenir/AvenirHeavy.ttf);
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "AvenirBlack";
  src: url(../../fonts/Avenir/AvenirBlack.ttf);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "AvenirMedium";
  src: url(../../fonts/Avenir/AvenirMedium.ttf);
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "AvenirLight";
  src: url(../../fonts/Avenir/AvenirLight.ttf);
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "AvenirBook";
  src: url(../../fonts/Avenir/AvenirBook.ttf);
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "AmpleAlt";
  src: url(../../fonts/AmpleSoft/AmpleSoftPro.ttf);
  font-display: swap;
}
@font-face {
  font-family: "AmpleSoftRegular";
  src: url(../../fonts/AmpleSoft/AmpleSoftPro.ttf);
  font-display: swap;
}
/** Media Queries **/
html, body {
  overflow-x: hidden;
}

body {
  font-size: 16px;
}

picture {
  display: block;
}

.w-100, .wh-100 {
  width: 100%;
}

.h-100, .wh-100 {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, p, a {
  margin: 0;
}

img {
  vertical-align: top;
  height: auto;
}

.p-relative {
  position: relative;
}

.row.start {
  align-items: flex-start !important;
}

.row.stretch {
  align-items: stretch !important;
}

.p-absolute {
  position: absolute;
}

a, button, input[type=submit] {
  cursor: pointer;
  transition: all 0.3s ease;
}

main, section, header, footer, aside, nav {
  width: 100%;
}

p {
  line-height: 1.2em;
}

.noone, .no-one {
  color: #3D3D3D;
  font-family: "AvenirMedium";
}

a {
  text-decoration: none;
}

textarea, button, input, select, option {
  outline: none;
}

.contenedor {
  width: min(88%, 1500px);
  margin-inline: auto;
}
.contenedor.xl {
  width: min(94%, 1760px);
}
.contenedor.xxl {
  width: 100%;
  max-width: 100%;
}
.contenedor.small {
  width: min(88%, 1400px);
}
.contenedor.side {
  width: min(94%, 1700px);
}
.contenedor.side.left {
  margin: 0;
}
.contenedor.side.right {
  margin: 0 0 0 auto;
}

.hr {
  width: 100%;
  height: 2px;
  display: block;
  background: #004C97;
}

video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

.noone {
  text-align: center;
  color: #3D3D3D;
  display: block;
  margin-inline: auto;
  font-family: "AvenirHeavy";
}

a {
  font-size: 1.1rem;
}

h1 {
  font-size: 3.85em;
  line-height: 1.2em;
}
@media (max-width: 1562px) {
  h1 {
    font-size: 3em;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 2.6em;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.3em;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.8em;
  }
}

h2 {
  font-size: 2.85em;
  line-height: 1.2em;
  font-family: "AvenirBook";
}
@media (max-width: 1562px) {
  h2 {
    font-size: 2.4em;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 2.1em;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.9em;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 1.6em;
  }
}
h2.up {
  font-size: 3em;
}
@media (max-width: 1562px) {
  h2.up {
    font-size: 2.75em;
  }
}
@media (max-width: 1024px) {
  h2.up {
    font-size: 2.2em;
  }
}
@media (max-width: 768px) {
  h2.up {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  h2.up {
    font-size: 1.8em;
  }
}
h2.down {
  font-size: 2.2em;
}
@media (max-width: 1562px) {
  h2.down {
    font-size: 2em;
  }
}
@media (max-width: 1024px) {
  h2.down {
    font-size: 1.8em;
  }
}
@media (max-width: 768px) {
  h2.down {
    font-size: 1.7em;
  }
}
@media (max-width: 480px) {
  h2.down {
    font-size: 1.5em;
  }
}

h3 {
  font-size: 1.65em;
  line-height: 1.2em;
}
@media (max-width: 1562px) {
  h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 1.3em;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 1.1em;
  }
}

p {
  font-size: 1.1rem;
}
@media (max-width: 1562px) {
  p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 0.925rem;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 0.9rem;
  }
}

body.page-template-departamentos-en-venta, body.page-template-blog, body.single-departamento, body.page-template-proximos-proyectos, body.page-template-proyectos-entregados, body.page-template-front-page {
  background: url(../../images/inicio/fondo_inicio.webp) no-repeat fixed center;
  background-size: cover;
}

main {
  /*height: calc(101vh - 132px);
  @include m.television{
      height: calc(101vh - 120px);
  }
  @include m.desktop{
      height: calc(101vh - 100px);
  }*/
  height: 101vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
main .splide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
main .splide__slide {
  position: relative;
}
main .ubication {
  top: 162px;
  right: 5%;
}
@media (max-width: 1562px) {
  main .ubication {
    top: 150px;
  }
}
@media (max-width: 1024px) {
  main .ubication {
    top: 130px;
  }
}
@media (max-width: 660px) {
  main .ubication {
    top: 116px;
    right: 16px;
  }
}
@media (max-width: 480px) {
  main .ubication {
    display: none !important;
  }
}
main .contenedor {
  margin-top: 132px;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1562px) {
  main .contenedor {
    margin-top: 120px;
  }
}
@media (max-width: 1024px) {
  main .contenedor {
    margin-top: 100px;
  }
}
main .contenedor p {
  color: #ffffff;
  font-family: "AvenirHeavy";
  font-size: 2rem;
  text-align: center;
  margin: 2rem auto 4rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1562px) {
  main .contenedor p {
    font-size: 1.8rem;
    margin: 2rem auto 4.5rem;
  }
}
@media (max-width: 1024px) {
  main .contenedor p {
    margin: 2rem auto;
    font-size: 1.6rem;
  }
}
@media (max-width: 660px) {
  main .contenedor p {
    margin: 1.85rem auto;
    font-size: 1.4rem;
  }
}
main .contenedor a {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  border: 2px solid #6CC24A;
  min-height: 58px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1.4rem;
  width: 100%;
  max-width: 370px;
  margin-inline: auto;
}
main .contenedor a:hover {
  background: transparent;
  color: #6CC24A;
}
@media (max-width: 1562px) {
  main .contenedor a {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 20px 0;
    background: #6CC24A;
    border: 2px solid #6CC24A;
    min-height: 52px;
    color: #ffffff;
    font-family: "AvenirHeavy";
    text-align: center;
    font-size: 1.25rem;
    width: 100%;
    max-width: 320px;
  }
  main .contenedor a:hover {
    background: transparent;
    color: #6CC24A;
  }
}
@media (max-width: 1024px) {
  main .contenedor a {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 20px 0;
    background: #6CC24A;
    border: 2px solid #6CC24A;
    min-height: 48px;
    color: #ffffff;
    font-family: "AvenirHeavy";
    text-align: center;
    font-size: 1.15rem;
    width: 100%;
    max-width: 270px;
  }
  main .contenedor a:hover {
    background: transparent;
    color: #6CC24A;
  }
}
@media (max-width: 660px) {
  main .contenedor a {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 20px 0;
    background: #6CC24A;
    border: 2px solid #6CC24A;
    min-height: 44px;
    color: #ffffff;
    font-family: "AvenirHeavy";
    text-align: center;
    font-size: 1.05rem;
    width: 100%;
    max-width: 230px;
  }
  main .contenedor a:hover {
    background: transparent;
    color: #6CC24A;
  }
}
main h1 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
main h1 span {
  color: #ffffff;
  display: block;
  font-family: "AmpleAlt";
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  width: -moz-fit-content;
  width: fit-content;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 5rem;
}
@media (max-width: 1562px) {
  main h1 span {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  main h1 span {
    font-size: 3.2rem;
  }
}
@media (max-width: 660px) {
  main h1 span {
    font-size: 2.45rem;
    margin: 0 !important;
  }
}
main h1 span:last-child {
  color: #6CC24A;
}
main h1 span:nth-child(2) {
  margin-left: 50px;
}
@media (max-width: 1024px) {
  main h1 span:nth-child(2) {
    margin-left: 5px;
  }
}
main h1 span:nth-child(3) {
  margin-left: 100px;
}
@media (max-width: 1024px) {
  main h1 span:nth-child(3) {
    margin-left: 10px;
  }
}

.ubication {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  align-items: flex-start;
}
.ubication div {
  border-radius: 0 20px 0 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.ubication div p {
  font-family: "AvenirHeavy";
  color: #ffffff;
}
.ubication div.info {
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  padding: 12px 16px;
}
.ubication div.info p {
  font-size: 1.5rem;
}
@media (max-width: 1562px) {
  .ubication div.info p {
    font-size: 1.35rem;
  }
}
@media (max-width: 660px) {
  .ubication div.info p {
    font-size: 1.1rem;
  }
}
@media (max-width: 660px) {
  .ubication div.info {
    padding: 10px;
  }
}
.ubication div.logo {
  background: #ffffff;
  border-radius: 20px 0 20px 0;
  width: 100%;
  max-width: 250px;
  padding-block: 5px;
}
@media (max-width: 1024px) {
  .ubication div.logo {
    width: 100%;
    max-width: 200px;
  }
}
.ubication div.logo img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .ubication div.logo img {
    width: 100%;
    max-width: 120px;
    max-height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.ubication div.place {
  background: rgba(0, 76, 151, 0.71);
  padding: 7px 14px;
  margin-left: 14px;
}
.ubication div.place p {
  font-family: "AmpleAlt";
  font-size: 2.9rem;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  text-transform: 1px;
}
@media (max-width: 1562px) {
  .ubication div.place p {
    font-size: 2.3rem;
  }
}
@media (max-width: 1024px) {
  .ubication div.place p {
    font-size: 1.4rem;
  }
}
.ubication div.place-2 {
  background: #ffffff;
  padding: 5px 14px;
  margin: 0 0 0 auto;
}
.ubication div.place-2 p {
  font-size: 1.95rem;
  color: #004C97;
}
@media (max-width: 1562px) {
  .ubication div.place-2 p {
    font-size: 1.65rem;
  }
}

.best_option {
  padding: 5rem 0;
  background: url(../../images/inicio/rombos.webp) no-repeat;
  background-size: 100%;
  background-position: center left;
  background-attachment: fixed;
}
@media (max-width: 900px) {
  .best_option {
    padding: 4rem 0;
  }
}
.best_option .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media (max-width: 900px) {
  .best_option .row {
    gap: 24px;
    flex-direction: column-reverse;
  }
}
.best_option .row .col:nth-child(1) {
  width: 56%;
}
.best_option .row .col:nth-child(2) {
  width: 41%;
}
@media (max-width: 900px) {
  .best_option .row .col {
    width: 100% !important;
  }
}
.best_option .row .col video, .best_option .row .col img {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
  border-radius: 20px 0 20px 0;
}
.best_option h2 {
  color: #6CC24A;
  font-family: "AmpleAlt";
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  margin-bottom: 20px;
  max-width: 400px;
  font-size: 3.75em;
}
@media (max-width: 1562px) {
  .best_option h2 {
    max-width: 300px;
    font-size: 2.9em;
  }
}
@media (max-width: 1200px) {
  .best_option h2 {
    max-width: 250px;
    font-size: 2.4em;
  }
}
@media (max-width: 900px) {
  .best_option h2 {
    max-width: 100%;
    font-size: 1.9em;
    margin-bottom: 14px;
  }
}
.best_option p {
  color: #004C97;
  font-family: "AvenirMedium";
  font-size: 2rem;
  max-width: 375px;
}
@media (max-width: 1562px) {
  .best_option p {
    max-width: 300px;
    font-size: 1.65rem;
  }
}
@media (max-width: 1200px) {
  .best_option p {
    max-width: 240px;
    font-size: 1.3rem;
  }
}
@media (max-width: 900px) {
  .best_option p {
    max-width: 100%;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .best_option p {
    font-size: 1.15rem;
  }
}

.en_venta {
  padding: 5rem 0;
}
.en_venta h2 {
  color: #6CC24A;
  text-align: center;
  font-family: "AmpleAlt";
  margin-bottom: 3rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  margin-inline: auto;
}
.en_venta h2::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: #807E7E;
  border-radius: 20px 0 20px 0;
  width: 100%;
  height: 6px;
}
.en_venta .contenedor:first-child {
  margin-bottom: 4rem;
}
.en_venta .contenedor > p {
  color: #004C97;
  font-size: 1.9rem;
  font-family: "AvenirHeavy";
  text-align: center;
}
@media (max-width: 1562px) {
  .en_venta .contenedor > p {
    font-size: 1.45rem;
  }
}
@media (max-width: 768px) {
  .en_venta .contenedor > p {
    font-size: 1.15rem;
  }
}
.en_venta .contenedor > a {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  border: 2px solid #6CC24A;
  min-height: 50px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1.35rem;
  width: 100%;
  max-width: 340px;
  margin: 50px auto 0;
}
.en_venta .contenedor > a:hover {
  background: transparent;
  color: #6CC24A;
}
@media (max-width: 1024px) {
  .en_venta .contenedor > a {
    margin: 40px auto 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 20px 0;
    background: #6CC24A;
    border: 2px solid #6CC24A;
    min-height: 44px;
    color: #ffffff;
    font-family: "AvenirHeavy";
    text-align: center;
    font-size: 1.15rem;
    width: 100%;
    max-width: 290px;
  }
  .en_venta .contenedor > a:hover {
    background: transparent;
    color: #6CC24A;
  }
}
.en_venta .splide__slide {
  padding: 20px 10px 10px;
}
.en_venta .splide__arrow--prev {
  left: -3em;
}
@media (max-width: 1024px) {
  .en_venta .splide__arrow--prev {
    left: -2em;
  }
}
.en_venta .splide__arrow--next {
  right: -3em;
}
@media (max-width: 1024px) {
  .en_venta .splide__arrow--next {
    right: -2em;
  }
}
.en_venta .splide__arrow svg {
  fill: rgba(108, 194, 74, 0.5);
  color: rgba(108, 194, 74, 0.5);
  width: 2em;
  height: 2em;
}

.ultimas_noticias {
  padding: 5rem 0;
  background: rgba(108, 194, 74, 0.07);
  border-bottom: 6px solid #6CC24A;
}
.ultimas_noticias h2 {
  color: #6CC24A;
  text-align: center;
  font-family: "AmpleAlt";
  margin-bottom: 3rem;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.ultimas_noticias h2::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: #807E7E;
  border-radius: 20px 0 20px 0;
  width: 100%;
  height: 6px;
}
.ultimas_noticias .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.ultimas_noticias .contenedor > a {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  border: 2px solid #6CC24A;
  min-height: 56px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1.35rem;
  width: 100%;
  max-width: 400px;
  margin-top: 70px;
  margin-inline: auto;
}
.ultimas_noticias .contenedor > a:hover {
  background: transparent;
  color: #6CC24A;
}
@media (max-width: 1562px) {
  .ultimas_noticias .contenedor > a {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 20px 0;
    background: #6CC24A;
    border: 2px solid #6CC24A;
    min-height: 52px;
    color: #ffffff;
    font-family: "AvenirHeavy";
    text-align: center;
    font-size: 1.15rem;
    width: 100%;
    max-width: 350px;
  }
  .ultimas_noticias .contenedor > a:hover {
    background: transparent;
    color: #6CC24A;
  }
}
@media (max-width: 1024px) {
  .ultimas_noticias .contenedor > a {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 20px 0;
    background: #6CC24A;
    border: 2px solid #6CC24A;
    min-height: 44px;
    color: #ffffff;
    font-family: "AvenirHeavy";
    text-align: center;
    font-size: 1.15rem;
    width: 100%;
    max-width: 290px;
  }
  .ultimas_noticias .contenedor > a:hover {
    background: transparent;
    color: #6CC24A;
  }
}

.sociales {
  padding: 6rem 0 2rem;
}
.sociales .splide__slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.sociales h2 {
  font-family: "AmpleAlt";
  color: #004C97;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  max-width: 500px;
  margin-inline: auto;
}
@media (max-width: 1562px) {
  .sociales h2 {
    max-width: 450px;
  }
}
@media (max-width: 1024px) {
  .sociales h2 {
    max-width: 370px;
  }
}
.sociales .social {
  margin: 20px auto 4.75rem;
  border-radius: 75px;
  padding: 1.2rem 1.5rem;
  background: #EEEEEE;
  border-radius: 75px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .sociales .social {
    width: 100%;
    border-radius: 0;
    padding: 1rem;
  }
}
.sociales .social ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  list-style: none;
}
.sociales .social ul li a {
  display: block;
  width: 66px;
  height: 66px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: #6CC24A;
  display: grid !important;
  border-radius: 50%;
  place-items: center;
}
@media (max-width: 1562px) {
  .sociales .social ul li a {
    display: block;
    width: 60px;
    height: 60px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1024px) {
  .sociales .social ul li a {
    display: block;
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.sociales .social ul li a i {
  color: #ffffff;
  font-size: 29px;
}
@media (max-width: 1562px) {
  .sociales .social ul li a i {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  .sociales .social ul li a i {
    font-size: 20px;
  }
}

.valores {
  background: #004C97;
  padding: 4.5rem 0;
}
@media (max-width: 1562px) {
  .valores {
    padding: 3.75rem 0;
  }
}
.valores .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}
.valores .valor {
  width: 100%;
  max-width: 375px;
}
@media (max-width: 1562px) {
  .valores .valor {
    width: 100%;
    max-width: 300px;
  }
}
.valores .valor img {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
}
@media (max-width: 1024px) {
  .valores .valor img {
    width: 50%;
  }
}
.valores .valor h3 {
  color: #ffffff;
  text-align: center;
  font-family: "AvenirBlack";
}

.ecofriendly {
  min-height: 80vh;
  padding-block: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: white url(../../images/nosotros/eco.jpg) no-repeat;
  background-position: bottom left;
  background-size: 100%;
}
.ecofriendly .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.ecofriendly .col:last-child {
  width: 100%;
  max-width: 450px;
}
.ecofriendly .col div {
  width: 100%;
  background: #004C97;
  border-radius: 20px 0 20px 0;
  padding: 2rem;
}
.ecofriendly .col div p {
  font-family: "AvenirMedium";
  color: #ffffff;
  font-size: 1.25rem;
}
@media (max-width: 1562px) {
  .ecofriendly .col div p {
    font-size: 1.1rem;
  }
}
.ecofriendly .col a {
  margin-top: 30px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  border: 2px solid #6CC24A;
  min-height: 56px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1.45rem;
  width: 100%;
  max-width: 222px;
}
.ecofriendly .col a:hover {
  background: transparent;
  color: #6CC24A;
}
@media (max-width: 1562px) {
  .ecofriendly .col a {
    min-height: 50px;
    font-size: 1.3rem;
    width: 100%;
    max-width: 190px;
  }
}
.ecofriendly h2 {
  color: #6CC24A;
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  font-family: "AmpleAlt";
  margin-bottom: 3rem;
  position: relative;
  width: -moz-min-content;
  width: min-content;
}
.ecofriendly h2::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: #6CC24A;
  border-radius: 20px 0 20px 0;
  width: 100%;
  height: 6px;
}

.mvision {
  padding-block: 5rem;
}
.mvision .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media (max-width: 1024px) {
  .mvision .row {
    flex-direction: column;
    gap: 2rem;
  }
}
.mvision .row .col {
  width: 47.5%;
}
@media (max-width: 1024px) {
  .mvision .row .col {
    width: 100%;
  }
}

.contenido_texto .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media (max-width: 1024px) {
  .contenido_texto .row {
    flex-direction: column;
    gap: 3rem;
  }
}
.contenido_texto .row .col {
  position: relative;
}
.contenido_texto .row .col img {
  width: 100%;
}
.contenido_texto .row .col .contenido div {
  background: #807E7E;
  border-radius: 20px;
  padding: 2rem;
}
.contenido_texto .row p {
  color: #ffffff;
  font-family: "AvenirMedium";
  font-size: 1.3rem;
  line-height: 1.4em;
}
@media (max-width: 1562px) {
  .contenido_texto .row p {
    font-size: 1.15rem;
  }
}
.contenido_texto .row h2 {
  color: #6CC24A;
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  font-family: "AmpleAlt";
  margin-bottom: 3rem;
  position: relative;
}
.contenido_texto .row h2::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: #807E7E;
  border-radius: 20px 0 20px 0;
  width: 100%;
  height: 6px;
}
.contenido_texto .row .contenido {
  width: 100%;
  max-width: 530px;
}

.contenido_1 {
  padding: 6rem 0 4.5rem;
}
@media (max-width: 1024px) {
  .contenido_1 .contenedor {
    width: min(88%, 1500px);
    margin: auto !important;
  }
}
.contenido_1 .row .col:nth-child(1) {
  width: 55%;
}
@media (max-width: 1024px) {
  .contenido_1 .row .col:nth-child(1) {
    width: 100%;
  }
}
.contenido_1 .row .col:nth-child(1) img {
  border-radius: 0 20px 20px 0;
}
.contenido_1 .row .col:nth-child(1)::before {
  content: "";
  position: absolute;
  background: #EEEEEE;
  width: calc(100% + 10px);
  height: 100%;
  border-radius: 0 20px 20px 0;
  top: -10px;
  left: 0;
  z-index: -1;
}
.contenido_1 .row .col:nth-child(2) {
  width: 45%;
}
@media (max-width: 1024px) {
  .contenido_1 .row .col:nth-child(2) {
    width: 100%;
  }
}
.contenido_1 .row .col:nth-child(2) div {
  width: 100%;
}
.contenido_1 .row h2 {
  width: 100%;
  max-width: 380px;
}
.contenido_1 .row .contenido {
  margin: 0 0 0 auto;
}

.contenido_2 {
  padding: 4.5rem 0 6.5rem;
}
@media (max-width: 1024px) {
  .contenido_2 .contenedor {
    width: min(88%, 1500px);
    margin: auto !important;
  }
}
.contenido_2 .row .col:nth-child(1) {
  width: 45%;
}
@media (max-width: 1024px) {
  .contenido_2 .row .col:nth-child(1) {
    width: 100%;
  }
}
.contenido_2 .row .col:nth-child(1) div {
  width: 100%;
}
.contenido_2 .row .col:nth-child(2) {
  width: 55%;
}
@media (max-width: 1024px) {
  .contenido_2 .row .col:nth-child(2) {
    width: 100%;
  }
}
.contenido_2 .row .col:nth-child(2) img {
  border-radius: 20px 0 0 20px;
}
.contenido_2 .row .col:nth-child(2)::before {
  content: "";
  position: absolute;
  background: #EEEEEE;
  width: calc(100% + 10px);
  height: 100%;
  border-radius: 20px 0 0 20px;
  top: -10px;
  right: 0;
  z-index: -1;
}
.contenido_2 .row h2 {
  width: 100%;
  max-width: 460px;
}
.contenido_2 .row .contenido {
  margin: 0;
}

.articulos_blog {
  padding: 3.5rem 0 5.5rem;
}
.articulos_blog .busqueda_avanzada {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .articulos_blog .busqueda_avanzada {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    gap: 20px;
  }
}
.articulos_blog .busqueda_contenido {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 36px 16px;
}
@media (max-width: 1024px) {
  .articulos_blog .busqueda_contenido {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 36px 16px;
  }
}
@media (max-width: 768px) {
  .articulos_blog .busqueda_contenido {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 36px 16px;
  }
}
.articulos_blog .busqueda_contenido .post {
  margin-inline: auto;
  width: 100% !important;
  max-width: 100% !important;
}

.filtros {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media (max-width: 1024px) {
  .filtros {
    gap: 20px;
  }
}
.filtros button {
  height: 100%;
  padding: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #6CC24A;
  background: transparent;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 76, 151, 0.1607843137);
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .filtros button {
    flex-direction: column;
  }
}
.filtros button select {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.filtros button select, .filtros button option {
  width: 100%;
  border-radius: 0 !important;
  font-family: "AvenirMedium";
}
.filtros button option {
  padding: 4px;
  color: #004C97;
}
.filtros button img {
  width: 100%;
  max-width: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 1562px) {
  .filtros button img {
    width: 100%;
    max-width: 22px;
  }
}
.filtros button p {
  font-family: "AvenirHeavy";
  color: #004C97;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
@media (max-width: 1562px) {
  .filtros button p {
    font-size: 1.05rem;
  }
}
.filtros button:active, .filtros button:hover {
  border-color: #004C97;
  background: #004C97;
}
.filtros button:active p, .filtros button:hover p {
  color: #ffffff;
}
.filtros button:active img, .filtros button:hover img {
  filter: brightness(100);
}

.listado_departamentos {
  padding-top: 5rem;
}
.listado_departamentos .contenedor_depas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px 40px;
}
@media (max-width: 1024px) {
  .listado_departamentos .contenedor_depas {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px 40px;
  }
}

.compra_terrenos {
  padding: 4rem 0 2rem;
}
@media (max-width: 1024px) {
  .compra_terrenos .contenedor.side.right {
    width: min(88%, 1500px);
    margin: auto;
  }
}
.compra_terrenos .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px 0;
}
@media (max-width: 1024px) {
  .compra_terrenos .row {
    flex-direction: column;
  }
}
.compra_terrenos .row .col:nth-child(1) {
  width: 44%;
  max-width: 450px;
}
@media (max-width: 1024px) {
  .compra_terrenos .row .col:nth-child(1) {
    width: 100%;
  }
}
.compra_terrenos .row .col:nth-child(1) div {
  background: #807E7E;
  padding: 1.75rem;
  border-radius: 20px;
}
.compra_terrenos .row .col:nth-child(1) p {
  color: #ffffff;
  font-family: "AvenirMedium";
  font-size: 1.4rem;
  line-height: 1.3em;
}
@media (max-width: 1562px) {
  .compra_terrenos .row .col:nth-child(1) p {
    font-size: 1.15rem;
  }
}
.compra_terrenos .row .col:nth-child(2) {
  width: 55%;
}
@media (max-width: 1024px) {
  .compra_terrenos .row .col:nth-child(2) {
    width: 100%;
  }
}
.compra_terrenos .row img {
  width: 100%;
  border-radius: 20px 0 0 20px;
}
.compra_terrenos h2 {
  color: #6CC24A;
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  font-family: "AmpleAlt";
  margin-bottom: 1.65rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 405px;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
.compra_terrenos h2::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: #807E7E;
  border-radius: 20px 0 20px 0;
  width: 100%;
  height: 6px;
}

.single_banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding-block: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: calc(56vh + 132px);
}
.single_banner .contenedor {
  margin-top: 132px;
}
@media (max-width: 1562px) {
  .single_banner {
    height: calc(56vh - 120px);
  }
  .single_banner .contenedor {
    margin-top: 120px;
  }
}
@media (max-width: 1024px) {
  .single_banner {
    height: calc(56vh - 100px);
  }
  .single_banner .contenedor {
    margin-top: 100px;
  }
}
.single_banner p, .single_banner h1 {
  color: #ffffff;
}
.single_banner h1 {
  font-family: "AmpleAlt";
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  font-size: 3.25rem;
  margin: 0;
}
@media (max-width: 1562px) {
  .single_banner h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1024px) {
  .single_banner h1 {
    font-size: 2.1rem;
  }
}
.single_banner p {
  font-family: "AvenirBook";
  width: 100%;
  max-width: 620px;
  line-height: 1.4em;
  margin: 1.75rem 0 2rem;
}
@media (max-width: 1562px) {
  .single_banner p {
    margin: 1rem 0 1.5rem;
  }
}
.single_body {
  padding: 4.5rem 0 2rem;
  background: url(../../images/single/fondo.jpg) no-repeat;
  background-size: cover;
}
.single_body .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.single_body aside {
  width: 100%;
  max-width: 300px;
}
.single_body aside a {
  width: 100% !important;
  max-width: 100% !important;
}
.single_body aside a:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  .single_body aside {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
  .single_body aside a {
    max-width: 30% !important;
  }
}
@media (max-width: 942px) {
  .single_body aside {
    max-width: 300px;
    margin: 0 auto;
  }
  .single_body aside a {
    max-width: 100% !important;
  }
}
.single_body .col-8 {
  width: 100%;
  max-width: calc(100% - 375px);
}
@media (max-width: 1200px) {
  .single_body .col-8 {
    max-width: 100%;
  }
}
.single_body .contenido {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
  width: 100%;
  padding: 40px 36px;
  border-radius: 12px;
  background: #ffffff;
}
.single_body .contenido li, .single_body .contenido p, .single_body .contenido span, .single_body .contenido a, .single_body .contenido b, .single_body .contenido strong {
  font-family: "AvenirBook";
  color: #707070;
  line-height: 1.4em;
}
.single_body .contenido p {
  margin-bottom: 18px;
}
.single_body .contenido ul li:not(:last-child), .single_body .contenido ol li:not(:last-child) {
  margin-bottom: 6px;
}
.single_body .contenido img {
  width: 100%;
}
.single_body .contenido .wp-caption {
  margin-block: 30px;
  width: 100% !important;
}
.single_body .contenido .wp-caption-text {
  display: block;
  width: 100%;
  background: #004C97;
  padding: 16px 14px;
  font-style: italic;
  color: #ffffff;
  line-height: 1.2em;
}
.single_body .contenido > a {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  border: 2px solid #6CC24A;
  min-height: 64px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1.3rem;
  width: 100%;
  max-width: 200px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
  margin-inline: auto;
  border-radius: 0 20px 0 20px !important;
}
.single_body .contenido > a:hover {
  background: transparent;
  color: #6CC24A;
}
@media (max-width: 1562px) {
  .single_body .contenido > a {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 20px 0;
    background: #6CC24A;
    border: 2px solid #6CC24A;
    min-height: 56px;
    color: #ffffff;
    font-family: "AvenirHeavy";
    text-align: center;
    font-size: 1.15rem;
    width: 100%;
    max-width: 190px;
  }
  .single_body .contenido > a:hover {
    background: transparent;
    color: #6CC24A;
  }
}
.single_body .hr {
  margin-top: 2rem;
  width: 100%;
  height: 2px;
  display: block;
  background: #6CC24A;
  margin-bottom: 3.5rem;
}

a.back {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
  margin: 0;
}
a.back ion-icon {
  width: 30px;
  height: 30px;
  color: #ffffff;
}
a.back p {
  color: #ffffff;
  font-family: "AvenirMedium";
  margin: 0;
}

.depa_banner {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  min-height: calc(69vh + 132px);
}
.depa_banner .contenedor {
  margin-top: 132px;
}
@media (max-width: 1562px) {
  .depa_banner {
    height: calc(69vh - 120px);
  }
  .depa_banner .contenedor {
    margin-top: 120px;
  }
}
@media (max-width: 1024px) {
  .depa_banner {
    height: calc(69vh - 100px);
  }
  .depa_banner .contenedor {
    margin-top: 100px;
  }
}
.depa_banner .ubication {
  align-items: flex-start;
}
.depa_banner .ubication .info {
  width: 100%;
  max-width: 290px;
}
@media (max-width: 1024px) {
  .depa_banner .ubication .info {
    width: 100%;
    max-width: 220px;
  }
}
.depa_banner .ubication .info p {
  text-align: center;
  font-size: 1.65rem;
}
@media (max-width: 1024px) {
  .depa_banner .ubication .info p {
    font-size: 1.35rem;
  }
}
.depa_banner .ubication .place-2 {
  border-radius: 20px 0 20px 0;
  background: #004C97;
  margin: 0 !important;
  width: 100%;
  max-width: 225px;
}
@media (max-width: 1024px) {
  .depa_banner .ubication .place-2 {
    width: 100%;
    max-width: 180px;
  }
}
.depa_banner .ubication .place-2 p {
  color: #ffffff;
  font-size: 2.15rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .depa_banner .ubication .place-2 p {
    font-size: 1.6rem;
  }
}

.hero_img {
  padding: 5rem 0 4rem;
}
.hero_img .vistas img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
}
.hero_img .xl {
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
  padding: 1.5rem 3rem;
  border-radius: 0 0 20px 20px;
}
.hero_img .depa_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 10px;
}
@media (max-width: 1562px) {
  .hero_img .depa_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .hero_img .depa_info img {
    width: 100%;
    max-width: 46px;
    max-height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.hero_img .depa_info p {
  font-family: "AvenirMedium";
}
.hero_img .depa_info p b {
  font-family: "AvenirHeavy";
  display: block;
}
.hero_img .depa_info div:has(> p) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 10px;
  flex-wrap: nowrap;
}
.hero_img .depa_info div:has(> p) p {
  max-width: 220px;
  color: #004C97;
}
.hero_img .waze {
  background: #004C97;
  border-color: #004C97;
  padding-inline: 30px;
}
@media (max-width: 1562px) {
  .hero_img .waze {
    padding-inline: 16px;
  }
}
.hero_img .waze img {
  max-width: 36px;
}
.hero_img .waze:hover {
  background: #6CC24A;
  border-color: #6CC24A;
}
.hero_img .download {
  gap: 10px;
  padding-inline: 20px;
}
@media (max-width: 1562px) {
  .hero_img .download {
    padding-inline: 16px;
  }
}
.hero_img .download img {
  filter: brightness(100);
  max-width: 28px;
}
.hero_img .download:hover img {
  filter: none;
}
.hero_img a {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  border: 2px solid #6CC24A;
  min-height: 64px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1.4rem;
  border-radius: 0 20px 0 20px;
}
.hero_img a:hover {
  background: transparent;
  color: #6CC24A;
}

.caracteristicas {
  padding: 2.5rem 0 4.25rem;
}
.caracteristicas h2 {
  color: #ffffff;
  font-family: "AvenirHeavy";
  margin-bottom: 3rem;
  font-size: 1.5rem;
}
@media (max-width: 1562px) {
  .caracteristicas h2 {
    font-size: 1.4rem;
  }
}
.caracteristicas_caja {
  min-height: 40vh;
  background: #807E7E;
  border-radius: 75px;
  padding: 3.25rem;
}
@media (max-width: 1562px) {
  .caracteristicas_caja {
    border-radius: 40px;
  }
}
.caracteristicas-contenedor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 42px 30px;
}
.caracteristicas .caracteristica {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  max-width: 450px;
}
.caracteristicas .caracteristica img {
  display: block;
  width: 86px;
  height: 86px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1562px) {
  .caracteristicas .caracteristica img {
    display: block;
    width: 76px;
    height: 76px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.caracteristicas .caracteristica div {
  width: calc(100% - 102px);
}
@media (max-width: 1562px) {
  .caracteristicas .caracteristica div {
    width: calc(100% - 92px);
  }
}
.caracteristicas .caracteristica div h3 {
  color: #6CC24A;
  font-family: "AvenirBlack";
  font-size: 1.3rem;
}
@media (max-width: 1562px) {
  .caracteristicas .caracteristica div h3 {
    font-size: 1.2rem;
  }
}
.caracteristicas .caracteristica div p {
  color: #ffffff;
  font-family: "AvenirMedium";
  font-weight: 100;
  line-height: 1.4em;
}

.planos {
  padding: 5rem 0;
}
.planos .wpcf7 form.invalid .wpcf7-response-output {
  color: #ffffff;
  margin: 10px;
}
.planos h2 {
  color: #6CC24A;
  text-align: center;
  font-family: "AmpleAlt";
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  margin-bottom: 3rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.planos h2::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: #807E7E;
  border-radius: 20px 0 20px 0;
  width: 100%;
  height: 6px;
}
.planos .contact_planos {
  background: #004C97;
  box-shadow: 0 3px 15px rgba(0, 76, 151, 0.4);
  border-radius: 30px;
  padding: 2.5rem;
}
@media (max-width: 1024px) {
  .planos .contact_planos {
    padding: 2rem;
  }
}
.planos .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1024px) {
  .planos .row {
    flex-direction: column-reverse;
  }
}
.planos .row .col:nth-child(1) {
  width: calc(33% - 20px);
}
.planos .row .col:nth-child(2) {
  width: 66%;
}
@media (max-width: 1024px) {
  .planos .row .col {
    width: 100% !important;
  }
}
.planos .row .col > p {
  color: #ffffff;
  font-family: "AvenirBook";
  margin-bottom: 20px;
}
.planos .canvas {
  border-radius: 6px;
  border: 1px solid #6CC24A;
  background: #ffffff;
  padding: 10px 16px;
  /*min-height: 400px;*/
  /*height: 77vh;*/
  height: auto;
}
.planos .canvas img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-inline: auto;
}
.planos .canvas > div {
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #004C97;
  width: 100%;
  max-width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 10px;
}
.planos .canvas > div p {
  color: #ffffff;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  font-family: "AmpleAlt";
  text-align: center;
}
.planos .canvas:hover > div {
  opacity: 1;
}
.planos .esquema {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  margin-bottom: 16px;
}
.planos .esquema .dormitorios {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.planos .esquema .dormitorios button {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  border: 2px solid #6CC24A;
  min-height: 56px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1.3rem;
  width: 100%;
  max-width: calc(33.3333333333% - 8px);
  background: #ffffff;
  border-color: #ffffff;
  color: #004C97;
}
.planos .esquema .dormitorios button:hover {
  background: transparent;
  color: #6CC24A;
}
@media (max-width: 1562px) {
  .planos .esquema .dormitorios button {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 20px 0;
    background: #6CC24A;
    border: 2px solid #6CC24A;
    min-height: 50px;
    color: #ffffff;
    font-family: "AvenirHeavy";
    text-align: center;
    font-size: 1.15rem;
    background: #ffffff;
    border-color: #ffffff;
    color: #004C97;
  }
  .planos .esquema .dormitorios button:hover {
    background: transparent;
    color: #6CC24A;
  }
}
@media (max-width: 1024px) {
  .planos .esquema .dormitorios button {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 20px 0;
    background: #6CC24A;
    border: 2px solid #6CC24A;
    min-height: 44px;
    color: #ffffff;
    font-family: "AvenirHeavy";
    text-align: center;
    font-size: 1.075rem;
    background: #ffffff;
    border-color: #ffffff;
    color: #004C97;
  }
  .planos .esquema .dormitorios button:hover {
    background: transparent;
    color: #6CC24A;
  }
}
.planos .esquema .dormitorios button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #004C97;
}
.planos .esquema .dormitorios button.active {
  background: #6CC24A;
  border-color: #6CC24A;
  color: #ffffff;
}
.planos .esquema .dormitorios button.active:hover {
  background: #6CC24A;
  border-color: #6CC24A;
  color: #ffffff;
}
.planos .asesor {
  margin: 14px auto 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: #807E7E;
  border-radius: 20px 0 20px 0;
  padding: 9px;
}
.planos .asesor img {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 1562px) {
  .planos .asesor img {
    width: 100%;
    max-width: 68px;
  }
}
.planos .asesor div p {
  color: #ffffff;
  font-family: "AvenirMedium";
  font-weight: 100;
}
.planos .asesor div p:first-child {
  font-family: "AvenirHeavy";
  font-weight: bold;
}

.custom-select {
  position: relative;
  z-index: 2;
  border-top-left-radius: 16px;
}
.custom-select select {
  display: none;
}
.custom-select .select-styled {
  border-radius: 16px 0 16px 0;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #ffffff;
  padding: 5px 16px;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
}
.custom-select .select-styled ion-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #004C97;
}
.custom-select .select-styled img {
  width: 100%;
  max-width: 34px;
}
.custom-select .select-styled p {
  color: #004C97;
  font-family: "AvenirHeavy";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.custom-select .select-styled:hover {
  background: #EDFFE6;
}
.custom-select .select-options {
  width: calc(100% + 1px);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #6CC24A;
  border-top: none;
  padding: 2px 4px;
}
.custom-select .select-options:not(.open) {
  display: none;
}
.custom-select .select-options li {
  padding: 10px;
  padding-left: 30px;
  cursor: pointer;
  font-family: "AvenirBook";
  transition: all 0.3s ease;
  font-weight: 400;
  color: #004C97;
}
.custom-select .select-options li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 76, 151, 0.3);
}
.custom-select .select-options li:hover {
  background-color: #f4f4f4;
}
.custom-select .select-options li.none {
  display: none;
}
.custom-select:has(.open) {
  background: #ffffff;
  border-right: 1px solid #6CC24A;
}
.custom-select:has(.open) .select-styled {
  background: #6CC24A;
}
.custom-select:has(.open) .select-styled p {
  color: #ffffff;
}
.custom-select.scroll .select-options {
  max-height: 400px;
  overflow-y: scroll;
}

.visitanos {
  padding: 3rem 0 5rem;
}
.visitanos h2 {
  color: #6CC24A;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-family: "AmpleSoftRegular";
}
.visitanos h2::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: #807E7E;
  border-radius: 20px 0 20px 0;
  width: 100%;
  height: 6px;
}
.visitanos h2 b {
  font-family: "AmpleAlt";
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  font-weight: bold;
  display: block;
}
.visitanos ul {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .visitanos ul {
    width: 100%;
    max-width: 550px;
  }
}
.visitanos ul li {
  width: 100%;
  border-radius: 75px;
  background: #807E7E;
  padding: 14px 46px;
  min-height: 94px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
@media (max-width: 1562px) {
  .visitanos ul li {
    min-height: 88px;
  }
}
@media (max-width: 1024px) {
  .visitanos ul li {
    min-height: 80px;
    padding: 8px 40px;
  }
}
.visitanos ul li:not(:last-child) {
  margin-bottom: 12px;
}
.visitanos ul li i {
  font-size: 30px;
  color: #6CC24A;
}
@media (max-width: 1024px) {
  .visitanos ul li i {
    font-size: 26px;
  }
}
.visitanos ul li h3 {
  color: #ffffff;
  font-family: "AvenirBlack";
}

.dreams {
  min-height: 73vh;
  padding-block: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
@media (max-width: 768px) {
  .dreams {
    min-height: 58vh;
    background-position: center right !important;
  }
}
.dreams .contenedor {
  position: relative;
}
.dreams .rombo {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40vh;
}
@media (max-width: 768px) {
  .dreams .rombo {
    display: none;
  }
}
.dreams_contenido {
  padding-left: 10%;
}
@media (max-width: 768px) {
  .dreams_contenido {
    padding-left: 0;
  }
}
.dreams h2 {
  color: #ffffff;
  font-family: "AmpleAlt";
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  max-width: 360px;
}
@media (max-width: 1562px) {
  .dreams h2 {
    max-width: 300px;
  }
}
.dreams a {
  margin-top: 12px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  border: 2px solid #6CC24A;
  min-height: 44px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1.15rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0px 20px;
  padding-inline: 20px;
}
.dreams a:hover {
  background: transparent;
  color: #6CC24A;
}
.dreams a:hover {
  color: #ffffff;
}

.avance_obra {
  background: transparent;
  padding: 4rem 0;
}
.avance_obra h2 {
  color: #6CC24A;
  text-align: center;
  font-family: "AmpleAlt";
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  margin-bottom: 2.5rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.avance_obra h2::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: #807E7E;
  border-radius: 20px 0 20px 0;
  width: 100%;
  height: 6px;
}

.masonry {
  width: 100%;
  overflow: hidden;
}
.masonry_item {
  font-size: 0;
}
.masonry_item a, .masonry_item img {
  display: block;
  width: 100%;
}
.masonry_item img {
  height: auto;
  border-radius: 7px;
}

.maps .actions {
  top: 0;
  left: 0;
}
@media (max-width: 942px) {
  .maps .actions {
    left: 10px;
  }
}
.maps .actions > div {
  margin-bottom: 16px;
  margin-left: 100px;
}
@media (max-width: 942px) {
  .maps .actions > div {
    margin-left: 0;
    margin-bottom: 12px;
  }
}
.maps .actions a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0 100px 100px 0;
  border: 2px solid transparent;
  border-left: none !important;
  margin: 0;
}
@media (max-width: 942px) {
  .maps .actions a {
    border-radius: 50%;
  }
}
.maps .actions a:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 942px) {
  .maps .actions a:not(:last-child) {
    margin-bottom: 2px;
  }
}
.maps .actions a div {
  margin: 0;
  transition: all 0.3s ease;
}
.maps .actions a div:nth-child(1) {
  opacity: 0;
  pointer-events: none;
  padding-inline: 24px 14px;
}
.maps .actions a div:nth-child(1) p {
  color: #ffffff;
  font-family: "AmpleAlt";
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  text-align: left;
  width: 79px;
  font-size: 14px;
  line-height: 1em;
}
@media (max-width: 1562px) {
  .maps .actions a div:nth-child(1) p {
    width: 67px;
    font-size: 12px;
    line-height: 1em;
  }
}
@media (max-width: 942px) {
  .maps .actions a div:nth-child(1) {
    display: none;
  }
}
.maps .actions a div:nth-child(2) {
  border-radius: 50%;
  border: 2px solid #ccc;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
  display: grid;
  place-items: center;
  padding: 10px;
  display: block;
  width: 62px;
  height: 62px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1562px) {
  .maps .actions a div:nth-child(2) {
    display: block;
    width: 48px;
    height: 48px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 942px) {
  .maps .actions a div:nth-child(2) {
    display: block;
    width: 44px;
    height: 44px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.maps .actions a div:nth-child(2) img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.maps .actions a.waze div:nth-child(2) {
  background: #ffffff;
}
.maps .actions a.maps div:nth-child(2) {
  background: #15CCFF;
}
.maps .actions a:hover {
  background: #6CC24A;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
  border-color: #ccc;
}
.maps .actions a:hover div:nth-child(1) {
  opacity: 1;
  pointer-events: all;
}
.maps .actions a:hover div:nth-child(2) {
  border-color: transparent;
  box-shadow: none !important;
  background: #6CC24A !important;
}

.gslide-image img {
  border-radius: 10px;
}

.politicas {
  padding: calc(3rem + 132px) 0 3rem;
}
@media (max-width: 1562px) {
  .politicas {
    padding: calc(3rem + 120px) 0 3rem;
  }
}
@media (max-width: 1024px) {
  .politicas {
    padding: calc(3rem + 100px) 0 3rem;
  }
}
.politicas .tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
@media (max-width: 1200px) {
  .politicas .tab {
    margin-bottom: 20px;
  }
}
.politicas .tab button {
  background: #004C97;
  border: 1px solid #004C97;
  border-bottom: none !important;
  text-transform: uppercase;
  min-height: 60px;
  position: relative;
  border-radius: 30px 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 140px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .politicas .tab button {
    border-radius: 0 !important;
  }
}
.politicas .tab button p {
  color: #ffffff;
  font-family: "AvenirBlack";
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  max-width: 120px;
  font-size: 0.8rem;
}
.politicas .tab button::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  width: calc(100% - 1px);
  height: 1px;
  background: #807E7E;
}
@media (max-width: 1200px) {
  .politicas .tab button::before {
    display: none !important;
  }
}
.politicas .tab button.active {
  background: #807E7E;
  border-color: #6CC24A;
}
@media (max-width: 1200px) {
  .politicas .tab button.active {
    border-color: #807E7E;
  }
}
.politicas .tab button.active p {
  color: #6CC24A;
}
.politicas .tab_content {
  padding: 3rem;
  display: none;
  transition: all 0.3s ease;
  background: #807E7E;
  border: 1px solid #6CC24A;
  border-radius: 30px;
  border-top-left-radius: 0;
}
@media (max-width: 1024px) {
  .politicas .tab_content {
    padding: 2rem;
  }
}
@media (max-width: 942px) {
  .politicas .tab_content {
    padding: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .politicas .tab_content {
    border-radius: 0 !important;
  }
}
.politicas .tab_content p {
  margin-bottom: 14px;
  font-weight: 100;
  line-height: 1.4em;
}
.politicas .tab_content ul, .politicas .tab_content ol {
  margin-left: 21px;
  margin-bottom: 14px;
}
.politicas .tab_content ul li:not(:last-child), .politicas .tab_content ol li:not(:last-child) {
  margin-bottom: 10px;
}
.politicas .tab_content p, .politicas .tab_content li, .politicas .tab_content span, .politicas .tab_content b, .politicas .tab_content strong, .politicas .tab_content small, .politicas .tab_content h1, .politicas .tab_content h2, .politicas .tab_content h3, .politicas .tab_content h4, .politicas .tab_content h5, .politicas .tab_content h6 {
  color: #ffffff;
  font-family: "AvenirMedium";
}
.politicas .tab_content h1, .politicas .tab_content h2, .politicas .tab_content h3, .politicas .tab_content h4, .politicas .tab_content h5, .politicas .tab_content h6 {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 22px;
}
@media (max-width: 942px) {
  .politicas .tab_content h1, .politicas .tab_content h2, .politicas .tab_content h3, .politicas .tab_content h4, .politicas .tab_content h5, .politicas .tab_content h6 {
    font-size: 1.2rem;
  }
}
.politicas .tab_content b, .politicas .tab_content strong {
  font-family: "AvenirBlack";
}

.proyectos_entregados {
  padding: 4rem 0 7.5rem;
}
.proyectos_entregados .contenedor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .proyectos_entregados .contenedor {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}

.familia {
  background: url(../../images/entregados/banner_familia.webp) no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 400px;
  padding-block: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
}
@media (max-width: 1562px) {
  .familia {
    min-height: 330px;
  }
}
.familia h2 {
  color: #004C97;
  font-family: "AmpleSoftRegular";
  font-weight: 100;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.familia h2 strong, .familia h2 b {
  display: block;
  color: #004C97;
  font-family: "AmpleAlt";
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
}
.familia h2 span {
  font-family: "AmpleAlt";
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  color: #6CC24A;
}
.familia a {
  margin-top: 30px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  border: 2px solid #6CC24A;
  min-height: 56px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1.5rem;
  width: 100%;
  max-width: 200px;
}
.familia a:hover {
  background: transparent;
  color: #6CC24A;
}
@media (max-width: 1562px) {
  .familia a {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 20px 0;
    background: #6CC24A;
    border: 2px solid #6CC24A;
    min-height: 48px;
    color: #ffffff;
    font-family: "AvenirHeavy";
    text-align: center;
    font-size: 1.3rem;
    width: 100%;
    max-width: 180px;
  }
  .familia a:hover {
    background: transparent;
    color: #6CC24A;
  }
}

.nuevo_paso {
  margin-top: 6rem;
  margin-bottom: 2rem;
  min-height: 111vh;
  padding-block: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  background: url(../../images/proximos/banner_contacto.jpg) no-repeat;
  background-size: cover;
  background-position: top;
}
.nuevo_paso .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px 0;
}
@media (max-width: 1024px) {
  .nuevo_paso .row {
    flex-direction: column;
  }
}
.nuevo_paso .row .col {
  width: 48%;
}
@media (max-width: 1024px) {
  .nuevo_paso .row .col {
    width: 100%;
  }
}
.nuevo_paso h2 {
  color: #004C97;
  text-align: left;
  margin-bottom: 1.65rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "AmpleSoftRegular";
  font-weight: 100;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 3.25rem;
}
.nuevo_paso h2::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: #6CC24A;
  border-radius: 20px 0 20px 0;
  width: 100%;
  height: 6px;
}
@media (max-width: 1562px) {
  .nuevo_paso h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 942px) {
  .nuevo_paso h2 {
    font-size: 2.35rem;
  }
}
@media (max-width: 768px) {
  .nuevo_paso h2 {
    font-size: 1.9rem;
  }
}
.nuevo_paso h2 b, .nuevo_paso h2 strong {
  display: block;
  font-family: "AmpleAlt";
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  font-weight: bold;
}

.contacto {
  padding: 6rem 0 0;
}
.contacto .contact_form .fields span:nth-child(1), .contacto .contact_form .fields span:nth-child(4) {
  width: 100%;
}
.contacto .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media (max-width: 1024px) {
  .contacto .row {
    flex-direction: column;
    gap: 2rem;
  }
}
.contacto .row .col:nth-child(1) {
  width: 44%;
}
@media (max-width: 1024px) {
  .contacto .row .col:nth-child(1) {
    width: 100%;
  }
}
.contacto .row .col:nth-child(2) {
  width: 53%;
}
@media (max-width: 1024px) {
  .contacto .row .col:nth-child(2) {
    width: 100%;
  }
}
.contacto .row .col iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
}
.contacto_info {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  background: #807E7E;
  border-radius: 20px;
  padding: 3rem 2.5rem;
}
.contacto_info ul {
  list-style: none;
}
.contacto_info ul li:not(:last-child) {
  margin-bottom: 24px;
}
.contacto_info ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: nowrap;
}
.contacto_info ul li div {
  width: 56px;
  height: 56px;
  aspect-ratio: 1/1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
  border-radius: 50%;
}
@media (max-width: 1562px) {
  .contacto_info ul li div {
    width: 48px;
    height: 48px;
  }
}
.contacto_info ul li div i {
  color: #6CC24A;
  font-size: 24px;
}
@media (max-width: 1562px) {
  .contacto_info ul li div i {
    font-size: 20px;
  }
}
.contacto_info ul li p {
  color: #ffffff;
  font-family: "AvenirMedium";
  font-size: 2rem;
  width: 100%;
  max-width: 430px;
}
@media (max-width: 1562px) {
  .contacto_info ul li p {
    font-size: 1.4rem;
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 1024px) {
  .contacto_info ul li p {
    font-size: 1.25rem;
    word-break: break-all;
  }
}

.thanks {
  min-height: 101vh;
  background: url(../../images/contacto/bg.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-block: 2.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
}
.thanks .contenedor {
  margin-top: 132px;
}
@media (max-width: 1562px) {
  .thanks {
    height: calc(101vh - 120px);
  }
  .thanks .contenedor {
    margin-top: 120px;
  }
}
@media (max-width: 1024px) {
  .thanks {
    height: calc(101vh - 100px);
  }
  .thanks .contenedor {
    margin-top: 100px;
  }
}
.thanks .contenido {
  width: 100%;
  max-width: 470px;
}
.thanks .contenido > div {
  width: 100%;
}
.thanks .contenido h1 {
  color: #004C97;
  font-family: "AmpleSoftRegular";
  font-size: 2.75rem;
  margin-bottom: 1.4rem;
}
.thanks .contenido h1 b, .thanks .contenido h1 strong {
  display: block;
  color: #ffffff;
  font-family: "AmpleAlt";
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
}
.thanks .contenido h1 span {
  padding-left: 40px;
}
.thanks .contenido_titulo {
  background: #6CC24A;
  border-radius: 80px 0 80px 0;
  min-height: 260px;
  padding: 2rem;
}
.thanks .contenido_titulo p {
  text-align: center;
  color: #ffffff;
  font-family: "AvenirMedium";
}
.thanks .contenido_titulo a {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  border: 2px solid #6CC24A;
  min-height: 44px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1.1rem;
  width: 100%;
  max-width: 180px;
  background: #004C97;
  border-color: #004C97;
  margin: 14px auto 0;
}
.thanks .contenido_titulo a:hover {
  background: transparent;
  color: #6CC24A;
}
.thanks .contenido_titulo a:hover {
  color: #004C97;
}
.thanks .contenido_redes {
  margin-top: 30px;
}
.thanks .contenido_redes p {
  color: #004C97;
  font-family: "AvenirLight";
  text-align: center;
}
.thanks .contenido_redes ul {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
}
.thanks .contenido_redes ul li a {
  width: 46px;
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 2px solid #004C97;
  border-radius: 50%;
}
.thanks .contenido_redes ul li a i {
  font-size: 21px;
  color: #004C97;
  transition: all 0.3s ease;
}
.thanks .contenido_redes ul li a:hover {
  border-color: #6CC24A;
}
.thanks .contenido_redes ul li a:hover i {
  color: #6CC24A;
}

.w_options > p {
  flex-direction: column;
}
.w_options > p > span {
  width: 100% !important;
}
.w_options small {
  text-align: left;
  width: 100% !important;
}
.w_options small strong, .w_options small b {
  color: #6CC24A;
}

form:has(.w_options) .wpcf7-response-output {
  color: #ffffff !important;
}
form .content {
  margin: 8px 0 16px;
}
form .content p {
  color: #ffffff;
  font-family: "AvenirLight";
}
form .content p:not(:last-child) {
  margin-bottom: 8px;
}
form .content strong, form .content b {
  color: #6CC24A;
}
form .wpcf7-acceptance {
  display: block;
  margin: 1rem 0 2rem;
}
form .check .wpcf7-list-item {
  margin: 1rem 0 0 0 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
form .check .wpcf7-list-item.first {
  margin-right: 2rem !important;
}
form .check .wpcf7-list-item label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  display: flex !important;
  margin: 0 !important;
}
form .check .wpcf7-list-item span {
  color: #ffffff !important;
  font-family: "AvenirMedium";
}
form .check input[type=checkbox] {
  width: 24px !important;
  margin: 0 !important;
  max-width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px !important;
  max-height: 24px;
}

.establecimiento p {
  color: #ffffff;
  font-family: "AvenirMedium";
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}
.establecimiento p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.establecimiento > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 1.25rem;
}
.establecimiento > div p {
  margin: 0 !important;
}
.establecimiento .sel {
  width: 250px;
  height: 50px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.establecimiento .sel_box {
  cursor: pointer;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #6CC24A;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding-inline: 10px;
}
.establecimiento .sel_box i {
  color: #6CC24A;
  font-size: 26px;
}
.establecimiento .sel_box p {
  color: #004C97;
  font-size: 20px;
  font-family: "AvenirHeavy";
}
.establecimiento .sel:has(select:focus) .sel_box {
  background: #004C97;
  border-color: #004C97;
}
.establecimiento .sel:has(select:focus) .sel_box i,
.establecimiento .sel:has(select:focus) .sel_box p {
  color: #ffffff;
}
.establecimiento .sel select {
  position: absolute;
  inset: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.establecimiento .sel select option {
  color: #004C97;
}

.wpcf7-response-output {
  font-family: "AvenirMedium";
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: transparent;
  box-shadow: none;
  height: 132px;
  transition: all 0.3s ease;
}
header.scrolled {
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
}
header.scrolled .navbar ul li:not(:last-child) a {
  color: #004C97 !important;
}
header.scrolled .burger div, header.scrolled #burger div {
  background: #004C97 !important;
}
@media (max-width: 1562px) {
  header {
    height: 120px;
  }
}
@media (max-width: 1024px) {
  header {
    height: 100px;
  }
}
header nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(108, 194, 74, 0.2);
  min-height: 40px;
}
header nav a {
  font-family: "AvenirBlack";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
header nav a p {
  font-size: 1.25rem;
  color: #004C97;
}
@media (max-width: 1562px) {
  header nav a p {
    font-size: 1.1rem;
  }
}
header .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
header .logo {
  width: 100%;
  max-width: 275px;
  transition: all 0.3s ease;
}
@media (max-width: 1562px) {
  header .logo {
    max-width: 225px;
  }
}
@media (max-width: 1024px) {
  header .logo {
    max-width: 150px;
  }
}
header > .contenedor {
  padding-block: 10px;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.navbar ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
@media (max-width: 1300px) {
  .navbar ul {
    display: none;
  }
}
.navbar ul a {
  font-size: 1.25rem;
  margin: 0;
  position: relative;
  font-family: "AvenirHeavy";
}
@media (max-width: 1562px) {
  .navbar ul a {
    font-size: 1.075rem;
  }
}
.navbar ul li:not(:last-child) a {
  color: #ffffff;
  transition: all 0.3s ease;
  padding: 0;
}
.navbar ul li:not(:last-child) a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  width: 0%;
  height: 2px;
  background: #6CC24A;
}
.navbar ul li:not(:last-child) a:hover::before {
  width: 100%;
}
.navbar ul li:last-child a {
  color: #ffffff;
  background: #6CC24A;
  border-radius: 20px 0 20px 0;
  border: 2px solid #6CC24A;
  padding: 5px 10px;
  transition: all 0.3s ease;
}
.navbar ul li:last-child a:hover {
  background: transparent;
  color: #6CC24A;
}

.burger, #burger {
  background: none;
  border: none;
  padding: 6px;
  margin: 0;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
  width: 30px;
}
.burger div, #burger div {
  transition: all 0.3s ease;
  width: 30px;
  height: 4px;
  border-radius: 200px;
  background: #ffffff;
}
.burger:hover div, #burger:hover div {
  width: 36px;
  margin-left: -3px;
}

.tel {
  display: flex;
  align-items: center;
}

.bg_aside {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: transparent;
  z-index: 11;
  display: none;
}
.bg_aside.active {
  display: block;
}

aside:not(.posts) {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 480px;
  right: -480px;
  background: rgba(0, 76, 151, 0.95);
  height: 100vh;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20vh;
  transition: all 0.3s ease;
  flex-direction: column;
}
@media (max-width: 1300px) {
  aside:not(.posts) {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  aside:not(.posts) {
    right: -100%;
    max-width: 100%;
  }
}
aside:not(.posts).active {
  right: 0;
}
aside:not(.posts) .toggle {
  position: absolute;
  top: 60px;
  right: 10%;
  background: none;
  border: none;
  padding: 6px;
}
aside:not(.posts) .toggle ion-icon {
  font-size: 40px;
  color: #ffffff;
}
aside:not(.posts) .ul_menu li {
  display: none;
}
aside:not(.posts) .ul_menu li:nth-child(-n+6) {
  display: block;
}
@media (max-width: 1300px) {
  aside:not(.posts) .ul_menu li {
    display: block;
  }
}
aside:not(.posts) .ul_menu li:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 1300px) {
  aside:not(.posts) .ul_menu li:not(:last-child) {
    margin-bottom: 8px;
  }
}
aside:not(.posts) .ul_menu li a {
  font-size: 1.35rem;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1562px) {
  aside:not(.posts) .ul_menu li a {
    font-size: 1.175rem;
  }
}
@media (max-width: 1024px) {
  aside:not(.posts) .ul_menu li a {
    font-size: 1.1rem;
  }
}
aside:not(.posts) .ul_menu li a:hover {
  color: #6CC24A;
  border-color: #6CC24A;
}
aside:not(.posts) ul {
  list-style: none;
}
aside:not(.posts) ul i, aside:not(.posts) ul a {
  color: #ffffff;
}
aside:not(.posts) ul a {
  font-family: "AvenirHeavy";
}
aside:not(.posts) ul.redes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  width: 100%;
  max-width: 200px;
}
aside:not(.posts) ul.redes li {
  width: -moz-fit-content;
  width: fit-content;
}
aside:not(.posts) ul.redes li a {
  width: 46px;
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
aside:not(.posts) ul.redes li a i {
  font-size: 21px;
  transition: all 0.3s ease;
}
aside:not(.posts) ul.redes li a:hover {
  border-color: #6CC24A;
}
aside:not(.posts) ul.redes li a:hover i {
  color: #6CC24A;
}

.card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
  position: relative;
  margin-bottom: 70px;
  border-radius: 20px 20px 0 0;
}
.card_image {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.card_image img {
  transition: all 0.3s ease;
}
.card > div {
  width: 100%;
}
.card_tag {
  position: absolute;
  top: -10px;
  transition: all 0.3s ease;
  right: -10px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.card_tag span {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  border: 2px solid #6CC24A;
  min-height: 54px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 28px;
}
.card_tag span:hover {
  background: transparent;
  color: #6CC24A;
}
@media (max-width: 1562px) {
  .card_tag span {
    min-height: 46px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .card_tag span {
    min-height: 42px;
    font-size: 1.075rem;
    padding-inline: 12px;
  }
}
.card_tag span:hover {
  background: #6CC24A;
  color: #ffffff;
}
.card_image img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.card_information {
  position: absolute;
  bottom: -60px;
  z-index: 3;
  overflow: hidden;
  left: 0;
  transition: all 0.3s ease;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
}
.card_information .w-100 {
  grid-column: span 2;
}
.card_information > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .card_information > div {
    gap: 10px;
  }
}
.card_information div:nth-child(1), .card_information div:nth-child(2), .card_information div:nth-child(4), .card_information div:nth-child(5) {
  padding-block: 10px;
}
.card_information div:nth-child(4) img, .card_information div:nth-child(5) img {
  max-width: 56px;
}
@media (max-width: 1024px) {
  .card_information div:nth-child(4) img, .card_information div:nth-child(5) img {
    max-width: 42px;
    max-height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.card_information div:nth-child(4) p, .card_information div:nth-child(5) p {
  font-family: "AvenirMedium";
  text-align: left;
}
.card_information div:nth-child(4) p b, .card_information div:nth-child(4) p strong, .card_information div:nth-child(4) p span, .card_information div:nth-child(5) p b, .card_information div:nth-child(5) p strong, .card_information div:nth-child(5) p span {
  display: block;
  font-family: "AvenirHeavy";
  font-weight: bolder;
}
@media (max-width: 1024px) {
  .card_information div:nth-child(4) p, .card_information div:nth-child(5) p {
    font-size: 14px;
  }
}
.card_information div:nth-child(6) {
  padding: 12px 0;
}
.card_marca {
  position: relative;
}
.card_marca img {
  width: 100%;
  max-width: 140px;
  max-height: 75px;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1562px) {
  .card_marca img {
    max-height: 65px;
  }
}
.card_marca::before {
  position: absolute;
  content: "";
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  background: #EEEEEE;
  width: 2px;
  height: 70px;
}
.card_ubicacion h3 {
  color: #004C97;
  text-align: center;
  font-size: 2.65rem;
  font-family: "AvenirBlack";
}
@media (max-width: 1562px) {
  .card_ubicacion h3 {
    font-size: 2.1rem;
  }
}
@media (max-width: 1024px) {
  .card_ubicacion h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .card_ubicacion h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .card_ubicacion h3 {
    font-size: 1.3rem;
  }
}
.card_direccion {
  background: #807E7E;
  min-height: 50px;
}
.card_direccion i {
  color: #6CC24A;
  font-size: 26px;
}
.card_direccion p {
  font-family: "AvenirBlack";
  color: #ffffff;
}
.card_boton {
  transition: all 0.3s ease;
  height: 1px;
}
.card_boton a {
  opacity: 0;
  pointer-events: none;
  color: #ffffff;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  font-family: "AvenirHeavy";
  transition: all 0.3s ease;
  width: 100%;
  max-width: 250px;
  text-align: center;
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .card_boton a {
    min-height: 44px;
    width: 100%;
    max-width: 190px;
  }
}
.card_boton a:hover {
  background: #004C97;
}
@media (max-width: 1024px) {
  .card_cuartos, .card_metros {
    flex-wrap: nowrap !important;
  }
}
.card:not(.no_hover):hover .card_tag {
  top: -18px;
}
.card:not(.no_hover):hover .card_image img {
  transform: scale(1.1);
}
.card:not(.no_hover):hover .card_information {
  padding-bottom: 60px;
}
.card:not(.no_hover):hover .card_boton a {
  opacity: 1;
  pointer-events: all;
}
.card.blur .card_image {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.card.blur .card_image img {
  filter: blur(10px) brightness(1.1);
}

.card_valor {
  width: 100%;
  position: relative;
  border-radius: 20px;
  height: 450px;
  cursor: pointer;
}
@media (max-width: 1562px) {
  .card_valor {
    height: 400px;
  }
}
.card_valor > div {
  width: 100%;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .card_valor > div {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.card_valor_front {
  flex-direction: column;
}
@media (max-width: 1024px) {
  .card_valor_front {
    opacity: 0;
  }
}
.card_valor_front img {
  filter: grayscale(100) brightness(100);
  display: block;
  width: 140px;
  height: 140px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1562px) {
  .card_valor_front img {
    display: block;
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.card_valor h2, .card_valor h3 {
  color: #ffffff;
}
.card_valor h2 {
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  font-family: "AmpleAlt";
}
.card_valor h3 {
  font-family: "AvenirBlack";
}
.card_valor_back {
  position: absolute;
  inset: 0;
  opacity: 0;
  flex-direction: column;
  padding: 2.25rem;
}
@media (max-width: 1024px) {
  .card_valor_back {
    opacity: 1;
  }
}
.card_valor_back p {
  text-align: center;
  color: #ffffff;
  font-family: "AvenirBook";
  font-size: 1.35rem;
  line-height: 1.3em;
  min-height: 210px;
}
@media (max-width: 1562px) {
  .card_valor_back p {
    font-size: 1.175rem;
    min-height: 150px;
  }
}
@media (max-width: 1024px) {
  .card_valor_back p {
    min-height: initial;
  }
}
.card_valor_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.card_valor:hover .card_valor_front {
  opacity: 0;
}
@media (max-width: 1024px) {
  .card_valor:hover .card_valor_front {
    opacity: 0;
  }
}
.card_valor:hover .card_valor_back {
  opacity: 1;
}
@media (max-width: 1024px) {
  .card_valor:hover .card_valor_back {
    opacity: 1;
  }
}

.post {
  display: block;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 3px 6px #807E7E;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1562px) {
  .post {
    max-width: 31%;
  }
}
@media (max-width: 942px) {
  .post {
    max-width: 48%;
  }
}
@media (max-width: 600px) {
  .post {
    max-width: 100%;
  }
}
.post > div, .post img {
  width: 100%;
}
.post_image {
  overflow: hidden;
  max-height: 225px;
}
.post_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}
.post_information {
  padding: 1.5rem;
}
.post_information span {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  border: 2px solid #6CC24A;
  min-height: 44px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1.1rem;
  width: 100%;
  max-width: 180px;
  margin-top: 24px;
  margin-inline: auto;
}
.post_information span:hover {
  background: transparent;
  color: #6CC24A;
}
@media (max-width: 1562px) {
  .post_information span {
    max-width: 165px;
    min-height: 40px;
  }
}
.post_head p {
  font-size: 1.2rem;
  color: #6CC24A;
  font-family: "AvenirMedium";
  margin-bottom: 4px;
}
@media (max-width: 1562px) {
  .post_head p {
    font-size: 1.1rem;
  }
}
.post_head h3 {
  color: #004C97;
  font-size: 1.3rem;
  font-family: "AvenirHeavy";
}
@media (max-width: 1562px) {
  .post_head h3 {
    font-size: 1.2rem;
  }
}
.post:hover .post_image img {
  transform: scale(1.075);
}
.post:hover span {
  background: transparent;
  color: #6CC24A;
}
.post.small_post .post_head p {
  font-size: 0.9rem;
}
.post.small_post .post_head h3 {
  font-size: 1.1rem;
}
.post.small_post .post_information span {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  border: 2px solid #6CC24A;
  min-height: 38px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1rem;
  width: 100%;
  max-width: 140px;
}
.post.small_post .post_information span:hover {
  background: transparent;
  color: #6CC24A;
}

.banner_inline {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  padding-block: 2rem;
  overflow-x: hidden;
  max-width: 100%;
  min-height: auto;
}
.banner_inline .contenedor {
  margin-top: 132px;
}
@media (max-width: 1562px) {
  .banner_inline {
    min-height: auto;
  }
  .banner_inline .contenedor {
    margin-top: 120px;
  }
}
@media (max-width: 1024px) {
  .banner_inline {
    min-height: auto;
  }
  .banner_inline .contenedor {
    margin-top: 100px;
  }
}
.banner_inline.terrenos {
  background: url(../../images/compra/banner.jpg);
  min-height: auto;
}
.banner_inline.trabaja {
  background: url(../../images/trabaja/banner.jpg);
  min-height: auto;
}
.banner_inline.blog {
  background: url(../../images/blog/banner.jpg);
  min-height: auto;
}
.banner_inline.contacto {
  background: url(../../images/contacto/banner.jpg);
  min-height: auto;
}
.banner_inline.nosotros {
  background: url(../../images/nosotros/banner.jpg);
  min-height: auto;
}
.banner_inline.entregados {
  background: url(../../images/entregados/banner.jpg);
  min-height: auto;
}
.banner_inline.proximos {
  background: url(../../images/proximos/banner.jpg);
  min-height: auto;
}
.banner_inline h1 {
  color: #ffffff;
  font-family: "AmpleSoftRegular";
  font-weight: 100;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.banner_inline h1 strong, .banner_inline h1 b {
  display: block;
  color: #ffffff;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  font-family: "AmpleAlt";
}
.banner_inline h1 span {
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  font-family: "AmpleAlt";
  color: #6CC24A;
}
.banner_inline h1::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 100%;
  height: 2px;
  display: block;
  background: #ffffff;
  width: 350%;
}

.banner_rectangle {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  padding-block: 2rem;
  overflow-x: hidden;
  min-height: calc(66vh + 132px);
}
.banner_rectangle .contenedor {
  margin-top: 132px;
}
@media (max-width: 1562px) {
  .banner_rectangle {
    min-height: calc(66vh + 120px);
  }
  .banner_rectangle .contenedor {
    margin-top: 120px;
  }
}
@media (max-width: 1024px) {
  .banner_rectangle {
    min-height: calc(66vh + 100px);
  }
  .banner_rectangle .contenedor {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .banner_rectangle {
    background-color: rgba(0, 0, 0, 0.3607843137) !important;
    background-blend-mode: color-burn !important;
    min-height: 42vh;
  }
}
.banner_rectangle.deps {
  background: url(../../images/depa/deps.jpg);
}
.banner_rectangle .caja_titulo {
  position: relative;
}
.banner_rectangle .caja_titulo::before {
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0 50px 0 50px;
  background: rgba(108, 194, 74, 0.85);
  position: absolute;
  height: 120%;
  z-index: 0;
  width: 100%;
  max-width: 680px;
}
@media (max-width: 1562px) {
  .banner_rectangle .caja_titulo::before {
    width: 100%;
    max-width: 580px;
    height: 130%;
  }
}
@media (max-width: 768px) {
  .banner_rectangle .caja_titulo::before {
    display: none;
  }
}
.banner_rectangle .caja_titulo p {
  color: #ffffff;
  font-family: "AmpleSoftRegular";
  font-size: 1.3rem;
}
@media (max-width: 1562px) {
  .banner_rectangle .caja_titulo p {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .banner_rectangle .caja_titulo p {
    font-size: 1.1rem;
    text-align: center;
  }
}
.banner_rectangle .caja_titulo > div {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1562px) {
  .banner_rectangle .caja_titulo > div {
    width: 100%;
    max-width: 520px;
  }
}
@media (max-width: 768px) {
  .banner_rectangle .caja_titulo > div {
    width: 100%;
    max-width: 100%;
  }
}
.banner_rectangle .caja_titulo .hr {
  background: #ffffff;
  margin: 6px 0 1rem;
  width: 100%;
  max-width: 550px;
}
@media (max-width: 1562px) {
  .banner_rectangle .caja_titulo .hr {
    width: 100%;
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .banner_rectangle .caja_titulo .hr {
    width: 100%;
    max-width: 100%;
  }
}
.banner_rectangle .caja_titulo .contenido {
  padding-left: 6%;
}
@media (max-width: 768px) {
  .banner_rectangle .caja_titulo .contenido {
    padding-left: 0;
  }
}
.banner_rectangle .caja_titulo h1 {
  color: #ffffff;
  font-family: "AmpleSoftRegular";
  font-weight: 100;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1562px) {
  .banner_rectangle .caja_titulo h1 {
    font-size: 2.65rem;
  }
}
@media (max-width: 768px) {
  .banner_rectangle .caja_titulo h1 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .banner_rectangle .caja_titulo h1 b, .banner_rectangle .caja_titulo h1 em {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.banner_rectangle .caja_titulo h1 em, .banner_rectangle .caja_titulo h1 b {
  display: block;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  font-family: "AmpleAlt";
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
.banner_rectangle .caja_titulo h1 b {
  margin-right: -1em;
}
@media (max-width: 768px) {
  .banner_rectangle .caja_titulo h1 b {
    margin-left: 0;
  }
}
.banner_rectangle .caja_titulo h1 em {
  font-style: normal;
  padding-right: 1em;
  color: #004C97;
}
@media (max-width: 768px) {
  .banner_rectangle .caja_titulo h1 em {
    margin-left: 0;
    color: #ffffff;
  }
}

.contacto_section .wpcf7-not-valid-tip {
  display: block;
  font-family: "AvenirMedium";
  font-size: 13px;
  width: 100% !important;
}
.contacto_section .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 20px;
}
.contacto_section .wpcf7-spinner::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  transform-origin: 16px 16px;
}
.contacto_section .wpcf7 form.invalid .wpcf7-response-output, .contacto_section .wpcf7 form.unaccepted .wpcf7-response-output, .contacto_section .wpcf7 form.payment-required .wpcf7-response-output {
  border: none !important;
  text-align: center;
  font-family: "AvenirMedium";
}
.contacto_section small {
  display: block;
  color: #ffffff;
  font-family: "AvenirLight";
  font-size: 14px;
}
.contacto_section select, .contacto_section textarea, .contacto_section input:not([type=submit]) {
  width: 100%;
  background: #ffffff;
  padding-inline: 10px;
  min-height: 54px;
  border-radius: 10px;
  color: #707070;
  font-family: "AvenirBook";
  border: 1px solid #ffffff;
}
@media (max-width: 1562px) {
  .contacto_section select, .contacto_section textarea, .contacto_section input:not([type=submit]) {
    min-height: 48px;
    border-radius: 8px;
  }
}
.contacto_section textarea {
  resize: none;
  padding-block: 10px;
}
@media (max-width: 1562px) {
  .contacto_section textarea {
    height: 100px;
  }
}

.contact_form {
  padding: 2.5rem 0 4rem;
}
.contact_form h2 {
  color: #6CC24A;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  font-family: "AmpleAlt";
  margin-bottom: 3rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.75rem;
}
.contact_form h2::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: #807E7E;
  border-radius: 20px 0 20px 0;
  width: 100%;
  height: 6px;
}
.contact_form form {
  border-radius: 20px;
  position: relative;
  background: #807E7E;
  box-shadow: 0 3px 10px #807E7E;
  padding: 3rem 2.5rem;
}
@media (max-width: 1024px) {
  .contact_form form {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.contact_form form > p {
  color: #ffffff;
  font-family: "AvenirBlack";
  display: block;
  margin-bottom: 8px;
}
.contact_form .fields {
  margin-bottom: 22px;
}
.contact_form .fields > p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
}
@media (max-width: 1024px) {
  .contact_form .fields > p {
    gap: 1rem;
  }
}
.contact_form .fields span {
  width: calc(50% - 20px);
}
@media (max-width: 1024px) {
  .contact_form .fields span {
    width: calc(50% - 8px);
  }
}
.contact_form .fields.propietario span:last-child, .contact_form .fields.postulante span:last-child {
  width: 100%;
}
.contact_form .fields input::-moz-placeholder {
  color: rgba(112, 112, 112, 0.7);
}
.contact_form .fields input::placeholder {
  color: rgba(112, 112, 112, 0.7);
}
.contact_form .fields label {
  display: block;
  font-family: "AvenirBook";
  color: rgba(112, 112, 112, 0.7);
}
.contact_form .fields .photos {
  margin-top: 10px;
  border-radius: 10px;
  background: #ffffff;
  height: 136px;
  position: relative;
  overflow: hidden;
}
.contact_form .fields .photos label {
  position: absolute;
  top: 10px;
  left: 10px;
}
.contact_form .fields .photos > p {
  position: absolute;
  width: 100%;
  display: contents;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.contact_form .fields .photos span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.contact_form .fields .photos input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.contact_form .fields .photos img {
  display: block;
  width: 100%;
  max-width: 90px;
  margin-inline: auto;
}
.contact_form input[type=submit] {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  border: 2px solid #6CC24A;
  min-height: 54px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1.2rem;
  width: 100%;
  max-width: 120px;
  border-radius: 0 20px 0 20px;
  margin: 50px auto 0;
}
.contact_form input[type=submit]:hover {
  background: transparent;
  color: #6CC24A;
}

.establecimiento {
  margin-bottom: 1.2rem;
  border-radius: 20px;
  position: relative;
  background: #807E7E;
  box-shadow: 0 3px 10px #807E7E;
  padding: 3rem 2.5rem;
}
@media (max-width: 1024px) {
  .establecimiento {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.contact_box {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #807E7E;
  border-radius: 30px 0 30px 0;
  box-shadow: 0 3px 25px rgba(128, 126, 126, 0.1294117647);
  padding: 2.75rem 4rem;
}
@media (max-width: 1024px) {
  .contact_box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.contact_box > p {
  font-family: "AvenirBook";
  color: #ffffff;
  margin-bottom: 14px;
}
.contact_box form {
  width: 100%;
}
.contact_box form p span {
  display: block;
  margin-bottom: 8px;
}
.contact_box form input::-moz-placeholder, .contact_box form select::-moz-placeholder, .contact_box form textarea::-moz-placeholder {
  color: rgba(0, 76, 151, 0.6);
}
.contact_box form input::placeholder, .contact_box form select::placeholder, .contact_box form textarea::placeholder {
  color: rgba(0, 76, 151, 0.6);
}
.contact_box form select {
  color: rgba(0, 76, 151, 0.6);
}
.contact_box form [type=submit] {
  margin-top: 28px;
  width: 100%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  border: 2px solid #6CC24A;
  min-height: 56px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1.3rem;
}
.contact_box form [type=submit]:hover {
  background: transparent;
  color: #6CC24A;
}

.contact_planos form {
  width: 100%;
}
.contact_planos form p span {
  display: block;
  margin-bottom: 8px;
}
.contact_planos form [type=submit] {
  margin-top: 28px;
  width: 100%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  border: 2px solid #6CC24A;
  min-height: 56px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1.3rem;
  border-radius: 0 20px 0 20px;
}
.contact_planos form [type=submit]:hover {
  background: transparent;
  color: #6CC24A;
}
@media (max-width: 1562px) {
  .contact_planos form [type=submit] {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 20px 0;
    background: #6CC24A;
    border: 2px solid #6CC24A;
    min-height: 50px;
    color: #ffffff;
    font-family: "AvenirHeavy";
    text-align: center;
    font-size: 1.15rem;
  }
  .contact_planos form [type=submit]:hover {
    background: transparent;
    color: #6CC24A;
  }
}

.search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  height: 50px;
  border-radius: 0 20px 0 20px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 76, 151, 0.1607843137);
}
.search-form i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  transition: all 0.3s ease;
  color: #6CC24A;
  font-size: 20px;
}
.search-form input, .search-form button {
  height: 100%;
}
.search-form input[type=search]::-webkit-search-decoration,
.search-form input[type=search]::-webkit-search-cancel-button,
.search-form input[type=search]::-webkit-search-results-button,
.search-form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.search-form input {
  width: calc(100% - 120px);
  border: 1px solid #6CC24A;
  border-bottom-left-radius: 20px;
  background: #ffffff;
  transition: all 0.3s ease;
  font-family: "AvenirMedium";
  padding-left: 42px;
  padding-right: 10px;
}
.search-form button {
  padding-inline: 8px;
  border: none;
  min-width: 120px;
  background: #6CC24A;
  border-top-right-radius: 20px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1rem;
}
.search-form button:hover, .search-form button:active {
  background: #004C97;
}
.search-form:has(button:hover) input {
  border-color: #004C97;
}
.search-form:has(button:hover) i {
  color: #004C97;
}

footer {
  background: transparent linear-gradient(180deg, #004C97 0%, #003D7A 100%) 0% 0% no-repeat padding-box;
  padding: 4rem 0;
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 2px;
  display: block;
  background: #6CC24A;
  height: 8px;
}
footer .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  footer .row {
    gap: 2rem;
  }
}
footer p {
  color: #ffffff;
  font-weight: 100;
  font-family: "AvenirMedium";
}
footer ul {
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
}
footer ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #ffffff;
  font-family: "AvenirMedium";
  font-weight: 100;
  font-size: 1.225rem;
}
@media (max-width: 1562px) {
  footer ul li a {
    font-size: 1.075rem;
  }
}
footer ul li a i {
  width: 22px;
  text-align: center;
}
footer ul li a p {
  font-size: 1.225rem;
}
@media (max-width: 1562px) {
  footer ul li a p {
    font-size: 1.075rem;
  }
}
footer .logo {
  width: 100%;
  max-width: 310px;
  margin-bottom: 60px;
}
@media (max-width: 1562px) {
  footer .logo {
    max-width: 265px;
    margin-bottom: 50px;
  }
}
footer .col {
  width: calc(33% - 20px);
  position: relative;
}
@media (max-width: 1024px) {
  footer .col {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  footer .col {
    width: 100%;
  }
}
footer .col:nth-child(1) ul li p {
  max-width: 270px;
}
footer .col:nth-child(1) ul li:not(:last-child) {
  margin-bottom: 24px;
}
footer .col:nth-child(2) {
  padding-top: 16px;
}
footer .col:nth-child(2) ul {
  margin-inline: auto;
}
@media (max-width: 1024px) {
  footer .col:nth-child(2) ul {
    margin-inline: initial;
  }
}
footer .col:nth-child(2) ul li:not(:last-child) {
  margin-bottom: 17px;
}
footer .col:nth-child(3) {
  padding-top: 16px;
}
footer .col:nth-child(3) ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 1562px) {
  footer .col:nth-child(3) ul {
    gap: 14px;
  }
}
footer .col:nth-child(3) ul li a {
  display: block;
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (max-width: 1562px) {
  footer .col:nth-child(3) ul li a {
    display: block;
    width: 44px;
    height: 44px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
footer .col:nth-child(3) ul li a i {
  margin: 0;
  font-size: 22px;
  transition: all 0.3s ease;
  color: #ffffff;
}
@media (max-width: 1562px) {
  footer .col:nth-child(3) ul li a i {
    font-size: 20px;
  }
}
footer .col:nth-child(3) ul li a:hover {
  border-color: #6CC24A;
}
footer .col:nth-child(3) ul li a:hover i {
  color: #6CC24A;
}
footer .col:nth-child(3) div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
}
@media (max-width: 1562px) {
  footer .col:nth-child(3) div {
    margin-bottom: 12px;
  }
}
footer .col:nth-child(3) div img:nth-child(1) {
  width: 100%;
  max-width: 130px;
}
@media (max-width: 1562px) {
  footer .col:nth-child(3) div img:nth-child(1) {
    width: 100%;
    max-width: 100px;
  }
}
footer .col:nth-child(3) div img:nth-child(3) {
  display: block;
  width: 90px;
  height: 90px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
footer .col:nth-child(3) div img:nth-child(4) {
  width: 100%;
  max-width: 240px;
}
@media (max-width: 1562px) {
  footer .col:nth-child(3) div img:nth-child(4) {
    width: 100%;
    max-width: 190px;
  }
}
footer .col:nth-child(3) p {
  margin-bottom: 16px;
}
footer .contenedor:first-child {
  margin-bottom: 40px;
}
footer small {
  display: block;
  color: #ffffff;
  line-height: 1.3em;
  font-size: 14px;
  font-family: "AvenirLight";
  text-align: center;
  width: 100%;
  max-width: 1130px;
  margin-inline: auto;
}

.float_buttons {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 10;
}
@media (max-width: 768px) {
  .float_buttons {
    right: 10px;
    bottom: 20px;
  }
}
.float_buttons a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  border-radius: 75px 0 0 75px;
  height: 60px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .float_buttons a {
    border-radius: 75px;
    height: 50px;
  }
}
.float_buttons a:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .float_buttons a:not(:last-child) {
    margin-bottom: 8px;
  }
}
.float_buttons a.wsp {
  aspect-ratio: 1/1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
  background: #56A543;
  border-radius: 75px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.float_buttons a.wsp i {
  color: #ffffff;
  font-size: 32px;
}
@media (max-width: 768px) {
  .float_buttons a.wsp i {
    font-size: 22px;
  }
}
.float_buttons a.wsp:hover {
  background: #6CC24A;
}
.float_buttons a.tel.toratto-call .fa-phone-slash {
  display: none !important;
}
.float_buttons a.tel.toratto-call .fa-phone {
  display: block !important;
}
.float_buttons a.tel.toratto-hangup .fa-phone {
  display: none !important;
}
.float_buttons a.tel.toratto-hangup .fa-phone-slash {
  display: block !important;
}
.float_buttons a i {
  width: auto !important;
  height: auto !important;
}
.float_buttons a:not(.wsp):hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
}
.float_buttons a:not(.wsp):hover div {
  box-shadow: none !important;
}
@media (max-width: 1024px) {
  .float_buttons a:not(.wsp) {
    background: #004C97;
  }
  .float_buttons a:not(.wsp) div i, .float_buttons a:not(.wsp) div ion-icon {
    color: #6CC24A;
    fill: #6CC24A;
  }
  .float_buttons a:not(.wsp) div:nth-child(2) {
    opacity: 1;
  }
}
.float_buttons a:not(.wsp) div {
  transition: all 0.3s ease;
}
.float_buttons a:not(.wsp) div:first-child {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
}
.float_buttons a:not(.wsp) div i, .float_buttons a:not(.wsp) div ion-icon {
  font-size: 24px;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
  color: #ffffff;
  fill: #ffffff;
}
@media (max-width: 768px) {
  .float_buttons a:not(.wsp) div i, .float_buttons a:not(.wsp) div ion-icon {
    width: 23px;
    height: 23px;
    font-size: 19px;
  }
}
.float_buttons a:not(.wsp) div:nth-child(1) {
  border-radius: 50%;
  background: #004C97;
  aspect-ratio: 1/1;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.float_buttons a:not(.wsp) div:nth-child(2) {
  height: 100%;
  padding-right: 1.2rem;
  display: flex;
  transition: all 0.3s ease;
  align-items: center;
  opacity: 0;
}
@media (max-width: 1024px) {
  .float_buttons a:not(.wsp) div:nth-child(2) {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .float_buttons a:not(.wsp) div:nth-child(2) {
    display: none;
  }
}
.float_buttons a:not(.wsp) div:nth-child(2) p {
  color: #ffffff;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  font-family: "AmpleAlt";
  font-size: 14px;
  font-weight: 100;
  max-width: -moz-min-content;
  max-width: min-content;
}
.float_buttons a:not(.wsp):hover {
  background: #004C97;
}
.float_buttons a:not(.wsp):hover div i, .float_buttons a:not(.wsp):hover div ion-icon {
  color: #6CC24A;
  fill: #6CC24A;
}
.float_buttons a:not(.wsp):hover div:nth-child(2) {
  opacity: 1;
}

.duda {
  background: url(../../images/inicio/bg_duda.webp) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 280px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (max-width: 1562px) {
  .duda {
    padding-block: 2rem;
    min-height: 250px;
  }
}
.duda .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 660px) {
  .duda .row .col {
    width: 100%;
  }
  .duda .row .col h2, .duda .row .col p, .duda .row .col .dude_box {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
.duda p, .duda h2 {
  color: #ffffff;
}
.duda h2 {
  font-family: "AmpleAlt";
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  margin-bottom: 1.8rem;
}
@media (max-width: 1562px) {
  .duda h2 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .duda h2 {
    margin-bottom: 0.9rem;
  }
}
.duda p {
  font-size: 1.6rem;
  font-family: "AmpleSoftRegular";
}
@media (max-width: 1562px) {
  .duda p {
    font-size: 1.4rem;
  }
}
@media (max-width: 660px) {
  .duda p {
    font-size: 1.2rem;
  }
}
.duda .dude_box {
  display: block;
  width: 310px;
  border-radius: 20px 20px 20px 0;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: none !important;
}
@media (max-width: 1562px) {
  .duda .dude_box {
    width: 255px;
  }
}
.duda .dude_box > div {
  width: 100%;
}
.duda .dude_box > div:nth-child(1) {
  padding-block: 14px;
}
.duda .dude_box > div:nth-child(2) {
  background: #6CC24A;
  padding: 6px 10px;
  border-radius: 20px 0 20px 0;
}
.duda .dude_box img, .duda .dude_box svg {
  display: block;
  width: 100%;
  max-width: 116px;
  height: auto;
  margin-inline: auto;
  transition: all 0.3s ease;
}
@media (max-width: 1562px) {
  .duda .dude_box img, .duda .dude_box svg {
    max-width: 96px;
  }
}
.duda .dude_box p {
  font-family: "AvenirHeavy";
  text-align: center;
}
.duda .dude_box:hover {
  background: transparent;
  border-color: #6CC24A;
}
.duda .dude_box:hover #dialog {
  fill: #6CC24A;
}

.desc_temporada {
  min-height: 87vh;
  padding-block: 3rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .desc_temporada {
    gap: 2rem;
  }
}
.desc_temporada .contenedor::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 6px;
  width: 100%;
  height: 2px;
  display: block;
  background: #ffffff;
  height: 6px;
  width: min(88%, 1500px);
}
.desc_temporada .col h3, .desc_temporada .col h2, .desc_temporada .col li {
  color: #ffffff;
}
.desc_temporada .col h2 {
  font-family: "AvenirHeavy";
}
.desc_temporada .col h3 {
  margin: 1rem 0 2rem;
  font-family: "AvenirLight";
  font-size: 2.1rem;
}
@media (max-width: 1562px) {
  .desc_temporada .col h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .desc_temporada .col h3 {
    font-size: 1.5rem;
  }
}
.desc_temporada .col a {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  background: #6CC24A;
  border: 2px solid #6CC24A;
  min-height: 68px;
  color: #ffffff;
  font-family: "AvenirHeavy";
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  max-width: 430px;
}
.desc_temporada .col a:hover {
  background: transparent;
  color: #6CC24A;
}
@media (max-width: 1562px) {
  .desc_temporada .col a {
    min-height: 58px;
    font-size: 1.4rem;
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .desc_temporada .col a {
    min-height: 52px;
    max-width: 330px;
    font-size: 1.2rem;
  }
}
.desc_temporada .col ul {
  margin-top: 10px;
  list-style: none;
}
.desc_temporada .col ul li {
  font-family: "AvenirBook";
  font-size: 1.5rem;
  font-weight: 100;
}
.desc_temporada .col ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1562px) {
  .desc_temporada .col ul li {
    font-size: 1.35rem;
  }
}
@media (max-width: 1024px) {
  .desc_temporada .col ul li {
    font-size: 1.15rem;
  }
}
.desc_temporada .col .caja {
  margin-bottom: 4rem;
}
@media (max-width: 1562px) {
  .desc_temporada .col .caja {
    margin-bottom: 3rem;
  }
}
.desc_temporada .col .caja h2 {
  font-family: "AmpleAlt";
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  font-size: 3.6rem;
  width: 100%;
  max-width: 380px;
  line-height: 1.1em;
}
@media (max-width: 1562px) {
  .desc_temporada .col .caja h2 {
    font-size: 2.875rem;
  }
}
@media (max-width: 1024px) {
  .desc_temporada .col .caja h2 {
    font-size: 2.2rem;
    width: 100%;
    max-width: 280px;
  }
}
.desc_temporada .col .caja h2, .desc_temporada .col .caja h3, .desc_temporada .col .caja h4 {
  position: relative;
}
.desc_temporada .col .caja h2::before, .desc_temporada .col .caja h3::before, .desc_temporada .col .caja h4::before {
  content: "";
  height: 110%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 300%;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0 0 50px 0;
}
.desc_temporada .ubication {
  bottom: 75px;
  right: 10%;
}
@media (max-width: 1024px) {
  .desc_temporada .ubication {
    right: 5%;
    bottom: 50px;
  }
}
@media (max-width: 600px) {
  .desc_temporada .ubication {
    display: none;
  }
}
.desc_temporada .ubication .place {
  background: #6CC24A;
}
.desc_temporada .ubication .place-2 {
  border-radius: 0px 0px 20px 20px;
}

.aditional_info {
  padding: 5rem 0 3rem;
}
.aditional_info .contenedor {
  border-radius: 60px 0 60px 0;
  background: #ffffff;
  padding: 3rem 2rem;
}
.aditional_info .contenedor::before {
  content: "";
  position: absolute;
  border-radius: 60px 0 60px 0;
  z-index: -1;
  top: -3px;
  left: -6px;
  width: calc(100% + 8px);
  height: calc(100% + 14px);
  background: #6CC24A;
}
.aditional_info .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}
@media (max-width: 1562px) {
  .aditional_info .row {
    gap: 14px;
  }
}
.aditional_info .col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .aditional_info .col:nth-child(2) {
    display: none;
  }
}
@media (max-width: 660px) {
  .aditional_info .col {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .aditional_info .col {
    width: 100%;
  }
}
.aditional_info .col img:not(.arrow) {
  display: block;
  margin-inline: auto;
  display: block;
  width: 130px;
  height: 130px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
@media (max-width: 660px) {
  .aditional_info .col img:not(.arrow) {
    display: block;
    width: 90px;
    height: 90px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.aditional_info .col .arrow {
  width: 100%;
  max-width: 150px;
}
@media (max-width: 1562px) {
  .aditional_info .col .arrow {
    width: 100%;
    max-width: 111px;
  }
}
.aditional_info .col span {
  font-family: "AvenirBlack";
  color: #004C97;
  font-weight: bolder;
  text-align: center;
  font-size: 4.2rem;
}
@media (max-width: 1562px) {
  .aditional_info .col span {
    font-size: 3.3rem;
  }
}
@media (max-width: 660px) {
  .aditional_info .col span {
    font-size: 2.75rem;
  }
}
.aditional_info .col p {
  margin-top: 6px;
  font-size: 1.2rem;
  font-family: "AvenirBook";
  color: #004C97;
  max-width: 210px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1562px) {
  .aditional_info .col p {
    font-size: 1.1rem;
  }
}
@media (max-width: 660px) {
  .aditional_info .col p {
    font-size: 1rem;
  }
}
.aditional_info .col:hover img:not(.arrow) {
  transform: scale(1.15);
}
/*# sourceMappingURL=app.css.map */
