.contingut
{
    border: 0px solid red;
    width: 98%;
    margin: 1% auto auto auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-width: 200px; */
    /* border-radius: 20px; */
}

.contingut:first-child {
    margin-top: 0 !important;
  }

.contingut > div[class="butt"] 
{
    margin: 25px 0 0 0;
}

.butt
{
    /* margin: 1%; */
    width: 100%;
    /* padding: 3%; */
    background-color: #C4D9E5;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 5%;
    min-height: 60px;
    font-size: 110%;
    font-family: "Overlock";
}

.con
{
    border: 0px solid red;
    margin-top: 0 !important;
    border-radius: 0 0 20px 20px !important;
    width: 96% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1%;
    background-color: #ebf2f3 !important;
}

.con > * 
{
    margin: 8px 0;
    outline: 0px solid red;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sortida
{
    max-height: 600px;
    overflow-y: auto;
}

.tot
{
    outline: 0px solid green;
    margin: 5px 0 10px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 8px 0;
    background-color: #C4D9E5;
    border-radius: 10px;
}

.tot > * 
{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.passos
{
    flex-direction: column !important;
    flex-wrap: nowrap;
    border-right: 1px solid #45657C;
}

.pas
{
    /* outline: 1px solid red; */
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.res
{
    border-left: 1px solid #45657C;
}

.entrada > *
{
    margin: 0.5%;
    /* border: 1px solid red; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.entrada > * > *
{
    width: 100%;
}

.entrada > * > input
{
    margin: 2px 0;
    padding: 11px;
    font-size: 110%;
}

.entrada > * > input[type="Submit"] 
{
    
    background-color: #C4D9E5;
    border: 0;
    border-radius: 10px;
    font-family: "Overlock-N";
    color: #818181;
    cursor: pointer;
}

input[type="number"]  {
    background-color: inherit !important;
    color: #818181;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #818181;
    font-family: "Overlock-N";
    text-align: center;
}

input[type="number"]:focus,select
{
    outline: none;
    color: #818181;
}

@media (max-width: 999px) 
{
    .tot
    {
        flex-direction: column-reverse;
    }
    .res
    {
        border-left: 0px solid #45657C;
        border-bottom: 1px solid #45657C;
        width: 100%;
        padding-bottom: 5px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        text-align: center;
    }
    .passos
    {
        border-right: 0px solid #45657C;
        border-top: 1px solid #45657C;
        width: 100%;
        padding-top: 5px;
    }

}