.about-us-section {
    background: #ffffff;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    max-width: 1200px;
    margin: auto;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    font-size: 18px;
    color: #7f8c8d;
    margin-bottom: 30px;
}

/* Video debajo del título */
.video-box {
    max-width: 800px;
    margin: 0 auto 40px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.video-box video {
    width: 100%;
    height: 360px;
    display: block;
    border-radius: 10px;
}

.our_causes h4 {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}






/* Sección general */
.about-us-section {
  padding: 60px 0;
  background-color: #fdfdfd;
}

.section-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
  color: #2c3e50;
}

.section-subtitle {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

.video-box {
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}

/* Contenedor conjunto de misión y visión */
.single-Promo {
  background: #f5f5f5;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  height: 100%;
}

.single-Promo:hover {
  transform: translateY(-5px);
}

.promo-icon {
  font-size: 48px;
  color: #3498db;
  margin-bottom: 15px;
}

.single-Promo h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #2c3e50;
}

.single-Promo h2 a {
  text-decoration: none;
  color: inherit;
}

.single-Promo p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Responsive: en móviles, una debajo de otra */
@media (max-width: 768px) {
  .col-md-6 {
    width: 100%;
    margin-bottom: 20px;
  }
}








.contact-section {
  background: #f7f9fb;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.contact-form-box {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.contact-form-box h2 {
  text-align: center;
  font-size: 32px;
  color: #2c3e50;
  margin-bottom: 10px;
}

.contact-form-box p {
  text-align: center;
  color: #7f8c8d;
  margin-bottom: 30px;
  font-size: 16px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #34495e;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #dcdfe3;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #3498db;
}

.submit-btn {
  width: 100%;
  padding: 14px;
  background: #3498db;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background: #2980b9;
}

/* Responsive */
@media (max-width: 600px) {
  .contact-form-box {
    padding: 30px 20px;
  }
}

/*Contacto nav*/


.contact a, .join-us a {
  color: #333;
  text-decoration: none;
}

.contact span {
  margin-right: 20px;
}


.contact>p {
  line-height: 50px;
  margin: 0;
  padding: 0;
}

.header .header-top .contact p a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

.header .header-top .contact p span {
  margin-right: 45px;
}



/*Navegador*/
/*
.main-logo img {
  max-height: 100px;
  width: auto;
  margin-bottom: 20;

}

.header-top {
  background-color: #f8f8f8;
  padding: 10px 0;
  font-size: 14px;
}


.navbar {
  margin-bottom: 20;
  background-color: #fff;
  border: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.navbar-nav > li > a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px 30px;
}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a {
  background-color: #f5f5f5;
  color: hsl(0, 0%, 100%);
}

@media (max-width: 767px) {
  .main-logo {
      text-align: center;
      margin-bottom: 10px;
  }

  .join-us {
      text-align: center;
      margin-top: 10px;
  }
}



.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff; 
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

body {
  padding-top: 100px; 
}

@media (min-width: 768px) {
  body {
    padding-top: 100px;
  }
}


.navbar-brand img {
  height: 60px;
  max-height: 250%;
  width: auto;
  margin-top: -10px; 
}





body {
  margin: 0;
  padding: 0;
  background: #f0f0f0;
  font-family: sans-serif;
}

.carosal-area {
  margin-top: 120px;
}

.carousel-img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px;
  margin: 10px 0;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #333;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #333;
}

*/

/* NAVBAR */
.custom-nav {
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 1000;
}

.logo-img {
  height: 40px;
  margin-top: -5px;
}

/* Espacio para que el carrusel no quede tapado */
.carousel-area {
  padding-top: 80px;
}

/* CARRUSEL */
.carousel-img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

/* Dots Owl Carousel */
.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #333;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #333;
}

/* RESPONSIVE ajustes extra */
@media (max-width: 767px) {
  .logo-img {
    height: 35px;
  }

  .carousel-img {
    max-height: 300px;
  }
}




/*actividades*/


.wrapper section>h2 {
  color: #3c354e;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 115px auto 50px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 50px 0 50px;
}

.wrapper section>h2::before {
  background: #01d262 none repeat scroll 0 0;
  bottom: -13px;
  content: "";
  height: 2px;
  left: 48%;
  position: absolute;
  width: 75px;
  margin: 0 auto;
}

.wrapper section>p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}




.our_activity {
  margin-bottom: 140px;
}

.our_activity .single-Promo {
  border-radius: 7px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  margin: 100px 35px 0;
  padding: 40px 45px;
  position: relative;
}

.our_activity .single-Promo .promo-icon {
  left: 0;
  position: absolute;
  text-align: center;
  top: -40px;
  width: 100%;
}

.our_activity .single-Promo h2 {
  border-radius: 60px;
  margin: 10px auto 38px;
  position: relative;
  width: -moz-fit-content;
}

.our_activity .single-Promo h2::before {
  background: #000 none repeat scroll 0 0;
  bottom: -5px;
  content: "";
  height: 2px;
  left: 20%;
  position: absolute;
  width: 60%;
}

.our_activity .single-Promo h2 a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #3c354e;
}

.our_activity .single-Promo p {
  color: #3c354e;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.our_activity .single-Promo i {
  border: 0 solid #7e7e7e;
  border-radius: 50%;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 30px;
  padding: 15px;
  text-align: center;
  background: #fff;
}

.our_activity .single-Promo:hover>h2 a {
  color: #01d262;
}

.our_activity .single-Promo:hover>.promo-icon i {
  background: #01d262;
  color: #fff;
}

.our_activity .single-Promo:hover>h2::before {
  background: #01d262;
  color: #fff;
}





/*Eventos*/

/* Centra el contenedor */
.events_section_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;

}

/* Contenedor del evento individual */
.events_section_area .events_single {
  margin: 60px 20px 0;
  margin-top: 10px;
  max-width: 500px;
  text-align: center; /* Centra el texto dentro */
}

/* Imagen adaptativa */
.events_section_area .events_single img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Estilo del párrafo */
.events_section_area .events_single p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
}

/* Icono dentro del párrafo */
.events_section_area .events_single p i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 2px;
}

/* Texto del lado izquierdo */
.events_section_area .events_single p span.event_left {
  left: 0;
  position: absolute;
  padding-left: 25px;
}

/* Texto del lado derecho */
.events_section_area .events_single p span.event_right {
  position: absolute;
  right: 0;
  padding-left: 20px;
}

/* Título centrado */
.events_section_area .events_single h3 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}

.events_section_area .events_single:hover h3 {
  color: #01d262;
  text-decoration: underline;
}

/* Subtítulo centrado */
.events_section_area .events_single h6 {
  color: #6f6f6f;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}



.event-details {
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin-top: 14px;
  font-size: 14px;
}

.event-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 8px;
}

.event-item i {
  font-size: 18px;
  color: #555;
}





/* Final con google maps*/



.footer {
  background-color: #2c3e50;
  color: #ecf0f1;
  padding: 40px 0 20px;
  font-family: 'Roboto', sans-serif;
}

.footer h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.footer ul li i {
  margin-right: 10px;
  font-size: 20px;
  color: #01d262;
}

.map-container {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.footer_bottom {
  background-color: #1a252f;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  color: #aaa;
}

.footer_bottom a {
  color: #01d262;
  text-decoration: none;
}

.footer_bottom a:hover {
  text-decoration: underline;
}
