:root {
  --primary-color: #2e4580;
  --secondary-color: #19b3e6;
  --accent-color: #4c14a4;
  --light-color: #e6f7ff;
  --dark-color: #001233;
  --gray-color: #f8f9fa;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f8f9fa;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.general-bg {
  background: rgb(46, 69, 128);
  background: linear-gradient(0deg, rgba(46, 69, 128, 1) 0%, rgba(25, 179, 230, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.general-bottom {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(25, 179, 230, 1) 50%, rgba(46, 69, 128, 1) 100%);
}

/*  */
.solution-bg {
  background: rgb(46, 69, 128);
  background: linear-gradient(0deg, rgba(46, 69, 128, 1) 0%, rgba(25, 179, 230, 1) 100%);
}

.about-bg {
  background: rgb(25, 179, 230);
  background: linear-gradient(0deg, rgba(25, 179, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.gradient-bg {
  background: linear-gradient(90deg, #ffffff 10%, var(--secondary-color) 60%, var(--primary-color) 100%);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.hero-section {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.hero-content {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
}

.hero-text {
  text-align: center;
}

.hero-text h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #fff;
}

.hero-text h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #fff;
}

.hero-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* Estilo para el navbar en la hero section */
.navbar {
  background-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  padding: 10px 25px;
  margin-top: 1rem;
}

/* Estilos para bordes redondeados adaptativos */
.rounded-mobile {
  border-radius: 0.375rem;
  /* Valor predeterminado de .rounded */
}

.navbar-brand img {
  max-width: 120px;
  max-height: 80px;
}

.nav-link {
  color: var(--dark-color);
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  margin: 0 0.2rem;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: var(--primary-color);
}

.nav-link.active {
  color: var(--primary-color) !important;
  font-weight: 600;
}

/* Sección de bienvenida */
.welcome-section {
  background-color: #ffffff;
  padding: 5rem 0;
  text-align: center;
}

.welcome-section h2 {
  color: #2e2e2e;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.welcome-section h3 {
  color: var(--primary-color);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.welcome-section p {
  font-size: 1.2rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto 1.5rem;
  line-height: 1.8;
}

.welcome-section .btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 0.75rem 2rem;
  font-weight: 600;
  margin-top: 1.5rem;
  transition: all 0.3s ease;
}

.welcome-section .btn-primary:hover {
  background-color: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Estilos para redes sociales */
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 2rem;
  justify-content: center;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: var(--secondary-color);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.social-icon i {
  font-size: 18px;
}

/* Sección Nosotros */
.about-section {
  padding: 5rem 0;
  background-color: #ffffff;
}

.about-section .about-container {
  background-color: rgb(255, 255, 255, 0.2);
}

.about-section h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  text-align: center;
}

.about-section h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 2.5rem;
  text-align: center;
}

.about-section p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.2rem;
  /* max-width: 800px; */
}

.about-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-social {
  margin-top: 2rem;
  display: flex;
  gap: 15px;
}

.about-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #333;
  color: white;
  transition: all 0.3s ease;
  text-decoration: none;
}

.about-social a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* En pantallas de tamaño LG (≥992px) y superiores, aplicar rounded-pill */
@media (min-width: 992px) {
  .rounded-mobile {
    border-radius: 50rem !important;
    /* Valor de .rounded-pill */
  }
}

/* Ajustes adicionales para mejor apariencia en móviles */
@media (max-width: 991.98px) {
  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 992px) {
  .hero-section {
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-text h2 {
    font-size: 1.2rem;
  }

  .welcome-section h2 {
    font-size: 2rem;
  }

  .welcome-section h3 {
    font-size: 2.5rem;
  }

  .welcome-section p {
    font-size: 1.1rem;
  }

  .about-section h2 {
    font-size: 2.8rem;
  }

  .about-section h3 {
    font-size: 1.4rem;
  }

  .about-image {
    margin-top: 3rem;
  }

  .social-icons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .gradient-bg {
    min-height: auto;
    height: auto;
  }

  .hero-section {
    text-align: center;
  }

  .hero-text {
    margin-bottom: 2rem;
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .hero-text h2 {
    font-size: 1.2rem;
  }

  .hero-image {
    overflow: hidden;
  }

  .hero-image img {
    max-width: 90%;
    margin-top: 1rem;
  }

  .welcome-section {
    padding: 3rem 0;
  }

  .social-icons {
    justify-content: center;
  }

  .about-section {
    padding: 3rem 0;
    text-align: center;
  }

  .about-section h2 {
    font-size: 2.4rem;
  }

  .about-social {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .navbar {
    padding: 10px 15px;
  }

  .navbar-brand img {
    max-height: 100px;
  }

  .gradient-bg {
    background: linear-gradient(135deg, #ffffff 20%, var(--secondary-color) 70%, var(--primary-color) 100%);
  }

  .hero-text h1 {
    font-size: 1.8rem;
  }

  .hero-text h2 {
    font-size: 1.1rem;
  }

  .social-icon {
    width: 35px;
    height: 35px;
  }

  .social-icon i {
    font-size: 16px;
  }

  .about-section h2 {
    font-size: 2rem;
  }

  .about-section h3 {
    font-size: 1.2rem;
  }
}

/* Estilos para los pilares */
/* .pilares-container {
  margin: 3rem 0;
} */

.pilar-item {
  transition: all 0.3s ease;
}

.pilar-item:hover {
  transform: translateY(-10px);
}

.pilar-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid rgba(46, 69, 128, 0.1);
}

.pilar-icon i {
  font-size: 40px;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.pilar-item:hover .pilar-icon {
  background-color: var(--primary-color);
  box-shadow: 0 10px 25px rgba(46, 69, 128, 0.3);
}

.pilar-item:hover .pilar-icon i {
  color: white;
}

.pilar-item h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-top: 1rem;
  transition: all 0.3s ease;
}

.pilar-item:hover h4 {
  color: var(--primary-color);
}

/* Estilos responsivos para los pilares */
@media (max-width: 768px) {
  .pilar-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
  }
  
  .pilar-icon i {
    font-size: 30px;
  }
  
  .pilar-item h4 {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .pilar-icon {
    width: 80px;
    height: 80px;
  }
  
  .pilar-icon i {
    font-size: 25px;
  }
  
  .pilares-container {
    margin: 2rem 0;
  }
}

/* Ajuste para la sección about */
/* .about-section p {
  margin-left: auto;
  margin-right: auto;
} */

/* Estilos mejorados para la sección de Soluciones con imágenes de tamaño fijo */
.solutions-section {
  background-color: #f8f9fa;
  padding: 5rem 0;
}

.solutions-section h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 3rem;
}

.solution-card {
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: rgb(255, 255, 255, 0.4);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Contenedor de imagen con altura fija */
.solution-img-container {
  height: 350px;
  overflow: hidden;
  position: relative;
}

.solution-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.solution-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
}

.solution-desc {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Estilo para el botón "Más info" */
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .solutions-section h2 {
    font-size: 2.5rem;
  }

  .solution-title {
    font-size: 1.2rem;
  }

  .solution-img-container {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .solutions-section {
    padding: 3rem 0;
  }

  .solution-img-container {
    height: 250px;
  }

  /* Ajustes para pantallas medianas */
  .solution-card .row {
    flex-direction: column;
  }

  .solution-card .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 576px) {
  .solutions-section h2 {
    font-size: 2rem;
  }

  .solution-card {
    margin-bottom: 1.5rem;
  }

  /* Ajustes específicos para móviles */
  .solution-img-container {
    height: 250px;
  }

  .solution-card .col-md-6:first-child {
    padding-right: 0;
    padding-left: 0;
  }

  .solution-card .row.g-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .col-lg-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* Estilos para la sección de Servicios con Carrusel */
.services-section {
  background-color: var(--primary-color);
  color: white;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.services-section h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
}

.services-intro {
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.85);
}

.services-carousel-container {
  padding: 20px 0;
}

/* Estilos para el flip card */
.service-card {
  background-color: transparent;
  perspective: 1000px;
  height: 350px;
  /* Altura fija para todas las tarjetas */
  margin-bottom: 20px;
}

.service-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.service-card:hover .service-card-inner {
  transform: rotateY(180deg);
}

.service-card-front,
.service-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.service-card-front {
  background-color: rgb(255, 255, 255, 0.1);
  color: #fff;
}

.service-card-back {
  background-color: rgb(255, 255, 255, 0.1);
  color: #333;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #fff;
}

.service-img-container {
  height: 75%;
  overflow: hidden;
}

.service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-content {
  padding: 1rem;
  text-align: center;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}

.service-description {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.service-link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.service-link:hover {
  color: var(--secondary-color);
}

/* Estilo personalizado para los indicadores del carrusel */
.carousel-indicators {
  bottom: -50px;
  margin-bottom: 0;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: white;
  /* Indicadores inactivos en blanco */
  border: none;
  opacity: 0.7;
}

.carousel-indicators button.active {
  background-color: #002642;
  /* Indicador activo con el color de fondo */
  opacity: 1;
  border: 2px solid white;
  /* Borde blanco para mejor contraste */
}

/* Estilo para la flecha de navegación */
.carousel-control-next {
  width: 5%;
  opacity: 1;
}

.carousel-control-next-icon {
  background-color: rgba(255, 255, 255, 0.3);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-next:hover .carousel-control-next-icon {
  background-color: rgba(255, 255, 255, 0.5);
}

.custom-carousel-indicators {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.custom-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  border: none;
  opacity: 0.7;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-indicator.active {
  background-color: #002642;
  opacity: 1;
  border: 2px solid white;
}

/* Estilos para diferentes tamaños de pantalla */
@media (max-width: 992px) {
  .services-section h2 {
    font-size: 2.5rem;
  }

  .services-intro {
    font-size: 1rem;
    padding: 0 15px;
  }

  .service-card {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .services-section {
    padding: 3rem 0 5rem;
  }

  .carousel-item .row {
    margin: 0 10px;
  }

  .service-content h3 {
    font-size: 1.1rem;
  }

  .service-card {
    height: 300px;
  }

  .carousel-indicators button {
    width: 10px;
    height: 10px;
  }

  .service-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .services-section h2 {
    font-size: 2rem;
  }

  .services-intro {
    font-size: 0.95rem;
  }

  .service-card {
    height: 280px;
    margin: 0 15px;
  }

  .service-img-container {
    height: 70%;
  }

  .service-content {
    height: 30%;
  }
}

/* Estilos para la sección de Partners */
.partners-section {
  background-color: #f8f9fa;
  padding: 5rem 0;
}

.partners-section h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}

.partners-intro {
  font-size: 1.1rem;
  color: #fff;
  max-width: 800px;
  margin: 0 auto 3rem;
}

.partners-container {
  padding: 20px 0;
}

.partner-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.partner-logo-container {
  background-color: rgb(255, 255, 255, 0.3);
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 20px;
  height: 200px;
  width: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.partner-logo-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.partner-logo {
  max-width: 100%;
  max-height: 140px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.partner-logo-container:hover .partner-logo {
  filter: grayscale(0%);
  opacity: 1;
}

.partner-call-to-action {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-top: 2rem;
}

/* Estilos responsivos */
@media (max-width: 992px) {
  .partners-section {
    padding: 4rem 0;
  }

  .partners-section h2 {
    font-size: 2.4rem;
  }

  .partner-logo-container {
    height: 200px;
    padding: 15px;
  }

  .partner-logo {
    max-height: 140px;
  }
}

@media (max-width: 768px) {
  .partners-section {
    padding: 3rem 0;
  }

  .partners-section h2 {
    font-size: 2.2rem;
  }

  .partners-intro {
    font-size: 1rem;
  }

  .partner-logo-container {
    height: 180px;
    padding: 15px;
  }

  .partner-logo {
    max-height: 120px;
  }

  .partner-call-to-action {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .partners-section h2 {
    font-size: 2rem;
  }

  .partner-logo-container {
    height: 170px;
    padding: 10px;
  }

  .partner-logo {
    max-height: 110px;
  }
}

/* Estilos para la sección de Clientes con fondo de color diferenciado */
.clients-section {
  background-color: #ffffff;
  padding: 5rem 0;
  position: relative;
}

.clients-section h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}

.clients-intro {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto 2rem;
}

.client-carousel-container {
  padding: 20px 0;
  box-shadow: 0 0 30px rgba(99, 99, 99, 0.2);
  background-color: #fff;
  border-radius: 15px;
}

.client-item {
  padding: 15px;
  display: flex;
  justify-content: center;
}

.client-logo-container {
  background-color: #fff;
  border-radius: 10px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: all 0.3s ease;
}

.client-logo {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.carousel-inner {
  padding: 20px 0;
}

.carousel-item {
  transition: transform .6s ease;
}

.client-testimonial {
  font-size: 1.3rem;
  font-style: italic;
  color: #555;
  max-width: 800px;
  margin: 2rem auto;
}

/* Opción alternativa - Degradado sutil */
.clients-section-gradient {
  background: linear-gradient(135deg, #e6f3fb 0%, #f0f8ff 100%);
}

/* Estilos para diferentes tamaños de pantalla */
@media (max-width: 992px) {
  .clients-section {
    padding: 4rem 0;
  }

  .clients-section h2 {
    font-size: 2.4rem;
  }

  .client-logo-container {
    height: 140px;
  }

  .client-logo {
    max-height: 120px;
  }
}

@media (max-width: 768px) {
  .clients-section {
    padding: 3rem 0;
  }

  .clients-section h2 {
    font-size: 2.2rem;
  }

  .clients-intro {
    font-size: 1rem;
  }

  .client-logo-container {
    height: 120px;
    padding: 10px;
  }

  .client-logo {
    max-height: 100px;
  }

  .client-testimonial {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .clients-section h2 {
    font-size: 2rem;
  }

  .client-logo-container {
    height: 110px;
    padding: 8px;
  }

  .client-item {
    padding: 10px;
  }

  .client-logo {
    max-height: 90px;
  }
}

/* Estilos actualizados para la sección de Contacto con fondo blanco */
.contact-section {
  background-color: #ffffff;
  padding: 5rem 0;
  position: relative;
  color: #333;
}

.contact-section h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  color: #2e4580;
}

.contact-subtitle {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  color: #555;
}

.contact-content {
  padding: 1rem;
}

.contact-form .form-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #333;
}

.contact-form .form-control {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #333;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.contact-form .form-control::placeholder {
  color: #aaa;
}

.contact-form .form-control:focus {
  background-color: #fff;
  border-color: #19b3e6;
  box-shadow: 0 0 0 0.2rem rgba(25, 179, 230, 0.25);
}

/* Botón de contacto actualizado */
.btn-contact {
  background-color: #2e4580;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 0.8rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}

.btn-contact:hover {
  background-color: #19b3e6;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Contenedor de imagen actualizado con bordes redondeados */
.contact-image-container {
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Estilos responsivos */
@media (max-width: 992px) {
  .contact-section {
    padding: 4rem 0;
  }

  .contact-section h2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 3rem 0;
  }

  .contact-section h2 {
    font-size: 2.2rem;
  }

  .contact-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .contact-content {
    padding: 1rem 0.5rem;
  }

  .contact-section h2 {
    font-size: 2rem;
  }

  .btn-contact {
    padding: 0.7rem 1.5rem;
  }
}

/* Estilos para el Footer con icono de LinkedIn */
.footer-section {
  background-color: #2e4580;
  color: white;
  padding: 3rem 0 1.5rem;
}

.footer-logo {
  margin-bottom: 1rem;
}

.company-name {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.masca-text {
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.solutions-text {
  color: #19b3e6;
  font-size: 1.2rem;
  font-weight: 500;
}

/* Bloque de información para alinear los elementos */
.footer-info-block {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.footer-heading {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: white;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 1rem;
}

.footer-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Estilo para el icono de red social */
.footer-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social-icon:hover {
  background-color: #19b3e6;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.footer-social-icon i {
  font-size: 20px;
}

.copyright {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1rem;
  margin-bottom: 0;
}

/* Estilos responsivos */
@media (max-width: 992px) {
  .footer-section {
    padding: 2.5rem 0 1rem;
  }

  .footer-info-block {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 768px) {
  .footer-section {
    text-align: center;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }

  .footer-divider {
    margin: 0.5rem auto 1rem;
  }

  .social-links {
    justify-content: center;
  }

  .footer-info-block {
    align-items: center;
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .company-name {
    align-items: center;
  }

  .masca-text,
  .solutions-text {
    font-size: 1.1rem;
  }
}

/* Whatsapp */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  font-size: 28px; /* tamaño del ícono */
}

.whatsapp-float i {
  margin: 0; /* eliminamos el margen lateral */
}
