@font-face {
  font-family: Social Media Circled;
  src: url('../fonts/Social-Media-Circled.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --morado: #bf83f3;
  --offwhite-new: #f0f0f0;
  --transparente: #0000;
  --brown: #a0a0a0;
  --azul: #1a8bd1;
  --gris-sistema: #2d2d2d;
  --acua: #36ffd7;
}

body {
  background-color: var(--black);
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.header {
  padding: 2rem 1rem;
}

.container-header {
  justify-content: space-between;
  align-items: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img-logo {
  float: left;
  width: 11rem;
}

.btn-standard {
  border: 1px solid var(--morado);
  background-image: linear-gradient(225deg, var(--morado), #b06aec);
  color: var(--offwhite-new);
  border-radius: .4rem;
  padding: .9rem 2.1rem;
  font-size: .9rem;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
}

.btn-standard:hover {
  border-color: var(--offwhite-new);
  background-color: var(--offwhite-new);
  color: var(--black);
  background-image: none;
}

.btn-standard.secundario {
  border: 1px solid var(--morado);
  background-color: var(--transparente);
  color: var(--offwhite-new);
  background-image: none;
}

.btn-standard.secundario:hover {
  border-color: var(--offwhite-new);
  background-color: var(--offwhite-new);
  color: var(--black);
}

.btn-standard.tercero:hover {
  border-color: var(--black);
}

.btn-standard.bigger {
  padding: 1.35rem 3.15rem;
  font-size: 1.35rem;
}

.hamb-btn-group {
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 1rem;
  display: flex;
}

.linea-top-ham {
  background-color: var(--brown);
  width: 1.5rem;
  height: 1px;
}

.btn-and-ham-group {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-hero {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-hero {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 90rem;
  display: flex;
}

.col-a-hero {
  z-index: 2;
  background-color: #000;
  width: 40%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.titulo-nosotros {
  z-index: 0;
  background-image: linear-gradient(135deg, #bf83f3 33%, var(--azul));
  letter-spacing: -.01em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 4.4rem;
  font-weight: 200;
  line-height: 1em;
}

.titulo-post {
  color: #a09994;
  letter-spacing: .05em;
  max-width: 300px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
}

.titulo-post.full {
  max-width: none;
}

.subtitulo-hero {
  color: var(--offwhite-new);
  letter-spacing: .05em;
  margin-bottom: 5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.subtitulo-hero.full {
  max-width: none;
}

.grupo-botones-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.col-b-hero {
  width: 53%;
  padding-top: 8rem;
  position: relative;
}

.imagen-hero-1 {
  z-index: 0;
  background-color: var(--transparente);
  object-fit: cover;
  width: 15rem;
  height: 11.9rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.imagen-hero-2 {
  z-index: 1;
  background-color: var(--transparente);
  object-fit: cover;
  width: 30rem;
  height: 21rem;
  position: relative;
}

.imagen-hero-3 {
  z-index: 0;
  background-color: var(--transparente);
  object-fit: cover;
  width: 16rem;
  height: 11rem;
  position: absolute;
  top: 0;
  right: 0;
}

.section-beneficios {
  height: 300vh;
  padding: 10rem 1rem 5rem;
}

.container-beneficios {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.debug-espacio {
  height: 100vh;
}

.col-b-beneficios {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  height: 100%;
  display: flex;
}

.imagen-beneficios {
  object-fit: cover;
  border-radius: 1rem;
  width: 45%;
  height: 82vh;
  position: sticky;
  top: 5rem;
}

.card-benefit {
  border: 1px solid var(--morado);
  background-color: var(--black);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 23%;
  padding: 2.2rem;
  display: flex;
  position: sticky;
  top: 5rem;
}

.card-benefit.dos {
  top: 7rem;
}

.card-benefit.tres {
  top: 9rem;
}

.card-benefit.cuatro {
  margin-bottom: 0;
  top: 11rem;
}

.grupo-top-card {
  width: 81%;
}

.titulo-cards {
  z-index: 0;
  color: var(--offwhite-new);
  letter-spacing: -.01em;
  width: 71%;
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 1em;
}

.mini-titulo-card {
  color: var(--morado);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5em;
}

.mini-titulo-card.full {
  max-width: none;
}

.p-general {
  color: var(--brown);
  letter-spacing: .05em;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.p-general.full {
  max-width: none;
}

.section-spotlight {
  padding: 10rem 1rem 5rem;
}

.container-spotlight {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.titulo-spotlight {
  background-image: linear-gradient(45deg, var(--morado) 32%, var(--azul));
  letter-spacing: -.01em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 61%;
  margin-top: .6rem;
  margin-bottom: 3.4rem;
  font-size: 5.7rem;
  font-weight: 200;
  line-height: 1em;
}

.col-b-spotlight {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 23%;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.section-wuotes {
  padding: 5rem 1rem;
}

.container-quotes {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.col-a-quotes {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 44%;
  display: flex;
}

.col-b-quotes {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  width: 53%;
  margin-right: -1rem;
  display: flex;
}

.titulo-quotes {
  z-index: 0;
  color: var(--offwhite-new);
  letter-spacing: -.01em;
  width: 71%;
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 1em;
}

.grupo-datos-quotes {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.col-dato-quote {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.dato-quote {
  background-image: linear-gradient(135deg, var(--morado), var(--azul));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1em;
}

.p-dato-quote {
  color: var(--brown);
  letter-spacing: .05em;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5em;
}

.p-dato-quote.full {
  max-width: none;
}

.quote-col {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.quote-content {
  border: 1px solid var(--morado);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  min-height: 12rem;
  padding: 2.4rem;
}

.top-quote {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.3rem;
  display: flex;
}

.img-quote {
  aspect-ratio: 1;
  border-radius: 100%;
  width: 3.2rem;
  margin-right: 1rem;
}

.p-nombre {
  color: var(--offwhite-new);
  letter-spacing: .05em;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
}

.p-nombre.full {
  max-width: none;
}

.p-rol-quote {
  color: var(--brown);
  letter-spacing: .05em;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5em;
}

.p-rol-quote.full {
  max-width: none;
}

.quote {
  color: var(--brown);
  letter-spacing: .05em;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4em;
}

.quote.full {
  max-width: none;
}

.section-faq {
  padding: 10rem 1rem 5rem;
}

.container-faq {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.grupo-top-faq {
  text-align: left;
  margin-bottom: 6rem;
}

.mini-titulo-faq {
  color: var(--morado);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5em;
}

.mini-titulo-faq.full {
  max-width: none;
}

.titulo-faq {
  z-index: 0;
  color: var(--offwhite-new);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1em;
}

.fila-faq {
  border-bottom: 1px solid var(--morado);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  display: flex;
}

.fila-faq.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.titulo-dato-faq {
  z-index: 0;
  color: var(--offwhite-new);
  letter-spacing: -.01em;
  max-width: 21rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.3em;
}

.p-respuesta {
  color: var(--brown);
  letter-spacing: .05em;
  max-width: 40rem;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5em;
  position: relative;
}

.p-respuesta.full {
  max-width: none;
}

.section-connect {
  padding: 10rem 1rem;
}

.container-connect {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.mini-connect {
  color: var(--brown);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5em;
}

.mini-connect.full {
  max-width: none;
}

.titulo-connect {
  z-index: 0;
  color: var(--morado);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 1em;
}

.fila-connect-datos {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5rem;
  display: flex;
}

.col-a-connect {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 41%;
  display: flex;
}

.imagen-connect {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 22rem;
}

.col-b-connect {
  width: 55%;
}

.titulo-menor-connect {
  z-index: 0;
  color: var(--brown);
  letter-spacing: .05em;
  max-width: 20rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.section-footer {
  background-color: var(--black);
  padding: 7rem 1rem;
}

.container-footer {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.col-links-footer {
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.col-links-footer-interno {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mini-footer {
  color: var(--morado);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5em;
}

.mini-footer.full {
  max-width: none;
}

.link-footer {
  color: var(--brown);
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1em;
  text-decoration: none;
}

.img-logo-footer {
  float: left;
  width: 14rem;
}

.socials-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.link-red {
  color: var(--offwhite-new);
  font-family: Social Media Circled, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1em;
  text-decoration: none;
}

.grande {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 35rem;
}

.menu {
  z-index: 5;
  background-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 20rem;
  padding: 2rem;
  transition: all .8s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: fixed;
  inset: 0% -20rem 0% auto;
}

.menu.on {
  right: 0;
}

.mini-menu {
  opacity: .57;
  color: var(--morado);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5em;
}

.mini-menu.full {
  max-width: none;
}

.link-header {
  color: var(--brown);
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1em;
  text-decoration: none;
}

.close {
  z-index: 4;
  display: none;
  position: fixed;
  inset: 0%;
}

.imagen-hero-3-interno {
  z-index: 0;
  background-color: var(--transparente);
  object-fit: cover;
  border-radius: 1rem;
  width: 16rem;
  height: 11rem;
}

.hide-btn-slide-hero {
  display: none;
}

.imagen-hero-1-interno {
  z-index: 0;
  object-fit: cover;
  border-radius: 1rem;
  width: 15rem;
  height: 11.9rem;
}

.imagen-hero-2-interno {
  z-index: 1;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 29.7rem;
  position: relative;
}

.imagen-hero-2-interno.parche {
  position: absolute;
  top: 0%;
  left: -16.66%;
}

.slider-fotos {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 273rem;
  display: flex;
  position: relative;
}

.degradado-right {
  z-index: 1;
  background-image: linear-gradient(270deg, #000, #0000);
  width: 13%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.degradado-left {
  z-index: 1;
  background-image: linear-gradient(90deg, #000 37%, #0000);
  width: 21%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -6.4rem;
}

.parche-hero {
  z-index: 1;
  background-color: #000;
  width: 36%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.wrapper-imagen {
  width: 16.66%;
  padding-right: 2.4rem;
}

.medida {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.section-logos {
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.logo-mask {
  width: 280rem;
  position: relative;
}

.logo {
  opacity: .46;
  width: 8.33%;
  height: 4.8rem;
  transition: all .2s;
}

.logo:hover {
  opacity: .7;
}

.logo.menor {
  height: 3rem;
}

.logo-element {
  justify-content: flex-start;
  align-items: center;
  padding-right: 5.6rem;
  display: flex;
}

.debug-element {
  background-color: #a3777761;
  width: 33.33%;
  height: 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.unicorn-full {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.titulo-seccion {
  z-index: 0;
  background-image: linear-gradient(135deg, #bf83f3 33%, var(--azul));
  letter-spacing: -.01em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 58px;
  font-weight: 200;
  line-height: 1.1em;
}

.second-title {
  color: var(--brown);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.3em;
}

.third-title {
  color: var(--morado);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.3em;
}

.flexbox-card {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.flexbox-card.right {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.loading-wrapper {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.col-a-card {
  width: 50%;
}

.col-b-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-left: 1px solid var(--gris-sistema);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.imagen-thumb {
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
}

.row-two-cols {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.row-for-two-cols {
  width: 100%;
}

.icono-boton {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.label-btn {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1em;
}

.btn-ui {
  border: 1px solid var(--gris-sistema);
  background-color: var(--black);
  color: var(--brown);
  border-radius: .4rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn-ui:hover {
  border-color: var(--morado);
  background-color: var(--morado);
  color: var(--black);
  background-image: none;
}

.btn-ui.secundario {
  border: 1px solid var(--gris-sistema);
  background-color: var(--gris-sistema);
  color: var(--brown);
  background-image: none;
}

.btn-ui.secundario:hover {
  border-color: var(--morado);
  background-color: var(--morado);
  color: var(--black);
}

.btn-ui.tercero {
  background-color: var(--transparente);
  width: auto;
}

.btn-ui.tercero:hover {
  border-color: var(--morado);
  background-color: var(--morado);
}

.btn-ui.bigger {
  padding: 1.35rem 3.15rem;
  font-size: 1.35rem;
}

@media screen and (max-width: 991px) {
  .header, .section-hero {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .titulo-nosotros {
    font-size: 2.9rem;
  }

  .titulo-post, .subtitulo-hero {
    width: 100%;
  }

  .col-b-hero {
    width: 58%;
  }

  .imagen-hero-2 {
    width: 23rem;
    height: 18rem;
    top: 2rem;
    left: 3rem;
  }

  .section-beneficios {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .titulo-cards {
    width: 100%;
    font-size: 1.9rem;
  }

  .mini-titulo-card, .p-general {
    width: 100%;
  }

  .section-spotlight {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .titulo-spotlight {
    width: 70%;
    font-size: 4.1rem;
  }

  .col-b-spotlight {
    width: 42%;
    padding-bottom: .6rem;
  }

  .section-wuotes {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-quotes {
    flex-flow: column;
  }

  .col-a-quotes {
    flex-flow: row;
    width: 100%;
    margin-bottom: 4rem;
  }

  .col-b-quotes {
    width: auto;
    margin-left: -1rem;
  }

  .titulo-quotes {
    width: auto;
  }

  .grupo-titulo-y-p-quotes {
    width: 50%;
  }

  .grupo-datos-quotes {
    justify-content: space-between;
    align-items: flex-end;
    width: 40%;
  }

  .p-dato-quote, .p-nombre, .p-rol-quote, .quote {
    width: 100%;
  }

  .section-faq {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mini-titulo-faq {
    width: 100%;
  }

  .fila-faq {
    padding-left: 0;
    padding-right: 0;
  }

  .titulo-dato-faq {
    width: 40%;
  }

  .p-respuesta {
    width: 60%;
  }

  .section-connect {
    padding: 5rem 2rem;
  }

  .mini-connect {
    width: 100%;
  }

  .section-footer {
    padding: 4.4rem 2rem;
  }

  .col-links-footer {
    width: 61%;
  }

  .mini-footer, .mini-menu {
    width: 100%;
  }

  .imagen-hero-2-interno {
    height: 25.25rem;
  }

  .degradado-right {
    display: none;
  }

  .degradado-left {
    left: -1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .titulo-nosotros {
    font-size: 2.2rem;
  }

  .subtitulo-hero {
    font-size: .9rem;
  }

  .imagen-hero-1 {
    z-index: 2;
  }

  .imagen-hero-2 {
    width: 19rem;
    height: 13rem;
    top: 0;
    left: 0;
  }

  .grupo-top-card {
    width: 100%;
  }

  .titulo-cards {
    font-size: 1.8rem;
  }

  .p-general {
    font-size: .9rem;
  }

  .titulo-spotlight {
    font-size: 3rem;
  }

  .titulo-quotes {
    font-size: 1.8rem;
  }

  .grupo-datos-quotes {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .dato-quote {
    font-size: 2.2rem;
  }

  .fila-faq {
    flex-flow: column;
  }

  .titulo-dato-faq {
    width: 100%;
    max-width: none;
    margin-bottom: 1rem;
  }

  .p-respuesta {
    width: 100%;
    max-width: none;
  }

  .titulo-connect {
    font-size: 25px;
  }

  .section-footer {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .col-links-footer {
    width: 66%;
  }

  .link-footer {
    font-size: .8rem;
  }

  .img-logo-footer {
    width: 12rem;
  }

  .link-header {
    font-size: .8rem;
  }

  .imagen-hero-1-interno {
    z-index: 2;
  }

  .imagen-hero-2-interno {
    height: 23.3rem;
  }
}

@media screen and (max-width: 479px) {
  .container-hero {
    flex-flow: column;
  }

  .col-a-hero {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subtitulo-hero {
    margin-bottom: 2rem;
  }

  .col-b-hero {
    width: 100%;
    margin-top: 2rem;
    padding-top: 0;
  }

  .imagen-hero-1 {
    width: 11rem;
    height: 9rem;
    left: auto;
    right: 0;
  }

  .imagen-hero-2 {
    height: 15rem;
  }

  .imagen-hero-3 {
    width: 14rem;
    height: 9rem;
    left: 0;
    right: auto;
  }

  .section-beneficios {
    height: auto;
  }

  .container-beneficios {
    flex-flow: column;
    height: auto;
  }

  .col-b-beneficios {
    width: 100%;
  }

  .imagen-beneficios {
    object-position: 50% 0%;
    width: 100%;
    height: 17rem;
  }

  .card-benefit {
    margin-top: 2rem;
  }

  .grupo-top-card {
    margin-bottom: 3rem;
  }

  .titulo-cards {
    font-size: 20px;
  }

  .titulo-spotlight {
    width: 100%;
    font-size: 2.8rem;
  }

  .col-b-spotlight {
    width: 100%;
    margin-top: 2rem;
    padding-bottom: 0;
  }

  .col-a-quotes {
    flex-flow: column;
  }

  .col-b-quotes {
    grid-row-gap: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .grupo-titulo-y-p-quotes {
    width: 100%;
    margin-bottom: 2rem;
  }

  .grupo-datos-quotes {
    flex-flow: row;
    width: 100%;
  }

  .quote-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grupo-top-faq {
    margin-bottom: 4rem;
  }

  .titulo-faq {
    font-size: 2.8rem;
  }

  .fila-connect-datos {
    margin-top: 3rem;
  }

  .col-a-connect {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .col-b-connect {
    display: none;
  }

  .container-footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .col-links-footer {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    width: 100%;
    margin-top: 4rem;
  }

  .col-links-footer-interno {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .link-footer {
    font-size: .9rem;
  }

  .socials-footer {
    margin-top: 5rem;
    position: static;
  }

  .link-header {
    font-size: .9rem;
  }

  .imagen-hero-3-interno {
    width: 14rem;
    height: 9rem;
    left: 0;
    right: auto;
  }

  .imagen-hero-1-interno {
    width: 11rem;
    height: 9rem;
    left: auto;
    right: 0;
  }

  .degradado-left, .parche-hero {
    display: none;
  }

  .section-logos {
    padding-top: 5rem;
  }
}


@font-face {
  font-family: 'Social Media Circled';
  src: url('../fonts/Social-Media-Circled.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}