*{padding: 0;margin: 0;}

header{
    background: #DC0606 ;
    height: 430px;
}

header img{
    height: 320px;
    max-width: 1400px;
    width: 100%;
    padding-top: 20px;
}

header h1{
    padding: 20px;
    background-color: black;
    font-family: 'Alfa Slab One', cursive;
    color: white;
}

nav {
    background-color: black;
}

nav ul{
    text-align: center;
}

nav ul a{
    font: 25px;
    text-decoration: none;
    color: white;
    padding: 32px 100px;
    display:inline-block;
}

nav ul a:hover{
    background: white;
    color: black;
}

.estilos-carousel {
    height: 500px;
}

#main{
    margin-top: 14rem;
    margin-bottom: 14rem;
    border: 2px;
    font-family: 'Bruno Ace SC', cursive;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-text {
    max-width: 950px;
}


#fotocarousel{
    height: 600px;
    width: 400px;
}

article{
    text-align: center;
    display: inline-block;
}

#fotoarticulo{
    height: 400px;
    width: 500px;
    margin: 0px 50px;
}

h1{
    font-family: 'Bruno Ace SC', cursive;
    margin-bottom: 4rem;

}

h3{
    text-align: center;
}

#contactanos{
    background: black;
    text-align: center;
}

.title{
    text-align: center;
}
#title{
    color: white;
    padding-top:2rem;
}

#contacto{
    margin: 80px;
    color: white;
}

footer{
    background: #DC0606;
}

#mapa{
    background: black;
    display: block;
    padding-bottom: 20px;
}


.container-boton{
    background-color: white;
    margin-left: 1rem;
    position: fixed;
    z-index: 999;
    border-radius: 50%;
    bottom: 20px;
}

.container-boton:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

footer p{
    height: 100%;
    color: black;
    text-align: center;
    margin-bottom: 0;

}

#vehiculos{
    margin-top: 14rem;
}

.section-ul {
    margin-top: 14rem;
}