#fundo-titulo{
    background-color: #00B0BD;
    /* background-color: #0A84FF; */
    color: #FFFFFF;
    padding: 2px;
    border-radius: 25px 25px 0px 0px;
    text-align: center;
}

#titulo{
    color: #FFFFFF;
}

#fundo-titulo-2
{
    margin-top: 20px;
    text-align: center;
}

#titulo-2{
    color: #00263E;
}

#fundo-formulario{
    border-style: solid;
    border-width: medium;
    border-color: #00B0BD;
    border-radius: 10px;
}

#colunas-formulario{
    text-align: center;
    display: flex;
}

#fundo-titulo-formulario{
    text-align: center;
}

#imagem{
    margin: auto;
    width: 250px;
}
#imagem-aquario{
    width: 250px;
}

.input-calculadora{
    width: 250px;
}

/* #formulario{
    margin: auto;
    text-align: center;
    width: 250px;
} */

.imagem-aquario-ocultar{
    display: none;
}
.formulario{
    margin: auto;
    text-align: center;
    width: 250px;
    display: none;
}

#btn-calcular{
    background-color: #00B0BD;
    color: #00263E;
    width: 100%;
}

.input-resultado{
    margin-bottom: 5px !important;
    margin-top: 20px;
    border-style: solid !important;
    border-width: medium !important;
    border-color: #00B0BD !important;
    height: 100px !important;
    font-size: 30px !important;
    text-align: center;
}

/* #resultado-retangulo{
    margin-bottom: 5px;
    margin-top: 20px;
    border-style: solid;
    border-width: medium;
    border-color: #00B0BD;
    height: 100px;
    font-size: 30px;
    text-align: center;
} */

#imagens{
    text-align: center;
}

.icone{
    margin: auto;
    margin-bottom: 2px;
    width: 75px;
    display: inline-block;
    margin-left: 4px;
    border-radius: 4px;
}

.mensagem-erro{
    color: red;
    display: none;
}


/* For Tablet View */
@media screen and (min-device-width: 768px)
 and (max-device-width: 1024px) {
    #colunas-formulario{
        text-align: center;
        display: block;
    }
}



/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
and (orientation: portrait) {
    #colunas-formulario{
        text-align: center;
        display: block;
    }

}


/* For Mobile Landscape View */
@media screen and (max-device-width: 640px)
and (orientation: landscape) {
}