/* ...existing code... */

/* General styles */
body {
    font-family: 'Poppins', 'Roboto', sans-serif;
    background: #f8f9fa;
    color: #222;
}


body {
  font-family: Arial, sans-serif;
  background-color: #f8f8f8;
  margin: 0;
  padding: 0;
}

.alcance-section {
  padding: 50px 20px;
  max-width: 1200px;
  margin: auto;
}

.titulo-principal {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
}

.linea-divisoria {
  width: 60px;
  height: 2px;
  background-color: #000;
  border: none;
  margin: 10px auto 40px auto;
}

.contenido-alcance {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
}

.imagen-alcance img {
  max-width: 100%;
  width: 400px;
  border-radius: 8px;
}

.texto-alcance {
  max-width: 600px;
}

.texto-alcance h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.texto-alcance p {
  text-align: justify;
  margin-bottom: 10px;
  font-size: 1rem;
}

.texto-alcance ul {
  margin-top: 15px;
  padding-left: 20px;
}

.texto-alcance li {
  margin-bottom: 8px;
  font-size: 1rem;
}



/* 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;
  }
}
/* Header */
.header_section {
    background: #636262;
    color: #fff;
    padding: 20px 0;
}


.header_section .navbar-brand span {
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
}

.bg-light {
  background-color: transparent !important;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    margin-right: 15px;
}

.navbar-nav .nav-link.active {
    text-decoration: underline;
}
/* Slider */
/* Estilo del contenedor */
.slider_section {
  padding: 60px 0;
  position: relative;
  background-color: #f9f9f9;
}

/* Texto */
.detail-box h1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.detail-box h1 span {
  color: #636262;
}

.detail-box p {
  margin-top: 15px;
  font-size: 1.1rem;
  color: #444;
}

/* Imagen */
.img-box img {
  border-radius: 10px;
}

/* Botones personalizados */
.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #636262;
  color: white;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.custom-prev:hover,
.custom-next:hover {
  background-color: #0056b3;
}

.custom-prev {
  left: 15px;
}

.custom-next {
  right: 15px;
}

/* 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: 550px;
    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: #ffffff;
    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 */
.contacto {
  text-align: center;
  font-family: 'Arial', sans-serif;
  padding: 40px 20px;
  max-width: 700px;
  margin: auto;
}

.contacto h2 {
  font-size: 2.5rem;
  font-weight: 700; /* Más seguro que "bold" */
  margin-bottom: 10px;
}

.contacto .linea {
  width: 50px;
  height: 2px;
  background-color: #000;
  margin: 10px auto 20px auto;
  border: none;
}

.contacto p {
  margin: 10px 0;
  font-size: 16px;
  color: #333;
}

.contacto a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.contacto a:hover {
  text-decoration: underline;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  background-color: #636262;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.whatsapp-btn img {
  margin-right: 10px;
  height: 24px;
}

.whatsapp-btn:hover {
  background-color: #636262;
}

/* 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);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0,0,0,0.5); /* Opcional: fondo oscuro para mejor visibilidad */
  border-radius: 50%;
}
.carousel-control-prev,
.carousel-control-next {
  opacity: 1 !important;
}


/* 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;
      }
    }



