
body {
    background-color: #eef9ff;
}

.user-welcome{
  color:#ffffff !important;
  font-size:13px !important;
  font-weight:600 !important;
  white-space:nowrap !important;
}

.logo img {

    width: 70px;
    height: 60px;
}

.Icone-h3 {
    display: flex;

}

.Icone-h3 img {
    width: 25px;
    margin-right: 10px;
}

.botoes p {
    margin-left: 35px;
}


#cabecalho-suporte {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    height: 180px;
    width: 100%;
    max-width: none;
    background: linear-gradient(90deg, rgba(10, 54, 126, 1) 0%, rgba(52, 158, 213, 1) 50%, rgba(52, 158, 213, 1) 80%, rgba(234, 203, 253, 1) 100%);
    padding: 18px;
    margin-top: 50px;
    margin-bottom: 100px;
    color: #fff;
}

.contato-top-label {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.contato-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 8px;
    line-height: 1.05;
}

.contato-description {
    font-size: 15px;
    max-width: 700px;
    line-height: 1.5;
}


.nossoscontatos {

    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 80px 0px;
}

.botoesSuporte {

    width: 500px;

}


.botoesSuporte p {

    color: rgb(105, 103, 103);

}


.botoesSuporte .botoes {

    background-color: rgb(255, 255, 255);
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 2px solid rgb(191, 219, 250);
}

.botoesSuporte div i {

    font-size: 30px;
    padding-bottom: 10px;

}


.botoesSuporte div h3 {

    font-weight: 800;
    font-size: 17px;

}

.botoesSuporte div p {

    font-weight: 700;
    font-size: 17px;
}


.caixaMensagem {

    background-color: rgb(255, 255, 255);
    height: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid rgb(191, 219, 250);
}

.caixaMensagem h3 {

    padding: 20px 0px;
    font-weight: 800;
    color: rgb(0, 102, 255);
}

.formulariocontato {
    width: 500px;
    padding: 10px;


}

.inputs {

    padding: 10px;
    border-radius: 6px;
    border: 1px solid rgb(191, 219, 250);
    outline: none;
    width: 100%;
    font-size: 17px;
    color: rgb(0, 0, 0);
    background-color: rgb(235, 245, 250);
    font-weight: 600;
    color: black;

}

.nome_email {

    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

#Assunto_tecnico {

    width: 100%;
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    color: black;
    background-color: rgb(235, 245, 250);
    border: 1px solid rgb(191, 219, 250);
    border-radius: 6px;
}

#Assunto_tecnico:focus {

    outline: none;
}


#mensagemcaixa {

    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    background-color: rgb(235, 245, 250);
    border: 1px solid rgb(191, 219, 250);
    border-radius: 6px;
}

#mensagemcaixa:focus {

    outline: none;
}



.btn_btn-enviar {

    width: 100%;
    padding: 10px;
    border-radius: 6px;
    color: white;
    background-color: #000824;
    border: none;
    cursor: pointer;

}

.caixacontato label {

    display: block;
    padding: 10px 0px;
    font-size: 17px;
    font-weight: bold;
    color: rgb(148, 148, 148);

}