.navbar-dark{
    background-color: #03254c;
}

.nav-item:hover{
    background-color: #121111;
}

.navbar-item{
    text-align: right;
}

.logo{
    width: 34%;
    height: 34%;
    margin-left: 20%;
}

.nav-item{
    font-family: 'Lato', sans-serif;
    font-size: 140%;
    display: flex;
    justify-content: space-between;
    margin-left: 10%;
    text-transform: uppercase;
    font-weight: 400;
}

.navbar-nav{
    margin-left: 60%;
}

.nombre{
    font-size: 150%;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    margin-top: 3%;
    margin-left: 14%;
}

#carouselExampleIndicators{
    margin: auto;
    width: 80%;  
    padding-top: 1%;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.carrusel{
    background-color: #181717;
}

.carousel-item{
    height: 50%;
    width:80%;
}

.nosotros{
    margin: 1%;
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 2%;
    padding-right: 2%;
}

.titulonosotros{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 400%;
}

.texto{
    font-family: 'Lato', sans-serif;
    font-size: 180%;
}

.subtitulo{
    display: flex;
    align-items: center;
    margin: 1%;
    color: aliceblue;
    background-color: #181717;
}

.años{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 250%; 
}

.mercado{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 200%;
}

.cotizacion{
    padding-top: 5%;
    padding-bottom: 10%;
    padding-left: 2%;
    padding-right: 29%;
    background-image: url(../img/Diseño\ sin\ título\ \(3\).jpg);
    background-size: cover;
    font-family: 'Lato', sans-serif;
}

.cotizacion-titulo{
    font-size: 250%;
    font-weight: 500;
    color: aliceblue;
}

.cotizacion-texto{
    font-size: 200%;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: darkgray;
}

.boton{
    padding-top: 4%;
    display: flex;
    justify-content: right;
}



.marcas{
    color: aliceblue;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 8%;
    margin-top: 8%;
}

.marcas:hover{
    background-color: #181717;
}

.descripcion{
    background-color: #03254c;
    color: aliceblue;
    padding: 4%;
}

.descripcion-info{
    font-family: 'Lato', sans-serif;
    font-size: 200%;
}

.imagenes-descripcion{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.ashcroftimg{
    height: 20%;
    width: 30%;
    margin-right: 5%;
}

.parkerimg{
    height: 10%;
    width: 25%;
    margin-top: 2%;
}

footer{
    width: 100%;
    background-color: #121111;
    margin-top: auto;
    padding-top: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Lato', sans-serif;
}

.logo-footer{
    height: 80px;
    margin-bottom: 1rem;
}

.footer-menu-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:nowrap;
    margin-bottom: 2%;
    list-style-type: none;
    color: aliceblue;
    font-size: 100%;
}

.footer-item{
    margin: 5%;
    cursor: pointer;
    opacity: 0.6;
    font-size: 130%;
    text-decoration: none;
    color: aliceblue;
}

.copyright{
    color: aliceblue;
    opacity: 0.3;
    text-align: center;
}