/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2022 | 17:56:45 */
.contato {
	text-align: center;
}
.contato input[type="text"], .contato input[type="email"], .contato textarea {
	width: 100%;
    max-width: 800px!important;
	border-radius: 15px;
    border-width: 1px;
    margin-bottom: 15px;
	border-color: #707070;
}
.contato input[type="text"]{
	max-width: 440px;
}
.contato .colunas {
	display:flex;
	justify-content: space-between;
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
@media (max-width: 600px){
	.contato .colunas {
		flex-direction: column;
	}
}

.contato .colunas input {
	width: 100%;
	max-width: 395px!important
}
.contato textarea {
	max-height: 200px;
}
.contato .wpcf7-checkbox {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	font-size: 18px;
	color: white;
    width: 820px;
    margin: 0 auto 20px auto;
}
@media (max-width: 600px){
	.contato .wpcf7-checkbox {
		display: initial;
	}
}
.contato .wpcf7-checkbox span {
	text-align: left;
	margin-bottom: 20px;
}
.contato .wpcf7-checkbox input {
	transform: scale(1.8);
	border-width: 1px;
	margin-right: 10px;
}
.contato .botao {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.contato .botao input {
	width: 190px;
    color: #29b7eb;
	float: right;
	border-radius: 40px;    
    background-color: white;
}

.contato .botao input:hover {
	color: white;    
    background-color: #1693c1;
}
@media (max-width: 600px){
	.contato .botao {
		display: flex;
    	align-items: center;
    	flex-direction: column;
	}
	.contato .botao input {
		float: none;
	}
}