@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

.btn--solicitarDemo {
  text-decoration: none;
  color: #EEEEEE;
  background-color: #31363F;
  width: 40%;
  text-align: center;
  padding: 20px 20px;
  border-radius: 60px;
  transition: 0.2s linear;
  display: block;
  margin-bottom: 20px;
}

.btn--solicitarDemo:hover {
  transition: 0.2s linear;
  color: #31363F;
  background-color: #EEEEEE;
}

.btn-direccion {
  color: #EEEEEE;
  text-decoration: none;
  font-family: "Moderustic", system-ui;
  color: #eeeeee;
  font-size: 1.2em;
  text-align: justify;
  padding-top: 10px;
  transition: 0.2s linear;
}

.btn-direccion:hover {
  color: #E23C2F;
  transition: 0.2s linear;
}

#btn-form {
  width: 100%;
  padding: 10px;
  color: #EEEEEE;
  background-color: #31363F;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.2s linear;
}

#btn-form:hover {
  transition: 0.2s linear;
  color: #161A1F;
  background-color: #ffffff;
}

/* MediaQuery */
@media (max-width: 768px) {
  .btn-direccion {
    font-size: 1em;
    width: 50%;
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .btn--solicitarDemo {
    display: block; /* Asegura que el botón ocupe todo el ancho disponible */
    margin-top: 20px; /* Añade margen para separarlo del texto */
    padding: 10px 20px;
    width: 25%;
  }
  .btn-direccion {
    padding-top: 20px;
    font-size: 1.5em;
    text-align: center;
  }
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: background-color 0.3s ease;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 20px;
  background-color: #31363F;
}

.nav-list {
  list-style: none;
  display: flex;
  overflow: hidden;
  height: auto; /* Cambiar esto para permitir que el tamaño se ajuste automáticamente */
  transition: height 0.5s ease; /* Transición suave para el cambio de altura */
}

.nav-list a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 15px 15px;
  transition: color 0.3s ease, background-color 0.3s ease;
  display: block;
}

.nav-list li {
  margin-right: 20px;
}

.nav-list a:hover {
  color: #ffdd57;
  background-color: rgba(255, 255, 255, 0.1);
}

.btn--menu {
  display: none;
  cursor: pointer;
}

.contact-icons li, .menu-section li {
  content-visibility: visible;
}

.ul-Footer, .contact-icons {
  color: white;
  list-style: none;
  padding-left: 0;
}

.ul-Footer a {
  color: white;
  text-decoration: none;
}

/* Submenu */
.submenu {
  display: none;
  position: absolute;
  background-color: #333;
  list-style: none;
  padding: 10px;
  margin: 0;
  z-index: 20;
  border-radius: 4px;
}

.has-submenu:hover .submenu,
.has-submenu.active .submenu { /* Mostrar al hacer clic */
  display: block;
}

.submenu.active {
  display: block;
}

.has-submenu.active .submenu {
  display: block;
}

.submenu li {
  padding: 10px;
  white-space: nowrap;
}

/* Estilos para pantallas grandes (escritorio) */
@media (min-width: 1024px) {
  .has-submenu {
    position: relative;
  }
  .submenu {
    top: 100%;
    left: 0;
    background-color: #333d47;
  }
  .submenu li {
    padding: 10px;
  }
  .nav-list {
    overflow: visible;
  }
}
/* Estilos para móvil */
@media (max-width: 768px) {
  nav {
    align-items: center;
  }
  .nav-list {
    display: block;
    flex-direction: column;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #333;
    padding: 0;
    height: 0;
  }
  .btn--menu {
    display: block;
  }
  .nav-list.active {
    height: auto; /* Permitir que el menú se ajuste al tamaño del contenido */
  }
  .submenu {
    position: static; /* Submenú en móvil se despliega bajo el ítem */
  }
  .has-submenu .submenu {
    display: block;
  }
}
/* Fondo transparente */
header.transparent {
  background-color: transparent;
}

/* Cambiar fondo al hacer scroll */
header.scrolled {
  background-color: #31363F;
}

.sec-menu {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: background-color 0.3s ease;
  background-color: #333;
}

.nav--logo {
  margin-top: 10px;
  width: 50%;
}

.btn--menu {
  width: auto;
}

img {
  width: 100%;
}

.charts--gif-windows {
  width: 50%;
}

.gif--container {
  width: 130%;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}

.charts--gif {
  width: 110%;
}

.img--cards {
  width: 100%;
  border-radius: 27px;
  max-height: 235px;
}

.icon--cib {
  flex: 1; /* La imagen ocupa 1 parte del contenedor */
  max-width: 15%; /* Limita el ancho máximo de la imagen */
  height: auto; /* Mantiene la proporción de la imagen */
  margin-right: 20px;
}

.chart--gif-mejora {
  padding-top: 15px;
}

.cards-servicios {
  width: 50%;
  text-align: center;
}

.img--cards--servs {
  border-radius: 26px;
}

.logo-AU {
  text-align: center;
  width: 50%;
}

.aboutUS-img {
  margin-top: 10px;
  width: 80%;
  border-radius: 25px;
}

.aboutUS-img:hover {
  margin-top: 10px;
  width: 80%;
  border-radius: 25px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
}

.logo--redonde {
  width: 50%;
}

.footer-icons {
  padding-top: 10px;
  width: 9%;
}

.Logo-footer {
  width: 50%;
}

.icon--servs {
  width: 15%;
  height: 10%;
  padding-right: 10px;
  margin-top: 15px;
}

.img--finalCard {
  width: 100%;
  border-radius: 25px;
}

.aboutUS-img-red {
  padding-top: 50px;
  width: 50%;
}

/* MediaQuerys */
@media (min-width: 375px) {
  .gif--container {
    width: 130%;
  }
}
@media (min-width: 768px) {
  .gif--container {
    width: 50%;
  }
  .chart--gif-mejora {
    width: 50%;
  }
  .Logo-footer {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  img {
    width: 60%;
  }
  .Logo-footer {
    top: -25px;
    width: 20%;
  }
  .img--finalCard {
    width: 100%;
    border-radius: 25px;
  }
  .aboutUS-img-red {
    width: 50%;
  }
}
/* tarjeta de ciberseguridad */
.card--ciber {
  background-color: #161A1F;
  width: 300px;
  padding: 20px;
  border-radius: 26px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

.card--ciber:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
}

.card-content {
  position: relative;
}

/* Estilos para el texto oculto */
/* Mostrar el texto al hacer hover en la tarjeta */
.card--ciber:hover .hidden-text {
  opacity: 1; /* Muestra el texto */
  max-height: 150px; /* Ajusta según el tamaño del texto */
  margin-top: 10px; /* Añade un pequeño margen */
}

/* tarjeta de ciberseguridad */
/* tarjeta de WorkPlace */
.card--DigitalWorkPlace {
  background-color: #161A1F;
  width: 300px;
  padding: 20px;
  border-radius: 26px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

.card--DigitalWorkPlace {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
}

/* Mostrar el texto al hacer hover en la tarjeta */
.card--DigitalWorkPlace:hover .hidden-text {
  opacity: 1; /* Muestra el texto */
  max-height: 170px; /* Ajusta según el tamaño del texto */
  margin-top: 10px; /* Añade un pequeño margen */
}

/* tarjeta de WorkPlace */
/* tarjeta de DigOpr*/
.card--DigOperation {
  background-color: #161A1F;
  width: 300px;
  padding: 20px;
  border-radius: 26px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

.card--DigOperation {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
}

/* Mostrar el texto al hacer hover en la tarjeta */
.card--DigOperation:hover .hidden-text {
  opacity: 1; /* Muestra el texto */
  max-height: 180px; /* Ajusta según el tamaño del texto */
  margin-top: 10px; /* Añade un pequeño margen */
}

/* tarjeta de DigOper*/
/* MediaQuery */
@media (max-width: 320px) {
  .card--ciber {
    width: 220px;
  }
  .card--DigitalWorkPlace {
    width: 220px;
  }
  .card--DigOperation {
    width: 220px;
  }
}
@media (max-width: 375px) {
  .card--ciber {
    width: 220px;
  }
  .card--DigitalWorkPlace {
    width: 220px;
  }
  .card--DigOperation {
    width: 220px;
  }
}
form {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
  form {
    width: 100%;
  }
}
/* tarjeta de servicios administrados */
.card--servAdmin {
  width: 300px;
  padding: 20px;
  border-radius: 26px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

.card--servAdmin:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
  background-color: #EEEEEE;
  transition: box-shadow 0.3s ease-in-out;
}

/* tarjeta de servicios administrados */
/* tarjeta de Licenciamiento*/
.card--servLic {
  width: 300px;
  padding: 20px;
  border-radius: 26px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

.card--servLic:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
  background-color: #EEEEEE;
  transition: box-shadow 0.3s ease-in-out;
}

/* tarjeta de Licenciamiento */
/* tarjeta de Desarrollo*/
.card--servDev {
  width: 300px;
  padding: 20px;
  border-radius: 26px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

.card--servDev:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
  background-color: #EEEEEE;
  transition: box-shadow 0.3s ease-in-out;
}

/* tarjeta de Desarrollo*/
/* tarjeta de Operacion*/
.card--servOperation {
  width: 300px;
  padding: 20px;
  border-radius: 26px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

.card--servOperation:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
  background-color: #EEEEEE;
  transition: box-shadow 0.3s ease-in-out;
}

/* tarjeta de Operacion*/
/* tarjeta de Consultoria*/
.card--servConsultoria {
  width: 300px;
  padding: 20px;
  border-radius: 26px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

.card--servConsultoria:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
  background-color: #EEEEEE;
  transition: box-shadow 0.3s ease-in-out;
}

/* tarjeta de Consultoria*/
/* Variante de tarjetas */
.card--servAdmin-1 {
  background-image: linear-gradient(to bottom, #161a1f, #1d2229, #242b32, #2c343d, #333d47);
  width: 300px;
  padding: 20px;
  border-radius: 26px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

.card--servLic-1 {
  background-image: linear-gradient(to bottom, #161a1f, #1d2229, #242b32, #2c343d, #333d47);
  width: 300px;
  padding: 20px;
  border-radius: 26px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

.card--servDev-1 {
  background-image: linear-gradient(to bottom, #161a1f, #1d2229, #242b32, #2c343d, #333d47);
  width: 300px;
  padding: 20px;
  border-radius: 26px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

.card--servOperation-1 {
  background-image: linear-gradient(to top, #161a1f, #1d2229, #242b32, #2c343d, #333d47);
  width: 300px;
  padding: 20px;
  border-radius: 26px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

.card--servConsultoria-1 {
  background-image: linear-gradient(to top, #161a1f, #1d2229, #242b32, #2c343d, #333d47);
  width: 300px;
  padding: 20px;
  border-radius: 26px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

/* MediaQuerys */
@media (max-width: 320px) {
  .card--servAdmin {
    width: 220px;
  }
  .card--servLic {
    width: 220px;
  }
  .card--servDev {
    width: 220px;
  }
  .card--servOperation {
    width: 220px;
  }
  .card--servConsultoria {
    width: 220px;
  }
  /* Tarjetas de para la pagina dedicada */
  .card--servAdmin-1 {
    width: 220px;
  }
  .card--servLic-1 {
    width: 220px;
  }
  .card--servDev-1 {
    width: 220px;
  }
  .card--servOperation-1 {
    width: 220px;
  }
  .card--servConsultoria-1 {
    width: 220px;
  }
}
.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%; /* Asegura que el carrusel ocupe todo el ancho */
  background-image: url("/src/img/background-top.png");
  background-size: cover; /* Asegura que la imagen mantenga su tamaño original */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
}

.carousel-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.seccion--Inicio {
  min-width: 100%; /* Cada sección ocupará todo el ancho */
}

.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.carousel-prev,
.carousel-next {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  margin: 0 10px;
}

.carousel-indicators {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.carousel-indicators div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(226, 59, 47, 0.2941176471);
  cursor: pointer;
}

.carousel-indicators .active {
  background-color: #E23C2F;
}

@media (min-width: 1024px) {
  .carousel-container {
    background-position: 0px -200px; /* Mueve la imagen 50px a la derecha y 100px hacia abajo */
  }
  .carousel-indicators {
    transform: translateY(-300px);
  }
}
.title--first {
  width: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.seccion--Inicio {
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 75px 50px 70px 50px;
  box-sizing: border-box;
  color: #fff;
  text-align: justify;
}

.seccion--Inicio2 {
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 75px 50px 70px 50px;
  box-sizing: border-box;
  color: #fff;
  text-align: justify;
}

.bigdigit {
  color: #e23c2f;
}

.columna--izquierda {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.columna--derecha {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

/* MediaQ*/
@media (min-width: 1024px) {
  .seccion--Inicio {
    display: flex; /* Activa flexbox */
    justify-content: space-between; /* Separa las dos columnas */
    align-items: center; /* Alinea verticalmente las columnas */
    flex-direction: row;
    padding: 180px 120px 320px 120px;
    background-size: cover; /* Asegura que la imagen mantenga su tamaño original */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: 0px -200px; /* Mueve la imagen 50px a la derecha y 100px hacia abajo */
  }
  .columna--izquierda {
    flex: 1; /* Ocupa 1 parte del espacio disponible */
    padding-right: 200px; /* Añade un poco de espacio entre columnas */
  }
  .columna--derecha {
    flex: 1; /* Ocupa 1 parte del espacio disponible */
    display: flex;
    justify-content: center; /* Centra la imagen en su columna */
    flex-direction: column;
    align-items: center;
  }
  .charts--gif {
    height: auto;
  }
  .title--first {
    width: 80%;
    font-size: 3.5em;
    text-align: left;
    padding-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .parallax-section {
    top: -50px;
    padding-bottom: 0px;
  }
}
.parallax-section {
  position: relative;
  width: 100%;
  padding: 10px 10%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  text-align: left;
  box-sizing: border-box;
  font-family: Moderustic;
  color: white;
  font-weight: 100;
  overflow: hidden;
  justify-items: center;
}

.parallax-section::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/src/img/parallax_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0.8; /* Ajuste de opacidad */
  transform: translateZ(0);
}

/* Pagina dedicada a soluciones */
.container--princ-solc {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(to top, #161a1f, #1d2229, #242b32, #2c343d, #333d47);
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

/* Estilos para la sección izquierda */
.left-section {
  position: relative;
  margin-top: 50px;
}

.square {
  position: relative;
  width: 350px;
  height: 400px;
  background: transparent;
  overflow: hidden; /* Para ocultar el pseudo-elemento que sobresalga */
}

/* Usamos un pseudo-elemento para el efecto de hover */
.square::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left top, rgba(255, 255, 255, 0.3) 50%, transparent 50%);
  opacity: 0; /* Inicialmente invisible */
  transition: opacity 0.6s ease; /* Transición suave en la opacidad */
  z-index: 1; /* Debe estar por debajo de otros elementos como la imagen */
}

/* Al hacer hover, el pseudo-elemento se vuelve visible */
.square:hover::before {
  opacity: 1;
}

/* Imagen en el centro del cuadrado */
.image-seal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.image-seal img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

/* Estilos para las esquinas con la información */
.corner {
  position: absolute;
  color: #000;
  font-size: 14px;
  z-index: 3; /* Aseguramos que esté por encima del pseudo-elemento */
}

.top-left {
  top: 10px;
  left: 10px;
  text-align: left;
}

.bottom-right {
  bottom: 10px;
  right: 10px;
  text-align: right;
}

/* Estilos para la sección derecha */
.right-section {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.right-section h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.right-section h1 {
  color: #E23C2F;
}

.right-section p {
  font-size: 16px;
  text-align: justify;
  width: 100%;
}

.divider-2 {
  height: 5px;
  background-color: #e23c2f;
  margin: 10px 0 10px 230px;
  padding-left: 50px;
}

.divider-3 {
  width: 100%;
  height: 5px;
  background-color: #e23c2f;
  margin: 10px 0;
}

/* Contenedor principal del folder */
.folder-container {
  width: 80%;
  border: 2px solid #333;
  border-radius: 5px;
  background-color: #f0f0f0;
  position: relative;
}

/* Área de las pestañas */
.folder-tabs {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

/* Estilo de cada pestaña */
.tab {
  background-color: #333;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  flex: 1;
  transition: background-color 0.3s, color 0.3s;
  font-family: "Moderustic", system-ui;
  font-weight: 100;
  font-size: 1em;
}

/* Efecto para la pestaña activa */
.tab.active {
  background-color: #394653; /* Cambia este color para destacar la pestaña activa */
  color: #fff;
}

/* Estilo del contenido de cada sección */
.folder-content {
  display: none; /* Ocultamos por defecto */
  padding: 10px;
  background-color: white;
  border-radius: 5px;
  overflow-y: auto;
}

.folder-content.active {
  display: block; /* Solo el contenido activo se muestra */
}

.folder-content p {
  color: #161A1F;
  text-align: justify;
}

/* Pagina dedicada a soluciones */
.card-soluc-parent {
  gap: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-text {
  display: flex;
  justify-content: space-between;
  margin: auto;
  align-items: center;
  padding-top: 10px;
}

/* Mediaquery */
@media (min-width: 430px) {
  .divider-2 {
    padding-left: 200px;
  }
}
@media (min-width: 1024px) {
  .container {
    flex-direction: row;
  }
  .parallax-section {
    top: -100px;
    padding-bottom: 0px;
  }
  .card-soluc-parent {
    flex-direction: row;
    justify-content: space-evenly;
  }
  /* Sección dedicada a soluciones */
  .container--princ-solc {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(to top, #161a1f, #1d2229, #242b32, #2c343d, #333d47);
  }
  /* Estilos del contenedor principal */
  .container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 80vh;
    padding-top: 10%;
  }
  /* Estilos para la sección izquierda */
  .left-section {
    position: relative;
  }
  .square {
    position: relative;
    width: 500px;
    height: 500px;
    background: transparent;
    overflow: hidden; /* Para ocultar el pseudo-elemento que sobresalga */
  }
  /* Usamos un pseudo-elemento para el efecto de hover */
  .square::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left top, rgba(255, 255, 255, 0.3) 50%, transparent 50%);
    opacity: 0; /* Inicialmente invisible */
    transition: opacity 0.6s ease; /* Transición suave en la opacidad */
    z-index: 1; /* Debe estar por debajo de otros elementos como la imagen */
  }
  /* Al hacer hover, el pseudo-elemento se vuelve visible */
  .square:hover::before {
    opacity: 1;
  }
  /* Imagen en el centro del cuadrado */
  .image-seal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .image-seal img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
  }
  /* Estilos para las esquinas con la información */
  .corner {
    position: absolute;
    color: #000;
    font-size: 14px;
    z-index: 3; /* Aseguramos que esté por encima del pseudo-elemento */
  }
  .top-left {
    top: 10px;
    left: 10px;
    text-align: left;
  }
  .bottom-right {
    bottom: 10px;
    right: 10px;
    text-align: right;
  }
  /* Estilos para la sección derecha */
  .right-section {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px;
  }
  .right-section h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .right-section h1 {
    color: #E23C2F;
  }
  .right-section p {
    font-size: 16px;
    text-align: justify;
    width: 100%;
  }
  .divider-2 {
    height: 5px;
    background-color: #e23c2f;
    margin: 10px 0 10px 230px;
    padding-left: 50px;
  }
  .divider-3 {
    width: 100%;
    height: 5px;
    background-color: #e23c2f;
    margin: 10px 0;
  }
  /* Contenedor principal del folder */
  .folder-container {
    margin-top: 2%;
    width: 80%;
    border: 2px solid #333;
    border-radius: 5px;
    background-color: #f0f0f0;
    position: relative;
  }
  /* Área de las pestañas */
  .folder-tabs {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  /* Estilo de cada pestaña */
  .tab {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    flex: 1;
    transition: background-color 0.3s, color 0.3s;
    font-family: "Moderustic", system-ui;
    font-weight: 100;
    font-size: 1em;
  }
  /* Efecto para la pestaña activa */
  .tab.active {
    background-color: #394653; /* Cambia este color para destacar la pestaña activa */
    color: #fff;
  }
  /* Estilo del contenido de cada sección */
  .folder-content {
    display: none; /* Ocultamos por defecto */
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    overflow-y: auto;
  }
  .folder-content.active {
    display: block; /* Solo el contenido activo se muestra */
  }
  .folder-content p {
    color: #161A1F;
    text-align: justify;
  }
}
@media (min-width: 1440px) {
  .container {
    padding-top: 3%;
  }
  .square {
    position: relative;
    width: 600px;
    height: 600px;
    background: transparent;
    overflow: hidden;
  }
  .right-section {
    width: 50%;
    padding: 0;
  }
}
.secc-contact {
  background-color: #161A1F;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
}

.secc-contact-2 {
  background-color: #161A1F;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
}

.secc-contact label {
  border: none;
  width: 100%;
  font-family: "Moderustic", system-ui;
  font-weight: 500;
  padding: 10px;
}

.secc-contact-2 label {
  border: none;
  width: 100%;
  font-family: "Moderustic", system-ui;
  font-weight: 500;
  padding: 10px;
}

.secc-contact input,
.secc-contact textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #76ABAE;
  font-family: "Moderustic", system-ui;
}

.secc-contact-2 input,
.secc-contact-2 textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #76ABAE;
  font-family: "Moderustic", system-ui;
}

#mensaje {
  min-width: 100%;
  max-width: 100%;
  max-height: 100px;
  min-height: 100px;
}

.secc-contact-dedi {
  background-image: linear-gradient(to bottom, #161a1f, #1d2229, #242b32, #2c343d, #333d47);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
}

.div--container--contactanos {
  text-align: center;
  margin-top: 6vh;
  padding: 20px;
  background-image: url(/src/img/demo_1200x800.png);
  background-size: cover;
  background-position: 0px -400px;
}

@media (min-width: 1024px) {
  .secc-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    flex-direction: row;
  }
  .columna-izquierda,
  .columna-derecha {
    flex: 1; /* Ambas columnas ocupan el mismo espacio */
  }
  .columna-izquierda {
    padding-right: 0px; /* Espacio a la derecha de la columna izquierda */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .columna-derecha {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centra el contenido verticalmente */
    align-items: center;
  }
  .chart--gif-mejora {
    width: 60%;
    margin-top: 30px; /* Espacio entre el texto y la imagen */
  }
  .content--form {
    padding-left: 50px;
    padding-right: 50px;
  }
  .div--container--contactanos {
    text-align: center;
    height: 50px;
    margin-top: 8vh;
    padding: 20px;
    background-image: url(/src/img/demo_1200x800.png);
    background-size: cover;
    background-position: 0px -400px;
  }
  .secc-contact-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    flex-direction: column;
  }
}
.servicios-sect {
  background-color: white;
}

.card-serv-parent {
  gap: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-serv-parent-extra {
  gap: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: justify;
}

.title--card-serv {
  font-size: 1.5rem;
  color: #333;
  margin: 0; /* Asegúrate de que no haya márgenes que desalineen el texto */
}

/* Seccion especial para la pagina dedicada de servicios */
.body--servicios {
  background-image: linear-gradient(to bottom, #161a1f, #1d2229, #242b32, #2c343d, #333d47);
}

.main-container--serv {
  padding-top: 60px;
  background-image: linear-gradient(to bottom, #161a1f, #1d2229, #242b32, #2c343d, #333d47);
}

.card-content-1 {
  color: white;
}

.container--contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 50px 15px 50px;
}

.content-addons {
  padding: 10px 0px 10px 0px;
  display: flex;
}

@media (min-width: 1024px) {
  .card-serv-parent {
    gap: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .card-serv-parent-extra {
    padding-top: 10px;
    gap: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .container--contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 500px 15px 500px;
  }
}
.div--container--Nosotros {
  text-align: center;
  margin-top: 6vh;
  padding: 20px;
  background-image: url(/src/img/Nosotros_brn.png);
  background-size: cover;
}

.bdy--container {
  background-image: linear-gradient(to bottom, #161a1f, #1d2229, #242b32, #2c343d, #333d47);
}

.nosotros {
  padding: 75px 50px 10px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-image: linear-gradient(to bottom, #161a1f, #1d2229, #242b32, #2c343d, #333d47);
}

.container--Content {
  background-color: rgb(92, 38, 38);
  width: 100%;
  display: grid;
}

.hidden-text-vision p {
  color: #EEEEEE;
  text-align: justify;
}

.card--Nosotros {
  width: 300px;
  padding: 20px;
  border-radius: 26px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}

.card--Nosotros:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.8);
  transition: box-shadow 0.3s ease-in-out;
}

.container--cards {
  display: flex; /* Activa flexbox */
  justify-content: space-between; /* Separa las dos columnas */
  align-items: center; /* Alinea verticalmente las columnas */
  flex-direction: column;
  background-size: cover; /* Asegura que la imagen mantenga su tamaño original */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  background-position: 0px -200px;
}

.final--cards--parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}

.final--cards-mision {
  width: 400px;
  border-radius: 26px;
}

.finalCard--Content {
  background-image: linear-gradient(to top, #161a1f, #1d2229, #242b32, #2c343d, #333d47);
  margin: 0px 30px 0px 30px;
  border-radius: 25px;
  transform: translateY(-90px);
}

@media (min-width: 1024px) {
  .container--cards {
    padding: 10px 120px 20px 120px;
    flex-direction: row;
  }
  .final--cards--parent {
    gap: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .final--cards-mision {
    width: 400px;
    padding: 20px;
    border-radius: 26px;
  }
  .finalCard--Content {
    background-image: linear-gradient(to top, #161a1f, #1d2229, #242b32, #2c343d, #333d47);
    margin: 0px 30px 0px 30px;
    border-radius: 25px;
    transform: translateY(-90px);
  }
  .div--container--Nosotros {
    text-align: center;
    height: 50px;
    margin-top: 8vh;
    padding: 20px;
    background-image: url(/src/img/Nosotros_brn.png);
    background-size: cover;
    background-position: 0px -200px;
  }
}
.parallax-section-3 {
  position: relative;
  width: 100%;
  padding: 30px 10%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  text-align: left;
  box-sizing: border-box;
  font-family: Moderustic;
  color: white;
  font-weight: 100;
  overflow: hidden;
}

.parallax-section-3::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/src/img/parallax_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1000;
  transform: translateZ(0);
}

/* Sección de parallax (footer) */
.parallax-section-4 {
  position: relative;
  width: 100%;
  padding: 30px 10%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  text-align: left;
  box-sizing: border-box;
  font-family: Moderustic;
  color: white;
  font-weight: 100;
  overflow: hidden;
}

/* Fondo parallax */
.parallax-section-4::before {
  content: "";
  position: absolute; /* Cambiado de fixed a absolute */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/src/img/parallax_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1; /* Mantén el fondo detrás del contenido */
  transform: translateZ(0); /* Opcional para performance */
}

.parallax-section-4 p {
  text-align: left;
  font-size: 1.1em;
  color: #eeeeee;
}

.logo-section,
.menu-section,
.contact-section {
  margin-bottom: 10px; /* Espacio entre secciones */
}

.divider {
  width: 250px;
  height: 5px;
  background-color: #E23C2F; /* Color de la barra divisoria */
  margin: 10px 0; /* Espacio arriba y abajo de la barra */
}

.ul-Footer,
.contact-icons {
  list-style: none;
  padding-left: 0;
}

.ul-Footer li,
.contact-icons li {
  margin-bottom: 10px;
}

.contact-icons li {
  display: flex;
  align-items: center;
}

.contact-icons img {
  width: 20px; /* Tamaño de los iconos */
  height: 20px;
  margin-right: 10px; /* Espacio entre el icono y el enlace */
}

.contact-icons a {
  text-decoration: none;
  color: #fff;
}

.Secod--Fthr {
  padding-bottom: 10px;
  background-color: #161A1F;
  text-align: center;
}

.contact-icons-2 li {
  width: 200px;
  display: flex;
  align-items: center;
}

.contact-icons-2 img {
  width: 15%;
  margin-top: 20px;
  margin-right: 10px; /* Espacio entre el icono y el enlace */
}

.contact-icons-2 a {
  margin-top: 15px;
  text-decoration: none;
  color: #fff;
}

.Secod--Fthr a {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .parallax-section-3 {
    display: flex;
    justify-content: space-around;
    font-size: 0.9em;
    align-items: stretch;
  }
  /* Sección de parallax (footer) */
  .parallax-section-4 {
    position: relative;
    width: 100%;
    padding: 30px 10%;
    display: flex;
    justify-content: space-around;
    grid-template-columns: 1fr;
    align-items: center;
    text-align: left;
    box-sizing: border-box;
    color: white;
    font-weight: 100;
    overflow: hidden;
    align-items: stretch;
    z-index: 1; /* Asegura que el contenido esté por encima del fondo parallax */
  }
  /* Fondo parallax */
  .parallax-section-4::before {
    content: "";
    position: absolute; /* Cambiado de fixed a absolute */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/src/img/parallax_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1; /* Mantén el fondo detrás del contenido */
    transform: translateZ(0); /* Opcional para performance */
  }
  .parallax-section-4 p {
    text-align: left;
    font-size: 1.5em;
    color: #eeeeee;
  }
  .logo-section {
    width: 40%;
  }
}
.Disc-mainContainer {
  background-color: #161A1F;
  padding: 5% 20% 5% 20%;
}

.Disc-mainContainer h1 {
  text-align: center;
}

.Disc-mainContainer p {
  text-align: justify;
  color: #EEEEEE;
}

.Disc-mainContainer li {
  font-family: "Moderustic", system-ui;
  color: #EEEEEE;
  font-size: 1.2em;
  font-weight: 100;
  padding-left: 2%;
}

h1 {
  font-family: "Moderustic", system-ui;
  color: #EEEEEE;
  font-size: 2.2em;
  font-weight: 500;
}

span {
  font-family: "Moderustic", system-ui;
  color: #EEEEEE;
  font-size: 1.2em;
  text-align: justify;
}

a {
  font-family: "Moderustic", system-ui;
}

.parrafo--Principal {
  font-family: "Moderustic", system-ui;
  color: #EEEEEE;
  text-align: justify;
}

p {
  font-family: "Moderustic", system-ui;
  color: #E23C2F;
  font-size: 1.2em;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.text--cards {
  font-family: "Moderustic", system-ui;
  color: #EEEEEE;
  font-size: 1.2em;
  text-align: justify;
}

.second--hash {
  padding-top: 15px;
  font-family: "Moderustic", system-ui;
  color: #76ABAE;
  font-size: 1.2em;
  text-align: center;
}

.title--card {
  font-family: "Moderustic", system-ui;
  color: white;
  font-size: 1.2em;
  text-align: center;
}

.title--card-serv {
  font-family: "Moderustic", system-ui;
  color: #161A1F;
  font-size: 1.3em;
  text-align: center;
}

.title--card-serv-1 {
  font-family: "Moderustic", system-ui;
  color: #EEEEEE;
  font-size: 1.3em;
  text-align: center;
}

.headers--secundarios {
  font-family: "Moderustic", system-ui;
  font-weight: 500;
  color: #EEEEEE;
  font-size: 2.3em;
  text-align: center;
  padding: 10px;
}

.headers--secundarios-2-contact {
  font-family: "Moderustic", system-ui;
  font-weight: 500;
  color: #E23C2F;
  font-size: 1.5em;
  text-align: center;
  padding: 5px;
}

.txt-contactanos {
  text-align: justify;
  color: #EEEEEE;
  font-size: 1em;
}

.headers--secundarios-3 {
  font-family: "Moderustic", system-ui;
  font-weight: 500;
  color: #161A1F;
  font-size: 2.3em;
  text-align: center;
  padding: 10px;
}

.headers--secundarios-4 {
  font-family: "Moderustic", system-ui;
  font-weight: 500;
  color: #EEEEEE;
  font-size: 2.3em;
  text-align: center;
  padding: 10px;
}

.headers--secundarios-2 {
  font-family: "Moderustic", system-ui;
  font-weight: 100;
  color: #EEEEEE;
  font-size: 2.3em;
  text-align: center;
  padding: 10px;
  border-bottom: 10px solid #E23C2F;
}

.headers--secundario-form {
  font-family: "Moderustic", system-ui;
  font-weight: 500;
  color: #E23C2F;
  font-size: 2em;
  text-align: center;
  padding: 10px;
}

.content--form {
  color: #EEEEEE;
  text-align: justify;
}

.hidden-text p {
  color: white;
  text-align: justify;
}

.hidden-text-servs p {
  color: #161A1F;
  text-align: justify;
}

.nosotros h2 {
  font-family: "Moderustic", system-ui;
  font-weight: 500;
  color: #EEEEEE;
  font-size: 2.5em;
  width: 80%;
  border-bottom: 5px solid #e23c2f;
}

.nosotros h3 {
  padding-top: 10px;
  font-family: "Moderustic", system-ui;
  font-weight: 100;
  color: #EEEEEE;
  font-size: 2em;
  width: 100%;
}

.conten-aboutUs {
  font-family: "Moderustic", system-ui;
  font-weight: 100;
  color: #EEEEEE;
  text-align: justify;
}

.parallax-section-2 p {
  color: #EEEEEE;
  text-align: justify;
  border-top: 5px solid #e23c2f;
}

.parallax-section-3 p {
  text-align: left;
  font-size: 1.5em;
  color: #EEEEEE;
}

.menu-section h3 {
  font-size: 2em;
  margin-bottom: 10px;
  color: #EEEEEE;
}

.menu-section h3 {
  font-weight: 100;
}

.contact-section h3 {
  font-weight: 100;
  font-size: 2em;
}

.Secod--Fthr p {
  font-size: 0.8em;
}

.Secod--Fthr span {
  text-align: center;
  font-size: 0.9em;
}

.title--card-final {
  color: #eeeeee;
}

.finalCard--text p {
  color: #eeeeee;
  text-align: justify;
  padding: 0px 20px 20px 20px;
}

/* Estilos para las soluciones */
.right-section p {
  font-size: 2.5vh;
  color: #eeeeee;
}

.top-left h2 {
  font-family: "Moderustic", system-ui;
  color: #eeeeee;
  font-weight: 500;
  font-size: 2em;
}

.bottom-right h2 {
  font-family: "Moderustic", system-ui;
  color: #eeeeee;
  font-weight: 500;
  font-size: 2em;
}

.top-left li {
  font-family: "Moderustic", system-ui;
  color: #eeeeee;
  font-weight: 100;
  font-size: 1em;
  list-style: none;
}

.bottom-right li {
  font-family: "Moderustic", system-ui;
  color: #eeeeee;
  font-weight: 100;
  font-size: 1em;
  list-style: none;
}

@media (min-width: 1024px) {
  .txt--hashtag {
    font-size: 1.5em;
  }
  .headers--secundarios {
    font-size: 3em;
  }
  .text--soluciones {
    font-size: 1.5em;
  }
  .title--card-final {
    color: #EEEEEE;
  }
  .finalCard--text p {
    color: #EEEEEE;
    text-align: justify;
    padding: 20px;
  }
  .right-section p {
    font-size: 2.8vh;
    color: #EEEEEE;
  }
  .top-left h2 {
    font-family: "Moderustic", system-ui;
    color: #EEEEEE;
    font-weight: 500;
    font-size: 3em;
  }
  .top-left li {
    font-family: "Moderustic", system-ui;
    color: #EEEEEE;
    font-weight: 100;
    font-size: 1.5em;
    list-style: none;
  }
  .bottom-right h2 {
    font-family: "Moderustic", system-ui;
    color: #EEEEEE;
    font-weight: 500;
    font-size: 3em;
  }
  .bottom-right li {
    font-family: "Moderustic", system-ui;
    color: #EEEEEE;
    font-weight: 100;
    font-size: 1.5em;
    list-style: none;
  }
}/*# sourceMappingURL=main.css.map */