/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
}
html {
  height: 100%;
}
/*body { overflow-y: auto; height: 100% }*/
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  /*border-collapse: collapse;*/

  border-spacing: 0;
}
a {
  text-decoration: none;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
.text-replacement {
  clear: both;
  display: block;
  overflow: hidden;
  text-indent: -9999em;
}
hr {
  display: none;
}
.clear {
  clear: both;
}
.no-margin {
  margin: 0 !important;
}
.no-border {
  border: none !important;
}
.f-right {
  float: right !important;
}
.f-left {
  float: left !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  font-size: 14px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link,
.alert strong {
  font-family: 'Exo 2', sans-serif;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
.alert-vip {
  background-color: #dcb6d6;
  border-color: #d3a5d4;
  color: #5a2b72;
}
.alert-vip hr {
  border-top-color: #cb94cb;
}
.alert-vip .alert-link {
  color: #3d1d4d;
}
.alert-aposta {
  background-color: #d1cec9;
  border-color: #c5c0bb;
  color: #464447;
}
.alert-aposta hr {
  border-top-color: #bab3ad;
}
.alert-aposta .alert-link {
  color: #2c2b2d;
}
.alert-cupom {
  background-color: #b1d9d5;
  border-color: #a0d1c4;
  color: #007765;
}
.alert-cupom hr {
  border-top-color: #8fc8b9;
}
.alert-cupom .alert-link {
  color: #00443a;
}
/*
<div class="alert alert-success">
  <strong>Well done!</strong> You successfully read <a href="#" class="alert-link">this important alert message</a>.
</div>

<div class="alert alert-info">
  <strong>Heads up!</strong> This <a href="#" class="alert-link">alert needs your attention</a>, but it's not super important.
</div>

<div class="alert alert-warning">
  <strong>Warning!</strong> Best check yo self, you're <a href="#" class="alert-link">not looking too good</a>.
</div>

<div class="alert alert-danger">
  <strong>Oh snap!</strong> <a href="#" class="alert-link">Change a few things up</a> and try submitting again.
</div>
*/* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Exo 2', sans-serif;
}
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
}
.row .col {
  position: relative;
  float: left;
  display: inline;
  margin: 0 2% 1% 0;
}
.row .col.alpha {
  margin-left: 0;
}
.row .col.omega {
  margin-right: 0;
}
.row .col.col-1 {
  width: 6.5%;
}
.row .col.col-2 {
  width: 15%;
}
.row .col.col-3 {
  width: 23.5%;
}
.row .col.col-4 {
  width: 32%;
}
.row .col.col-5 {
  width: 40.5%;
}
.row .col.col-6 {
  width: 49%;
}
.row .col.col-7 {
  width: 57.5%;
}
.row .col.col-8 {
  width: 66%;
}
.row .col.col-9 {
  width: 74.5%;
}
.row .col.col-10 {
  width: 83%;
}
.row .col.col-11 {
  width: 91.5%;
}
.row .col.col-12 {
  width: 100%;
}
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after {
  clear: both;
}
.download {
  overflow: hidden;
  background-color: #f2f2f2;
  padding: 20px 20px 20px 64px;
  height: 39px;
  border: 1px solid #cccccc;
}
.download h4 {
  float: left;
  text-transform: uppercase;
  margin-top: 7px;
  color: #999999;
  font-size: 20px;
  font-weight: 400;
}
.download a {
  float: right;
  display: block;
  width: 165px;
  height: 40px;
  color: #999999;
  text-transform: uppercase;
  background: url(../img/download.png) no-repeat;
  padding-left: 30px;
  text-decoration: none;
  padding-top: 3px;
}
.download a small {
  display: block;
  font-size: 12px;
}
.download a.talhas-eletricas {
  left: 620px;
}
.download a:hover {
  opacity: 0.75;
}
.main-container {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  min-width: 1024px;
  position: relative;
  background: #ffd54e;
  margin: 0 auto;
  /*
    **********************************************************************************************************************
    **                                                                                                        Página Sobre
    **********************************************************************************************************************
    */

  /*
   **********************************************************************************************************************
   **                                                                                                     Página Servicos
   **********************************************************************************************************************
   */

  /*
   **********************************************************************************************************************
   **                                                                                                     Página Produtos
   **********************************************************************************************************************
   */

  /*
  **********************************************************************************************************************
  **                                                                                                     Página Contato
  **********************************************************************************************************************
  */

  /*
**********************************************************************************************************************
**                                                                                                     Página Contato
**********************************************************************************************************************
*/

}
.main-container .wrapper {
  width: 940px;
  height: auto;
  min-height: 1px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
.main-container .wrapper h1 {
  font-size: 30px;
  color: #b4242c;
  font-weight: 500;
}
.main-container .inner-header {
  width: 100%;
  height: 475px;
}
.main-container .inner-header .top-header {
  max-width: 1920px;
  height: 75px;
  background: url("../img/bg-top-header.jpg") no-repeat left center;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
}
.main-container .inner-header .top-header .logotipo {
  width: 200px;
  height: 97px;
  position: absolute;
  z-index: 99999999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.main-container .inner-header .top-header .menu {
  width: 540px;
  height: 25px;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  right: 90px;
}
.main-container .inner-header .top-header .menu ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.main-container .inner-header .top-header .menu ul li {
  list-style: none;
  width: auto;
  height: 40px;
  margin-right: 22px;
  float: left;
  /** Sub Menu**/

}
.main-container .inner-header .top-header .menu ul li a {
  display: block;
  color: #3f3e3e;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 10px;
  position: relative;
}
.main-container .inner-header .top-header .menu ul li a:hover {
  color: #FFFFFF;
  background-color: #cfaa00;
}
.main-container .inner-header .top-header .menu ul li a:hover i {
  background: url("../img/bg_hover-menu.png") no-repeat 0px 0px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -17.5px;
  height: 11px;
  width: 35px;
}
.main-container .inner-header .top-header .menu ul li:hover .submenu {
  display: block !important;
}
.main-container .inner-header .top-header .menu ul li ul.submenu {
  display: none;
  margin: 0;
  padding: 0;
  background: url("../img/bg_sub-menu.jpg") no-repeat left top;
  width: 702px;
  height: 38px;
  position: absolute;
  z-index: 9999999;
  top: 38px;
  left: -120px;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.84);
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.84);
}
.main-container .inner-header .top-header .menu ul li ul.submenu:hover {
  display: block !important;
}
.main-container .inner-header .top-header .menu ul li ul.submenu li {
  list-style: none;
  width: auto;
  height: auto;
  margin-right: 25.3px;
  float: left;
  margin-top: 11.5px;
}
.main-container .inner-header .top-header .menu ul li ul.submenu li a {
  height: 40px;
  padding: 0;
}
.main-container .inner-header .top-header .menu ul li ul.submenu li a:hover {
  background: url("../img/hover_submenu.png") no-repeat left center;
  background-position: 50% 26px;
}
.main-container .inner-header .prev,
.main-container .inner-header .next {
  position: absolute;
  top: 50%;
  width: 150px;
  height: 400px;
  margin-top: -214px;
  background: #f00;
  /***************/

  display: none;
}
.main-container .inner-header .prev {
  left: 0;
}
.main-container .inner-header .next {
  right: 0;
}
.main-container .inner-header .dots {
  width: 80px;
  height: 8px;
  margin: 9px auto 0 auto;
  position: absolute;
  bottom: 15px;
  left: 47%;
  display: table;
}
.main-container .inner-header .dots .dot {
  width: 10px;
  height: 10px;
  background: #b42724;
  cursor: pointer;
  float: left;
  margin-left: 8px;
  font-size: 0px;
  color: #bbb59c;
}
.main-container .inner-header .dots .dot:hover,
.main-container .inner-header .dots .dot.active {
  color: #eeeeee;
  background: #eeeeee;
}
.main-container .inner-header .slider {
  width: 100%;
  position: relative;
  overflow: auto;
}
.main-container .inner-header .slider ul li {
  width: 100%;
  float: left;
}
.main-container .inner-content {
  width: 100%;
  height: 430px;
  position: relative;
  background: url("../img/bg_drop.png") no-repeat center 44px #ffffff;
}
.main-container .inner-content .block-list {
  width: 100%;
  position: relative;
  height: 150px;
  padding-top: 44px;
  padding-bottom: 44px;
}
.main-container .inner-content .block-list a:hover .titulo {
  color: #eeeeee;
}
.main-container .inner-content .block-list .block {
  width: 170px;
  height: 150px;
  margin-right: 22.5px;
  background-color: #af1915;
  float: left;
  overflow: hidden;
  position: relative;
}
.main-container .inner-content .block-list .block img {
  display: block;
  width: 170px;
  height: 120px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-container .inner-content .block-list .block .titulo {
  font-size: 14px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin-top: 7px;
  position: absolute;
  bottom: 7px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-container .inner-content .block-list .block:hover img {
  top: -10px;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.main-container .inner-content .block-list .block:hover .titulo {
  bottom: 12px;
}
.main-container .inner-content .img-btn {
  width: 456px;
  height: 149px;
  float: left;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: none;
  border-bottom: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-container .inner-content .img-btn.servicos {
  background: url('../img/bg-nossos-serv.jpg') no-repeat center center;
}
.main-container .inner-content .img-btn.consulta {
  background: url("../img/bg-form-consu.jpg") no-repeat center center;
  float: right !important;
}
.main-container .inner-content .img-btn h3 {
  font-size: 30px;
  color: #af1915;
}
.main-container .inner-content .img-btn h3.btn {
  width: 190px;
  height: auto;
  display: block;
  margin-left: 30px;
  padding-top: 15px;
  font-weight: 600;
}
.main-container .inner-content .img-btn h3:hover {
  color: #cc2220;
}
.main-container .inner-content .img-btn:hover {
  border-top-color: #dddddd;
  border-left-color: #dddddd;
  border-right: none;
  border-bottom: none;
  -webkit-box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.4);
}
.main-container .footer {
  width: 100%;
  background: url("../img/bg-footer.jpg") repeat left top;
}
.main-container .footer .sombra {
  background: url("../img/bg_drop.png") no-repeat center top;
  width: 100%;
  max-width: 1366px;
  height: 8px;
  margin: 0 auto;
}
.main-container .footer .wrapper {
  padding: 44px 10px 30px;
  overflow: hidden;
}
.main-container .footer .coluna-um {
  width: 410px;
  height: auto;
  float: left;
}
.main-container .footer .coluna-um ul {
  margin: 0;
  padding: 0;
}
.main-container .footer .coluna-um ul li {
  list-style: none;
  margin-bottom: 5px;
}
.main-container .footer .coluna-um ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.main-container .footer .coluna-um ul li a:hover {
  color: #3f3e3e;
}
.main-container .footer .coluna-dois {
  width: 150px;
  height: auto;
  float: left;
  position: relative;
}
.main-container .footer .coluna-dois img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  margin-top: 10px;
}
.main-container .footer .coluna-dois span {
  width: calc(100%);
  display: block;
  text-align: center;
  height: auto;
  color: #ffffff;
  font-size: 10px;
  margin: 0 auto;
  margin-top: 20px;
}
.main-container .footer .coluna-dois span a {
  color: #ffffff;
}
.main-container .footer .coluna-dois span a:hover {
  color: #FF6600;
}
.main-container .footer .coluna-tres {
  width: 380px;
  height: auto;
  float: left;
}
.main-container .footer .coluna-tres .phone {
  width: 200px;
  height: 45px;
  position: relative;
  float: right;
  clear: both;
  margin-top: 44px;
  font-weight: 500;
}
.main-container .footer .coluna-tres .phone img {
  width: 51px;
  height: 38px;
  float: left;
  margin-right: 5px;
}
.main-container .footer .coluna-tres .phone .text {
  width: auto;
  height: auto;
  float: left;
  font-size: 18px;
  color: #ffffff;
}
.main-container .footer .coluna-tres .phone .text span {
  font-size: 23px;
}
.main-container .footer .targ {
  background: url('../img/bg-targ-footer.jpg') repeat-x left top;
  height: 15px;
  width: 100%;
  max-width: 1920px;
}
.main-container .inner-sobre {
  width: 100%;
  height: auto;
  min-height: 400px;
  position: relative;
  background: url("../img/bg_drop.png") no-repeat center 66px #ffffff;
  padding: 15px 0;
}
.main-container .inner-sobre h1 {
  margin-bottom: 66px;
}
.main-container .inner-sobre .wrapper {
  overflow: hidden;
}
.main-container .inner-sobre p {
  font-size: 14px;
  color: #3f3e3e;
  padding: 0 35px;
  text-align: justify;
  line-height: 160%;
}
.main-container .inner-sobre .coluna-um {
  width: 463px;
  height: auto;
  min-height: 40px;
  float: left;
}
.main-container .inner-sobre .coluna-dois {
  width: 463px;
  height: auto;
  min-height: 40px;
  float: right;
}
.main-container .inner-sobre .coluna-dois .facebook {
  width: auto;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 21px;
}
.main-container .inner-sobre .coluna-dois .facebook .fb-like {
  float: right;
  width: 100px;
}
.main-container .inner-sobre .coluna-dois img {
  margin-bottom: 20px;
  margin-top: 51px;
}
.main-container .inner-sobre .coluna-dois span {
  font-size: 14px;
  color: #3f3e3e;
  font-weight: 400;
  text-align: center;
  width: auto;
  height: auto;
  display: block;
}
.main-container .inner-servicos {
  width: 100%;
  height: auto;
  min-height: 400px;
  position: relative;
  background: url("../img/bg_drop.png") no-repeat center 66px #ffffff;
  padding: 16px 0;
}
.main-container .inner-servicos .wrapper {
  overflow: hidden;
}
.main-container .inner-servicos .page-header {
  width: 100%;
  height: 50px;
  position: relative;
}
.main-container .inner-servicos .page-header .fl-left {
  float: left;
  width: 50%;
}
.main-container .inner-servicos .page-header .fl-right {
  float: right;
  width: 50%;
}
.main-container .inner-servicos .page-header .fl-right .facebook {
  width: auto;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 21px;
}
.main-container .inner-servicos .page-header .fl-right .facebook .fb-like {
  float: right;
  width: 100px;
}
.main-container .inner-servicos .row-page {
  width: 100%;
  height: 300px;
  margin-bottom: 44px;
}
.main-container .inner-servicos .row-page p {
  font-size: 14px;
  color: #3f3e3e;
  padding: 0 35px;
  text-align: justify;
  line-height: 170%;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.main-container .inner-servicos .row-page p .titulo {
  font-size: 30px;
  color: #b4242c;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.main-container .inner-servicos .row-page .coluna-um {
  width: 463px;
  height: 100%;
  min-height: 40px;
  float: left;
  display: table;
}
.main-container .inner-servicos .row-page .coluna-dois {
  width: 463px;
  height: 100%;
  min-height: 40px;
  float: right;
  display: table;
}
.main-container .inner-produtos {
  width: 100%;
  height: auto;
  min-height: 400px;
  position: relative;
  background: url("../img/bg_drop.png") no-repeat center 66px #ffffff;
  padding: 15px 0;
}
.main-container .inner-produtos .wrapper {
  overflow: hidden;
}
.main-container .inner-produtos .wrapper .titulo {
  font-size: 30px;
  color: #b4242c;
  text-transform: uppercase;
}
.main-container .inner-produtos .wrapper .texto {
  padding: 50px 0;
  font-size: 14px;
  color: #3f3e3e;
  text-align: justify;
}
.main-container .inner-produtos .wrapper .texto p {
  line-height: 170%;
}
.main-container .inner-produtos .wrapper .texto p span {
  display: block;
  margin-bottom: 20px;
}
.main-container .inner-produtos .page-header {
  width: 100%;
  height: 51px;
  position: relative;
}
.main-container .inner-produtos .page-header .fl-left {
  float: left;
  width: auto;
}
.main-container .inner-produtos .page-header .produto-menu {
  width: 522px;
  height: 40px;
  overflow: hidden;
  margin: 0 auto;
  float: right;
  margin-left: 40px;
}
.main-container .inner-produtos .page-header .produto-menu ul {
  margin: 0;
  padding: 0;
}
.main-container .inner-produtos .page-header .produto-menu ul li {
  width: auto;
  height: auto;
  float: left;
  margin-right: 12px;
  text-transform: uppercase;
  margin-top: 8px;
}
.main-container .inner-produtos .page-header .produto-menu ul li a {
  font-size: 19px;
  color: #000;
  font-weight: 300;
}
.main-container .inner-produtos .page-header .produto-menu ul li a.active,
.main-container .inner-produtos .page-header .produto-menu ul li a:hover {
  color: #b4242c;
  padding-bottom: 2px;
  border-bottom: 1px solid #b4242c;
}
.main-container .inner-produtos .page-header .fl-right {
  float: right;
  width: auto;
}
.main-container .inner-produtos .row-page {
  width: 100%;
  height: 300px;
  margin-bottom: 44px;
}
.main-container .inner-produtos .row-page p {
  font-size: 14px;
  color: #3f3e3e;
  padding: 0 35px;
  text-align: justify;
  line-height: 170%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.main-container .inner-produtos .row-page p span {
  display: block;
  margin-bottom: 20px;
}
.main-container .inner-produtos .row-page .coluna-um {
  width: 463px;
  height: 100%;
  min-height: 40px;
  float: left;
  display: table;
}
.main-container .inner-produtos .row-page .coluna-dois {
  width: 463px;
  height: 100%;
  min-height: 40px;
  float: right;
  display: table;
}
.main-container .inner-contato {
  width: 100%;
  height: auto;
  min-height: 400px;
  position: relative;
  background: url("../img/bg_drop.png") no-repeat center 66px #ffffff;
  padding: 15px 0;
}
.main-container .inner-contato p {
  font-weight: 300;
  color: #585857;
}
.main-container .inner-contato .contato {
  margin-top: 30px;
}
.main-container .inner-contato .wrapper {
  overflow: hidden;
}
.main-container .inner-contato .page-header {
  width: 100%;
  height: 50px;
  position: relative;
}
.main-container .inner-contato .page-header .fl-left {
  float: left;
  width: 50%;
}
.main-container .inner-contato .page-header .fl-right {
  float: right;
  width: 50%;
}
.main-container .inner-contato .page-header .fl-right .facebook {
  width: auto;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 21px;
}
.main-container .inner-contato .page-header .fl-right .facebook .fb-like {
  float: right;
  width: 100px;
}
.main-container .inner-contato .row-page {
  width: 100%;
  height: auto;
  margin-bottom: 44px;
}
.main-container .inner-contato .row-page .manu {
  padding-top: 90px;
}
.main-container .inner-contato .row-page .corre {
  padding-top: 60px;
}
.main-container .inner-contato .row-page .preve {
  padding-top: 80px;
}
.main-container .inner-contato .row-page .titulo {
  font-size: 30px;
  color: #b4242c;
  padding: 0 35px;
}
.main-container .inner-contato .row-page #mensagem {
  vertical-align: top;
}
.main-container .inner-contato .row-page p {
  font-size: 14px;
  color: #3f3e3e;
  padding: 0 35px;
  text-align: justify;
}
.main-container .inner-contato .row-page form {
  padding: 0 30px;
}
.main-container .inner-contato .row-page form span {
  font-size: 14px;
  width: 90px;
  display: inline-block;
  font-weight: 500;
  color: #585857;
}
.main-container .inner-contato .row-page form input {
  width: 280px;
  padding: 10px;
  height: 10px;
  border: 1px solid #ebebeb;
  background: #f4f4f4;
  display: inline-block;
  color: #b4242c;
  font-weight: 200;
  margin-bottom: 10px;
}
.main-container .inner-contato .row-page form select {
  width: 303px;
  padding: 5px;
  height: 30px;
  border: 1px solid #ebebeb;
  background: #f4f4f4;
  margin-left: 4px;
  color: #b4242c;
  font-weight: 200;
  margin-bottom: 10px;
}
.main-container .inner-contato .row-page form select option {
  font-weight: 100;
  color: #000;
}
.main-container .inner-contato .row-page form textarea {
  width: 290px;
  padding: 5px;
  height: 50px;
  border: 1px solid #ebebeb;
  background-color: #f4f4f4;
  color: #b4242c;
  font-weight: 200;
  margin-bottom: 10px;
  resize: none;
}
.main-container .inner-contato .row-page form input[type="submit"] {
  width: 90px;
  height: 40px;
  background-color: #b4242c;
  padding: 9px 10px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  float: right;
  font-size: 17px;
  margin-right: 6px;
  cursor: pointer;
}
.main-container .inner-contato .row-page form input[type="submit"]:hover {
  background-color: #d16c0a;
}
.main-container .inner-contato .row-page .coluna-um {
  width: 463px;
  height: auto;
  min-height: 40px;
  float: left;
}
.main-container .inner-contato .row-page .coluna-dois {
  width: 463px;
  height: auto;
  min-height: 40px;
  float: right;
}
.main-container .inner-formulario {
  width: 100%;
  height: auto;
  min-height: 400px;
  position: relative;
  background: url("../img/bg_drop.png") no-repeat center 66px #ffffff;
  padding: 15px 0;
}
.main-container .inner-formulario *,
.main-container .inner-formulario *:before,
.main-container .inner-formulario *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-container .inner-formulario p {
  font-weight: 300;
  color: #585857;
}
.main-container .inner-formulario .contato {
  margin-top: 30px;
}
.main-container .inner-formulario .wrapper {
  overflow: hidden;
}
.main-container .inner-formulario .page-header {
  width: 100%;
  height: 50px;
  position: relative;
}
.main-container .inner-formulario .page-header .fl-left {
  float: left;
  width: 100%;
}
.main-container .inner-formulario .row-page {
  width: 100%;
  height: auto;
  margin-bottom: 44px;
}
.main-container .inner-formulario .row-page .titulo {
  font-size: 30px;
  color: #b4242c;
  padding: 0 35px;
}
.main-container .inner-formulario .row-page #mensagem {
  vertical-align: top;
}
.main-container .inner-formulario .row-page h3,
.main-container .inner-formulario .row-page h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #b4242c;
  font-weight: 500;
  margin-top: 40px;
}
.main-container .inner-formulario .row-page h3 {
  font-size: 25px;
}
.main-container .inner-formulario .row-page h4 {
  font-size: 20px;
}
.main-container .inner-formulario .row-page img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.main-container .inner-formulario .row-page p {
  margin-top: 50px;
  font-size: 14px;
  color: #3f3e3e;
  text-align: justify;
}
.main-container .inner-formulario .row-page form {
  padding: 0 30px;
}
.main-container .inner-formulario .row-page form fieldset {
  margin-bottom: 10px;
}
.main-container .inner-formulario .row-page form label {
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  font-size: 12px;
}
.main-container .inner-formulario .row-page form label span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
}
.main-container .inner-formulario .row-page form input {
  width: 100%;
  padding: 5px;
  border: 1px solid #ebebeb;
  background: #f4f4f4;
  color: #b4242c;
  font-weight: 200;
}
.main-container .inner-formulario .row-page form select {
  width: 100%;
  padding: 5px;
  height: 30px;
  border: 1px solid #ebebeb;
  background: #f4f4f4;
  color: #b4242c;
  font-weight: 200;
}
.main-container .inner-formulario .row-page form select option {
  font-weight: 100;
  color: #000;
}
.main-container .inner-formulario .row-page form input[type="checkbox"] {
  width: auto;
  padding: 0;
}
.main-container .inner-formulario .row-page form textarea {
  width: 290px;
  padding: 5px;
  height: 50px;
  border: 1px solid #ebebeb;
  background-color: #f4f4f4;
  color: #b4242c;
  font-weight: 200;
  margin-bottom: 10px;
  resize: none;
}
.main-container .inner-formulario .row-page form input[type="submit"] {
  width: 90px;
  height: 40px;
  background-color: #b4242c;
  padding: 9px 10px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  float: right;
  font-size: 17px;
  margin-right: 6px;
  cursor: pointer;
}
.main-container .inner-formulario .row-page form input[type="submit"]:hover {
  background-color: #d16c0a;
}
