*{
	box-sizing: border-box;
	text-decoration: none;
}
body{
	font-family: 'Inter', sans-serif;
	font-family: 'Roboto', sans-serif;
	color: #3c3c3b; /**gris oscuro**/
}
a{
	text-decoration: none;
	color: inherit;
}
span{
	font-family: sans-serif;
	font-weight: bold;
}

/* Cabecera Top*/
#container{
	margin: 0 auto;
}
.wrapper{
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
}
#header-top{
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
}
.top{
	display: flex;
	justify-content: space-between;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#header-bottom{
	background-color: #0000ff; /*Azul*/
	position: fixed;
	left: 0;
	top: 37px;
	right: 0;
}
.logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo-dw{
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 4rem;
	color: #fff;
}
.logo2{
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 4rem;
	color: #bc0a2c; /**rojo**/
}
.color{
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 3rem;
	color: #bc0a2c;
}
.nav{
	display: flex;
}
.nav li a{
  color: #fff;
  text-decoration: none;
  padding: 25px 25px 25px 28px;
  display: block;
  transition: all 0.4s ease-in;
}
.nav>li>a:hover{
  background-color: #bc0a2c; /**Rojo**/
  color: #fff;
}
.nav>li{
	display: flex;
  margin-left: 1px;
}
.nav li ul{
  margin-top: 62px;
  display: none;
  box-shadow: 0px 3px 15px 0px #979797;
  position: absolute;
  background: #e9e9e9;/**Gris claro**/
  width: 265px;
  border-top: 4px solid #bc0a2c;
}
.nav li ul a{
  text-align:left;
  color: #828282; /**Gris medio*//
  transition: all 0.3s linear;
}
.nav li ul a:hover{
  background: #0000ff;
  color: #e9e9e9;
}
.nav li:hover>ul{
  display: block;
}

/* MAIN TOP Contenido */
#main-top{
	padding-top: 50px;
	background: url(../img/imagendefondosin.png) no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	width: 100%;
}
.contenido-info{
	padding: 80px;
}
h1{
	font-family: 'Roboto', sans-serif;
	font-size: 5rem;
	text-align:center;
	color: #3c3c3b;
	margin-top: 55px;
}
h1 span{
	color: #3c3c3b;
}

/* MAIN CENTER Contenido */
#main-center{
	padding: 15px 0px;
	background: #9d9d9c;
	margin-top: 17px;
	text-align: center;	
}
h2{
	font-size: 3.8rem;
	font-weight: 600;
	color: #3c3c3b;
}
.mantenimiento{
	line-height: 2.5rem;
}

.center{
	font-size: 2.5rem;
	padding: 7px;
	display: flex;
	color: #fff;
}

/* MAIN BOTTOM Contenido */
#main-bottom{
	padding: 15px 0px 0px 0px;
	margin-top: 5px;
	text-align: center;	
}
h3{
	font-size: 4rem;
	margin-bottom: 15px;
	margin-top: 5px;
}
.oferta{
	font-size: 2.8rem;
	color: #fff;
	background: #0000ff;
	padding: 35px 0px 35px 0px;
	font-weight: 800;
	line-height: 3.2rem;
}
.direccion2{
	font-size: 2rem;
}
.grande{
	font-size: 5rem;
	color: #fff;
}
.subtitulo{
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.direccion{
	font-size: 2.3rem;
}

/*RECAMBIOS MARCAS*/
#recambios .wrapper>div{/*si pusiera display: block contaría todo el ancho del wrapper*/
	display: flex;
	justify-content: space-around;
  	padding-bottom: 64px;
}
#recambios{
	background: #e9e9e9;
	padding-top: 34px;
}
h4{
	font-size: 2.5rem;
	font-weight: 600;
	color: #3c3c3b;
	text-align: center;
	margin-bottom: 5px;
}
.descripcion{
	text-align: center;
	font-size: 1.4rem;
}
.recambios01{
	align-items: baseline;
}
.recambios02{
	align-items: flex-end;
}
figure>img{
	max-width: 100%;
	align-items: center;
}
figure{
	width: 40%;
	text-align: center;
}
.vente{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 2.8rem;
	line-height: 2rem;
	text-align: center;
	font-weight: 800;
	color: #0000ff; /*Azul*/
}
.tramitamos{
	font-size: 2rem;
	line-height: 2.2rem;
	text-align: center;
	color: #0000ff; /*Azul*/
}
.link{
	color: #bc0a2c; /**Rojo**/;
}
.filete-azul{
	background: #0000ff; 
	height: 10px;
	width: 100%;
}

/** MARCAS **/
#marcas {
    background: #ffffff;
}
@keyframes taadaa{
	0%{
		opacity:  0;
	}
	100%{
		opacity:  1;
	}
}
#marcas .wrapper>div{/*si pusiera display: block contaría todo el ancho del wrapper*/
	display: flex;
	justify-content: space-around;
  	padding: 35px;
 	align-items: center;
}
h5{
	font-size: 4rem;
	font-weight: 600;
	color: #0000ff;
	text-align: center;
}

/** FOOTER **/
footer{
	  background-color: #bc0a2c;
	  color: #fff;
	  margin-top: 50px;
}
#footer-top .wrapper>div{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	margin-bottom: 20px;
}
.logo-dw1, .logo1{
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 1.6rem;
	color: #fff;
	margin-top: 21px;
	margin-bottom: 10px;
}
.descripcion2{
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 5px;
	margin-top: 15px;
}
.fa-instagram, .fa-facebook-f{
	margin-top: 15px;
	font-size: 2rem;
}
h6{
	font-size: 1.5rem;
	font-weight: 800;
	margin-top: 21px;
	margin-bottom: 10px;
}
p{
	line-height: 1.5rem;
}
.filete-blanco{
	background: #fff; 
	height: 2px;
	width: 100%;
	margin-bottom: 20px;
}
.footer-bottom{
	display: flex;
	justify-content: center;
	text-align: center;
	padding-bottom: 15px;
}

#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: 58px;
    width: 100%;
    text-align:center;
    background-color: #eeeeee;
}
#infobox3 p {
    line-height:58px;
    font-size:12px;
    text-align:center;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
}
#whatsapp {
   position: fixed;
   bottom: 15px;
   right:15px;
}
a{
  text-decoration: none;
}
#whatsapp {
	position: fixed;
	bottom: 80px;
	right:20px;
}
svg {
	width: 80px;
	display: inline-block;
  	vertical-align: middle;
  	filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
}
circle {
  fill: #25d366;
}
path {
	fill:  #fff;
}
#whatsapp a {padding: 20px 0;}
#whatsapp a::before {
	content: 'Te asesoramos por whatsapp';
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	margin-right: 10px;
	color: rgba(0, 0, 0, .8);
	background: white;
	border: 1px solid #ccc;
	border-radius: 20px;
	filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
	transition: .3s ease;
	opacity: 0;
}
#whatsapp:hover a::before {opacity: 1;}

@media only screen and (min-width: 768px) and (max-width: 1024px){
	*.wrapper{
		flex-wrap: wrap;
		max-width: 100%;
		overflow: hidden;
	}
}

@media only screen and (max-width: 767px){

*.wrapper{
	flex-wrap: wrap;
	max-width: 100%;
	overflow: hidden;
}
.top{
	font-size: 1rem;
	flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.info{
	font-size: 2rem;
	margin-bottom: -3px;
}
.top p{
	font-size: 1rem;
	line-height: 1.6rem;
}
.logo-dw {
    font-weight: 800;
    font-size: 3.2rem;
    color: #fff;
}
.logo2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 3.2rem;
    color: #bc0a2c;
}
#header-bottom {
    background-color: #0000ff;
    position: fixed;
    left: 0;
    top: 62px;
    right: 0;
}
.logo{
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 31px;
}
.nav {
    margin-top: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}
.nav li a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    display: block;
    transition: all 0.4s ease-in;
    margin-top: 2px;
}
.nav li ul {
    margin-top: 45px;
    display: none;
    box-shadow: 0px 3px 15px 0px #979797;
    position: absolute;
    background: #ffffff;
    width: 381px;
    border-top: 4px solid #bc0a2c;
}
#main-top {
    display: none;
}
#main-center {
    padding: 67px 0px 0px 0px;
    background: #9d9d9c;
    margin-top: 17px;
    text-align: center;
}
.direccion{
	padding-top: 15px;
	font-size: 1rem;
	line-height: 0.7rem;
}
#main-bottom {
    flex-wrap: wrap;
    padding: 35px 0px 0px 0px;
    margin-top: 130px;
    text-align: center;
}
.bottom, .direccion2{
    font-size: 0.7rem;
    margin-top: 35px;
}

/*MAIN*/

h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #3c3c3b;
	margin-top: 2px;
}
.center {
	display: none;
    font-size: 1.3rem;
}
.logo3, .logo-dw3{
	font-family: 'Roboto', sans-serif;
    font-size: 1.7rem;
    color: #ffffff;
    font-weight: 800;
}
.mantenimiento {
    line-height: 1.8rem;
}
h2 {
    font-size: 2rem;
}
.oferta {
    font-size: 1.2rem;
    line-height: 2.8rem;
    padding: 25px 0px 25px 0;
    width: 100%;
    margin: auto;
    line-height: 1.6rem;
}
.grande {
    font-size: 1.8rem;
}
.subtitulo {
    font-size: 1rem;
}
.marcas{
    display: block;
    padding: 35px;
    align-items: center;
}

/*RECAMBIOS*/
#recambios{
	flex-wrap: wrap;
}
#recambios .wrapper>div{
	display: flex;
	padding-bottom: 0px;
}
figure{
	width: 95%;
}
.recambios01, .recambios02{
	flex-direction: column;
    width: 100%;
    align-items: center;
}
.recambios02{
	margin-bottom: 45px;
}
h5{
	font-size: 1.6rem;
	margin-top: 11px;
}
h4 {
    font-size: 1.6rem;
}
.descripcion {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.2rem;
}
.vente {
    font-size: 2rem;
}
.tramitamos {
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    color: #0000ff;
}
#marcas {
    background: #ffffff;
}
#marcas .wrapper>div{
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}
.marcas1 img{
	width: 100%;
}


/*FOOTER*/
.condiciones{
	font-size: 0.9rem;
	line-height: 1.2rem;
}
footer {
    background-color: #bc0a2c;
    color: #fff;
    margin-top: 0px;
}
#footer-top .wrapper>div {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.footer-bottom {
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.direccion1 {
    padding-top: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
}
.descripcion2{
    font-size: 1rem;
    line-height: 1.2rem;
    line-height: 1.5rem;
}
}