body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  color: #f9f9f9;
  background-color: #111;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

a {
  color: #f9f9f9;
  text-decoration: none;
}
a:hover {
  color: #bbb;
}

.btn {
  background: #111;
  color: #f9f9f9;
  border: 2px solid #f9f9f9;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: bold;
  transition: background 0.3s ease;
}
.btn:hover {
  background: #f9f9f9;
  color: #111;
}

.btn-ghost {
  background: transparent;
  border: 2px solid #f9f9f9;
  color: #f9f9f9;
}
.btn-ghost:hover {
  background: #f9f9f9;
  color: #111;
}

.wrap {
  padding: 80px 0;
}

.grey {
  background: #222;
}

.content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.service-icon i {
  color: #f9f9f9;
  font-size: 2em;
  border: 2px solid #f9f9f9;
  border-radius: 50%;
  padding: 15px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
}

.navigation ul.nav-container {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.navigation li {
  margin: 0;
}

.navigation a {
  color: #f9f9f9;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
  transition: color 0.3s ease;
}

.navigation a:hover,
.navigation a.current {
  color: #bbb;
}


header {
  background: #111;
  padding: 20px 0;
}

.logo {
  font-size: 1.5em;
  color: #f9f9f9;
  font-weight: bold;
}

/* Fondo difuminado para #services */
#services {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
              url('/images/images/fondo-servicios.jpg') no-repeat center center;
  background-size: cover;
  color: #f9f9f9;
}

/* Fondo difuminado para #work */
#work {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
              url('/images/images/fondo-galeria.jpg') no-repeat center center;
  background-size: cover;
  color: #f9f9f9;
}


/* Espaciado en las columnas de galería */
#work .col-1-3 {
  padding: 15px;
}

/* Espacio para el modo pegado del banner udg */

.top-banner {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #000;
  padding: 4px 0; /* Menor altura del banner */
  text-align: center;
}

.top-banner img {
  max-height: 70px; /* Controla altura del logo */
  width: auto;
  display: inline-block;
}

/* Estructura horizontal del header */
.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

/* Navegación alineada a la derecha */
.navigation {
  margin-left: auto;
}

.navigation ul.nav-container {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.navigation li {
  margin: 0;
}

.navigation a {
  color: #f9f9f9;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
  transition: color 0.3s ease;
}

.navigation a:hover,
.navigation a.current {
  color: #bbb;
}

/* Galería tipo matriz */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  justify-items: center;
  padding: 20px;
}

.gallery-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

/* Responsive para pantallas pequeñas */
@media screen and (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Estilo para el titulo de galeria */
.gallery-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
  margin-top: -30px; 
  color: #f9f9f9;
}

/*  Estilo para el titulo de Servicios */
.section-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  color: #f9f9f9;
}

/* Círculo del icono */
.circle-icon {
  width: 120px;
  height: 120px;
  border: 2px solid #f9f9f9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px auto;
}

/* Imagen dentro del icono */
.circle-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.service-box .content {
  text-align: center;
}

.service-entry h3 {
  margin-top: 10px;
  font-size: 1.2em;
  color: #f9f9f9;
}

.service-entry p {
  color: #ccc;
  font-size: 0.95em;
  margin: 10px 0 0;
}
/* Forzar centrado en todo el bloque del servicio */
.service-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Asegura que el contenido interno también esté centrado */
.service-box .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Centrado del texto del servicio */
.service-entry {
  text-align: center;
  max-width: 600px;
}

/* Ajuste visual del título */
.service-entry h3 {
  margin-top: 10px;
  font-size: 1.2em;
  color: #f9f9f9;
}

/* Ajuste visual del párrafo */
.service-entry p {
  color: #ccc;
  font-size: 0.95em;
  margin: 10px 0 0;
}

/* Estilo del banner inferior */

.footer-contact {
  background-color: #111;
  padding: 40px 20px;
  text-align: center;
  color: #f9f9f9;
  margin-top: 0px;
}

.footer-contact h2 {
  font-size: 1.8em;
  margin-bottom: 15px;
}

.footer-contact p {
  margin: 5px 0;
  font-size: 1em;
}

.footer-contact a {
  color: #1abc9c;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

/* Estilo de servicios */
.service-entry ul {
  list-style-type: disc;
  margin: 10px 0 0 20px;
  text-align: left;
  color: #ccc;
  font-size: 0.95em;
}

.service-entry li {
  margin-bottom: 6px;
  line-height: 1.4em;
}

/* Tamaño del título de cada servicio */
.service-entry h3 {
  font-size: 1.4em;  /* Puedes ajustar a 1.6em si quieres más grande */
  color: #f9f9f9;
  margin-bottom: 10px;
}

/* Párrafos */
.service-entry p {
  font-size: 1.05em; /* Aumentado desde ~0.95em */
  line-height: 1.6em;
  color: #ddd;
  text-align: justify;
  margin-bottom: 10px;
}

/* Listas dentro del servicio */
.service-entry ul {
  font-size: 1.05em; /* Igual que los párrafos */
  margin-left: 25px;
  line-height: 1.6em;
  color: #ccc;
}

.service-entry li {
  margin-bottom: 8px;
}


/* Para mostrar dos servicios por fila en pantallas grandes */
.col-1-2 {
  width: 48%;
  margin: 1%;
  display: inline-block;
  vertical-align: top;
}

/* En pantallas pequeñas (móvil), que ocupen todo el ancho */
@media screen and (max-width: 768px) {
  .col-1-2 {
    width: 100%;
    margin: 0 0 20px 0;
  }
}


/* Expande el contenido de cada servicio */
.service-box .content {
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
}

/* Aumenta el tamaño del texto */
.service-entry {
  max-width: 100%;
  text-align: justify;
}

/* Título más grande y elegante */
.service-entry h3 {
  font-size: 1.6em;
  margin-bottom: 10px;
  color: #f9f9f9;
}

/* Párrafos */
.service-entry p {
  font-size: 1.1em;
  line-height: 1.8em;
  color: #ddd;
}

/* Listas */
.service-entry ul {
  font-size: 1.1em;
  color: #ccc;
  margin-left: 25px;
  line-height: 1.8em;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.service-box {
  width: 48%;
  background-color: rgba(255, 255, 255, 0.02);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  transition: transform 0.3s;
}

.service-box:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 768px) {
  .service-box {
    width: 100%;
  }
}

.service-entry h3 {
  font-size: 1.6em;
  margin-bottom: 10px;
  color: #fff;
}

.service-entry p,
.service-entry ul {
  font-size: 1.05em;
  color: #ccc;
  text-align: justify;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.service-entry li {
  margin-bottom: 6px;
}

/* Estilo 2x2 servicios */

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.service-box {
  width: 48%;
  background-color: rgba(255, 255, 255, 0.02);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  transition: transform 0.3s;
}

.service-box:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 768px) {
  .service-box {
    width: 100%;
  }
}

.service-entry h3 {
  font-size: 1.6em;
  margin-bottom: 10px;
  color: #fff;
}

.service-entry p,
.service-entry ul {
  font-size: 1.05em;
  color: #ccc;
  text-align: justify;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.service-entry li {
  margin-bottom: 6px;
}

/* Estilo visual para cada servicio (cuadro) */
.service-box {
  width: 48%;
  background-color: rgba(0, 0, 0, 0.5); /* fondo oscuro con transparencia */
  border: 1px solid rgba(255, 255, 255, 0.2); /* marco claro y sutil */
  border-radius: 12px;
  padding: 25px;
  box-sizing: border-box;
  transition: transform 0.3s, box-shadow 0.3s;
}

/* Efecto al pasar el mouse */
.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

/* Galería con overlay de texto */
.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

/* Efecto zoom leve al pasar el mouse */
.gallery-item:hover img {
  transform: scale(1.05);
}

/* Overlay oscuro con texto */
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 1.1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Mostrar overlay al pasar el mouse */
.gallery-item:hover .overlay {
  opacity: 1;
}

.historia-wrap {
  background: #f7f9fa; /* color muy suave */
  padding: 60px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  margin: 40px auto;
  max-width: 1000px;
}

.historia-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.historia-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #1565c0; /* azul vivo para título */
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.historia-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #1565c0;
  margin: 12px auto 0;
  border-radius: 2px;
}

.historia-text-image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
/* Historia*/
.historia-wrap {
  background: #00000075; /* gris claro */
  padding: 60px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  margin: 40px auto;
  max-width: 1000px;
  
}
.historia-wrap p {
  color: #f5f5f5; /* texto blanco suave */
  line-height: 1.6;
  font-size: 1.1rem;
}


.historia-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.historia-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #c5c9ce; /* azul vivo para título */
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.historia-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #c1c4c9;
  margin: 12px auto 0;
  border-radius: 2px;
}

.historia-text-image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.historia-text {
  flex: 1 1 400px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  text-align: justify;
  min-width: 280px;
}

.historia-img {
  flex: 1 1 400px;
  max-width: 450px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(21, 101, 192, 0.25);
  transition: transform 0.3s ease;
}

.historia-img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(21, 101, 192, 0.35);
}

/* Responsive */
@media (max-width: 768px) {
  .historia-text-image {
    flex-direction: column;
  }
  .historia-text, .historia-img {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.footer-contact {
  background-color: #1a1a1a; /* Fondo oscuro elegante */
  color: #eee;              /* Texto claro */
  padding: 40px 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  border-top: 3px solid #eaf0ef; /* Línea superior de color verde agua */
}

.footer-contact h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #edf3f2; /* Color destacado para el título */
}

.footer-contact p {
  font-size: 1.1rem;
  margin: 8px 0;
  line-height: 1.5;
}

.footer-contact a {
  color: #f0f0f0;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #e5eceb;
  text-decoration: underline;
}

/* Iconos (tel, email, direccion, facebook) pueden tener un pequeño margen */
.footer-contact p > span {
  margin-right: 8px;
}

/* Para pantallas pequeñas */
@media (max-width: 600px) {
  .footer-contact {
    padding: 30px 10px;
  }

  .footer-contact h2 {
    font-size: 1.5rem;
  }

  .footer-contact p {
    font-size: 1rem;
  }
}

.footer-contact {
  background-color: #1a1a1a;
  color: #eee;
  padding: 40px 20px;
  font-family: 'Montserrat', sans-serif;
  border-top: 3px solid #f5f8f8;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px; /* espacio entre elementos */
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap; /* para que en pantallas pequeñas se acomode vertical */
}

.footer-img {
  flex: 0 0 100px; /* ancho fijo para las imágenes */
}

.footer-img img {
  max-width: 125%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.contact-content {
  flex: 1; /* toma todo el espacio restante */
  text-align: center;
  min-width: 280px; /* para evitar que se achique demasiado */
}

.footer-contact h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #f4f8f7;
}

.footer-contact p {
  font-size: 1.1rem;
  margin: 8px 0;
  line-height: 1.5;
}

.footer-contact a {
  color: #dce6e4;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #ebf1f0;
  text-decoration: underline;
}

/* Responsive para pantallas pequeñas */
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
  }

  .footer-img {
    margin-bottom: 20px;
  }

  .contact-content {
    text-align: center;
  }
}
