<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.degrade-violeta-titulo {
  color: rgb(255, 49, 250);
  color: -moz-linear-gradient(left, rgb(255, 49, 250) 0%, rgb(255, 49, 250) 1%, rgb(102, 51, 255) 100%);
  color: -webkit-gradient(left top, right top, color-stop(0%, rgb(255, 49, 250)), color-stop(1%, rgb(255, 49, 250)), color-stop(100%, rgb(102, 51, 255)));
  color: -webkit-linear-gradient(left, rgb(255, 49, 250) 0%, rgb(255, 49, 250) 1%, rgb(102, 51, 255) 100%);
  color: -o-linear-gradient(left, rgb(255, 49, 250) 0%, rgb(255, 49, 250) 1%, rgb(102, 51, 255) 100%);
  color: -ms-linear-gradient(left, rgb(255, 49, 250) 0%, rgb(255, 49, 250) 1%, rgb(102, 51, 255) 100%);
  color: linear-gradient(to right, rgb(255, 49, 250) 0%, rgb(255, 49, 250) 1%, rgb(102, 51, 255) 100%);
}

.button-quiero-conocerlos {
  background-color: rgb(255, 49, 250);
  background: linear-gradient(to bottom, rgb(255, 49, 250) 0%, rgb(102, 51, 255) 100%);
  color: #fff;
  padding: 4px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header {
  background-color: rgb(255, 49, 250);
  background: linear-gradient(to bottom, rgb(255, 49, 250) 0%, rgb(102, 51, 255) 100%);
  padding: 20px;
  text-align: center;
  color: #fff;
}

/* 
Característica de SCSS - Placeholder selectors con %. 
Para _formulario.scss y para _modal.scss
*/
.modal-content .right form button, #formulario article .col-bottom button {
  color: #fff;
  width: 154px;
  height: 48px;
  border: none;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}
.modal-content .right form button:hover, #formulario article .col-bottom button:hover {
  background-color: #000;
}

#formulario article .contenedor-form {
  display: flex;
  width: 736px;
  margin: auto;
  justify-content: space-between;
  gap: 24px;
}
#formulario article .contenedor-form .col-izq, #formulario article .contenedor-form .col-der {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#formulario article .col-bottom {
  width: 736px;
  margin: 0 auto 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#formulario article .col-bottom label {
  margin-bottom: 0;
}

@media all and (max-width: 1279px) {
  #formulario article .contenedor-form {
    width: 100%;
    flex-direction: column;
  }
  #formulario article .contenedor-form input, #formulario article .contenedor-form textarea {
    width: 100%;
  }
  #formulario article .col-bottom {
    width: 100%;
  }
  #formulario article .col-bottom label {
    text-align: left;
  }
}
body, html {
  margin: 0;
  padding: 0;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  background-color: #0A0028;
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  height: 100vw;
}

h1 {
  font-weight: bold;
  font-size: 58px;
}

/* // Definimos un ancho fluido y una altura fija para nuestro menú */
header {
  background: #000;
  height: 80px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
header article.container {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media all and (min-width: 768px) {
  header article.container {
    padding: 0 24px;
  }
}
@media all and (min-width: 1366px) {
  header article.container {
    width: 1366px;
  }
}
@media all and (min-width: 1680px) {
  header article.container {
    padding: 0;
  }
}
/* // El logo flotado a la izquierda */
#logo {
  float: left;
  width: auto;
  height: 80px;
  display: flex;
  align-items: center;
  margin-left: 16px;
}

/* // Fijamos nuestro nav en 100% ancho */
#menu {
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 2;
  /* // Quitamos estilos por defecto de el tag UL */
  /* // Convertimos nuestra lista de enlaces en un menú horizontal */
  /* // Agregamos una animación al despliegue del menú */
}
#menu ul {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  gap: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #menu ul {
    gap: 20px;
  }
}
#menu li {
  display: block;
  background: #111;
  text-align: center;
  border-bottom: 2px solid #282b30;
  /* // Damos estilo a nuestros enlaces */
}
#menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 60px;
  padding: 0 26px;
}
#menu li a:active, #menu li a:focus {
  color: #6633FF;
}
#menu li button {
  display: none;
}
#menu .open-menu {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  max-height: 400px;
  transition: max-height 0.4s ease;
}

/* // Botón mostrar menú */
#nav-mobile {
  background: transparent;
  border: 0;
  cursor: pointer;
  float: right;
  width: 60px;
  position: absolute;
  right: 0;
  top: -55px;
  opacity: 1;
  /* // Agregaremos esta clase a #nav-mobile, cuando el menu mobile haya sido desplegado */
}
#nav-mobile.nav-open {
  opacity: 1;
}
#nav-mobile span {
  display: block;
  width: 60%;
  margin: 4px auto;
  height: 4px;
  background: #fff;
  border-radius: 8px;
}

@media (max-width: 768px) {
  /* Mostrar el texto en lugar del botón en dispositivos móviles */
  .nav-menu .mobile-text::before {
    content: "Quiero conocerlos";
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px; /* Ajusta el tamaño de fuente según sea necesario */
    color: inherit; /* Hereda el color del elemento padre */
    text-align: center; /* Centrar el texto */
  }
  /* Mostrar el enlace en dispositivos móviles */
  .nav-menu .mobile-text .mobile-link {
    display: block;
    font-size: 16px; /* Ajusta el tamaño de fuente según sea necesario */
    color: inherit; /* Hereda el color del elemento padre */
    text-align: center; /* Centrar el texto */
    padding: 10px; /* Añadir algo de espacio alrededor del texto */
    text-decoration: none; /* Elimina el subrayado del enlace */
  }
}
.nav-menu .mobile-text .mobile-link {
  display: none;
}

@media only screen and (min-width: 768px) {
  #logo {
    margin: 0;
  }
  /* // ocultamos botón #nav-mobile */
  #nav-mobile {
    display: none;
  }
  /* // Nuestro nav con id #menu lo flotaremos a la derecha */
  #menu {
    width: auto;
    float: right;
    top: 0;
    position: relative;
    /* // Hacemos reset de max-height */
    /* // Alineamos los items de forma horizontal */
  }
  #menu .open-menu {
    box-shadow: none;
  }
  #menu ul {
    max-height: inherit;
    display: flex;
    align-items: center;
  }
  #menu li {
    float: left;
    border: 0;
    background: #000;
  }
  #menu li a {
    display: block;
    color: #fff;
    padding: 0 26px;
  }
  #menu li a:hover {
    color: #ddd;
    background: #151a1e;
    border-radius: 8px;
  }
  #menu li a.mobile-link {
    display: flex;
    align-items: center;
    background-color: #6633FF;
    height: 40px;
    color: #fff;
    padding: 4px 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    border: 2px solid #fff;
    background: #000;
    border: 2px solid #fff;
    color: #fff;
  }
  #menu li a.mobile-link:hover {
    background: #6633FF;
    border: 2px solid #000;
    color: #fff;
    border-radius: 8px;
  }
  #menu li button {
    background-color: rgb(255, 49, 250);
    background: linear-gradient(to bottom, rgb(255, 49, 250) 0%, rgb(102, 51, 255) 100%);
    height: 36px;
    color: #fff;
    padding: 4px 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
  }
}
/* Content */
main {
  display: flex;
  min-height: 400px;
  color: #fff;
  margin: 15px;
  align-items: center;
  background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
}

main h1 {
  width: 100%;
  text-align: center;
}

#banner {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background-color: #fff;
  background-image: url("../images/banner/texturas_mobile.svg");
  box-sizing: border-box;
  padding: 16px;
  gap: 24px;
}
#banner article {
  width: 100%;
}
#banner span {
  font-size: 20px;
  font-weight: bold;
  color: #6633FF;
}
#banner h1 {
  font-size: 36px;
  color: #0A0028;
  line-height: 1;
  margin: 0;
}
#banner p {
  font-size: 14px;
  letter-spacing: 4px;
  color: #0A0028;
}
#banner p.leyenda {
  padding: 16px 0 8px;
  color: #000;
  letter-spacing: 1px;
}
#banner button {
  background-color: #fff;
  height: 42px;
  color: #0A0028;
  padding: 4px 12px;
  border: 4px solid #000;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
}

.video_banner {
  width: 100%;
  height: 257px;
}

.contenedor_banner {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  #banner .contenedor_banner {
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #banner article {
    width: 440px;
  }
  .video_banner {
    width: 450px;
    height: 258px;
  }
}
@media only screen and (min-width: 1280px) {
  #banner {
    width: 100%;
    background-color: #fff;
    padding: 24px;
    flex-direction: row;
    background-image: url("../images/banner/texturas.svg");
  }
  #banner .contenedor_banner {
    width: 1280px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
  }
  #banner article {
    width: 530px;
    display: FLEX;
    justify-content: center;
    flex-direction: COLUMN;
  }
  #banner article span {
    font-size: 39px;
  }
  #banner article h1 {
    font-size: 64px;
  }
  #banner article p {
    font-size: 16px;
    color: #6633FF;
    letter-spacing: 4px;
  }
  #banner article p.leyenda {
    color: #000;
    letter-spacing: 1px;
  }
  #banner article button {
    width: 271px;
    height: 42px;
    padding: 4px 12px;
    font-size: 16px;
  }
  #banner article button:hover {
    background-color: #000;
    color: #fff;
  }
  #banner iframe {
    border: 8px solid #ddd;
  }
  .video_banner {
    width: 600px;
    height: 344px;
  }
}
@media all and (max-width: 768px) {
  #banner h1 {
    width: 100%;
  }
}
@media only screen and (min-width: 1366px) {
  #banner article {
    width: 630px;
  }
}
@keyframes blink {
  50% {
    opacity: 1;
  }
}
@keyframes aparece {
  0% {
    opacity: 0;
    width: 300px;
  }
  20% {
    opacity: 0;
    width: 300px;
  }
  40% {
    opacity: 1;
    width: 300px;
  }
  60% {
    opacity: 0;
    width: 400px;
  }
  80% {
    opacity: 1;
    width: 500px;
  }
  100% {
    opacity: 0;
    width: 540px;
  }
}
@media all and (max-width: 1027px) {
  @keyframes aparece {
    0% {
      opacity: 0;
      width: 100px;
    }
    20% {
      opacity: 0;
      width: 200px;
    }
    40% {
      opacity: 1;
      width: 300px;
    }
    60% {
      opacity: 0;
      width: 300px;
    }
    80% {
      opacity: 1;
      width: 300px;
    }
    100% {
      opacity: 0;
      width: 300px;
    }
  }
}
.skeleton {
  height: 57px;
  background-color: #ddd;
  position: absolute;
  top: 181px;
  width: 70%; /* Initial width to match the animation */
  animation: aparece 1.7s forwards;
}

@keyframes aparece_two {
  0% {
    opacity: 0;
    width: 30px;
  }
  20% {
    opacity: 0;
    width: 30px;
  }
  40% {
    opacity: 1;
    width: 30px;
  }
  60% {
    opacity: 0;
    width: 300px;
  }
  80% {
    opacity: 1;
    width: 400px;
  }
  100% {
    opacity: 0;
    width: 300px;
  }
}
.skeleton_two {
  height: 57px;
  background-color: #ddd;
  position: absolute;
  top: 248px;
  width: 70%; /* Initial width to match the animation */
  animation: aparece_two 1.7s forwards;
}

@keyframes aparece_three {
  0% {
    opacity: 0;
    width: 40px;
  }
  20% {
    opacity: 0;
    width: 40px;
  }
  40% {
    opacity: 1;
    width: 40px;
  }
  60% {
    opacity: 0;
    width: 300px;
  }
  80% {
    opacity: 1;
    width: 320px;
  }
  100% {
    opacity: 0;
    width: 320px;
  }
}
.skeleton_three {
  height: 57px;
  background-color: #ddd;
  position: absolute;
  top: 315px;
  width: 70%; /* Initial width to match the animation */
  animation: aparece_three 1.7s forwards;
}

.typed-cursor {
  opacity: 0;
  animation: blink 0.7s infinite;
  font-size: 56px !important;
  color: #333 !important;
}

@media all and (max-width: 1023px) {
  .typed-cursor {
    font-size: 36px !important;
  }
  .skeleton, .skeleton_two, .skeleton_three {
    display: none;
  }
  .video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* Relación de aspecto 16:9 */
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.carousel-logos-container {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.carousel-logos {
  display: flex;
  width: -moz-max-content;
  width: max-content; /* Ajuste dinámico del ancho */
  animation: scroll-left 40s linear infinite;
}

.carousel-logos img {
  max-height: 40px; /* Ajusta este valor según el diseño */
  height: auto; /* Mantiene la proporción */
  margin: 16px 24px;
  text-align: center;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain; /* Evita distorsión */
}

/* Animación fluida en sentido contrario */
@keyframes scroll-left {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1280px) {
  .carousel-logos-container {
    width: 80%;
  }
}
* {
  box-sizing: border-box;
}

#testimonios {
  width: 100%;
  margin: auto;
  text-align: center;
  color: #0A0028;
}
#testimonios h2 {
  color: #fff;
  font-size: 42px;
}
#testimonios #carousel {
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: center;
  margin: 64px auto;
}

.carousel-item {
  transition: opacity 0.5s ease;
  color: #0A0028;
  width: 292px;
  height: 271px !important;
  position: relative;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 16px;
  background-color: rgb(255, 255, 255);
  padding-top: 75px;
  background: linear-gradient(to bottom, #ffffff, #e0e0e0);
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(224, 224, 224) 100%);
  height: 271px !important;
  margin-top: 32px;
  text-align: center;
}
.carousel-item figure {
  width: 112px;
  height: 112px;
  position: absolute !important;
  overflow: hidden !important;
  margin: auto !important;
  border-radius: 100%;
  border: 6px solid #D9D9D9;
  top: 24px !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.carousel-item h3 {
  margin-bottom: 8px;
}
.carousel-item p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12.5px;
  font-size: 12.5px;
  height: 75px;
}
.carousel-item p a {
  color: #222;
  font-weight: bold;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  #testimonios {
    width: 100%;
  }
}
@media only screen and (min-width: 1366px) {
  #testimonios {
    width: 100%;
    padding: 80px 0;
  }
}
/* --- --- CAROUSEL --- --- */
.contenedor {
  max-width: 950px;
  width: 90%;
  margin: 50px auto;
}

.carousel__contenedor {
  position: relative;
}

.carousel__anterior,
.carousel__siguiente {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  top: 50%;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #0A0028;
  background-color: #fff;
  opacity: 100%;
  border-radius: 50%;
}

.carousel__anterior:hover,
.carousel__siguiente:hover {
  opacity: 100%;
}

.carousel__anterior {
  left: -40px;
}

.carousel__siguiente {
  right: -40px;
}

.carousel__lista {
  overflow: hidden;
}

.carousel__listado {
  overflow: hidden;
}

.carousel__elemento {
  text-align: center;
}

.carousel__indicadores .glider-dot {
  display: block;
  width: 30px;
  height: 4px;
  background: #fff;
  opacity: 0.2;
  border-radius: 0;
}

.carousel__indicadores .glider-dot:hover {
  opacity: 0.5;
}

.carousel__indicadores .glider-dot.active {
  opacity: 1;
}

.glider-dots {
  margin: 24px auto !important;
}

@media screen and (max-width: 800px) {
  .contenedor {
    max-width: 292px;
    width: 75%;
    margin: 50px auto;
  }
  #testimonios {
    padding: 24px;
  }
  #testimonios h2 {
    color: #fff;
    font-size: 36px;
  }
  #testimonios #carousel {
    flex-direction: column;
    gap: 80px;
  }
  #testimonios #carousel div.carousel-item {
    margin: auto;
  }
  #testimonios #carousel div.carousel-item img {
    display: flex;
    max-height: 12px;
  }
}
.logos-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
}

.titular {
  text-align: center;
}
.titular h2 {
  font-size: 42px;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 24px;
}
.titular h3 {
  width: 900px;
  margin: auto;
  font-size: 80px;
  background: #FF31FA;
  background: linear-gradient(to right, #FF31FA 0%, #6633FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1;
}

.filters {
  width: 641px;
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
  gap: 32px;
}
.filters button {
  box-sizing: border-box;
  height: 48px;
  color: #fff;
  border-radius: 24px;
  background-color: #0A0028;
  border: 4px solid #ddd;
  font-size: 20px;
  font-weight: 700;
  padding: 4px 16px;
}
.filters button:hover {
  background-color: #fff;
  color: #000;
}

.sliders {
  width: 100%;
  margin: auto;
  font-size: 40px;
}

.filter-btn {
  cursor: pointer;
}

.filter-btn.btn-seleccionado {
  background-color: #fff; /* Cambia este color según tu preferencia */
  color: #0A0028;
}

.sliders .slider {
  display: none;
}

.sliders .slider.active {
  display: block;
}

.contenedor-servicios {
  display: flex;
  flex-direction: column;
  margin: auto;
  position: relative;
  width: 100%;
  gap: 16px;
  align-items: center;
}
@media all and (max-width: 767px) {
  .contenedor-servicios {
    gap: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contenedor-servicios {
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }
}
@media only screen and (min-width: 1024px) {
  .contenedor-servicios {
    flex-direction: row;
    align-items: baseline;
  }
}
@media only screen and (min-width: 1280px) {
  .contenedor-servicios {
    flex-direction: column;
  }
}
.box {
  width: 78%;
  position: relative;
  background-color: #fff;
  border: 8px solid #ddd;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

figure {
  overflow: hidden;
  margin: 0;
}

.Informacion {
  padding: 16px;
  line-height: 2;
  font-size: 16px;
  text-align: left;
  color: #0A0028;
}
.Informacion h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}
.Informacion ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  line-height: 2.3;
}
.Informacion ul li {
  position: relative; /* Para posicionar el ícono con respecto al &lt;li&gt; */
  padding-left: 20px; /* Añade espacio para el ícono */
}
.Informacion ul li::before {
  content: "✔"; /* El ícono de verificación */
  position: absolute; /* Posiciona el ícono absolutamente dentro del &lt;li&gt; */
  left: 0; /* Coloca el ícono en el margen izquierdo */
  color: #0A0028; /* Color del ícono */
}

#servicios {
  margin-top: 80px;
}
#servicios .slider1 {
  width: 1145px;
  margin: auto;
}

.swiper-pagination {
  margin-top: 40px !important;
}

@media screen and (max-width: 800px) {
  #servicios {
    margin-top: 24px;
  }
  .titular img {
    width: 48px;
  }
  .titular h2 {
    font-size: 16px;
    margin-top: 16px;
  }
  .titular h3 {
    width: 100%;
    font-size: 32px;
  }
  .filters {
    width: 100%;
    margin: 20px auto;
    gap: 8px;
    display: flex;
    justify-content: center;
  }
  .filters button {
    box-sizing: border-box;
    height: 30px;
    border-radius: 16px;
    border: 2px solid #ddd;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
  }
}
.image-mobile {
  height: 935px;
  position: absolute;
  top: 1000px;
  z-index: -1;
  left: 0;
  overflow: hidden;
  width: 100%;
}
@media all and (max-width: 375px) {
  .image-mobile {
    top: 1015px;
  }
}
.image-mobile img {
  left: -322px;
  position: absolute;
}

.image-container, .image-container_1280 {
  display: none;
  width: 100%; /* Ajusta el tamaño según sea necesario */
  height: 300px; /* Ajusta el tamaño según sea necesario */
  position: absolute;
  z-index: -1;
  top: 1306px;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.image-container img, .image-container_1280 img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fadeAnimation 20s infinite;
}

.image-container img:nth-child(2), .image-container_1280 img:nth-child(2) {
  animation-delay: 6s; /* Retrasar la segunda imagen para alternar */
}

@keyframes fadeAnimation {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@media all and (min-width: 1280px) {
  .image-mobile {
    display: none;
  }
  .sliders {
    width: 100%;
    font-size: 40px;
  }
  .contenedor-servicios {
    width: 1130px;
    flex-direction: row;
    gap: 40px;
  }
  .box {
    width: 355px;
  }
  .image-container_1280 {
    display: block;
    width: 1200px; /* Ajusta el tamaño según sea necesario */
    height: 1650px; /* Ajusta el tamaño según sea necesario */
    top: 1200px;
  }
}
@media all and (min-width: 1366px) {
  .image-container_1280 {
    top: 1196px;
  }
}
@media all and (min-width: 1680px) {
  .image-container_1280 {
    display: none;
  }
  .image-container {
    display: block;
    width: 1650px; /* Ajusta el tamaño según sea necesario */
    height: 1650px; /* Ajusta el tamaño según sea necesario */
    top: 1240px;
  }
}
@media only screen and (min-width: 1024px) {
  .image-mobile {
    display: none;
  }
}
.slide-container {
  max-width: 1225px;
  width: 100%;
  padding: 40px 0;
}

.slide-content {
  width: 257px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slide-content {
    width: 80%;
  }
}
.card {
  border-radius: 25px;
  background-color: #FFF;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}

.image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}

.overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}

.card-image {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}

.card-image .card-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070F4;
}

.name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.description {
  font-size: 14px;
  color: #707070;
  text-align: center;
}

.button {
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button:hover {
  background: #265DF2;
}

.swiper-navBtn {
  color: #6E93f7;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover {
  color: #4070F4;
}

/* .swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
} */
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 10px !important;
  font-weight: bold;
  color: #fff;
  background-color: #222;
  padding: 10px;
  border-radius: 50%;
}

.swiper-button-next {
  right: 16px !important;
}

.swiper-button-prev {
  left: 16px !important;
}

.swiper-pagination-bullet {
  background-color: #222;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #111;
}

/* MI CAJA */
.box {
  width: 78%;
  position: relative;
  background-color: #fff;
  border: 4px solid #ddd;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#servicios figure {
  border-bottom: 4px solid #ddd;
  overflow: hidden;
  margin: 0;
  font-size: 0;
}

.Informacion {
  padding: 16px;
  line-height: 2;
  font-size: 16px;
  text-align: left;
  color: #000;
}
.Informacion h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 8px;
}
.Informacion p {
  font-size: 16px;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  line-height: 1.5;
}
.Informacion ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  line-height: 2.3;
}
.Informacion ul li {
  position: relative; /* Para posicionar el ícono con respecto al &lt;li&gt; */
  padding-left: 20px; /* Añade espacio para el ícono */
}
.Informacion ul li::before {
  content: "✔"; /* El ícono de verificación */
  position: absolute; /* Posiciona el ícono absolutamente dentro del &lt;li&gt; */
  left: 0; /* Coloca el ícono en el margen izquierdo */
  color: #000; /* Color del ícono */
}

@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
  .box {
    width: 257px;
    border: 4px solid #ddd;
  }
  .Informacion {
    font-size: 12px;
    padding: 8px;
  }
  .Informacion h3 {
    font-size: 20px;
  }
  .Informacion p {
    font-size: 14px;
    line-height: 1.6;
  }
  .Informacion.central {
    padding: 16px;
  }
  #servicios figure img {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .slide-content {
    width: 80%;
  }
}
@media all and (min-width: 1280px) {
  .slide-content {
    width: 1130px;
  }
  .box {
    height: 390px;
    max-height: 500px;
  }
  .swiper-button-next {
    right: 0px !important;
  }
  .swiper-button-prev {
    left: 0px !important;
  }
}
.box {
  width: 78%; /* Ajuste responsivo al porcentaje */
  max-width: 350px; /* Evita que se hagan demasiado anchas */
  margin: 0 auto; /* Centra las cajas */
  position: relative;
  background-color: #fff;
  border: 4px solid #ddd;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .box {
    width: 90%; /* Se adapta a pantallas pequeñas */
    max-width: 300px; /* Ajuste máximo */
    border: 3px solid #ccc; /* Bordes más delgados para pantallas pequeñas */
  }
}
@media all and (min-width: 1280px) {
  .box {
    width: 350px; /* Tamaño fijo para pantallas grandes */
  }
}
.nuestra_estrategia {
  width: 100%;
  margin: 80px auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.nuestra_estrategia figure {
  height: 147px;
  overflow: hidden;
  border-radius: 16px;
  border: 4px solid #ddd;
}
.nuestra_estrategia h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}
.nuestra_estrategia p {
  font-size: 14px;
  margin-top: 0;
  color: #fff;
}
.nuestra_estrategia p strong {
  background: #FF31FA;
  background: linear-gradient(to right, #FF31FA 0%, #6633FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nuestra_estrategia article {
  width: 222px;
}

@media all and (min-width: 1280px) {
  .nuestra_estrategia {
    width: 750px;
    height: 148px;
    margin: 158px auto;
    flex-direction: row;
    display: flex;
    gap: 40px;
  }
  .nuestra_estrategia h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .nuestra_estrategia p {
    font-size: 24px;
    margin-top: 8px;
    line-height: 1;
    font-weight: 400;
  }
  .nuestra_estrategia article {
    width: 444px;
  }
}
#somosasc {
  width: 100%;
  margin: 120px auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media all and (max-width: 767px) {
  #somosasc {
    margin: 100px auto;
  }
}
#somosasc article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 90%;
}
#somosasc article h3 {
  font-size: 42px;
  color: #fff;
  text-align: center;
  margin: 0;
}
#somosasc article p {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin: 0;
}
#somosasc article p strong {
  background: #FF31FA;
  background: linear-gradient(to right, #FF31FA 0%, #6633FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media all and (min-width: 1280px) {
  #somosasc {
    margin: 140px auto;
  }
  #somosasc article {
    width: 1145px;
  }
  #somosasc article p {
    width: 75%;
  }
}
#experiencia {
  width: 100%;
  height: 560px;
  position: relative;
  background-color: #000;
  display: flex;
  justify-content: center;
  vertical-align: center;
}
@media all and (max-width: 767px) {
  #experiencia {
    background-image: url("../images/experiencia/back-experiencia.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media all and (max-width: 767px) {
  #experiencia {
    height: 300px;
  }
}
@media all and (max-width: 1279px) {
  #experiencia {
    height: 415px;
  }
}
#experiencia article {
  width: 100%;
  margin: auto;
  text-align: center;
}
#experiencia article h2 {
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
}
#experiencia article p {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  margin-top: 8px;
}
#experiencia article p strong {
  font-weight: bold;
}
#experiencia article button {
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #0A0028;
  height: 42px;
  padding: 0 16px;
  cursor: pointer;
  border: none;
  border-radius: 8px;
}
#experiencia article button:hover {
  background-color: #6633FF;
  color: #fff;
}

div.exp_imagenes {
  display: none;
}

@media all and (max-width: 500px) {
  #experiencia {
    padding: 16px;
  }
  #experiencia article {
    width: 100%;
  }
  #experiencia article h2 {
    font-size: 36px;
  }
  #experiencia article p {
    font-size: 16px;
    display: flex;
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #experiencia article p strong {
    font-size: 24px;
    width: 184px;
    text-align: right;
    margin-right: 16px;
  }
}
@media all and (min-width: 600px) {
  #experiencia article {
    width: 1336px;
    z-index: 2;
  }
  div.exp_imagenes {
    display: block;
    z-index: 0;
  }
  div.exp_imagenes img:nth-child(1) {
    position: absolute;
    left: 3%;
    top: 40%;
  }
  div.exp_imagenes img:nth-child(2) {
    position: absolute;
    left: 5%;
    top: 60%;
  }
  div.exp_imagenes img:nth-child(3) {
    width: 112px;
    position: absolute;
    left: 7%;
    top: 21%;
  }
  div.exp_imagenes img:nth-child(4) {
    position: absolute;
    right: 2%;
    top: 60%;
  }
  div.exp_imagenes img:nth-child(5) {
    position: absolute;
    right: 3%;
    top: 40%;
  }
}
@media all and (min-width: 1280px) {
  #experiencia article {
    width: 1280px;
  }
  div.exp_imagenes {
    display: block;
    z-index: 0;
  }
  div.exp_imagenes img:nth-child(1) {
    position: absolute;
    left: 20%;
    top: 40%;
  }
  div.exp_imagenes img:nth-child(2) {
    position: absolute;
    left: 25%;
    top: 60%;
  }
  div.exp_imagenes img:nth-child(3) {
    width: 112px;
    position: absolute;
    left: 47%;
    top: 21%;
  }
  div.exp_imagenes img:nth-child(4) {
    position: absolute;
    right: 22%;
    top: 60%;
  }
  div.exp_imagenes img:nth-child(5) {
    position: absolute;
    right: 20%;
    top: 40%;
  }
}
@media all and (min-width: 1366px) {
  #experiencia article {
    width: 1366px;
  }
}
@media all and (min-width: 1366px) and (max-width: 1680px) {
  #experiencia article {
    width: 1366px;
  }
  div.exp_imagenes {
    display: block;
    z-index: 0;
  }
  div.exp_imagenes img:nth-child(1) {
    position: absolute;
    left: 40%;
    top: 20%;
  }
  div.exp_imagenes img:nth-child(2) {
    position: absolute;
    left: 15%;
    top: 60%;
  }
  div.exp_imagenes img:nth-child(3) {
    width: 112px;
    position: absolute;
    left: 20%;
    top: 21%;
  }
  div.exp_imagenes img:nth-child(4) {
    position: absolute;
    right: 2%;
    top: 60%;
  }
  div.exp_imagenes img:nth-child(5) {
    position: absolute;
    right: 10%;
    top: 40%;
  }
}
label {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

input {
  width: 100%;
  height: 40px;
  background-color: #F4F4F4;
  border: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 2px solid #6633FF;
  margin-bottom: 24px;
  box-sizing: border-box;
  padding: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

input:focus-visible {
  border-bottom: 2px solid #0A0028;
  outline: none;
}

textarea {
  width: 100%;
  height: 124px;
  background-color: #F4F4F4;
  color: #000;
  border: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 2px solid #6633FF;
  margin-bottom: 37px;
  box-sizing: border-box;
  padding: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

textarea:focus {
  border-bottom: 2px solid #0A0028;
  outline: none;
}

input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  float: left;
  margin-right: 8px;
  margin-bottom: 24px;
  cursor: pointer;
}

input[type=checkbox]:checked {
  background-color: #6633FF;
  border: 2px solid #6633FF;
}

input[type=checkbox]:checked::after {
  content: "✓";
  font-size: 16px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.accent {
  accent-color: #6633FF;
}

#formulario {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 80px 0 50px;
  position: relative;
  border-bottom: 8px solid #6633FF;
  border-top: 8px solid #ddd;
}
#formulario article {
  width: 1336px;
  margin: -60px 0 auto;
  color: #0A0028;
  text-align: center;
}
#formulario article h2 {
  font-size: 42px;
  font-weight: bold;
  margin: 48px 0 0;
}
#formulario article h3 {
  font-size: 64px;
  font-weight: bold;
  margin: 0;
}
#formulario article p {
  font-size: 24px;
  width: 716px;
  margin: 24px auto 40px;
}
@media all and (max-width: 1279px) {
  #formulario {
    padding: 16px 16px 40px;
  }
  #formulario article {
    width: 100%;
    margin: 0 auto;
  }
  #formulario article img {
    width: 48px;
  }
  #formulario article h2 {
    font-size: 16px;
    margin: 24px 0 0;
  }
  #formulario article h3 {
    font-size: 36px;
  }
  #formulario article p {
    font-size: 14px;
    text-align: left;
    width: 100%;
  }
}
@media all and (min-width: 600px) and (max-width: 1279px) {
  #formulario article {
    width: 70%;
  }
}
footer {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px;
}
footer article {
  width: 100%;
  justify-content: space-between;
  margin: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 32px;
}
@media all and (min-width: 600px) and (max-width: 768px) {
  footer article {
    flex-direction: row;
  }
}
footer article h4 {
  font-size: 16px;
  margin-top: 0;
  color: #fff;
  font-weight: bold;
  background: #FF31FA;
  margin-bottom: 0;
  background: linear-gradient(to bottom, #FF31FA 0%, #6633FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer article p, footer article a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 8px;
}

@media all and (min-width: 1336px) {
  footer article {
    width: 1280px;
    height: 200px;
    align-items: center;
    flex-direction: row;
    gap: 0;
  }
}
/* El Modal (está oculto por defecto) */
#ModalForm textarea {
  height: 106px;
}

.modal {
  display: none; /* Oculto por defecto */
  position: fixed; /* Fijado en la pantalla */
  z-index: 777; /* Por encima de otros elementos */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Habilita el desplazamiento si es necesario */
  background-color: rgba(0, 0, 0, 0.5); /* Fondo negro con opacidad */
  justify-content: center;
  align-items: center;
  color: #0A0028;
}

/* Contenido del Modal */
.modal-content {
  background-color: white;
  margin: auto;
  width: 1056px;
  height: 608px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 0.5s ease-out forwards; /* Aplica la animación de entrada */
  display: flex;
}
.modal-content .left {
  width: 696px;
  background-color: #222;
  background-image: url("../images/modal/background-modal.jpg");
  flex-shrink: 0; /* Evita que .left se reduzca */
  display: flex;
  align-items: center;
}
.modal-content .left .imagen-modal {
  width: 443px;
  height: 457px;
  background-color: #000;
  color: #fff;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 24px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.modal-content .left .imagen-modal img {
  width: 48px;
  margin: 0 auto 16px;
}
.modal-content .left .imagen-modal .titular h3 {
  width: 100%;
  margin: auto;
  font-size: 32px;
  background: #FF31FA;
  background: linear-gradient(to right, #FF31FA 0%, #6633FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1;
}
.modal-content .left .imagen-modal .titular h4 {
  margin: 0 0 8px;
}
.modal-content .left .imagen-modal .titular p {
  font-size: 16px;
  text-align: left;
  margin-top: 10px;
  line-height: 1.5;
}
.modal-content .right {
  background-color: #fff;
  padding: 16px;
  flex-grow: 1; /* Hace que .right ocupe el espacio restante */
}
.modal-content .right h3 {
  font-size: 20px;
}
.modal-content .right form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
/* El botón de cerrar (X) */
.close {
  position: absolute;
  right: 16px;
  top: 19px;
  float: right;
  font-size: 28px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Animación de entrada del contenido del modal */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100px); /* Empieza 100px abajo */
  }
  to {
    opacity: 1;
    transform: translateY(0); /* Termina en su posición original */
  }
}
/* Animación de salida del contenido del modal */
@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translateY(0); /* Empieza en su posición original */
  }
  to {
    opacity: 0;
    transform: translateY(-50px); /* Termina 50px arriba */
  }
}
/* Animación de entrada del fondo */
@keyframes fadeInBackground {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
/* Animación de salida del fondo */
@keyframes fadeOutBackground {
  from {
    background-color: rgba(0, 0, 0, 0.5);
  }
  to {
    background-color: rgba(0, 0, 0, 0);
  }
}
/* Clase para la animación de salida del contenido del modal */
.modal-content.fade-out {
  animation: fadeOutUp 0.5s ease-out forwards;
}

/* Clase para la animación de salida del fondo */
.modal.fade-out-background {
  animation: fadeOutBackground 0.5s ease-out forwards;
}

.modal-success {
  height: 150px;
  width: 350px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
  margin-top: 110px;
  background-color: #fff;
}

/* Estilos para la ventana modal */
.modalTestimonios {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modalTestimonios-content {
  background-color: white;
  padding: 24px;
  border-radius: 10px;
  max-width: 500px;
  text-align: center;
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .modalTestimonios-content {
    width: 90%;
  }
}
.modalTestimonios-content h2 {
  color: #000;
}
.modalTestimonios-content p {
  color: #000;
}

.close {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}

/* Para que los párrafos largos se vean truncados */
.truncable {
  max-width: 300px;
  margin: auto;
  text-align: center;
}

.modal-text {
  color: #000;
}

/* nuevos modal testimonios*/
.closeTestimonios {
  color: #222;
  position: absolute;
  top: 16px;
  right: 16px;
  font-weight: bold;
  font-size: 18px;
}

.glider-slide {
  align-content: flex-start;
}

.glider-track {
  gap: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

/* Estilo inicial cuando el botón está deshabilitado */
.modal-content .right form button, #formulario article .col-bottom button#submitBtn {
  background-color: #444; /* Gris oscuro */
  color: #ccc; /* Texto gris claro */
  border: none;
  padding: 10px 20px;
  cursor: not-allowed;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Estilos normales del botón (se aplicarán al habilitarlo) */
.modal-content .right form button, #formulario article .col-bottom button#submitBtn.active {
  background-color: #6633FF; /* Azul o el color que prefieras */
  color: #fff !important; /* Texto blanco */
  cursor: pointer;
}

#ModalForm button#submitBtnModal {
  background-color: #444; /* Gris oscuro */
  color: #ccc; /* Texto gris claro */
  border: none;
  padding: 10px 20px;
  cursor: not-allowed;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#ModalForm button#submitBtnModal.active {
  background-color: #6633FF; /* Azul o el color que prefieras */
  color: #fff !important; /* Texto blanco */
  cursor: pointer;
}/*# sourceMappingURL=general.css.map */</pre></body></html>