/*@font-face {
    font-family:"Lato";
    src:url("../fonts/OpelSansW01-BoldCondensed.woff2") format("woff2"),
    url("../fonts/OpelSansW01-BoldCondensed.woff") format("woff"),
    url("../fonts/OpelSansW01-BoldCondensed.otf") format("opentype");
    font-style:normal;font-weight:400;
}*/
        
/* font-family: 'Open Sans', sans-serif; */
/*
@font-face {
    font-family:"Lato";
    src:url("../fonts/OpelSansW01-Condensed.woff2") format("woff2"),
    url("../fonts/OpelSansW01-Condensed.woff") format("woff"),
    url("../fonts/OpelSansW01-Condensed.otf") format("opentype");
    font-style:normal;font-weight:400;
}*/
/*body{
	font-family:"Lato";
	color: #717173;
}*/
body {    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;}
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select, textarea{
	color: #717173;
}
/*** Header ***/
.header{
    background: #000;
    height: 100px;
	border-bottom: 3px solid #fbde08;
}
.button-top{
	position: absolute;
    z-index: 10;
    right: 0;
    top: 35px;	
}
.button-top a.btn-head{
    color: #fff;
    font-size: 12px;
    padding: 5px 10px 5px 5px;
    border: 0;
    cursor: pointer;
    vertical-align: text-bottom;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family:"Lato";
}
a.btn-head.comprar:before {
    content: '?';
    background: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    font-size: 15px;
    font-weight: bold;
    color: #152033;
    float: right;
    top: 2px;
    border-radius: 50%;
    text-transform: uppercase;
    margin-top: 2px;
    text-align: center;
}
.button-top a.cerrar-panel{
	color: #fff;
    font-size: 22px;
    padding: 5px 10px;
    border: 0;	
}
.navigation{
	background: #000;
	top:0;
	height: 97px;
}
.navigation .logo{
	height: 100px;
	background: transparent;
    z-index: 999;
}
.navigation .logo a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 40px;
    max-height: 82px;
    padding-left: 10px;
}
.logo img{
    width: 80px;
    height: 70px;
}
.tit-top{
font-size: 24px;
    text-transform: uppercase;
    font-family: "Lato";
    color: #fff;
    text-align: center;
    line-height: 100px;
    display: block;
    margin: auto;
    width: 150px;
}
.tit-top:hover{
    color: #fff;
}
.tit-top b{
	color: #fdde09;
}
.responsive-menu-open{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    color: #fff;
}
.responsive-menu-open .fa{
    position: relative;
    top: 0;
}
/*** Footer ***/
.footer {
    color: #88949b;
    /* font-size: 15px;
    line-height: 24px; */
}
.footer .bottom{
	line-height: 40px;
	background: #141f31;
}
.footer .top {
    background: #205899;
    padding-bottom: 10px;
    padding-top: 20px;
}
.footer h5{
	font-weight: 300;
    color: #fff;
    margin-bottom: 10px;
}
.iconbox-left a{
	color: #fff;
}
.footer-legal {
	float: left;
}
.footer-legal li a{
	color: #fff;
}
ul.footer-legal li {
	display: inline-block;
	border-right: 1px solid #B7B7B7;
	padding: 0px 12px 0px 13px;
	font-size: 12px;
}
ul.footer-legal li:first-child {
	padding: 0px 12px 0px 0px;
}
ul.footer-legal li:last-child {
	border-right: none;
}
.social {
    float: right;
    width: 100%;
    height: 30px;
    list-style: none;
    border-left: solid 1px #B7B7B7;
}
.social a {
	display: inline-block;
	margin: 0px 5px 0px 0px;
}
.facebook {
	width: 22px;
	height: 30px;
	background-image: url('../images/store/ico-facebook.png');
}
.footer .twitter {
	width: 30px;
	height: 30px;
	background-image: url('../images/store/ico-twitter.png');
}
.youtube {
	width: 26px;
	height: 30px;
	background-image: url('../images/store/ico-youtube.png');
}
.instagram {
	width: 26px;
	height: 30px;
	background: url('../images/store/ico-instagram.png') no-repeat center center;
	background-size: contain;
	margin-left: 10px;
}
/***************************/
.slide-home{
    width: 100%;
    display: block;
}
.panel-comprar{
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 156px;
    background: transparent;
    border: 3px solid transparent;
    z-index: 20;
    -webkit-box-shadow: 0px 4px 10px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 10px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 10px -4px rgba(0,0,0,0.75);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
	transition: all 300ms ease;
}
.panel-comprar.active{
    background: #fff;
    height: 260px;
    border: 3px solid #fdde09;
}
.panel-comprar .inner{
	background: #fff;
}
.panel-comprar .main-heading{
	margin-bottom: 0;
}
/***************************/
.info-compra{
	width: 100%;
    max-width: 1141px;
    display: block;
    margin: auto;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.responsive-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    left: initial;
    min-width: 30%;
    background: #fff;
    z-index: 999;
    padding: 24px;
    overflow-y: scroll;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}
.responsive-menu.open {
    right: 0;
    left: initial;
}
.aside-menu{
    min-width: 50px;
    min-height: 200px;
    position: absolute;
    top: 180px;
    right: 0;
    z-index: 10;
    display: none;
}
.aside-menu .btn-aside{
	color: #fff;
    background: #09a0f7;
    width: 75px;
    min-height: 75px;
    margin-bottom: 5px;
    padding: 16px 2px;
    display: block;
    text-align: center;
}
.aside-menu .btn-aside p{
    font-size: 10px;
    margin: 0;
    line-height: 10px;
    text-transform: uppercase;
}
.aside-menu .btn-aside.btn-concesionario{
    background: #0074e1;
}
.aside-menu .btn-aside .icon{
	font-size: 26px;
	margin-bottom: 2px;
}
.welcome .slide>.inner {
	padding-top: 0;
    min-height: 350px;
    height: auto;
}
/***************************/
.section:last-of-type>.inner {
    padding-bottom: 80px;
    background: #fff;
}
.section > .inner{
	padding: 50px 0;	
}
.service{
    width: 16.666%;
    padding: 0 10px;
    padding-top: 0;
    float: initial;
    display: inline-block;
    vertical-align: text-top;
    border:0;
    margin-top: 5px;
}
.service .line{
	display: block;
    width: 40px;
    height: 3px;
    margin: 0 auto;
    background: #0074e1;
}
.service .icon{
	font-size: 30px;
	margin-bottom: 3px;
}
.service p{
    margin-top: 10px;
    line-height: 16px;
    font-size: 13px;
}
.tabpanel.section-tab .nav-tabs{
    bottom: -53px;
    top: initial;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    width: 201px;
}
.tabpanel.section-tab .nav-tabs>li.active>a,
.tabpanel.section-tab .nav-tabs>li.active>a:hover{
    border-top:0;    
}
.tabpanel.section-tab .nav-tabs.no-top{
    top: -4px;
}
.tabpanel.section-tab .nav-tabs.no-top .tit{
    border-top: 0;
    padding-left: 0;
    background: none;
}
.section.tiny>.inner{
	padding: 15px 0;
    background: #f4f4f4;
}
.main-heading {
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 36px;
    color: #828284;
    text-transform: uppercase;
    font-family:"Lato";
}
.main-heading:after{
    background: initial;
}
.featured-cars .details .seats,
.featured-cars .details .fuel{
    width: 50%;
}
.car-types{
	text-align: center;
}
.car-types .car{
	min-width: 14%;
	font-size: 15px;
    line-height: 13px;
	border-right: 1px solid #ffdd00;
	display: inline-block;
	float: initial;
}
.car-types .car a {
    background: transparent;
    border: 0px;
    font-family: 'Lato';
    color: #6a6a6c;
    cursor: pointer;
    outline: 0;
    box-sizing: unset;
    padding: 0px 20px !important;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    overflow: visible;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}
.car-types .car a:hover {
	color:#000;
}
.car-types .car a.active{
	color:#000;
	font-weight: 'Lato';
}
.featured-cars h5 a{
    color: #5a6466;
    font-family: 'Lato';
    font-size: 30px;
}
.featured-cars .price{
    color: #fff;
    font-family: 'Lato';
    background: #000;
    font-size: 12px;
    line-height: 16px;
    font-weight: 100;
    padding: 2px 6px;
    font-family: 'Lato';
    text-align: right;
    float: left;
    margin-left: 10px;
    text-transform: uppercase;
}
.featured-cars .line{
	margin: 10px 0;
	background: #000;
}
.featured-cars .content p.color{
	font-size: 12px;
	line-height: 16px;
    margin-bottom: 0;
	color: #999;
	font-family: 'Lato';
}
.featured-cars .image .sale-tag{
	background: #0074e1;
}
.featured-cars .image .sale-tag.green {
    background: #48a4f9;
}
.car-details .details-box{
    line-height: 20px;
    margin-bottom: 34px;
    height:auto;
    background: #f4f4f4;
    border: 0;
	-webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.5);
}
.car-details.alt .price {
    font-size: 18px;
    line-height: 28px;
    padding: 8px 54px 9px 10px;
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
    right: 0;
    position: absolute;
    text-align: left;
    background: #007edb;
}
.car-details.alt .price span {
	color: #eef5fd;
    display: block;
    font-size: 15px;
    display: block;
}
.car-details.alt .price2 {
    font-size: 16px;
    line-height: 30px;
    padding: 6px 10px;
    margin-top: 0;
    margin-bottom: 0;
    top: 44px;
    right: 0;
    background: #0062c5;
    color: #fff;
    float: right;
    position: absolute;
}
.car-details.alt .price2 span {
	color: #EAEAE9;
}
.car-details.alt .price2 span {
    font-size: 12px;
    line-height: 19px;
    color: #EAEAE9;
}
/*.owl-carousel .owl-item{
    border: 1px solid #e8ecef;
}*/
#car-details-slider{
    height: 310px;
    overflow: hidden;
    margin-bottom: 10px;
}
.car-details .owl-carousel .owl-item{
    border:1px solid #e8ecef;
}
.car-details .thumb-modelo .item{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 60%;
}
.car-details .thumb-modelo img{
    width: 92%;
    display: block;
    position: absolute;
    top: 1vw;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
}
.owl-item .btn-cotizar{
	width: 100%;
    padding: 4px 20px 4px 10px;
    background: #fdde09;
    display: block;
    color: #000;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
	font-family:"Lato";
}
.precio-f {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #5a6466;
    line-height: 20px;
}
.precio-f span{
    font-size: 18px;
    color: #2e98f9;
    font-family: 'Lato';
}
.precio-l {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #a0a6a7;
    line-height: 20px;
}
.precio-l span{
    text-decoration: line-through;
}
.car-details .details-box .heading {
	height: 80px;
    padding: 10px 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #fee000;
    text-align: center;
}
#detalle .car-details.alt .button {
    line-height: 32px;
    padding: 0 18px;
    font-size: 12px;
    font-weight: 400;
    margin-right: 0;
	font-family: 'Lato';
}
#detalle .button.border.dark {
	background: #000;
    border-color: #000;
    color: #fff;
}
#detalle .button.border.dark:hover {
	background:#fff;
	color: #2e3335;
}
#detalle .button.border.blue {
    background: #fee000;
    color: #000;
    border: 1px solid #fee000;
}
#detalle .button.border.blue:hover {
	border: 1px solid #000;
    color: #000;
    background: #fff;
}

/**********************/
.four{
	width: 33.333%;
    float: left;
    position: relative;
    min-height: 1px;
}
/*--- wrapper item ---*/
.limoking-color-wrapper, 
.limoking-parallax-wrapper{ overflow: hidden; background-position: center 0px; 
	background-repeat: repeat; position: relative; }
.filter ul {
	margin: 0 auto 70px;
	display: table;
}

.filter li {
	display: inline;
	list-style: none;
	margin: 0 20px;
}

.filter li:first-child {
	margin-left: 0;
}
.filter li:last-child {
	margin-right: 0;
}

.filter a {
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #7287a2;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
}

.filter a.active {
	color: #09a0f7 !important;
}
.featured-cars.owl-theme .owl-nav [class*='owl-']{
    background: #000;
}
/*--- car item ---*/
#content-section-2{
	margin-top: 30px;
}
.limoking-car-button { 
	line-height: 32px;
    padding: 0 18px;
    font-size: 12px;
    margin-right: 0;
    background: #fdde09;
    color: #000;
    border: 1px solid #fdde09;
    text-transform: uppercase;
    height: 34px;
    display: inline-block;
    width: auto;
	font-family: "Lato";
}
.limoking-car-button:hover{ 
	border: 1px solid #000;
    color: #fff;
    background: #000;
    opacity: 1;
}
.limoking-car-button.vendido{
    background: transparent;
    color: #ccc;
    border: 1px solid #ccc;
    pointer-events: none;
}
.limoking-car-button.reservado{
    background: transparent;
    color: #ccc;
    border: 1px solid #ccc;
    pointer-events: none;
}
.limoking-car-button.proceso{
    background: #2e98f9;
    color: #fff;
    border: 1px solid #2e98f9;
    pointer-events: none;
}
.car-classic-button-wrapper{
	text-align: center;
}
.car-thumbnail{ height:200px;position: relative; overflow: hidden; line-height: 0;
	transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); }
.car-thumbnail .flex-control-nav{ display:none; }
.car-thumbnail .car-overlay{ background: #fff;position: absolute; top: 0px; right: 0px; 
	bottom: 0px; left: 0px; opacity: 0; filter: alpha(opacity=0); }
.car-thumbnail .car-overlay-icon{ position: absolute; top: 50%; left: 50%; 
	margin-left: -33px; margin-top: -33px; opacity: 0; filter: alpha(opacity=0); overflow: hidden;
	padding: 7px; background: #000; background-color: rgba(0,0,0,0.4);
	transition: none; -moz-transition: none; -o-transition: none; -webkit-transition: none;
	border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }	
.car-thumbnail .car-overlay-icon .car-icon{ display: block; text-align: center; 
	font-size: 18px; line-height: 18px; width: 18px; height: 18px; padding: 20px; 
	border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }	
.car-thumbnail .car-overlay-icon i{ 
    margin-right: 0px;
    color: #000;
    position: relative;
    left: -7px;
    top: -8px;
}
.featured-cars h5{
	font-size: 22px;
    font-weight: bold;
    color: #717173;
    font-family: "Lato";
}
.car-thumbnail .car-overlay-content { position: absolute; text-align: center;
    top: 50%; left: 20px; right: 20px; text-align: center; opacity: 0; filter: alpha(opacity=0); }
.car-thumbnail .flexslider .flex-prev, 
.car-thumbnail .flexslider .flex-next { opacity: 0.7; }
.car-thumbnail .car-overlay-icon .car-icon {
    background-color: #fdde09;
}
.limoking-car-carousel-item .limoking-car-item:first-child{ margin-left: 0px; }
.car-item-filter{ margin: 0px 15px; font-size: 16px; font-weight: bold; text-align: center; padding-bottom: 50px; }
.car-item-filter a{ text-transform: uppercase; letter-spacing: 1px; }
.car-item-filter .limoking-separator{ margin: 0px 15px; font-weight: 400; }
.car-item-filter .limoking-separator:first-child{ display: none; }
.limoking-classic-car-ux{
	border: 1px solid #dde2e5;
    border-bottom: 1px solid #dde2e5;
    padding-bottom: 20px;
}
.car-item-wrapper .details {
    background: #eff3f5;
    border: 1px solid #dde2e5;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}
.car-item-wrapper .details .seats {
    float: left;
    width: 50%;
    border-right: 1px solid #dde2e5;
}
.car-item-wrapper .details .details i {
    color: #8c9aa5;
    margin-right: 8px;
}
.car-item-wrapper .details .fuel {
    float: left;
    width: 50%;
    border-right: 1px solid #dde2e5;
}
.car-item-wrapper .details .type {
    float: left;
    width: 37.5%;
}
.car-item-wrapper .details i {
    color: #8c9aa5;
    margin-right: 8px;
}
.limoking-item {
    margin: 0px 15px 20px;
    min-height: 1px;
    padding: 0 14px;
}
.limoking-item.limoking-car-item.limoking-classic-car {
    margin-bottom: 60px;
}
.limoking-classic-car .car-thumbnail { 
    padding: 5px 0;
}
.limoking-classic-car .car-title { 
	font-size: 22px;
    font-weight: bold;
    color: #717173;
    line-height: 10px;
    margin-bottom: 0;
    font-family: "Lato";
}

.limoking-car-info-value{
	font-size: 12px;
    text-transform: uppercase;
    color: #717173;
    margin: 0;
    display: block;
    line-height: inherit;
    font-family: "Lato";
}
.limoking-car-info-value.color-car{
    font-size: 11px;
    line-height: 8px;
    margin-bottom: 0px;
    color: #717173;
    font-family: 'Lato';
    margin: 0;
}
.car-classic-content .line{
    display: block;
    width: 48px;
    height: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #000;
}
.car-classic-content .line.center-txt{
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.limoking-classic-car .limoking-car-info-inner { 
    background: #f4f4f4;
    padding: 4px 8px;
    margin-bottom: 0;
}
.limoking-classic-car .limoking-car-info { margin-bottom: 2px; }
.limoking-classic-car .limoking-car-info i { display: inline-block; margin-right: 16px; width: 18px; }
.limoking-classic-car .car-rate-info-amount{ float: right; margin-top: 10px;
    text-transform: uppercase; font-size: 14px; margin-right: 9px; }
.limoking-classic-car .car-rate-info-price { font-size: 25px; font-weight: bold; margin-right: 4px; }
.limoking-classic-car .car-rate-info-price i { font-size: 18px; margin-right: 10px; }
.limoking-item.limoking-car-item.limoking-classic-car { margin-bottom: 60px; }

.limoking-modern-car .car-title { font-size: 16px; text-align: center;
    text-transform: uppercase; font-weight: bold; margin-bottom: 0px; }
.limoking-modern-car .car-thumbnail { margin-bottom: 30px; }
.limoking-item.limoking-car-item.limoking-modern-car { margin-bottom: 35px; }
.limoking-car-column-2 .limoking-modern-car .car-title { font-size: 17px; }

.limoking-car-column-4 .limoking-classic-car .car-rate-info-amount{ margin-top: -13px; margin-bottom: 17px; float: left; }

.limoking-car-column-2 .limoking-classic-car .car-rate-info-price { font-size: 28px; }
.limoking-car-column-2 .limoking-classic-car .car-rate-info-amount{ font-size: 16px; }
.limoking-car-column-2 .limoking-classic-car .car-rate-info-price i { font-size: 21px; }
.limoking-pagination {
    margin: 0px 20px;
    text-align: right;
    margin-bottom: 60px;
}
.type-modern-car .limoking-pagination{ margin-top: 20px; }
.car-classic-content.center-txt{
    text-align: center;
}
.car-item-holder video {
    max-width: 100%;
    height: auto;
    width: auto;
}
.car-item-holder img{
	width: 100%;
	height: auto;
}
.car-classic-content{
    padding: 0 15px 15px 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.limoking-car-info .precio-f{
	font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(90, 100, 102);
    line-height: 20px;
}
.limoking-car-info .precio-f span{
	font-size: 22px;
    color: #000;
    font-family: 'Lato';
}
.limoking-car-info .precio-l{
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #999;
    line-height: 20px;
    text-decoration: line-through;
}
.botones-row{
    display: block;
}
.botones-row .col-md-6{
    padding: 0 15px;
}
.botones-row .col-md-6.p5-l{
    padding-left: 4px;
}
.botones-row .col-md-6.p5-r{
    padding-right: 4px;
}
.botones-row .button {
    line-height: 45px;
    font-size: 11px;
    font-weight: 400;
    margin-right: 0;
    background: #162133 !important;
    color: #fff;
    text-transform: uppercase;
    height: 45px;
    display: inline-block;
    width: 100%;
    padding: initial;
    text-align: center;
    border: 0;
}
.limoking-car-item .desde-info{
    background: #337dd4;
    height: 45px;
    color: #fff;
    font-size: 13px;
    padding: 4px 10px;
    line-height: 16px;
}
.limoking-car-item .desde-info span{
    font-size: 16px;
}
/*--- pagination ---*/
.limoking-pagination{ margin: 0px 20px; text-align: right; margin-bottom: 60px; }
.limoking-pagination a{ cursor: pointer; }
.limoking-pagination .page-numbers.current{ cursor: default; }
.limoking-pagination .page-numbers{ display: inline-block; padding: 7px 12px; margin-right: 3px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.limoking-pagination .page-numbers, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{ background-color: #ebebeb; }
.limoking-pagination .page-numbers, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{ color: #979797; }
.limoking-pagination .page-numbers:hover, .limoking-pagination .page-numbers.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{ background-color: #1eacc7; }
.limoking-pagination .page-numbers:hover, .limoking-pagination .page-numbers.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{ color: #ffffff; }
.car-item-holder .clear {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    zoom: 1;
}
.clear {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    zoom: 1;
}
.limoking-car-button, .limoking-button, input[type="button"], input[type="submit"], .single-book-now {
    background-color: #fdde09;
    color: #000;
}
/*.limoking-car-button, .limoking-car-button:hover{
	color: #fff;
}*/

.car-thumbnail .tag-vendido{
	width: 160px;
    height: 30px;
    text-transform: uppercase;
    background: red;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    top: 16px;
    left: -40px;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
/***** DETALLE **********/
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #0074e1;
    margin: 0 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #09a0f7;
}
.car-details .details-box .content {
    padding: 10px 20px;
}
.car-details.alt .title {
    line-height: 25px;
    float: none;
    color: #717173;
    font-family: 'Lato';
    font-size: 30px;
    display: inline;
    font-weight: 100;
}
.car-details .specifications{
	background: #000;
	padding-bottom: 0;
	padding: 20px 20px 10px 20px;
}
.car-details .title span{
	display: block;
    font-size: 11px;
    color: #000;
    font-family: 'Lato';
    line-height: 12px;
}
.car-details .title span.modelo{
	display: block;
    font-size: 13px;
    line-height: 14px;
    color: #666;
    font-family: 'Lato';
}
#detalle .section.light > .inner {
   	padding-bottom: 80px;
}
.block-financiamiento h3{
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    margin: 10px 0;
    line-height: 18px;
    text-align: center;
	color: #717173;
}
.block-financiamiento .bono-internet {
width: 70%;
    display: block;
    background: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    border: solid 2px #fee000;
    padding: 5px 5px;
    font-size: 16px;
    margin: 2px auto 0 auto;
    line-height: 16px;
    color: #000;
    font-family: 'Lato';
}
.block-financiamiento .bono-internet span{
	font-size: 13px;
    line-height: 12px;
    color: #717173;
    font-family: 'Lato';
}
.block-financiamiento .buttons{
	margin-top: 20px;
    text-align: center;
}
.block-financiamiento small{
	text-align: center;
    display: block;
    margin-top: 8px;
    line-height: 14px;
	color: #717173;
}
.car-details .details-box .details-box-details{
	line-height: 35px;
    margin-top: 10px;
}
.block-financiamiento .bottom-botones{
    margin: 10px auto;
    text-align: center;
    margin-bottom: 10px;
}
.block-financiamiento .bottom-botones.hide{
    display: none;
}
.precio-online{
	margin-bottom: 15px;
}
.precio-online h4{
	font-size: 13px;
    text-align: center;
    line-height: 12px;
    margin: 15px 0 5px 0;
    color: #717173;
    text-transform: uppercase;
    min-height: 24px;
}
.precio-online span{
	font-size: 26px;
    color: #000;
    font-family: 'Lato';
    text-align: center;
    display: block;
}
/***** Formulario *******/
.form-group {
    margin-bottom: 10px;
}
.formulario label{
    font-size: 14px !important;
    line-height: 20px !important;
    color: #616d75;
    font-weight: 400;
    margin-bottom: 6px !important;
}
.formulario input{
    /*padding: 10px !important;
    font-size: 14px !important;
    line-height: 15px !important;
       border: 1px solid #dde2e5 !important;*/
       
    padding: 10px !important;
	font-size: 14px !important;
	/* line-height: 15px !important; */
	border: 1px solid #dde2e5 !important;
	height: 37px;
}
.formulario select.ces{
	margin-top: 5px;
	height: 38px;
	padding: 0 10px;
	line-height: 38px;
	border: 1px solid #dde2e5 !important;
}
.formulario input::-webkit-input-placeholder { /* Edge */
  color: #5d6e7b;
}

.formulario input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #5d6e7b;
}

.formulario input::placeholder {
  color: #5d6e7b;
}
#checkbox{
	float: left;
    line-height: 20px;
    height: 22px;
    margin-right: 5px;
}
.modelo-detalle{
    background: #fff;
    padding: 0 8px;
    text-align: left;
    margin-bottom: 50px;
}
.modelo-detalle .thumb-auto{
	margin-top: 20px;
}
.modelo-detalle.top-detalle{
	background: #fff;
    text-align: left;
    margin-bottom: 0;
    border: 1px solid #dde2e5;
    padding: 20px;
        min-height: 465px;
}
.modelo-detalle.no-padding{
    padding:  0;
     margin: 0;
     /*margin-bottom: 10px;*/
}
.modelo-detalle.dark{
    background:initial;
    color: #fff;
}
.modelo-detalle.dark.btn-pago{
    background: transparent;
    padding: 0;
    margin: 0;
}
.detalle-form{
	border-bottom: 1px solid #dde2e5;
    padding-bottom: 10px;
    position: relative;
}
.modelo-detalle.no-bg{
    background:transparent;
}
.modelo-detalle h5{
    margin: 0;
}
.modelo-detalle h1{
	margin: 0;
    line-height: 25px;
    color: #205899;
    font-family: 'Lato';
    font-size: 30px;
    margin-top: 14px;
}
.modelo-detalle span{
    font-size: 14px;
    position: relative;
}
.modelo-detalle .color{
    display: block;
    line-height: 10px;
    font-size: 12px;
    color: #000;
}
.modelo-detalle .thumb-auto img{
    margin: auto;
}
.modelo-detalle .thumb-auto img{
    width: 100%;
}
.modelo-detalle .sep{
    width: 30px;
    height: 2px;
    background: #205899;
    display: block;
    /*margin: auto;*/
    margin-top: 10px;
}
.modelo-detalle .p1{
    position: relative;
    padding-left: 8px;
}
.modelo-detalle .p1:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #2e98f9;
    position: absolute;
    left: 0;
    top: 0;
}
.modelo-detalle .p2{
    color: #2e98f9;
    font-weight: bold;
    font-size: 18px;
}
.modelo-detalle .p3{
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-left: 24px;
}
.modelo-detalle .impuesto span{
     display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.modelo-detalle .impuesto span b{
    color: #205899;
    font-weight: 300;
}
.modelo-detalle .impuesto.m-t15{
	margin-top: 15px;
}
.btn-pago .boton-webpay {
	height: 100% !important;
    width: 100% !important;
    color: #fff !important;
    position: absolute;
    left: 0;
    top: 0;
    border: 0 !important;
    background: #205899 !important;
    padding-top: 17px;
    background-color: #55a1df !important;
    font-size: 22px;
    cursor: pointer;
    font-weight: 700;
}
.btn-pago .boton-webpay:hover{text-decoration: none;}
.btn-pago{
    position: relative;
    font-family: 'Lato', sans-serif;
    background: #fff !important;
    border: 0;
    border-radius: 0px !important;
    font-size: 20px !important;
    height: 88px !important;
    width: 100% !important;
    color: #007edb !important;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    float: none;
    text-align: center;
    cursor: pointer;
    line-height: 25px;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn-pago:hover{
	opacity: .8;
}
.btn-pago p{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-family: 'Lato';
    top: 18px;
    margin: 0;
    cursor: pointer;
    background: #205899 !important;
    pointer-events: none;
}
.datos-bottom{
	background: #205899;
	padding-bottom: 20px;
    padding-top: 15px;
	width: 100%;
    margin: auto;
}
.txt-r{
    text-align: right;
    padding-right: 5px;
}
.txt-l{
    text-align: left;
    padding-left: 5px;
}
.p-0{
    padding: 0;
}
.btn-pago span {
    font-family: 'Lato', sans-serif;
    color: #fff;
    position: absolute;
    top: 10px;
    line-height: 24px;
    left: 0;
    width: 100%;
    font-size: 22px;
    pointer-events: none;
    text-transform: uppercase;
}
a.btn-pagar.boton-webpay span{ width: 100%; float: left;margin-top: 36px;font-size: 33px; }
.form-comprar{
    padding: 20px;
    background: #f4f4f4;	
}
.form-comprar p.txt-bajada{
    line-height: 18px;
    text-transform: uppercase;
    font-family: "Lato";
    color: #717173;
    font-size: 14px;
}
.form-comprar h3{
	color:#717173;
}
.check-col{
    margin-bottom: 10px;
}
.check-box{
    font-size: 13px;
}
.check-box a{
	color: #000;
}
.thumb-webpay{
    margin: 2vw auto !important;
    width: 100%;
    text-align: center;
}
.thumb-webpay img{
    width: 70%;
}
.version-modelo{
font-size: 80%;
    text-transform: uppercase;
    color: #717173;
}
.featured-cars .image{
    border: 1px solid #dde2e5;
    border-bottom: 0;
    height: 220px;
    overflow: hidden;
}
.car-details .specifications .item.short .option{
        width: 20%;
}
.car-details .specifications .item .option-content{
    font-size: 13px;
}
.featured-cars .content, .car-item-holder .content{
	padding: 0 24px;
}
.featured-cars .content.border-b{
    padding-bottom: 20px;
    border-bottom: 1px solid #dde2e5;
}
.featured-cars .estrellas-row, 
.car-item-holder .estrellas-row,
.car-details .estrellas-row,
.modelo-detalle .estrellas-row{
    display: inline-block;
    float: left;
    position: relative;
    width: 62px;
    height:16px;
    padding: 2px 0;
    overflow: hidden;
    background: #000;
    color: #fdde08;
    text-align: center;
    margin-bottom: 5px;
    line-height: initial;
    opacity: 0;
}
.featured-cars .estrellas-row.active, 
.car-item-holder .estrellas-row.active,
.car-details .estrellas-row.active,
.modelo-detalle .estrellas-row.active{
	opacity: 1;
}
.centered{
	text-align: center;
}
.car-item-holder .block-rating.centered .estrellas-row,
.modelo-detalle .block-rating.centered .estrellas-row,
.block-rating.centered .fr-rating{
	float: initial;
}
.block-rating.centered .fr-rating{
    margin-left: 1vw;	
}
.logo-advisor{
	width: 125px;
	display: inline-block;
}
.block-rating{
	padding: 10px;
    display: block;
    width: 100%;
    padding-bottom: 0;
}
.block-rating h4{
	font-size: 11px;
    line-height: initial;
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 2px;
    margin: 0;
    text-transform: uppercase;
}
.block-rating.detalle-rt{
	margin-bottom: 0;
    padding-bottom: 0;
}
.modelo-detalle .block-rating{
    padding-bottom: 0;
    padding-top: 0;
    margin: 4px auto;
}
.block-rating .fa-star{
    color: #dde2e5;
    font-size: 14px;
}
.block-rating .fa-star.checked{
	color: #2e98f9;
}
.block-rating .fr-rating{
    float: left;
    display: inline-block;
    margin-left: 1vw;
}
.block-rating .rating-star{
    background: url('../images/estrellas-panel.png') no-repeat center center;
    width: 93px;
    height: 21px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}
.block-rating .rating-star.azul{
	background: url('../images/estrellas-panel-azul.png') no-repeat center center;
	background-size: contain;
}
.block-rating .star-back-panel{
	width: 93px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: #dedede;
    z-index: 0;
}
.block-rating .star-panel{
	width: 93px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: #0074e1;
    z-index: 1;
}
.block-rating .monto-rating, 
.block-rating .total-rating{
	display: inline-block;
	float: left;
	font-size: 16px;
}
.block-rating .total-rating{
	margin-left: 10px;
}
.legal-form{
    font-size: 12px;
    line-height: 16px;
    color: #999;
    margin-top: 20px;
    display: block;
}
.modelo-detalle .impuesto span.txt-cuota{
    font-size: 12px;
    text-align: left;
    line-height: 18px;
    position: relative;
}
.modelo-detalle .impuesto .txt-cuota.init:after{
    content: "*";
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: -5px;
    top:1px;
}
.modelo-detalle .impuesto.l-h-small span.txt-cuota{
	line-height: 15px;
}
.form-comprar .btn-volver{
    float: left;
    position: relative;
	width: 22px;
    height: 22px;
    background: url('../images/btn-back-store.jpg') no-repeat center center;
	background-size: contain;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 6px;
}
.loading {
    display: none;
    float: right;
    margin-top: -40px;
    margin-right: -2px;
    max-width: 40px;
}
.col-espc-1{
    width: 230px;
    float: left;
    margin-right: 20px;
}
.col-espc-2{
    width: 630px;
    float: left;
}
.col-espc-3{
    width: 200px;
    float: left;
}
.link-ficha{
	color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    float: left;
    margin-top: 10px;
    margin: auto;
    display: block;
    margin-top: 10px;
    text-align: center;
}
.link-ficha:hover{
	color: #fee000;
}
.ico-ficha{
    background:url('../images/ico-ficha.png') no-repeat center center;
    width: 50px;
    height: 60px;
    float: initial;
    display: inline-block;
    background-size: contain;
    margin-right: 0;
}
.txt-ficha{
    padding-top: 10px;
    display: block;
}
.details-car{
	background: #eff3f5;
    border: 1px solid #dde2e5;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}
.details-car .seats, .details-car .fuel{
    width: 50%;
    float: left;
}
.details-car .seats{
    border-right: 1px solid #dde2e5;
}
.details-car .icon-car-gear,
.details-car .icon-car-fuel{
	margin-right: 5px;
}
.car-details .specifications .item .option{
    width: auto;
    float: initial;
    text-decoration: none !important;
    list-style-type: none;
    font-size: 14px;
}
.ul-ficha{
	text-decoration: none;
    width: 50%;
    float: left;
}
.link-advisor{
	display: block;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}
input.celu-bk{
    background: #fff url(../images/pre.png) no-repeat 8px 6px !important;
    padding-left: 2.5em !important;
    background-size: 24px !important;
}

.finan-txt {
    display: block;
    line-height: 18px;
    text-transform: uppercase;
    font-family: "Lato";
    color: #717173;
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}
p.finan-txt.rojo:after {
    content: '';
    width: 5px;
    height: 100%;
    background: red;
    position: absolute;
    left: 0;
    top: 2px;
}
p.finan-txt.verde:after {
    content: '';
    width: 5px;
    height: 100%;
    background: green;
    position: absolute;
    left: 0;
    top: 2px;
}
p.finan-txt.amarillo:after {
    content: '';
    width: 5px;
    height: 100%;
    background: #fbde05;
    position: absolute;
    left: 0;
    top: 2px;
}
/***********************/
.recibo{
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #ececec;
    margin-bottom: 30px;
}
.recibo h6{
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.dato-user{
    margin-bottom: 0;
    background: #ececec;
    padding: 5px 8px;
}
.dato-user.two{
    background: #f5f5f5;
}
.car-details .specifications .item .option:after{
	content: '';
	visibility: hidden !important;
}
.col-esp{
	position: relative;
}
.col-esp:after{
    content: '';
    width: 2px;
    height: 60px;
    background: #0074e1;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.col-esp.no-margin:after{
	content: '';
    width: 2px;
    height: 60px;
    background: #fee000;
    position: absolute;
    right: 25px;
    top: -10px;
    bottom: 0;
    margin: auto;
}
/*.car-details .specifications .item .row{
	text-align:  center;
}*/
.ul-sm-6{
    display: inline-block;
    width: 48%;
    padding: 0;
    padding-left: 6vw;
}
.ul-sm-6.ul-r{
    padding-left: 4vw;
}
.car-details .specifications .item span{
    width: 100px;
    display: inline-block;
}
.recibo .text-muted{
    color: #5d6d7b;
    font-size: 14px;
}
.ano-tit{
    width: 60px;
    height: 16px;
    padding: 3px 8px;
    overflow: hidden;
    background: #000;
    color: #fdde08;
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
    top: -5px;
}
.log-tanner {
    width: 97px;
    vertical-align: top;
    margin-left: 2%;
    display: block;
    margin: 20px auto 36px;
}
.fin-tit {
    height: 70px;
    background: #f7d900;
    color: #000;
    float: none;
    width: 100%;
    padding: 0 10px;
    margin: 20px auto 10px auto;
}
.fin-tit span {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 26px;
    position: relative;
    top: 20px;
    font-family: "Lato";
}
.cont-info-tanner {
    width: 100%;
    height: 90px;
    color: #fff;
    float: none;
    margin-left: 0;
}
.cuota-tanner-val {
    width: 100%;
    display: block;
    text-align: center;
    background: #000;
    margin-bottom: 3px;
    padding: 19px 0;
}
.cuota-tanner-val h4 {
    font-size: 28px;
    margin: 0;
}
.cuota-tanner-val span {
    font-size: 17px;
}
.boton-solicitud {
    color: #fff !important;
    font-size: 14px !important;
    width: 100% !important;
    height: 60px !important;
    margin: 10px auto !important;
    max-width: 100%;
    font-family: 'Lato' !important;
    background: #000 !important;
    border-bottom: 3px solid #fdde09 !important;
    border-radius: 0px !important;
    text-transform: uppercase;
}
.modelo-detalle.top-detalle.tanner{
	background: transparent;
    text-align: center;
    margin-bottom: 0;
    border: 0 solid #dde2e5;
    padding: 0;
    min-height: auto;
}
/**********************/

@media only screen and (max-width: 1200px){
    .btn-pago .boton-webpay{
        font-size: 16px !important;
    }
    .limoking-car-item .desde-info{
        font-size: 12px;
    }
    .limoking-car-item .desde-info span {
        font-size: 14px;
    }
    .botones-row .button{
        font-size: 9px;
    }
    #detalle .car-details.alt .button.btn-comprar-fn{
	    padding: 0 8px;
		font-size: 10px;
    }
    .car-thumbnail {
    	height: 150px;
    }
    #digito-verificador{
		width: 14% !important;	
	}
	.featured-cars .image{
		height: 250px;	
	}
	.car-types .car{
		width: auto;
	    min-width: auto;
	    font-size: 13px;
	}
}
@media only screen and (max-width: 1024px){
    .ul-sm-6 {
        display: inline-block;
        width: 46%;
        padding: 0;
        padding-left: 6vw;
    }
    .car-details .specifications .item .option {
        font-size: 13px;
        line-height: 30px;
    }
    .featured-cars .image {
	    height: 220px;
	}
	.fin-tit {
    	height: 50px;
    	line-height: 50px;
    }
    .fin-tit span{
	    font-size: 18px;
	    line-height: initial;
	    top: 0;
	    display: inline-block;
    }
    .cont-info-tanner{
	    height: auto;
    }
    .cuota-tanner-val h4 {
	    font-size: 24px;
	    margin: 0;
	}
	.cuota-tanner-val span {
	    font-size: 12px;
	}

}
@media only screen and (max-width: 1000px){
	.car-details .details-box {
	    line-height: 20px;
	    margin-bottom: 34px;
	    height: 340px;
	}
	#detalle .car-details.alt .button {
	    line-height: 18px;
	    padding: 0 18px;
	    font-size: 10px;
	    font-weight: 400;
	    margin-right: 0;
	    height: 40px;
	}
	#detalle .button.border.blue {
	    width: 110px;
	    height: 28px;
	    line-height: 28px;
	       margin-bottom: 6px;
	}
	#detalle .button.border.dark {
	    color: #fff;
	    width: 110px;
	    height: 28px;
	    line-height: 28px;
	}
	.block-financiamiento h3 {
	    text-transform: uppercase;
	    display: block;
	    font-size: 9px;
	    margin: 8px 0;
	    line-height: 18px;
    	text-align: center;
	}
	.block-financiamiento .bono-internet span {
    	font-size: 10px;
    }
    .precio-online h4 {
	    font-size: 10px;
	    text-align: center;
	    line-height: 12px;
	    margin: 10px 0 5px 0;
	    height: 24px;
	    color: #162133;
	    text-transform: uppercase;
	}
	.block-financiamiento small {
	    text-align: center;
	    display: block;
	    margin-top: 8px;
	    line-height: 14px;
	    font-size: 10px;
	}
	.precio-online span {
    	font-size: 18px;
    }
    .precio-online {
    	margin-bottom: 4px;
	}
	#detalle .button.border.dark.btn-comprar-fn{
		font-size: 9px;
	    line-height: 13px;
	    height: 35px;
	    width: 130px;
	    padding-top: 3px;
	}
	#car-details-slider {
	    height: auto;
	    overflow: hidden;
	    margin-bottom: 10px;
	}
	.logo-advisor {
    	width: 82px;
    	display: inline-block;
	}
	.block-rating .fa-star {
    	color: #dde2e5;
    	font-size: 16px;
	}
	.block-rating .monto-rating, .block-rating .total-rating{
		font-size: 14px;
	}
	/*.featured-cars .estrellas-row{
		width: 95px;
	}
	.block-rating .rating-star{
		width: 62px;
		height: 14px;
	}*/
	/*.car-details .estrellas-row{
		width: 62px;
		height: 14px;
	}*/
	/*.block-rating .star-panel{
		height: 14px;
	}
	.block-rating .star-back-panel {
    	width: 64px;
    	height: 16px;
	}*/
	.txt-ficha {
	    width: auto;
	    float: initial;
	    text-decoration: none !important;
	    list-style-type: none;
		font-size: 11px;
		line-height: 14px;
	}
	.ico-ficha{
		width: 45px;
		height: 50px;
	}
	.car-details .specifications .item .option {
	    width: auto;
	    float: initial;
	    text-decoration: none !important;
	    list-style-type: none;
	    line-height: 27px;
	    font-size: 13px;
	}
	.block-rating.detalle{
		padding-left: 0;
	}
	/*.block-rating .fr-rating {
	    float: initial;
	    display: block;
	    margin: 0;
	}*/
	#digito-verificador{
		width: 12% !important;	
	}
	.modelo-detalle.no-padding{
		padding-bottom: 10px;
	}
	.block-rating.detalle .fr-rating {
		    float: initial;
			display: block;
			margin: 0;
			position: relative;
			top: 1px;
	}
	.block-rating .car-details .estrellas-row{
		display: block;
		float: initial;
	}
	.block-rating.detalle  .link-advisor {
	    display: block;
	    color: #fff;
	    font-size: 9px;
	    text-transform: uppercase;
	    line-height: 10px;
	}
	.block-rating.detalle .estrellas-row{
		float: initial;
		display: block; 
	}
	.block-rating.detalle .monto-rating{
    	font-size: 13px;
		line-height: 13px;
	}
	.panel-comprar{
		top:98px;
	}
	.panel-comprar.active {
    	background: transparent;
    	height: 230px;
	}
	.button-top a.btn-head{
		font-size: 10px;
		padding: 5px 5px 0px 0px;
	}
	.button-top a.cerrar-panel{
		font-size: 14px;
	}
	.main-heading{
	    font-size: 16px;
	    letter-spacing: 6px;
	    line-height: 10px;
	}
    .ul-sm-6 {
        display: inline-block;
        width: 180px;
        padding: 0;
        padding-left: 4vw;
    }
    .car-details .specifications .item .option{
        line-height: 27px;
        font-size: 12px;
    }
    .car-details .specifications .item span {
        width: 70px;
        display: inline-block;
    }
}
@media only screen and (max-width: 990px){
    .txt-r, .txt-l {
        text-align: center;
        padding-right: 5px;
        padding: 0;
    }
    #content-section-2 .container {
        width: 100%;
    }
    .botones-row {
        display: block;
        padding: 0 15px;
    }
    .botones-row .col-md-6,
    .botones-row .col-md-6.p5-r,
    .botones-row .col-md-6.p5-l{
        padding-right: initial;
        padding: 0;
    }
    .limoking-car-item .desde-info {
        font-size: 13px;
        text-align: center;
    }
    .botones-row .button {
        font-size: 12px;
    }
}
@media only screen and (max-width: 900px){
    .car-types .car {
	    font-size: 11px;
	    min-width: 13%;
    }
    .button-top {
	    position: absolute;
	    z-index: 10;
	    right: 7vw;
	    top: 4vw;
	}
	.car-thumbnail {
	    height: 130px;
	}
}

@media only screen and (max-width: 800px){
	
}

@media only screen and (max-width: 768px){
	.header {
	    height: 60px;
	}
	.navigation {
	    top: 0;
	    height: 60px;
	}

	.navigation .logo{
		float: right;
	    height: 60px;
	}
	.responsive-menu-open {
	    padding-right: 12px;
	}
    .responsive-nav ul>li a{
        font-size: 18px;
        line-height: 32px;
    }
    .list-unstyled ul{
        padding-left: 20px;
    }
    .responsive-menu-close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 38px;
        color: #5d6e7b;
    }
	.navigation .logo a {
	    display: inline-block;
	    vertical-align: middle;
	    padding: 0 10px;
	    max-height: 70px;
	}
	.logo img {
	    width: 60px;
	    height: auto;
	    -webkit-transform: translate3d(0,0,0);
	    -ms-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
    .inner-menu{
        display: none;
    }
    .responsive-menu-open .fa {
        position: relative;
        top: -12px;
    }
	.tit-top {
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Lato';
        color: #fff;
        text-align: center;
        line-height: 60px;
        padding-right: initial;
        width: 100px;
        padding: 0;
        position: relative;
        display: block;
        margin: auto;
	}
	.four {
	    width: 100%;
	}
	.footer-legal {
	    float: initial;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
        padding-left: 0;
	}
	.social {
	    float: initial;
	    width: 100%;
	    height: 30px;
	    list-style: none;
	    border-left: 0;
	    padding: 0;
	    text-align: center;
	}
	.aside-menu{display: none;}
	.section.tiny>.inner {
    	padding: 10px 0;
	}
	.copyright{
		line-height: 10px;
		font-size: 11px;	
	}
	.section:last-of-type>.inner {
    	padding-bottom: 50px;
	}
	.car-types .car {
	    width: 22.33%;
	    margin-bottom: 24px;
	    font-size: 15px;
	    margin-bottom: 8px;
	    line-height: 13px;
	    float: initial;
	    display: inline-block;
	    border-right: 1px solid #90b8da;
	}
	.tabpanel{
		text-align: center;
	}
	.car-thumbnail {
	    height: auto;
	}
	.car-types .car.m-no-border{
		border: 0;
	}
	.services {
	    text-align: center;
	}
	/*.service {
	    width: 90%;
	    padding: 0 10px;
	    display: inline-block;
	    padding-top: 0;
	    float: initial;
	    margin: 0;
	}*/
    .block-financiamiento .col-sm-6{
        margin-top: 15px;
        border-top: 1px solid #e8ecef;
        padding-top: 10px;
    }
    .car-details .details-box {
        line-height: 20px;
        margin-bottom: 34px;
        height: auto;
    }
    .car-details .details-box .details-box-details .seats {
        width: 15%;
        font-size: 13px;
    }
    .car-details .details-box .details-box-details .fuel {
        width: 30%;
        font-size: 13px;
    }
	.car-details .details-box .details-box-details .type {
        width: 15%;
        font-size: 13px;
    }
    .car-details .details-box .details-box-details .gear {
        width: 20%;
        font-size: 13px;
    }
    .car-details .details-box .details-box-details .year {
        width: 20%;
        font-size: 13px;
        border-right: none;
    }
    .bottom-botones #detalle .button.border{
        padding: 0 26px;
    }
    .logo-advisor {
    	width: 150px;
    	display: inline-block;
	}
	
	#detalle .button.border.dark.btn-comprar-fn {
	    font-size: 10px;
	    line-height: 28px;
	    height: 35px;
	    width: 200px;
	    padding-top: 3px;
	}
	.precio-online {
    	margin-bottom: 4px;
    	line-height: 10px;
	}
	.precio-online h4 {
	    font-size: 11px;
	    text-align: center;
	    line-height: 14px;
	    margin: 10px 0 0px 0;
	    height: 0;
	    color: #162133;
	    text-transform: uppercase;
	}
	.block-financiamiento h3{
		font-size: 11px;
	}
	.logo-advisor {
		width: 18vw;
		display: inline-block;
	}
	.block-rating .monto-rating{
		font-size: 13px;
	}
	.link-advisor{
		font-size: 11px;
	    display: inline-block;
	    position: relative;
	    top: -5px;
	}
	.txt-ficha{
		font-size: 9px;
		line-height: 14px; 
	}
	.ico-ficha {
    	width: 35px;
    	height: 48px;
	}
	/*.block-rating {
	    width: auto;
	    display: inline-block;
	    margin: 0 2vw;
	}*/
	block-rating .fr-rating {
	    float: right;
	    display: inline-block;
	    margin: -5px 0px;
	}
    .block-rating.detalle .estrellas-row {
        float: left;
        display: block;
        margin: 0px 3vw 0 6vw;
    }
	.block-rating .fr-rating {
        float: left;
        display: inline-block;
        margin: 0;
        position: relative;
        top: 1px;
	}
	/*.block-rating .rating-star {
    	width: 62px;
    	height: 14px;
	}*/
	/*.block-rating .star-panel {
	    width: 62px;
	    height: 16px;
	}*/
	block-rating .rating-star.azul {
    	width: 70px;
    	height: 16px;
	}
	/*.block-rating .star-back-panel {
    	width: 70px;
    	height: 16px;
	}*/
	.col-esp:after, .col-esp.no-margin:after{
		width: 0;
	}
	.link-ficha {
	    line-height: 18px;
	    float: initial;
	    margin-top: 10px;
	    margin: auto;
	    display: block;
	    margin-top: 10px;
	    text-align: center;
	    margin: 10px auto;
	}	
    .car-details .specifications .item span {
        width: 80px;
        display: inline-block;
    }
    #digito-verificador {
    	width: 16% !important;
	}
}

@media only screen and (max-width: 600px){
	.car-types .car {
	    width: auto;
        font-size: 12px;
        margin: 0 5px;
	}
    .car-types .car a{
        padding: 0 !important;
    }
	.button-top{
		display: none;
	}
	.block-rating .fa-star {
    	color: #dde2e5;
    	font-size: 16px;
	}
	.block-rating .monto-rating,
	.block-rating .total-rating {
	    display: inline-block;
	    float: left;
	    font-size: 14px;
	}
	.featured-cars .price{
		margin: 5px 0;
	    float: left;
	    text-align: left;
		margin-left: 4vw;
	}
	#car-details-slider {
    	height: auto;
    	overflow: hidden;
    	margin-bottom: 10px;
	}
    .block-rating {
		width: auto;
	    display: inline-block;    
        float: initial;
	    margin: 0 8vw;
	    vertical-align: top;
	   border: 0;
	    border-right: 0;
	    margin: 10px auto;
	    display: block;
        padding: 0;
        text-align: center;v
    }
    .block-rating.detalle .fr-rating {
        float: initial;
        display: inline-block;
        margin: 0;
        position: relative;
        top: -4px;
    }
    .block-financiamiento h3{
        font-size: 12px;
    }
    .block-financiamiento .bono-internet span {
        font-size: 11px;
        line-height: 18px;
    }
    .block-financiamiento .bono-internet{
        padding: 5px 5px;
        font-size: 16px;
    }
    .precio-online h4 {
        font-size: 12px;
        text-align: center;
        line-height: 12px;
        margin: 14px 0 0px 0;
        height: 18px;
        color: #162133;
        text-transform: uppercase;
    }
    .block-financiamiento small {
        line-height: 14px;
        font-size: 12px;
    }
    #detalle .button.border.dark.btn-comprar-fn {
        font-size: 10px;
        line-height: 14px;
        height: 42px;
        width: 150px;
        padding-top: 5px;
    }
    .block-financiamiento .col-sm-6 {
        margin-top: 15px;
        border-top: 0 solid #e8ecef;
        padding-top: 10px;
    }
    #detalle .button.border.blue {
        width: 120px;
        height: 34px;
        line-height: 32px;
        margin-bottom: 6px;
    }
    #detalle .button.border.dark {
        color: #fff;
        width: 120px;
        height: 34px;
        line-height: 32px;
        margin-top: 0;
        vertical-align: top;
    }
    .col-espc-1 {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .logo-advisor {
        width: 100px;
        display: block;
        margin: auto;
        float: initial;
    }
    .col-esp.no-margin{
		margin-top: 10px;
    }
    #digito-verificador {
	    width: 15% !important;
	}
    .car-details .specifications .item .option{
        width: 100%;
        line-height: 20px;
        font-size: 12px;
        display: block;
        margin: auto;
    }
    .car-details .specifications .item .option-content {
        width: 200px;
    }
    .tabpanel.vertical .nav-tabs {
        width: 100%;
    }
    .tabpanel.vertical .nav-tabs>li{
        text-align: left;
    }
    .tabpanel.vertical .tab-content {
        width: 100%;
        float: initial;
        display: inline-block;
    }
    /*.car-details .estrellas-row {
    	width: 77px;
    	height: 14px;
	}*/
    /*.block-rating .rating-star {
	    width: 70px;
	    height: 16px;
	}*/
.block-rating.detalle .estrellas-row {
    float: initial;
    display: inline-block;
    margin: 0px 3vw 0 6vw;
}

	.link-advisor {
        font-size: 10px;
        width: auto;
        float: initial;
        vertical-align: top;
        margin-top: 8px;
        display: block;
        text-align: center;
        margin: 10px auto 0 auto;
	}
	.ul-sm-6 {
    display: block;
        width: 150px;
        padding: 0;
        text-align: left;
        margin: auto;
	}
	.link-ficha {
	    color: #fff;
	    font-size: 16px;
	    text-transform: uppercase;
	    line-height: 18px;
	    float: initial;
	    margin: 10px auto;
	    display: block;
	    margin-top: 10px;
	    text-align: center;
	}
	.col-esp:after,
	.col-esp.no-margin:after{
		width: 0;
	}

}
@media only screen and (max-width: 480px){
	#digito-verificador {
	    width: 14% !important;
	}
}