/*
Theme Name: Hauswagen
Theme URI:
Author: 
Author URI: 
Description: 
License: 
License URI: -
Version: 20.8.8

All css files are placed in /css/ folder
*/

/* CSS Rediseño Agosto 2020 */

/* GLOBAL */
@font-face {
	font-family: 'VWHeadLight';
	src: url('/wp-content/themes/hauswagen/fonts/vwhead-light.woff') format('woff');
	font-display: auto;
}
.vwheadlight {
	font-family: "VWHeadLight", Arial, Tahoma, sans-serif !important;
	font-weight: 400;
}
a.link-line {
	border-bottom: 1px solid #001f50;
	padding-bottom: 2px;
}
a.link-line:hover {
    text-decoration: none;
}
a.button, a.tp-button {
    border-radius: 25px !important;
}
a.tp-button.outline {
	color: #001f50 !important;
	background: transparent;
    border: 1px solid #001f50;
    padding: 4px 20px;
}
a.tp-button.white {
	color: #001f50;
	background: white;
}
a.tp-button.white:hover {
	background: #4cc7f4;
}
.gradient-radial {
	background-image: radial-gradient(circle at 50% 85%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%);
}
.g-recaptcha {
	padding: 0;
    margin: 0 0 20px;
	display: inline-block;
}
#mod-page_versiones ul li {
    list-style: url(https://www.hauswagenolavarria.com.ar/wp-content/uploads/2020/08/icon-list.png);
}

/* HEADER */
.header-overlay.ab-hide #Top_bar.is-sticky a.overlay-menu-toggle {
    color: #001f50 !important;
}
.header-overlay.sticky-header .overlay-menu-toggle {
	left: 0;
    margin-left: 20px;
	font-size: 24px;
	top: 10px;
}
.header-overlay.sticky-header .overlay-menu-toggle .open.icon-menu-fine:after {
	content: "Menú";
	position: absolute;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
	padding-left: 5px;
	/*font-family: "VWText", Arial, Tahoma, sans-serif;*/
}
.header-overlay.ab-hide #Top_bar {
	top: 0 !important;
	background-image: url(https://www.hauswagenolavarria.com.ar/wp-content/uploads/2020/08/logo_vw-line-white.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: auto;
	padding-bottom: 25px;
}
.header-overlay.ab-hide #Top_bar.is-sticky {
	background-image: url(https://www.hauswagenolavarria.com.ar/wp-content/uploads/2020/08/logo_vw-line-blue-v2.png);
}
/* Overlay */
#Overlay {
    background: radial-gradient(circle at 0% 0%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%) !important;
	opacity: 1;
}
#overlay-menu {
    left: 7% !important;
    margin-left: 0 !important;
    top: 310px !important;
}
#overlay-menu ul li {
    text-align: left !important;
	margin-bottom: 20px;
}
#overlay-menu ul li a {
	font-size: 26px !important;
	font-family: "VW", Arial, Tahoma, sans-serif !important;
}
.header-overlay .overlay-menu-toggle.focus .close {
    color: white;
}
.header-overlay .overlay-menu-toggle.focus .close:after{
    content: "Cerrar";
	position: absolute;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}
/* wp-content/themes/rz-theme/includes/header-top-area.php (overlay menu secondary) 41 */
#Overlay #secondary-menu.menu-secondary-container {
	position: absolute;
    max-width: 310px;
    right: 10%;
    top: 310px;
    border-left: 2px solid #96a3a8;
    padding-left: 40px;
}
#Overlay .secondary-menu > li {
	float: none !important;
}
#Overlay .secondary-menu > li > a {
	color: white !important;
}
#Overlay .secondary-menu > li > a:hover {
	color: #4cc7f4;
}
#Overlay .secondary-menu li.hover {
	background: none !important;
}

/* FOOTER */
#Footer .widgets_wrapper .container {
    border-top: 2px solid #001f50;
	padding-top: 50px;
}
#Footer .footer_copy .container {
    border-top: 1px solid #dfe4e8;
}
#Footer .footer_copy .copyright {
    font-size: 14px;
}
#Footer h4 {
	font-size: 16px;
}

/* Home */
#home_header {
	background-color: #001f50;
}
#home_header .wpb_revslider_element {
	margin-bottom: 0px;
}
#home_header a.tp-button {
	background: #fff;
	color: #001f50;
}
#home_header a.tp-button:hover {
	background: #4cc7f4;
}

/* Modelos */
#modelos_container {
	margin-top: 20px;
}
#modelos_container .modelos_bg-img {
	max-height: 125px;
	padding: 15px 20px;
	display: inline-block;
}
#modelos_container .modelos_bg-img h3 {
	color: white;
}
#modelos_container a.tp-button.outline {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: -10px;
}

/* Ofertas / Autoahorro / Usados */
#ofertas_container,
#autoahorro_container {
	margin-top: 40px;
}
#ofertas_container .ofertas_bg-img {
	max-height: 165px;
	display: inline-block;
}
#autoahorro_container .ofertas_bg-img {
	max-height: 185px;
	display: inline-block;
}
#ofertas_container .ofertas_bg-img h3,
#autoahorro_container .ofertas_bg-img h3 {
	color: #fff;
	padding: 15px 20px;
}
#ofertas_container .ofertas_bg-img a.tp-button.outline,
#autoahorro_container .ofertas_bg-img a.tp-button.outline {
	margin-top: 15px;
	margin-bottom: -10px;
}

/* Postventa */
#postventa_header {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#postventa_header h1 {
	font-size: 60px;
}

/* Contacto */
#contacto_header {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 500px;
}
#contacto_header h1 {
	color: white;
}
#contacto_container {
	margin-top: 50px;
}

/* Pag modelos descripcion */
#mod-page_header {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 15%;
	filter: brightness(0.9);
}
#mod-page_header h1 {
	font-size: 60px;
	line-height: 65px;
}
#mod-page_header a.tp-button {
	background: #fff;
	color: #001f50 !important;
}
#mod-page_intro {
	margin-top: 100px;
}
#mod-page_info {
	margin-top: 100px;
}
#mod-page_contacto {
	margin-top: 100px;
	background-image: radial-gradient(circle at 50% 85%, rgb(0, 67, 122) 0%, rgb(0, 30, 80) 100%);
	margin-bottom: 100px;
	padding-top: 70px;
    padding-bottom: 25px;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a {
	color: #000 !important;
	font-weight: 700;
}
#mod-page_versiones {
	margin-top: 100px;
}
#mod-page_versiones .versiones_bg-color {
	max-height: 130px;
	display: inline-block;
	padding-top: 5%;
}
#mod-page_versiones .title_versiones .vc_tta-tabs-container ul li a span.vc_tta-title-text {
	color: #001f50;
	font-family: "VW Bold", Arial, Tahoma, sans-serif;
	font-size: 18px;
}
#mod-page_versiones .title_versiones .vc_tta-tabs-container ul li.vc_active a {
	border-bottom: 2px solid #001f50;
}
#mod-page_versiones a.tp-button.outline {
	padding: 10px 20px;
}
#mod-page_info .title_border-left {
	border-left: 2px solid #dfe4e8;
	padding-left: 65px;
	padding-bottom: 35px;
}

/* Solicitar */
#solicitar_header {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	min-height: 500px;
}
#solicitar_header h1 {
	color: white;
}
#solicitar_container {
	margin-top: 50px;
}

/* Sucursales */
#sucursales_header {
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}
#sucursales_header h1 {
	font-size: 60px;
}



/* ===== Responsive ===== */
@media only screen and (max-width: 425px) {
	#modelos_container .modelos_bg-img:before {
		content: "";
	}
}

@media only screen and (max-width: 767px) {
	#overlay-menu {
    	top: 60px !important;
    	margin-top: 0px !important;
	}
	#overlay-menu ul li {
		margin-bottom: 5px;
	}
	#overlay-menu ul li a {
		font-size: 18px !important;
	}
	#Overlay #secondary-menu.menu-secondary-container {
		margin-top: -43px;
		left: 0;
		bottom: 5%;
		top: auto;
	}
	.header-overlay.ab-hide #Top_bar.is-sticky {
    	background-image: url(https://www.hauswagenolavarria.com.ar/wp-content/uploads/2020/08/logo_vw-line-blue-mobile.png) !important;
		background-position: bottom center !important;
		background-repeat: no-repeat !important;
    	padding-bottom: 60px;
	}
	.header-overlay.sticky-header .overlay-menu-toggle {
		margin-left: 0;
	}
	.vc_video-bg.vc_hidden-xs {
    	display: block !important;
	}
	#mod-page_versiones .versiones_bg-color {
		max-height: 80px;
	}
}

@media only screen and (max-width: 1024px) {
	#modelos_container .modelos_bg-img {
		max-height: 120px;
		display: inline-block;
		padding-bottom: 0;
	}
	#ofertas_container .ofertas_bg-img,
	#autoahorro_container .ofertas_bg-img {
		height: 40%;
		display: inline-block;
	}
}

@media only screen and (min-width: 768px) {
	section.section-ph75 {
		padding-left: 75px;
		padding-right: 75px;
	}
	div.section-ph75 {
		padding-left: 5%;
		padding-right: 7%;
	}
	#Top_bar #logo img {
    	padding-left: 90px;
	}
	#modelos_header,
	#ofertas_header,
	#autoahorro_header,
	#usados_header {
		margin-top: 125px;
	}
	#contacto_header, #solicitar_header {
		margin-top: 110px;
	}
}

@media only screen and (min-width: 1240px) {
	.header-overlay #Top_bar.is-sticky {
    	display: block !important;
		top: 0px !important;
	}
}

@media only screen and (max-device-width: 1024px) {
	div.section.has-video .section_video {
    	display: block !important;
	}
}