.elementor-38010000 .elementor-element.elementor-element-ca74a08{padding:0px 0px 0px 0px;}.elementor-38010000 .elementor-element.elementor-element-f768661 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-f768661 */.elementor-page-38010000 .breadcrumb {
    display: none;
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100%;
}
.custom-menu { 
  display: flex;
  align-items: center; 
  color: white;
  flex-wrap: nowrap;
  position: fixed;
  z-index: 1000; 
  width: 100%; 
  background: transparent;
  transition: background-color 0.4s ease;
  font-family: 'Platform';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: left;  
  /*background-color: #004694*/; 
  height: 55px;
  padding-right: 20px;
  padding-left: 20px;
}

.custom-menu.bg-colored {
  background-color: #004694;
}

.custom-menu .contenedor-interior {
    width: 1207px;
    margin-right: auto;
    margin-left: auto;
}

.custom-menu .logo {
  opacity: 0;
  visibility: hidden;
  display: none;
  width: 0;
  pointer-events: none;
  transform: translateX(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  display: flex;
  align-items: center; 
  margin-right: -10px;   
}
.custom-menu .logo:not(.hidden) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  width: auto;
}  
.logo img {
    width: 88%;
}
.logo-icon-hidden {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.logo-icon-hidden.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(20px);
}


.custom-menu .menu-item {
  margin: 0 15px;
  position: relative;
  cursor: pointer;
  font-size: 18px !important;
  white-space: nowrap;
  text-decoration: none;
  color: white !important;
  display: inline-flex;
  align-items: center; 
  letter-spacing: 0.1rem !important; 
  font-weight: 300 !important;
  font-style: normal;
  font-family: 'Platform' !important;
  line-height: 1.3;
}

.custom-menu .menu-item:hover,
.custom-menu .menu-item:focus {
  text-decoration: none;
  outline: none;
}

.custom-menu .menu-item.arrow::after {
  /*content: " ↓";
  font-weight: bold;
  margin-left: 5px;
  font-size: 12px;*/
  content: url(https://catalogo.autofrenseinsa.com/img/cms/white-arrow-down.svg);
  display: inline-block;
  color: #FFFFFF;
  padding-top: 0px;
  top: 2px;
  position: relative;
  left: 2px;
}

.dropdown-menu {
  display: none;
  /* resto de estilos */
}

.dropdown-menu.open {
  display: block;
  margin-top: 29px !important;
  min-width: 113px !important;
  border-radius: 0;
}

.follow-desktop span {
  color: #FFFFFF;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.02em;
  cursor: pointer; 
  position: relative;
}

.follow-desktop .dropdown-menu > li {
    padding: 0 15px;
}

.follow-desktop .dropdown-menu li a {
    border-top: none !important;
}

.follow-desktop .dropdown-menu li a {
    background-repeat: no-repeat;
    background-position: 0 center; /* icono a la izquierda centrado */
    padding-left: 35px; /* deja espacio para el icono */
} 

.follow-desktop .dropdown-menu > li > a {
    display: block;
    font-family: 'Platform';
    padding: 7px 20px;
    clear: both;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    border-bottom: 1px solid; 
    padding-left: 27px;
}

.follow-desktop .dropdown-menu li a.facebook {
    background-image: url(https://catalogo.autofrenseinsa.com/img/cms/facebook.svg);
    background-repeat: no-repeat;
}

.follow-desktop .dropdown-menu li a.youtube {
    background-image: url(https://catalogo.autofrenseinsa.com/img/cms/youtube.svg);
    background-repeat: no-repeat;
    background-position-y: 10px;
}


.follow-desktop .dropdown-menu li a.linkedin {
    background-image: url(https://catalogo.autofrenseinsa.com/img/cms/linkedin.svg);
    background-repeat: no-repeat;
}

.follow-desktop .dropdown-menu li a.instagram {
    background-image: url(https://catalogo.autofrenseinsa.com/img/cms/instagram.svg);
    background-repeat: no-repeat;
    border-bottom: none !important;
}

#navbar-menu {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
} 


#navbar-menu > .menu-item,
#navbar-menu > .dropdown {
  margin-right: 20px;
}

.navbar-toggle .icon-bar {
  transition: 0.4s;
  transform-origin: center;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
}

.navbar-toggle.open .icon-bar:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    width: 38px;
}

.navbar-toggle.open .icon-bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.navbar-toggle.open .icon-bar:nth-child(3) {
      opacity: 0;
}
.navbar-toggle.open .icon-bar:last-child {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    width: 38px;
    bottom: -1px;
    position: relative;
}

#navbar-menu .menu-item {
    letter-spacing: 0.1rem;
    font-size: 18px;
    font-weight: 300;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  color: #000;
  min-width: 140px;
  padding: 20px 40px;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  border-radius: 4px;
  z-index: 100;
}

.dropdown-menu.productos { 
  top: 207% !important;
  padding: 20px 40px;
  /*left: -211px !important;
  width: 1140px !important;*/
}

.dropdown-menu ul { 
    padding-left: 0 !important; 
}

.dropdown-menu li {
  list-style: none;
} 

.lista-dentro li {
    display: flex;       
    align-items: center; 
}

.lista-dentro li a {
    display: flex;       
    align-items: center;            
    padding: 0;          
}

.dropdown-menu li a {
    font-family: 'Platform';
    text-transform: none;
    color: #000; 
    padding: 10px 0; 
    white-space: pre-wrap; 
    padding-right: 50px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.02em; 
    border-top: 1px solid #d2d2d2;
    width: 100%; 
    background-position: 95% 13px;
    transition: all 0.3s ease;
} 

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    font-weight: bold;
    background-color: transparent;
    text-decoration: none;
    background-image: url(https://catalogo.autofrenseinsa.com/img/cms/black-arrow.svg);
    background-repeat: no-repeat;
    background-position: 100% 13px;
    transition: all 0.3s ease;
    color: #000 !important;
}

.dropdown-menu li a.active {
    font-weight: bold;
    color: #000 !important;
    text-decoration: none; 
}


.right-items {
  display: flex;
  align-items: center; 
  margin-left: auto;  
}

/* Por defecto (escritorio): mostrar Síguenos, ocultar iconos */
.follow-desktop {
  display: flex;
}
.social-icons-mobile {
  display: none;
}

/* Redes sociales versión móvil */
.social-icons-mobile {
  gap: 10px;
}

.social-icons-mobile a {
  color: white;
  font-size: 18px;
  text-decoration: none;
}  

.menu-logo-row {
    position: absolute;
    top: 107px;
    left: 250px;;
}

.menu-logo-row img {  
  width: auto;
  position: fixed;
}

/* Estilo botón hamburguesa */
.navbar-toggle {
  display: none;
  background: transparent;
  border: none;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: all 0.2s;
}

/* Logo */
.navbar-header a.logo {
  display: block;
  padding-right: 15px;
  z-index: 999;
  position: relative;
}

/* Responsive behavior */
@media (max-width: 1028px) {
  .custom-menu {
    flex-direction: row;  
    justify-content: space-between;  
    align-items: center;
    padding-right: 15px; 
    padding-left: 15px;
  }  
  
  .navbar-toggle {
    display: block;
  }

  #navbar-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #004694; 
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #004694;
    z-index: 999;
  }

  #navbar-menu.open {
    display: flex;
    padding-right: 31px;
    padding-left: 23px;
  }
  #navbar-menu .menu-item { 
    border-bottom: 1px white solid;
    letter-spacing: 0.1rem !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-style: normal;
    line-height: 1.3;
  }
  #navbar-menu a.menu-item.active, #navbar-menu .menu-item.arrow.dropdown.active {
    border-bottom: 1px solid white !important;
    padding-bottom: 12px;
}
  #navbar-menu .language-switch {
      border-bottom: none;
  }

  .menu-item,
  .dropdown {
    padding: 10px 0;
    width: 100%;
  }
  
  .dropdown-menu.productos {
    top: 48% !important;
    padding: 20px 12px;
  }
  
  .dropdown-menu li a:hover, .dropdown-menu li a:focus {
    font-weight: bold;
    background-color: transparent;
    text-decoration: none;
    background-image: none;
    background-repeat: none;
    background-position: none;
    transition: none;
    color: #000 !important;
}

  .right-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; 
    margin-top: 59px !important;
  }

  .social-icons-mobile {
    display: flex;
    gap: 10px;
    flex: 0 0 auto; /* no crecer ni encoger */ 
  }
  
  .social-icons-mobile a {
      padding-left: 20px;
  }
  
  .social-icons-mobile .fab {
    color: #FFFFFF; 
  }

  .language-switch {
    margin-left: auto;  
    flex: 0 0 auto;
  }
  .navbar-toggle { 
    margin-right: 0px;
  }
  .navbar-toggle {
    display: block;
    position: absolute;   /* lo sacamos del flujo */
    right: 15px;          /* pegado al borde derecho */
    top: 50%;
    transform: translateY(-50%);
    margin: 0;            /* limpiamos margenes */
    z-index: 1100;        /* por encima de todo */
  }

  /* Para que no choque con los right-items */
  .custom-menu {
    position: fixed;
  }
  /* Ocultar dropdown "Síguenos" en móvil */
  .follow-desktop {
    display: none !important;
  } 
}
.familia {
    font-family: 'Platform' !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.02em !important;
    color: #000 !important;
    width: 100% !important;
    padding-bottom: 10px !important;
    margin-left: 0 !important;
    margin-bottom: 0px !important;
    padding-left: 0 !important;
}

.navbar-text {
    margin-top: 15px; 
}
li.first {
    padding-left: 0 !important;
}

#navbar-menu a.menu-item.active,
#navbar-menu .menu-item.arrow.dropdown.active {
  border-bottom: 2px solid white;
  padding-bottom: 2px;
  font-weight: 500;
}


.language-switch {
  display: flex;
  align-items: center;
  justify-content: center;
} 

.language-switch select {
  background-color: transparent;
  color: #fff;
  border: none; 
  padding: 6px 0px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 0;
  font-size: 16px;  
  font-family: 'Platform';
  cursor: pointer;
  outline: none;
  appearance: none;
}

/* Elimina la flecha nativa en algunos navegadores */
.language-switch select::-ms-expand {
  display: none;
}

.language-switch select option {
  color: #333;
  background: #fff;
}

.sr-only {
    height: 1px !important;
}/* End custom CSS */