body, html {
	background: #eff1f2;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

ul, p, div, h1, h2, h3, img, a {
	border: 0;
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none !important;
}

h2 {
	text-transform: uppercase;
}

header {	
	left: 0;
	padding: 1.5em 0 0;
	position: fixed;
	top: 0;
	width: 100%;
	transition: 0.3s all ease;
	z-index: 50;
}

header section {
	margin: 0 auto;
	max-width: 978px;
}


#menuMovil {
	display: none;
	float: right;
	margin-right: 20px;
	text-align: right;
	min-width: 85px;
	width: 15%;
}

#menuMovil > a {
	background: #e42127;
	color: #fff;
	padding: 14px 10px 0px;
}

#menuMovil .idioma {
	margin: 10px 0 0;
	width: 100%;
}

.idioma {
	width: 200px;
}

.fondoBlanco .fb_icon {
	background: #e42127;
	border-radius: 90px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.4em;
	height: 31px;
	padding: 0 6px 0 9px;
	width: 31px;
}

.lang {
	color: #414140;
	font-size: 1.1em;
	font-weight: 700;
}

.logo {
	text-align: center;
	width: 560px;
}

.logo img {
	max-width: 180px;
	width: 100%;
}

.telefonos p {
	font-size: 1.1em;
	font-weight: 700;
	text-align: right;
}

.telefonos a {
	color: #414140;
}

.telefonos i {
	color: #e42127;
	font-size: 1.2em;
}


nav {
	background: #e4e6e8;
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	box-shadow: 0 0 10px 4px #dbdbdb;
	margin-top: 1.3em;
	transition: 1s all ease;	
}

nav ul {
	margin: 0 auto;
	text-align: center;
}

nav li, nav li a {
	display: inline-block;
	vertical-align: top;
}

nav li a {
	color: #414140;
	font-size: 1.1em;
	padding: 20px 35px;
}

nav .divider {
	background: #414140;
	padding: 20px 1px;	
	margin-top: 1em;
}


#solicitud {
	background: #fff;
	box-sizing: border-box;
	height: 225px;
	left: 0;
	line-height: 2.5em;
	opacity: .9;
	padding: 25px 14px;
	position: fixed;
	text-align: center;
	top: 30%;
	width: 142px;
	z-index: 5;
}

#solicitud a {
	color: #414140;
}

#solicitud p:first-child {
	font-size: 1.5em;
}

#solicitud p:last-child {
	font-size: .9em;
	line-height: 2.1em;
}

#solicitud img {
	margin: .3em auto 0;
	width: 48px; 
}


/*
	Carrusel
*/

#carrusel {
	background: #fff;
	padding-top: 10em;
	width: 100%;
}

.banner div {
	background: rgba(0, 0, 0, .4);
	font-size: 1.6em;
	left: 50%;
	margin-left: -360px; 
	padding: .5em;
	position: absolute;
	top: 30%;
	text-align: center;
	width: 720px;
	z-index: 3;
}

.banner p {
	color: #fff;	
	font-weight: 700;
}

.banner div h1, .banner p span {
	color: #fff;
	display: block;
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
}

.banner img {
	position: relative;
	min-height: 230px;
}




/*
	Franja Roja
*/

#franja {
	background: #da291c;
	box-sizing: border-box;
	color: #fff;
	margin-top: -9px;
	min-height: 150px;
	padding: 25px 0;
}

#franja p {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

#franja a {
	background: #fff;
	color: #da291c;
	font-size: 1.4em;
	padding: 2px 0;
	margin: .5em auto;
	text-align: center;
	width: 200px;
}

/*
	Problemas
*/

#problemas {
	background: #fff;
	margin: 0 auto 2em;
}

#problemas h2 {
	font-size: 1.9em;
	padding: 1.8em 0;
	text-align: center;
}

#problemas .problemaArt {
	width: 40%;
}

#problemas .problemaArt:first-child {
	margin-right: 10%;
}

#problemas img {
	width: 95%;
}

#problemas .mecanico {
	margin: 0 5%;
}

#problemas .mecanico img {
	margin-left: 5%;
}

#problemas p {
	background: #414140;
	color: #fff;
	font-size: 1.3em !important;
	line-height: 1.3em;
	padding: 10px 15px;
	text-transform: uppercase;
	text-align: center;
}


/*
	Quienes somos
*/

#aboutus {
	background: #eff1f2;
	padding-top: 40px;
}

#aboutus article, #logistics article, #problemas > article,
#solicitar article, #marcas article, #benefits article, 
#contact article, footer article {
	max-width: 987px;
	margin: 0 auto;	
}

#aboutus h2 {
	color: #414140;
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}

.quienes_texto {
	width: 60%;
}

.quienes_imagen {
	margin-left: 3%;
	width: 35%;
}

.identidad {
	margin-top: 70px;
	text-align: center;
}

.identidad h3 {
	color: #da291c;
	font-weight: 700;
	margin-bottom: 20px;
}

.identidad div {
	background: #fff;
	padding: 20px;
	width: 23%;
}

.identidad p {
	font-weight: 300;
}

.identidad_centro {
	margin-left: 8%;
	margin-right: 8%;
}

#logistics {
	background: #fff;
	padding: 1em 0;
	text-align: center;
}

#logistics h2 {
	color: #414140;
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 40px;
	padding-top: 1em;
	text-align: center;
	text-transform: uppercase;	
}

#logistics .circulo {	
	box-sizing: border-box;
	border: 1px solid #DA291C;
	border-radius: 100%;
	color: #da291c;
	font-size: 1.8em;
	font-weight: 700;
	height: 50px;
	margin: 0 5%;
	padding-left: 5px;
	position: relative;
	max-width: 50px;
	width: 15%;
}

#logistics .circulo:before {
	position: absolute;
	border: 3px solid #f0f1f3;
	width: 0;
	height: 20px;
	display: block;
	content: '';
	left: 46%;
	z-index: 1;
	top: -31px;
	margin-left: -1px;
}

#logistics .circulo:after {
	background: none;
	border: 1px solid #DA291C;
	border-radius: 100%;
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	pointer-events: none;
	z-index: 2;
}



#logistics .circulo1:before {
	display: none !important;
}

#logistics p {
	vertical-align: middle;
}

#logistics .pasos {
	margin-bottom: 30px;
}

#logistics .pasos p:first-child {
	font-weight: 700;
	text-align: right;
	width: 20% !important;
}

#logistics .pasos p:last-child {
	text-align: left;
	width: 60%;
}


#solicitar {
	background: #DA291C;
	padding: 20px 0;
}

#solicitar article {
	text-align: center;
}

#solicitar p {
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	margin: 15px auto;
	width: 80%;
}

#solicitar a {
	background: #fff;
	color: #DA291C;
	font-size: 1.4em;
	margin: 25px auto 20px;
	padding: 5px 0px;
	width: 280px;
}

#marcas {
	background: #386685;
}

#marcas article {
	padding: 30px 0 12px;
	text-align: center;
}

#marcas h2 {
	color: #fff;
	font-size: 1.7em;
	font-weight: 700;
	text-align: center;
	text-transform: none !important;
}

#marcas h2 span, #marcas h2 a {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

#marcas h2 span {
	margin: 0 20px;
}

#marcas img {
	vertical-align: middle;
	max-width: 150px;
	width: 20%;
}

#marcas .marca_img {
	margin: 0 8%;
}


#benefits {
	background: #fff;
	padding: 40px 0 0;
}

#benefits h2 {
	color: #414140;
	font-size: 1.8em;
	font-weight: 700;
	text-align: center;	
}

#benefits article {
	margin: 40px auto 0;
	text-align: center;
}

#benefits article div {	
	margin-bottom: 2em;
	width: 22%;
}

#benefits article div img {
	margin: 0 auto;
	width: 70%;
}

#benefits .separacion {
	margin: 0 2%;
}

#benefits article p {
	color: #414140;
	font-size: 1em;
	font-weight: 300;
	margin-top: 10px;
}



/*
	CONTACTO
*/

#contact {
	background: #eff1f2;
	padding: 40px 0 2em;
}

#contact h2 {
	color: #414140;
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 1em;
	text-align: center;	
}

#contact p {
	text-align: right;
	padding-right: 13px;
	margin-bottom: 5px;
}

#contact form > div {
	margin-bottom: .5em;
}

#contact .divCorto {
	width: 48%;
}

.divIzquierdo {
	margin-right: 32px;
}

.label {
	max-width: 80px;
	width: 100%;
}

.input100 {
	max-width: 890px;
	width: 100%;
}

.input100_eng {
	max-width: 880px !important;
	width: 100%;
}

.label100_eng {
	max-width: 100px !important;
}


.input50 {
	max-width: 380px;
	width: 100%;
}

.noArchivo {
	text-align: left !important;
}

.btn_submit {
	background: #da291c;
	border: 0;
	color: #fff;
	font-size: 1.6em;
	font-weight: 700;	
	padding: 6px 20px;
	float: right;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}



footer {
	background: #414140;
	padding: 2em 0;
}

footer p {
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
}

footer a {
	color: #fff;
}

footer .rojo {
	color: #da291c;
	font-size: 1.3em;
}

footer .fb_icon {
	background: #e42127;
	border-radius: 90px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.4em;
	height: 31px;
	padding: 0 3px;
	width: 31px;
}


.solicitar_NoMovil {
	display: block;
}

.solicitar_Movil {
	display: none;
}



/*
	Clases Generales

*/

textarea {
	width: 100%;
}

input, textarea {	
	border: 1px solid #ddd;
	box-sizing: border-box;
	color: #414141;
	padding: 5px;

}


.enLinea {
	display: inline-block;
	vertical-align: top;
}

.enBloque {
	display: block;
	width: 100%;
}

.noValidado {
	border: 1px solid red;
}


.fondoBlanco {
	background: #fff;
	box-shadow: 0 2px 10px 15px #fff;
}


.bx-wrapper .bx-viewport {
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	left: 0 !important;
}

.bx-wrapper img {
	display: inline-block !important;
}



#flotantesAbajo {
	position: fixed;
	bottom: 15px;
	left: 5px;
	z-index: 2;
}

#flotantesAbajo a {
	color: #fff;
	display: block;
	font-size: 1em;
	font-weight: 400;
}

#flotantesAbajo span {
	padding: 6px 12px;
}

#flotantesAbajo .icono {
	background: #be2635;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#flotantesAbajo .texto {
	background: #c33b3d;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#flotanteTablet, #flotanteTelefono {
	display: none;
}





/*
	Tablet
*/


@media (max-width: 987px) {

	nav {
		margin: 1.3em auto 0 auto; 
		width: 95%;
	}

	nav .divider {
		background: #414140;
		padding: 15px 1px;	
		margin-top: .7em;
	}


	nav li a {
		font-size: 1em;
		padding: 15px 15px 10px 15px;
	}

	#solicitud {
		display: none;
	}

	.banner div {
		top: 20%;
	}


	#aboutus {
		margin-bottom: 0 !important;
	}

	.quienes_texto {
		display: block !important;
		margin: 0 auto; 
		text-align: center;
		width: 90%;
	}

	.quienes_imagen {
		background: #fff;
		display: block;
		margin:  1.5em 0;
		text-align: center;
		width: 100% 
	}

	.quienes_imagen img {
		margin: 0 auto;
		max-width: 400px;
	}

	.identidad {
		margin: 2em 0; 
	}

	.identidad > div {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	.identidad_centro {
		margin: 1.5em 0;
	}
	
	.identidad {
		margin: 0; 
	}

	.identidad ul li {
		display: inline-block;
	}

	#logistics {
		margin-top: 1.5em;
	}

	#logistics h2 {
		margin-top: 1em;
		padding: 0;
	}

	#marcas h2 {		
		font-size: 1.2em !important;
	} 

	#marcas .marca_img {
		margin: 0 7%;
	}

	.idioma {
		margin-left: 5%;
		width: 15%;
	}

	.logo {		
		max-width: 480px;
		width: 50%;
	}

	.telefonos {
		min-width: 200px;
		width: 25%
	}

	.telefonos p, .lang {
		font-size: 1em;
	}

	#benefits {
		padding-bottom: 0;
	}

	#benefits article {
		margin-bottom: 0;
	}

	#benefits article div {
		margin-bottom: 2em;
		width: 40%;
	}

	#benefits .separacion {
		margin: 0 6%;
	}

	#benefits article div img {
		margin: 0 auto;
		width: 50%;
	}



	#contact {
		box-sizing: border-box;
		padding: 30px 20px;
	}


	#contact label {
		display: none;
	}

	#contact .divCorto, .divCorto .input50 {
		display: block !important;
		max-width: 2000px;
		width: 100% !important;
	}

	.divCorto {
		margin-bottom: .5em;
	}

	.input100_eng {
		max-width: none !important;
	}


	.breakSmart {
		display: block;
	}

	.breakLine {
		display: none;
	}

	.noArchivo {
		text-align: center !important;
	}

	::-webkit-input-placeholder { /* WebKit browsers */
		color: #414140;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #414140;
		opacity: 1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #414140;
		opacity: 1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
		color: #414140;
	}


	#flotanteTablet {
		display: block;
	}

	#flotanteTelefono {
		display: none;
	}

	footer .telefonoSeparacion {
		margin-right: .9em;
	}

}



@media (max-width: 825px) {

	#problemas p {
		font-size: 1.2em !important;
	}


}



@media (max-width: 767px) {

	nav {
		display: block;
	}

	.logo {		
		max-width: 200px;
		width: 80%;
	}

	#solicitud {
		display: block;
	}

	.solicitar_NoMovil {
		display: block;
	}

	.solicitar_Movil {
		display: none;
	}

	#marcas h2 {
		font-size: 1em !important;
	} 

	#marcas h2 span {
		margin: 0 10px;
	}

	#marcas .marca_img {
		margin: 0 7%;
	}

}



/*
	Teléfonos
*/

@media only screen and (max-width : 767px) {

	header {
		background: #fff;
		box-shadow: 0 2px 10px 15px #fff;
		padding: 0;
	}

	header section {
		background: #fff;
		padding-top: 1.3em;
	}

	header .idioma {
		width: 25%;
	}

	header .telefonos {
		display: none;
	}

	.fondoBlanco {
		box-shadow: 0 2px 10px 10px #fff;
	}

	#menuMovil {
		display: inline-block;
	}

	nav {
		background: transparent;
		border: 1px solid #fff;
		border-radius: 0;
		box-shadow: none;
		margin-top: 0;
		position: absolute;
		top: -500px;
		width: 100%;
		z-index: -1;
	}
	
	nav .divider {
		display: none;
	}

	nav ul li {
		background: #fff;
		border-bottom: 1px solid #ddd;
		display: block;
	}	

	nav li a {
		display: block;
	}

	.menuVisible {
		top: 100px;
		z-index: 0 !important;
	}

	#solicitud {
		display: none;
	}

	.banner div {
		margin-left: -175px !important;
		top: 3%;
		width: 350px !important;
	}

	.banner p {
		font-size: 1em;
		line-height: 1.5em !important;
	}

	.banner h1, .banner p span {
		line-height: 2.5rem !important;
		font-size: 2.2rem !important;
	}

	#carrusel {
		padding-top: 6em;
	}

	.banner div {
		height: 69%;
		left: 0 !important;
		margin-left: 0 !important;
		padding: 7% 0 12% 0 !important;
		top: 0;
		width: 100% !important;
	}

	#franja {
		position: relative;
		z-index: 3;
	}

	#franja article {
		padding: 0 2em;
	}

	#contProblemas {
		width: 100%;
	}

	.problemaArt {
		display: block;
		width: 100% !important;
	}
	
	#problemas p {
		font-size: 1.2em !important;
		padding: 1em 0 !important;
	}

	.mecanico {
		margin: 0 0 2em 0 !important;
	}
	
	#logistics .pasos p:first-child, #logistics .pasos p:last-child {
		font-size: .9em;
		font-weight: 700;
		text-align: left;
		width: 70% !important;
	}

	#logistics .pasos p:last-child {
		font-weight: 400;
	}

	#logistics .circulo:before {
		border: 0;
	}

	.circulo {
		float: left;
		width: 20%;
	}

	#benefits {
		padding-left: 20px;
		padding-right: 20px;
	}

	#benefits article div {
		display: block;
		width: 100%;
	}

	#benefits article div, .separacion {
		margin: 0 0 3em 0 !important;
	}

	#benefits article div p {
		font-size: 1.3em;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	#benefits article div:last-child {
		margin-bottom: 0 !important;
		padding-bottom: 2em;
	}

	.solicitar_NoMovil {
		display: none;
	}

	.solicitar_Movil {
		display: block;
	}

	#solicitar  p {
		text-align: center !important;
		width: 90%;
	}

	#solicitar .solicitar_Movil p {
		font-size: 2em;
		margin-bottom: 0;
	}

	#solicitar a {
		margin: 0 auto;
		width: 45%;
	}

	#solicitar a {
		margin: 0 2% !important;
	}
	
	#marcas article {
		padding: 30px 0 0px;
	}


	#marcas h2 {
		font-size: 1.3em !important;
	}

	#marcas h2 a {
		display: none;
	}

	#marcas img {
		margin: 0 1%;
		max-width: 150px;
		width: 40%;
	}

	#contact {
		padding-top: 2em;
	}

	#adjuntar > p {
		display: block;
		margin-top: 0 !important;
		text-align: left;
	}
	
	.btn_submit {
		display: block;
		float: none;
		margin: 0 auto;
	}


	footer {
		padding-bottom: 4em;
	}

	footer p {
		text-align: center !important;
	}

	footer p a {
		display: block;
		font-size: 1.2em;
		font-weight: 700;
		margin-bottom: 0;
	}

	footer .fb_icon {
		padding: 3px;
	}

	footer p a:nth-child(2), footer .fb_icon {
		margin-top: -1em !important;
	}

	footer p a:nth-child(5), footer p a:nth-child(8) {
		font-weight: 400 !important;
		font-size: 1em !important;
	}


	.noMovil {
		display: none;
	}

	.Movil {
		display: block;
	}

	#flotanteTablet {
		display: none;
	}

	#flotanteTelefono {
		display: block;
	}

}
