section#contato {
	padding: 80px 7%;
    background-color: #000;
    width: 100%;
    float: left;
}
section#contato p, section#contato a { color:#fff !important}
section#contato a:hover {
}
.map-container .enderecos > div:nth-child(1) {
    padding: 33px 40px 33px 0;
}
p.site-name { font-size:22px; font-weight: 800; color: #fff !important;text-align: left;}
.map-code iframe{width: 100%;height: 100%;position: absolute;top: 0;left: 0;bottom: 0;}
.map-container {position: relative;height: 100%;}
.map-container .enderecos {
    padding: 00px 0%;
}
.mapa iframe {width: 100%;height: 100%;float: left; padding-bottom:0;}
section#contato .content {padding: 0;max-width: 1900px;margin: 0 auto;float: none;}
section#contato ion-icon {
    color: rgb(255 255 255);
    padding: 0 10px 0 0;
    font-size: 23px;
}
ul.wcontato-telefones li {
    padding: 7px 0;
    color: #fff !important;
}
li.endereco p {margin-left:33px}
.map-code.col50.wow.slideInRight {
    height: 100%;
}

.map-code > div {
    height: 0;
    padding-top: 75%;
}

/*------------------------------------------------------------ */
/* ------------------------- FORMS --------------------------- */
/*------------------------------------------------------------ */
.wpcf7 .ajax-loader {
    background-image: url(images/carregando.gif) !important;
    width: 40px !important;
    height: 40px !important;
    background-size: contain !important;
}
.bloco-form {
    width: 100% !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: 2px solid #f7e700;
    background-color: #333;
    display: block;
    padding: 20px;
    color: #fff;
    float:left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    height: inherit;
    line-height: normal;
    border-radius: 11px;
}
div.wpcf7-validation-errors.fechado { display:none}

.wpcf7-not-valid {border: 2px solid #ffeb3b !important;}
div.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output  { 
    background-color: #398f14 !important;
    display: block ;
    padding: 20px !important;
    color: #fff !important;
	float:left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	}
.wpcf7 span.label { display: none; }
.wpcf7 form input, textarea, button { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.wpcf7 form input, textarea, button {border: none;outline: none;width: 100%;box-sizing: border-box;padding: 9px;font-size: 13px;line-height: 17px;margin: 4px 0;color: #333;font-family: 'Montserrat';border-radius: 4px;border-radius: 0px;max-height: 121px;border-bottom: 1px solid #831d1c;}
.wpcf7 form select, form input[type="submit"] {-webkit-appearance: none;}
.wpcf7 form select {font-size: 14px;color: #999;}
.wpcf7 ::-webkit-input-placeholder { color: #AAA; }
.wpcf7 :-moz-placeholder { color: #AAA; }
.wpcf7 ::-moz-placeholder { color: #AAA; }
.wpcf7 :-ms-input-placeholder { color: #AAA; }
.wpcf7 form input[type="date"] {line-height: 20px;}

.wpcf7 form input::-webkit-outer-spin-button,
.wpcf7 form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wpcf7 form input[type=number] {
  -moz-appearance: textfield;
}
.wpcf7 form select:focus,
.wpcf7 form input:focus { box-shadow: 0px 0px 6px #d2d2d2; background-color:#F9FFA5 }
.wpcf7 form input.empty { border-color: #8cc63f; }
.wpcf7 form input.empty:focus { box-shadow: 0px 0px 6px #8cc63f; }
.wpcf7 form input[type="submit"] {
    background: #831D1C !important;
    border: 0px;
    text-transform: capitalize;
    color: #FFF;
    font-size: 14px;
    width: auto;
    padding: 6px 30px;
    font-weight: 600;
}
.wpcf7 {
    width: 100%;
    box-sizing: border-box;
    max-width: 900px;
}
button.wpcf7-field-group-add {
    width: 53px;
    font-size: 49px;
    background-color: #967445;
    color: #fff;
    float: left;
    cursor: pointer;
}

button.wpcf7-field-group-remove {
    width: 53px;
    font-size: 49px;
    background-color: #1d274a;
    color: #fff;
    float: left;
    padding: 9px 0 18px 0;
    cursor: pointer;
}
.wpcf7 p {float: left;width: 100%;padding-right: 0;box-sizing: border-box;}
.wpcf7 p.quarter { width: 25%; }
.wpcf7 p.full { width: 100%; }
.wpcf7 p span {
    line-height: 100%;
}
label { display: block; float:left; width:100%}
span.obs {
    font-size: 14px;
    font-style: oblique;
    color: #777;
}
#contato span.icons:before {
    font-size: 42px;
    padding: 0 22px;
    color: #ffffff;
}
@media screen and (max-width: 700px) {
    section#contato {height:auto;padding: 40px 22px;}
.map-container .enderecos {/* padding: 40px 0px; */}
.map-code {/* margin-left: -10px; */}
ul.wcontato-telefones li {
    flex-direction: row !important;
}
.map-container .enderecos > div:nth-child(1) {
    padding: 20px ;
}
li.endereco {
    text-align: left !important;
}

li.endereco p {
    margin-left: 0;
}

li.endereco span {
    align-items: flex-start !important;
    flex-direction: inherit !important;
}

li.endereco ion-icon {
    margin: -11px 0 0 0;
}
li.endereco {
    margin-top: 10px;
}
	#contato .midias {
    margin-top: 22px;
}
}
