html, body {
    /*overflow: hidden; /* don't do scrollbars */
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
}
.container{
    padding: 15px;
}
.wrapper{
    width: 100%;
    height: 500px;
    margin: 0 auto;
    
}

.swal2-input{
    width: 100% !important;
    margin-left: 0 !important;
    height: 2.5em !important;
    margin-right: 0 !important;
}
textarea.swal2-input{
    height: 5em !important;
    padding: 0.5em 0.5em !important;
}
.swal2-close{
    outline: none;
}

/* boton volver */
.volver-btn{
    padding: 5px 25px;
    border-radius: 10px;
    border: 2px #6a5944;
    background-color: #6a5944;
    color: white;
}

.volver-btn:hover{
    border: 2px #6a5944;
    background-color: #4b3f30;
    color: white;
}

.calendar-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


ul{
    list-style: none;
    text-align: justify;
}

ul li{
    padding-bottom: 0;
    padding-top: 0;
}
ul a, a{
    color: var(--DarkGrey);
}

ul a:hover, a:hover{
    color: var(--marronOscuro);
    font-weight: 700;
    text-decoration: none;
}