/* ...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;
}

/* 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;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    margin-right: 15px;
}

.navbar-nav .nav-link.active {
    text-decoration: underline;
}



/* === General Section Styling === */
.contact.section {
  padding: 60px 0;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}

.section-title p {
  font-size: 1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

/* === Contact Main Wrapper === */
.contact-main-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* === Map Styling === */
.map-wrapper {
  flex: 1 1 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}

/* === Contact Content === */
.contact-content {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

/* === Contact Cards === */
.contact-cards-container {
  flex: 1 1 40%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.icon-box {
  font-size: 24px;
  color: #636262;
  margin-right: 15px;
}

.contact-text h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #222;
}

.contact-text p {
  margin: 4px 0 0;
  color: #555;
  font-size: 0.95rem;
}

/* === Contact Form === */
.contact-form-container {
  flex: 1 1 55%;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.contact-form-container h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #222;
}

.contact-form-container p {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 20px;
}

.php-email-form .form-control {
  width: 100%;
  padding: 10px;
  font-size: 0.95rem;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.php-email-form textarea.form-control {
  resize: vertical;
}

.form-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.form-submit button {
  background-color: #636262;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-submit button:hover {
  background-color: #636262;
}

/* === Social Links === */
.social-links {
  margin-top: 10px;
}

.social-links a {
  color: #636262;
  font-size: 1.2rem;
  margin-right: 10px;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #636262;
}

/* === Responsive Design === */
@media (max-width: 992px) {
  .contact-cards-container,
  .contact-form-container {
    flex: 1 1 100%;
  }
}

@media (max-width: 768px) {
  .form-submit {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-submit button {
    margin-bottom: 10px;
  }
}

/* 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: #fff;
  text-align: left;
}

.info-nav h4,
.info-contact h4,
.discover h4 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
  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: #fff;
  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);
}


/* 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;
  }
}