.compartir-redes-sociales {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
}
.red-social-usada .compartir-whatsapp {
	display: none !important;
}
.red-social-usada a img {
	width: 80%;
}
.mejores-marcas img {
	/* height: 70px; */
	max-height: 55px;
	padding: 0;
}
.center-header {
	width: 1133px;
	margin: 0 auto;
}
.box-redes {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 10px;
	padding: 10px 0;
}
.box-redes span {
	color: #fff;
}
.box-redes a {
}
.box-redes a img {
}
.titulo-barrita h3.inactive {
	color: #6c6c6c;
}
.link-formulario h3 {
	cursor: pointer;
}
.btn-reservar {
	background-color: #ff9222 !important;
	color: #fff;
}
.formulario-usado form textarea {
	float: none !important;
}
.acuerdo-reserva {
	color: #fff;
	font-size: 13px;
	margin: 1% auto;
}
.acuerdo-reserva input[type=checkbox] {
	width: 19px;
	height: 20px;
	vertical-align: middle;
	margin-left: 10px;
}
.galeria{
	width: 100%;
	margin: 5% auto;
}
.galeria .col{
	height: 60vh !important;
    background-size: cover !important;
    background-position: center center !important;
	background-repeat: no-repeat !important;
	margin: 0 auto;
	position: relative;
}
.galeria .slick-prev{
	left: 0%;
}
.galeria .slick-next{
	right: 0%;
}
.galeria .slick-dots li button{
	background-color: #D9001D;
}
.galeria .slick-dots li.slick-active button{
	background-color: #fff;
	border: 1px solid #D9001D;
}
.over-video{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(107,99,95,0.3);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
}
.over-video img{
	position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%,-90%);
    transform: translate(-50%,-90%);
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    width: 120px;
    background-image: none;
    padding: 5px 10px;
    font-size: 1em;
}
.over-video a{
	position: absolute;
    text-align: center;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    color: #fff;
    padding: 10px 30px;
    border-radius: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    border: 1px solid #fff;
    max-width: 90%;
    background-image: none;
    font-size: .8em;
    text-decoration: none;
}
.over-video a:hover{
	background-color: #fff;
	color: #000;
}
@media only screen and (max-width: 639px) {
	.red-social-usada .compartir-whatsapp {
		display: inline-block !important;
	}
}
@media only screen and (max-width: 1280px) {
	header .menu-header {
		margin-right: 1%;
	}
}
@media only screen and (max-width: 1200px) {
	.center-header {
		width: 97%;
		text-align: center;
	}
	.box-redes {
		/*display: block;*/
		text-align: center;
	}
}
@media only screen and (max-width: 1085px) {
	.center-header {
		width: 92%;
	}
}
@media only screen and (max-width: 400px) {
	.box-redes {
		display: block;
	}
}
.mejores-marcas a{
	flex:inherit;
}
.mejores-marcas img {
	height: 50px;
	padding: 0;
}
#lista-usados .row-auto {
	position: relative;
}
#lista-usados .row-auto .col-detalle .top ul li {
	width: 29%;
	margin: 0;
}
#lista-usados .row-auto .col-detalle .top ul li.reservar {
	top: 15px;
    right: 30px;
    width: 13%;
    position: absolute;
}
#lista-usados .row-auto .col-detalle .top ul li.reservar img {
	display: block;
	max-width: 100%;
	height: auto;
}
#lista-usados .row-auto .col-detalle h3 {
	margin: 0 0 10px 0;
}
@media (max-width: 1000px) {
	#lista-usados .row-auto .col-detalle{
		position: relative;
	}
	#lista-usados .row-auto .col-detalle .top ul li.reservar {
		width: 130px;
	}
}
@media (max-width: 500px) {
	#lista-usados .row-auto .col-detalle .top ul li {
		width: 100% !important;
		margin: 0 0 10px 0;
	}
	#lista-usados .row-auto .col-detalle .top ul li.reservar {
		position: absolute;
		top: 50%;
		right: 10px;
		width: auto !important;
		margin-top: -75px;
	}
	#lista-usados .row-auto .col-detalle ul {
		padding: 0 130px 0 0;
	}
	#lista-usados .row-auto .col-detalle .top ul li.reservar img {
		max-width: 130px;
	}
}
.galeria-horizontal .slick-arrow{
	z-index: 0 !important;
}
#credito_digital_widget .modal{
    z-index:1000 !important;
}
.simula-aqui{
	display: block;
	cursor: pointer;
    /* width: 100%;
    border: none;
    background: #ff9222;
    color: #fff;
    font-size: .8rem;
    line-height: 35px;
    display: inline-block;
    transition: all 180ms ease-in-out;
    outline: 0;
    display:block;
    text-align: center;
    font-weight: 700;
    text-transform:uppercase;
    cursor:pointer; */
}

/**
*FIX MENU
*
*/

header .row-flex{
	justify-content: flex-start;
	flex-wrap: nowrap;
}
header .superior{
	padding:0 20px;
	background:#FFF;
}
header .superior .marco{
	display: none;
}
header .superior .logos{
	width:60% !important;
}
header .superior .logos:after{
	content:none;
}
header .superior .info{
	justify-content: flex-end !important;
}
header .logo-nav .logo a {
	position: inherit !important;
    top: 0 !important;
    left: 0 !important;
}

header .logo-nav .logo a img{
	max-height: 50px;
}

@media only screen and (max-width:1000px){
	header .superior .logos {
		width: 100% !important;
	}
	#marcas-home a {
		padding: 0 10px;
	}
	header .logo-nav .logo a img{
		width: auto;
	}
}
@media only screen and (max-width: 950px){
	header {
		padding: 0 0 5px 0;
	}
}
@media only screen and (max-width: 768px){
	header .wrap .logo {
		width: 40% !important;
	}
}