/*
Theme Name: Mv Prec
Theme URI: http://www.909webstudio.com.br
Author: Kendric Gabriel <suporte@909webstudio.com.br>
Author URI: http://www.909webstudio.com.br
Description: Este tema foi criado pelo Studio 909.
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: tags
Text Domain: Mv Prec
*/

@font-face{
	font-family: 'Montserrat-Default';
	src: url('fonts/Montserrat-SemiBold.ttf') format('TrueType');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/*** Padrão ***/
html{
    padding: 0;
    margin: 0;
}

body{
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4{
    padding: 0;
    margin: 0;
}

p{
	color: var(--corTexto);
    margin: 0;
    padding: 0;
}

.nopadding{
	padding: 0 !important;
}

.clr{
    clear: both;
}

/*** Formulário  ***/
#form-contato{}

#form-contato p{
    width: 100% !important;
}

#form-contato .controle{
    width: 100%;
}

#form-contato .controle input{
    font-family: 'Montserrat-Default' !important;
    font-size: 16px;
    font-weight: 600;
    color: #313131;
    width: 100% !important;
    padding: 14px;
    border: 1px solid #777777;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 3px;
}

#form-contato .controle input::placeholder, #form-contato .controle textarea::placeholder{
    font-family: 'Montserrat-Default' !important;
    font-weight: 600 !important;
    color: #313131;
}

#form-contato .controle textarea{
    font-family: 'Montserrat-Default' !important;
    width: 100% !important;
    height: 170px;
    padding: 10px;
    border: 1px solid #777777;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    color: #313131;
}

#form-contato .area-button button{
    font-family: 'Montserrat-Default' !important;
    font-size: 16px;
    font-weight: 600 !important;
    color: #313131;
    width: 100% !important;
    max-width: 300px;
    padding: 13px 0;
    border: 0;
    outline: 0;
    background-color: #d2b72a;
    display: block;
    margin: 15px 0 0 auto;
    cursor: pointer;
}

#form-contato .area-button button:hover{
    background-color: #373e7f;
    color: #fff;
    transition: 0.3s;
}

#form-contato .wpcf7-not-valid-tip{
    font-family: "Montserrat";
    font-size: 12px !important;
}

.wpcf7-response-output{
    font-family: "Montserrat";
    font-size: 14px;
    margin: 0 !important;
}

@media only screen and (max-width: 800px){
	#form-contato .area-button button{
		max-width: 100%;
	}
	
	#form-contato .controle textarea{
		height: 140px;
	}
}