/*
Theme Name: Volkswagen
Description: Tema personalizado para Volkswagen Gilauto
Theme URI: https://gilauto.com/volkswagen/
Author: Javier Parejo
Template: salient
Version: 1.0
*/

/* Font */

h1, h2, h3, h4, h5, h6, p, a, label, strong, b, button {
	font-family: 'VW Head' !important;
}

/* Header */

body #header-outer[data-transparent-header="true"][data-remove-border="true"] {
	border-bottom: 1px solid rgb(255, 255, 255) !important;
}

body #header-outer.dark-slide[data-transparent-header="true"][data-remove-border="true"] {
	border-bottom: 1px solid rgb(0, 30, 80) !important;
}

#header-outer.small-nav #logo {
	height: 30px;
    opacity: 0;
	-webkit-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
}


/* Menu */

#slide-out-widget-area-bg {
    opacity: 1 !important;
	background: radial-gradient(circle at 0% 0%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%) !important;
}

#slide-out-widget-area .off-canvas-menu-container .menu li.menu-item {
	text-align: left;
}

#slide-out-widget-area .off-canvas-menu-container .menu li.menu-item a {
	font-weight: 300 !important;
}


/* Cabecera */

#cabecera .hover-wrap-inner,
#cabecera .nectar_video_player_self_hosted {
	position: relative;
    float: left;
    width: 100%;
    height: 70vh;
	margin-bottom: 0px;
    overflow: hidden;
}

#cabecera.video .nectar_video_player_self_hosted {
    height: 100vh;
}

#cabecera .nectar_video_player_self_hosted .wpb_wrapper {
	height: 100%;
}

#cabecera .nectar_video_player_self_hosted .wpb_wrapper .wpb_video_wrapper {
	height: 100%;
    padding: 0 !important;
}

#cabecera .hover-wrap-inner .imagen,
#cabecera .nectar_video_player_self_hosted video {
	position: absolute;
	width: 100%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#cabecera .texto {
	position: relative;
	float: left;
	width: 50%;
	padding: 1.5% 8% 4% 8%;
	background: radial-gradient(circle at 0% 0%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%);
}

#cabecera .texto.noimg {
	width: 100%;
	padding: 14% 8% 6% 8%;
}

#cabecera .texto h1 {
	line-height: 4.25vw;
	margin-bottom: 0px;
	font-size: 3.75vw;
	font-weight: 300;
}

#cabecera .texto h3 {
	line-height: 2.75vw;
	font-size: 2vw;
	margin-bottom: 20px;
}

#cabecera .textoalt {
	position: relative;
    float: left;
    width: 100%;
    padding: 2% 8% 2% 8%;
    border-bottom: 2px solid #dfe4e8;
}

#cabecera.video .textoalt {
	position: absolute;
    bottom: 0;
    margin-bottom: 5%;
    border-bottom: 1px solid rgb(255, 255, 255);
}

#cabecera .textoalt h1 {
	position: relative;
    float: left;
    width: auto;
    margin: 0px;
    font-weight: 300;
    line-height: 70px;
}

#cabecera.video .textoalt h1 {
	color: rgb(255, 255, 255);
}

#cabecera .textoalt a {
	position: relative;
    float: right;
    width: auto;
    line-height: 50px;
    margin: 10px 0px;
    padding: 0px 20px;
    font-weight: 600;
    color: rgb(0, 30, 80);
    border: 1px solid rgb(0, 30, 80);
    border-radius: 25px;
}

#cabecera.video .textoalt a {
    color: rgb(0, 30, 80);
	background-color: rgb(255, 255, 255);
    border: none;
}

#cabecera.video .textoalt a:hover {
	background-color: #4cc7f4;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
}


/* Titulos */

#titulo .texto h2,
#info .texto h2 {
	position: relative;
	float: left;
	width: 100%;
	line-height: 3vw;
	margin: 40px 0px;
	font-size: 2.4vw;
	font-weight: 300;
}

#titulo .texto p {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	line-height: 1.75vw;
	font-size: 1vw;
	padding-bottom: 0px;
}

/* Info */

#info .texto,
#info .img-with-aniamtion-wrap,
#info .toggles.accordion {
	position: relative;
	float: left;
	width: 100%;
}

#info .texto h3 {
	position: relative;
	float: left;
	width: 100%;
	line-height: 2vw;
	margin: 30px 0px;
	font-size: 1.65vw;
	font-weight: 300;
}

#info .texto p,
#info .texto a {
	position: relative;
	float: left;
	width: auto;
	display: block;
	line-height: 1.75vw;
	font-size: 1vw;
	padding-bottom: 0px;
}

#info .texto p.pretitle {
	width: 100%;
	font-weight: 600;
}

#info .texto a {
	margin-top: 30px;
	font-weight: 600;
	color: rgb(0, 30, 80);
	border-bottom: 1px solid rgb(0, 30, 80);
	clear: both;
}

#info .texto a.nomargin {
	margin-top: 0px;
}

#info .texto.nomargin h2,
#info .texto.nomargin h3 {
	margin: 0px 0px 20px 0px;
}

#info .texto.middle {
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#info .toggles.accordion a {
	font-size: 1.15vw;
	font-weight: 500;
}

#info .toggles.accordion p {
	font-size: 0.8vw;
}

#info .texto ul,
#desplegable .inner-toggle-wrap ul {
	position: relative;
    float: left;
    width: 95%;
    margin: 40px 0px 0px 5%;
}

#desplegable .inner-toggle-wrap ul {
    margin: 0px 0px 0px 5%;
  	padding-bottom: 30px;
}

#info .texto ul li,
#desplegable .inner-toggle-wrap ul li {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	line-height: 2.5vw;
	font-size: 0.95vw;
	font-weight: 500;
	padding-bottom: 0px;
	padding-left: 40px;
}


#info .texto ul li:before,
#desplegable .inner-toggle-wrap ul li:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	left: 0px;
	top: 50%;
	background-color: rgb(0, 30, 80);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* Info fondo color */

#info.colored .row-bg-wrap:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 85%;
    top: 50%;
    background: linear-gradient(315deg, rgb(0, 67, 122) 0%, rgb(0, 55, 108) 52.11%, rgb(0, 30, 80) 100%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#info.colored .column_container .vc_column-inner,
#info.colored .column_container .vc_column-inner .wpb_wrapper{
	height: 100%;	
}

#info.colored .texto a {
	color: rgb(0, 176, 240);
	border-bottom: 1px solid rgb(0, 176, 240);
}



/* Desplegable */

#desplegable div[data-style="minimal"] .toggle {
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

#desplegable .toggle h3 a {
	line-height: 2vw;
	font-size: 1.5vw;
	font-weight: 600;
    color: rgb(0, 0, 0);
}

#desplegable .toggle.open h3 a {
    color: rgb(0, 30, 80);
}

#desplegable .toggle p {
	font-size: 1vw;
}


/* Form */

#form .nectar-shape-divider-wrap {
	background: linear-gradient(315deg, rgb(0, 67, 122) 0%, rgb(0, 55, 108) 52.11%, rgb(0, 30, 80) 100%);
}

#form .nectar-shape-divider-wrap .nectar-shape-divider {
	display: none;
}

#form .texto,
#form .contact {
	position: relative;
	float: left;
	width: 100%;
}

#form .texto h3 {
	position: relative;
	float: left;
	width: 100%;
	line-height: 3vw;
	margin: 20px 0px;
	font-size: 2.4vw;
	font-weight: 300;
}

#form .texto p {
	float: left;
	line-height: 1.75vw;
	font-size: 1vw;
	padding-bottom: 0px;
}

#form .texto p.pretitle {
	font-weight: 600;
}

#form .contact {
	margin-top: 60px;
	padding: 60px 40px;
	background-color: rgb(255, 255, 255);
    border: 1px solid rgb(223, 228, 232);
}

#form .contact form {
	position: relative;
	float: left;
	width: 100%;
}

#form .contact form .wpcf7-form-control-wrap {
	position: relative;
	float: left;
    width: 33.33%;
	height: auto;
	padding: 20px 1.5%;
}

#form .contact form input,
#form .contact form select,
#form .contact form textarea {
	position: relative;
	float: left;
    width: 100%;
	/*width: 23%;*/
	height: 45px;
    padding: 10px 0px !important;
	margin: 0;
    font-family: 'VW Head' !important;
	font-size: 0.85vw;
    border-bottom: 1px solid rgb(106, 118, 125) !important;
	border-radius: 0px;
    background: transparent;
    color: rgb(0, 30, 80);
    outline: 0px !important;
}

#form .contact.compliance form input,
#form .contact.compliance form select,
#form .contact.compliance form textarea {
    width: 23%;
}

#form.general form input,
#form.general form select {
	width: 23%;
}

#form .contact p.anonimo {
	position: relative;
	float: left;
	width: 100%;
}

#form .contact p.anonimo select {
	position: relative;
	float: left;
	width: 50%;
}

#form .contact form textarea {
	width: 98%;
	height: 100px;
	margin: 40px 1%;
}

#form .contact.compliance form textarea {
	width: 73%;
}

#form .contact form input.oculto {
	display: none;
}

#form .contact form input::-webkit-input-placeholder,
#form .contact form textarea::-webkit-input-placeholder {
	color: rgb(0, 30, 80) !important;
}

#form .contact form input::-moz-placeholder,
#form .contact form textarea::-moz-placeholder {
	color: rgb(0, 30, 80) !important;
}

#form .contact form input:-ms-input-placeholder,
#form .contact form textarea:-ms-input-placeholder {
	color: rgb(0, 30, 80) !important;
}

#form .contact form input.enviar {
	width: 30.33%;
    height: 45px;
    line-height: 45px;
    padding: 0 !important;
    margin: 20px 1.5%;
    font-size: 16px;
    background: rgb(0, 30, 80);
    color: rgb(255, 255, 255);
    border-radius: 500px !important;
}

#form .contact.compliance form input.enviar {
	width: 23%;
    margin-top: 95px;
}

#form .contact form .wpcf7-form-control:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

#form .contact form .wpcf7-spinner {
	display: none;
}

#form .contact.compra {
    margin-top: 0px;
    padding: 0px;
    background-color: transparent;
    border: none;
}

#form .contact.compra form .wpcf7-form-control-wrap {
	position: relative;
    float: left;
    width: 46%;
	margin: 10px 2%;
}

#form .contact.compra form .wpcf7-form-control-wrap[data-name="imagenes"] {
    width: 96%;
    margin: 40px 2% 0px 2%;
}

#form .contact.compra form input,
#form .contact.compra form select {
	width: 100%;
	margin: 0px;
}

#form .contact.compra form input.enviar {
	width: 40%;
    margin: 40px 30% 0px 30%;
}


/* Formulario citas */

.mainform .container.main-content {
	position: absolute;
    max-width: 100%;
    min-height: 100%;
    background: radial-gradient(circle at 0% 0%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%);
}

#form.citas .contact {
	width: 60%;
	margin: 0px 20%;
	background-color: transparent;
    border: none;
}

#form.citas .contact form p {
	position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

#form.citas .contact form p.campo {
    width: 50%;
}

#form.citas .contact form p label {
	position: relative;
    float: left;
    width: 100%;
    height: 45px;
    padding: 0px;
    margin: 0px 0px 40px 0px;
    font-family: 'VW Head' !important;
    font-size: 2vw;
    font-weight: 300;
    color: rgb(255, 255, 255);
}

#form.citas .contact form input,
#form.citas .contact form select {
	width: 98%;
	font-size: 1vw;
	border-bottom: 1px solid rgb(255, 255, 255) !important;
    color: rgb(255, 255, 255);
}

#form.citas .contact form [data-class="wpcf7cf_group"] a {
	position: relative;
    float: left;
    width: auto;
    height: 45px;
    line-height: 45px;
    padding: 0px 30px;
    margin-left: 100px;
    background-color: rgb(255,255,255);
    border-radius: 50px;
}

#form.citas .contact form .cf7mls-btns {
	position: relative;
    float: left;
    width: 100%;
    height: auto;
    min-height: 0px;
    padding: 0px;
    margin: 0px;
}

#form.citas .contact form button.action-button  {
	position: relative;
    float: left;
    height: 40px;
    line-height: 30px;
    padding: 0px 60px 0px 40px;
    margin: 60px 0px 0px 0px;
    font-family: 'VW Head' !important;
    font-size: 0.75vw;
    font-weight: 500;
	background-color: transparent;
	border: 2px solid rgb(255, 255, 255);
    border-radius: 50px !important;
}

#form.citas .contact form button.cf7mls_back.action-button {
	padding: 0px 40px 0px 60px;	
}

#form.citas .contact form button.action-button:before {
	content: "";
    position: absolute;
    width: 15px;
    height: 14px;
    left: 70%;
    top: 50%;
    margin-top: -7px;
    font-family: "linea-arrows-10" !important;
    font-size: 20px;
    background: url(http://paginawebgranada.es/gilauto/wp-content/uploads/2022/04/volkswagen-gilauto-granada-arrow-right.png) no-repeat center center;
    background-size: 100%;
}

#form.citas .contact form button.cf7mls_back.action-button:before {
	left: 30%;
    margin-left: -15px;
    background: url(http://paginawebgranada.es/gilauto/wp-content/uploads/2022/04/volkswagen-gilauto-granada-arrow-right.png) no-repeat center center;
    background-size: 100%;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#form .wpcf7-response-output {
	position: relative;
    float: left;
    width: 100%;
    font-weight: 600;
    color: rgb(0, 30, 80);
    border: none;
}


/* Modelos */

.page-template-modelos #ajax-content-wrap > .container-wrap {
	padding-top: 0;
}

.page-template-modelos #modelos {
	padding-top: 5%;
	padding-bottom: 0;
	display: flex;
  	flex-wrap: wrap;
}

.page-template-modelos #modelos h1,
.page-template-modelos #modelos h2.sub {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 1.5%;
	margin: 40px 0 80px 0;
    font-weight: 200;
    font-size: 48px;
	color: rgb(0, 14, 38);
}

.page-template-modelos #modelos h1.alt {
	margin-bottom: 40px;
}

.page-template-modelos #modelos h2.sub {
	margin: 0 0 40px 0;
    font-size: 28px;
	font-weight: 500;
}

.page-template-modelos #modelos .modelo {
	position: relative;
	float: left;
	width: 22%;
	margin: 0 1.5%;
}

.page-template-modelos #modelos .modelo a {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 50px 0;
}

/* .page-template-modelos #modelos .modelo a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40%;
	background-color: rgb(233, 233, 233);
} */

.page-template-modelos #modelos .modelo a .bgcolor {
	position: absolute;
	left: 0;
	top: 0 !important;
	width: 100%;
	height: 160px;
	background-color: rgb(233, 233, 233);
}

.page-template-modelos #modelos .modelo img.vehiculo {
	position: relative;
	float: left;
	width: 120%;
	max-width: none;
	margin: 0 0 0 -10%;
}

.page-template-modelos #modelos .modelo h2 {
	position: relative;
	float: left;
	width: 100%;
	line-height: 1;
	padding: 0;
	margin: 20px 0;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.page-template-modelos #modelos .modelo .tags {
	position: relative;
	float: left;
	width: auto;
	height: 24px;
	left: 50%;
	margin: 0 0 40px 0;
	-moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page-template-modelos #modelos .modelo .tags li.tag {
	position: relative;
	display: inline-block;
	width: auto;
	height: 24px;
	line-height: 24px;
	top: 0 !important;
	padding: 0 10px;
	margin: 0 2.5px;
	font-size: 13px;
	font-weight: 500;
	color: rgb(60, 72, 77);
    background-color: rgb(255, 209, 0);
	list-style: none;
}

.page-template-modelos #modelos .modelo .tags li.tag.new {
	background-color: rgb(0, 230, 230);
}

.page-template-modelos #modelos .modelo .tags li.tag span {
	position: relative;
	float: left;
	margin: 0 5px 0 0;
	top: 5px !important;
	font-size: 15px;
}

.page-template-modelos #modelos .modelo h4 {
	position: relative;
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	margin: 0 25%;
	font-size: 16px;
	text-align: center;
	color: rgb(255, 255, 255);
    background: rgb(0, 30, 80);
	border-radius: 25px;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.page-template-modelos #modelos .modelo h4:hover {
    background: rgb(0, 64, 197);
}

.page-template-modelos #modelos .modelo a * {
	top: 0;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.page-template-modelos #modelos .modelo:hover a * {
	top: -40px;
}

.page-template-modelos #modelos .modelo:hover h4 {
	opacity: 1;
}


/* Filtro modelos */

#todos {
	max-height: 0px;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#todos .wpb_text_column {
	text-align: center;
}

#todos .wpb_text_column p {
	position: relative;
	display: inline-block;
    width: auto;
    margin-bottom: 50px;
}

#todos .wpb_text_column p:hover {
	cursor: pointer;
}

.modelos #cars .models-block .model {
	position: absolute;
	width: 25%;
	padding: 0px 20px;
}

#filtros .wpb_column .wpb_text_column {
	position: relative;
	float: left;
	width: auto;
	margin-right: 20px;
}

#filtros .wpb_column .wpb_text_column h3 {
	position: relative;
	float: left;
	width: auto;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    cursor: pointer;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(0, 30, 80);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(194, 202, 207);
}

#filtros .wpb_column .wpb_text_column h3.select {
	color: rgb(0, 64, 197);
    border: 2px solid rgb(0, 64, 197);
}

#filtros .wpb_column .wpb_text_column h3 span {
	position: relative;
    float: left;
    width: auto;
    line-height: 40px;
    margin-right: 5px;
    font-size: 20px;
}

#resultados p .dest {
	font-weight: bolder;
}


/* Botones flotantes */

#flotantes {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99999;
}

#flotantes .wpb_wrapper {
    position: relative;
    float: left;
    width: 100%;
}

#flotantes .boton {
   	position: relative;
    float: right;
    right: 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    padding: 0px;
	margin-top: 15px;
    margin-bottom: 0px;
	border-radius: 32px !important;
	clear: both;
	box-shadow: none !important;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
	opacity: 1;
	-webkit-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
}

#flotantes:hover .boton {
	width: 215px;
    padding: 0px 20px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	overflow: hidden;
}

#flotantes .boton > span {
	position: relative;
    float: right;
	width: 0px;
	right: 0px;
	font-size: 16px;
	font-weight: 500;
	opacity: 0;
	-ms-transform: none;
    -webkit-transform: none;
	transform: none;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#flotantes:hover .boton > span {
    width: 130px;
	opacity: 1;
	-webkit-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
}

#flotantes .boton i {
	position: relative;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 12px;
    left: 12px;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
	-webkit-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
}

#flotantes:hover .boton i {
    left: 0px;
	-ms-transform: none;
    -webkit-transform: none;
	transform: none;
	-webkit-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
}

#flotantes #whatsapp i,
#flotantes #taller i {
	font-size: 26px;
}

/*#flotantes:hover #whatsapp {
	width: 150px;
	right: 220px;
    padding-right: 0px;
}

#flotantes:hover #whatsapp span {
	width: 85px;
}*/

#flotantes #taller {
	position: absolute;
    top: auto;
    bottom: 0px;
}

/*#flotantes #taller span {
	width: 100%;
    text-align: center;
}*/
	
	
/* Footer */

.nectar-global-section #f_menu #menu-footer {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
}

.nectar-global-section #f_menu #menu-footer li.menu-item {
    position: relative;
    float: none;
    display: inline-block;
    width: auto;
    margin: 0 20px;
    color: #001e50;
    list-style: none;
}

.nectar-global-section #f_google.gilauto,
.nectar-global-section #f_google.audi,
.audi .nectar-global-section #f_google.volkswagen {
	display: none;
}

.home .nectar-global-section #f_google.gilauto,
.audi .nectar-global-section #f_google.audi {
	display: block;
}

.nectar-global-section #f_google .wp-gr {
	padding: 0 !important;
}

.nectar-global-section #f_google .wp-gr.wpac .wp-google-name a span,
.nectar-global-section #f_google .wp-gr .wp-google-powered {
	font-family: 'VW Head' !important;
}

/*.nectar-global-section #f_google .wp-gr .wp-google-powered {
	color: #ffffff !important;
}*/

#footer-outer #footer-widgets .wp-block-columns .wp-block-column p {
	padding: 0;
	font-size: 16px;
	font-weight: 800;
}

#footer-outer #footer-widgets .widget_media_gallery {
	position: relative;
    float: left;
    width: 20%;
    margin: 0px 40% 15px 40%;
}

#footer-outer #footer-widgets .widget_media_gallery .wp-block-gallery {
	display: block;
}

#footer-outer #footer-widgets .widget_media_gallery .wp-block-image {
	position: relative;
    float: left;
    width: 35% !important;
    margin: 0px 7.5%;
}

#footer-outer #footer-widgets .widget_media_gallery .wp-block-image img {
	object-fit: contain;
}

#footer-outer {
	z-index: 9;
}


/* Ocultar ReCaptcha */

.grecaptcha-badge {
    visibility: collapse !important;  
}


/*--------------------------- Listado productos --------------------------- */

#digital {
	z-index: 4;
}

#digital .products .product {
	margin-bottom: 5%;
}

#digital .products .product .product-info,
.woocommerce .related.products .products .product .product-info {
	position: relative;
    float: left;
    width: 100%;
    padding: 20px 30px 30px 30px;
    background-color: #f8f8f8;
}

#digital .products .product .product-add-to-cart,
.woocommerce .related.products .products .product .product-add-to-cart {
	display: none;
}

#digital .products .product h2,
.woocommerce .related.products .products .product h2 {
	margin: 0px;
	font-weight: 600;
	color: rgb(0, 30, 80);
}

#digital .products .product h3.product_subtitle,
.woocommerce .related.products .products .product h3.product_subtitle {
	margin: 0px;
    padding-top: 0px;
    font-size: 16px;
}

#digital .products .product .price .amount,
.woocommerce .related.products .products .product .price .amount {
	font-family: 'VW Head' !important;
}

#digital .products .product .price .amount,
#digital .products .product_cat-vehiculo h3.precio_oferta,
.woocommerce .related.products .products .product_cat-vehiculo h3.precio_oferta,
.woocommerce .related.products .products .product .price .amount {
	position: relative;
	float: left;
	width: 100%;
	margin: 5px 0px;
    padding: 0px;
	font-size: 22px;
	font-weight: 600;
	color: rgb(76 199 244);
}

#digital .products .product_cat-vehiculo h3.precio_oferta.promo,
.woocommerce .related.products .products .product_cat-vehiculo h3.precio_oferta.promo {
	width: auto;
}

#digital .products .product_cat-vehiculo h3.precio_oferta.promo,
.woocommerce .related.products .products .product_cat-vehiculo h3.precio_oferta.promo {
	margin-right: 20px;
}

#digital .products .product_cat-vehiculo h3.precio_oferta.ini,
.woocommerce .related.products .products .product_cat-vehiculo h3.precio_oferta.ini {
	position: relative;
	float: left;
	width: 100%;
	font-size: 22px;
	font-weight: 300;
	color: rgb(140 140 140);
}

#digital .products .product .price .amount,
.woocommerce .related.products .products .product .price .amount {
	width: auto;
	margin: 10px 0px 0px 0px;
}

#digital .products .product .price del .amount,
.woocommerce .related.products .products .product .price del .amount {
	width: auto;
	margin: 10px 15px 0px 0px;
}

#digital .products .product .price del .amount,
#digital .products .product_cat-vehiculo h3.precio_oferta .cant,
.woocommerce .related.products .products .product_cat-vehiculo h3.precio_oferta .cant,
.woocommerce .related.products .products .product .price del .amount {
	text-decoration: line-through;
}

#digital .products .product_cat-vehiculo h3.precio_oferta .iva,
.woocommerce .related.products .products .product_cat-vehiculo h3.precio_oferta .iva,
#digital .products .product .price .woocommerce-price-suffix {
	font-size: 12px;
    padding-left: 10px;
}

#digital .products .product_cat-vehiculo h3.precio_oferta .ofert,
.woocommerce .related.products .products .product_cat-vehiculo h3.precio_oferta .ofert {
	font-size: 10px;
}

#digital .products .product_cat-vehiculo h3.precio_oferta.ini .iva,
.woocommerce .related.products .products .product_cat-vehiculo h3.precio_oferta.ini .iva {
	padding-left: 5px;
	font-size: 10px;
}

#digital .products .product_cat-vehiculo h3.cuota,
.woocommerce .related.products .products .product_cat-vehiculo h3.cuota {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0px;
    padding: 0px;
	font-size: 20px;
	font-weight: 700;
	color: rgb(140 140 140);
}

#digital .products .product_cat-vehiculo h3.cuota .pre,
.woocommerce .related.products .products .product_cat-vehiculo h3.cuota .pre {
	margin-right: 5px;
	font-size: 16px;
	font-weight: 500;
}

#digital .products .product_cat-vehiculo img.distintivo,
.woocommerce .related.products .products .product_cat-vehiculo img.distintivo {
	position: relative;
    float: left;
    width: auto;
    height: 35px;
    margin: 15px 10px 0px 0px;
    clear: both;
}

#digital .products .product_cat-vehiculo p.info_des,
.woocommerce .related.products .products .product_cat-vehiculo p.info_des {
	position: relative;
    float: left;
    width: auto;
    height: 35px;
    line-height: 35px;
    padding: 0px 15px 0px 0px;
    margin: 15px 0px 0px 0px;
    font-weight: 500;
    font-size: 13px;
    color: #000;
	/*background-color: #eaeaea;*/
}

#digital .products .product_cat-vehiculo a.more,
.woocommerce .products .product_cat-accesorios a.more,
.woocommerce .related.products .products .product_cat-vehiculo a.more  {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    background-color: #4cc8f5;
}


#digital .products .product .price,
.woocommerce .related.products .products .product .price {
	position: relative;
    float: left;
    line-height: 30px;
}

#digital .products .product .price del,
.woocommerce .related.products .products .product .price del,
#digital .products .product .price ins,
.woocommerce .related.products .products .product .price ins,
#digital .products .product .price .woocommerce-price-suffix,
.woocommerce .related.products .products .product .price .woocommerce-price-suffix {
	position: relative;
	float: left;
}

#digital .products .product .price del .amount,
.woocommerce .related.products .products .product .price del .amount {
	width: 100%;
	font-size: 16px;
/*	font-weight: 300;*/
	color: rgb(140 140 140);
}

#digital .products .product .price .woocommerce-price-suffix,
.woocommerce .related.products .products .product .price .woocommerce-price-suffix {
	line-height: 30px;
	margin-top: 10px;
	color: rgb(76 199 244);
}

#digital .products .product.promocion {
    border: 15px solid #234e8a;
}

#digital .products .product.promocion p.btq {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 18px;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #234e8a;
    z-index: 80;
}


/*--------------------------- Filtros vehiculos --------------------------- */

#filtro {
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0px 80px 0px;
	z-index: 99;
}

#filtro .yith-wcan-filters .select-design {
	position: relative;
    float: left;
    width: 13.66%;
    margin: 0px 1.5%;
}

#filtro.nuevo .yith-wcan-filters .select-design {
	position: relative;
    float: left;
    width: 17%;
    margin: 0px 1.5%;
}

#filtro.seminuevo .yith-wcan-filters .select-design {
    position: relative;
    float: left;
    width: 11.28%;
    margin: 0px 1.5%;
}

#filtro.seminuevo.cuotas .yith-wcan-filters .select-design {
    width: 9.5%;
}

#filtro .yith-wcan-filters .select-design h4 {
	margin: 0;
    font-size: 14px;
    line-height: 15px;
    height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(0 30 80);
}

#filtro .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
	border: none;
	border-bottom: 2px solid rgb(0 30 80);
    border-radius: 0px;
    padding: 8px 5px;
    box-shadow: none !important;
}

#filtro .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a,
#filtro .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a,
#filtro .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .show-more,
#filtro .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover,
#filtro .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
	color: #4cc7f4 !important;
}

#filtro .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
    border: 1px solid rgb(76 199 244);
    box-shadow: 0 0 7px 0 rgb(0 30 80 / 40%);
}

#filtro .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items {
	position: relative;
	float: left;
	width: 100%;
    max-height: none;
    margin: 0;
    overflow-y: visible;
}

#filtro .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li {
	list-style: none;
}

/*#filtro .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items {
    max-height: none;
}

#filtro .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .show-more {
    display: none !important;
}*/

/*#filtro .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label {
    font-family: 'vw_head' !important;
}*/

#filtro .yith-wcan-filters .filter-tax .dropdown-wrapper .search-field-container {
	display: none;
}


#filtro .yith-wcan-filters .filter-tax .filter-items li {
	position: relative;
    float: left;
    width: 100%;
    margin-right: 30px;
	list-style: none;
}

#filtro .yith-wcan-filters .filter-tax .filter-items li input[type="checkbox"] {
	position: relative;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0px 5px 0px 0px;
}

#filtro .yith-wcan-filters .filter-tax .filter-items li a {
	position: relative;
	float: left;
	font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #001e50;
}


/*--------------------------- Pagina producto --------------------------- */

.woocommerce .nectar-social.woo {
	display: none !important;
}

.woocommerce #header-outer {
	border-bottom: 1px solid rgb(0, 30, 80) !important;
}

.woocommerce #header-outer #logo .stnd {
	opacity: 0;
}

.woocommerce #header-outer #logo .dark-version {
	opacity: 1;
} 

.woocommerce.single-product .main-content {
	width: 100%;
	max-width: 100%;
	padding: 0px;
}

.woocommerce .woocommerce-breadcrumb {
	display: none !important;
}

.woocommerce #breadcrumb {
	position: relative;
    float: left;
    width: 80%;
    margin: 40px 10% 30px 10%;
}

.woocommerce #breadcrumb a,
.woocommerce #breadcrumb span,
.woocommerce #breadcrumb p {
    position: relative;
    float: left;
    width: auto;
    height: 20px;
    line-height: 20px;
    font-weight: 600;
    color: rgb(76 199 244);
}

.woocommerce #breadcrumb a,
.woocommerce #breadcrumb span {
    margin: 0px 10px 0px 0px;
    color: rgb(0, 30, 80);
}

.woocommerce.single-product div.product_cat-vehiculo,
.woocommerce.single-product div.product_cat-accesorios {
	position: relative;
    float: left;
    width: 100% !important;
    padding: 0px;
}

.woocommerce.single-product div.product_cat-vehiculo .nectar-prod-wrap,
.woocommerce.single-product div.product_cat-accesorios .nectar-prod-wrap {
	position: relative;
    float: left;
    width: 100%;
    padding: 0px 10%;
}

.woocommerce.single-product div.product_cat-vehiculo .single-product-main-image,
.woocommerce.single-product div.product_cat-accesorios .single-product-main-image {
	position: relative;
    float: left;
    width: 50%;
    margin-right: 5%;
}

.woocommerce div.product_cat-vehiculo div.images .woocommerce-product-gallery__trigger,
.woocommerce div.product_cat-vehiculo div.images.woocommerce-product-gallery .product-slider img.zoomImg,
.woocommerce div.product_cat-accesorios div.images .woocommerce-product-gallery__trigger,
.woocommerce div.product_cat-accesorios div.images.woocommerce-product-gallery .product-slider img.zoomImg {
	display: none !important;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary,
.woocommerce.single-product div.product_cat-accesorios .summary.entry-summary {
    width: 45%;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .product_title,
.woocommerce.single-product div.product_cat-accesorios .summary.entry-summary .product_title {
	font-size: 48px;
	color: rgb(0, 30, 80);
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary h2.product_subtitle {
	position: relative;
    float: left;
    width: 100%;
    line-height: 30px;
    margin-top: 10px;
    font-size: 26px;
    font-weight: 500;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info {
	position: relative;
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info li {
	position: relative;
    float: left;
    width: 50%;
    height: 50px;
    padding: 5px 0px;
    margin: 10px 0px;
    list-style: none;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info li.large {
	width: 100%;
    height: auto;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info li.info_dest {
	height: 50px;
	padding: 0px;
	margin: 5px 0px 30px 0px;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
    background-color: rgb(76 199 244);
    border-radius: 25px;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info li.info_dest:before {
	content: none;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info li.info_dest img {
	position: relative;
    float: left;
	width: 50px;
    height: 50px;
} 

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info li svg {
	position: relative;
    float: left;
    width: 25px;
    height: 35px;
    margin: 2.5px 25px 2.5px 12.5px;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info li svg path {
	fill: rgb(0, 30, 80);
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info li p {
	position: relative;
    float: left;
    width: auto;
    max-width: 75%;
    height: auto;
    line-height: 20px;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info li.info_dest p,
.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info li p .dato {
	font-weight: 300;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info li.info_dest p {
	width: 50%;
	line-height: 45px;
	font-size: 20px;
	color: #444;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info li.info_dest p .dato {
	padding-left: 5px;
	font-size: 28px;
    font-weight: 600;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .precios {
	position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 30px 0px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid rgb(0, 30, 80);
    border-bottom: none;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .precios h4,
.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .precios h3 {
	position: relative;
    float: left;
    width: 100%;
    font-size: 32px;
    font-weight: 300;
    text-decoration: line-through;
	/*color: rgb(140 140 140);*/
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .precios h3,
.woocommerce.single-product div.product_cat-accesorios .price .amount {
	width: 50%;
	margin: 0px;
	font-size: 42px;
	font-weight: 600;
	text-decoration: none;
	color: rgb(76 199 244);
}

.woocommerce.single-product div.product_cat-accesorios .price {
	margin-top: 30px !important;
}

.woocommerce.single-product div.product_cat-accesorios .price .amount {
	font-size: 46px;
	font-weight: 600;
	color: rgb(76 199 244);
}

.woocommerce.single-product div.product_cat-accesorios .price del {
	opacity: 1;
	margin-right: 10px;
	text-decoration: none;
}

.woocommerce.single-product div.product_cat-accesorios .price del .amount {
	font-size: 24px;
    font-weight: 300;
    text-decoration: line-through;
    color: rgb(140 140 140);
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .precios h3 .precio_min {
	font-size: 16px;
	font-weight: 300;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .precios h4 .iva,
.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .precios h3 .iva {
	font-size: 14px;
	font-weight: 300;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .buttons {
	position: relative;
    float: left;
    width: 100%;
    height: 60px;
    line-height: 30px;
    padding: 0px !important;
    margin: 0 0 40px 0;
    background: linear-gradient(315deg, rgb(0, 67, 122) 0%, rgb(0, 55, 108) 52.11%, rgb(0, 30, 80) 100%);
    border-radius: 0px !important;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .buttons a {
	position: relative;
    float: left;
    width: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .buttons a:first-child {
    border-right: 1px solid rgb(255, 255, 255);
}

.woocommerce.single-product div.product_cat-accesorios .summary.entry-summary .woocommerce-product-details__short-description p {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 300;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .stock,
.woocommerce.single-product div.product_cat-accesorios .summary.entry-summary .stock {
	display: none !important;
}

.woocommerce.single-product div.product_cat-accesorios .summary.entry-summary .woocommerce-product-details__short-description {
	margin-bottom: 40px;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary form.cart {
    position: relative;
    float: left;
    width: 33.33%;
}

.woocommerce.single-product div.product_cat-accesorios .summary.entry-summary form.cart div.quantity {
    position: relative;
    float: left;
    width: 35% !important;
    margin: 0px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border: 1px solid rgb(0, 30, 80);
    border-right: none;
}

.woocommerce.single-product div.product_cat-accesorios .summary.entry-summary form.cart div.quantity input {
    font-family: 'VW Head' !important;
    font-weight: 500;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary div.quantity {
	display: none;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary button.single_add_to_cart_button,
.woocommerce.single-product div.product_cat-accesorios .summary.entry-summary button.single_add_to_cart_button {
	position: relative;
    float: left;
    width: 100%;
    height: 60px;
    line-height: 30px;
    padding: 0px !important;
    margin: 0px 0px 40px 0px;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    background: linear-gradient(315deg, rgb(0, 67, 122) 0%, rgb(0, 55, 108) 52.11%, rgb(0, 30, 80) 100%);
    border-radius: 0px !important;
}

.woocommerce.single-product div.product_cat-accesorios .summary.entry-summary button.single_add_to_cart_button {
    width: 65%;
}

.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary button.single_add_to_cart_button {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    background: linear-gradient(133deg, rgb(0, 67, 122) 0%, rgb(0, 55, 108) 52.11%, rgb(0, 30, 80) 100%);
}

.woocommerce div.product_cat-vehiculo .aclaracion {
	position: relative;
    float: left;
    width: 50%;
    line-height: 16px;
    margin: 20px 0px 0px 0px;
    font-size: 12px;
    font-weight: 500;
    padding-left: 0px;
    text-align: justify;
}

.woocommerce div.product_cat-vehiculo .aclaracion .atencion {
    position: absolute;
    top: 0px;
    left: -15px;
    font-size: 25px;
    font-weight: 600;
    color: rgb(76 199 244);
}

.woocommerce div.product_cat-vehiculo #form {
	position: relative;
    float: left;
    width: 100%;
    padding: 70px 10% 50px 10%;
}

.woocommerce div.product_cat-vehiculo #form:before {
	content: '';
	position: absolute;
    width: 100%;
    height: 70%;
    top: 0px;
    left: 0px;
    background: linear-gradient(315deg, rgb(0, 67, 122) 0%, rgb(0, 55, 108) 52.11%, rgb(0, 30, 80) 100%);
}

.woocommerce div.product_cat-vehiculo #form .texto,
.woocommerce div.product_cat-vehiculo #form .wpcf7 {
	position: relative;
	float: left;
	width: 100%;
}

.woocommerce div.product_cat-vehiculo #form .texto h3 {
	position: relative;
	float: left;
	width: 100%;
	line-height: 3vw;
	margin: 20px 0px;
	font-size: 2.4vw;
	font-weight: 300;
	color: #fff;
}

.woocommerce div.product_cat-vehiculo #form .texto p {
	float: left;
	line-height: 1.75vw;
	font-size: 1vw;
	padding-bottom: 0px;
	color: #fff;
}

.woocommerce div.product_cat-vehiculo #form .texto p.pretitle {
	font-weight: 600;
}

.woocommerce div.product_cat-vehiculo #form .wpcf7 {
	margin-top: 60px;
	padding: 60px 40px;
	background-color: rgb(255, 255, 255);
    border: 1px solid rgb(223, 228, 232);
}

.woocommerce div.product_cat-vehiculo #form .wpcf7 form {
	position: relative;
	float: left;
	width: 100%;
}

.woocommerce div.product_cat-vehiculo #form .wpcf7 form .wpcf7-form-control-wrap[data-name="privacidad"] {
	position: relative;
    float: left;
    width: 100%;
    margin-top: 40px;
}

.woocommerce div.product_cat-vehiculo #form .wpcf7 form input,
.woocommerce div.product_cat-vehiculo #form .wpcf7 form select,
.woocommerce div.product_cat-vehiculo #form .wpcf7 form textarea {
	position: relative;
	float: left;
    width: 20%;
	/*width: 23%;*/
	height: 45px;
    padding: 10px 0px !important;
	margin: 0px 1%;
    font-family: 'VW Head' !important;
	font-size: 0.85vw;
    border-bottom: 1px solid rgb(106, 118, 125) !important;
	border-radius: 0px;
    background: transparent;
    color: rgb(0, 30, 80);
    outline: 0px !important;
}

.woocommerce div.product_cat-vehiculo #form.general form input,
.woocommerce div.product_cat-vehiculo #form.general form select {
	width: 23%;
}

.woocommerce div.product_cat-vehiculo #form .wpcf7 form textarea {
	width: 98%;
	height: 100px;
	margin: 40px 1%;
}

.woocommerce div.product_cat-vehiculo #form .wpcf7 form input::-webkit-input-placeholder,
.woocommerce div.product_cat-vehiculo #form .wpcf7 form textarea::-webkit-input-placeholder {
	color: rgb(0, 30, 80) !important;
}

.woocommerce div.product_cat-vehiculo #form .wpcf7 form input::-moz-placeholder,
.woocommerce div.product_cat-vehiculo #form .wpcf7 form textarea::-moz-placeholder {
	color: rgb(0, 30, 80) !important;
}

.woocommerce div.product_cat-vehiculo #form .wpcf7 form input:-ms-input-placeholder,
.woocommerce div.product_cat-vehiculo #form .wpcf7 form textarea:-ms-input-placeholder {
	color: rgb(0, 30, 80) !important;
}

.woocommerce div.product_cat-vehiculo #form .wpcf7 form input.enviar {
	width: 10%;
    line-height: 20px;
    font-size: 16px;
    background: rgb(0, 30, 80);
    color: rgb(255, 255, 255);
    border-radius: 500px !important;
}

.woocommerce div.product_cat-vehiculo #form .wpcf7 form .modelo {
	display: none !important;
}

.woocommerce div.product_cat-vehiculo #form .wpcf7 form .wpcf7-form-control:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.woocommerce div.product_cat-vehiculo #form .wpcf7 form .wpcf7-spinner {
	display: none;
}

.woocommerce .related.products {
	position: relative;
	float: left;
	width: 100%;
	padding: 0px 10%;
}

.woocommerce .related.products > h2 {
	margin-bottom: 80px;
	text-align: center;
	/*color: rgb(0, 30, 80);*/
}

.woocommerce .related.products .products .product {
	width: 30.33% !important;
	margin: 0px 1.5% !important;
}

.woocommerce.single-product div.product_cat-vehiculo .promocion {
	position: absolute;
    width: 40%;
    height: 55%;
    border: 2px solid #234e8a;
}

.woocommerce.single-product div.product_cat-vehiculo .promocion p {
	position: relative;
    float: left;
    width: auto;
    height: 40px;
    padding: 0px 20px;
    line-height: 36px;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #234e8a;
}


/*--------------------------- Landing Modelos --------------------------- */


.single-modelos #ajax-content-wrap > .container-wrap {
	padding-top: 0;
}

.single-modelos .container.main-content {
	padding: 0;
}

.single-modelos .box {
	padding-left: 10%;
	padding-right: 10%;
}

.single-modelos .wide {
	padding-left: 2.5%;
	padding-right: 2.5%;
}

.single-modelos #cabecera {
	position: relative;
    float: left;
    width: 100%;
}

.single-modelos #cabecera .overlay {
	position: relative;
	float: left;
	width: 100%;
	height: 65vh;
	overflow: hidden;
}

.single-modelos #cabecera .overlay img.main {
	position: relative;
    float: left;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-modelos #cabecera .overlay img.etiqueta {
	position: absolute;
    width: 140px;
    right: 10%;
    bottom: 30%;
    border: 5px solid rgb(255, 255, 255);
    border-radius: 50%;
    filter: drop-shadow(rgba(0, 0, 0, 1) 0px 0px 20px);
}

.single-modelos #cabecera .cuota {
	position: relative;
	float: left;
	width: 100%;
	height: 120px;
	border-bottom: 1px solid rgb(223, 228, 232);
}

.single-modelos #cabecera .cuota h1 {
	position: relative;
	float: left;
	width: 80%;
	line-height: 120px;
	padding: 0;
	margin: 0;
    font-size: 6vh;
    font-weight: 200;
    color: rgb(0, 0, 0);
}

.single-modelos #cabecera .cuota a {
	position: relative;
	float: right;
	width: 20%;
	height: 50px;
    padding: 0;
    margin: 35px 0;
    font-size: 1.75vh;
    text-align: center;
    line-height: 50px;
    border-radius: 500px;
    color: rgb(255, 255, 255);
    background: rgb(0, 30, 80);
}

.single-modelos #informacion {
	position: relative;
    float: left;
    width: 100%;
	margin: 5% 0;
	display: flex;
    gap: 20px;
}

.single-modelos #informacion .dato {
	position: relative;
    float: left;
	padding: 20px;
    border: 1px solid rgb(194, 202, 207);
    border-radius: 8px;
}

.single-modelos #informacion .dato.large {
    width: 66.66%;
}

.single-modelos #informacion .dato p,
.single-modelos #informacion .dato h3 {
	position: relative;
    float: left;
    width: 100%;
    padding: 0;
    line-height: 1.5;
}

.single-modelos #informacion .dato p {
	padding-bottom: 10px;
}

.single-modelos #informacion .dato h3 {
	font-size: 2.5vh;
	color: rgb(0, 0, 0);
}

.single-modelos #modelos {
	position: relative;
    float: left;
    width: 100%;
}

.single-modelos #modelos h2 {
	position: relative;
	float: left;
	width: auto;
	line-height: 50px;
	padding: 0;
	margin: 0;
    font-size: 4.5vh;
    font-weight: 200;
    color: rgb(0, 0, 0);
}

.single-modelos #modelos #buttons {
	position: relative;
	float: left;
	width: auto;
	height: 50px;
	padding: 0;
	margin: 0 0 0 40px;
}

.single-modelos #modelos #buttons .arrow {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 1px;
	margin: 7px 0 0 10px;
	font-size: 36px;
	font-weight: 200;
	color: rgb(255, 255, 255);
    background: rgb(0, 30, 80);
    border-radius: 20px;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
}

.single-modelos #modelos #buttons .arrow.disable {
	opacity: 0.25;
}

.single-modelos #modelos #buttons .arrow.next {
    padding-left: 4px;
}

.single-modelos #modelos #buttons .arrow:hover {
	cursor: pointer;
	background: rgb(0, 64, 197);
}

.single-modelos #modelos .model-container {
	position: relative;
    float: left;
    width: 100%;
    top: 120px;
    left: 10%;
    margin-left: 0;
    -webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
}

.single-modelos #modelos .model-container .model {
	position: relative;
    float: left;
    width: 33.33%;
    margin: 0;
    padding: 0 0 40px 0;
    border-radius: 8px;
    border: 2px solid rgb(223, 228, 232);
    overflow: hidden;
}

.single-modelos #modelos .model-container .model .color {
	position: absolute;
    width: 100%;
    height: 160px;
    top: 0;
    left: 0;
    z-index: -1;
}

.single-modelos #modelos .model-container .model img {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 50px;
}

.single-modelos #modelos .model-container .model img.nocolor {
    margin: 0 0 20px 0;
}

.single-modelos #modelos .model-container .model p,
.single-modelos #modelos .model-container .model h3 {
	position: relative;
    float: left;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    line-height: 1.3;
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.single-modelos #modelos .model-container .model p {
	padding: 3px 20px 3px 50px;
	font-size: 1.65vh;
}

.single-modelos #modelos .model-container .model p:before {
	font-family: 'Material Symbols Outlined';
    content: '\e876';
    position: absolute;
    top: 2.5px;
    left: 20px;
    font-size: 20px;
    color: rgb(0, 64, 197);
}

.single-modelos #modelos .model-container .model.base p:first-of-type {
	padding: 3px 20px 3px 20px;
}

.single-modelos #modelos .model-container .model.base p:first-of-type:before {
	content: none;
}

.single-modelos #modelos .model-container .model h3 {
	margin: 20px 0;
	font-size: 2.5vh;
	font-weight: 600;
}

.single-modelos #form {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 50px;
	padding-top: 80px;
	padding-bottom: 50px;
}

.single-modelos #form .bg {
	position: absolute;
	width: 100%;
	height: 70%;
	left: 0;
	top: 0;
	background: linear-gradient(315deg, rgb(0, 67, 122) 0%, rgb(0, 55, 108) 52.11%, rgb(0, 30, 80) 100%);
}

.single-modelos #form .contact {
    margin-top: 60px;
    padding: 60px 40px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(223, 228, 232);
    border-radius: 5px;
}

.single-modelos #form .texto,
.single-modelos #form .contact {
	position: relative;
	float: left;
	width: 100%;
}

.single-modelos #form .texto h3 {
	position: relative;
	float: left;
	width: 100%;
	line-height: 1.2;
	margin: 0;
	font-size: 4vh;
	font-weight: 300;
	color: rgb(255 255 255);
}

.single-modelos #form .texto p {
	float: left;
	line-height: 1.5;
	padding-bottom: 0;
	font-size: 2vh;
	color: rgb(255 255 255);
}

.single-modelos #form .texto p.pretitle {
	font-weight: 600;
}

.single-modelos #form .contact {
	margin-top: 60px;
	padding: 60px 40px;
	background-color: rgb(255, 255, 255);
    border: 1px solid rgb(223, 228, 232);
}

.single-modelos #form .contact form {
	position: relative;
	float: left;
	width: 100%;
}

.single-modelos #form .contact form input,
.single-modelos #form .contact form select,
.single-modelos #form .contact form textarea {
	position: relative;
	float: left;
    width: 100%;
	height: 45px;
    padding: 10px 0px !important;
	margin: 15px 0;
    font-family: 'VW Head' !important;
	font-size: 0.85vw;
	border: none;
    border-bottom: 1px solid rgb(106, 118, 125) !important;
	border-radius: 0px;
    background: transparent;
    color: rgb(0, 30, 80);
    outline: 0px !important;
}

.single-modelos #form .contact p.anonimo {
	position: relative;
	float: left;
	width: 100%;
}

.single-modelos #form .contact p.anonimo select {
	position: relative;
	float: left;
	width: 50%;
}

.single-modelos #form .contact form textarea {
	width: 98%;
	height: 100px;
	margin: 40px 1%;
}

.single-modelos #form .contact.compliance form textarea {
	width: 73%;
}

.single-modelos #form .contact form input.oculto {
	display: none;
}

.single-modelos #form .contact form input::-webkit-input-placeholder,
.single-modelos #form .contact form textarea::-webkit-input-placeholder {
	color: rgb(0, 30, 80) !important;
}

.single-modelos #form .contact form input::-moz-placeholder,
.single-modelos #form .contact form textarea::-moz-placeholder {
	color: rgb(0, 30, 80) !important;
}

.single-modelos #form .contact form input:-ms-input-placeholder,
.single-modelos #form .contact form textarea:-ms-input-placeholder {
	color: rgb(0, 30, 80) !important;
}

.single-modelos #form .contact form input.enviar {
	width: 30.33%;
    margin: 35px 1.5%;
    line-height: 20px;
    font-size: 16px;
    background: rgb(0, 30, 80);
    color: rgb(255, 255, 255);
    border-radius: 500px !important;
}

.single-modelos #form .contact form .wpcf7-form-control:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.single-modelos #form .contact form .wpcf7-spinner {
	display: none;
}

.single-modelos #form .contact form .wpcf7-form-control-wrap[data-name="privacidad"] {
    margin: 20px 0 0 0 !important;
}

.single-modelos #legal p {
	position: relative;
	float: left;
	width: 100%;
	line-height: 1.5;
	padding: 0;
	margin-top: 40px;
	font-size: 12px;
	color: rgb(106, 118, 125);
}

.single-modelos .nectar-global-section #info {
	margin-top: 0;
}


/*--------------------------- Feria Volkswagen --------------------------- */

.feria #form .contact {
    margin-top: 20px;
}

.feria #form .contact form .wpcf7-form-control-wrap {
	position: relative;
    float: left;
    width: 31.33%;
    margin: 15px 1%;
}

.feria #form .contact form .wpcf7-form-control-wrap input,
.feria #form .contact form .wpcf7-form-control-wrap select,
.feria #form .contact form .wpcf7-form-control-wrap textarea {
    width: 100%;
}

.feria #form .contact form input.enviar {
    width: 24%;
    margin: 15px 1%;
    margin-left: 6%;
}

.feria.idexperience #form .contact form input.enviar {
    width: 31.33%;
    margin: 15px 1%;
}

.feria #form .contact form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	position: absolute;
    width: 100%;
    padding-left: 10px;
    top: 45px;
    font-size: 12px;
    color: #7e7e7e;
    background-color: transparent;
    box-shadow: none;
}

#form .contact form .wpcf7-form-control-wrap[data-name="privacidad"] {
	position: relative;
    float: left;
    width: 100% !important;
    margin: 40px 0 0 0 !important;
}

#form .contact form .wpcf7-form-control-wrap[data-name="privacidad"] input {
	width: auto !important;
    height: 20px;
    margin: 0 !important;
}

#form .contact form .wpcf7-form-control-wrap[data-name="privacidad"] .wpcf7-list-item-label {
	position: relative;
    float: left;
    width: auto;
    padding-left: 10px;
    line-height: 20px;
}


/* Pop up */

/* #pum-2727 {
	background-color: rgba(255,255,255,0.5);
}

#pum-2727 #popmake-2727 {
    width: 60%;
    left: 20% !important;
    margin-left: 0px;
    padding-bottom: 50px;
    border: none;
    box-shadow: 0px 0px 50px 30px rgb(0 0 0 / 15%);
    background-color: #ffffff;
}

#pum-2727 #popmake-2727 .img-with-aniamtion-wrap img {
	width: 50%;
    margin: 0px 25%;
}

#pum-2727 #popmake-2727 .wpb_text_column.info p {
	padding: 0px 10%;
	line-height: 2vw;
    font-family: 'VW Head' !important;
    font-size: 1.25vw;
    text-align: center;
}

#pum-2727 #popmake-2727 .wpb_text_column.info p a {
    font-family: 'VW Head' !important;
}

#pum-2727 #popmake-2727 form {
	padding: 0px 5%;
}

#pum-2727 #popmake-2727 form input,
#pum-2727 #popmake-2727 form select {
	position: relative;
    float: left;
    width: 31.33%;
    height: 45px;
    padding: 10px 0px !important;
    margin: 20px 1%;
    font-family: 'VW Head' !important;
    font-size: 0.85vw;
    border-bottom: 1px solid rgb(106, 118, 125) !important;
    border-radius: 0px;
    background: transparent;
    color: rgb(0, 30, 80);
    outline: 0px !important;
}

#pum-2727 #popmake-2727 form input::-webkit-input-placeholder,
#pum-2727 #popmake-2727 form textarea::-webkit-input-placeholder {
	color: rgb(0, 30, 80) !important;
}

#pum-2727 #popmake-2727 form input::-moz-placeholder,
#pum-2727 #popmake-2727 form textarea::-moz-placeholder {
	color: rgb(0, 30, 80) !important;
}

#pum-2727 #popmake-2727 form input:-ms-input-placeholder,
#pum-2727 #popmake-2727 form textarea:-ms-input-placeholder {
	color: rgb(0, 30, 80) !important;
}

#pum-2727 #popmake-2727 form input.enviar {
    line-height: 20px;
    font-size: 16px;
    background: rgb(0, 30, 80);
    color: rgb(255, 255, 255);
    border-radius: 500px !important;
}

#pum-2727 #popmake-2727 form .wpcf7-form-control:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

#pum-2727 #popmake-2727 form .wpcf7-spinner {
	display: none;
}

.pum-theme-2718 .pum-content + .pum-close,
.pum-theme-tema-por-defecto .pum-content + .pum-close {
    color: #001e50;
    font-family: 'VW Head' !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 36px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    background-color: transparent;
} */


/* Gilauto Driving Experience */

.drivingexperience #ajax-content-wrap .container-wrap {
	background: radial-gradient(circle at 0% 0%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%);
}

.drivingexperience #cabecera .texto,
.drivingexperience #form .nectar-shape-divider-wrap {
    background: transparent;
}

.drivingexperience #form .contact {
    margin-top: 0px;
}


/* Decathlon */

.decathlon #logo img {
	left: 50% !important;
    transform: translateX(-50%);
}

.decathlon #intro h1 {
	font-weight: 200;
}

.decathlon #separador a {
	font-size: 2vh;
}


/* Ofertas VN clientes posventa */

.ofertasvn #info .modelo .imagen,
.ofertasvn #info .modelo .texto {
	position: relative;
	float: left;
	width: 60%;
}

.ofertasvn #info .modelo .texto {
	width: 40%;
}

.ofertasvn #info .modelo .texto h2,
.ofertasvn #info .modelo .texto h3 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	text-align: left;
}

.ofertasvn #info .modelo .texto h3 {
	font-size: 32px;
}

.ofertasvn #info .modelo .texto h2 {
	font-weight: 800;
	color: #4cc8f5;
}

/* Golf 50 Aniversario */

.golf50 #info.colored .texto h2 {
    line-height: 4vw;
    margin: 0 0 40px 0;
    font-size: 4vw;
}

.golf50 #info.colored .texto p {
    line-height: 2vw;
    font-size: 1.5vw;
}

.golf50 #info .texto #planning {
    width: 100%;
    margin: 0;
}

.golf50 #info .texto #planning li {
    margin: 10px 0;
    padding-left: 0 !important;
}

.golf50 #info .texto #planning li:before {
	content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 26%;
    top: 0px;
    background-color: rgb(0, 30, 80);
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.golf50 #info .texto #planning li p {
	float: right;
	width: 70%;
    line-height: 1.2;
}

.golf50 #info .texto #planning li p.hour {
	position: absolute;
    width: 30%;
    height: 20px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    font-weight: 800;
}

.golf50 #form .contact form .wpcf7-form-control-wrap[data-name="img"] {
	width: 98%;
}

.golf50 #form .contact form input.enviar {
    width: 31.33%;
    margin-left: 1%;
}


/* PROMO - Cuotas */

#digital.cuotas {
	position: relative;
	float: left;
}

#digital.cuotas .products .product:nth-last-child(-n+3) {
	margin-bottom: 0px !important;
}


/* POPUP */

#popup .img-with-aniamtion-wrap .hover-wrap {
	margin-bottom: 0px !important;
}

#pum-4029 #popmake-4029 :hover {
	cursor: pointer;
}

#pum-4029 #popmake-4029 .pum-close.popmake-close {
	padding: 0px 10px;
    border-radius: 0 !important;
	background-color: rgb(255,255,255) !important;
}


/*------------------------------------------------------------------ */
/*--------------------------- RESPONSIVE --------------------------- */
/*------------------------------------------------------------------ */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 760px) {
	.container {
		max-width: none;
    	padding: 0px 5%;
	}
	#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
		font-size: 24px;
    	line-height: 30px;
	}
	#header-outer #top .col {
		display: block !important;
	}
	#header-outer #top .span_3 .left-aligned-ocm[data-user-set="1"] {
		position: absolute;
		top: 50%;
    	-moz-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	#header-outer #top .col.span_3 #logo {
		float: right;
	}
	#header-outer.scrolled-down #top .col.span_3 #logo img {
		height: 20px !important;
		visibility: hidden;
	}
	#cabecera .texto {
	    width: 100%;
	    padding: 10%;
	}
	#cabecera .texto h1,
	#cabecera .textoalt h1 {
	    line-height: 10vw;
	    margin: 0px;
	    font-size: 8vw;
	}
	#cabecera .texto h3 {
	    line-height: 7vw;
	    font-size: 5vw;
	    margin-bottom: 10px;
	}
	#cabecera .textoalt {
	    padding: 10% 8% 10% 8%;
	}
	#cabecera .textoalt a {
	    float: left;
	    line-height: 40px;
	    margin: 30px 0px 0px 0px;
    	padding: 0px 15px;
	}
	#titulo .texto h2,
	#info .texto h2 {
	    line-height: 10vw;
	    margin: 20px 0px;
	    font-size: 8vw;
	}
	#titulo .texto.left h2 {
	    text-align: left;
	}
	#info .texto h3 {
	    line-height: 7vw;
	    margin: 20px 0px;
	    font-size: 5.65vw;
	}
	#info .texto p,
	#info .texto a {
	    line-height: 6vw;
	    font-size: 4vw;
	}
	#info .texto ul li {
	    line-height: 6vw;
	    font-size: 4vw;
	    margin-bottom: 15px;
	}
	#info .texto ul li:before {
	    height: 1px;
	}
	#info .toggles.accordion a,
	#desplegable .toggle h3 a {
	    font-size: 5vw;
	    line-height: 6vw;
	}
	#info .toggles.accordion p {
	    font-size: 4vw;
	}
	#info.colored .row-bg-wrap:after {
        top: 2.5%;
        transform: none;
	}
	#flotantes .boton {
	    display: none;
	}
	#flotantes #whatsapp {
	    display: block;
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	}
	#flotantes .boton i {
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	    top: 0;
	    left: 0;
	}
	.modelos #cars {
		height: auto !important;
	}
	.models-block .model .name h3 {
	    min-height: 0px;
	}
	.models-block .model .more {
	    margin-bottom: 20px;
	}
	.models-block.filter .model .name {
	    width: 60%;
	}
	.models-block.filter .model .name h3 {
	  	min-height: 0px;
	    height: 42px;
	    line-height: 42px;
	    padding: 0;
	    font-size: 18px;
	    font-weight: 500;
	}
	.models-block.filter .model .img-with-aniamtion-wrap img {
		width: 40%;
	    right: 0px;
	}
	#form .texto p {
	    line-height: 5vw;
	    font-size: 4vw;
	}
	#form .texto h3 {
	    line-height: 9vw;
	    margin: 10px 0px 0px 0px;
	    font-size: 8vw;
	}
	#form .contact {
	    margin-top: 30px;
	    padding: 40px 30px;
	}
	.feria #form .contact form .wpcf7-form-control-wrap {
	    width: 100%;
	    margin: 10px 0%;
	}
	#form .contact.compra form .wpcf7-form-control-wrap {
	    width: 96%;
	}
	#form .contact form input,
	#form .contact form select,
	#form .contact form textarea {
	    width: 100% !important;
	    padding: 10px 0px !important;
	    margin: 20px 0px !important;
	    font-size: 4vw !important;
	}
	#form .contact form input.enviar {
	    width: 100%;
	}
	#vehiculos .products li.product {
		width: 100%;
		margin: 0px 0px 25px 0px;
	}
	/* Listado vehiculos */
	#filtro.seminuevo .yith-wcan-filters .select-design,
	#filtro.nuevo .yith-wcan-filters .select-design {
	    width: 100% !important;
	    margin: 15px 0px;
	}
	#filtro .yith-wcan-filters .select-design h4 {
    	margin: 0px;
	}
	#digital .products .product,
	#digital.cuotas .products .product:nth-last-child(-n+3) {
		width: 100%;
    	margin: 0 0 50px 0 !important;
	}
	/* Pagina vehiculo */
	.woocommerce #breadcrumb {
	    width: 85%;
	    margin: 15px 7.5% 30px 7.5%;
	}
	.woocommerce.single-product div.product_cat-vehiculo .nectar-prod-wrap,
	.woocommerce.single-product div.product_cat-accesorios .nectar-prod-wrap {
	    padding: 0px 7.5%;
	}
	.woocommerce.single-product div.product_cat-vehiculo .single-product-main-image,
	.woocommerce.single-product div.product_cat-accesorios .single-product-main-image {
		width: 100%;
    	margin-right: 0%;
	}
	.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary,
	.woocommerce.single-product div.product_cat-accesorios .summary.entry-summary {
	    width: 100%;
	}
	.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary h1,
	.woocommerce.single-product div.product_cat-accesorios .summary.entry-summary h1 {
		position: relative;
	    float: left;
	    width: 100%;
	    font-size: 36px;
	    line-height: 45px;
	}
	.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info li.info_dest p {
	    width: auto;
	    margin-right: 20px;
	}
	.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info li {
	    width: 100%;
	    height: 50px;
	    padding: 0px;
	    margin: 5px 0px;
	}
	.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info li:before {
	    content: '';
	    width: 40px;
	    height: 40px;
	}
	.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .info li svg {
	    width: 20px;
	    height: auto;
	    margin: 10px 25px 10px 10px;
	}
	.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .precios h4 {
	    font-size: 24px;
	}
	.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .precios h3 .precio_min {
	    font-size: 17px;
	}
	.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary .precios h3,
	.woocommerce.single-product div.product_cat-accesorios .price .amount {
		width: 100%;
    	margin: 5px 0px;
	    font-size: 48px;
	}
	.woocommerce.single-product div.product_cat-vehiculo .summary.entry-summary button.single_add_to_cart_button,
	.woocommerce.single-product div.product_cat-accesorios .summary.entry-summary button.single_add_to_cart_button {
	    margin: 0px;
	}
	.woocommerce div.product_cat-vehiculo .aclaracion {
	    width: 100%;
	    line-height: 14px;
	    margin: 20px 0px 20px 0px;
	    font-size: 11px;
	}
	.woocommerce div.product_cat-vehiculo #form {
	    padding: 50px 10% 20px 10%;
	}
	.woocommerce div.product_cat-vehiculo #form .texto p {
	    line-height: 5vw;
	    font-size: 4vw;
	}
	.woocommerce div.product_cat-vehiculo #form .texto h3 {
	    line-height: 7vw;
	    font-size: 6vw;
	}
	.woocommerce div.product_cat-vehiculo #form .wpcf7 {
	    margin-top: 30px;
	    padding: 30px 30px;
	}
	.woocommerce div.product_cat-vehiculo #form .wpcf7 form input,
	.woocommerce div.product_cat-vehiculo #form .wpcf7 form select,
	.woocommerce div.product_cat-vehiculo #form .wpcf7 form textarea {
	    width: 100%;
	    height: 45px;
	    margin: 10px 0px;
	    font-size: 3vw;
	}
	.woocommerce div.product_cat-vehiculo #form .wpcf7 form input.enviar {
	    width: 100%;
	    margin-top: 40px;
	}
	.woocommerce .related.products > h2 {
	    margin-bottom: 20px;
	}
	.woocommerce .related.products .products .product {
	    width: 100% !important;
	    margin: 30px 0px !important;
	}
	/* Pagina accesorios */
	.woocommerce.single-product div.product_cat-accesorios .price {
		position: relative;
		float: left;
		width: 100%;
	}
	.woocommerce.single-product div.product_cat-accesorios .price del {
		position: relative;
	    float: left;
	    width: 100%;
	    margin-bottom: 10px;
	}
	.woocommerce.single-product div.product_cat-accesorios .price small {
		font-size: 14px;
	    color: #4cc7f4;
	}
	.woocommerce.single-product div.product_cat-accesorios .summary.entry-summary form.cart div.quantity {
	    width: 100% !important;
	    border-right: 1px solid rgb(0, 30, 80);
	}
	.woocommerce.single-product div.product_cat-accesorios .summary.entry-summary button.single_add_to_cart_button {
	    width: 100%;
	}
	/* Footer */
	#footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright {
	    padding-bottom: 0px;
	}
	#footer-outer #footer-widgets .widget_media_gallery {
	    width: 60%;
	    margin: 0px 20% 15px 20%;
	}
	/* Decathlon */
	.decathlon #header-outer #top #logo img {
	    height: 40px !important;
	}
	.decathlon #intro h1 {
	    font-size: 16vw;
	}
	.decathlon #intro h2 {
		font-size: 10vw;
	    line-height: 1;
	}
	/* Golf 50 Aniversario */
	.golf50 #info.colored .row-bg-wrap:after {
		height: 85%;
	    top: 0%;
	    margin-top: 85px;
	}
	.golf50 #info.colored .texto h2 {
	    line-height: 10vw;
	    margin: 20px 0px;
	    font-size: 8vw;
	    text-align: center;
	}
	.golf50 #info.colored .texto p {
		width: 100%;
	    line-height: 6vw;
	    font-size: 4vw;
	    text-align: center;
	}
	.golf50 #info .texto #planning li {
	    margin: 10px 0;
	    padding: 10px 0;
	}
	.golf50 #info .texto #planning li p.hour {
	    height: 40px;
	    margin-top: -20px;
	}
	/* Modelos */
	.page-template-modelos #modelos h1 {
		width: 90%;
        margin: 30px 5% 60px 5%;
        padding: 0;
        line-height: 1;
        font-size: 36px;
	}
	.page-template-modelos #modelos .modelo {
		width: 90%;
		margin: 0 5%;
	}
	/* Landings modelos */
	.single-modelos #cabecera .overlay {
	    height: 60vh;
	}
	.single-modelos #cabecera .overlay img.main {
	    width: auto;
	    max-width: none;
	    height: 100%;
	    top: 0;
	    left: 50%;
	    -moz-transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	}
	.single-modelos #cabecera .overlay img.etiqueta {
	    width: 50px;
	    right: auto;
	    left: 5%;
	    bottom: 5%;
	    border: 2px solid rgb(255, 255, 255);
	}
	.single-modelos .box {
	    padding-left: 5%;
	    padding-right: 5%;
	}
	.single-modelos #cabecera .cuota {
	    height: auto;
	}
	.single-modelos #cabecera .cuota h1 {
	    width: 100%;
	    line-height: 1.2;
	    padding: 20px 0;
	}
	.single-modelos #cabecera .cuota a {
	    float: left;
	    width: 60%;
	    margin: 10px 0 30px 0;
	}
	.single-modelos #informacion {
	    margin: 30px 0 60px 0;
	    display: block;
	}
	.single-modelos #informacion .dato {
	    width: 100%;
	    margin: 10px 0;
	    padding: 10px 20px;
	}
	.single-modelos #form .contact {
	    padding: 30px 40px;
	}
	.single-modelos #form .contact form .wpcf7-form-control-wrap {
		width: 100%;
		padding: 20px 0;
	}
	.single-modelos #form .contact form input,
	.single-modelos #form .contact form select,
	.single-modelos #form .contact form textarea {
        margin: 0px !important;
    }
	.single-modelos #form .contact form input.enviar {
		margin-top: 30px !important;
	}
	.single-modelos #form .contact form .wpcf7-form-control-wrap[data-name="privacidad"] .wpcf7-list-item-label {
    width: 90%;
	}
	.single-modelos #modelos h2 {
	    font-size: 3vh;
	}
	.single-modelos #modelos #buttons {
	    position: absolute;
	    top: 220px;
	    left: 0;
	    width: 100%;
	    padding: 0 5px;
	    margin: 0;
	    z-index: 99;
	}
	.single-modelos #modelos #buttons .arrow {
	    margin: 0;
	}
	.single-modelos #modelos #buttons .arrow.next {
	    float: right;
	}
	.single-modelos #modelos #buttons .arrow.disable {
	    opacity: 0;
	}
	.single-modelos #modelos .model-container {
	    left: 5%;
	    top: 80px;
	}
	.single-modelos #modelos .model-container .model {
	    width: 100%;
	}
	.single-modelos #modelos .model-container .model p:before {
		top: -3px;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-width : 760px) and (orientation : landscape) {}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 420px) and (max-width : 760px) and (orientation : portrait) {
	#cabecera .hover-wrap-inner .imagen,
	#cabecera .nectar_video_player_self_hosted video {
	    width: auto;
	    max-width: none;
	    height: 100%;
	    top: 0px;
	    left: 50%;
	    -moz-transform: translateX(-50%) translateY(0);
	    -webkit-transform: translateX(-50%) translateY(0);
	    -o-transform: translateX(-50%) translateY(0);
	    -ms-transform: translateX(-50%) translateY(0);
	    transform: translateX(-50%) translateY(0);
	}
	#cabecera .hover-wrap-inner .imagen.suv {
	    height: auto;
	    top: 50%;
	    left: 50%;
	    -moz-transform: translateX(-50%) translateY(-50%);
	    -webkit-transform: translateX(-50%) translateY(-50%);
	    -o-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
	}
	#cabecera .nectar_video_player_self_hosted > .wpb_wrapper,
	#cabecera .nectar_video_player_self_hosted > .wpb_wrapper .wpb_video_wrapper {
		height: 100%;
	}
	.modelos #cars .models-block .model {
		position: relative;
	    width: 100%;
	    padding: 20px 20px !important;
	    top: 0px !important;
	    left: 0px !important;
    }
    #pum-2727 #popmake-2727 {
	    width: 90%;
	    top: 50% !important;
	    left: 5% !important;
	    margin: 0px;
	    -moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#pum-2727 #popmake-2727 .img-with-aniamtion-wrap img {
	    width: 80%;
	    margin: 0px 10%;
	}
	#pum-2727 #popmake-2727 .wpb_text_column.info {
	    margin-bottom: 20px;
	}
	#pum-2727 #popmake-2727 .wpb_text_column.info p {
	    padding: 0px;
	    line-height: 5vw;
	    font-size: 4vw;
	}
	#pum-2727 #popmake-2727 form input,
	#pum-2727 #popmake-2727 form select {
	    width: 100%;
	    height: 40px;
	    padding: 10px 0px !important;
	    margin: 5px 1%;
	    font-size: 3vw;
	}
	#pum-2727 #popmake-2727 form input.enviar {
	    margin: 20px 0px 0px 0px;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) and (max-width : 1800px) {}
