/*! 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 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 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 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 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"] {
  appearance: button;
  -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"] {
  appearance: textfield; /* 1 */
  -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;
}


/* Custom CSS */

*, ::after, ::before {
  margin: 0;
  padding:0;
}

/* Fonts */

@font-face{
  font-family:'SohoGothicPro-Bold';
  font-style:normal;
  font-weight:bold;
  src: 
  url('../fonts/SohoGothicPro-Bold.otf') format('otf');
}

@font-face{
  font-family:'SohoGothicPro-Italic';
  font-style:italic;
  font-weight:normal;
  src: 
  url('../fonts/SohoGothicPro-Italic.otf') format('otf');
}

@font-face{
  font-family:'SohoGothicPro-Light';
  font-style:normal;
  font-weight:normal;
  src: 
  url('../fonts/SohoGothicPro-Light.otf') format('otf');
}

@font-face{
  font-family:'SohoGothicPro-Medium';
  font-style:normal;
  font-weight:normal;
  src: 
  url('../fonts/SohoGothicPro-Medium.otf') format('otf');
}

@font-face{
  font-family:'SohoGothicPro-Regular';
  font-style:normal;
  font-weight:normal;
  src: 
  url('../fonts/SohoGothicPro-Regular.otf') format('otf');
}

@font-face{
  font-family:'SohoStd-Medium';
  font-style:normal;
  font-weight:normal;
  src: 
  url('../fonts/SohoStd-Medium.otf') format('otf');
}

@font-face{
  font-family:'SIMPLIFICA-Typeface';
  font-style:normal;
  font-weight:normal;
  src: 
  url('../fonts/SIMPLIFICA-Typeface.ttf') format('ttf');
}

/* End Fonts */

.margin-0 {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

img {
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
  padding: 0;
}

html {
  background: var(--color-texto);
}

body {
  /* max-width: 1366px; */
  margin: 0 auto;
  background: var(--color-texto);
}

main {
  display: grid;
  background: var(--color-white);
  overflow: hidden;
}



section {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

/* Global Styles */

:root {
  --color-titular: #4592C2;
  --color-azul-titular: #005594;
  --color-verde-titular: #65AE50;
  --bg-verde: #65AE50;
  --color-white: #FFFFFF;
  --bg-azul: #5590BE;
  --bg-azul-titular: #4592C2;
  --color-texto: #1D1D1B;
  --bg-texto-footer: #005594;
}

.bg-verde-transparente {
  background: linear-gradient(90deg, #e4f4dc 0%, rgba(255, 255, 255, 0) 100%);
}
.bg-verde-transparente-2 {
  background: linear-gradient(90deg, #65AE50 0%, rgba(255, 255, 255, 0) 100%);
  padding-left: 6px;
}

.p-20 {
  padding: 20px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.mt--40 {
  margin-top: -40px;
}

hr.verde {
  height: 10px;
  border: none;
}

hr.verde-2 {
  height: 6px;
  border: none;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

p {
  font-family: 'SohoGothicPro-Regular', Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: var(--color-texto);
}

.texto-color-titular {
  color: var(--color-titular);
}

.texto-color-azul {
  color: var(--color-azul-titular);
}

.texto-color-verde {
  color: var(--color-verde-titular);
}

.texto-color-white {
  color: var(--color-white);
}

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

.isolate {
  isolation: isolate;
}

.pointer-events-none {
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.w-full {
  width: 100%;
  height: 100%;
}

.h-auto {
  height: auto;
}

.inset-0 {
  inset: 0;
}

.logo {
  width: 100%;
  max-width: 516px;
  height: auto;
  margin-top: 116px;
}


.titular-svg {
  width: 80%;
  height: auto;
  max-width: 461px;
  margin-top: 86px;
}

header {
  display: block;
  width: 100%;
  background: url('../img/bg/header-bg.jpg') no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.titular-bienvenido {
  font-family: 'SohoGothicPro-Italic', Helvetica, sans-serif;
  font-size: 43px;
  font-style: italic;
  font-weight: 500;
  color: var(--color-titular);
  margin-top: 78px;
}

.titular-35 {
  font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
  font-size: 2.1875rem;
  line-height: 42px;
}

.adress {
  font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
  font-size: 2.1875rem;
  line-height: 42px;
  padding-inline: 0;
  text-decoration: none !important;
  color: var(--color-white);
}

h2.adress {
  text-decoration: none !important;
  color: var(--color-white);
}

.titular-42 {
  font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
  font-size: 2.625rem;
  line-height: 3.125rem;
}

.titular-45 {
  font-family: 'SohoGothicPro-Bold', Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2.8125rem;
  line-height: 3.375rem;
}

.titular-50-b {
  font-family: 'SohoGothicPro-Bold', Helvetica, sans-serif;
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 3.375rem;
}

.titular-51 {
  font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
  font-size: 3.1875rem;
  line-height: 3.25rem;
}

.titular-57 {
  font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
  font-size: 3.225rem;
  line-height: 4.2rem;
}

.titular-65 {
  font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
  font-size: 4.0625rem;
  line-height: 4.2rem;
}

.p-medium {
  font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 600;
}

.p-medium-2 {
  font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
  font-size: 2.15rem;
  line-height: 2.4rem;
  font-weight: 600;
}

.p-medium-3 {
  font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
  font-size: 1.8125rem;
  line-height: 2rem;
  font-weight: 600;
}

.p-bold-2 {
  font-family: 'SohoGothicPro-Bold', Helvetica, sans-serif;
  font-size: 2.3125rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.header-p-text {
  font-family: 'SohoGothicPro-Regular', Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--color-texto);
  margin-top: 104px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-35 {
  font-family: 'SohoGothicPro-Italic', Helvetica, sans-serif !important;
  font-style: italic;
  font-size: 2.1875rem;
  line-height: 2.3rem;
  font-weight: 400;
  color: var(--color-texto);
  margin-top: 44px;
}

.text-30 {
  font-family: 'SohoGothicPro-Regular', Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  margin-top: 44px;
}

.text-30-m {
  font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.text-35-m {
  font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
  font-size: 2.1875rem;
  line-height: 2.3rem;
  font-weight: 600;
}

.text-35-r {
  font-family: 'SohoGothicPro-Regular', Helvetica, sans-serif;
  font-size: 2.1875rem;
  line-height: 2.3rem;
  font-weight: 400;
}

.text-22 {
  font-size: 1.375rem;
  line-height: 1.75rem;
}



.contenedor {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1108px;
  margin: 0 auto;
  /* border: 1px solid red; */
}

.section-ser-parte {
  padding-top: 60px;
  overflow: hidden;
}

.boton-container {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 3rem;
  width: 100%;
  overflow: hidden;
}

.boton-azul {
  position: relative;
  display: block;
  background: var(--bg-azul);
  color: var(--color-white);
  text-decoration: none;
  font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 4.75rem;
  text-align: center;
  width: 80vw;
  max-width: 688px;
  height: 4.75rem;
  z-index: 3;
}

.boton-verde {
  position: relative;
  display: block;
  background: var(--bg-verde);
  color: var(--color-white);
  text-decoration: none;
  font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 4.75rem;
  text-align: center;
  width: 47rem;
  height: 4.75rem;
  z-index: 3;
}

.polygon {
  clip-path: polygon(3% 0, 97% 0, 100% 20%, 100% 80%, 97% 100%, 3% 100%, 0% 80%, 0% 20%);
}


.contenedor-svg-iz {
  top: 15%;
  left: -15%;
}

.contenedor-svg-dr {
  top: 15%;
  right: -15%;
}

.puntos::before {
  position: absolute;
  content: "";
  background: url("../img/bg/gusta-iz.svg") no-repeat center center;
  background-size: contain;
  top: 20px;
  left: -20px;
  width: 319.479px;
  height: 276.16px;
}

.puntos::after {
  position: absolute;
  content: "";
  background: url("../img/bg/gusta-dr.svg") no-repeat center center;
  background-size: contain;
  top: 20px;
  right: -20px;
  width: 319.479px;
  height: 276.912px;
}

.boton-con-decoracion {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px;
  margin-bottom: 100px;
}

.boton-con-decoracion::before {
  position: absolute;
  content: "";
  background: url("../img/bg/btn-reserva-iz.svg") no-repeat center center;
  background-size: contain;
  top: 68px;
  left: -40px;
  width: 54.487px;
  height: 92.497px;
  pointer-events: none;
  z-index: 2;
}

.boton-con-decoracion::after {
  position: absolute;
  content: "";
  background: url("../img/bg/btn-reserva-dr.svg") no-repeat top left;
  background-size: contain;
  top: 68px;
  right: -40px;
  width: 54.488px;
  height: 94.016px;
  pointer-events: none;
  z-index: 2;
}


.contenedor-texto-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1018px;
  margin: 0 auto;
}

.contenedor-texto-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1108px;
  height: auto;
  margin: 0 auto;
  padding: 20px;
}

.contenedor-img {
  position: relative;
  display: flex;
}

.contenedor-texto-3 {
  position: relative;
  padding: 20px;
  background: var(--bg-azul);
}

.contenedor-texto-4 {
  position: relative;
  padding: 20px;
  background: var(--bg-azul);
}


.figuras::before {
  position: absolute;
  content: "";
  background: url("../img/conoce/figura-1.svg") no-repeat center center;
  background-size: contain;
  top: 68px;
  left: -242px;
  width: 452.151px;
  height: 369.013px;
  z-index: -1;
}

.figuras::after {
  position: absolute;
  content: "";
  background: url("../img/conoce/figura-2.svg") no-repeat center center;
  background-size: contain;
  top: 68px;
  right: -235.243px;
  width: 235.243px;
  height: 271.399px;
  z-index: -1;
}


.dos-coll {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px; 
}
.col-con-texto {
  max-width: 604px;
  padding-left: 20px;
  padding-right: 20px; 
}

.con-figuras::before {
  position: absolute;
  content: "";
  background: url("../img/conoce/figura-3.svg") no-repeat center center;
  background-size: contain;
  bottom: 70px;
  left: -60px;
  width: 94.593px;
  height: 61.181px;
  z-index: -1;
}

.con-figuras::after {
  position: absolute;
  content: "";
  background: url("../img/conoce/figura-4.svg") no-repeat center center;
  background-size: contain;
  bottom: 0;
  right: 0;
  width: 101.417px;
  height: 101.778px;
  z-index: 1;
}






.imagen img {
  vertical-align: top;
}

.space {
  margin-top: 60px;
}





@media screen and (max-width: 760px) {
  header {
    display: block;
    width: 100%;
    background: url('../img/bg/header-bg.jpg') no-repeat top left;
    background-size: contain;
    overflow: hidden;
  }
  .logo {
    width: 40%;
    max-width: 516px;
    height: auto;
    margin-top: 40px;
  }
  .titular-svg {
    width: 35%;
    height: auto;
    max-width: 461px;
    margin-top: 30px;
  }
}


.text-sobre-imagen {
  width: 100%;
  bottom: 10%;
}


.figuras-espacio-1::before {
  position: absolute;
  content: "";
  background: url("../img/espacio/figura-1.svg") no-repeat center center;
  background-size: contain;
  bottom: -20px;
  left: 0;
  width: 481.978px;
  height: 122.189px;
  z-index: 1;
}

.figuras-espacio-1::after {
  position: absolute;
  content: "";
  background: url("../img/espacio/figura-2.svg") no-repeat center center;
  background-size: contain;
  bottom: -20px;
  right: 0;
  width: 481.978px;
  height: 122.19px;
  z-index: 1;
}

.figuras-espacio-2::before {
  position: absolute;
  content: "";
  background: url("../img/espacio/figura-3.svg") no-repeat center center;
  background-size: contain;
  top: -10px;
  left: 0;
  width: 528.505px;
  height: 136.304px;
  z-index: 1;
}

.figuras-espacio-2::after {
  position: absolute;
  content: "";
  background: url("../img/espacio/figura-4.svg") no-repeat center center;
  background-size: contain;
  top: -10px;
  right: 0;
  width: 521.026px;
  height: 137.971px;
  z-index: 1;
}


.networking {
  padding-top: 160px;
  background: url('../img/networking/bg.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100%;
}


.bg-verde {
  position: relative;
  display: block;
  background: var(--bg-verde);
  padding-left: 60px;
  padding-top: 28px;
  padding-right: 60px;
  padding-bottom: 28px;
}

.imagen-bg {
  margin-top: -60px;
  background: url('../img/networking/img-1.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1075px;
}

.imagen-grande {
  margin-top: -60px;
}

.z--1 {
  z-index: -1;
}

.w-50 {
  width: 50%;
  margin: 0 auto;
}

.mt-40 {
  margin-top: 40px;
}

.bg-azul {
  background: var(--bg-azul-titular);
  padding-left: 60px;
  padding-top: 28px;
  padding-right: 60px;
  padding-bottom: 28px;
}


.figuras-comunidad::before {
  position: absolute;
  content: "";
  background: url("../img/comunidad/figura-1.svg") no-repeat center center;
  background-size: contain;
  bottom: 50px;
  left: -280px;
  width: 276.954px;
  height: 484.918px;
}

.figuras-comunidad::after {
  position: absolute;
  content: "";
  background: url("../img/comunidad/figura-2.svg") no-repeat center center;
  background-size: contain;
  bottom: 50px;
  right: -280px;
  width: 276.954px;
  height: 484.918px;
  z-index: 1;
}


.mt-120 {
  margin-top: 120px;
}

.mt-200 {
  margin-top: 200px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-200 {
  padding-bottom: 200px;
}







.mt--80 {
  margin-top: -80px;
}


.polygon-grid__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  list-style-type: none;
  margin-left: -185px;
  /* grid-gap: 1rem 1.6rem; */
}

.polygon-grid__list-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  list-style-type: none;
  margin-right: -185px;
}

.polygon-grid__list-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  list-style-type: none;
  margin-left: -185px;
  /* grid-gap: 1rem 1.6rem; */
}

.polygon-grid__list-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  list-style-type: none;
  margin-right: -185px;
}

.polygon-grid__list-5 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  list-style-type: none;
  margin-left: -185px;
  /* grid-gap: 1rem 1.6rem; */
}

.polygon-grid__item {
  position: relative;
  /* grid-column: 1 / span 3; */
  /* grid-row: calc(var(--counter) + var(--counter)) / span 2; */
  grid-row: auto;
  width: 370px;
  height: 426px;
}
.polygon-grid__content {
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 1.125rem;
  color: #111;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  transition: transform 0.24s ease-out;
}


.grid__content-titulo {
  font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.775rem;
  color: var(--color-verde-titular);
  margin-top: 60px;
  margin-bottom: 24px;
}


.grid__content-texto {
  font-family: 'SohoGothicPro-Regular', Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: var(--color-texto);
  padding-left: 40px;
  padding-right: 40px;
}

.grid__content-imagen img {
  width: 100%;
  height: auto;
  margin-top: 3rem;
}

.boton-con-edificio::before {
  position: absolute;
  content: "";
  background: url("../img/descubre/figura-1.svg") no-repeat center center;
  background-size: contain;
  bottom: 4.75rem;
  left: 6rem;
  width: 142.53px;
  height: 138.986px;
  pointer-events: none;
  z-index: 2;
  }


  .descubre-bg {
    display: block;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: -1;
    width: 1366px;
    height: 639px;
  }


  .con-logos {
    padding-top: 120px;
    padding-bottom: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #99BBD4 100%);
  }


  .logos-grid__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    list-style-type: none;
  }

  .logos-grid__item {
    position: relative;
    grid-row: auto;
    /* width: 370px;
    height: 426px; */
  }
  .logos-grid__content {
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 1.125rem;
    color: #111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    transition: transform 0.24s ease-out;
  }

  .logos-grid__content img {
    width: 70%;
    height: auto;
  }

  .logos-grid__content img.w-94 {
    width: 70%;
    max-width: 94px;
    height: auto;
  }


  .unete {
    --width: 290.176px;
    --height: 334.775px;
    padding-top: 200px;
    padding-bottom: 200px;
    background: linear-gradient(180deg, #99BBD4 0%, #005594 100%);
  }



  .figuras-unete::before {
    position: absolute;
    content: "";
    background: url("../img/unete/figura-1.svg") no-repeat center center;
    background-size: contain;
    top: -1rem;
    left: calc(var(--width) / 2 - var(--width));
    width: var(--width);
    height: var(--height);
    z-index: -1;
  }
  
  .figuras-unete::after {
    position: absolute;
    content: "";
    background: url("../img/unete/figura-2.svg") no-repeat center center;
    background-size: contain;
    top: -1rem;
    right: calc(var(--width) / 2 - var(--width));
    width: var(--width);
    height: var(--height);
    z-index: -1;
  }




.formulario {
  background: var(--color-azul-titular);
}

.texto_form-label {
  font-family: 'SohoGothicPro-Regular', Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding-left: 0.8rem;
  color: var(--color-white);
}

._form-input {
  width: 23.125rem;
  height: 2rem;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: none;
  /* border-radius: 0.25rem; */
  background: var(--color-white);
}

.form-btn {
  /* background: var(--bg-verde); */
  color: var(--color-verde-titular);
  font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: left;
  width: 23.125rem;
  height: 2.5rem;
  margin-top: 1rem;
  border: none;
  cursor: pointer;
  /* border-radius: 0.25rem; */
}

.form_btn-text {
  font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  padding-left: 0.8rem;
  color: var(--color-verde-titular);
}

.form-img {
  vertical-align: bottom;
  margin-top: -300px;
}

.footer__logo {
  width: 100%;
  max-width: 780px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bg-adress {
  background: var(--bg-texto-footer);
}


@media screen and (max-width: 760px) {
  .hide-m {
    display: none;
  }
  .titular-svg {
    width: 80%;
    height: auto;
    max-width: 461px;
    margin-top: 20vh;
  }
  .titular-bienvenido {
    font-size: 4.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-p-text {
    margin-top: 30px;
  }

  .italic-m {
    font-style: italic;
    font-size: 47px;
    font-weight: 400;
    line-height: 1.2;
  }
  .puntos::before, .puntos::after {
    display: none;
  }

  .boton-con-decoracion {
    margin-bottom: 40px;
  }

  .boton-con-decoracion::before, .boton-con-decoracion::after {
    display: none;
  }

  .contenedor-texto-1 {
    padding: 20px;
  }

  .boton-azul {
    width: 80vw;
    max-width: 688px;
  }

  .boton-verde {
    width: 84vw;
    max-width: 688px;
  }

  .texto-verde-m {
    color: var(--color-verde-titular);
  }

  .p-medium-2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .figuras::before {
    display: none;
  }

  .form-img {
    vertical-align: bottom;
    margin-top: 30px;
  }

}


@media screen and (max-width: 977px) {
  .contenedor {
    width: 100%;
    max-width: 100%;
  }
  .dos-coll {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .pt-20-m {
    padding-top: 20px;
  }
  .contenedor-texto-4 {
    background: var(--bg-white);
  }
  .texto-color-azul-m {
    color: var(--color-titular);
    font-size: 2rem;
    line-height: 1.2;
  }
  .absolute.relative-m {
    position: relative;
    display: block;
  }
  .figuras-espacio-1::before {
    display: none;
  }
  .figuras-espacio-1::after {
    display: none;
  }
  .figuras-espacio-2::before {
    display: none;
  }
  .figuras-espacio-2::after {
    display: none;
  }  

  .INNOVAN {
    padding: 20px;
  }

  .p-20 {
    padding: 20px;
  }

  .bg-verde {
    width: 100%;
  }

}


@media screen and (max-width: 1076px) {
  .contenedor.contenedor-colls {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .figuras::before, .figuras::after {
    display: none;
  }
  .con-figuras::before, .con-figuras::after {
    display: none;
  }

  .col-con-texto {
    margin: 0 auto;
  }

  
  /* .dos-coll {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px; 
  } */
}

@media screen and (max-width: 1418px) {
  .puntos::before, .puntos::after {
    display: none;
  }
}


@media screen and (min-width: 978px) {
  .pt-20-m {
    padding-top: 0px;
  }
}

.ventajas {
  padding-top: 180px;
  padding-bottom: 120px;
}


.figuras-ventajas::before {
  position: absolute;
  content: "";
  background: url("../img/ventajas/figura-1.svg") no-repeat center center;
  background-size: contain;
  top: -140px;
  left: 0;
  width: 313.368px;
  height: 223.563px;
}

.figuras-ventajas::after {
  position: absolute;
  content: "";
  background: url("../img/ventajas/figura-2.svg") no-repeat center center;
  background-size: contain;
  top: -140px;
  right: 0;
  width: 313.368px;
  height: 223.563px;
}


.contenedor-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}




@media screen and (min-width: 320px) {
  .ventajas {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .titular-bienvenido {
    font-size: 2.5rem;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }
  .titular-57 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.25rem;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }
  .titular-65 {
    font-size: 3.1875rem;
    line-height: 3.25rem;
  }
  .titular-45 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.25rem;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }
  .titular-42 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding-inline: 8% 8%;
    writing-mode: horizontal-tb;
  }
  .pl-80 {
    padding-left: 0;
  } 
  .pr-80 {
    padding-right: 0;
  }
  .titular-35 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }

  .adress {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7rem;
    padding-inline: 5% 5%;
    writing-mode: horizontal-tb;
  }

  .text-35, .text-35-m {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }
  .text-35-r {
    width: 50%;
    margin: 0 auto;
    padding-top: 16px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.7rem;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }
  .text-30-m {
    font-size: 1.5rem;
    line-height: 2rem;
  }  
  .boton-azul {
    position: relative;
    display: block;
    background: var(--bg-azul);
    color: var(--color-white);
    text-decoration: none;
    font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 2.8rem;
    text-align: center;
    height: 2.8rem;
  }

  .descubre-bg {
    display: none;
  }

  .boton-con-edificio {
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }


  .boton-con-edificio::before {
    bottom: 2.6rem;
    left: 12rem;
  }

  .boton-verde {
    position: relative;
    display: block;
    text-decoration: none;
    font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
    font-size: 1.2rem;
    line-height: 2.8rem;
    text-align: center;
    height: 2.8rem;
  }

  .pb-200 {
    padding-bottom: 0;
  }

  .con-logos {
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #99BBD4 100%);
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }

  .logos-grid__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    list-style-type: none;
  }

  .unete {
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(180deg, #99BBD4 0%, #005594 100%);
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
    }

  .figuras-unete::before {
    /* display: none; */
    visibility: hidden;
  }
  
  .figuras-unete::after {
    /* display: none; */
    visibility: hidden;
  }
  

  .unete .pt-80 {
    padding-top: 0;
  }
  
  .titular-50-b {
    font-family: 'SohoGothicPro-Bold', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2rem;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }

  .contenedor-formulario {
    position: relative;
    display: block;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }

  .formulario_form {
    display: block;
    /* width: 100%; */
    /* max-width: 20vw; */
  }

  ._form-input {
    display: block;
    width: 90%;

    /* padding: .375rem .75rem; */
  }

  .form-btn {
    width: 90%;
  }

  .figuras-ventajas::before {
    position: absolute;
    content: "";
    background: url("../img/ventajas/figura-3.svg") no-repeat center center;
    background-size: contain;
    top: -28px;
    left: -60px;
    width: 150.368px;
    height: 60.563px;
  }

  .figuras-ventajas::after {
    position: absolute;
    content: "";
    background: url("../img/ventajas/figura-4.svg") no-repeat center center;
    background-size: contain;
    top: -28px;
    right: -60px;
    width: 150.368px;
    height: 60.563px;
  }
  .polygon-grid__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 0;
    grid-auto-rows: 140px auto 140px auto 140px auto 140px auto;
      grid-template-areas:
      "uno uno dos dos"
      "tres cuatro cuatro cinco"
      "seis seis siete siete"
      "ocho nueve nueve diez"
      "once once doce doce"
      "trece catorce catorce quince"
      "dieciseis dieciseis diecisiete diecisiete"
      "dieciocho diecinueve diecinueve veinte";
      ;
    align-items: center;
    list-style-type: none;
    margin-left: 0;
  }
  
  .polygon-grid__list .polygon-grid__item.texto-1 {
    grid-area: uno;
    justify-self: self-end;
  }
  .polygon-grid__list .polygon-grid__item.texto-2 {
    grid-area: dos;
    justify-self: self-start;
  }
  .polygon-grid__list .polygon-grid__item.texto-3 {
    grid-area: seis;
    justify-self: self-end;
  }
  .polygon-grid__list .polygon-grid__item.texto-4 {
    grid-area: siete;
    justify-self: self-start;
  }
  .polygon-grid__list .polygon-grid__item.texto-5 {
    grid-area: once;
    justify-self: self-end;
  }
  .polygon-grid__list .polygon-grid__item.texto-6 {
    margin-left: 0;
    grid-area: doce;
    justify-self: self-start;
  }
  .polygon-grid__list .polygon-grid__item.texto-7 {
    margin-left: 0;
    grid-area: dieciseis;
    justify-self: self-end;
  }
  .polygon-grid__list .polygon-grid__item.texto-8 {
    margin-left: 0;
    grid-area: diecisiete;
    justify-self: self-start;
  }
  .polygon-grid__list .polygon-grid__item.imagen-1 {
    grid-area: cuatro;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.imagen-2 {
    grid-area: nueve;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.imagen-3 {
    grid-area: catorce;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.imagen-4 {
    grid-area: diecinueve;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.imagen-5 {
    grid-area: veinte;
    justify-self: self-start;
  }

  .polygon-grid__list .polygon-grid__item.vacio-1 {
    grid-area: tres;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-2 {
    grid-area: cinco;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-3 {
    grid-area: ocho;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-4 {
    grid-area: diez;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-5 {
    grid-area: trece;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-6 {
    grid-area: quince;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-7 {
    grid-area: dieciocho;
    justify-self: self-end;
  }

  .polygon-grid__item {
    position: relative;
    grid-row: auto;
    width: 190px;
    height: 219px;
  }

  .polygon-grid__content {
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: .725rem;
    color: #111;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    transition: transform 0.24s ease-out;
  }
  
  
  .grid__content-titulo {
    font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
    font-size: .7rem;
    font-weight: 600;
    line-height: 1rem;
    color: var(--color-verde-titular);
    margin-top: 16px;
    margin-bottom: 0;
  }
  
  
  .grid__content-texto {
    font-family: 'SohoGothicPro-Regular', Helvetica, sans-serif;
    font-size: .525rem;
    line-height: 1rem;
    color: var(--color-texto);
    padding-left: 0;
    padding-right: 0;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }

  .grid__content-imagen img {
    width: 50%;
    height: auto;
    padding: 10px;
    margin-top: 0;
  }
  
  .grid__content-imagen img.img-hex {
    width: 50%;
    height: auto;
    margin-top: 0;
  }
}

@media screen and (min-width: 457px) {
  .ventajas {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .titular-57 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
  .titular-45 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
  .figuras-ventajas::before {
    position: absolute;
    content: "";
    background: url("../img/ventajas/figura-3.svg") no-repeat center center;
    background-size: contain;
    top: -25px;
    left: -40px;
    width: 150.368px;
    height: 60.563px;
  }

  .figuras-ventajas::after {
    position: absolute;
    content: "";
    background: url("../img/ventajas/figura-4.svg") no-repeat center center;
    background-size: contain;
    top: -25px;
    right: -40px;
    width: 150.368px;
    height: 60.563px;
  }
}


@media screen and (min-width: 592px) {
  .ventajas {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .titular-57 {
    font-size: 2.5rem;
    line-height: 2.7rem;
    padding-inline: 20% 20%;
    writing-mode: horizontal-tb;
  }
  .titular-45 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
  .titular-35 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.4rem;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }

  .adress {
    text-align: center;
    font-size: 2rem;
    line-height: 2.4rem;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }

  .boton-azul {
    position: relative;
    display: block;
    background: var(--bg-azul);
    color: var(--color-white);
    text-decoration: none;
    font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
    font-size: 1.8rem;
    line-height: 3.8rem;
    text-align: center;
    height: 3.8rem;
  }

  .boton-verde {
    position: relative;
    display: block;
    background: var(--bg-verde);
    color: var(--color-white);
    text-decoration: none;
    font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
    font-size: 1.875rem;
    line-height: 4.75rem;
    text-align: center;
    width: 47rem;
    height: 4.75rem;
    z-index: 3;
  }

  .boton-con-edificio::before {
    position: absolute;
    content: "";
    background: url("../img/descubre/figura-1.svg") no-repeat center center;
    background-size: contain;
    bottom: 4.75rem;
    left: 8rem;
    width: 142.53px;
    height: 138.986px;
    pointer-events: none;
    z-index: 2;
    }

  .figuras-ventajas::before {
    position: absolute;
    content: "";
    background: url("../img/ventajas/figura-3.svg") no-repeat center center;
    background-size: contain;
    top: -25px;
    left: -20px;
    width: 150.368px;
    height: 60.563px;
  }

  .figuras-ventajas::after {
    position: absolute;
    content: "";
    background: url("../img/ventajas/figura-4.svg") no-repeat center center;
    background-size: contain;
    top: -25px;
    right: -20px;
    width: 150.368px;
    height: 60.563px;
  }
}

@media screen and (min-width: 760px) {
  .polygon-grid__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-auto-rows: 150px auto 150px auto 150px;
      grid-template-areas:
      "uno uno dos dos tres tres cuatro cuatro"
      "cinco cinco seis seis siete siete ocho ocho"
      "nueve nueve diez diez once once doce doce"
      "trece trece catorce catorce quince quince dieciseis dieciseis"
      "diecisiete diecisiete dieciocho dieciocho diecinueve diecinueve veinte veinte";
    align-items: center;
    list-style-type: none;
    margin-left: 0;
  }
  
  .polygon-grid__list .polygon-grid__item.texto-1 {
    margin-left: -210px;
    grid-area: dos;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.texto-2 {
    margin-left: -210px;
    grid-area: tres;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.texto-3 {
    grid-area: seis;
    justify-self: self-end;
  }
  .polygon-grid__list .polygon-grid__item.texto-4 {
    grid-area: siete;
    justify-self: self-start;
  }
  .polygon-grid__list .polygon-grid__item.texto-5 {
    margin-left: -210px;
    grid-area: diez;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.texto-6 {
    margin-left: -210px;
    grid-area: once;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.texto-7 {
    margin-left: 0;
    grid-area: catorce;
    justify-self: self-end;
  }
  .polygon-grid__list .polygon-grid__item.texto-8 {
    margin-left: 0;
    grid-area: quince;
    justify-self: self-start;
  }
  .polygon-grid__list .polygon-grid__item.imagen-1 {
    margin-left: -210px;
    grid-area: cuatro;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.imagen-2 {
    grid-area: cinco;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.imagen-3 {
    margin-left: -210px;
    grid-area: doce;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.imagen-4 {
    grid-area: trece;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.imagen-5 {
    margin-left: -210px;
    grid-area: diecinueve;
    justify-self: center;
  }

  .polygon-grid__list .polygon-grid__item.vacio-1 {
    margin-left: -210px;
    grid-area: uno;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-2 {
    grid-area: ocho;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-3 {
    margin-left: -210px;
    grid-area: nueve;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-4 {
    grid-area: dieciseis;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-5 {
    margin-left: -210px;
    grid-area: diecisiete;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-6 {
    margin-left: -210px;
    grid-area: dieciocho;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-7 {
    margin-left: -210px;
    grid-area: veinte;
    justify-self: center;
  }

  .polygon-grid__item {
    position: relative;
    grid-row: auto;
    width: 200px;
    height: 231px;
  }

  .polygon-grid__content {
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: .725rem;
    color: #111;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    transition: transform 0.24s ease-out;
  }
  
  
  .grid__content-titulo {
    font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
    font-size: .7rem;
    font-weight: 600;
    line-height: 1rem;
    color: var(--color-verde-titular);
    margin-top: 16px;
    margin-bottom: 0;
  }
  
  
  .grid__content-texto {
    font-family: 'SohoGothicPro-Regular', Helvetica, sans-serif;
    font-size: .525rem;
    line-height: 1rem;
    color: var(--color-texto);
    padding-left: 0;
    padding-right: 0;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }

  .grid__content-imagen img {
    width: 50%;
    height: auto;
    padding: 10px;
    margin-top: 0;
  }
  
  .grid__content-imagen img.img-hex {
    width: 50%;
    height: auto;
    margin-top: 0;
  }
}

@media screen and (min-width: 800px) {
  .ventajas {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .titular-57 {
    font-size: 2.5rem;
    line-height: 2.7rem;
    padding-inline: 20% 20%;
    writing-mode: horizontal-tb;
  }
  .titular-45 {
    font-size: 2.5rem;
    line-height: 2.7rem;
    padding-inline: 20% 20%;
    writing-mode: horizontal-tb;
  }
  .titular-42 {
    font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
    font-size: 2.5rem;
    line-height: 2.7rem;
    /* padding-inline: 8% 8%;
    writing-mode: horizontal-tb; */
  }
  .titular-bienvenido {
    font-size: 2.5rem;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }
  .titular-35 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.2rem;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }

  .adress {
    text-align: center;
    font-size: 2rem;
    line-height: 2.2rem;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }

  .text-35, .text-35-m {
    text-align: center;
    font-size: 2rem;
    line-height: 2.2rem;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }
  .text-35-r {
    width: 50%;
    margin: 0 auto;
    padding-top: 16px;
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.9rem;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }
  .figuras-ventajas::before {
    position: absolute;
    content: "";
    background: url("../img/ventajas/figura-3.svg") no-repeat center center;
    background-size: contain;
    top: -58px;
    left: -60px;
    width: 200.368px;
    height: 110.563px;
  }

  .figuras-ventajas::after {
    position: absolute;
    content: "";
    background: url("../img/ventajas/figura-4.svg") no-repeat center center;
    background-size: contain;
    top: -58px;
    right: -60px;
    width: 200.368px;
    height: 110.563px;
  }
  ._form-input {
    max-width: 70%;
  }
  .form-btn {
    width: 70%;
  }
}

@media screen and (min-width: 978px) {
  .ventajas {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .titular-65 {
    font-size: 4.0625rem;
    line-height: 4.2rem;
  }
  .titular-57 {
    font-size: 3.225rem;
    line-height: 4.2rem;
    padding-inline: 24% 24%;
    writing-mode: horizontal-tb;
  }
  .titular-45 {
    font-size: 3.225rem;
    line-height: 4.2rem;
    padding-inline: 24% 24%;
    writing-mode: horizontal-tb;
  }
  .titular-42 {
    font-size: 2.625rem;
    line-height: 3.125rem;
    padding-inline: 0 0;
  }
  .pl-80 {
    padding-left: 80px;
  } 
  .pr-80 {
    padding-right: 80px;
  }
  .figuras-ventajas::before {
    position: absolute;
    content: "";
    background: url("../img/ventajas/figura-3.svg") no-repeat center center;
    background-size: contain;
    top: -120px;
    left: -100px;
    width: 313.368px;
    height: 223.563px;
  }

  .figuras-ventajas::after {
    position: absolute;
    content: "";
    background: url("../img/ventajas/figura-4.svg") no-repeat center center;
    background-size: contain;
    top: -120px;
    right: -100px;
    width: 313.368px;
    height: 223.563px;
  }

  .polygon-grid__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-auto-rows: 180px auto 180px auto 180px;
      grid-template-areas:
      "uno uno dos dos tres tres cuatro cuatro"
      "cinco cinco seis seis siete siete ocho ocho"
      "nueve nueve diez diez once once doce doce"
      "trece trece catorce catorce quince quince dieciseis dieciseis"
      "diecisiete diecisiete dieciocho dieciocho diecinueve diecinueve veinte veinte";
    align-items: center;
    list-style-type: none;
    margin-left: 0;
  }
  
  .polygon-grid__list .polygon-grid__item.texto-1 {
    margin-left: -260px;
    grid-area: dos;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.texto-2 {
    margin-left: -260px;
    grid-area: tres;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.texto-3 {
    grid-area: seis;
    justify-self: self-end;
  }
  .polygon-grid__list .polygon-grid__item.texto-4 {
    grid-area: siete;
    justify-self: self-start;
  }
  .polygon-grid__list .polygon-grid__item.texto-5 {
    margin-left: -260px;
    grid-area: diez;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.texto-6 {
    margin-left: -260px;
    grid-area: once;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.texto-7 {
    margin-left: 0;
    grid-area: catorce;
    justify-self: self-end;
  }
  .polygon-grid__list .polygon-grid__item.texto-8 {
    margin-left: 0;
    grid-area: quince;
    justify-self: self-start;
  }
  .polygon-grid__list .polygon-grid__item.imagen-1 {
    margin-left: -260px;
    grid-area: cuatro;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.imagen-2 {
    grid-area: cinco;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.imagen-3 {
    margin-left: -260px;
    grid-area: doce;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.imagen-4 {
    grid-area: trece;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.imagen-5 {
    margin-left: -260px;
    grid-area: diecinueve;
    justify-self: center;
  }

  .polygon-grid__list .polygon-grid__item.vacio-1 {
    margin-left: -260px;
    grid-area: uno;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-2 {
    grid-area: ocho;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-3 {
    margin-left: -260px;
    grid-area: nueve;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-4 {
    /* margin-left: -230px; */
    grid-area: dieciseis;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-5 {
    margin-left: -260px;
    grid-area: diecisiete;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-6 {
    margin-left: -260px;
    grid-area: dieciocho;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-7 {
    margin-left: -260px;
    grid-area: veinte;
    justify-self: center;
  }

  .polygon-grid__item {
    position: relative;
    grid-row: auto;
    width: 250px;
    height: 288px;
  }

  .polygon-grid__content {
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: .725rem;
    color: #111;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    transition: transform 0.24s ease-out;
  }
  
  
  .grid__content-titulo {
    font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1rem;
    color: var(--color-verde-titular);
    margin-top: 16px;
    margin-bottom: 10px;
  }
  
  
  .grid__content-texto {
    font-family: 'SohoGothicPro-Regular', Helvetica, sans-serif;
    font-size: .725rem;
    line-height: 1rem;
    color: var(--color-texto);
    padding-left: 0;
    padding-right: 0;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }

  .grid__content-imagen img {
    width: 50%;
    height: auto;
    padding: 10px;
    margin-top: 0;
  }
  
  .grid__content-imagen img.img-hex {
    width: 50%;
    height: auto;
    /* min-height: 196px; */
    margin-top: 0;
  }
  ._form-input {
    max-width: 70%;
  }
  .form-btn {
    width: 70%;
  }
}


@media screen and (min-width: 1080px) {
  .ventajas {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .titular-57 {
    font-size: 3.225rem;
    line-height: 4.2rem;
    padding-inline: 20% 20%;
    writing-mode: horizontal-tb;
  }
  .titular-45 {
    font-size: 3.225rem;
    line-height: 4.2rem;
    padding-inline: 20% 20%;
    writing-mode: horizontal-tb;
  }
  .margins-lr-10 {
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }
  .text-30-m {
    font-size: 1.875rem;
    line-height: 2.3rem;
  }  
  .figuras-ventajas::before {
    position: absolute;
    content: "";
    background: url("../img/ventajas/figura-3.svg") no-repeat center center;
    background-size: contain;
    top: -120px;
    left: -100px;
    width: 313.368px;
    height: 223.563px;
  }

  .figuras-ventajas::after {
    position: absolute;
    content: "";
    background: url("../img/ventajas/figura-4.svg") no-repeat center center;
    background-size: contain;
    top: -120px;
    right: -100px;
    width: 313.368px;
    height: 223.563px;
  }
}


@media screen and (min-width: 1279px) {
  .polygon-grid__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-auto-rows: 240px auto 240px auto 240px;
      grid-template-areas:
      "uno uno dos dos tres tres cuatro cuatro"
      "cinco cinco seis seis siete siete ocho ocho"
      "nueve nueve diez diez once once doce doce"
      "trece trece catorce catorce quince quince dieciseis dieciseis"
      "diecisiete diecisiete dieciocho dieciocho diecinueve diecinueve veinte veinte";
    align-items: center;
    list-style-type: none;
    margin-left: 0;
  }
  
  .polygon-grid__list .polygon-grid__item.texto-1 {
    margin-left: -380px;
    grid-area: dos;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.texto-2 {
    margin-left: -380px;
    grid-area: tres;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.texto-3 {
    grid-area: seis;
    justify-self: self-end;
  }
  .polygon-grid__list .polygon-grid__item.texto-4 {
    grid-area: siete;
    justify-self: self-start;
  }
  .polygon-grid__list .polygon-grid__item.texto-5 {
    margin-left: -380px;
    grid-area: diez;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.texto-6 {
    margin-left: -380px;
    grid-area: once;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.texto-7 {
    margin-left: 0;
    grid-area: catorce;
    justify-self: self-end;
  }
  .polygon-grid__list .polygon-grid__item.texto-8 {
    margin-left: 0;
    grid-area: quince;
    justify-self: self-start;
  }
  .polygon-grid__list .polygon-grid__item.imagen-1 {
    margin-left: -380px;
    grid-area: cuatro;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.imagen-2 {
    grid-area: cinco;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.imagen-3 {
    margin-left: -380px;
    grid-area: doce;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.imagen-4 {
    grid-area: trece;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.imagen-5 {
    margin-left: -380px;
    grid-area: diecinueve;
    justify-self: center;
  }

  .polygon-grid__list .polygon-grid__item.vacio-1 {
    margin-left: -380px;
    grid-area: uno;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-2 {
    grid-area: ocho;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-3 {
    margin-left: -380px;
    grid-area: nueve;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-4 {
    grid-area: dieciseis;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-5 {
    margin-left: -380px;
    grid-area: diecisiete;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-6 {
    margin-left: -380px;
    grid-area: dieciocho;
    justify-self: center;
  }
  .polygon-grid__list .polygon-grid__item.vacio-7 {
    margin-left: -380px;
    grid-area: veinte;
    justify-self: center;
  }

  .polygon-grid__item {
    position: relative;
    grid-row: auto;
    width: 370px;
    height: 427px;
  }

  .polygon-grid__content {
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: .725rem;
    color: #111;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    transition: transform 0.24s ease-out;
  }
  
  
  .grid__content-titulo {
    font-family: 'SohoGothicPro-Medium', Helvetica, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2rem;
    color: var(--color-verde-titular);
    margin-top: 16px;
    margin-bottom: 10px;
  }
  
  
  .grid__content-texto {
    font-family: 'SohoGothicPro-Regular', Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.1rem;
    color: var(--color-texto);
    padding-left: 0;
    padding-right: 0;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }

  .grid__content-imagen img {
    width: 100%;
    height: auto;
    padding: 10px;
    margin-top: 10px;
  }
  
  .grid__content-imagen img.img-hex {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  ._form-input {
    max-width: 50%;
  }
  .form-btn {
    width: 50%;
  }
}


@media screen and (min-width: 1440px) {
  .ventajas {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .titular-57 {
    font-size: 3.225rem;
    line-height: 4.2rem;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }
  .titular-45 {
    font-size: 3.225rem;
    line-height: 4.2rem;
    padding-inline: 10% 10%;
    writing-mode: horizontal-tb;
  }
  .figuras-ventajas::before {
    position: absolute;
    content: "";
    background: url("../img/ventajas/figura-3.svg") no-repeat center center;
    background-size: contain;
    top: -120px;
    left: -20px;
    width: 313.368px;
    height: 223.563px;
  }

  .figuras-ventajas::after {
    position: absolute;
    content: "";
    background: url("../img/ventajas/figura-4.svg") no-repeat center center;
    background-size: contain;
    top: -120px;
    right: -20px;
    width: 313.368px;
    height: 223.563px;
  }
  .boton-con-edificio::before {
    position: absolute;
    content: "";
    background: url(../img/descubre/figura-1.svg) no-repeat center center;
    background-size: contain;
    bottom: 4.75rem;
    left: 14rem;
    width: 142.53px;
    height: 138.986px;
    pointer-events: none;
    z-index: 2;
  }
  .titular-50-b {
    font-family: 'SohoGothicPro-Bold', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 3.125rem;
    line-height: 3.375rem;
  }

  .unete {
    --width: 290.176px;
    --height: 334.775px;
    padding-top: 200px;
    padding-bottom: 200px;
    background: linear-gradient(180deg, #99BBD4 0%, #005594 100%);
  }

  .figuras-unete::before {
    visibility: visible;
    position: absolute;
    content: "";
    background: url("../img/unete/figura-1.svg") no-repeat center center;
    background-size: contain;
    top: -6rem;
    left: -20rem;
    width: var(--width);
    height: var(--height);
    z-index: -1;
  }
  
  .figuras-unete::after {
    visibility: visible;
    position: absolute;
    content: "";
    background: url("../img/unete/figura-2.svg") no-repeat center center;
    background-size: contain;
    top: -6rem;
    right: -20rem;
    width: var(--width);
    height: var(--height);
    z-index: -1;
  }
  .form-img {
    vertical-align: bottom;
    margin-top: -380px;
  }
  ._form-input {
    max-width: 40%;
  }
  .form-btn {
    width: 40%;
  }
}


