/* iELOU - Estilos personalizados */

/* Override colores de fondo principales */
.bg-color-1 {
  background: #0d3d6b !important;
}

.bg-color-2 {
  background: #eaf5fb !important;
}

/* Header top azul oscuro */
.main-header .header-top {
  background: #0a3056;
}

/* Botón principal azul */
.theme-btn-one {
  background: #1a87c4;
  border-color: #1a87c4;
}

.theme-btn-one:hover {
  background: #0d3d6b;
  border-color: #0d3d6b;
}

/* Banner buttons */
.banner-carousel .btn-box .btn-one {
  background: #1a87c4;
  border-color: #1a87c4;
}

.banner-carousel .btn-box .btn-two {
  border: 2px solid #fff;
}

/* Sección de stats */
.ielou-stats .ielou-stat-box {
  padding: 30px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(13, 61, 107, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.ielou-stats .ielou-stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(13, 61, 107, 0.18);
}

/* Productos (service-style-two) fondo oscuro */
.service-style-two .bg-layer {
  background: #0d3d6b;
}

/* Links del footer */
.main-footer .links-widget .links-list li a {
  color: #aac8d8;
}

.main-footer .links-widget .links-list li a:hover {
  color: #7ec8e3;
}

/* Header inferior fondo blanco con sombra */
.main-header .header-lower {
  background: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

/* Nav links color */
.main-menu .navigation > li > a {
  color: #0d3d6b;
  font-weight: 600;
}

/* Sticky header */
.sticky-header {
  background: #fff;
}

/* Industrias tab botón activo */
.industries-style-two .tab-btn-one .tab-buttons li.active-btn {
  border-color: #1a87c4;
}

/* Formulario de contacto inputs focus */
#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus {
  border-color: #1a87c4 !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(26, 135, 196, 0.1);
}

/* Footer logo ajuste */
.footer-bottom .footer-logo img {
  max-height: 45px;
  width: auto;
}

/* Chooseus section iconos */
.chooseus-block-one .inner-box {
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}

.chooseus-block-one .inner-box:hover {
  border-bottom-color: #7ec8e3;
}

/* Top-title color */
.sec-title .top-title {
  color: #1a87c4;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Testimonio estrellas doradas */
.testimonial-block-two .inner-box .rating li {
  color: #f5a623;
}

/* Scroll top button */
.scroll-top {
  background: #0d3d6b;
}

/* Separador decorativo */
.ielou-divider {
  width: 60px;
  height: 3px;
  background: #1a87c4;
  margin: 0 auto 20px;
  border-radius: 2px;
}

/* Responsive ajustes */
@media (max-width: 767px) {
  .ielou-stats .ielou-stat-box {
    margin-bottom: 20px;
  }
}
