#importe,
#label-importe,
table,
button,
label{
    font-size: 35px;
}

#importe{
    text-align: right;
}

table{
    border: 3px solid black;
    width: 45%;

}

td {
    border: 1px solid black;
}

th {
    background-color: burlywood;
}

#rem-esp,
#rem-ebrou{
    text-align: center;
    background-color: black;
    color: white;

}

#max-esp,
#max-ebrou{
    text-align: center;
}

#mensaje1{
    width: 60%;
    height: 7%;
    font-size: 30px;
    color:darkgoldenrod;
    background-color: bisque;
    border: 4px solid darkgoldenrod;
}

#mensaje2{
    width: 60%;
    height: 7%;
    font-size: 30px;
    color:rgb(126, 10, 10);
    background-color: rgb(201, 164, 171);
    border: 4px solid rgb(126, 10, 10);
}


#bloque1,
#bloque2{
    display: flex;
}

.separador{
    width: 3%;
}

.cot{
    text-align: center;
}

.popup-conf{
    z-index: 100000;
    border: 3px solid white;
    border-radius: 30px;
    background-color: rgb(8, 83, 141);
    box-shadow: 5px 5px 40px white;
}

.icono-conf{
    font-size: 30px;  
    background-color: rgb(249, 205, 10);
    color: rgb(249, 205, 10); !important;
    border-color: rgb(249, 205, 10); !important;
}

.titulo-conf{
    font-size: 40px;    
    font-family: poppins;
}


#barras{
    position: absolute;
    display: flex;
    left: 62%;
    width:30%;
    height: 75%;
    background-color: rgb(8, 19, 101);
    border-bottom: 10px solid rgb(8, 19, 101);
    border-top: 10px solid rgb(8, 19, 101);
}

#barra-esp{
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 40px;
    font-family: poppins;
    position: absolute;
    left:2%;
    width: 47%;
    height: 100%;
    background-color: chartreuse;
    bottom: 0px;
    transition: height 2s ease; 
}

#barra-ebrou{
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 40px;
    font-family: poppins;
    position: absolute;
    left:51%;
    width: 47%;
    height: 25%;
    background-color: rgb(193, 88, 22);
    bottom: 0px;
    transition: height 2s ease; 
}

#bloques{
    display:flex;
}

#contenedor{
    width: 65%;
}

#todo{
    display: flex;
}