/* ============================================== */
/* ICONOS PROFESIONALES - ESTILO LIMPIO */
/* SOLO LOS QUE USAS EN TU PÁGINA */
/* ============================================== */

/* ============================================== */
/* BASE PROFESIONAL PARA TODOS LOS ICONOS */
/* ============================================== */

i[class^="flaticon-"]:before, 
i[class*=" flaticon-"]:before {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  font-size: inherit;
  color: inherit;
  transition: all 0.2s ease;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* ============================================== */
/* ICONOS PERSONALIZADOS CON IMÁGENES PNG */
/* ============================================== */

/* Teléfono - imagen PNG */
.flaticon-phone:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/assets/font/llamada-telefonica.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  transition: all 0.2s ease;
}

/* Email - imagen PNG */
.flaticon-email-3:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/assets/font/mensaje.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  transition: all 0.2s ease;
}

/* Ubicación - imagen PNG */
.flaticon-location-1:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url('/assets/font/mapa.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  transition: all 0.2s ease;
}

/* ============================================== */
/* FLECHA CON MÁSCARA CSS - SOLO BLANCO Y NEGRO */
/* ============================================== */

.flaticon-right-up {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.flaticon-right-up:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  mask-image: url('/assets/font/top-right.png');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url('/assets/font/top-right.png');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  margin-left: 5px;
  vertical-align: middle;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.flaticon-right-up:hover:before {
  transform: translate(2px, -2px);
}

/* ============================================== */
/* ICONOS SIMPLES Y PROFESIONALES */
/* ============================================== */

/* Icono de cerrar - simple */
.fa-times:before,
.fa-remove:before,
.fa-close:before,
[class*="fa-times"]:before,
[class*="fa-remove"]:before,
[class*="fa-close"]:before {
  content: "✕" !important;
  font-size: 1.2em;
  color: #1a1a1a;
  font-family: inherit;
  transition: color 0.2s ease;
}

.fa-times:hover:before,
.fa-remove:hover:before,
.fa-close:hover:before,
[class*="fa-times"]:hover:before,
[class*="fa-remove"]:hover:before,
[class*="fa-close"]:hover:before {
  color: #f59008 !important;
}

/* Icono de más - simple */
.fa-plus:before,
[class*="fa-plus"]:before {
  content: "+" !important;
  font-size: 1.3em;
  font-weight: 400;
  color: #1a1a1a;
  font-family: inherit;
  transition: color 0.2s ease;
}

.fa-plus:hover:before,
[class*="fa-plus"]:hover:before {
  color: #1a1a1a !important;
}

/* Flecha derecha - simple */
.fa-angle-right:before,
[class*="fa-angle-right"]:before {
  content: "›" !important;
  font-size: 1.4em;
  color: #f59008;
  font-family: inherit;
  transition: color 0.2s ease;
}

.fa-angle-right:hover:before,
[class*="fa-angle-right"]:hover:before {
  color: #f59008 !important;
}

/* Flecha services - simple */
.fa-arrow-right:before,
[class*="fa-arrow-right"]:before {
  content: "→" !important;
  font-size: 1.2em;
  color: #1a1a1a;
  font-family: inherit;
  transition: color 0.2s ease;
}

.fa-arrow-right:hover:before,
[class*="fa-arrow-right"]:hover:before {
  color: #f59008 !important;
}

/* ============================================== */
/* ICONO DE FLECHA PARA MENÚS CON SUBMENÚS */
/* ============================================== */

.header__area-menubar-center-menu ul li.menu-item-has-children > a::before {
  content: "›" !important;
  font-family: inherit;
  font-size: 2em;
  font-weight: 400;
  color: #1a1a1a;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease, color 0.2s ease;
  line-height: 1;
}

.header__area-menubar-center-menu ul li.menu-item-has-children:hover > a::before {
  color: #f59008;
  transform: translateY(-50%) rotate(90deg);
}

/* ============================================== */
/* COLOR NARANJA #f59008 - PARA TELÉFONO, EMAIL Y UBICACIÓN */
/* ============================================== */

.flaticon-phone:before,
.flaticon-email-3:before,
.flaticon-location-1:before {
  filter: brightness(0) saturate(100%) invert(63%) sepia(81%) saturate(1530%) hue-rotate(355deg) brightness(96%) contrast(96%);
}

/* ============================================== */
/* CONTROL DE COLOR PARA LA FLECHA - SOLO BLANCO Y NEGRO */
/* ============================================== */

/* HEADER - Flecha negra */
.header__area-menubar-right-sidebar-icon .flaticon-right-up:before {
  background-color: #1a1a1a;
}

/* HEADER HOVER - Flecha se mantiene negra */
.header__area-menubar-right-sidebar-icon:hover .flaticon-right-up:before {
  background-color: #1a1a1a;
}

/* MENÚ RESPONSIVE - Flecha negra */
.header__area-menubar-right-responsive-menu .flaticon-right-up:before {
  background-color: #1a1a1a;
}

/* MENÚ RESPONSIVE HOVER - Flecha se mantiene negra */
.header__area-menubar-right-responsive-menu:hover .flaticon-right-up:before {
  background-color: #1a1a1a;
}

/* SIDEBAR - Flecha blanca */
.header__area-menubar-right-sidebar-popup-contact-item-icon .flaticon-right-up:before {
  background-color: #ffffff;
}

/* SIDEBAR HOVER - Flecha se mantiene blanca */
.header__area-menubar-right-sidebar-popup-contact-item-icon:hover .flaticon-right-up:before {
  background-color: #ffffff;
}

/* ============================================== */
/* CONTROL DE COLOR PARA LOS ICONOS NARANJA */
/* ============================================== */

/* HEADER - Iconos naranja en hover */
.header__area-menubar-right-sidebar-icon:hover .flaticon-phone:before,
.header__area-menubar-right-sidebar-icon:hover .flaticon-email-3:before,
.header__area-menubar-right-sidebar-icon:hover .flaticon-location-1:before {
  filter: brightness(0) saturate(100%) invert(63%) sepia(81%) saturate(1530%) hue-rotate(355deg) brightness(96%) contrast(96%);
}

/* MENÚ RESPONSIVE - Iconos naranja en hover */
.header__area-menubar-right-responsive-menu:hover .flaticon-phone:before,
.header__area-menubar-right-responsive-menu:hover .flaticon-email-3:before,
.header__area-menubar-right-responsive-menu:hover .flaticon-location-1:before {
  filter: brightness(0) saturate(100%) invert(63%) sepia(81%) saturate(1530%) hue-rotate(355deg) brightness(96%) contrast(96%);
}

/* SIDEBAR - Iconos naranja siempre */
.header__area-menubar-right-sidebar-popup-contact-item-icon .flaticon-phone:before,
.header__area-menubar-right-sidebar-popup-contact-item-icon .flaticon-email-3:before,
.header__area-menubar-right-sidebar-popup-contact-item-icon .flaticon-location-1:before {
  filter: brightness(0) saturate(100%) invert(63%) sepia(81%) saturate(1530%) hue-rotate(355deg) brightness(96%) contrast(96%);
}

/* SIDEBAR HOVER - Iconos naranja más brillantes */
.header__area-menubar-right-sidebar-popup-contact-item-icon:hover .flaticon-phone:before,
.header__area-menubar-right-sidebar-popup-contact-item-icon:hover .flaticon-email-3:before,
.header__area-menubar-right-sidebar-popup-contact-item-icon:hover .flaticon-location-1:before {
  filter: brightness(0) saturate(100%) invert(52%) sepia(93%) saturate(1147%) hue-rotate(355deg) brightness(99%) contrast(101%);
}

/* ============================================== */
/* MENÚ HAMBURGUESA - LIMPIO */
/* ============================================== */

.flaticon-menu-6:before,
.flaticon-menu-3:before {
  content: "☰";
  font-size: 1.3em;
  font-weight: 300;
  line-height: 0.8;
  filter: none !important;
  color: #1a1a1a;
}

.header__area-menubar-right-responsive-menu:hover .flaticon-menu-6:before,
.header__area-menubar-right-responsive-menu:hover .flaticon-menu-3:before {
  color: #f59008;
}

/* ============================================== */
/* ESTILO ORIGINAL DEL SIDEBAR - SIN MORADO */
/* ============================================== */

.header__area-menubar-right-sidebar-popup-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.header__area-menubar-right-sidebar-popup-contact-item-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.header__area-menubar-right-sidebar-popup-contact-item-content span {
  color: #0066ff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.header__area-menubar-right-sidebar-popup-contact-item-content h6 {
  margin: 3px 0 0;
  font-size: 15px;
  font-weight: 500;
  color: #1a202c;
}

.header__area-menubar-right-sidebar-popup-contact-item-content h6 a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.header__area-menubar-right-sidebar-popup-contact-item-content h6 a:hover {
  border-bottom-color: #f59008;
}

/* ============================================== */
/* BOTONES PROFESIONALES */
/* ============================================== */

.build_button {
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  background: #1a1a1a;
  color: white;
  border-radius: 6px;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.build_button:hover {
  background: #f59008;
  color: white;
  transform: translateY(-1px);
}

.build_button:active {
  transform: translateY(0);
}

.more_btn {
  display: inline-flex;
  align-items: center;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.more_btn:hover {
  color: #f59008;
  border-bottom-color: #f59008;
}

/* ============================================== */
/* AJUSTES ESPECÍFICOS DEL DISEÑO ORIGINAL */
/* ============================================== */

/* Para el header */
.header__area-menubar-right-sidebar-icon [class^="flaticon-"]:before {
  font-size: 24px;
  cursor: pointer;
}

/* Para el menú responsive */
.header__area-menubar-right-responsive-menu [class^="flaticon-"]:before {
  font-size: 26px;
  cursor: pointer;
}

/* Para el botón de cerrar del sidebar */
.sidebar-close-btn [class*="fa-times"]:before {
  font-size: 20px;
  color: #1a1a1a;
}

.sidebar-close-btn:hover [class*="fa-times"]:before {
  color: #1a1a1a !important;
}

/* Para los botones de cerrar en general */
[class*="fa-times"] {
  cursor: pointer;
  transition: color 0.2s ease;
}

/* ============================================== */
/* VERSIÓN MÓVIL - SOLO TAMAÑOS MÁS GRANDES */
/* ============================================== */

@media (max-width: 768px) {
  
  /* Ajustes de contenedores */
  .header__area-menubar-right-sidebar-popup-contact-item-icon {
    width: 36px;
    height: 36px;
  }
  
  .flaticon-phone:before,
  .flaticon-email-3:before {
    width: 22px;
    height: 22px;
  }
  
  .flaticon-location-1:before {
    width: 24px;
    height: 24px;
  }
  
  .flaticon-right-up:before {
    width: 18px;
    height: 18px;
  }
  
  /* Todos los iconos más grandes en móvil */
  [class*="fa-"]:before {
    font-size: 1.4em !important;
  }
  
  /* Ajuste para la flecha del menú en móvil */
  .header__area-menubar-center-menu ul li.menu-item-has-children > a::before {
    font-size: 1.6em;
    right: -10px;
  }
  
  /* Ajustes de botones */
  .build_button {
    padding: 10px 22px;
    font-size: 14px;
  }
}