/* Form */
#ouvidoria_form{
    max-width: 600px;
    height: 740px;
    overflow-y: auto;
}

/* Termo */
#ouvidoria_term{
    position: absolute;
    left: 0;
    top: 740px;
    width: 100%;
    height: 740px;
    opacity: 0;
}

/* Informações */
#ouvidoria_info{
    max-width: 400px;
    height: 740px;
}

/* Alertas */
#success{
    position: absolute;
    left: 0;
    top: 740px;
    width: 100%;
    height: 740px;
    opacity: 0;
}

#success2{
    position: absolute;
    left: 0;
    top: 740px;
    width: 100%;
    height: 740px;
    opacity: 0;
}

#error{
    position: absolute;
    left: 0;
    top: 740px;
    width: 100%;
    height: 740px;
    opacity: 0;
}

/* Informações Mobile */
#fab_container{
    display: none;
}

/* Dispositivos Moveis */
@media screen and (width < 1024px) {
    #ouvidoria_info{
        display: none !important;
    }
    #fab_container{
        display: block !important;
    }
}