@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
	*{
  margin: 0;
  padding: 0;
  box-sizing: border-box; 
}
body {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
    }
  .header-custom {
  background-color: #ffffff;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo img {
  max-height: 80px;
}



/* -------- ESTILOS GENERALES DEL CARRUSEL -------- */

#carouselCanales .carousel-item img {
  height: 600px;
  object-fit: cover;
}

/* -------- TEXTO SOBRE LA IMAGEN -------- */

#carouselCanales .carousel-caption {
  background-color: rgba(66, 143, 93, 0.6);
  padding: 20px 30px;
  border-radius: 10px;
  width: fit-content; 
  left: 1.8%;
}

/* -------- RESPONSIVE -------- */

@media (max-width: 768px) {
  #carouselCanales .carousel-caption h1 {
    font-size: 1.5rem;
  }
}

/* ==========================
   seccion titulo
========================== */
.section-title {
  margin-bottom: 20px;
  /*padding-bottom: 30px;*/
}

.section-title h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.25em;
  color: #428f5d;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding: 1.2em 0; 
  /*margin: 0 0 1.5em;*/
}
.canales-digitales{
  padding: 4px auto;
  margin: 1.5em auto;
}
/* ==========================
   listado
========================== */
.redes-lista .list-group-item {
   font-family: "Open Sans", sans-serif;
   font-size: 1.5em;
  text-align: center;
  border: 1px solid #428f5d;   /* verde */
  color: #198754;
  font-weight: 500;
  margin-bottom: 8px;
   padding: 1.25em 0;
}

.redes-lista .list-group-item:hover {
  background-color: rgba(66, 143, 93, 0.6);
  color: #ffffff;
}

.redes-lista .list-group-item .icon {
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  stroke: #428f5d;
  fill: #428f5d;
}
/* ==========================
   footer
========================== */
.box-footer {
  position: relative;
  background: url("../img/img-footer.jpg") center/cover no-repeat;
  background-attachment: fixed;
  color: #ffffff;  
  padding: 40px 0;
  z-index: 0;
}

/* === COLUMNAS === */
.box-footer .footer-column {
  flex: 0 0 auto;
  width: 100%;
  max-width: 250px;
  margin: 0;              /*  quita el centrado */
  text-align: left;      /* siempre a la izquierda */
}

/* === LOGO === */
.box-footer .footer-logo {
  display: flex;         /* alinea escudo + texto */
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  text-align: left;
}

.box-footer .footer-escudo {
  width: 94px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
  transform: translateY(0); /* ya no es necesario forzar altura */
}

/* === CONTACTO === */
.box-footer .footer-contact {
  color: #fff;
  font-size: 0.875em;
  text-align: left;      
}

.box-footer .footer-contact address {
  color: #fff;
  margin-bottom: 4px;
  line-height: 1.5;
  text-align: left;
}

.box-footer .footer-contact .contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
  align-items: flex-start;   /* íconos y texto a la izquierda */
}

.box-footer .footer-contact .ubicanos {
  color: #ffca12;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 8px;
  text-align: left;
}

.box-footer .footer-contact .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start; 
  color: #fff;
}

.box-footer .footer-contact a {
  color: #ffffff !important;
  text-decoration: none;
}

.box-footer .footer-contact a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.box-footer .footer-contact .icon {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  stroke: #ffffff;
  fill: #ffffff;
}


