body {
    background-color: rgb(245, 245, 245);

    margin: 0;
    border: 0;
    padding: 0;
}
.logo img{
    display: block;
    width: 30%;
    max-width: 500px;
    min-width: 180px;
    margin: auto;
    
}
.container{
    font-family: 'Roboto Slab', serif;

    background-color: rgb(245, 245, 245);

    width: 100%;

    margin: 0;
    border: 0;
    padding: 0;

    position: relative;
    left: 0;
    top: 0;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-self: center;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    
}
.item {
    
    margin: 30px;
    padding-bottom: 20px;
    box-sizing: border-box; /* Incluye el padding y el borde en el cálculo del ancho */
    display: flex;
    flex-direction: column; 
    justify-content: flex-start;
    max-width: 450px;
}

.item img{
    width: 100%;
    padding-bottom: 20px;
}

.item p {
    font-family: "EB Garamond", serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.en {
    font-weight: 400 !important;
}

.info {
    font-family: "PT Sans", serif;
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-size: 25px;
    text-align: center;    
    padding-top: 20px;
    padding-bottom: 50px;
    width: 100%;
}
.info a[href^="mailto:"] {
    color: red;
    text-decoration: none;
}

#vermut{
    border-bottom: 6px solid #660707;
}

#sangria{
    border-bottom: 6px solid red;
}

