@font-face {
    font-family: 'now';
    src: url('../fonts/now-bold-webfont.woff2') format('woff2'),
         url('../fonts/now-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'now';
    src: url('../fonts/now-light-webfont.woff2') format('woff2'),
         url('../fonts/now-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'now';
    src: url('../fonts/now-regular-webfont.woff2') format('woff2'),
         url('../fonts/now-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nowmedium';
    src: url('../fonts/now-medium-webfont.woff2') format('woff2'),
         url('../fonts/now-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nowblack';
    src: url('../fonts/now-black-webfont.woff2') format('woff2'),
         url('../fonts/now-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html {
  scroll-behavior: smooth;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
}
a:hover {
	text-decoration: none;
}
input:focus, textarea:focus, button:focus, a:focus {
	outline: none;
}
figure {
	margin: 0;
}
img {
	max-width: 100%
}
body {
	font-family: 'now';
	font-size: 14px;
}
h1 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 400;
    font-size: 70px;
    display: inline;
}
h2 {
    font-family: 'now';
    font-weight: 700;
    font-size: 28px;
    color: #303485;
    margin: 0;
}
h3 {
	font-family: 'now';
	font-weight: 400;
	font-size: 30px;
	color: #303485;
}
h4 {
	font-family: 'now';
	font-weight: 300;
	font-size: 20px;
	color: #303485;
}
h5 {
	font-family: 'now';
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    display: inline;
    margin:5;
}
h6 {
    font-family: 'now';
    font-weight: 700;
    font-size: 20px;
    color: #303485;
    margin: 0;
	padding:10px;
	text-align:center;
}
p {
	font-family: 'now';
    font-weight: 400;
    font-size: 21px;
}
/*Header*/
header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	z-index: 9;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header a {
	padding: 20px 0;
}
.wp-header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.wp-header h2 {
  padding-left: 5px;
}
.btn-wp{
    position: fixed;
    z-index: 9;
    bottom: 40px;
    right: 30px;
    display: inline-block;
    padding: 0;
 }
 .btn-wp:hover {
   opacity: .9;
 }
/*Fin de Header*/

/*Seccion formulario*/
.slider {
	background-image: url(../images/slide-01.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 106px;
    padding-bottom: 20px;
}
.slider h1 {
	color: #000;
    background-color: #e1e1e1;
}
.texto-content {
	padding-top: 100px;
}
.texto-content span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: 10px;
}
.texto-content span img {
	padding-left: 5px;
}
.formulario {
    padding: 20px 20px 0 20px;
	align-content: center;
}
.formulario .encabezado {
	display: inline-block;
	border-radius: 90px;
	align-items: center;
	background-color: #6288ff;
	width: 80%;
	margin-bottom: 0px;
	-webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.30);
	box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.30);
}
.formulario .encabezado h2 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	align-content:center;
	margin: 0px;
	padding: 30px;
	letter-spacing: 2px;
}
label {
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 2px;
    padding-top: 10px;
    font-weight: 700;
}
input, textarea {
	width: 100%;
	background-color: rgba(0,0,0,-.5);
	border: 1px solid #fff;
    padding: 5px 10px;
    color: #fff;
}
textarea {
	height: 190px;
}
.boton {
	background-color: #d1df44;
	color: #000;
	font-weight: 700;
	font-size: 23px;
	border-radius: 50px;
	padding: 8px 25px;
	margin-top: 10px;
	-webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
}
button:hover {
	color: #6288ff;
}
form span {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*Fin de Seccion formulario*/
/*Seccion pick up*/
.pick-up {
    background-color: #B2B2B2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    flex-wrap: wrap;
    position: relative;
    z-index: 8;
    -webkit-box-shadow: 0px -1px 21px 5px rgba(153,150,153,1);
    -moz-box-shadow: 0px -1px 21px 5px rgba(153,150,153,1);
    box-shadow: 0px -1px 5px 5px rgb(153 150 153 / 35%); 
}
.pick-up h1 {
	color: #303485;
}
/*Fin de Seccion pick up*/
/*Seccion reparaciones*/
.reparaciones {
	background-color: #fff;
	position: relative;
}
.reparaciones div {
	padding: 60px 15px 10px 15px;
    border-radius: 0px;
    background-color: #6288ff;
    text-align: center;
    position: absolute;
    top: -57px;
    left: 50%;
    transform: translateX(-50%);
	-webkit-box-shadow: 0px -1px 21px 5px rgba(153,150,153,1);
	-moz-box-shadow: 0px -1px 21px 5px rgba(153,150,153,1);
	box-shadow: 0px -1px 21px 5px rgba(153,150,153,1);
	margin-bottom: 15px;
}
.reparaciones div h1 {
	color: #fff;
	font-weight: 700;
	letter-spacing: 3px;
}
/*Fin de Seccion reparaciones*/
/*Seccion servicios*/
.servicios {
	background-color: #58c5dc;
	margin-top: 100px;
	text-align: center;
}
.titulo-servicios {
	display: inline-block;
	margin: 35px 100px;
	padding: 10px 30px;
	background-color: #fff;
	font-family: 'now';
	font-size: 20px;
	color: #303485;
	
}
.servicios p {
	color: #303485;
	margin-top: 10px;
	font-size: 16px;
}
.retiro, .tecnico {
    position: relative;
}
.retiros, .tecnicos, .entregas {
	position: relative;
    z-index: 5;
}
.view-desktop {
    position: absolute;
    left: 196px;
    top: 71px;
    z-index: 4;
    display: inline-block;
}
/*Fin de Seccion servicios*/
/*Seccion contáctenos*/
.contactanos {
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-box-shadow: 0px 24px 21px -10px rgba(36,36,36,1);
-moz-box-shadow: 0px 24px 21px -10px rgba(36,36,36,1);
box-shadow: 0px -1px 5px 5px rgb(153 150 153 / 35%);
	margin-bottom: 50px;

    z-index: 8;
	align-content: center;
}
.texto:before {
    content: "";

    bottom: -9px;
    right: 35px;
    height: 2px;
    width: 84%;
    background-color: #303485;
}
.contactanos a {
    position: relative;
	align-content: center;
}
.contactanos a img, .contactanos a img {
    transition: transform 1s;
}
.contactanos a:hover img, .contactanos a:hover img {
  transform: scale(1.08);
 }
/*Fin de Seccion contáctenos*/
/*Seccion fallas*/
.fallas {
	background-color: #58c5dc; 
	margin-top: -17px;
}
.fallas span {
	text-align: center;
	padding: 10px 15px;
	color: #303485;
	letter-spacing: 3px;
	display: block;
	background-color: #fff;
	margin-top: 45px;
	margin-bottom: -30px;
	z-index: 9;
    position: relative;
}
.fallas span p {
	margin: 0;
}
/*Fin de Seccion fallas*/
/*Seccion carrusel*/
.carrusel {
	background-color: #e1e1e1;
	padding: 50px 30px;
	position: relative;
    z-index: 6;
	align-content: center;
}
/*Fin de seccion carrusel*/
/*Seccion garantia*/
.garantia {
	background-color: #fff;
	position: relative;
	padding-top: 240px;
}
.garantia h3 {
	color: #fff;
	font-size: 28px;
}
.garantia div {
	padding: 80px 15px 18px 15px;
    border-radius: 50px;
    background-color: #6288ff;
    text-align: center;
    position: absolute;
    top: -57px;
    left: 50%;
    transform: translateX(-50%);
	-webkit-box-shadow: 0px -1px 21px 5px rgba(153,150,153,1);
	-moz-box-shadow: 0px -1px 21px 5px rgba(153,150,153,1);
	box-shadow: 0px -1px 21px 5px rgba(153,150,153,1);
	margin-bottom: 15px;
}
.garantia span {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
}
.garantia span img {
	padding: 0 8px;
}
/*Fin seccion garantia*/
/*Sección motivos*/
.motivos {
	background-image: url(../images/fondo-motivos.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 130px 15px 45px 15px;
}
.motivos h5 {
	color: #303485;
}
.contenedor-motivos {
	background-color: rgba(255,255,255,.8);
	padding: 65px 15px;
}
.contenedor-motivos span {
	padding-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contenedor-motivos span img {
	padding-right: 10px;
	padding-left: 10px;
}
.lista {
	padding-right: 20px;
}
/*Fin de Sección motivos*/
/*Seccion Contacto*/
.contacto {
	background-color: #d1df44;
	padding: 40px 15px;
}
.contacto h1 {
	font-size: 45px;
	color: #303485;
	font-weight: 700;
	letter-spacing: 4px;
}
.contacto h1 ,.contacto h2 {
	margin:0;
}
.content-contacto {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.content-contacto a {
    position: relative;
}
.content-contacto a h2 {
    transition: transform 1s;
}
.content-contacto a:hover h2{
	 transform: scale(1.08);
}
/*Fin de Seccion Contacto*/
/*Footer*/
footer {
	background-color: #303485;
	padding-top: 45px;
	padding-bottom: 45px;
}
footer p {
	color: #fff;
	margin:0;
	font-size: 18px;
}
.redes {
	display: flex;
	justify-content: center;
	align-items: center;
}
.redes img {
	padding-right: 15px;
	padding-left: 15px;
}
footer a:hover {
	opacity: .9;
}
/*Fin de Footer*/
