/*
Theme Name: Liberty Motorclick
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--blue: #203E64;
	--red: #E51C27;
	--black: #000000;
	--primary: #454545;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	color: var(--primary);
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	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);
}
.red {
	color: var(--red);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-red {
	background: var(--red);
}
a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--blue);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: 1px solid var(--blue);
	padding: 10px 30px;
	font-weight: normal;
	font-family: 'Ubuntu', sans-serif;
	opacity: 0.9;
	font-weight: 500;
	font-size: 15px;
	border-radius: 8px;
}
.boton:hover, .boton:focus {
	color: var(--white);
	opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
}
.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (height/width * 100) */
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mapa iframe {
	width: 100%;
	height: 500px;
}

.dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff !important;
    background-color: transparent !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	border-top: 1px solid var(--blue);
	background: #fff;
	margin-left: 0 !important;
	min-width: 200px;
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #f0f0f0 !important;
	font-size: 16px !important;
	color: #000;
	font-weight: normal;
	padding: 12px 15px;
    display: block;
    background: #fff;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
	color: #EA0B13;
}


/**** HEADER ****/
.top {
	display: none;
}
header {
	background: var(--blue);
	border-top: 4px solid #333;
}
.container-menu {
	position: relative;
	padding-right: 230px;
}
.redes-menu, .idioma-menu {
	display: inline-block;
}
.idioma-menu {
	position: absolute;
	right: 0;
	top: 34px;
}
.redes-menu {
	position: absolute;
	right: 120px;
	top: 35px;
}
.redes-menu a {
	color: #fff !important;
	font-size: 18px;
	margin-right: 7px;
}
header .navbar-brand {
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
	padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
}
header .navbar-brand span {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	height: 100%;
	width: 700px;
	z-index: 1;
}
header .navbar-brand img {
    height: 80px;
    position: relative;
    z-index: 100;
    
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
  background-color: transparent !important;
  border-color: none;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: #ffffff;
	font-size: 17px;
	border: none;
	text-transform: none;
	font-weight: normal;
	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: 'Ubuntu', sans-serif;
	border-bottom: 3px solid transparent;
	padding: 10px 0;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: #ffffff;
	border-bottom: 3px solid var(--red);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff;
		border-bottom: 3px solid var(--red);
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-right {
    padding-top: 28px;
}
.language-chooser {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.language-chooser a {
	color: #fff !important;
	font-size: 16px;
}
.language-chooser li.active {
	display: none;
}
.lang-en {
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 31px;
	background: url(images/en.png) no-repeat left center;
	background-size: 24px;
}
.lang-es {
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 31px;
	background: url(images/es.png) no-repeat left center;
	background-size: 24px;
}

.carousel-home img {
	width: 100%;
}
.contenido-banners-home {
	background: #fff;
	padding: 0;
	margin-top: -20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
}
.contenido-banners-home img {
	border: 1px solid #e9e9e9;
	margin-bottom: 15px;
}
a.tipos {
	display: block;
	width: 450px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 180px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.tipo1 {
	background: url(images/tipo1.jpg) no-repeat left center;
	background-size: cover;
}
.tipo2 {
	background: url(images/tipo2.jpg) no-repeat left center;
	background-size: cover;
}
.tipo3 {
	background: url(images/tipo3.jpg) no-repeat left center;
	background-size: cover;
}
.tipo4 {
	background: url(images/tipo4.jpg) no-repeat left center;
	background-size: cover;
}
.tipo5 {
	background: url(images/tipo5.jpg) no-repeat left center;
	background-size: cover;
}
.tipo6 {
	background: url(images/tipo6.jpg) no-repeat left center;
	background-size: cover;
}
a.tipos span {
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px 15px;
	font-size: 23px;
	font-weight: 500;
}
.parallax {
	background: url(images/bg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.parallax a {
	display: inline-block;
	color: var(--blue) !important;
	background: #fff;
	border-radius: 8px;
	padding: 10px 15px;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 30px;
	margin-top: 20px;
	font-size: 17px;
}
h1 {
	font-weight: 500;
	font-size: 56px;
	margin-bottom: 20px;
}
@media(min-width:767px) {
	.pright {
		padding-right: 30px;
	}
}

footer {
	padding-top: 40px;
}
.logofooter {
	height: 85px;
	width: auto;
}
.menufooter {
	padding-top: 10px;
}
.menufooter a {
	display: block;
	margin-bottom: 8px;
}
.cont {
	padding-top: 10px;
}
.contactos {
	position: relative;
	padding-left: 31px;
}
.contactos img {
	position: absolute;
	left: 0;
	top: 1px;
	width: 22px;
}
.redesfooter a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	background: var(--blue);
	margin-right: 8px;
	line-height: 39px;
	font-size: 18px;
	text-align: center;
}
.cab h1 {
	font-size: 44px;
	color: var(--blue);
	margin: 0;
}
.cab {
	padding-top: 80px;
	padding-bottom: 80px;
}
.cabnosotros {
	background: url(images/cabnosotros.jpg) no-repeat center center;
	background-size: cover;
}
.contenidos h1 {
	color: var(--blue);
	margin-bottom: 20px;
}
@media(min-width:991px) {
	.contenidos {
		padding-top: 30px;
	}
}
.white h2 {
	color: #fff;
}
h2 {
	font-weight: 500;
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 20px;
}
.formulario input, .formulario select {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 16px;
	background: #fff;
	height: 42px;
	padding: 12px;
}
.formulario textarea {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 16px;
	padding: 12px;
	height: 150px;
}
.ficha {
	border: 1px solid #e9e9e9;
	margin-bottom: 30px;
	width: 400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.imgficha {
	display: block;
	width: 100%;
	height: 230px;
}
.contenido-ficha {
	padding: 10px 15px;
}
.contenido-ficha  h4 {
	color: var(--blue);
	margin-bottom: 10px;
}
.contenido-ficha .precio-ficha {
	color: var(--red);
	font-weight: 600;
	min-height: 54px;
}
.contenido-ficha .precio-ficha .rd {
	font-size: 12px;
}
h2 .rd {
	font-size: 18px;
	color: var(--red);
	position: relative;
	display: inline-block;
	top: -8px;
}
h2 .precio-detalle {
	color: var(--red);
}
.preciosdetalle {
	display: inline-block;
	margin-left: 10px;
	color: var(--red);
}
.imagendetalle {
	border: 1px solid #e9e9e9;
	margin-bottom: 30px;
}
h4 {
	font-size: 21px;
}
table {
	width: 100%;
}
table td {
	padding: 5px 12px;
	border-bottom: 1px solid #f4f4f4;
}
table tr:nth-child(2n) {
	background: #ffffff;
}
.bg-grey {
	background: #f8f8f8;
}
.resultado {
	color: var(--red);
	font-size: 36px;
	font-weight: 600;
}
.resultado span {
	position: relative;
	font-size: 13px;
	top: -10px;
}
.calculadora input, .calculadora select {
	margin-top: 5px;
}


@media(max-width:991px) {
	header {
		border: none;
		background: #fff;
	}
	.top {
		display: block;
		text-align: right;
		padding-top: 10px;
		padding-bottom: 10px;
		background: var(--blue);
	}
	.container-menu {
  	padding-right: 0;
	}
	.redes {
		margin-right: 30px;
	}
	.redes-menu, .idioma-menu {
		display: none;
	}
	.redes a {
		color: #fff;
		font-size: 18px;
		margin-right: 8px;
	}
	.navbar-default .navbar-nav li a {
  	color: var(--blue) !important;
  }
}

@media(max-width:767px) {
	header .navbar-brand span {
  	display: none;
	}
	.navbar-toggle {
	  position: relative;
	  float: right;
	  padding: 9px 10px;
	  margin-top: 32px;
	  margin-right: 3px;
	  margin-bottom: 8px;
	  background-color: transparent;
	  background-image: none;
	  border: 1px solid transparent;
	    border-top-color: transparent;
	    border-right-color: transparent;
	    border-bottom-color: transparent;
	    border-left-color: transparent;
	  border-radius: 4px;
	  color: var(--blue);
	  border: none !important;
	  background: #fff !important;
	  font-size: 19px;
	}
	.navbar-default .navbar-nav li a {
	  color: #ffffff;
	  font-size: 17px;
	  border: none;
	    border-bottom-width: medium;
	    border-bottom-style: none;
	    border-bottom-color: currentcolor;
	  text-transform: none;
	  font-weight: normal;
	  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: 'Ubuntu', sans-serif;
	  border-bottom: 3px solid transparent;
	  padding: 17px 0;
	  border-bottom: 1px solid #f0f0f0 !important;
	}
	.navbar-right {
  	padding-top: 0;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	    color: var(--blue) !important;
	    background-color: transparent !important;
	}
	.contenido-banners-home {
	  margin-top: 30px;
  }
  .contenido-banners-home .col-sm-4 {
  	text-align: center;
  }
  .parallax .col-sm-6 {
  	padding-right: 20%;
  }
  h1 {
  	font-size: 48px;
  }
}

@media(max-width:598px) {
	.contenido-banners-home {
	  padding-right: 0;
	  padding-left: 0;
	  padding-top: 0;
	}
	.contenido-banners-home .row {
		margin: 0 -7px;
	}
	.contenido-banners-home .col-xs-4 {
		padding-left: 7px;
		padding-right: 7px;
	}

  h1 {
  	font-size: 40px;
  }
  a.tipos {
  	padding-top: 93px;
  	padding-bottom: 14px;
  }
  a.tipos span {
  	font-size: 20px;
  }
  h2 {
	  font-size: 30px;
  }
}

@media(max-width:498px) {
	.full498 {
		width: 100%;
		float: none;
	}
}