.elementor-kit-7{--e-global-color-primary:#051E40;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#051E40;--e-global-color-accent:#858A8C;--e-global-color-141ebb6:#EA5374;--e-global-color-028bb08:#FFC82F;--e-global-color-413e6f1:#1098F9;--e-global-color-13ffb16:#353535;--e-global-color-09ca0e6:#EEF5FB;--e-global-typography-primary-font-family:"TomatoGrotesk";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-text );color:var( --e-global-color-secondary );border-radius:20px 20px 20px 20px;padding:8px 14px 8px 14px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#051E4080;color:var( --e-global-color-secondary );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-413e6f1 );}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:"TomatoGrotesk", Sans-serif;font-size:29px;font-weight:700;line-height:47px;}.elementor-kit-7 h4{font-family:"Inter", Sans-serif;font-size:20px;font-weight:700;line-height:1.1em;}.elementor-kit-7 img{border-radius:0px 0px 0px 0px;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7 h2{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1040px;}.e-con{--container-max-width:1040px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-kit-7 h2{font-size:21px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Acordeon FAQ*/

.e-n-accordion-item:last-of-type .e-n-accordion-item-title {
  border-bottom: none !important;
}


/*Mapa*/
.asl-store .store-name {
    white-space: pre-line;
}
/*Oculta el campo de distancia*/
.sl-main-cont-box .sl-list .sl-item .sl-addr-sec .sl-miles {
    display: none;
}


.jet-mega-menu-mega-container__inner {
    background-color: #fff !important;
}
    
/* Menú desplegable completo */
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    background-color: white !important;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    padding: 4px 0 !important; /* Espacio arriba y abajo del menú */
}

/* Cada idioma en el desplegable */
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    color: black !important;
    padding: 10px 16px !important; /* Padding interno de cada opción */
    display: block;
    border-radius: 6px; /* Para que el hover también sea redondeado */
    transition: background-color 0.2s ease;
}

/* Hover suave */
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
    background-color: #f5f5f5 !important;
}










/*Contacto form*/
.wpcf7-form {
    font-family: 'Inter', sans-serif !important;
    padding: 1rem !important;
    border-radius: 20px !important;
    box-shadow: none !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    color: #2d3e50 !important;
}

.wpcf7-form p {
    margin: 0 !important;
}

.form-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin-bottom: 1rem !important;
}

.form-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: 100% !important;
}

.form-col-100 { flex: 1 1 100% !important; }
.form-col-50 { flex: 1 1 calc(50% - 4px) !important; }

@media (max-width: 768px) {
    .form-col-50 { flex: 1 1 100% !important; }
    .form-row { gap: 8px !important; }
}

.form-grid > p {
    font-weight: 700 !important;
    font-size: 1rem !important;
    color: #2d3e50 !important;
    margin: 5px 0 -5px 0 !important;
}

.form-grid input,
.form-grid textarea,
.form-grid select {
    background: #ffffff !important;
    border: 1px solid #a9bfcd !important;
    border-radius: 8px !important;
    padding: 0.75rem !important;
    font-size: 1rem !important;
    color: #2d3e50 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    transition: border 0.3s ease !important;
}

.form-grid input:focus,
.form-grid select:focus {
    border-color: #003087 !important;
    outline: none !important;
}

textarea {
    height: 90px !important;
    resize: vertical !important;
}

.form-grid select {
    color: #6c757d !important;
    appearance: none !important;
    background-image: url("image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path fill='%232d3e50' d='M6 9L2 5h8L6 9z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 12px !important;
    padding-right: 2rem !important;
}

.form-grid select:invalid { color: #a9bfcd !important; }
.form-grid select option { color: #2d3e50 !important; }

.boton input[type="submit"] {
    margin-top: 1.2rem !important;
    background: #051e40 !important;
    color: white !important;
    padding: 0.75rem 2rem !important;
    font-size: 1rem !important;
    border: none !important;
    border-radius: 999px !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
}

.boton input[type="submit"]:hover { background: #001e5e !important; }

.privacy {
    font-size: 0.65rem !important;
    color: #4a4a4a !important;
    margin-top: 0.5rem !important;
    text-align: left !important;
}

.privacy a {
    color: #003087 !important;
    text-decoration: underline !important;
}

/* ✅ CHECKBOXES – SIN MÁRGENES IZQUIERDOS, PEGADOS A LA IZQUIERDA */
.politica-wrapper,
.comercial-wrapper {
    display: flex !important;
    align-items: flex-start !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.9rem !important;
    color: #2d3e50 !important;
    text-align: left !important;
    line-height: 1.4 !important;
}

.politica-wrapper {
    margin-bottom: 4px !important; /* Reduced gap between checkboxes */
}

.politica-wrapper input[type="checkbox"],
.comercial-wrapper input[type="checkbox"] {
    margin: 0 !important;
    padding: 0 !important;
    accent-color: #003087 !important;
    flex-shrink: 0 !important;
    margin-top: 4px !important;
}

.politica-wrapper .politica-link {
    color: #003087 !important;
    text-decoration: underline !important;
    display: inline !important;
    font-size: 0.9rem !important;
    visibility: visible !important;
}

.politica-wrapper .wpcf7-not-valid-tip {
    display: block !important;
    margin: 4px 0 0 22px !important;
    font-size: 0.9rem !important;
    color: #dc3232 !important;
}

/* Anular cualquier estilo heredado de CF7 */
.wpcf7 .wpcf7-list-item {
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
}

/* Mensajes CF7 */
.wpcf7-response-output {
    margin: 1rem 0 !important;
    padding: 0.5rem !important;
    border: 2px solid #00a0d2 !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    display: block !important;
}

.wpcf7 form.sent .wpcf7-response-output { border-color: #46b450 !important; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output { border-color: #dc3232 !important; }

.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 0.9rem !important;
    margin-top: 0.2rem !important;
}

.wpcf7-spam-blocked, .wpcf7 form .akismet-fields {
    display: none !important;
}

/* Conditional Fields */
[data-class="wpcf7cf_group"] { display: block !important; }
.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
    display: flex !important;
    justify-content: flex-end !important;
    margin-top: 1rem !important;
}
.wpcf7cf_repeater_sub { margin-bottom: 0 !important; }
.wpcf7cf_multistep .wpcf7cf_step { width: 100% !important; display: block !important; }
.wpcf7cf_multistep .wpcf7cf_steps-dots { display: none !important; }

/*Final contact form*/














/*Timeline en página de trabajo temporal*/
.contenedor-cuadros {
    display: flex;
    
}

.acceso-mbl {
        display: none;
    }
    

@media (max-width: 768px) {
    .contenedor-cuadros {
            overflow-x: auto;
            overflow-y: hidden;

        flex-wrap: nowrap; /* Evita que los cuadros se envuelvan */
    }

    .cuadro {
        min-width: 300px;
        flex: 0 0 auto; /* Evita que los cuadros se reduzcan */
    }
    
    
}

@media (min-width: 768px) and (max-width: 1024px) {
    .contenedor-cuadros {
            overflow-x: auto;
            overflow-y: hidden;

        flex-wrap: nowrap; /* Evita que los cuadros se envuelvan */
    }

    .cuadro {
        min-width: 300px;
        flex: 0 0 auto; /* Evita que los cuadros se reduzcan */
    }
}

.boton-icono-azul .elementor-button-icon {
    fill: #1098F9; /* Azul normal */
}

.boton-icono-azul:hover .elementor-button-icon {
    fill: #051E40; /* Oscuro en hover */
}



/* Media query para pantallas más pequeñas que 1330px */
@media (max-width: 1330px) {
    .boton-login-candidatos {
        display: none;
    }
    
        .boton-login-empresas {
        display: none;
    }

    .acceso-mbl {
        display: block;
    }
}

/*Estilos Megamenú*/

.breadcrumb-label {
    font-size: 18px;
}

.jet-mega-menu-mega-container__inner {
    width: 98%;
    align-self: center;
}

.jet-mega-menu-item-wpml-ls-9-es {display: none;
}

.jet-mega-menu-item-wpml-ls-9-ca {display: none;
}

.elementor-52 .elementor-element.elementor-element-0056265 {
    z-index: 100;
}

/*Eliminar recaptcha badge*/
.grecaptcha-badge{
    display: none;
}/* End custom CSS */