@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
.boton {
  display: flex;
  width: 9rem;
  padding: 0.8rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  border: none;
  border-radius: 0.8rem;
  color: #ffffff;
  /* Label/Medium (600) */
  font-family: Inter;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2rem;
  /* 150% */
  letter-spacing: -0.016rem;
}

.verde {
  background: var(--gradiant-green-hover, linear-gradient(135deg, #00EA87 0%, #78CBFF 100%));
}

.negro {
  background-color: transparent;
}

#colab {
  width: 20vw;
  font-size: 0.9rem;
  max-width: 14rem;
}

.aporte {
  padding: 2rem;
  border-radius: 2rem;
}
.aporte .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.aporte .card-body h5 {
  text-align: center;
  font-family: Inter;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6rem;
  /* 133.333% */
  letter-spacing: -0.024rem;
}
.aporte .card-body .costo {
  display: flex;
  width: 13.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.aporte .card-body .costo h2 {
  font-family: Inter;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.6rem;
  /* 118.182% */
  letter-spacing: -0.11rem;
  padding: 1.2rem 0;
}
.aporte .card-body .costo span {
  color: var(--gray-500, #757575);
  font-family: Inter;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2rem;
  /* 133.333% */
  letter-spacing: -0.018rem;
}
.aporte .card-body p {
  text-align: center;
  /* Label/Medium (800) */
  font-family: Inter;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2rem;
  /* 150% */
  letter-spacing: -0.016rem;
  margin: 0.5rem;
}
.aporte .card-body .boton {
  margin-top: 2rem;
}

#notas {
  width: 75vw;
}

html {
  color: #FFF;
}

body {
  margin: 0.5rem 0 0.5rem 0;
  background-color: #000;
}

a {
  text-decoration: none;
}

header {
  display: flex;
  width: 100%;
  height: 15vh;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
header .menu {
  display: none;
}
header #nose {
  width: 20vw;
}
header #nose ul {
  display: flex;
  justify-content: space-between;
}
header #nose ul li {
  text-decoration: none;
  list-style: none;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2rem;
  /* 150% */
  letter-spacing: -0.016rem;
}
header #nose ul li a {
  color: #F5F5F5;
}
header img {
  width: 20vw;
  max-height: 15vh;
  aspect-ratio: 16/7;
  object-fit: cover;
}
header #colab {
  margin-right: 40px;
}

main .hero .titulos {
  margin: 2rem;
}
main .hero .titulos h1 {
  color: var(--primary-white-100, #FFF);
  /* Display/Large (600) */
  font-family: Inter;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 5.6rem;
  /* 116.667% */
  letter-spacing: -0.192rem;
}
main .hero .titulos h6 {
  color: var(--gray-500, #757575);
  /* Paragraph/Large (500) */
  font-family: Inter;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4rem;
  /* 155.556% */
  letter-spacing: -0.018rem;
  padding: 0.5rem 0 1rem 0;
}
main .hero .titulos .dosBotones {
  display: flex;
}
main .hero .carousel {
  display: flex;
  justify-content: center;
  margin: 2rem;
}
main .hero .carousel .fotos {
  display: flex;
  justify-content: center;
  width: 50vw;
}
main .hero .carousel .fotos img {
  aspect-ratio: 28.9/16.25;
  width: 28.9rem;
  border-radius: 2rem;
  object-fit: cover;
}
main .features {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
main .features h2 {
  color: var(--primary-white-100, #FFF);
  /* Display/Medium (600) */
  font-family: Inter;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.2rem;
  /* 123.077% */
  letter-spacing: -0.13rem;
}
main .features span {
  color: var(--gray-500, #757575);
  text-align: center;
  width: 50%;
  /* Paragraph/Large (500) */
  font-family: Inter;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4rem;
  /* 155.556% */
  letter-spacing: -0.018rem;
}
main .features .video {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
main .features .video video {
  width: 50vw;
  height: auto;
  border-radius: 2rem;
}
main .features h3 {
  color: var(--primary-white-100, #FFF);
  text-align: center;
  /* Heading/Small (600) */
  font-family: Inter;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6rem;
  /* 133.333% */
  letter-spacing: -0.024rem;
}
main .features .boton {
  margin: 1.5rem;
}
main .contentsFotos .todas {
  display: flex;
  justify-content: space-around;
  padding: 1rem 0;
}
main .contentsFotos .todas img {
  aspect-ratio: 17.5/26.5;
  width: 30vw;
  object-fit: cover;
  border-radius: 2rem;
}
main .contentsFotos .todas .chiquitas {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .contentsFotos .todas .chiquitas img {
  aspect-ratio: 17.5/12.5;
  width: 30vw;
}
main .pricingTables .titulo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem;
}
main .pricingTables .titulo h2 {
  color: var(--primary-white-100, #FFF);
  text-align: center;
  /* Display/Medium (600) */
  font-family: Inter;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.6rem;
  /* 118.182% */
  letter-spacing: -0.11rem;
}
main .pricingTables .titulo span {
  color: var(--gray-500, #757575);
  text-align: center;
  /* Paragraph/Large (500) */
  font-family: Inter;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4rem;
  /* 155.556% */
  letter-spacing: -0.018rem;
}
main .pricingTables .titulo .tiempo {
  background-color: #FFF;
  padding: 0.25rem;
  border-radius: 2em;
  display: flex;
  margin: 1.5rem;
}
main .pricingTables .titulo .tiempo .activado {
  display: flex;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  border-radius: 1.6rem;
  background: var(--day-fill-fill, #000);
  border: none;
  width: 5rem;
  color: var(--day-fill-text, #FFF);
  text-align: center;
  /* Label/X-Small (600) */
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 0.8rem;
  /* 133.333% */
}
main .pricingTables .titulo .tiempo .desactivado {
  display: flex;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  border-radius: 1.6rem;
  border: none;
  width: 5rem;
  background-color: var(--day-fill-fill, #FFF);
  color: var(--day-ghost-text, #000);
  text-align: center;
  /* Label/X-Small (600) */
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 0.8rem;
  /* 133.333% */
}
main .pricingTables .container {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
}
main .pricingTables .container #desactivado {
  background: var(--gray-800, #1F1F1F);
  color: #FFF;
}
main .pricingTables .container #activado {
  background: var(--primary-white-100, #FFF);
  color: #000;
}
main .contentsTexto {
  margin: 4rem;
  display: flex;
  justify-content: space-between;
}
main .contentsTexto div {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
main .contentsTexto div h5 {
  color: var(--gray-500, #757575);
  font-family: Inter;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4rem;
  /* 155.556% */
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin: 0;
}
main .contentsTexto div h1 {
  color: var(--primary-white-100, #FFF);
  /* Display/Medium (600) */
  font-family: Inter;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.2rem;
  /* 123.077% */
  letter-spacing: -0.13rem;
  margin: 0;
}
main .contentsTexto div span {
  color: var(--gray-500, #757575);
  /* Paragraph/Large (500) */
  font-family: Inter;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4rem;
  /* 155.556% */
  letter-spacing: -0.018rem;
  margin: 0;
}
main .contentsTexto img {
  aspect-ratio: 1/1;
  width: 45%;
  border-radius: 2rem;
  object-fit: cover;
}
main .nota {
  margin: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .nota img {
  width: 75vw;
  max-height: 50vh;
  border-radius: 2rem;
  object-fit: cover;
  object-position: top;
}
main .nota h1 {
  color: #F5F5F5;
  /* Display/Large (600) */
  font-family: Inter;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 5.6rem;
  /* 116.667% */
  letter-spacing: -0.192rem;
  margin: 2rem;
}
main .nota span {
  color: #F5F5F5;
  margin: 1rem 4rem;
}
main .nosotros {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 2rem;
}
main .nosotros h1 {
  color: var(--primary-white-100, #FFF);
  /* Display/Large (600) */
  font-family: Inter;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 5.6rem;
  /* 116.667% */
  letter-spacing: -0.192rem;
}
main .nosotros h4 {
  color: var(--gray-500, #757575);
  /* Paragraph/Large (500) */
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 155.556% */
  padding: 0.5rem 0 1rem 0;
}
main .nosotros img {
  width: 50vw;
}
main .trabajando {
  width: 100%;
  aspect-ratio: 2.75/1;
  object-fit: cover;
}

footer {
  margin: 2rem;
}
footer .footerArriba {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footerArriba img {
  width: 20vw;
  max-height: 15vh;
  aspect-ratio: 4/3;
  object-fit: cover;
}
footer .footerArriba ul {
  display: flex;
  justify-content: space-between;
  width: 15%;
}
footer .footerArriba ul li {
  text-decoration: none;
  list-style: none;
  /* Label/Medium (600) */
  font-family: Inter;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2rem;
  /* 150% */
  letter-spacing: -0.016rem;
}
footer .footerArriba ul li a {
  color: #F5F5F5;
}
footer .footerArriba .input {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footerArriba .input input {
  background-color: #1F1F1F;
  margin: 0.5rem;
  color: #c7c7c7;
}
footer .footerArriba .input input:focus {
  outline: none;
}
footer .linea {
  display: flex;
  width: 90%;
  height: 0.1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 5%;
  margin-right: 5%;
  background-color: rgba(117, 117, 117, 0.3411764706);
}
footer span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  color: var(--gray-500, #757575);
  text-align: right;
  /* Paragraph/Large (500) */
  font-family: Inter;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4rem;
  /* 155.556% */
  letter-spacing: -0.018rem;
}

@media (max-width: 553px) {
  #colab {
    display: none;
  }
}
@media (max-width: 780px) {
  header .menu {
    display: flex;
    background-color: transparent;
    color: #FFF;
    border: none;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 20vw;
  }
  header .menu svg {
    font-size: 5rem;
  }
  header #nose {
    display: none;
  }
  header #colab {
    width: 22vw;
    margin-right: 2vw;
  }
  main .hero .titulos h1 {
    /* Display/Large (600) */
    font-family: Inter;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.5rem;
    /* 116.667% */
    letter-spacing: -0.1rem;
  }
  main .hero .titulos h6 {
    /* Paragraph/Large (500) */
    font-family: Inter;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.5rem;
    /* 155.556% */
    letter-spacing: -0.02rem;
  }
  main .hero .carruselFotos {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
  }
  main .hero .carruselFotos a img {
    aspect-ratio: 28.9/16.25;
    border-radius: 2rem;
    object-fit: cover;
  }
  main .features h2 {
    font-size: 2rem;
    line-height: 1rem;
    letter-spacing: -0.1rem;
  }
  main .features span {
    font-size: 0.8rem;
    line-height: 1rem;
    letter-spacing: 0;
  }
  main .features .video {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  main .features h3 {
    margin-top: 0;
    font-size: 1.35rem;
    line-height: 1rem;
    letter-spacing: 0;
  }
  main .features .boton {
    margin: 1.5rem;
  }
  footer .footerArriba {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .footerArriba img {
    height: 10vh;
  }
  footer .footerArriba ul {
    display: none;
    justify-content: space-between;
    width: 15%;
  }
  footer .footerArriba ul li {
    text-decoration: none;
    list-style: none;
    color: var(--night-ghost-text, #FFF);
    /* Label/Medium (600) */
    font-family: Inter;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2rem;
    /* 150% */
    letter-spacing: -0.016rem;
  }
  footer .footerArriba .input {
    padding: 1rem;
    width: 15em;
  }
  footer .footerArriba .input button {
    width: 33%;
  }
  footer .footerArriba .input input {
    width: 67%;
  }
}
@media (max-width: 900px) {
  main .pricingTables .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  main .pricingTables .container .aporte {
    width: 40%;
  }
}

/*# sourceMappingURL=style.css.map */
