﻿@media screen and (max-width:1024px) {
	.wpcf7 table {
		width:100%;
	}
}

@media screen and (min-width:1025px) {
	.wpcf7 table {
		width:100%;
	}
	
	.wpcf7 .center {
		white-space:nowrap;
	}
}

.wpcf7 .opcao,.wpcf7 .texto {
	padding:1%;
}

.wpcf7 table {
margin: 0 0 5% 0 auto;
border: 1px solid lightgray;
border-radius: .5em;
padding: 2%;
}
.wpcf7 table tr td {
margin:0;
padding:0;
}
.wpcf7 .options_table {
width:100%;
background:#e5e5e5;
border-collapse:collapse;
}
.wpcf7 .options_table td {
width:25%!important;
text-align:center;
border:1px solid #d5d5d5;
padding:1%;
}

@media screen and (max-width:1024px) {
.wpcf7-list-item {
display:inline-block!important;
padding:0!important;
width:100%!important;
margin:0 auto!important;
text-align:center;
}
}

@media screen and (min-width:1025px) {
.wpcf7-checkbox .wpcf7-list-item{
display:inline-block!important;
padding:0!important;
width:25%!important;
margin:0 auto!important;
text-align:center;
vertical-align: middle;
}

.wpcf7-radio .wpcf7-list-item{
display:inline-block!important;
padding:0!important;
width:30%!important;
margin:0 auto!important;
text-align:center;
vertical-align: middle;
}
}

.wpcf7-not-valid-tip {
color: red;
}

.wpcf7 select, .wpcf7 textarea{
-ms-box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box; 
box-sizing:content-box;
}

.wpcf7 input[type=email],.wpcf7 input[type=number],.wpcf7 input[type=tel],.wpcf7 input[type=text], .wpcf7 input[type=file], .wpcf7 select{
border:1px solid #d5d5d5;
width:90%;
display:block;
margin: 1% 0 auto;
border-radius: .5em!important;
padding: .5em!important;
}



.wpcf7 textarea {
border:1px solid #d5d5d5;
border-radius: 20px;
width:92%;
display:block;
margin: auto;
margin-bottom: 1.3em;
padding:.5% 1%;
}

.wpcf7 .center {
padding:5% 0 2%;
}
.wpcf7 .texto {
text-align:right;
border:1px solid #d5d5d5;
background:#e5e5e5;
width:30%;

border-radius: .5em!important;
padding: .6em!important;
}

.wpcf7 .opcao {
border-bottom:1px solid #d5d5d5;
border-left:1px solid #d5d5d5;
border-right:1px solid #d5d5d5;
}
.wpcf7 input[type=submit] {
display:block;
margin:auto;
color:#fff!important;
padding: .6em 1.3em!important;
width:auto!important;
background:#9e9993!important;
text-transform: uppercase;
border-radius:.5em
}
.wpcf7 input[type=submit]:hover {
color:#fff;
background:#9e9993;
transition:.3s;
cursor:pointer;
}
.wpcf7-validation-errors {
border:2px solid #9e9993!important;
}

.navigation ul,.pontos,.wpcf7-not-valid-tip {
text-align:center;
}

.wpcf7-recaptcha {
margin:1.5em 0;
}

.wpcf7-response-output.wpcf7-validation-errors {
padding: 5px;
width: 80%;
border-radius: 10px;
margin-bottom: 2%;
}

.screen-reader-response{
	display: none;
	visibility: hidden;
}