:root {
--evo-azul: #2c86d5;
--evo-verde: #6dbc00 ;
--evo-verde-claro: #9dd159 ;
--evo-naranja: #ff8800;
--evo-rojo:#fc4307;
--evo-verde-fosforito: #D7FF00 ;
--evo-naranja-fosforito: #FFBE00 ;
--evo-azul-fosforito: #86C7FF;
}
body {
-webkit-font-smoothing: auto !important;
}
.custom-megamenu-wrapper {
position: relative;
}
.custom-megamenu-nav {
display: flex;
list-style: none;
padding: 0;
margin: 0;
gap: 20px;
position: relative;
z-index: 10;
}
.custom-megamenu-nav li {
cursor: pointer;
padding: 12px 20px;
background: #fff;
}
.custom-megamenu-content {
position: fixed;
top: auto; left: 0;
width: 100vw;
background: #fff;
z-index: 9999;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}
.custom-megamenu-content.visible {
opacity: 1;
pointer-events: auto;
}
.menu-content-item {
display: none;
padding: 30px;
max-width: 1440px;
margin: 0 auto;
}
.menu-content-item.active {
display: block;
} .custom-megamenu-wrapper.hovering .custom-megamenu-content {
display: block;
}
.custom-megamenu-wrapper.hovering .menu-content-item.active {
display: block;
}
.full-fade {
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
}
.full-fade.visible {
opacity: 1;
pointer-events: auto;
}
.mobile-drawer-megamenu {
display: none ;
}
@media (max-width: 1023px) {
.custom-megamenu-nav {
display: none;
}
.mobile-drawer-megamenu {
display: flex ;
width: 100%;
}
.mobile-menu-nav {
list-style: none;
padding: 0;
margin: 0;
}
.mobile-menu-nav li {
padding: 15px 20px;
border-bottom: 1px solid #ddd;
background: #fff;
cursor: pointer;
}
.drawer-panel {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
z-index: 9999;
overflow-y: auto;
animation-duration: 0.3s;
animation-fill-mode: forwards;
}
.drawer-header {
margin-bottom: 15px;
} .drawer-panel.slide-in {
animation-name: slideIn;
}
.drawer-panel.slide-out {
animation-name: slideOut;
}
.drawer-back {
background: none;
border: none;
font-size: 16px;
color: #0073aa;
cursor: pointer;
}
@keyframes slideIn {
from {
transform: translateX(100%);
}
to {
transform: translateX(0%);
}
}
@keyframes slideOut {
from {
transform: translateX(0%);
}
to {
transform: translateX(100%);
}
}
}
.jet-active-filters__title {
display: none;
}
.jet-active-filters__list {
.jet-active-filter__label {
display: none;
}
.jet-active-filter__val {
font-size: 16px;
color: #333 !important;
border: 2px solid #333 !important;
padding: 8px 32px 8px 16px;
}
.jet-active-filter__val:hover {
font-size: 16px;
color: white !important;
background: #f45454 !important;
border: 2px solid #f45454 !important;
}
}
.jet-active-filter .jet-active-filter__remove {
font-size: 24px !important;
position: absolute;
top: 10px !important;
right: 18px !important;;
}
.jet-active-filter:hover .jet-active-filter__remove {
color: white !important;
}
.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked + .jet-checkboxes-list__button .jet-checkboxes-list__decorator .jet-checkboxes-list__checked-icon {
font-size: 18px;
}
.jet-checkboxes-list__decorator {
height: 24px !important;
width: 24px !important;
border: 2px solid #333 !important;
}
.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked + .jet-checkboxes-list__button .jet-checkboxes-list__decorator .jet-checkboxes-list__checked-icon {
background: #fff !important;
color: #f45454 !important;
}
.jet-checkboxes-list__label {
font-size: 16px;
color: #333 !important;
}
.apply-filters .apply-filters__button {
min-height: 48px;
font-size: 16px;
padding: 8px 16px;
}
.apply-filters__button:focus {
color: #fff !important;
background: #f45454 !important;
}
.jet-smart-filters-elementor-loop-no-result {
font-size: 18px;
color: #333;
}
.globo {
fill : #00cc99 ;
}
.avion-papel {
fill : #fc8200;
}
.robot {
fill: #0a6aa1;
}
.avion {
fill : #7A79B3;
}
.iconos {
.ekit_social_media a {
color: #4e4e4e !important ;
}
.ekit_social_media a:hover {
color: #3f3f86 !important ;
background: white !important ;
}
}
.formulario__contacto {
display: flex;
width: 100%;
flex-direction: column;
gap: 16px;
}
.formulario__contacto p {
font-weight: 400;
font-family: Roboto, Arial, sans-serif;
margin: 0 !important;
}
.formulario__contacto input {
width: 100%;
border-radius: 0;
margin-bottom: 8px;
}
.formulario__contacto input,
.formulario__contacto textarea {
width: 100%;
border: none ;
background: transparent ;
border-bottom: 1px solid  #940036;;
padding: .5rem 1rem !important;
}
.formulario__contacto select {
width: 100%;
border-radius: 0;
background: transparent ;
border: none ;
border-bottom: 1px solid  #940036;;    padding: .5rem 1rem !important;
margin-bottom: 4px;
}
.formulario__contacto .etiqueta__formulario {
margin-bottom: 4px;
font-weight: 400;
}
.formulario__contacto label span {
margin-bottom: 4px;
}
.campo__formulario {
margin-bottom: 8px;
}
.campo__formulario input {
background: transparent ;
border: none ;
border-bottom: 1px solid #d9d9d9;
}
.campo__formulario a {
}
.campo__formulario.accept {
display: flex;
}
.campo__formulario input:not([type=submit]):focus, .fusion-form-form-wrapper textarea:focus {
border-color: #d9d9d9;
box-shadow: none;
}
.campo__formulario.accept .wpcf7-list-item {
margin: 0 8px 0 0;
}
.campo-check .wpcf7-checkbox {
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.campo-check .wpcf7-checkbox .wpcf7-list-item {
margin: 0 8px 4px 0;
}
.campo-check .wpcf7-checkbox label {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.campo-check .wpcf7-checkbox input {
width: 20px;
height: 16px;
margin-right: 8px
}
.campo__formulario .aceptacion {
font-weight: 400;
}
.campo__formulario .aceptacion a {
color: #940036;;
}
.formulario__contacto .wpcf7-submit {
background: #940036;;
color: white;
width: auto ;
border-radius: 50px;
padding: 20px 40px !important;
font-weight: 400;
font-size: 16px;
border: none;
}
.home .elementskit-menu-container  a {
color: white !important;
}
.elementskit-submenu-panel li:last-child a {
border-bottom-left-radius: 16px;
} .repuestos-contenedor {
margin-top: 2rem;
padding: 1rem;
}
.repuestos-titulo {
font-size: 1.5rem;
margin-bottom: 1rem;
text-align: center;
font-weight: 600;
color: #333;
}
.repuestos-grid {
display: grid;
gap: 1.5rem;
}
.repuesto-item {
display: grid ;
background: #fff;
border-radius: 12px;
padding: 1rem;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
transition: transform 0.2s ease, box-shadow 0.2s ease;
grid-template-columns: 1fr 1fr;
}
.repuesto-item:hover {
transform: translateY(-3px);
box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.repuesto-nombre {
font-weight: 600;
font-size: 1.1rem;
margin-bottom: 0.5rem;
color: #1a1a1a;
}
.repuesto-descripcion {
font-size: 0.95rem;
color: #555;
margin-bottom: 0.8rem;
}
.repuesto-precio {
font-size: 1.1rem;
color: #940036;
font-weight: 600;
text-align: right;
display: flex
;
align-items: flex-start;
justify-content: flex-end;
}
.tarjeta-producto {
display: flex;
flex-direction: column;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
background-color: #fff;
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tarjeta-producto:hover {
transform: translateY(-4px);
box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}
.tarjeta-producto-imagen {
a {
display: flex;
align-items: center;
width: 100%;
height: 250px;
img {
width: 100%;
height: 100%;
object-fit: contain;
}
}
}
.tarjeta-producto-placeholder {
background: #f2f2f2;
color: #777;
text-align: center;
padding: 60px 0;
font-size: 0.9rem;
font-style: italic;
}
.tarjeta-producto-contenido {
padding: 1rem;
text-align: center;
}
.tarjeta-producto-titulo {
margin: 0;
font-size: 1.1rem;
font-weight: 600;
}
.tarjeta-producto-titulo a {
color: #222;
text-decoration: none;
}
.tarjeta-producto-titulo a:hover {
color: #0073aa;
text-decoration: underline;
} .tarjeta-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 1.5rem;
}
.formulario__contacto h3 {
margin: 0;
}
.home .header__telefono  span {
color: white !important;
}
.e-hotspot__button {
cursor: default !important ;
}