/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*** WP ***/
#wpadminbar {
    z-index: 999999999 !important;
}
/*** HEADER STIKY ***/
#header-sticky {
    top: 0;
    position: fixed;
}
/*** BANNER ***/
body:not(.elementor-editor-active) .box-banner {
    overflow: hidden;
}
/*** SLIDER ***/
/* FLECHAS*/
.elementor-swiper-button, .jet-listing-grid__slider-icon {
    opacity: 0!important;
    height: 100%!important;
    transition: .4s!important;
    top: 0!important;
    width: 15%!important;
}
.elementor-swiper-button
{
    top: 50%!important;	
}
.elementor-swiper-button-prev, .jet-listing-grid__slider-icon.prev-arrow {
    left: 0!important;
}
.elementor-swiper-button-prev, .jet-listing-grid__slider-icon.prev-arrow, .jet-listing-grid__slider-icon.next-arrow {
    background: linear-gradient(90deg, rgba(0,0,0,60%) 0%, rgba(0,0,0,0) 100%)!important;
}
.elementor-swiper-button-next {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 60%) 100%)!important;
    right: 0!important;
}
.elementor-swiper-button-prev:hover, .elementor-swiper-button-next:hover, .jet-listing-grid__slider-icon.prev-arrow:hover, .jet-listing-grid__slider-icon.next-arrow:hover {
    opacity: 1!important;
    transition: .4s!important;
    margin-top: 0!important;
}
.elementor-swiper-button svg.e-font-icon-svg, .jet-listing-grid__slider-icon.slick-arrow svg {
    position: absolute!important;
    top: 50%!important;
}
.elementor-swiper-button svg.e-eicon-chevron-right, .jet-listing-grid__slider-icon.prev-arrow svg {
    left: inherit;
    right: 5%!important;
}
.elementor-swiper-button svg.e-eicon-chevron-left, .jet-listing-grid__slider-icon.next-arrow svg {
    left: 5%!important;
}
.swiper-pagination-progressbar {
    top: initial!important;
    bottom: 0!important;
}
.jet-listing-grid__slider-icon {
    margin-top: 0!important;
}
/* DOTS */
.owl-dots {
    text-align: center;
    margin-top: 10px;
}
.swiper-pagination-bullet, button.owl-dot {
    border-radius: 0!important;
    height: 2px!important;
    width: 36px!important;
}
button.owl-dot {
    background-color: var( --e-global-color-8193021 )! important;
    margin: 0 5px;
}
button.owl-dot.active, span.swiper-pagination-bullet-active {
    background-color: #fff!important;
}
/* CONTENIDO */
.box-content em {
    font-size: 12px;
}
.grid-columna a.elementor-button.elementor-button-link svg {
    margin-right: 5px;
    width: 10px !important;
}
/* BULLET */
ul.jet-slick-dots li {
    border-radius: 0!important;
}
.jet-listing-grid__slider .jet-slick-dots {
    margin: 0!important;
}
/*** FIN: SLIDER ***/
/*** ANIMACIÓN ***/
@keyframes fadeInLeft {
		0% {
				opacity: 0;
				transform: translate3d(-30%, 0, 0);
		}
		100% {
				opacity: 1;
				transform: none;
		}
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(30%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
/*** FIN: ANIMACIÓN ***/
/*** NOTICIAS ***/
/* LISTADO VERTICAL 3 NOTCIAS */
.listado-noticia .jet-listing-grid__items .jet-listing-grid__item {
    padding-bottom: 10px !important;
}
.listado-3 .jet-listing-grid__items .jet-listing-grid__item {
    display: none;
}
select.jet-select__control {
    padding: 5px 10px!important;
    margin-right: 30px!important;
}
/* LISTADO HORIZONTAL 3 NOTCIAS */
.listado-3 .jet-listing-grid__items .jet-listing-grid__item {
    display: none;
}
.listado-3 .jet-listing-grid__items .jet-listing-grid__item:nth-last-child(-n+3) {
    display: block;
}
.home .jet-listing-grid__item .elementor-element:before, .home .jet-listing-grid__item:hover .elementor-element:before {
    cursor: pointer;
}
.home .jet-listing-grid__item:hover h2 {
    padding-bottom: 10px!important;
}
.home .jet-listing-grid__item h2, .home .jet-listing-grid__item:hover h2 {
    transition: .4s!important;
}
/* PÁGINA NOTICIAS */
.full-noticias a {
    display: block;
}
.full-noticias img {
    height: 380px!important;
}
.noticia-full .text-parrafo {
    font-size: 18px!important;
}
.img-noticias a {
    display: block!important;
}
/*** FIN: NOTICIAS ***/
/*** PÁGINA INFORMATIVA ***/
.box-contenido a {
    color: #fff;
    font-weight: 500;
}
/*** FIN: PÁGINA INFORMATIVA ***/
/*** 4 COLUMNAS HOVER ***/
#banners-columnas {
    display: flex;
    justify-content: space-between;
    transition: all 0.4s ease;
    overflow: hidden;
}
#banners-columnas .column {
    border-left: 1px solid #fff;
    cursor: pointer;
    transition: width 0.4s ease;
    width: 25%;
}
.box-3 #banners-columnas .column {
    border-left: 1px solid #fff;
    width: 33.333%;
}
#banners-columnas .column:first-child {
    border-left-width: 0;
}
#banners-columnas .item {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    height: 680px;
    position: relative;
    overflow: hidden;
}
.item {
    filter: grayscale(100%);
}
.item:hover {
    filter: grayscale(0);
}
.shadow {
    bottom: 0;
    content: url(/wp-content/uploads/2024/10/sombra-01-1.webp);
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.box-2 #banners-columnas .column {
    width: 50%;
}
#banners-columnas .activar, .box-3 #banners-columnas .column, .box-2 #banners-columnas .column.activar {
    width: 70%;
}
#banners-columnas:hover .column:not(.activar) {
    width: 15%;
}
.box-2 #banners-columnas:hover .column:not(.activar) {
    width: 30%;
}
#banners-columnas .content {
    transform: translateY(100%); 
    transition: transform 0.8s ease, opacity 0.8s ease; 
    margin: 0 auto 5% 5%;
    text-align: left;
    opacity: 0;
    width: 400px;
    z-index: 99;
}
#banners-columnas .activar .content {
    transform: translateY(0); 
    opacity: 1;
}
.item h2, .item p {
    color: var(--e-global-color-0446209);
    font-family: "Source Sans Pro", Sans-serif;
    font-weight: 300;
		line-height: 1.2em;
		letter-spacing: 0 !important;
}
.item h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0 0 -25px 10px!important;
}
.item p {
    font-size: 14px;
    letter-spacing: 1px;
}
img.subrayado {
    margin-bottom: 15px;
}
/* OMODA */
.grid-4-omoda5 #banners-columnas .content {
    width: 500px!important;
}
.grid-4-omoda5 img.subrayado {
    display: none!important;
}
.grid-4-omoda5 .item h2 {
    border-bottom: 2px solid #fff !important;
	  line-height: 1.7em;
    margin: 0 0 20px 0 !important;
}
/* SLIDER SIN TTULO */
.titulo-hidden h2 {
    display: none;
}
/*** FIN: 4 COLUMNAS HOVER ***/
/*** BOX HOVER UP **/
/* BOX UP */
.box-hover-up {
    cursor: pointer;
    overflow: hidden;
}
body:not(.elementor-editor-active) .box-mostrar {
    transform: translateY(100%); 
    transition: transform 0.8s ease, opacity 0.8s ease; 
    position: absolute;
}
.box-hover-up:hover .box-mostrar {
    transform: translateY(0); 
    opacity: 1;
}
/*** FIN: BOX HOVER ***/
/*** FILTRO COLORES ORDEN **/
.jet-color-image-list-wrapper fieldset {
    display: flex;
}
form.jet-color-image-list-wrapper .jet-color-image-list__row {
    order: 2;
}
.colores-jaecoo form.jet-color-image-list-wrapper .jet-color-image-list__row:nth-child(4) {
    order: 1!important;
}
.jet-color-image-list__image {
    height: 22px!important;
    width: 22px!important;
}
/*** FORMULARIO ***/
span.elementor-field-option {
    align-items: flex-start;
    display: inline-flex;
}
input.elementor-acceptance-field {
    margin: 1px 10px 0 0!important;
}
label a {
    color: #fff!important;
    font-weight: 700;
}
form button {
    margin-top: 20px;
}
span.elementor-field-option {
    display: flow;
    margin-top: 10px;
}
.select-caret-down-wrapper {
    display: none;
}
.elementor-select-wrapper.remove-before:before {
	content: url(/wp-content/uploads/2024/10/formulario-flecha.svg)!important;
}
input {
    accent-color: #206779;
}
span.elementor-field-option label {
    font-size: 14px!important;
    margin: -2px 0 10px 5px!important;
}
.elementor-field-textual {
    border-radius: 0;
}
span.elementor-field-option {
    display: flex;
    margin-top: 15px;
}
.elementor-message.elementor-message-success.elementor-message-svg {
    color: #fff;
}
/*** FIN: FORMULARIO ***/
/*** COTENIDO ***/
/* HISTORIA */
.text-icono .elementor-image-box-content h3 {
    padding-bottom: 6px;
}
.box-historia .text-1 {
    min-height: 65px;
}
.box-historia .text-1 p {
    margin-bottom: 0!important;
}
#uc_toggle_text_button_elementor_bf1e1de .read_more {
    font-family: var(--e-global-typography-text-font-family), Sans-serif!important;
    font-size: var(--e-global-typography-text-font-size)!important;
    font-weight: var(--e-global-typography-text-font-weight)!important;
    line-height: var(--e-global-typography-text-line-height)!important;
    letter-spacing: var(--e-global-typography-8230455-letter-spacing)!important;
}
/* IMG + CONTENT */
.text-icono .elementor-image-box-wrapper {
    display: flex!important;
}
.text-icono .elementor-widget-image-box .elementor-image-box-content {
    width: 90%!important;
}
/* FICHA TÉCNICA */
.box-ficha .e-child:nth-child(odd) {
    background-color: #ffffff12;
}
/*** FIN: COTENIDO ***/
/*** FOOTER ***/
.footer-redes .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.facebook-footer ul {
    left: -140px!important;
    top: -10px!important;
}
.footer-redes .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.instagram-footer ul {
    left: 50px!important;
    top: -10px!important;
}
/*** FIN: FOOTER ***/
/**** EMPLEOS ****/
#empleos {
    color: #fff;
    display: flex;
}
.titulos-empleos {
    height: 100%;
    width: 25%;
}
.empleo-container {
    border-left: 1px solid #525252;
    padding: 20px 40px 80px;
    width: 75%;
}
.empleo-content {
    padding-top: 40px;
}
.contenido_del_empleo, span.empleo-excerpt {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}
.disponible {
    background-color: #206779;
    padding: 20px;
}
.disponible p {
    font-size: 14px;
    margin-bottom: 0;
}
.empleo-title a {
    color: #fff;
}
.empleo-title {
    border-bottom: 1px solid #525252;
    padding: 20px;
}
span.empleo-excerpt {
    display: block;
    margin-top: 5px;
}
small.empleo-fecha {
    text-transform: capitalize;
}
.empleo-content button {
    background-color: #206779;
    margin: 10px 0 40px;
}
.empleo-content button:hover {
    background-color: var(--e-global-color-0ea108f);
}
.empleo-title.empleo-activo {
    background-color: #171717;
}
.empleo-title:hover {
    background-color: #171717;
}
#empleos a {
    cursor: pointer!important;
}
.empleo-content button {
    background-color: #206779!important;
}
.empleo-content button:hover {
    background-color: #174D5B!important;
}
/**** FIN: EMPLEOS ****/
/***** CONCESIONARIOS + MAPA *****/
/***** FORMULARIOS *****/
label, input[type="checkbox"] {
    margin-bottom: 10px;
}
::placeholder {
    color: #A7A7A7;
    opacity: 1;
}
::-ms-input-placeholder {
    color: #A7A7A7;
}
[type=button], [type=submit], button {
    border-width: 0;
}
input, select {
    min-height: 52px;
}
input[type="checkbox"] {
    min-height: 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/wp-content/uploads/2024/10/formulario-flecha.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px; 
    padding-right: 30px;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #fff;
}
select, input {
    background-color: #02010100!important;
    border: 1px solid #A7A7A7!important;
    border-radius: 0!important;
    color: #A7A7A7!important;
    font-family: "Source Sans 3", Sans-serif!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    width: 100%;
}
label a {
    color: #206779!important;
    text-decoration: underline!important;
    font-weight: 600!important;
}
input[type="checkbox"] {
    accent-color: #1f6779!important;
    margin-right: 10px;
}
form.elementor-form input[type="checkbox"] {
    margin-right: 0!important;
}
form.elementor-form span.elementor-field-option {
    margin-right: 20px;
}
a.open-modal, form {
    font-family: "Source Sans 3", Sans-serif;
}
a.open-modal, form button.btn-enviar {
    letter-spacing: 2px;
}
form button.btn-enviar {
    background-color: #FFFFFF5C!important;
    border: 1px solid #fff!important;
}
form button.btn-enviar:hover {
    background-color: #206779!important;
    border-color: #206779!important;
}
button.btn-enviar.btn-omoda-enviar {
    background-color: #206779!important;
    border-color: #206779!important;
}
button.btn-enviar.btn-omoda-enviar:hover {
    background-color: #174D5B!important;
    border-color: #174D5B!important;
}
.box-text p {
    font-size: 15px;
    font-weight: 300;
}
form h2 {
    font-size: 26px;
    letter-spacing: 1px;
}
/* FORMULARIO - 3 COLUMNAS */
.form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
}
.form-group input, .form-group select {
    flex: 1 1 calc(33.333% - 10px);
    margin: 0;
}
.form-group:after {
    content: "";
    flex: 1 1 calc(33.333% - 10px);
    margin: 0;
}
/* FORMULARIO - 1 COLUMNA */
.form-columna {
    padding: 10px 5px 0 0;
    width: 33.333%;
}
/* FORMULARIO - DIV CHECKBOX */
.box-checkbox {
    margin: 50px 0;
}
.checkbox-group {
    align-items: center;
    display: flex;
    margin: 10px 0;
    justify-content: center;
}
.checkbox-group label {
    letter-spacing: 1px!important;
}
/* Div - Botones Tipo Radio */
.radio-buttons {
    display: flex;
    margin-bottom: 30px;
}
.radio-buttons input[type="radio"] {
    display: none;
}
.radio-buttons label {
    background-color: #20677900;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
    padding: 10px 18px;
}
.radio-buttons input[type="radio"]:checked + label, .radio-buttons label:hover {
    background-color: #206779;
    border: 1px solid #206779;
}
/* Div - Radios Normales */
.radio-normal {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
}
.radio-normal label {
    margin: 0 30px 0 10px;
}
.radio-normal input[type="radio"]:checked {
    accent-color: #206779!important;
}
.radio-normal input, .checkbox-group input, span.elementor-field-option input {
    width: 15px;
}
a.open-modal {
    background-color: #FFFFFF5C!important;
    border: 1px solid #fff!important;
    color: #fff;
}
/* FORMULARIO - DIV TEXTAREA */
.box-text {
    text-align: left;
    margin-top: 30px;
}
/* FORMULARIO - TÍTULOS */
form h2, form h3 {
    text-align: left!important;
    text-transform: none!important;
    font-weight: 500 !important;
}
form h3 {
    font-size: 16px;
    margin: 20px 0 0;
}
/****** FORMULARIO - PASO A PASO ******/
.form-step {
    text-align: center!important;
}
/***** FIN: FORMULARIOS *****/
/***** CONCESIONARIOS + MAPA *****/
.box-top {
    display: flex;
    gap: 10px;
}
.box-top div {
    text-align: left;
    width: 50%;
}
.ok-seleccion {
    background-color: #000000cc;
}
.ok-seleccion h2 {
    font-weight: 600;
    text-align: center;
}
/* BOTONES */
button.gm-iv-close {
    margin-top: 120px;
}
button.gm-svpc:before {
    content: url(/wp-content/uploads/2024/10/persona-map.svg)!important;
}
.gm-iv-address a {
    font-size: 11px!important;
    letter-spacing: 0!important;
}
.gm-style-mtc label {
    color: #0D0E0E;
    margin: 0 0 3px 5px;
}
.ssQIHO-checkbox-menu-item>span>span {
    background-color: #206779!important;
}
.gm-style-mtc-bbw .gm-style-mtc:first-of-type>button {
    letter-spacing: 0;
}
button.gm-control-active.gm-fullscreen-control {
    display: none;
}
/* MAPA */
#map {
    margin-top: 10px!important;
    height: 600px!important;
    width: 100%;
}
.info-window {
    max-width: 200px;
}
.info-window-lateral {
    background: #fff;
    -webkit-box-shadow: 0 0 20px 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 20px 10px rgb(0 0 0 / 3%);
    height: 100%;
    position: absolute;
    transition: .4s;
    width: 320px;
    z-index: 99;
}
.info-window-lateral .info-header, .info-window-lateral .info-content {
    text-align: left;
    padding: 20px;
}
.info-window-lateral .info-header {
    background: #206779;
    color: #fff;
}
.info-window-lateral .info-content:nth-child(even) {
    background-color: #f9f9f9;
}
a.btn-limpiar {
    color: #206779;
    font-size: 12px;
    letter-spacing: 0;
    opacity: 0;
}
a.btn-limpiar, button.btn-mostrar {
    display: none;
}
a.btn-limpiar, a.btn-limpiar.activar {
    transition: .4s;
}
a.btn-limpiar.activar, button.btn-mostrar.activar {
    display: block!important;
    opacity: 1!important;
}
button.btn-mostrar {
    font-weight: 500;
    margin: 30px auto 0;
}
.info-content button.btn-mostrar {
    font-size: 14px;
    margin: 20px 0 0!important;
    padding: 5px 10px!important;
    letter-spacing: 0!important;
}
div#loading-screen {
    background-color: #000000cc;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    transition: opacity 1s ease-out;
    width: 100%;
    z-index: 99999;
}
div#loading-screen .box-loading {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
}
div#loading-screen .box-loading h2 {
    font-weight: 600!important;
}
#loading-screen.hidden {
    opacity: 0;
    visibility: hidden;
}
.box-loading img {
    margin-bottom: 20px;
}
.info-content, .gmnoprint.gm-style-mtc-bbw button, .info-content {
    font-family: "Source Sans 3", Sans-serif!important;
    letter-spacing: 0!important;
}
/* CERRAR MÓVIL */
.cerrar-info-window-lateral.movil {
    display: none;
}
/* TIPOGRAFÍAS */
.info-window p, .info-window h2, .info-window-lateral .info-content h2, .info-window-lateral .info-content {
    color: #0D0E0E;
}
.info-window-lateral h2 {
    letter-spacing: 0;
}
.info-window-lateral .info-header h2 {
    font-size: 18px;
    margin: 0;
}
.info-window-lateral .info-content h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.info-window-lateral .info-content p {
    font-size: 15px;
    margin-bottom: 10px;
}
.info-content p:last-child {
    margin-bottom: 0!important;
}
/***** FIN: CONCESIONARIOS *****/
/***** TEST DRIVE - PASO A PASO *****/
/* TEXTO */
p.text-descriptivo {
    font-size: 20px!important;
    font-weight: 600!important;
    line-height: 1.2em;
    text-align: center;
}
a.btn-seleccionar-concesionario {
    background-color: #1f6779;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    padding: 5px 10px;
    opacity: 0.5;
}
a.btn-seleccionar-concesionario:hover, a.btn-seleccionar-concesionario.btn-seleccionado {
    opacity: 1!important;
}
.info-content {
    font-weight: 300;
}
/* TOP BAR */
.progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0 70px;
}
.step {
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    height: 50px;
    justify-content: center;
    width: 50px;
}
.step.active {
    background-color: #ffffffc2;
    border-color: #3330;
    color: #5A5A5A;
    outline: 10px solid rgb(255 255 255 / 30%);
    font-weight: 600;
}
.line {
    background-color: #fff;
    height: 1px;
    margin: 0 20px;
    width: 120px;
}
.toggle-buttons {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.toggle-buttons label {
    background-color: #006a72;
    border: none;
    border-radius: 0!important;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 5px;
}
.toggle-buttons input[type="radio"] {
    display: none;
}
.toggle-buttons input[type="radio"]:checked + span {
    background-color: #0a8e9b;
}
.form-step {
    display: none;
    text-align: left;
}
.form-step.active {
    display: block;
}
/* RADIO */
.radio-container {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 10px;
}
.radio-container input[type="radio"] {
    display: none;
}
.radio-container label {
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.radio-container input[type="radio"]:checked + label, .radio-container label:hover {
    opacity: 1;
}
/* BOTON */
form#test-drive-form button[type="submit"], button.next-button, button.prev-button {
    background-color: #206779!important;
    border: none;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    margin-top: 30px;
}
button.prev-button {
    border: none;
    color: #fff;
    opacity: 0.4;
    margin-top: 70px;
}
button.prev-button:hover {
    opacity: 1;
}
button.prev-button, button.next-button {
    background-color: #206779!important;
    border-color: #206779!important;
}
/* PASO 2 */
.form-step .box-top {
    margin-top: 60px;
}
div#step-2 .info-content {
    padding-bottom: 35px;
}
div#step-2 .info-content p:last-child {
    margin-top: -15px;
}
/* PASO 3 */
.box-step3, div#step-3 .toggle-buttons {
    margin-top: 50px;
}
div#step-3 .toggle-buttons {
    justify-content: flex-start!important;
}
div#step-3 .toggle-buttons label {
    margin: 0 10px 0 0!important;
}
.box-step3, .box-step3 p.text-descriptivo, p.text-obligatorio {
    text-align: left!important;
}
p.text-obligatorio {
    font-size: 15px;
}
/***** FIN: CONCESIONARIOS *****/
/*** RESPONSIVE ***/
@media only screen and (min-width: 1580px) {
	/* BANNER PRINICIAL HOME */
	.img-auto5 {
		margin-top: 2%;
		margin-left: -6%;
	}
	.text-animado {
		margin-top: -4%;
	}
}
@media only screen and (min-width: 600px) {
    /* PESTAÑA */
    .tab-cont .elementor-widget-container {
        min-height: 100px;
    }
	/* FOOTER */
    footer li ul.sub-menu {
        margin-left: -10px;
    }
}
@media only screen and (max-width: 1024px) {
    .item h2 {
        font-size: 26px;
    }
    /* BANNER TITULO */
    span.titulo-banner-jaecoo {
        font-size: 40px!important;
    }
    /* TEST DRIVE - PASO A PASO */
    p.text-descriptivo {
        font-size: 16px!important;
    }
}
@media only screen and (max-width: 690px) {
    /* HEADER */
    #elementor-popup-modal-3606 {
        z-index: 99999;
    }
    .menu-fill path {
        fill: #575757;
    }
    /* MENÚ ARROW COLOR */
    .menu-fill a:hover path, .menu-fill a.elementor-item-active path, .menu-fill a.highlighted path {
        fill: #fff;
    }
    /* BANNER */
    .titulo-banner-jaecoo {
        font-size: 32px!important;
    }
    .img-auto-1 {
        position: relative!important;
    }
    /* FILTRO COLOR AUTOS */
    .jet-color-image-list__image {
        height: 18px!important;
        width: 18px!important;
    }
    .jet-color-image-list__row.jet-filter-row {
        margin-bottom: 0!important;
    }
    /* CARRUSEL NOTICIAS */
    ul.jet-slick-dots li {
			  height: 2px!important;
        width: 35px!important;
    }
	.mas-noticias ul.jet-slick-dots {
        margin-top: 30px!important;
    }
    .mas-noticias ul.jet-slick-dots li {
        height: 2px!important;
        width: 35px!important;
    }
	/* BANNER TITULO */
    span.titulo-banner-jaecoo {
        font-size: 31px!important;
    }
    .jet-listing-grid__slider .jet-slick-dots li {
        margin-top: -40px!important;
    }
    /* 4 CARRUSEL HOVER */
    #carrusel-3-columnas .owl-item .item, #carrusel-3-columnas .owl-item.active.center .content-carrusel, #carrusel-3-columnas .owl-item .content-carrusel {
        transition: .4s;
    }
    #carrusel-3-columnas .owl-item.active.center .item {
        filter: grayscale(0);
        transition: .4s;
    }
    #carrusel-3-columnas .owl-item .content-carrusel {
        opacity: 0;
    }
    #carrusel-3-columnas .owl-item.active.center .content-carrusel {
        opacity: 1;
        transition: .4s;
    }
    #carrusel-3-columnas .item {
        align-items: center;
        color: #fff!important;
        cursor: pointer;
        display: flex;
        height: 415px;
        flex-direction: column;
        justify-content: flex-end;
    }
    .content-carrusel {
        padding: 0 10px;
        min-height: 150px;
        z-index: 99;
    }
    .item h2 {
        font-size: 16px;
        margin: 0 0 -15px 5px!important;
    }
    .item p {
        font-size: 12px;
    }
    img.subrayado {
        margin-bottom: 10px;
    }
    .tab-cont .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
        order: initial!important;
    }
    .tab-cont button.e-n-tab-title {
        padding: 5px!important;
        width: 33%!important;
        margin: 0!important;
    }
    .tab-cont .e-n-tabs-heading {
        display: flex!important;
    }
    .box-historia .text-1 {
        margin-bottom: 20px!important;
    }
    .grid-4-omoda5 .item h2 {
        line-height: 1em!important;
        padding-bottom: 8px!important;
        margin: 0 0 10px 0!important;
    }
    /* FORMULARIO SUSCRIPCIÓN */
    form .elementor-field-type-submit {
        margin: auto;
        width: auto!important;
    }
    /* FOOTER */
    .footer-info ul li {
        width: 50%;
    }
    .footer-info a.elementor-item {
        margin-left: 0!important;
    }
    .footer-redes .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.facebook-footer ul {
        left: -140px!important;
        top: -30px!important;
    }
    .footer-redes .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.instagram-footer ul {
        left: 50px!important;
        top: -30px!important;
    }
    /* EMPLEOS */
    #empleos {
        display: block;
    }
    .titulos-empleos, .empleo-container {
        width: 100%;
    }
    .empleo-content {
        padding-top: 0;
    }
    .empleo-container {
        border-left-width: 0;
        padding: 20px 20px 30px;
    }
    .empleo-container .banner-nosotros {
        display: none;
	}
	.contenido_del_empleo ul {
        margin-left: 0px;
    }
	/* FORMULARIO */
    input, select, textarea {
        font-size: 14px!important;
    }
    form h2 {
        font-size: 16px;
    }
    .checkbox-group {
        align-items: flex-start!important;
    }
    .contacto-adjunto {
        margin-top: -15px;
        padding: 0 0 20px!important;
    }
    .checkbox-group label {
        text-align: left;
        margin-top: -2px;
    }
    button.btn-enviar {
        margin-top: 0;
    }
    /* FORM - 3 COLUMNAS */
    .form-group input, .form-group select {
        flex: 1 1 calc(100% - 10px)!important;
    }
    /* FORM - 1 COLUMNA */
    .form-columna {
        padding: 10px 0 0 0!important;
        width: 100%!important;
    }
    /* BOX CHECKBOX */
    .box-checkbox {
        margin: 30px 0!important;
    }
    .radio-buttons {
        margin-bottom: 0px!important;
    }
    .radio-normal {
        margin-bottom: 10px!important;
    }
    /* BOX - TEXTAREA */
    .box-text {
        margin-top: 20px!important;
    }
    textarea {
        max-height: 120px!important;
    }
    /* CONCESIONARIOS + MAPA */
    .box-top {
        flex-wrap: wrap!important;
    }
    .box-top div {
        width: 100%!important;
    }
    .box-top div:last-child {
        margin-top: 10px!important;
    }
    #map {
        height: 430px!important;
    }
    button.gm-svpc {
        display: none!important;
    }
    .info-window-lateral {
        overflow: scroll!important;
        width: 270px!important;
    }
    .info-window-lateral .info-header {
        padding: 20px 15px 20px 10px!important;
    }
    .info-header h2 {
        align-content: center!important;
        display: flex!important;
        justify-content: space-between!important;
        font-size: 16px!important;
    }
    .info-window-lateral .info-content h2 {
        font-size: 15px!important;
    }
    .info-content p {
        font-size: 14px!important;
    }
    .info-content p strong {
        display: block!important;
        margin-bottom: 5px!important;
    }
    .cerrar-info-window-lateral {
        display: none!important;
    }
    .cerrar-info-window-lateral.movil {
        display: flex!important;
        width: 15px!important;
        height: 15px!important;
        margin-top: 2px!important;
    }
    /* TEST DRIVE - PASO A PASO */
    .progress-bar {
        margin: 60px 0 70px!important;
    }
    .step {
        height: 40px!important;
        width: 40px!important;
    }
    .line {
        width: 45px!important;
    }
    p.text-descriptivo {
        font-size: 15px!important;
    }
    p.text-descriptivo.sub-text {
        margin: auto!important;
        max-width: 300px!important;
    }
    .radio-container {
        margin-top: 50px!important;
    }
    .ok-seleccion img {
        max-width: 80px!important;
    }
    form#test-drive-form button[type="submit"], button.next-button, button.prev-button {
        margin-top: 20px!important;
    }
}
/*** FIN: RESPONSIVE ***/