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

/* Font */

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


/* 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: 0;
	background-color: rgb(255, 255, 255);
    border: none;
}

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

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

#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: 64.66%;
	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 0 0) !important;
}

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

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

#form .contact form input.enviar {
	position: absolute;
    right: 0;
    bottom: 40px;
    line-height: 20px;
    font-size: 16px;
    background: rgb(0 0 0);
    color: rgb(255 255 255);
    border-radius: 0 !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%;
}


/* Modelos */

.models-block .model {
	padding: 0px 20px !important;
}

.models-block.filter .model:hover {
	cursor: pointer;
}

.models-block.filter .model {
	opacity: 0.25;
	-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;
}

.models-block.filter .model.select {
	opacity: 1;
}

.models-block .model .column-bg-overlay-wrap {
	height: 80%;
}

.models-block.filter .model .column-bg-overlay-wrap {
	height: 80%;
}

.models-block .model .name,
.models-block .model .more {
	position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 0px;
    text-align: center;
}

.models-block .model .name h3 {
	position: relative;
    float: left;
    width: 100%;
    min-height: 110px;
    line-height: 30px;
    padding: 25px 32px 25px 32px;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
}

.models-block .model .name.black h3 {
	color: rgba(0, 0, 0, 1);
}

.models-block .model .img-with-aniamtion-wrap img {
	max-width: 100.5%;
}

.models-block.filter .model .img-with-aniamtion-wrap img {
	right: 0.5%;
}

.models-block .model .more a {
	position: relative;
    width: auto;
    padding: 10px 25px;
    border: 2px solid rgb(0, 30, 80);
    margin: 20px 0px 0px 0px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 500px;
    text-decoration: none;
    background: rgb(0, 30, 80);
    color: rgb(255, 255, 255);
}


/* 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;
}

 
/* Modelos */

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

/*.page-template-modelos #modelos {
	padding-top: 5%;
	padding-bottom: 5%;
	background-color: #f2f2f2;
}*/

#modelos {
	max-width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	display: flex;
  	flex-wrap: wrap;
	background-color: #f2f2f2;
}

#modelos .modelo {
	position: relative;
	float: left;
	width: 22%;
	margin: 40px 1.5%;
}

#modelos .modelo .fondo,
#modelos .modelo .info {
	position: relative;
	float: left;
	width: 100%;
}

/*#modelos .modelo .fondo img {
	position: relative;
    float: left;
    width: 100%;
}*/

#modelos .modelo .fondo img.vehiculo {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
}

#modelos .modelo .fondo .etiquetas {
	position: absolute;
    left: 0;
    top: 0;
    margin: 10px 0 0 10px;
}

#modelos .modelo .fondo .etiquetas li {
	position: relative;
	float: left;
	width: auto;
	padding: 5px 12px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
	list-style: none;
}

#modelos .modelo .info {
	padding: 40px 20px 20px 20px;
	background-color: #fff;
}

#modelos .modelo h2,
#modelos .modelo h4,
#modelos .modelo a {
	position: relative;
	float: left;
	width: 100%;
	line-height: 1;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	color: #000;
}

#modelos .modelo h4 {
	margin: 10px 0 40px 0;
	font-size: 13px;
}

#modelos .modelo a {
	line-height: 40px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	background-color: #000;
}


/* Landing modelo */

.single-modelos .container-wrap {
	position: relative;
    float: left;
    width: 100%;
    padding: 0 !important;
}

.single-modelos .container-wrap .container.main-content {
	max-width: 100%;
	padding: 0 !important;
}

.single-modelos .main-content #cabecera {
	position: relative;
    float: left;
    width: 100%;
    height: 100vh;
	margin-top: -65px;
    overflow: hidden;
}

.single-modelos .main-content #cabecera img.main {
	position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}

.single-modelos .main-content #cabecera img.mobile {
	position: absolute;
	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%);
	display: none;
}

.single-modelos .main-content #cabecera .overlay {
	position: absolute;
    width: 100%;
	height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

.single-modelos .main-content #cabecera .box {
	position: absolute;
    width: 100%;
    bottom: 10%;
    padding: 0 90px;
}

.single-modelos .main-content #cabecera .box h1,
.single-modelos .main-content #cabecera .box h2 {
	position: relative;
    float: left;
    width: 100%;
    font-size: 48px;
	font-weight: 300;
    color: #fff;
}

.single-modelos .main-content #cabecera .box h2 {
    font-size: 24px;
}

.single-modelos .main-content #cabecera .box a {
    position: relative;
    float: left;
    width: auto;
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
	margin-top: 40px;
    font-size: 16px;
    color: #ffffff;
	border: 1px solid #fff;
}

.single-modelos .main-content #informacion {
	position: relative;
	float: left;
    width: 100%;
    padding: 2.5% 90px;
	margin-bottom: 2.5%;
	background-color: #000;
}

.single-modelos .main-content #informacion .dato {
	position: relative;
    float: left;
    width: auto;
    padding: 30px 80px;
    margin: 0;
	border-left: 1px solid #fff;
}

.single-modelos .main-content #informacion .dato:first-child {
    padding-left: 0;
	border-left: none;
}

.single-modelos .main-content #informacion .dato p,
.single-modelos .main-content #informacion .dato h3 {
	position: relative;
    float: left;
    width: auto;
	font-size: 16px;
	color: #fff;
	clear: both;
}

.single-modelos .main-content #informacion .dato h3 {
	font-size: 48px;
	font-weight: 200;
	clear: both;
}

.single-modelos .main-content #informacion .dato h3 span {
	margin-left: 10px;
	font-size: 16px;
}

.single-modelos .content {
    position: relative;
    float: left;
    width: 100%;
    padding: 2.5% 90px;
}

.single-modelos .content h2 {
	position: relative;
    float: left;
    width: 100%;
	margin-bottom: 50px;
	padding: 0 1.5%;
	font-size: 42px;
	font-weight: 500;
	color: #000
}

.single-modelos .content h2.center {
	text-align: center;
}

.single-modelos #acabados .acabado {
	position: relative;
    float: left;
	margin: 40px 0;
}

.single-modelos #acabados .acabado h3 {
	position: relative;
    float: left;
    width: 100%;
	font-size: 20px;
	font-weight: 400;
    line-height: 30px;
	text-align: center;
	color: #000;
}

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

.single-modelos #familia .relacionados li {
	position: relative;
    float: left;
    width: 30.33%;
	margin: 1.5%;
	list-style: none;
}

.single-modelos #familia .relacionados li img {
	margin-bottom: 20px;
}

.single-modelos #familia .relacionados li h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	color: #000;
}

.single-modelos #familia .relacionados li a {
	position: relative;
    float: left;
    width: auto;
    line-height: 30px;
    font-size: 16px;
}

.single-modelos #familia .relacionados li a span.material-symbols-outlined {
	position: relative;
    float: right;
    font-size: 30px;
    font-weight: 200;
}

.single-modelos #form .contact {
    margin-top: 0;
}

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

.single-modelos #form form .wpcf7-form-control-wrap,
.single-modelos #form form input.wpcf7-submit {
	position: relative;
    float: left;
    width: 30.33%;
	margin: 20px 1.5%;
	padding: 0;
	bottom: auto;
}

.single-modelos #form form .wpcf7-form-control-wrap input,
.single-modelos #form form .wpcf7-form-control-wrap select {
	position: relative;
    float: left;
    width: 100%;
}

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

.single-modelos #legal p {
    position: relative;
    float: left;
    width: 100%;
    font-size: 11px;
	color: #000;
}


	
/* 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: #ffffff;
    list-style: none;
}

.nectar-global-section #f_menu #menu-footer li.menu-item a {
    color: #ffffff !important;
}

.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: 'Audi Type Extended' !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;
    width: 35% !important;
    display: inline-block;
    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;  
}



/*--------------------------- Audi Service --------------------------- */

.audi h1,
.audi h2,
.audi h3,
.audi h4,
.audi h5,
.audi h6,
.audi p,
.audi a,
.audi li,
.audi label,
.audi strong {
	font-family: 'Audi Type Extended' !important;
}

.audi #cabecera .hover-wrap-inner,
.audi #cabecera .nectar_video_player_self_hosted {
    height: auto;
}

.audi #cabecera .texto {
    padding: 1.5% 0% 1.5% 8%;
    background: transparent;
}

.audi #cabecera .texto h1 {
    line-height: 3.25vw;
    font-size: 2.5vw;
}

.audi #titulo .texto h2 {
    font-weight: 600;
}

.audi #info .texto.centrado p {
   float: none;
}

.audi #info .texto a {
    color: rgb(202 20 42);
    border-bottom: 1px solid rgb(202 20 42);
}

.audi #info .derecha .texto {
	text-align: right;
}

.audi #info .texto a.boton {
	display: inline-block;
    float: none;
	margin-top: 30px;
    padding: 10px 30px;
    color: rgb(2255 255 255);
    background-color: rgb(202 20 42);
    line-height: 1.75vw;
    font-size: 1vw;
    font-weight: 600;
    border: none;
}

.audi #info.aseguradoras .texto a.boton {
	margin-top: 0px;
}

.audi #info .texto.enlaces a {
	margin-right: 40px;
    clear: none;
}

.audi #info .texto.large p {
    line-height: 1.25vw;
    font-size: 0.75vw;
}

.audi #info .texto.large p strong {
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0px 5px 0px;
}

.audi #info .texto ul {
    margin: 0px;
}

.audi #info .texto ul li {
    line-height: 1.5vw;
    padding-left: 0px;
    margin: 10px 0px;
}

.audi #info .texto ul li:before {
    content: none;
}

.audi #info.accesorios .texto {
	margin-bottom: 0px;
}

.audi #info.accesorios .texto h3 {
	width: auto;
    padding: 10px 15px;
	margin: 60px 0px 0px 0px;
    font-size: 1vw;
    font-weight: 600;
    color: rgba(255 255 255);
    background-color: rgb(202 20 42);
}

.audi #info.accesorios .izq .texto h3 {
	float: right;
}

.audi #info .toggles.accordion .toggle {
	padding: 0px 50px;
}

.audi #info .toggles.accordion a {
    font-size: 1vw;
    font-weight: 600;
}

.audi #info .toggles.accordion .toggle.open h3 a,
.audi #info .toggles.accordion .toggle:hover h3 a {
	color: rgb(202 20 42);
}


.audi #info .toggles.accordion .toggle.open h3 a i,
.audi #info .toggles.accordion .toggle:hover h3 a i {
	color: rgb(202 20 42);
	border-color: rgb(202 20 42);
}

.audi #info .toggles.accordion .toggle.open h3 a i:before,
.audi #info .toggles.accordion .toggle:hover h3 a i:before,
.audi #info .toggles.accordion .toggle.open h3 a i:after,
.audi #info .toggles.accordion .toggle:hover h3 a i:after {
	background-color: rgb(202 20 42);
}

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

.audi #form .contact form input,
.audi #form .contact form select,
.audi #form .contact form textarea {
	width: 23%;
    margin: 20px 1%;
    font-family: 'Audi Type Extended' !important;
    color: rgb(0 0 0);
}

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

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

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

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

.audi #form .contact form input.enviar {
	position: absolute;
	width: 23%;
	bottom: 0;
    right: 0px;
    background: rgb(202 20 42);
    color: rgb(255 255 255);
    border-radius: 0px !important;
    border: none !important;
}

.audi #flotantes .boton {
	background-color: rgb(202 20 42) !important;
}

.audi #flotantes .boton > span {
    font-size: 13px;
    font-weight: 600;
}

.audi #flotantes #taller {
    position: relative;
}

.audi #flotantes #taller .boton i {
	font-size: 16px;
}

.audi #flotantes:hover .boton {
    width: 235px;
}

.audi #flotantes:hover .boton > span {
    width: 150px;
}

.audi #footer-outer a:not(.nectar-button) {
    color: rgb(0 0 0) !important;
}

body.audi #footer-outer #copyright li a i {
    color: rgb(0 0 0);
}

body.audi #footer-outer #copyright li a:hover i,
body.audi #footer-outer[data-cols="1"] #copyright li a:hover i,
body.audi #footer-outer[data-cols="1"] #copyright li a:hover i:after {
    border-color: rgb(202 20 42) !important;
    color: rgb(202 20 42);
}



/*--------------------------- 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 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 --------------------------- */

.page-template-modelo .container.main-content {
	padding: 0;
}

.page-template-modelo .box {
	padding-left: 10%;
	padding-right: 10%;
}

.page-template-modelo .wide {
	padding-left: 2.5%;
	padding-right: 2.5%;
}

.page-template-modelo #cabecera {
	position: relative;
    float: left;
    width: 100%;
}

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

.page-template-modelo #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%);
}

.page-template-modelo #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);
}

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

.page-template-modelo #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);
}

.page-template-modelo #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);
}

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

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

.page-template-modelo #informacion .dato.large {
    width: 66.66%;
}

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

.page-template-modelo #informacion .dato p {
	padding-bottom: 10px;
}

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

.page-template-modelo #modelos {
	position: relative;
    float: left;
    width: 100%;
}

.page-template-modelo #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);
}

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

.page-template-modelo #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;
}

.page-template-modelo #modelos #buttons .arrow.disable {
	opacity: 0.25;
}

.page-template-modelo #modelos #buttons .arrow.next {
    padding-left: 4px;
}

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

.page-template-modelo #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;
}

.page-template-modelo #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;
}

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

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

.page-template-modelo #modelos .model-container .model p,
.page-template-modelo #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);
}

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

.page-template-modelo #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);
}

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

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

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

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

.page-template-modelo #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%);
}

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

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

.page-template-modelo #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);
}

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

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

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

.page-template-modelo #form .contact form {
	position: relative;
	float: left;
	width: 100%;
}

.page-template-modelo #form .contact form input,
.page-template-modelo #form .contact form select,
.page-template-modelo #form .contact form textarea {
	position: relative;
	float: left;
    width: 31.33%;
	height: 45px;
    padding: 10px 0px !important;
	margin: 15px 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;
}

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

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

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

.page-template-modelo #form .contact.compliance form textarea {
	width: 73%;
}

.page-template-modelo #form .contact form input.oculto {
	display: none;
}

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

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

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

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

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

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

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




/*--------------------------- 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) {

	/* Modelos */
	.page-template-modelos #modelos .modelo {
		width: 100%;
		margin: 20px 0;
	}
	
	/* Landings modelos */ 
    .single-modelos .main-content #cabecera {
        margin-top: 0;
    }
	.single-modelos .main-content #cabecera img.mobile {
		display: block;
	}
	.single-modelos .main-content #cabecera img.main {
		display: none;
	}
	/* .single-modelos .main-content #cabecera .overlay {
		background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 80%);
	} */
	.single-modelos .main-content #cabecera .box {
		padding: 0 10%;
	}
	.single-modelos .main-content #cabecera .box h1 {
		font-size: 32px;
	}
	.single-modelos .main-content #cabecera .box h2 {
		font-size: 16px;
	}
	.single-modelos .main-content #cabecera .box a {
		height: 45px;
		line-height: 45px;
		margin-top: 20px;
		font-size: 14px;
	}
	.single-modelos .main-content #informacion {
		padding: 0 10% 10% 10%;
		margin-bottom: 10%;
	}
	.single-modelos .main-content #informacion .dato {
		width: 100%;
		padding: 30px 0;
		margin: 0;
		border-top: 1px solid #fff;
		border-left: none;
	}
	.single-modelos .main-content #informacion .dato:first-child {
		border-top: none;
	}
	.single-modelos .main-content #informacion .dato p,
	.single-modelos .main-content #informacion .dato h3 span {
		padding-bottom: 0;
		font-size: 14px;
	}
	.single-modelos .main-content #informacion .dato h3 {
		padding: 10px 0 0 0;
    	font-size: 32px;
	}
	.single-modelos .content {
		padding: 10%;
	}
	.single-modelos .content h2 {
		padding: 0;
		font-size: 36px;
		line-height: 1.2;
	}
	.single-modelos #acabados .acabado {
		margin: 20px 0;
		width: 100% !important;
	}
	.single-modelos #acabados .acabado h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.single-modelos #familia .relacionados li {
		width: 100%;
		margin: 0 0 50px 0;
	}
	.single-modelos #familia .relacionados li h3 {
		font-size: 24px;
	}
	.single-modelos #familia .relacionados li a {
		line-height: 24px;
		font-size: 14px;
	}
	.single-modelos #familia .relacionados li a span.material-symbols-outlined {
		font-size: 24px;
	}
	.single-modelos #form .contact {
        margin-top: 0;
        padding: 0;
    }
	.single-modelos #form form .wpcf7-form-control-wrap,
	.single-modelos #form form input.wpcf7-submit {
		width: 100%;
		margin: 20px 0;
	}
	.single-modelos #form form .wpcf7-form-control-wrap input,
	.single-modelos #form form .wpcf7-form-control-wrap select {
		margin: 0 !important;
		font-size: 14px !important;
	}
	.single-modelos #form .contact form .wpcf7-form-control-wrap[data-name="privacidad"] .wpcf7-list-item-label {
		font-size: 12px;
	}



	.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%;
	}
	/* Prehome */
	.prehome #intro .logos .img-with-aniamtion-wrap img {
		max-width: 40%;
	}

	.prehome .boceto .hover-wrap-inner:before {
	    width: 90%;
	    height: 60%;
	    left: -5%;
	    top: 50%;
	}
	.prehome #form .contact form input,
	.prehome #form .contact form select,
	.prehome #form .contact form textarea {
	    width: 98% !important;
	}
	.prehome #form .contact form input.enviar {
	    margin-top: 45px;
	}
	.prehome #info .asociados .column_container {
		width: 50%;
	}
	/* Audi Service */
	.audi #top #logo .starting-logo {
		left: auto;
    	right: 0px;
	}
	.audi #cabecera {
		width: auto;
    	height: 250px;
	}
	.audi #cabecera .row_col_wrap_12 {
		height: 100%;
	}
	.audi #cabecera .row-bg-wrap .row-bg {
		background-position: 40% top !important;
	}
	.audi #cabecera .texto {
		top: 50%;
    	padding: 1.5% 0% 1.5% 5%;
    	-moz-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	.audi #cabecera .texto h1 {
	    line-height: 6vw;
	    font-size: 5vw;
	}
	.audi #titulo .texto h2 {
	    line-height: 8vw;
	    font-size: 7vw;
	}
	.audi #info .texto.large p,
	.audi #info .toggles.accordion a,
	.audi #info .texto a.boton,
	.audi #info.accesorios .texto h3,
	.audi #info .texto ul li {
	    line-height: 5vw;
	    font-size: 3.5vw;
	}
	.audi #info .toggles.accordion .toggle {
	    padding: 0px;
	}
	.audi #form .contact form input, .audi #form .contact form select,
	.audi #form .contact form textarea {
		width: 100% !important;
    	margin: 20px 0%;
	}
	.audi #form .contact form input.enviar {
	    position: relative;
	    margin-top: 50px;
	}
	.audi #info.aseguradoras .texto {
		text-align: center;
	}
	.feria #titulo .texto p {
	    line-height: 6vw;
	    font-size: 4vw;
	}
	#form .contact form .wpcf7-form-control-wrap[data-name="privacidad"] .wpcf7-list-item-label {
	    width: 90%;
	}
	.ideexperience #cabecera .hover-wrap-inner {
	    height: 30vh;
	}
	/* 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;
	}
	/*---- Landings ----*/
	.page-template-modelo #cabecera .overlay {
	    height: 60vh;
	}
	.page-template-modelo #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%);
	}
	.page-template-modelo #cabecera .overlay img.etiqueta {
	    width: 50px;
	    right: auto;
	    left: 5%;
	    bottom: 5%;
	    border: 2px solid rgb(255, 255, 255);
	}
	.page-template-modelo .box {
	    padding-left: 5%;
	    padding-right: 5%;
	}
	.page-template-modelo #cabecera .cuota {
	    height: auto;
	}
	.page-template-modelo #cabecera .cuota h1 {
	    width: 100%;
	    line-height: 1.2;
	    padding: 20px 0;
	}
	.page-template-modelo #cabecera .cuota a {
	    float: left;
	    width: 60%;
	    margin: 10px 0 30px 0;
	}
	.page-template-modelo #informacion {
	    margin: 30px 0 60px 0;
	    display: block;
	}
	.page-template-modelo #informacion .dato {
	    width: 100%;
	    margin: 10px 0;
	    padding: 10px 20px;
	}
	.page-template-modelo #form .contact {
	    padding: 30px 40px;
	}
	.page-template-modelo #modelos h2 {
	    font-size: 3vh;
	}
	.page-template-modelo #modelos #buttons {
	    position: absolute;
	    top: 220px;
	    left: 0;
	    width: 100%;
	    padding: 0 5px;
	    margin: 0;
	    z-index: 99;
	}
	.page-template-modelo #modelos #buttons .arrow {
	    margin: 0;
	}
	.page-template-modelo #modelos #buttons .arrow.next {
	    float: right;
	}
	.page-template-modelo #modelos #buttons .arrow.disable {
	    opacity: 0;
	}
	.page-template-modelo #modelos .model-container {
	    left: 5%;
	    top: 80px;
	}
	.page-template-modelo #modelos .model-container .model {
	    width: 100%;
	}
}

/* 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) {
    .single-modelos .main-content #cabecera {
        margin-top: 0;
    }
    .single-modelos .main-content #cabecera img {
        width: auto;
        max-width: none;
        height: auto;
        top: 0;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

/* 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) {
	.single-modelos .main-content #informacion .dato {
		padding: 15px 40px;
	}
	.single-modelos .main-content #informacion .dato p {
		padding-bottom: 15px;
	}
	.single-modelos .main-content #informacion .dato h3 {
		font-size: 30px;
	}
}
