body {
    margin: 0;
    padding: 0;
     ;
}

.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: var(--color-amarillo);
    padding: 1vw;
}
.menu  {
   font-family: var(--fuente-vt323) ;
   font-size: 3vw;
   color:  var(--color-rosa);
   display: flex;
   align-items: center;
}

.menu a {
    text-decoration: none ;
    color:  var(--color-rosa);
}

.menu a:hover {
    color: var(--color-hover);
}

.logo {
    width: 10vw;
    height: auto;
}


.titulo-2{
    font-family: var(--fuente-dotgothic16) ;
    text-align: center;
    font-size: 3vw;
}

.des{
    font-family: var(--fuente-silkscreen);
}

.baner-cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.parrafo{
    font-family: var(--fuente-dotgothic16);
    text-align: center;
    font-weight: 1.5vw;
    
}


.banner{
    width: 80%;
    border-radius: 1.5vw;
    align-items: center;
   
    margin-top: 2vw;
        box-shadow: var(--sombra)


}

.barras {
    display: flex;
    justify-content: center;
    margin-bottom: 20vw
}


.parrafo{
    font-family: var(--fuente-dotgothic16);
    text-align: center;
    font-weight: 1.5vw;
    
}

.barra{
    color: var(--color-rosa);
    font-size: 10vw;
}


.sale {
    width: 80%;
    border-radius: 1.5vw;
    align-items: center;
   
    margin-top: 2vw;
    box-shadow: var(--sombra);
}

.footer {
    margin-top: 2rem;
    font-size: 0.9rem;
    color: var(--color-footer);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    }
