/* CSS Document */

/* @group Global */

.mfp-bg-white.mfp-bg{
	background: #fff;
}
.mfp-bg-white .mfp-close{
	top: -50px !important;
	font-size: 50px;
	color: #1f1f1f !important;
	text-align: right;
}
.mfp-bg-white.my-mfp-zoom-in.mfp-ready.mfp-bg{
	opacity: 0.95;
}
div.menu-favoritos{ display: none; }
div.menu-secciones{ display: none !important; }
.titulo.noborder:after{ display: none; }
.submit-button:after, .button:after, .button-asesoria:after{
	background: #f29634;
}
.submit-button,.button-asesoria{
	background: #ef820d;
	color: #fff;
	border-color: #c86800;
}
.submit-button:before , .button-asesoria:before{ display: none; }
.button:hover,
.submit-button:hover, .button-asesoria:hover{
	border-color: #c86800;
}

.button.bg-white,
.submit-button.bg-white{
	color: #1f1f1f;
	border-color: #d4d4d4;
}
.submit-button.bg-white:after, .button.bg-white:after{
	background: #1f1f1f;
}
.button.cta{
	color: #1f1f1f;
	background: #f4f4f4;
	border-color: #bababa !important;
	text-align: center;
	display: block;
	width: auto;
	padding: 20px 40px;
	border-left: 0;
	border-right: 0;
    background-image: url(../images/next-arrow.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.center.large{ width: 1300px; }
form select{
	background: #fff url(../images/dealersite/dropdown.png) no-repeat 97.5% center !important;
	background-size: 10px !important;
}
.button-asesoria {


	 display: inline-block;
    text-align: center;
    font: 14px/40px 'Open Sans';
    color: #fff;
    border: 1px solid #000;
    padding: 0 15px;
    height: 40px;
    position: relative;
	    background: #ef820d;
    color: #fff;
    border-color: #c86800;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

 }
.button-asesoria.v2{
    background: #FE830C;
    border-radius: 7px;
    border: 0;
    color: #fff;
    height: 46px;
    text-align: left;
    font-weight: bold;
    position: relative;
    z-index: 3;
    overflow: inherit;
    padding-right: 50px;
}
.button-asesoria.v2 span.abrir{
    display: block;
	width: auto;
	font-size: 13px;
	line-height: 46px;
	font-weight: bold;
	text-shadow: none;
	letter-spacing: 0.5px;
	color: #fff;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	margin-left: 5px;
	box-sizing: border-box;
	animation: type 10s ease infinite;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.button-asesoria.v2:hover span.abrir{
	color: transparent;
}
.button-asesoria.v2 span.abrir:before{
	content: attr(data-text);
	position: absolute;
	left: 20px;
	top: 0;
	right: 25px;
	z-index: 2;
	color: #fff;
    opacity: 0;
    text-align: center;
	visibility: hidden;
	transform: translateX(-5px);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.button-asesoria.v2:hover span.abrir:before{
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}
.button-asesoria.v2 span.bg{
	background: #ff8400;
	border: 0;
	border-radius: 5px;
	padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -5px;
    z-index: 1;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    max-height: 0px;
    /* opacity: 0; */
    overflow: hidden;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.button-asesoria.v2 span.bg p{
    padding: 10px 15px; 
    text-transform: none;
    /* transform: scale(0.75); */
    -webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.button-asesoria.v2:hover .bg{
    max-height: 60px;
    opacity: 1;
}
.button-asesoria.v2:hover .bg p{
    transform: scale(1);
}
.button-asesoria.v2 i.icono-marker{
	display: inline-block;
	width: 14px;
	height: 18px;
    background: url('../images/arrow-next-section.png') no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
	vertical-align: baseline;
	margin-left: 10px;
	position: absolute;
	z-index: 3;
	top: 13px;
	left: 80%;
	animation: wiggle 10s infinite ease;
}
.button-asesoria.v2:hover .abrir i.icono-marker{
	animation: wiggle 0s ease;
}

/* @end */

/* @group Header */

#header{ padding: 0 !important; }
#header div.center{ width: 1300px; }
#header .logo{ margin: 0; }
#header div.logo-dealer{ float: left; margin-right: 20px; }
#header .logo img,
#header div.logo-dealer img{ display: block; }
.is-sticky #header div.logo-dealer img{ max-width: 120px; }
#header nav{ margin-top: 30px; }
.is-sticky #header nav{ margin-top: 22px; }
#header form{ display: none !important; }
#header a.asesoria{
	float: right;
	margin-top: 20px;
}
.is-sticky #header a.asesoria{ margin-top: 10px; }
#header nav ul li.sb:last-child{ display: none; }

/* @end */

/* @group Home */

#home #slider div.caption h2{ color: #424242; }
#home .parallax{
	position: relative;
	z-index: 2;
	text-align: center;
	background-attachment: fixed !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
#home .parallax a.play{ display: inline-block; margin-bottom: 15px; }
#home .parallax div.overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #000;
	opacity: .73;
}
#home .parallax .bajada{ margin-top: 10px; }

/* @end */

/* @group Somos */

#somos{
	background: #fff;
	position: relative;
	z-index: 2;
}
#somos div.columna.img{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover !important;
}
#somos div.columna.right{
	float: right;
	padding: 2.5% 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* @end */

/* @group Contacto */

#contacto{ position: relative; z-index: 2; }
#contacto .center{ position: relative; }
#contacto #mapa_dealer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#contacto #mapa_dealer.cover{
	background-position: center center;
	background-size: cover;
}
#contacto div.columna{ position: relative; z-index: 2; }
#contacto div.info{
	padding: 25px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	position: absolute;
	left: 0;
	bottom: 60px;
	z-index: 2;
}
#contacto div.info h3{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}
#contacto div.info p{ position: relative; z-index: 1; margin-top: 15px; }
#contacto div.info p.icono{ padding-left: 25px;  }
#contacto div.info p.icono img{
	position: absolute;
	left: 0;
	top: 5px;
}
#contacto div.info p.icono.telefono img{ top: 0; }
#contacto div.info p a{ border-bottom: 1px solid; }
#contacto #formulario{ float: right; padding: 0; width: 670px; }
#contacto #formulario ul.sucursales li{
	display: inline-block;
}
#contacto #formulario ul.sucursales li a{
	color: #fff;
	background: #343434;
	padding: 20px 21px;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}
#contacto #formulario ul.sucursales li a:hover,
#contacto #formulario ul.sucursales li a.active{
	background: #ee8208;
}
#contacto #formulario form{
	padding: 35px;
	background: #fff;
	background: rgba(255,255,255,0.9);
}

/* @end */

/* @group Footer */

div.medios-pago{ padding-top: 20px; padding-bottom: 30px; }
#footer .logo{ float: left; }
#footer .logo.dealer{ margin-right: 30px; }

/* @end */
