/*
Theme Name: Domingo Auto Import
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--blue: #21145F;
	--green: #012549;
	--black: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	color: #555;
	font-weight: normal;
	padding-top: 80px;
	line-height: 1.5em;
}
.container, .container-fluid {
	width: 1120px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.green {
	color: var(--green);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: url(images/blue.jpg) repeat;
}
.bg-green {
	background: var(--green);
	color: #fff;
}
.bg-green p, .bg-green h1 {
	color:#fff;
}
h1, h2, h3, h4 {
	color: var(--blue);
	font-weight: normal;
	margin-bottom: 24px;
}
h1 {
	font-size: 40px;
}



/** HEADER **/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 100;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
  width: 174px;
}
.navbar-default .navbar-brand {
	position: absolute;
  	top: -4px;
  	left: 0;
  	margin: 0;
  	padding: 0;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: #21145F;
	font-size: 15px;
	border: none;
	padding: 9px 24px;
	border-radius: 24px;
	text-transform: none;
	font-weight: 500;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Montserrat', sans-serif;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background: var(--green) !important;
	color: #fff;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background: var(--green) !important;
	color: #fff;
}
.navbar-right {
    padding-top: 14px;
    margin-bottom: 20px;
}
.navbar-default .navbar-nav li {
	padding-right: 4px;
	padding-left: 4px;
}
.navbar-default .navbar-nav li.whatsapp a {
	background: none !important;
	color: var(--green);
	font-size: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none !important;
}
.navbar-default .navbar-nav li.whatsapp a:hover {
	color: var(--blue);
	background: none !important;
}
.container-menu {
	position: relative;
}
.opennav {
	position: absolute;
	right: 30px;
	top: 25px;
	font-size: 24px;
	color: #21145F;
	cursor: pointer;
	z-index: 9999;
}
.sidenav {
  	height: 100%;
  	width: 0; 
  	position: fixed;
  	z-index: 1000;
  	top: 0; 
  	right: 0;
  	background-color: #fff;
  	overflow-x: hidden; 
  	padding-top: 60px; 
  	transition: 0.3s;
  	-webkit-box-shadow: -5px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: -5px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: -5px 0px 15px 0px rgba(0,0,0,0.15);
}
.sidenav .closebtn {
  	position: absolute;
  	top: 30px;
  	right: 25px;
  	margin-left: 50px;
  	width: 24px;
}
.content-menu-sidebar {
	padding: 40px;
}
.menu-sidebar a {
	font-weight: normal;
	font-size: 20px;
	display: block;
	padding: 7px 0;
	color: #21145F;
	text-decoration: none;
}
.content-menu-sidebar .redes {
	padding-top: 30px;
}
.content-menu-sidebar .redes a {
	font-size: 21px;
	color: #21145F;
	margin-right: 15px;
}


/*** Home ****/
.content-slide {
	position: relative;
	padding-left: 100px;
	padding-right: 100px;
	backdrop-filter: blur(100px);
}
.content-slide .overlay {
	filter: blur(10px);
  	position: absolute;
  	height: 100%; 
  	width: 100%;
  	left: 0;
}
.content-slide .overlay2 {
  	position: absolute;
  	height: 100%; 
  	width: 100%;
  	left: 0;
  	background: rgba(0,0,0,0.5);
}
.content-slide .container-fluid {
	position: relative;
	padding-left:  28px;
	padding-right: 28px;
}
.content-slide .container-fluid img {
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}
.owl1 .owl-nav {
	display: none !important;
}
.owl1 .owl-dots {
	display: block !important;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
}
.owl-carousel button.owl-dot {
  	background: rgba(200,200,200,0.5);
  	border: 1px solid #d0d0d0;
	width: 18px;
	height: 18px;
	border-radius: 50%;  
	margin: 0 5px;
}
.owl-carousel button.owl-dot.active {
  	background: var(--green);
  	border: 1px solid var(--green);
	width: 18px;
	height: 18px;
	border-radius: 50%;  
}
section {
	padding-top: 80px;
	padding-bottom: 50px;
}
.beneficios {
	color: #fff;
	font-size: 1.2em;
}
.beneficios ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}
.beneficios ul li {
	display: block;
	position: relative;
	padding-left: 18px;
	margin-bottom: 15px;
	color: #fff;
}
.beneficios ul li::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 7px;
}
.bg-grey {
	background:	#f2f2f2;
}
.mapa {
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	-ms-filter: grayscale(80%);
	-o-filter: grayscale(80%);
	filter: grayscale(80%); 
}
.mapa iframe {
	width: 100%;
	height: 500px;
}
.telefonos a {
	color: #555 !important;
	text-decoration: none;
}
.telefonos a .fa {
	margin-right: 6px;
	color: var(--blue);
}
.formulario input {
	width: 100%;
	background: #f4f4f4;
	padding: 12px 15px;
	margin-bottom: 16px;
	border: none;
	border: 1px solid #f0f0f0;
}
.formulario textarea {
	width: 100%;
	background: #f4f4f4;
	padding: 12px 15px;
	margin-bottom: 16px;
	height: 140px;
	border: none;
	border: 1px solid #f0f0f0;
}
.boton {
	background: var(--green);
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	padding: 9px 30px;
	border: none;
	outline: none;
	font-size: 16px;
	border-radius: 30px;
	text-align: center;
	transition: all .2s;
}
.boton:hover {
	background: var(--blue);
	color: #fff;
}
.formulario .boton {
	width: 200px;
}
footer {
	padding-top: 60px;
	padding-bottom: 30px;
}
.socialfooter {
	margin-bottom: 30px;
}
.socialfooter a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	font-size: 21px;
	background: var(--green);
	color: #fff;
	line-height: 50px;
	margin: 0 4px;
	transition: all .2s;
}
.socialfooter a:hover {
	background: var(--blue);
}
.developer {
	font-size: 15px;
	margin-bottom: 0;
} 
.scrolltop {
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	text-align: center;
	font-size: 21px;
	background: var(--green);
	color: #fff;
	line-height: 42px;
	margin: 0 4px;
	transition: all .2s;
	position: fixed;
	bottom: 12px;
	right: 15px;
	color: #fff !important;
}
.vehiculo {
	background: #fff;
	margin-bottom: 30px;
}
.photo {
	display: block;
	width: 100%;
	height: 240px;
	position: relative;
}
.photo .price {
	position: absolute;
	background: #111;
	color: #ffcc00;
	font-weight: 500;
	padding: 6px 15px;
	bottom: 12px;
	left: 0;
}
.vehiculo .datosv {
	padding: 15px;
	text-align: center;
	text-decoration: none;
}
.vehiculo .nombre {
  font-size: 20px;
  color: var(--blue);
  font-weight: 500;
  text-decoration: none;
  min-height: 80px;
  padding-left: 15px;
  padding-right: 15px;
}
.height5 {
	height: 5px;
}
.caracteristicas {
	color: #fff;
	font-size: 1.1em;
}
.caracteristicas strong {
	font-weight: 600;
}
.caracteristicas a {
	color: #fff;
	text-decoration: none;
}
.caracteristicas .fa {
	margin-right: 6px;
}
.caracteristicas .col-xs-6 {
	margin-bottom: 6px;
}
.close {
	opacity: 1 !important;
}
.modal-body {
	padding: 30px;
}
.modal-body .close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 22px;
}
.modal-body h3 {
	margin-top: 0;
	padding-top: 0;
}
.accesorio {
	position: relative;
	padding-left: 15px;
	margin-bottom: 2px;
}
.accesorio::before {
	content: '';
	width: 6px;
	height: 6px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 8px;
}
.observaciones {
	/**
	word-wrap: break-word;
	word-break: break-all;
	**/
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
}
.owl2 .owl-dots {
	display: none !important;
}
.owl2 .owl-nav {
	display: block !important;
	position: absolute;
	top: 50%;
	width: 100%;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0,0,0,0.1);
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0,0,0,0.3);
}
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: 50px;
	top: -40px;
}
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: 50px;
	top: -40px;
}
.owl-carousel .owl-nav button.owl-prev span {
	color: #fff;
	font-size: 30px;
	position: relative;
	left: -1px;
}
.owl-carousel .owl-nav button.owl-next span {
	color: #fff;
	font-size: 30px;
	position: relative;
	left: 1px;

}
.destacado {
	position: absolute;
	top: 0;
	right: 0;
	background: #f00000;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 12px;
	font-size: 14px;
	font-weight: 500;
}

/*** Landing ***/
.landing .titulos {
	background: url(images/bg.jpg) repeat-y center center;
	background-size: 100%;
	font-weight: 800;
	color: #fff;
	font-size: 26px;
}
.landing .titulos .col-sm-7 {
	text-align: right;
	background: url(images/blue.jpg) repeat;
	padding-top: 16px;
	padding-bottom: 16px;
}
.landing .titulos .col-sm-5 {
	background: url(images/green.jpg) repeat;
	padding-top: 16px;
	padding-bottom: 16px;
}
.landing label {
	font-weight: 600;
}
.landing input {
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 12px;
	margin-bottom: 15px;
}
.landing .boton {
	border: none;
	outline: none;
	background: var(--blue);
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 24px;
	padding: 14px 50px;
}
.landing .form {
	position: relative;
	padding-right: 280px;
}
.landing .form .logotipo {
	position: absolute;
	right: 0;
	top: 0;
	width: 230px;
}
.landing .alert {
	color: var(--blue);
	font-weight: 800;
	background: #ecfdf4;
}
.marcas {
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.marcas a {
	display: inline-block;
	white-space: nowrap;
	border: 1px solid var(--green);
	color: var(--green);
	margin: 2px 1px;
	text-transform: uppercase;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 500;
	padding: 3px 15px;
	text-decoration: none;
}
.marcas a.active {
	background: var(--green);
	color: #fff;
}


@media(max-width: 1200px) {
	.navbar-nav.navbar-right {
		margin-right: 90px;
	}
	header {
		min-height: 82px;
	}
}


@media(max-width: 991px) {
	.content-slide {
		padding-left: 0;
		padding-right: 0;
	}	
	.content-slide .container-fluid {
		padding: 0;
	}
	.content-slide .container-fluid img {
		border-left: none;
		border-right: none;
	}
	.navbar-header .navbar-toggle {
		display: none !important;
	}
	.navbar-nav.navbar-right {
		display: none !important;
	}
}


@media(max-width: 767px) {
	.landing .titulos .col-sm-7 {
 		text-align: center;
		padding-top: 14px;
  		padding-bottom: 14px;
	}
	.landing .titulos .col-sm-5 {
 		text-align: center;
		padding-top: 14px;
  		padding-bottom: 14px;
	}
	.landing .titulos {
  		font-size: 22px;
	}
	.landing .form .logotipo {
  		width: 186px;
	}
	.landing .form {
 		padding-right: 222px;
	}
	.owl-carousel .owl-nav button.owl-prev {
		left: 15px;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: 15px;
	}
}

@media(max-width: 498px) {
	.landing .titulos {
 		font-size: 16px;
	}
	.landing .form {
  		padding-right: 0;
	}
	.landing .form .logotipo {
	  position: relative;
	  right: inherit;
	  top: inherit;
	  width: 260px;
	  text-align: center;
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 40px;
	}
	h1 {
  		font-size: 30px;
	}
	.beneficios {
  		font-size: 1em;
	}
	.beneficios ul {
		margin-bottom: 20px;
	}
	.vehiculo .nombre {
  		font-size: 20px;
  	}
  	section {
 		padding-top: 60px;
	}
	header .navbar-brand img {
 		width: 88px;
	}
}


.videoresponsive {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
}
.videoresponsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}