/*
Theme Name: ODO
Author: Yslandia
Version: 1.0
Text Domain: odo
*/
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--center {
  text-align: center;
}

.display--block {
  display: block;
}
.display--inline {
  display: inline;
}

.overflow--hidden {
  overflow: hidden;
}

.only-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .only-desktop {
    display: block;
  }
}

.only-mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .only-mobile {
    display: none;
  }
}

.button {
  background-color: #DADAD2;
  color: #1A1F23;
  border-radius: 50px;
  font-size: 1.125em;
  padding: 0.5em 1em;
  transition: all 0.25s linear;
  font-weight: 300;
}
.button:hover {
  background-color: #1A1F23;
  color: #DADAD2;
}

.title {
  font-family: "PPAgrandir-Regular";
}
.title--l {
  font-size: 1.25em;
}
@media screen and (min-width: 1024px) {
  .title--l {
    font-size: 1.625em;
  }
}
.title--xl {
  font-size: 2.5em;
}
@media screen and (min-width: 1024px) {
  .title--xl {
    font-size: 3.25em;
  }
}
@media screen and (min-width: 1400px) {
  .title--xl {
    font-size: 4em;
  }
}

.bold {
  font-weight: 700;
}

.primary-color {
  color: #F1EFEE;
}

.gray {
  color: #91908E;
}

.gray-medium {
  color: #CFCECD;
}

.fuente-bold {
  font-family: "PPAgrandir-WideBold";
}

.hidden {
  display: none;
}

.circle-left {
  width: 1007.69px;
  height: 695.66px;
  position: absolute;
  border-radius: 50%;
  top: -100px;
  left: -850px;
  z-index: 1;
  background: radial-gradient(50% 50% at 50% 50%, #F1EFEE 0%, rgba(26, 31, 35, 0) 100%);
  opacity: 0.3;
}
@media screen and (min-width: 1024px) {
  .circle-left {
    background: radial-gradient(50% 50% at 50% 50%, #F1EFEE 0%, rgba(145, 144, 142, 0) 100%);
    left: -800px;
    top: -200px;
  }
}

.circle-right {
  width: 1007.69px;
  height: 695.66px;
  position: absolute;
  right: -875px;
  top: 200px;
  border-radius: 50%;
  z-index: 1;
  background: radial-gradient(50% 50% at 50% 50%, #F1EFEE 0%, rgba(26, 31, 35, 0) 100%);
  opacity: 0.3;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .circle-right {
    top: 50px;
    right: -800px;
  }
}

.section {
  position: relative;
}
.section--hero {
  width: 100%;
  background-color: #1A1F23;
}
@media screen and (min-width: 1024px) {
  .section--hero {
    height: 100vh;
    background-color: #1d2226;
  }
}
.section--hero .vid-content video,
.section--hero .vid-content img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
}
.section--hero .txt-content {
  position: absolute;
  top: 30%;
  left: 5%;
  right: 5%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@media screen and (min-width: 1024px) {
  .section--hero .txt-content {
    width: 60%;
    max-width: 1065px;
  }
}
.section--hero .txt-content h1 {
  color: #F1EFEE;
  font-family: "PPAgrandir-Medium";
  font-weight: 400;
}
.section--hero .txt-content h2 {
  line-height: 1.1;
  color: #F1EFEE;
  font-family: "PPAgrandir-WideBold";
}
@media screen and (min-width: 1024px) {
  .section--hero .txt-content h2 {
    max-width: 930px;
  }
}
.section--hero .txt-content .button {
  width: fit-content;
}
.section--destacado {
  width: 100%;
  padding: 5em 5% 0;
  display: flex;
  flex-direction: column;
  gap: 2em;
  overflow-x: clip;
}
@media screen and (min-width: 1024px) {
  .section--destacado {
    flex-direction: row;
    gap: 4em;
    padding: 10em 5% 20em;
  }
}
@media screen and (min-width: 1024px) {
  .section--destacado .title {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  .section--destacado .title {
    max-width: 520px;
  }
}
.section--destacado .title h2 {
  color: #F1EFEE;
  font-size: 2em;
  font-family: "PPAgrandir-WideBold";
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .section--destacado .title h2 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1400px) {
  .section--destacado .title h2 {
    font-size: 3em;
  }
}
.section--destacado .desc {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .section--destacado .desc {
    max-width: 495px;
    margin: 0 auto;
    gap: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .section--destacado .desc .swiper-wrapper {
    flex-direction: column;
  }
}
.section--destacado .desc .swiper-slide {
  padding: 2em;
  border-radius: 50px;
}
@media screen and (min-width: 600px) {
  .section--destacado .desc .swiper-slide {
    background-color: transparent;
    padding: 0;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .section--destacado .desc .swiper-slide {
    flex-shrink: 1 !important;
    width: 100% !important;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .section--destacado .desc .swiper-slide:first-child {
    padding-bottom: 2em;
  }
}
.section--destacado .desc .swiper-slide p {
  color: #F1EFEE;
  font-size: 1.25em;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .section--destacado .desc .swiper-slide p {
    color: #F1EFEE;
  }
}
@media screen and (min-width: 1024px) {
  .section--destacado .desc .swiper-slide p {
    font-size: 1.375em;
  }
}
.section--destacado .desc .swiper-pagination {
  bottom: 0;
}
@media screen and (min-width: 600px) {
  .section--destacado .desc .swiper-pagination {
    display: none;
  }
}
.section--destacado .desc .swiper-pagination .swiper-pagination-bullet {
  background: #F1EFEE;
  z-index: 1;
  width: 13px;
  height: 13px;
}
.section--app {
  background-color: #1A1F23;
  /*@media screen and (min-width: $break-xs) {
      background-image: url('./assets/img/bg-exclusive-test.png');
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-color: $black-adapted;
  }*/
}
@media screen and (min-width: 1024px) {
  .section--app {
    background-color: #1d2226;
    overflow-x: clip;
  }
}
.section--app .bg-exclusive {
  width: 110%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1800px) {
  .section--app .bg-exclusive {
    width: 100%;
  }
}
@media screen and (min-width: 2050px) {
  .section--app .bg-exclusive {
    width: 100%;
    height: 100%;
    object-fit: fill;
    top: 10%;
  }
}
.section--app .slider--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .section--app .slider--content {
    display: block;
    overflow: visible;
  }
}
.section--app .slider--content .media-content {
  width: 100%;
  transform: translateY(100px);
  display: flex;
  justify-content: center;
  width: 300px;
}
@media screen and (min-width: 1024px) {
  .section--app .slider--content .media-content {
    width: 350px;
    transform: translateY(-100px);
    display: block;
    position: absolute;
    top: auto;
    left: 57.5%;
    z-index: 10;
  }
}
.section--app .slider--content .media-content img {
  width: 100%;
}
.section--app .slider--content .circle {
  width: 200px;
  height: 200px;
  background-color: #CFCECD;
  position: absolute;
  top: -30px;
  left: 54%;
  border-radius: 50%;
  z-index: 2;
}
.section--app .slider--content .circle:nth-child(2) {
  top: auto;
  bottom: -100px;
  right: 5.5%;
  left: auto;
}
.section--app .slider--content .circle-animado--left-mob {
  width: 150px;
  height: 150px;
  background-color: #CFCECD;
  position: absolute;
  top: 130px;
  left: -80px;
  border-radius: 50%;
}
.section--app .slider--content .circle-animado--right-mob {
  width: 150px;
  height: 150px;
  background-color: #CFCECD;
  position: absolute;
  top: 300px;
  right: -80px;
  border-radius: 50%;
}
.section--app .slider--content .slider--app {
  width: 100%;
  overflow: hidden;
  width: 400px;
  max-width: 95%;
  margin: 0 auto;
  background-color: #91908E;
  border-radius: 50px;
}
@media screen and (min-width: 1024px) {
  .section--app .slider--content .slider--app {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 87px;
  }
}
@media screen and (min-width: 1400px) {
  .section--app .slider--content .slider--app {
    max-width: 1255px;
  }
}
.section--app .slider--content .slider--app .swiper-slide {
  border-radius: 50px;
  padding: 3em;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .section--app .slider--content .slider--app .swiper-slide {
    justify-content: flex-start;
    min-height: 400px;
    padding-left: 6em;
  }
}
.section--app .slider--content .slider--app .swiper-slide p {
  font-size: 1.25em;
  color: #1A1F23;
}
@media screen and (min-width: 1024px) {
  .section--app .slider--content .slider--app .swiper-slide p {
    width: 50%;
    font-size: 1.625em;
  }
}
.section--app .slider--content .slider--app .swiper-pagination {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .section--app .slider--content .slider--app .swiper-pagination {
    bottom: 50px;
    text-align: left;
    left: 26%;
    transform: translateX(0);
  }
}
.section--app .slider--content .slider--app .swiper-pagination-bullet {
  background: #F1EFEE;
  z-index: 1;
  width: 13px;
  height: 13px;
}
.section--app .destacado {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10em 5% 20em;
  background-image: url("./assets/img/bg-exclusive--mob.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (min-width: 600px) {
  .section--app .destacado {
    background-image: none;
  }
}
@media screen and (min-width: 1024px) {
  .section--app .destacado {
    padding: 10em 0;
  }
}
.section--app .destacado .button {
  margin-top: 2em;
}
@media screen and (min-width: 1024px) {
  .section--app .destacado .button {
    margin-top: 0;
  }
}
.section--app .destacado h3 {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.25;
  max-width: 400px;
  margin: 0 auto;
  color: #CFCECD;
}
@media screen and (min-width: 1024px) {
  .section--app .destacado h3 {
    font-size: 1.75em;
    max-width: 530px;
  }
}
.section--app .destacado .line-cont {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section--app .destacado .line-cont {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin: 2em auto;
  }
  .section--app .destacado .line-cont .line-animation {
    width: 1px;
    height: 0;
    background-color: #DADAD2;
    margin: 0 auto;
    opacity: 0;
  }
  .section--app .destacado .line-cont .circle-animation {
    width: 2px;
    height: 2px;
    background-color: #DADAD2;
    margin: 0 auto;
    border-radius: 50%;
    opacity: 0;
  }
}
.section--iconos {
  padding: 5em 5%;
  background-color: #1A1F23;
  overflow-x: clip;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .section--iconos {
    background-color: #1d2226;
  }
}
.section--iconos .circle-right {
  top: -250px;
  right: -700px;
}
@media screen and (min-width: 1024px) {
  .section--iconos .content {
    max-width: 1500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .section--iconos .title {
    width: 635px;
  }
}
.section--iconos .title h2 {
  font-weight: 400;
  font-size: 1.25em;
  color: #DADAD2;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .section--iconos .title h2 {
    font-size: 1.5em;
  }
}
.section--iconos .grid-iconos {
  padding: 3em 0;
}
@media screen and (min-width: 768px) {
  .section--iconos .grid-iconos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .section--iconos .grid-iconos {
    padding: 5em 0 3em;
  }
}
@media screen and (min-width: 1400px) {
  .section--iconos .grid-iconos {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.section--iconos .grid-iconos .icono {
  display: flex;
  align-items: center;
  gap: 1em;
  padding-bottom: 3em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section--iconos .grid-iconos .icono::before {
    content: "";
    position: absolute;
    bottom: calc(1.5em - 1px);
    left: -10%;
    width: 120%;
    height: 1px;
    background-color: #91908E;
  }
}
@media screen and (min-width: 768px) {
  .section--iconos .grid-iconos .icono:nth-child(5)::before, .section--iconos .grid-iconos .icono:nth-child(6)::before {
    display: none;
  }
}
.section--iconos .grid-iconos .icono .logo-hover {
  width: 80px;
  height: auto;
  display: block;
}
.section--iconos .grid-iconos .icono .gif-hover {
  width: 80px;
  display: none;
}
.section--iconos .grid-iconos .icono .gif-hover.active {
  display: block;
}
.section--iconos .grid-iconos .icono p {
  width: 80%;
  color: #DADAD2;
  font-size: 1em;
}
@media screen and (min-width: 1024px) {
  .section--iconos .grid-iconos .icono p {
    font-size: 1.125em;
    max-width: 400px;
  }
}
.section--services {
  padding: 0;
  background-color: #1A1F23;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .section--services {
    background-color: #1d2226;
    padding: 0 5%;
  }
}
@media screen and (min-width: 1024px) {
  .section--services .content {
    max-width: 1500px;
    margin: 0 auto;
  }
}
.section--services .content .title {
  padding: 0 5% 2em;
}
@media screen and (min-width: 1024px) {
  .section--services .content .title {
    padding: 0 0 2em;
  }
}
.section--services .content .title h2 {
  color: #DADAD2;
  font-size: 2.25em;
}
@media screen and (min-width: 1024px) {
  .section--services .content .title h2 {
    font-size: 3.25em;
  }
}
@media screen and (min-width: 1400px) {
  .section--services .content .title h2 {
    font-size: 4.5em;
  }
}
.section--services .content .content-services {
  width: 100%;
  padding: 0 5%;
}
@media screen and (min-width: 1024px) {
  .section--services .content .content-services {
    display: flex;
    gap: 8em;
    justify-content: space-between;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section--services .content .content-services .txt-content {
    width: 60%;
  }
}
.section--services .content .content-services .txt-content h3 {
  font-size: 1.25em;
  padding-bottom: 1em;
}
.section--services .content .content-services .txt-content h3,
.section--services .content .content-services .txt-content p {
  color: #91908E;
  font-size: 1em;
}
@media screen and (min-width: 1024px) {
  .section--services .content .content-services .txt-content h3,
  .section--services .content .content-services .txt-content p {
    font-size: 1.5em;
  }
}
.section--services .content .content-services .graph-content {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section--services .content .content-services .graph-content {
    display: block;
    width: 40%;
  }
}
.section--services .content .content-services .graph-content img {
  width: 100%;
}
.section--services .content .swiper {
  padding: 3em 5%;
}
@media screen and (min-width: 1024px) {
  .section--services .content .swiper {
    padding: 5em 0;
  }
}
@media screen and (min-width: 1500px) {
  .section--services .content .swiper {
    max-width: 1300px;
  }
}
.section--services .content .swiper-slide {
  background-color: #DADAD2;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 480px;
}
.section--services .content .swiper-slide .graph-content {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1400px) {
  .section--services .content .swiper-slide .graph-content {
    max-width: 70%;
  }
}
.section--services .content .swiper-slide .graph-content img {
  width: 100%;
}
.section--services .content .swiper-slide .txt-content {
  color: #1A1F23;
  padding: 2em;
}
.section--services .content .swiper-slide .txt-content h4 {
  font-family: "PPAgrandir-WideBold";
  padding-bottom: 1em;
  line-height: 1.1;
}
@media screen and (min-width: 1024px) {
  .section--services .content .swiper-slide .txt-content h4 {
    font-size: 1.5em;
  }
}
.section--services .content .swiper-slide.invest {
  padding-top: 2em;
  justify-content: center;
}
.section--services .content .swiper-slide.invest .graph-content {
  max-width: 100%;
}
.section--services .content .swiper-slide.invest .graph-content img {
  max-width: 70%;
  margin: 0 0 0 auto;
}
.section--services .content .swiper-slide.generate .txt-content {
  padding: 2em 2em 1em;
}
.section--services .content .swiper-slide.manage {
  justify-content: center;
}
.section--services .content .swiper-slide.manage .txt-content {
  padding: 1em 2em 2em 2em;
}
.section--services .content .swiper-pagination {
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .section--services .content .swiper-pagination {
    display: none;
  }
}
.section--services .content .swiper-pagination-bullet {
  background: #F1EFEE;
  z-index: 1;
  width: 13px;
  height: 13px;
}
.section--banner {
  background-color: #1A1F23;
  height: 70vh;
}
@media screen and (min-width: 1024px) {
  .section--banner {
    background-color: #1d2226;
  }
}
.section--banner img {
  width: 100%;
  transform: translateY(90px);
  height: 90vh;
  object-fit: cover;
}
.section--banner .txt-cont {
  position: absolute;
  left: 5%;
  top: 70%;
  max-width: 260px;
}
@media screen and (min-width: 1024px) {
  .section--banner .txt-cont {
    transform: translateY(-50%);
    top: 60%;
    max-width: 100%;
  }
}
.section--banner .txt-cont h2 {
  color: #DADAD2;
  font-size: 1.625em;
}
@media screen and (min-width: 1024px) {
  .section--banner .txt-cont h2 {
    font-size: 3.2em;
    max-width: 530px;
  }
}
@media screen and (min-width: 2000px) {
  .section--banner .txt-cont h2 {
    font-size: 4em;
    max-width: 850px;
  }
}




.section--banner--ia {
  background-image: url("./assets/img/fondo-banner-ai--mob.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .section--banner--ia {
    background-image: url("./assets/img/fondo-banner-ai--desk.png");
    background-size: cover;
    overflow-x: hidden;
    z-index: 0;
  }
}


@media screen and (min-width: 1024px) {
  .tarjeta-container-ia {
      flex-direction: row;
      gap: 4em;
      padding: 10em 0 5em;
  }
}



.section--banner--ia .content {
  width: 100%;
  padding: 10em 5% 5em;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

@media screen and (max-width: 1024px) {
  .section--banner--ia .content {
    width: 100%;
    padding: 5em 5% 5em;
    display: flex;
    flex-direction: column;
    gap: 2em;
    flex-direction: column-reverse
  }
}


@media screen and (min-width: 1024px) {
  .section--banner--ia .content {
    flex-direction: row;
    gap: 4em;
    padding: 0 5% 10em;
  }
}
@media screen and (min-width: 1024px) {
  .section--banner--ia .content .title {
    max-width: 550px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .section--banner--ia .content .desc {
      max-width: 550px;
      margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .section--banner--ia .content .title {
      max-width: 500px;
      margin: 0 auto;
  }
}


@media screen and (min-width: 1024px) {
  .section--banner--ia .content .desc p {
      font-size: 1.5em;
  }
}

.section--tarjeta {
  background-image: url("./assets/img/fondo-tarjeta--mob.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  margin-top: -2em;
  
  
}
@media screen and (min-width: 1024px) {
  .section--tarjeta {
    background-image: url("./assets/img/fondo-tarjeta.png");
    margin-top: -8em;
  }
}
.section--tarjeta .tarjeta-container {
  background: linear-gradient(180deg, rgba(26, 31, 35, 0) 0%, #1A1F23 100%);
  padding-bottom: 5em;
}
@media screen and (min-width: 1024px) {
  .section--tarjeta .tarjeta-container {
    padding-bottom: 10em;
  }
}
@media screen and (min-width: 1500px) {
  .section--tarjeta .tarjeta-container {
    padding-bottom: 20em;
  }
}
.section--tarjeta .content {
  width: 100%;
  padding: 5em 5% 5em;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@media screen and (min-width: 1024px) {
  .section--tarjeta .content {
    flex-direction: row;
    gap: 4em;
    padding: 18em 5% 0;
  }
}
@media screen and (min-width: 1024px) {
  .section--tarjeta .content .title {
    max-width: 550px;
    margin: 0 auto;
  }
}
.section--tarjeta .content .title h2 {
  color: #1A1F23;
  font-size: 2em;
  font-family: "PPAgrandir-WideBold";
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .section--tarjeta .content .title h2 {
    font-size: 2.6em;
    max-width: 550px;
  }
}
@media screen and (min-width: 2000px) {
  .section--tarjeta .content .title h2 {
    font-size: 4.063em;
  }
}
.section--tarjeta .content .title h2 span {
  color: #6A6A6A;
}
@media screen and (min-width: 1024px) {
  .section--tarjeta .content .title h2 span {
    color: #91908E;
  }
}
.section--tarjeta .content .desc {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (min-width: 1024px) {
  .section--tarjeta .content .desc {
    max-width: 495px;
    margin: 0 auto;
    gap: 2em;
  }
}
.section--tarjeta .content .desc p {
  margin: 0;
  font-size: 1em;
  color: #1A1F23;
}
@media screen and (min-width: 1024px) {
  .section--tarjeta .content .desc p {
    font-size: 1.5em;
  }
}
.section--tarjeta .tarjeta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0em 0 4em;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .section--tarjeta .tarjeta {
    padding: 5em 0 7.5em;
    max-width: 100%;
  }
}
.section--tarjeta .tarjeta img {
  width: 100%;
  max-width: 600px;
}
.section--tarjeta .circles-content {
  width: 100%;
  padding: 0 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .section--tarjeta .circles-content {
    flex-direction: row;
  }
}
@media screen and (min-width: 1500px) {
  .section--tarjeta .circles-content {
    max-width: 1300px;
    margin: 0 auto;
  }
}
.section--tarjeta .circles-content .circle {
  width: 100%;
  border: 1px solid #F1EFEE;
  border-radius: 162px;
  padding: 2em 3em;
}
@media screen and (min-width: 1024px) {
  .section--tarjeta .circles-content .circle {
    padding: 3em 6em;
  }
}
.section--tarjeta .circles-content .circle:first-child {
  transform: translateY(10px);
}
@media screen and (min-width: 768px) {
  .section--tarjeta .circles-content .circle:first-child {
    transform: translate(30px) translateY(0);
  }
}
.section--tarjeta .circles-content .circle:nth-child(2) {
  border: 1px solid #91908E;
  transform: translateY(-10px);
}
@media screen and (min-width: 768px) {
  .section--tarjeta .circles-content .circle:nth-child(2) {
    transform: translateX(-30px) translateY(0);
  }
}
.section--tarjeta .circles-content .circle h3 {
  padding-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .section--tarjeta .circles-content .circle h3 {
    font-size: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .section--tarjeta .circles-content .circle p {
    font-size: 1.25em;
  }
}
.section--form {
  background-color: #1A1F23;
  background-image: url("./assets/img/bg-form--mob.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .section--form {
    background-image: url("./assets/img/bg-form.png");
  }
}
.section--form .content {
  padding: 10em 5%;
}
@media screen and (min-width: 1024px) {
  .section--form .content {
    display: flex;
    gap: 5em;
    padding: 10em 5% 15em;
  }
}
.section--form .content .title {
  width: 100%;
  padding-bottom: 5em;
}
@media screen and (min-width: 1024px) {
  .section--form .content .title {
    padding: 0;
  }
}
.section--form .content .title h2 {
  color: #DADAD2;
  font-size: 2.188em;
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .section--form .content .title h2 {
    font-size: 2.6em;
    text-align: left;
    max-width: 500px;
    margin: 0;
    max-width: 550px;
  }
}
@media screen and (min-width: 2000px) {
  .section--form .content .title h2 {
    font-size: 4.063em;
  }
}
.section--form .content .form {
  width: 100%;
}
.section--form .content .form-access {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .section--form .content .form-access {
    max-width: 525px;
    margin: 0 auto;
  }
}
.section--form .content .form-access p {
  font-size: 1em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .section--form .content .form-access p {
    font-size: 1.25em;
  }
}
.section--form .content .form-access--item {
  color: #F1EFEE;
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}
.section--form .content .form-access--item label {
  font-family: "PPAgrandir-WideBold";
}
@media screen and (min-width: 1024px) {
  .section--form .content .form-access--item label {
    font-size: 1.25em;
  }
}
.section--form .content .form-access--item input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #F1EFEE;
  color: #F1EFEE;
  margin-top: 1em;
}
.section--form .content .form-access--item.mail {
  flex-direction: row;
  flex-wrap: nowrap;
}
.section--form .content .form-access--item.mail label {
  width: 25%;
}
@media screen and (min-width: 1400px) {
  .section--form .content .form-access--item.mail label {
    width: 15%;
  }
}
.section--form .content .form-access--item.mail input {
  margin: 0;
  width: 75%;
}
@media screen and (min-width: 1400px) {
  .section--form .content .form-access--item.mail input {
    width: 85%;
  }
}
.section--form .content .form-access--item.legal {
  flex-direction: row;
  gap: 1em;
}
.section--form .content .form-access--item.legal label {
  font-family: "PPAgrandir-Regular";
  font-size: 1em;
}
@media screen and (min-width: 1024px) {
  .section--form .content .form-access--item.legal label {
    font-size: 1em;
  }
}
.section--form .content .form-access--item.legal input[type=checkbox] {
  background-color: #91908E;
  border: 0;
  color: #F1EFEE;
  margin: 0;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #1A1F23;
  z-index: 1111111;
}
.loader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo--estatico {
  display: block;
}
.logo--estatico.active {
  display: none;
}

.gif--movimiento {
  display: none;
}
.gif--movimiento.active {
  display: block;
}

html {
  scroll-behavior: smooth;
}

.header.hidden-with-translate {
  transform: translateY(-100%);
  opacity: 0;
}

.header {
  width: 100%;
  padding: 1em 5%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header.hidden {
  transition: all 0.5s ease-in-out 0.5s;
  transform: translateY(-100%);
  background-color: transparent;
}
.header .logo-smart {
  display: none;
}
.header.visible {
  display: flex;
  transition: all 0.5s ease-in-out;
  transform: translateY(0%);
}
@media screen and (min-width: 1024px) {
  .header.visible {
    background: rgb(27, 32, 36);
    background: linear-gradient(180deg, rgb(27, 32, 36) 0%, rgba(182, 182, 181, 0) 100%);
  }
}
.header.visible .logo-smart {
  display: block;
}
.header.visible .logo-smart img {
  width: 50px;
}
.header.visible .logo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header.visible ul li a {
    color: #DADAD2;
  }
  .header.visible ul li a.active, .header.visible ul li a:hover {
    color: #F1EFEE;
  }
  .header.visible ul li a.active::after, .header.visible ul li a:hover::after {
    background-color: #F1EFEE;
  }
}
.header.visible .burger svg path {
  stroke: #F1EFEE;
}
.header .burger {
  cursor: pointer;
}
.header--logo img {
  width: 50px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .header--logo img {
    width: 50px;
  }
}
.header--right {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1A1F23;
  width: 100vw;
  height: 100vh;
  padding-top: 4em;
  opacity: 0;
  pointer-events: none;
}
.header--right.active {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .header--right {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
  }
}
.header--right .logo-circle-mob {
  position: absolute;
  right: 217px;
  top: 5em;
}
.header--right .close {
  position: absolute;
  right: 1em;
  top: 5.5em;
  cursor: pointer;
}
.header--right ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
  max-width: 275px;
  margin: 0 0 0 auto;
  background: linear-gradient(189.26deg, #D9D9D9 22.25%, rgba(145, 144, 142, 0) 89.48%);
  height: 85%;
  padding-top: 6em;
  border-radius: 25px 0px 0px 25px;
  color: #1A1F23;
}
@media screen and (min-width: 1024px) {
  .header--right ul {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0;
    height: auto;
    background: none;
    border-radius: none;
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  .header--right ul {
    gap: 2.5em;
  }
}
.header--right ul li {
  font-size: 1.25em;
  font-family: "PPAgrandir-Medium";
  color: #1A1F23;
}
@media screen and (min-width: 1024px) {
  .header--right ul li {
    color: #565859;
  }
}
.header--right ul li a {
  position: relative;
}
.header--right ul li a:hover {
  color: #1A1F23;
}
.header--right ul li a.active {
  color: #1A1F23;
  font-family: "PPAgrandir-WideBold";
}
.header--right ul li a.active::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1A1F23;
}

.footer {
  width: 100%;
  background: linear-gradient(360deg, #1A1F23 0%, rgba(26, 31, 35, 0) 100%);
}
.footer-content {
  width: 100%;
  padding: 0 5% 2em;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@media screen and (min-width: 1024px) {
  .footer-content {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
.footer-content .logo {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .footer-content .logo {
    align-items: center;
  }
}
.footer-content .logo p {
  color: #91908E;
}
.footer-content .list ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (min-width: 1024px) {
  .footer-content .list ul {
    flex-direction: row;
  }
}
.footer-content .list ul li a {
  color: #91908E;
  transition: all 0.25s linear;
}
.footer-content .list ul li a:hover {
  color: #F1EFEE;
}

@font-face {
  font-family: "PPAgrandir-Regular";
  src: url("./assets/fonts/PPAgrandir-Regular.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PPAgrandir-Medium";
  src: url("./assets/fonts/PPAgrandir-Medium.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PPAgrandir-WideBold";
  src: url("./assets/fonts/PPAgrandir-WideBold.woff2");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "PPAgrandir-Regular";
  font-weight: 400;
  background-color: #1A1F23;
}
@media screen and (min-width: 1024px) {
  body {
    background-color: #1d2226;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.875em;
}

p {
  font-size: 1em;
  line-height: 1.25;
}
p ~ p {
  margin-top: 1.35em;
}

strong {
  font-weight: 700;
}

ul {
  padding: 0;
  list-style-type: none;
}

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

button {
  background: transparent;
  border: none;
  cursor: pointer;
}

@keyframes bounce {
  0% {
    transform: translate(0, 0) rotate(90deg);
  }
  50% {
    transform: translate(0, 5px) rotate(90deg);
  }
  100% {
    transform: translate(0, 0px) rotate(90deg);
  }
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
/***************************************************
 * Generated by SVG Artista on 8/21/2024, 12:51:42 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
.section--iconos .content .grid-iconos .icono {
  /***************************************************
  * Generated by SVG Artista on 8/22/2024, 9:11:13 AM
  * MIT license (https://opensource.org/licenses/MIT)
  * W. https://svgartista.net
  **************************************************/
}
.section--iconos .content .grid-iconos .icono .logo--icono .svg-elem-1 {
  stroke-dashoffset: 208.3320617676px;
  stroke-dasharray: 208.3320617676px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.section--iconos .content .grid-iconos .icono .logo--icono.active .svg-elem-1 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .logo--icono .svg-elem-2 {
  stroke-dashoffset: 145.3694458008px;
  stroke-dasharray: 145.3694458008px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
.section--iconos .content .grid-iconos .icono .logo--icono.active .svg-elem-2 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .logo--icono .svg-elem-3 {
  stroke-dashoffset: 75.3805389404px;
  stroke-dasharray: 75.3805389404px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
.section--iconos .content .grid-iconos .icono .logo--icono.active .svg-elem-3 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .ecosystem .svg-elem-1 {
  stroke-dashoffset: 286.5282287598px;
  stroke-dasharray: 286.5282287598px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.section--iconos .content .grid-iconos .icono .ecosystem.active .svg-elem-1 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .ecosystem .svg-elem-2 {
  stroke-dashoffset: 215.7755737305px;
  stroke-dasharray: 215.7755737305px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
.section--iconos .content .grid-iconos .icono .ecosystem.active .svg-elem-2 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .ecosystem .svg-elem-3 {
  stroke-dashoffset: 146.5402984619px;
  stroke-dasharray: 146.5402984619px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
.section--iconos .content .grid-iconos .icono .ecosystem.active .svg-elem-3 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .ecosystem .svg-elem-4 {
  stroke-dashoffset: 82.9956130981px;
  stroke-dasharray: 82.9956130981px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}
.section--iconos .content .grid-iconos .icono .ecosystem.active .svg-elem-4 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .ecosystem .svg-elem-5 {
  stroke-dashoffset: 53.4045410156px;
  stroke-dasharray: 53.4045410156px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
}
.section--iconos .content .grid-iconos .icono .ecosystem.active .svg-elem-5 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .excellence .svg-elem-1 {
  stroke-dashoffset: 180.3036193848px;
  stroke-dasharray: 180.3036193848px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.section--iconos .content .grid-iconos .icono .excellence.active .svg-elem-1 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .excellence .svg-elem-2 {
  stroke-dashoffset: 230.7655639648px;
  stroke-dasharray: 230.7655639648px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
.section--iconos .content .grid-iconos .icono .excellence.active .svg-elem-2 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .excellence .svg-elem-3 {
  stroke-dashoffset: 176.355682373px;
  stroke-dasharray: 176.355682373px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
.section--iconos .content .grid-iconos .icono .excellence.active .svg-elem-3 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .innovation .svg-elem-1 {
  stroke-dashoffset: 242.097946167px;
  stroke-dasharray: 242.097946167px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.section--iconos .content .grid-iconos .icono .innovation.active .svg-elem-1 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .innovation .svg-elem-2 {
  stroke-dashoffset: 177.6202087402px;
  stroke-dasharray: 177.6202087402px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
.section--iconos .content .grid-iconos .icono .innovation.active .svg-elem-2 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .innovation .svg-elem-3 {
  stroke-dashoffset: 119.4276199341px;
  stroke-dasharray: 119.4276199341px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
.section--iconos .content .grid-iconos .icono .innovation.active .svg-elem-3 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .innovation .svg-elem-4 {
  stroke-dashoffset: 83.8355712891px;
  stroke-dasharray: 83.8355712891px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}
.section--iconos .content .grid-iconos .icono .innovation.active .svg-elem-4 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .innovation .svg-elem-5 {
  stroke-dashoffset: 101.307510376px;
  stroke-dasharray: 101.307510376px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
}
.section--iconos .content .grid-iconos .icono .innovation.active .svg-elem-5 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .security .svg-elem-1 {
  stroke-dashoffset: 76.658454895px;
  stroke-dasharray: 76.658454895px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.section--iconos .content .grid-iconos .icono .security.active .svg-elem-1 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .security .svg-elem-2 {
  stroke-dashoffset: 93.6573791504px;
  stroke-dasharray: 93.6573791504px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
.section--iconos .content .grid-iconos .icono .security.active .svg-elem-2 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .security .svg-elem-3 {
  stroke-dashoffset: 254.3357086182px;
  stroke-dasharray: 254.3357086182px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
.section--iconos .content .grid-iconos .icono .security.active .svg-elem-3 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .security .svg-elem-4 {
  stroke-dashoffset: 39.578540802px;
  stroke-dasharray: 39.578540802px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}
.section--iconos .content .grid-iconos .icono .security.active .svg-elem-4 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .security .svg-elem-5 {
  stroke-dashoffset: 113.6746749878px;
  stroke-dasharray: 113.6746749878px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
}
.section--iconos .content .grid-iconos .icono .security.active .svg-elem-5 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .custom .svg-elem-1 {
  stroke-dashoffset: 268.4148864746px;
  stroke-dasharray: 268.4148864746px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.section--iconos .content .grid-iconos .icono .custom.active .svg-elem-1 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .custom .svg-elem-2 {
  stroke-dashoffset: 67.4265975952px;
  stroke-dasharray: 67.4265975952px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
.section--iconos .content .grid-iconos .icono .custom.active .svg-elem-2 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .custom .svg-elem-3 {
  stroke-dashoffset: 81.6499023438px;
  stroke-dasharray: 81.6499023438px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
.section--iconos .content .grid-iconos .icono .custom.active .svg-elem-3 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .custom .svg-elem-4 {
  stroke-dashoffset: 98.2355880737px;
  stroke-dasharray: 98.2355880737px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}
.section--iconos .content .grid-iconos .icono .custom.active .svg-elem-4 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .community .svg-elem-1 {
  stroke-dashoffset: 158.790222168px;
  stroke-dasharray: 158.790222168px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.section--iconos .content .grid-iconos .icono .community.active .svg-elem-1 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .community .svg-elem-2 {
  stroke-dashoffset: 158.7902984619px;
  stroke-dasharray: 158.7902984619px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
.section--iconos .content .grid-iconos .icono .community.active .svg-elem-2 {
  stroke-dashoffset: 0;
}
.section--iconos .content .grid-iconos .icono .community .svg-elem-3 {
  stroke-dashoffset: 162.8214569092px;
  stroke-dasharray: 162.8214569092px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
.section--iconos .content .grid-iconos .icono .community.active .svg-elem-3 {
  stroke-dashoffset: 0;
}/*# sourceMappingURL=style.css.map */