main {
    min-height: 82%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    margin-top: 110px;
}

main::after {
    content: "";
    background: url("../assets/papel_de_parede.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.container-contato-dados {
    width: 85%;
    background-color: white;
    border-radius: 5px;
    padding: 0 40px;
    box-shadow: 2px 6px 33px grey;
    display: flex;
    align-items: center;
}
.container-contato-dados.mobile {
    flex-direction: column;
}
.container-contato-dados div, .container-contato-dados span {
    color: black;
}

.container-contato-dados.desk div, .container-contato-dados.desk span {
    font-size: 18px;
}

.container-contato-dados.desk .container-contato {
    width: 60%;
}

.container-contato-dados.mobile .container-contato {
    width: 100%;
}

.container-contato-final.desk {
    width: 50%;
}

.container-btn-orcamento-contato.mobile {
    justify-content: center;
}

.container-btn-orcamento-contato.desk {
    justify-content: flex-end;
}

.linha-contatos {
    /* margin: 40px 0!important; */
}

.iconify {
    margin: 0 7px;
}

a {
    text-decoration: none;
    color: black;
}

.wpp-btn {
    transform: scale(1.2);
    color: green;
    transition: .3s;
}

.wpp-btn:hover {
    transform: scale(1.5);
}

.container-contato-dados img {
    transform: scale(.9);
}

.container-maps {
    width: 40%;
    display: flex;
    justify-content: center!important;    
}

.container-maps.mobile {
    justify-content: center;    
}

.container-maps.mobile img {
    width: 310px;    
}

.container-maps.desk {
    justify-content: start;    
}

.container-maps.desk img {
    /* margin-left: -200px; */
    width: 800px;
}

#navbarToggleExternalContent li, #navbarToggleExternalContent a {
    color: white;
}

.container-contato.desk {
    display: flex;
}

.container-contato.mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.container-btn-contato.desk {
    width: 50%;   
}
.container-btn-contato.mobile {
    width: 100%;   
}

.formulario {
    display: flex;
    flex-direction: column;
}

.formulario input {
    border: none;
    background: none;
}
.formulario input[type="text"],
textarea{
    margin: 5px 0;
    border: 1px solid black;
    padding: 5px;
    border-radius: 5px;
}

.formulario input[type="submit"] {
    border: none;
    background: none;
    background-color: #151c48;
    padding: 3px 0;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    padding: 5px;
}

#subject {
    display: none;
}