:root{
    --rojo:#B4120E;
}
body{
    color: white;
}
.amarillo{
    border: 2px solid yellow;
}
.renglon{
    display: flex;
    flex-direction: row;
}
.centrado{
    justify-content: center;
}
.mismoEspacio{
    justify-content: space-evenly;
    align-items: center;
}
.logo{
    width: 100%;
}
.navMenu{
    background-color: black;
    border-bottom: 2px solid white;
}
.navMenu a{
    text-decoration: none;
}
.opcionesNav{
    color: white;
}
.imagenesCarousel{
    width: 40%;
    margin-left: 30%;
}
.glider-contain{
    width: 75% !important;
}
.glider-dot.active{
    background-color: var(--rojo);
}
.btnRojo{
    background-color: var(--rojo);
    color: white;
}
.imagenesMedias{
    width: 25%;
}
.imagenesMedias img{
    width: 100%;
}
#lentes{
    position: relative;
    right: 50px;
    top: 50px;
    z-index: -1;
}
.formFooter{
    background-color: black;
    color: white;
}
#botonFooter{
    display: flex;
    justify-content: flex-end;
}
.contenedorImagen{
    width: 30%;
}
.imagenesProductos{
    width: 100%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  color: #fff;
}
body {
  background-image: url("../img/Wallpaper_atraco.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
