﻿body {
}

.contato {
    display: flex;
    margin-bottom: 55px;
}

.containerBase {
    display: flex;
    justify-content: center;
}

.container-content {
    width: 100%;
    max-width: 930px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title {
    margin-top: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #C41B17;
    padding-bottom: 70px;
}

.telefones, .email {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-family: Roboto;
    flex: 1;
}

.telefones {
    padding-right: 120px;
}

.hr1 {
    background: #F4F4F4;
    width: 100%;
}

.mensagem {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #C41B17;
    margin-top: 55px;
}

.containerBase form {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 60px;
}

.colunasForm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.group1-2 {
    display: flex;
}

.group1 {
    padding-right: 120px;
    width: 100%;
    flex: 1;
}

.group2 {
    display: block;
    width: 100%;
    flex: 1;
}

.group3, .group4 {
    display: flex;
}

#ufGroup, #telefoneGroup, #celularGroup, #prefContatoGroup, #cidadeGroup, #assuntoGroup {
    flex: 1;
}

.col2 {
    display: flex;
    justify-content: space-between
}

.container-content textarea {
    width: 100%;
    height: 170px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    border-radius: 5px;
    background: unset;
}

#mensagemGroup {
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
}

#Estado, #Assunto, #PrefContato {
    cursor: pointer;
}

#enviar {
    border-radius: 100px;
    background-color: #C41B17;
    border: 2px solid #C41B17;
    color: #fff;
    padding: 5px;
    width: 200px;
    text-align: center;
    margin: 10px auto 0;
}

    #enviar:focus {
        outline-width: 0;
    }

    #enviar:hover {
        background: #fff;
        color: #C41B17;
    }

#loading {
    display: flex;
    justify-content: center;
    align-self: center;
    display: none;
}

.container-content input, .container-content select {
    background: unset;
    font-weight: bold;
}

.container-content .label-input {
    top: -10px;
    left: 0;
    font-weight: bold;
}

.title, .hr1 {
    display: block;
}

.div-pai-grid {
    display: flex;
}

.ajuste-fora-padrao {
    font-size: 11px !important;
}

@media only screen and (max-width: 1000px ) {
    .containerBase {
        padding-left: 50px;
        padding-right: 50px;
    }

    #telefone-form, #cidade-form {
        margin-right: 40px;
    }

    .group2 {
        height: 60%;
        margin: 10px auto;
        flex-direction: row;
        flex: auto !important;
    }

    .group1 {
        padding-right: 0;
        height: 60%;
        margin: 10px auto;
    }
}

@media only screen and (max-width: 425px) {
    .title, .contato, .hr1 {
        display: none;
    }

    .colunasForm, .group1-2 {
        flex-direction: column;
    }

    .group2 {
        height: 60%;
        margin: 10px auto;
        flex-direction: row;
        flex: auto !important;
    }

    .div-pai-grid {
        width: 80%;
        margin: 0 auto;
    }

    .group1 {
        padding-right: 0;
        height: 60%;
        margin: 10px auto;
    }

    .containerBase {
        padding-left: 17px;
        padding-right: 17px;
    }

    .mensagem {
        margin-top: 20px;
        text-align: left;
    }

    .group4 {
        flex-direction: column;
    }

    .btn-vermelho {
        border-radius: 100px;
        border: 2px solid #C41B17;
        background-color: #C41B17;
        padding: 5px;
        width: 200px;
        display: block !important;
        text-align: center;
        margin: 10px auto 0;
    }   
}
