
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
	font-family: 'Montserrat', sans-serif;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 00;
	text-transform: uppercase;
	text-align: center;
}



a
a:active {
 color: #003fb0;

}

a:hover {
 color: #ff8500;

}



ul {
  list-style-type: none;
}


.logo {
	width: 100%;
	position: fixed;
	z-index: 10000;
	margin-top: 0px;
}


.capa-container {
	width: 100%;
	margin: 0;
	padding: 0;

}

.intro {
	padding-top: 100px;
}



.llanta-separador {
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 0 auto;

}

.llanta-separador-01 {
	width: 100%;
		text-align: center;
		position: absolute;
		margin: 0 auto;

	
}
.llanta-separador-02 {
	animation: gira-rueda 5s infinite;
		position: relative;	
		margin: 0 auto;
}



@keyframes gira-rueda {
  100% {transform: rotate(360deg);}
}


.img-servicios:hover {
filter: contrast(120%);

}




.bloque-servicios {
	padding: 50px 0px;
	text-align: center;
}

.bloque-servicios h2 {
	color: white;
}

.bloque-servicios li {
	padding: 10px;
	font-weight: 500;
	text-transform: uppercase;
	float: inline;
}

.first-item {
		border-top: dotted 2px black;

}

.bloque-servicios li:hover {
	color: white;
}


.llantas-titulo {
	font-weight: 700;
	font-size: 1.2 em;
	margin-top: 40px;
	padding-bottom: 20px;
	border-bottom: solid 1px black;
}


.marca-llanta {
	text-align: center;
	height: 90px;
	vertical-align: middle;
	margin: 0;
	padding: 18px;
}

.marca-llanta:hover {
	background: #003fb0;
}



.servicio-mecanica {
	text-align: center;
	height: 90px;
	vertical-align: middle;
	margin: 0;
	padding: 18px;
}

.servicio-mecanica:hover {
	background: #003fb0;
	color: white;
}

.servicio-mecanica li {
	list-style: none;
}


.pide-cotizacion {
	padding: 136px 0px 120px 0px;
	background: #003fb0;
	text-align: center;
	font-weight: 700;
}

.cotiza-01 {
	background: white;
	color: #25D366;
	border-radius: 20px;
	min-width: 222px;
}

.cotiza-01:hover {
	background: #003fb0;
	color: white;
	border-radius: 20px;
	min-width: 222px;
}


.cotiza-02 {
	margin: 90px 0px 50px 0px;
	background: #003fb0;
	color: white;
	border-radius: 20px;
	min-width: 222px;
}

.cotiza-02:hover {
	background: #25D366;
	color: white;
	border-radius: 20px;
	min-width: 222px;
}


.logo-capa{
	text-align: center;
	padding: 20px 0px;
}
.azul-capa {
	background: #003fb0;
}

.naranja-capa {
	background: #ff8500;
}


.maxheight {
	max-height: 300px;
}

.contact-area {
	padding: 25px;
}
ç

.botones-contacto {
	text-align: center;
	min-width: 222px;
}


.logo-contacto {
	margin-top: 70px;
}

.cotiza {
	background: #25D366;
	color: white;
	border-radius: 20px;
	min-width: 222px;
}

.cotiza:hover {
	background: #003fb0;
	color: white;
	border-radius: 20px;
	min-width: 222px;
}


.mapa {
	margin: 0px;
	padding: 0px;
	border-top: 5px solid #003fb0;
	filter: grayscale(100%) contrast(150%) opacity(75%) invert(100%);

}

.fondo-mapa {
		background: black;

}

footer {
	width: 100%;
	height: 120px;
	color: white;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

footer p {
	padding: 45px;
}




