/* General styles */
body {
  font-family: 'Poppins', 'Roboto', sans-serif;
  background: #f8f9fa;
  color: #222;
}

/* Header */
.header_section {
  background: #636262;
  color: #fff;
  padding: 20px 0;
}
.header_section .navbar-brand span {
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
}
.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 500;
  margin-right: 15px;
}
.navbar-nav .nav-link.active {
  text-decoration: underline;
}


/* Banner */
.custom-banner {
  background: linear-gradient(90deg, #003366 60%, #007bff 100%);
  color: #fff;
  padding: 40px 0 20px 0;
  text-align: center;
}
.custom-banner-content p {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

.custom-banner {
  background-image: url('../images/linea.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  color: #fff;
  text-align: center;
  position: relative;
}


.custom-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4); /* Oscurece el fondo */
  z-index: 1;
}
.custom-banner-content {
  position: relative;
  z-index: 2;
}

.custom-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background-color: #f2f2f2;
  min-height: 300px;
}

.banner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  flex-wrap: wrap;
  gap: 40px;
  text-align: center;
}



.horizontal-banner {
  background-color: #f5f5f5;
  padding: 60px 20px;
}

.banner-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;       /* Centra verticalmente imagen y texto */
  justify-content: center;   /* Centra horizontalmente todo el contenido */
  flex-wrap: wrap;
  gap: 40px;
}

.banner-image {
  flex: none;
  min-width: 280px;
  display: flex;
  justify-content: center;
}

.banner-image img {
  max-width: 100%;
  width: 350px;
  height: auto;
  border-radius: 8px;
}

.banner-text {
  flex: 1;
  min-width: 280px;
  text-align: left;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
}

.banner-text .highlight {
  margin-top: 20px;
  font-weight: 600;
  color: #444;
}

/* Responsive */
@media (max-width: 768px) {
  .banner-content {
    flex-direction: column;
    text-align: center;
  }

  .banner-text {
    text-align: center;
  }

  .banner-image img {
    width: 100%;
    max-width: 300px;
  }
}

/* nueva linea  */

/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f7f7f7;
  color: #333;
}

/* Banner */
.banner {
  background-color: #f0f0f0;
  padding: 60px 20px;
}

.banner-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.banner-image img {
  width: 350px;
  height: auto;
  border-radius: 10px;
}

.banner-text {
  max-width: 500px;
}

.banner-text p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.banner-text .bold {
  margin-top: 20px;
  font-weight: 600;
  color: #444;
}

/* Título de sección */
.services h2 {
  text-align: center;
  font-size: 3rem;
  margin: 60px 0 40px 0;
  font-weight: bold;
}

/* Caja de servicio */
.service-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 60px;
  padding: 0 20px;
  gap: 30px;
  flex-wrap: wrap;
}

.service-img img {
  width: 500px;
  border-radius: 20px;
}

.service-text {
  flex: 1;
  min-width: 280px;
}

.service-text h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.service-text p {
  margin-bottom: 10px;
  font-size: 1rem;
  font-family: 'Poppins', 'Roboto', 'Montserrat', Arial, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

/* Botón */
.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .service-box {
    flex-direction: column;
    text-align: center;
  }

  .banner-text {
    text-align: center;
  }

  .service-text {
    text-align: center;
  }

  .service-img img,
  .banner-image img {
    width: 100%;
    max-width: 300px;
  }
}

/* fin de linea neuva */

/* About section */
.about_section {
    background: #fff;
    border-radius: 12px;
    margin-top: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 40px 0;
}

.custom_heading-container h3 {
    color: #000000;
    font-weight: bold;
    
}

.img-box img {
    display: block;
    margin: 0 auto;
    max-width: 220px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Service section */
.service_section {
    background: #f0f4f8;
    padding: 40px 0;
}

.service_container .box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.service_container .img-box img {
    max-width: 80px;
    margin-bottom: 10px;
}

.service_container .detail-box h6 {
    color: #003366;
    font-weight: bold;
}

/* Work section */
.work_section {
    background: #fff;
    padding: 40px 0;
}

.work_container .box {
    display: inline-block;
    width: 22%;
    margin: 1%;
    background: #e6f0ff;
    border-radius: 10px;
    text-align: center;
    padding: 20px 10px;
}

.work_container .img-box img {
    max-width: 60px;
    margin-bottom: 10px;
}

/* Contact section */
.contact_section {
    background: #f0f4f8;
    padding: 40px 0;
}

.contact_section input,
.contact_section select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.contact_section button {
    background: #003366;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}

/* Info section */
.info_section {
    background: #636262;
    color: #fff;
    padding: 60px 0 30px 0;
}

.info_section .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

.info-logo h2 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
}

.info-logo p {
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
}

.info-nav h4,
.info-contact h4,
.discover h4 {
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #fefefe;
    text-align: left;
}

.location-link{
    text-decoration: none!important;
    color: #ffffff;
    
}

.location-link:hover{
    text-decoration: none!important;
    color: #2083c5;
    
}


.call-text{
    text-decoration: none;
    color: #ffffff;
}

.call-text:hover{
    text-decoration: none;
    color: #2083c5;
}



.info-nav ul,
.discover ul {
    padding-left: 15px;
}

.info-nav ul li,
.discover ul li {

    margin: 3px 0;
}

.info-nav ul li a,
.discover ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s;
}

.info-nav ul li a:hover,
.discover ul li a:hover {
    color: #ffffff;
}

.info-contact .location,
.info-contact .call {
    margin-bottom: 15px;
    text-align: left;
}

.info-contact h6 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}

.info-contact .location img,
.info-contact .call img {
    width: 24px;
    vertical-align: middle;
    margin-right: 8px;
}

.info-contact .location span,
.info-contact .call span {
    vertical-align: middle;
}

.social-box {
    margin-top: 15px;
}

.social-box a img {
    width: 28px;
    margin-right: 8px;
    transition: transform 0.2s;
}

.social-box a img:hover {
    transform: scale(1.1);
}

/* Footer Section */
.footer_section {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
.footer_section a {
  color: #fff;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 900px) {
  .banner-img-text {
    flex-direction: column;
    gap: 20px;
  }
  .banner-text {
    max-width: 100%;
    text-align: center;
  }
  .custom-banner-content p {
    font-size: 1.3rem;
  }
}

/* Cambiar el ícono del desplegable (opcional) */
.nav-link.dropdown-toggle::after {
  margin-left: 8px;
}

/* Menú desplegable */
.dropdown-menu {
  background-color: #636262; /* Fondo oscuro */
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: 200px;
}

/* Estilo de cada opción */
.dropdown-item {
  color: white;
  padding: 12px 16px;
  font-size: 15px;
}

/* Hover sobre cada opción */
.dropdown-item:hover {
  background-color: #444;
  color: #fff;
}


/* Responsivo */
@media screen and (max-width: 768px) {
  .contenido-alcance {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .texto-alcance {
    text-align: center;
  }

  .texto-alcance p,
  .texto-alcance li {
    text-align: justify;
  }
}
/* Asegura que el icono hamburguesa se muestre */
    .navbar-toggler-icon {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      vertical-align: middle;
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
    }
    /* Mejora la responsividad de tu sección de contacto */
    .contact-main-wrapper {
      display: flex;
      gap: 2rem;
      flex-wrap: wrap;
    }
    .map-wrapper {
      flex: 1 1 300px;
      min-width: 250px;
      min-height: 250px;
      max-width: 500px;
      height: 350px;
    }
    .contact-content {
      flex: 2 1 350px;
      min-width: 250px;
    }
    .contact-cards-container {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
    }
    .contact-card {
      flex: 1 1 180px;
      min-width: 180px;
      background: #f8f9fa;
      border-radius: 8px;
      padding: 1rem;
      margin-bottom: 1rem;
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
    }
    .icon-box {
      font-size: 2rem;
      color: #0d6efd;
      flex-shrink: 0;
    }
    @media (max-width: 991.98px) {
      .contact-main-wrapper {
        flex-direction: column;
        gap: 1.5rem;
      }
      .map-wrapper,
      .contact-content {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
      }
      .contact-cards-container {
        flex-direction: column;
      }
    }
    /* Mejora el formulario en móvil */
    @media (max-width: 575.98px) {
      .contact-card {
        flex-direction: column;
        align-items: flex-start;
      }
      .contact-form-container {
        padding: 0;
      }
    }

  