@charset "utf-8";

section#contato{
    float: left;
    width: 100%;
    background-color: #f9fafa;
    padding: 0 0 40px 0;
    margin-top: 30px;
}

section#contato h1{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background-color: #cc0007;
    padding: 30px 0;
    text-align: center;
    line-height: normal;
    margin-bottom: 20px;
}

section#contato h1 strong{
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px;
}

section#contato div#contatos{
    display: inline-block;
    width: 90%;
    margin-top: 30px;
}

section#contato div#contatos span{
    display: inline-block;
    width: 210px;
    margin: 20px 20px 0 20px;
    font-size: 18px;
    text-indent: 25px;
    padding: 20px 0;
    font-weight: 700;
    color: #0d63a2;
}

section#contato div#contatos span strong{
    font-size: 25px;
}

section#contato div#contatos span#telefone{
    background: url(../imagens/bg-telefone.png) left top no-repeat;
}

section#contato div#contatos span#whatsapp{
    background: url(../imagens/bg-whatsapp.png) left top no-repeat;
}

section#contato form{
    display: inline-block;
    width: 90%;
    margin-top: 40px;
    max-width: 400px;
}

section#contato form h2{
    display: inline-block;
    width: 100%;
    font-size: 25px;
    color: #0d63a2;
    font-weight: 700;
}

section#contato form input, section#contato form select{
    display: inline-block;
    width: 100%;
    height: 35px;
    margin-top: 20px;
    background-color: transparent;
    color: #333;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #666;
}

::-webkit-input-placeholder{
    color: #333;
}

::-moz-placeholder{
    color: #333;
}

section#contato form textarea{
    display: inline-block;
    width: 100%;
    color: #333;
    height: 120px;
    border: 1px solid #666;
    background-color: transparent;
    margin-top: 20px;
    resize: none;
}

section#contato form input#botao{
    display: inline-block;
    width: 150px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background-color: #0d63a2;
    border-radius: 15px;
    border: none;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	transition:.4s;
}

section#contato form input#botao:hover{
    width: 170px;
}

@media screen and (min-width: 768px){
    section#contato form h2{
        font-size: 30px;
    }

    section#contato form select.m{
        float: left;
        width: 45%;
        height: 38px;
    }

    section#contato form input.m2{
        float: right;
        width: 45%;
    }
}

@media screen and (min-width: 1024px){
    section#contato h1{
        padding: 50px 0;
    }

    section#contato h1 strong{
        font-size: 40px;
    }
}