div.linha span.titulo {
  color: #27417a;
  text-transform: uppercase;
  font-family: "robotomedium";
  text-align: left;
  width: 100%;
  padding-left: 2px;
  margin-top: 20px;
  display: inline-block;
}
div.linha div.cont{
  width: calc(100% - 0px);
  display: inline-block;
  background: #f0f0f0;
  border-radius: 10px;
  padding: 5px 15px;
  margin-top: 10px;
}
div.linha div.cont .box input{
  width: 20px;
  float: left;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
}
div.linha div.cont .box label{
  cursor: pointer;
}
div.linha div.cont .box {
    display: block;
    width: 50%;
    text-align: left;
    font-size: 14px;
}
.box-select {
    height: 32px;
    overflow: hidden;
    background: url(../images/seta-select.jpg) #f0f0f0 no-repeat right top;
    overflow: hidden;
}
.box-select label {
    position: absolute;
    top: 7px;
    left: 10px;
}
.box-select select {
    /* width: calc(100% + 85px); */
    width: 100%;
    padding: 0 64px 0 20px;
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    color: #868686;
    border: none;
    background: transparent;
}

/**/
.padrao {
  position: relative;
  width: 100%; }

.padraoLeft, .menu-interna, form, form .linha, form .linha input, form .linha textarea, .telefones, .email strong, .endereco strong, .mapa-end, .box, .box h2.tit, .box-includes {
  position: relative;
  float: left;
  width: 100%; }
  form .linha .g-recaptcha{
    max-width: 304px;
    width: 100%;
    margin: 0 auto;
  }
.padraoRight {
  position: relative;
  float: right;
  width: 100%; }

.relativeRight {
  position: relative;
  float: right; }

.relativeLeft, .menu-interna .list-menu, .menu-interna .list-menu span, h2, .telefones a, .email, .endereco {
  position: relative;
  float: left; }

.relativeInline {
  position: relative;
  display: inline-block; }

.relativeAuto {
  position: relative;
  clear: both;
  margin: 0 auto;
  float: none; }

.menu-interna {
  margin: 30px 0; }
  .menu-interna .list-menu {
    height: 33px;
    line-height: 33px;
    background: #27417a;
    font-size: 12px;
    padding: 0 45px; }
    .menu-interna .list-menu span {
      color: #ffcc29;
      text-transform: uppercase;
      font-family: "robotomedium";
      min-width: 191px;
      text-align: center; }
  .menu-interna .list-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: solid 33px transparent;
    border-left: solid 33px #f7f7f7; }
  .menu-interna .list-menu:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-top: solid 33px transparent;
    border-right: solid 33px #f7f7f7; }

h2 {
  width: 100%;
  font-size: 33px;
  line-height: 36px;
  color: #27417a;
  margin: 0 0 10px 0;
  text-transform: uppercase; }

.txt {
  font-size: 13px;
  line-height: 16px;
  color: #383336;
  margin-bottom: 16px; }

form {
  margin-bottom: 35px; }
  form .linha {
    margin-bottom: 11px; }
    form .linha input {
      height: 32px;
      line-height: 32px;
      background: #f0f0f0;
      padding: 0 12px;
      border: none; }
    form .linha textarea {
      height: 152px;
      line-height: 20px;
      background: #f0f0f0;
      padding: 12px 12px 0 12px;
      border: none; }
  form .margin-right {
    margin-right: 20px; }
  form .w64 {
    width: calc(64% - 10px); }
  form .w36 {
    width: calc(36% - 10px); }
  form .ddd {
    width: 42px !important; }
  form .tel {
    width: calc(100% - 52px) !important;
    float: right !important; }
  form .btn-form {
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    border: none;
    background: #1f9546;
    text-transform: uppercase;
    min-width: 155px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center; }
  form .btn-form:hover {
    opacity: 0.6; }

.col_50.right {
  float: right; }

.telefones {
  background: #27417a;
  padding: 30px 10px; }
  .telefones a {
    width: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    font-family: "robotomedium";
    color: #ffffff;
    font-weight: 100; }
  .telefones a:before {
    content: "";
    display: inline-block;
    height: 26px;
    width: 36px;
    background: url("../images/icone-tel-contato.png") no-repeat left center;
    vertical-align: top; }
  .telefones a:hover {
    text-decoration: none; }

.email {
  width: 45%;
  background: #ffcc29;
  padding: 16px 16px 6px 30px;
  font-size: 13px;
  line-height: 16px;
  color: #383336;
  height: 77px; }
  .email strong {
    font-family: "robotoblack"; }
  .email a, .email a:hover {
    color: #383336;
    text-decoration: none; }

.endereco {
  width: 55%;
  background: #383336;
  padding: 16px 16px 6px 30px;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  height: 77px; }
  .endereco strong {
    font-family: "robotoblack"; }

.mapa {
  background: url("../images/bg-mapa-ipad.jpg") no-repeat center center;
  background-size: cover;
  min-height: 194px;
  margin-bottom: 16px !important; }
  .mapa .img {
    display: none !important; }
  .mapa .box-tit-mapa {
    margin: 38px 40px 20px 0;
    padding-right: 18px; }
  .mapa .box-select {
    max-width: 100%; }

.box h2.tit {
  margin: 27px 0 20px 0;
  font-size: 20px;
  line-height: 39px;
  color: #ffcc29;
  background: #383336;
  text-transform: uppercase;
  text-align: center; }

.box h2.tit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: solid 39px transparent;
  border-left: solid 22px #ffffff; }

.box h2.tit:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: solid 39px transparent;
  border-right: solid 22px #ffffff; }

.box.color {
  background: #f7f7f7; }

.logista {
  min-height: 234px;
  background: url("../images/bg-banner-logista2.jpg") no-repeat -450px bottom;
  margin-top: -40px;
  z-index: 8;
  margin-bottom: 18px; }
  .logista .img {
    padding: 46px 23px 20px 23px;
    background-position: 95% bottom;
    background-size: 163px; }
  .logista h3 {
    max-width: 200px;
    padding-right: 0;
    margin-right: 152px;
    float: left;
    font-size: 20px;
    line-height: 24px; }
  .logista .mais {
    position: absolute;
    left: 23px;
    bottom: 22px;
    float: right;
    width: 228px;
    height: 32px;
    line-height: 32px; }
  .logista img {
    display: none !important; }

.box-includes {
  margin: 42px 0 10px 0; }

@media (max-width: 959px) {
  .menu-interna {
    text-align: center; }
    .menu-interna .list-menu {
      float: none;
      display: inline-block; }
  .col_50 {
    width: 100% !important;
    margin-left: 0 !important; }
  h2, .txt {
    text-align: center; }
  .telefones {
    margin-bottom: 10px; }
  .mapa-end iframe {
    width: 100% !important; }
  .logista h3 {
    max-width: 150px;
    font-size: 16px;
    line-height: 20px; }
  .logista .mais {
    width: 150px; }
  .box-includes .col_50 {
    width: calc(50% - 10px) !important; }
  .box-includes .col_50 + .col_50 {
    margin-left: 20px !important; }
  .mapa .box-tit-mapa {
    margin: 15px 10px 20px 0; } }

@media (max-width: 767px) {
  h2 {
    font-size: 25px;
    line-height: 30px; }
  .telefones {
    padding: 15px 0 5px 0; }
    .telefones a {
      width: 100%;
      margin-bottom: 10px; }
  .email, .endereco {
    width: 100%; }
  form .w64, form .w36 {
    width: 100%; }
  form .btn-form {
    width: 100%; }
  .box-includes .col_50 {
    width: 100% !important; }
  .box-includes .col_50 + .col_50 {
    margin-left: 0px !important; }
  .logista {
    min-height: 193px;
    margin-top: 10px; }
    .logista .img {
      background-size: 130px !important;
      padding-top: 10px; }
  .mapa-end {
    margin-bottom: 10px; } }
