:root {
    --logo-tipo: #458e3b;
    --cor-sub-titulo: #224ac3;
    --cor-sub-titulo2: #021859;
    --cor-sub-titulo3: #f4f4f5;
    --cor-border-primeira: rgba(15, 15, 15, 0.1);
    --cor-padrao1: #057dc8;
    --backgroud-white: white;
    --color-write: white;
    --color-red: rgb(238, 86, 86);
    --background-rgba: rgba(249, 247, 247, 0.3);
    --background-rgba2: rgba(25, 25, 26, 0.4);
    --background-rgba3: rgba(25, 25, 26, 0.09);
    --background-rgba4: rgba(249, 247, 247, 0.4);
    --cor-verde: #005421;
    --cor-laranja: #ec6d1f;
    --cor-laranja2: rgb(238, 139, 86);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

.secao-reclame {

    margin-top: 2rem;

}

#btn-reclame {
    color: #494949;
    margin-top: 10px;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 1px solid #494949;
    outline: none;
}
#btn-reclame:hover{
    opacity: 0.8;
}

#formulario {
    display: none;
    margin-top: 10px;
}

#formulario textarea {
    padding: 5px;
    outline: none;
    border-radius: 5px;
}

#enviar-reclame{
    cursor: pointer;
    padding: 4px 8px;
    background-color: #006730;
    border: none;
    border-radius: 5px;
    color: var(--color-write);   
}
#enviar-reclame:hover{
    opacity: 0.7;
}



@media screen and (min-width:47rem) {
    .secao-reclame {
        position: absolute;
        margin-top: 2rem;

    }
}