/*
Theme Name:  colegios3a v2 Child
Template:    colegios3a_v2
Version:     2.0
Text Domain: colegios3a
*/

.top-bar-social a:hover {
      color: #36B8EB!important;
  }

/* === CORRECCIONES TOP BAR COLEGIOS 3A === */

/* Logotipo secundario más proporcionado */
.top-bar-logo {
  flex: 0 0 auto;
  max-width: 660px;
  padding:10px;
}
.top-bar-logo img {
  max-height: 60px;
  height: auto;
  width: auto;
  display: block;
}

/* Menú horizontal correctamente alineado */
.top-bar-menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
  text-align: center;
  white-space: nowrap;
}

.top-bar-menu .menu-item {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}

.top-bar-menu .menu-item:not(:last-child)::after {
  content: "|";
  margin-left: 12px;
  margin-right: 4px;
  color: #ccc;
  font-weight: normal;
}

/* Redes sociales - Espaciado correcto */
.top-bar-social .social-menu {
  display: flex;
  gap: 16px; /* Nuevo: Espaciado moderno */
  justify-content: flex-end;
}
.top-bar-social a {
  font-size: 16px;
  color: #1e2c50;
  display: inline-block;
}

.top-bar-social a:hover {
  color: #ffd700;
}

/* Responsive mobile: apilado */
@media (max-width: 768px) {
  .top-bar-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .top-bar-logo,
  .top-bar-menu,
  .top-bar-social {
    flex: 1 1 100%;
    margin-bottom: 10px;
  }

  .top-bar-social {
    justify-content: center;
  }
}

.hero-3a {
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  text-align: center;
}

.hero-3a h1 {
  font-size: 3em;
  margin-bottom: 20px;
}

.hero-3a p {
  font-size: 1.2em;
}

.about-area .thumb::after {
  position: absolute;
  left: -50px;
  top: 40px;
  content: "";
  height: 100%;
  width: 100%;
 /* background: url(../img/shape/9.png); 
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1; */
}

.text-light {
    color: #fff !important;
}

.text-light-cifras {
    color: #fff !important;
}