/* Theme Name: Galicia
Description: Custom theme.
Version: 1.0 */
.header{
  background-color: rgb(28 27 26 / 80%) !important;
  padding: 5px 0 !important;
}
/* Estado normal */
#header {
  transition: all 0.3s ease;
  padding: 20px 0;
  background: #ffffff;
}

#header .logo img {
  height: 85px;
  transition: all 0.3s ease;
}

/* Estado reducido cuando haces scroll */
#header.scrolled {
  padding: 8px 0;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

#header.scrolled .logo img {
  height: 45px;
}


img.img-fluid {
    min-height: 277px;
}
.list-service{
	color: #213b52;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 20px;
}
.hero.dark-background{
	width: 100%;
    min-height: 90vh;
    position: relative;
    padding: 120px 0 60px 0;
    display: flex;
    align-items: center !important;
    align-items: flex-end;
    background-size: cover !important;
}
/* Contenedor de flechas */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-nav button {
  background: rgba(0,0,0,0.4) !important;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.owl-prev-icon, .owl-next-icon {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

/* Dots (puntos indicadores) */
.owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex !important;
  justify-content: center;
}

.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  margin: 0 4px;
  transition: 0.3s;
}
.owl-dots .owl-dot.active span {
  background: #fff;
  transform: scale(1.3);
}
/**********************************************/
/******** Home estadisticas paralax ***********/
/**********************************************/
/* Parallax */
.parallax-section {
  position: relative;
  background-image: url('assets/img/home/estadisticas.jpg'); /* Cambia tu ruta */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}
.parallax-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
  z-index: 1;
}
/* Grid */
.stats-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
/* Items */
.stat-item i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #d0b04a; /* Cambia color si deseas */
}
.stat-item h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
.stat-item p {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 300;
}
.stat-item h3{
  color: white;
}
/**********************************************/
/****** Fin Home estadisticas paralax *********/
/**********************************************/
/***** Blog home solo los tres ultimos ********/
/**********************************************/
.blog-card {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: all .3s ease;
}
.blog-card:hover {
  transform: translateY(-6px);
}
.blog-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.blog-content {
  padding: 20px;
}
.blog-category {
  font-size: 13px;
  font-weight: 600;
  color: #1c7d32;
  text-transform: uppercase;
}
.blog-btn {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #1c7d32;
}
/**********************************************/
/****** Fin Blog home solo los tres   *********/
/**********************************************/
/*************** Seccion clientes *************/
/**********************************************/
.clients {
  padding: 60px 0;
}
.clients-carousel .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.clients-carousel .client-logo img {
  max-width: 140px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: .3s;
}
.clients-carousel .client-logo img:hover {
  filter: none;
  opacity: 1;
}
/**********************************************/
/******** Fin Seccion Clientes   **************/
/**********************************************/
/*************** Seccion Contactanos **********/
/**********************************************/
.contact-cta {
  padding: 80px 0;
  background: #f5f5f5;
}

.contact-box {
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
}

.contact-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.contact-text {
  font-size: 18px;
  margin-bottom: 30px;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #444;
}

.info-item i {
  font-size: 24px;
  margin-right: 10px;
  color: #d0b04a;
}

.cta-box {
  background: #d0b04a;
  color: #fff;
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.cta-box p {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.btn-whatsapp {
  display: inline-block;
  background: #25D366;
  padding: 15px 30px;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-whatsapp:hover {
  background: #1eb658;
}

.btn-whatsapp i {
  margin-right: 10px;
  font-size: 22px;
}
/**********************************************/
/******* Fin Seccion Contactanos **************/
/**********************************************/
/*************** Single servicios *************/
/**********************************************/
/* HERO */
.hero-minimal {
  padding: 120px 0 80px;
  text-align: center;
}
.service-main-title {
  font-size: 48px;
  font-weight: 700;
}
.service-main-desc {
  max-width: 700px;
  margin: 20px auto 0;
  font-size: 20px;
  opacity: .75;
}

/* LAYOUT */
.service-layout {
  padding: 40px 0 100px;
}

/* MENU LATERAL PREMIUM */
.service-tabs .tab-link {
  display: block;
  padding: 14px 0;
  font-size: 17px;
  color: #444;
  border-left: 3px solid transparent;
  transition: all .25s ease;
}

.service-tabs .tab-link:hover {
  color: #000;
  border-left-color: #c7c7c7;
}

.service-tabs .tab-link.active {
  color: #000;
  font-weight: 600;
  border-left-color: #000;
}

/* IMAGEN */
.service-hero-img img {
  margin-bottom: 35px;
  border-radius: 16px;
}

/* TITULO */
.service-content-title {
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: 700;
}

/* GRID DE SUBSERVICIOS */
.subservices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.sub-card {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: .25s;
}

.sub-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.sub-card h4 {
  margin-bottom: 10px;
  font-weight: 700;
}

.service-final-text {
  background: #f1f1f1;
  padding: 25px;
  border-radius: 12px;
  font-size: 18px;
  line-height: 1.7;
}

/**********************************************/
/******* Fin Seccion servicios **************/
/**********************************************/
/*************** Boton whatsapp *************/
/**********************************************/
/* Estilos del botón flotante (izquierda) */
  #whatsapp-float {
    position: fixed;
    left: 18px;                 /* distancia desde el borde izquierdo */
    bottom: 22px;               /* distancia desde el pie */
    z-index: 99999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #25D366;        /* verde WhatsApp */
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(37,211,102,0.28);
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, opacity .15s ease;
    opacity: 1;
  }

  /* Icono centrado dentro */
  #whatsapp-float svg { 
    display: block;
  }

  /* Efecto hover/focus */
  #whatsapp-float:hover,
  #whatsapp-float:focus {
    transform: translateY(-4px);
    box-shadow: 0 10px 26px rgba(37,211,102,0.28);
    opacity: 0.98;
  }

  /* Pequeña animación tipo pulso (opcional) */
  #whatsapp-float::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(37,211,102,0.30);
    animation: pulse 2.6s infinite;
  }
  @keyframes pulse{
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.22); }
    70% { box-shadow: 0 0 0 12px rgba(37,211,102,0.04); }
    100% { box-shadow: 0 0 0 12px rgba(37,211,102,0); }
  }

  /* Ajustes en pantallas pequeñas: deja un poco más de margen inferior si hay navbar móvil */
  @media (max-width: 576px){
    #whatsapp-float { left: 12px; bottom: 84px; width:52px; height:52px; }
  }
