
body {
    background-color: #fff;
}

p {
    color: #000;
    font-size: 13px;
}

.botao {
    background-color: #dc3545;
    color: #dbdbdb;
    font-weight: bold;
    font-size: 13px;
}

.botao:hover {
    color: #fff;
    background-color: #bb2d3b;
}

.botao2 {
    background-color: #545454;
    color: #dbdbdb;
    font-weight: bold;
    font-size: 13px;
}

.botao2:hover {
    color: #fff;
    background-color: #404040;
}


.menu .btn {
    width: 100%;
    height: 75px;
    font-size: 22px;
    font-weight: bold;
}

.menu p {
    color: #828282;
}

@media screen and (max-width: 800px) {

    .entregas,
    .reclamacoes,
    .devolucoesetrocas {
        width: 400px !important;
    }

    .logo {
        right: 4%;
        top: 2%;
    }

    #dialogo {
        width: 300px;
    }
}

.menu h1 {
    color: #000;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.logo {
    right: 30px;
    top: 30px;
    width: 18vw;
    max-width: 190px;
}

.entregas,
.reclamacoes,
.devolucoesetrocas {
    width: 500px;
}

.entregas input,
.reclamacoes input,
.devolucoesetrocas input {
    width: 100%;
    margin-bottom: 5px;
}

.reclamacoes select.bigbutton {
    background-color: #fff;
    color: #000;
    border-color: #000;
    height: 60px;
}

.entregas textarea,
.reclamacoes textarea,
.devolucoesetrocas textarea {
    margin-top: 15px;
    resize: none;
    overflow: hidden;
    min-height: 88px;
}

.entregas h2,
.reclamacoes h2,
.devolucoesetrocas h2 {
    color: #000;
}

#entregasform button,
#produtosdanificadosform button,
#reclamacaoservicoform button,
#devolucoesetrocasform button {
    height: 50px;
}

.g-recaptcha {
    display: inline-block;
}

.nomeproduto{
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    text-align: center;
}

.removeproduct{
    color:#dc3545;
}

#dialogo {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 10px gray;
    border-radius: 5px;
    text-align: center;
}

#dialogo button{
    padding:10px 20px;
    border-radius:4px;
}

#dialogo button:hover{
    background:#e00b7d;
    color:white;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    box-shadow: 0px 0px 0px 4px #000000;
}
