/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 29 2025 | 17:05:47 */
/* stycky header */

.shrink-header {
  transition: all 0.3s ease; 
  padding: 20px 0;
}

/* Estado reducido cuando se hace scroll */
.shrink-header.elementor-sticky--effects {
  padding: 8px 0;
  background-color: rgba(255,255,255,0.95); 
  box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
}

.logo-shrink img {
  transition: max-height 0.3s ease;
  max-height: 80px; 
}

.shrink-header.elementor-sticky--effects .logo-shrink img {
  max-height: 50px; 
}
	



/* Estilos para el switch de idiomas */

.language-selector {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
}

.lang-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
}

.lang-btn img {
  width: 24px;
  height: auto;
}

.lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  margin-top: 4px;
  list-style: none;
  padding: 5px 0;
  min-width: 70px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  border-radius: 4px;
  z-index: 100;
}

.lang-dropdown li {
  padding: 0;
}

.lang-dropdown li a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  text-decoration: none;
  color: #333;
}

.lang-dropdown li a:hover {
  background: #f0f0f0;
  border-radius: 4px;
}

.language-selector:hover .lang-dropdown {
  display: block;
}

.lang-dropdown img {
  width: 20px;
  height: auto;
}


/* Hero estilos & generales */


.h1_customized h1{
    color: #000!important;
    font-size: 8em!important;
    font-weight: bold!important;
}


.h2_customized h2, .h3_customized h3{
    color: #000!important;
    font-size: 2em!important;
    font-weight: bold!important;
}

.h2_customized_light h2{
	color: #fff!important;
    font-size: 2em!important;
    font-weight: bold!important;
}


/* Mostrar el submenú al hover del menú padre */
.menu-item-has-children:hover > .sub-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    transition: opacity 0.3s ease, transform 0.3s ease;
}



/* Estado inicial oculto del submenú */
.sub-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    position: absolute; 
    z-index: 9999; 
	min-width: 300px !important; 
    max-width: 400px !important;
    white-space: normal !important;
    box-sizing: border-box;
}

.sub-menu a {
    
}


.sub-menu a {
    white-space: normal !important; 
    word-wrap: break-word !important;
    overflow-wrap: break-word !important; 
    hyphens: auto; 
    max-width: 350px; 
    box-sizing: border-box;
    max-width: 100%; 
	
}



/* Asegura que el enlace principal tenga cursor pointer */
.menu-item-has-children > a {
    cursor: pointer;
    position: relative;
}





@media (max-width: 700px) {
  .h1_customized h1{
    color: #000!important;
    font-size: 3.5em!important;
    font-weight: bold!important;
  }

	

}