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;
}

.same {
   display:flex ; 
   flex-direction: row;
   align-items: center;
   justify-content: center;
   padding: 2vw;
}

.Photo{
width: 35.5vw;
border-radius: 1.5vw;
align-items: center;
height: auto;
box-shadow: var(--sombra);
}

.titulo-3{
    font-family: var(--fuente-dotgothic16);
    width: 70%;
    margin-left: 4vw;
    text-align: justify;
    font-size: 2vw;
}

.sale {
    width: 80%;
    border-radius: 1.5vw;
    
    margin-top: 2vw;
    box-shadow: var(--sombra);}

footer {
    margin-top: 2rem;
    font-size: 0.9rem;
    color: var(--color-footer);
text-align: center;
    }
