@charset "UTF-8";
/*FONTS*/
@font-face {
  font-family: 'Boxley';
  src: url("../fonts/fonts-Boxley.eot");
  src: url("../fonts/fonts-Boxley.eot?#iefix") format("embedded-opentype"), url("../fonts/fonts-Boxley.woff2") format("woff2"), url("../fonts/fonts-Boxley.woff") format("woff"), url("../fonts/fonts-Boxley.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Boxley';
  src: url("../fonts/fonts-Boxley-Bold.eot");
  src: url("../fonts/fonts-Boxley-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/fonts-Boxley-Bold.woff2") format("woff2"), url("../fonts/fonts-Boxley-Bold.woff") format("woff"), url("../fonts/fonts-Boxley-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Boxley';
  src: url("../fonts/fonts-BoxleyMedium.eot");
  src: url("../fonts/fonts-BoxleyMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/fonts-BoxleyMedium.woff2") format("woff2"), url("../fonts/fonts-BoxleyMedium.woff") format("woff"), url("../fonts/fonts-BoxleyMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
/*CORES*/
/*GERAL*/
html, body {
  height: 100%; }

@media only screen and (max-width: 1200px) {
  html {
    font-size: 93.75%;
    /*15*/ } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 80%;
    /*14*/ } }
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif; }

*:focus, *:hover {
  outline: none; }

body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  position: relative;
  min-height: 100%;
  font-size: 1.25rem;
  color: #525252; }

button {
  cursor: pointer;
  outline: none; }

a {
  text-decoration: none;
  color: inherit; }

a:hover {
  text-decoration: none; }

p {
  margin: 0; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

strong {
  font-weight: bold; }

/*CONTAINERS*/
.container {
  max-width: 1290px; }
@media only screen and (max-width: 1360px) {
  .container {
    max-width: 92%; } }
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 98%; } }
@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%; } }
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%; } }

.container-big {
  max-width: 1470px;
  margin: 0 auto; }

.box-page {
  min-height: 100%;
  position: relative;
  width: 100%;
  padding-bottom: 420px;
  overflow: hidden; }
@media only screen and (max-width: 767px) {
  .box-page {
    padding-bottom: 920px; } }

.box-txt p:last-child {
  margin-bottom: 0; }

.txt-branco {
  color: #FFF !important; }

.txt-preto {
  color: #d92424 !important; }

.txt-cinza {
  color: #525252 !important; }

.txt-vinho {
  color: #d92424 !important; }

/*TEXTOS*/
.txt-small {
  font-size: .75rem; }

.txt {
  font-size: 1rem;
  line-height: 2rem; }

.txt-big {
  font-size: 1.5625rem; }

/* TITULOS */
.titulo {
  font-size: 30px;
  font-weight: 500;
  font-family: "Boxley", sans-serif;
  color: #525252;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 40px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
@media only screen and (max-width: 1200px) {
  .titulo {
    font-size: 26px; } }
@media only screen and (max-width: 767px) {
  .titulo {
    font-size: 22px; } }
.titulo span {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: "Boxley", sans-serif;
  color: #d92424;
  line-height: 100%;
  margin-bottom: 18px; }
@media only screen and (max-width: 1200px) {
  .titulo span {
    margin-bottom: 10px; } }
.titulo:after {
  content: "";
  display: block;
  width: 155px;
  height: 2px;
  background: #d92424;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto; }
@media only screen and (max-width: 992px) {
  .titulo:after {
    bottom: -15px; } }

.titulo-box {
  font-size: 30px;
  font-weight: 500;
  font-family: "Boxley", sans-serif;
  color: #525252;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 40px;
  position: relative; }
@media only screen and (max-width: 1200px) {
  .titulo-box {
    font-size: 26px; } }
@media only screen and (max-width: 767px) {
  .titulo-box {
    font-size: 22px; } }
.titulo-box span {
  font-weight: 500;
  font-family: "Boxley", sans-serif;
  background: #d92424;
  color: #FFF;
  font-style: normal;
  padding: 0 5px; }

/*BOTOES*/
.bt-padrao {
  height: 65px;
  margin: 0 auto;
  float: left; }
.bt-padrao a, .bt-padrao button, .bt-padrao input[type="submit"] {
  height: 100%;
  padding: 0 20px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 21px;
  font-weight: 500;
  font-family: "Boxley", sans-serif;
  color: #fff;
  border: none;
  outline: none;
  text-transform: uppercase;
  background: #d92424;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -ms-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms; }
.bt-padrao a:hover, .bt-padrao button:hover, .bt-padrao input[type="submit"]:hover {
  background: #343434; }
@media only screen and (max-width: 1200px) {
  .bt-padrao a, .bt-padrao button, .bt-padrao input[type="submit"] {
    font-size: 18px; } }
@media only screen and (max-width: 767px) {
  .bt-padrao a, .bt-padrao button, .bt-padrao input[type="submit"] {
    font-size: 16px; } }
.bt-padrao.bt-cinza a, .bt-padrao.bt-cinza button, .bt-padrao.bt-cinza input[type="submit"] {
  background: #343434; }
.bt-padrao.bt-cinza a:hover, .bt-padrao.bt-cinza button:hover, .bt-padrao.bt-cinza input[type="submit"]:hover {
  background: #d92424; }
.bt-padrao.bt-borda a, .bt-padrao.bt-borda button, .bt-padrao.bt-borda input[type="submit"] {
  color: #343434;
  -webkit-box-shadow: inset 0 0 0 2px #343434;
  box-shadow: inset 0 0 0 2px #343434;
  background: transparent; }
.bt-padrao.bt-borda a:hover, .bt-padrao.bt-borda button:hover, .bt-padrao.bt-borda input[type="submit"]:hover {
  color: #d92424;
  -webkit-box-shadow: inset 0 0 0 30px #FFF;
  box-shadow: inset 0 0 0 30px #FFF; }

/* MIDIAS SOCIAIS*/
.social-media {
  display: flex;
  position: relative;
  z-index: 1; }
.social-media li {
  width: 38px;
  height: 38px;
  float: left;
  margin-left: 25px;
  position: relative; }
@media only screen and (max-width: 1660px) {
  .social-media li {
    width: 32px;
    height: 32px; } }
.social-media li .circulo {
  width: 38px;
  height: 38px;
  position: absolute;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top: 3px solid transparent;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 20ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all linear 200ms; }
@media only screen and (max-width: 1660px) {
  .social-media li .circulo {
    width: 32px;
    height: 32px; } }
.social-media li a {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
.social-media li a svg {
  width: 38px;
  height: 38px; }
@media only screen and (max-width: 1660px) {
  .social-media li a svg {
    width: 32px;
    height: 32px; } }
.social-media li a svg path {
  fill: #fff;
  -webkit-transition: all 20ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all linear 200ms; }
.social-media li:hover .circulo {
  border: 3px solid #d92424;
  border-top: 3px solid transparent;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }
.social-media li:hover a svg path {
  fill: #d92424; }

.slick-arrow {
  position: absolute;
  top: calc(50% - 60px);
  z-index: 5;
  cursor: pointer;
  outline: none !important;
  border: none;
  background: none;
  -webkit-transition: all linear 100ms;
  transition: all linear 100ms;
  width: 40px;
  height: 60px;
  -webkit-background-size: 60px;
  -o-background-size: 60px;
  background-size: 60px; }
.slick-arrow img {
  position: relative;
  z-index: 8; }
.slick-arrow.slick-prev {
  left: 0px;
  background: url("../fonts/img-arrow-prev-branca.svg") no-repeat center; }
.slick-arrow.slick-next {
  right: 0px;
  background: url("../fonts/img-arrow-next-branca.svg") no-repeat center; }
.slick-arrow.slick-disabled {
  opacity: 0.2; }
@media only screen and (max-width: 1200px) {
  .slick-arrow {
    width: 40px;
    height: 48px;
    -webkit-background-size: 40px;
    -o-background-size: 40px;
    background-size: 40px; } }

.box-form {
  margin: 0 auto 0px;
  overflow: hidden; }
.box-form .txt-arquivo {
  width: 100%;
  float: left;
  font-size: 11px;
  color: #525252;
  margin-bottom: 25px; }
.box-form .linha {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
.box-form .linha .wpcf7-form-control-wrap {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.box-form .linha.linha-msg {
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.box-form .linha.linha-msg label {
  width: 100%;
  margin-right: 0;
  margin-top: 15px; }
.box-form .linha.linha-msg .wpcf7-form-control-wrap {
  width: 100%; }
.box-form .linha.linha-arquivo {
  margin: 0 0 10px; }
.box-form .linha.linha-arquivo .curriculo input {
  border-bottom: none; }
.box-form .linha label {
  font-size: 20px;
  text-align: left;
  color: #525252;
  margin-bottom: 0;
  margin-right: 20px; }
@media only screen and (max-width: 992px) {
  .box-form .linha label {
    font-size: 16px; } }
@media only screen and (max-width: 575px) {
  .box-form .linha label {
    font-size: 14px; } }
.box-form .linha input, .box-form .linha textarea {
  width: 100%;
  border: none;
  padding: 5px 10px;
  font-size: 14px;
  color: #000;
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all linear 100ms;
  transition: all linear 100ms; }
.box-form .linha input:focus, .box-form .linha textarea:focus {
  outline: 0;
  border-bottom: 1px solid #d92424; }
@media only screen and (max-width: 992px) {
  .box-form .linha input, .box-form .linha textarea {
    font-size: 22px;
    padding: 10px 15px; } }
@media only screen and (max-width: 767px) {
  .box-form .linha input, .box-form .linha textarea {
    font-size: 20px; } }
@media only screen and (max-width: 575px) {
  .box-form .linha input, .box-form .linha textarea {
    font-size: 16px;
    padding: 8px 12px; } }
.box-form .linha textarea {
  height: 115px; }
@media only screen and (max-width: 767px) {
  .box-form .bt-padrao {
    width: 100%; }
  .box-form .bt-padrao a, .box-form .bt-padrao button, .box-form .bt-padrao input[type="submit"] {
    width: 100%; } }
.box-form .bt-padrao-submit {
  width: 270px;
  height: 80px;
  -webkit-box-shadow: inset 0 0 0 2px #d92424;
  box-shadow: inset 0 0 0 2px #d92424;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
  position: relative; }
@media only screen and (max-width: 767px) {
  .box-form .bt-padrao-submit {
    width: 200px;
    height: 50px;
    margin: 0 auto; } }
@media only screen and (max-width: 575px) {
  .box-form .bt-padrao-submit {
    width: 160px;
    height: 48px; } }
.box-form .bt-padrao-submit:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #d92424;
  position: absolute;
  bottom: -6px;
  left: 40px;
  right: 0;
  margin: 0 auto;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  z-index: 1;
  -webkit-transition: all linear 200ms;
  transition: all linear 200ms; }
.box-form .bt-padrao-submit:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 100px;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all linear 200ms;
  transition: all linear 200ms; }
.box-form .bt-padrao-submit input[type="submit"] {
  width: 100%;
  height: 100%;
  font-size: 1.62rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -1px;
  border: none;
  background: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms; }
@media only screen and (max-width: 1660px) {
  .box-form .bt-padrao-submit input[type="submit"] {
    font-size: 1.25rem; } }
@media only screen and (max-width: 767px) {
  .box-form .bt-padrao-submit input[type="submit"] {
    font-size: 1rem;
    letter-spacing: 0px; } }
.box-form .bt-padrao-submit:hover:before {
  left: -40px; }
.box-form .bt-padrao-submit:hover:after {
  left: -100px; }
.box-form .bt-padrao-submit:hover input[type="submit"] {
  color: #d92424; }
.box-form ::-webkit-input-placeholder {
  color: #aaa; }
.box-form :-moz-placeholder {
  /* Firefox 18- */
  color: #aaa; }
.box-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa; }
.box-form :-ms-input-placeholder {
  color: #aaa; }

.modal .modal-header {
  border-bottom: none; }
.modal .modal-header .modal-title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Boxley", sans-serif;
  color: #525252;
  text-transform: uppercase;
  text-align: left;
  position: relative; }
.modal .modal-header .modal-title span {
  font-weight: 500;
  background: #d92424;
  color: #FFF;
  font-style: normal;
  padding: 0 5px; }
.modal .modal-footer {
  display: none; }
.modal .modal-body img {
  width: 100%; }

/* SCROLL */
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-track {
  background: #888; }

::-webkit-scrollbar-thumb {
  background: #d92424; }

header {
  width: 100%;
  height: 145px;
  position: fixed;
  top: 0;
  z-index: 9;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  /*MENU MOBILE*/ }
@media only screen and (max-width: 767px) {
  header {
    height: 70px; } }
header .box-header {
  height: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 767px) {
  header .box-header {
    height: 70px; } }
header .box-header h1.logo {
  margin-bottom: 8px;
  width: 153px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
@media only screen and (max-width: 575px) {
  header .box-header h1.logo {
    width: 140px; } }
header .box-header h1.logo a img {
  width: 100%; }
header .box-header nav.menu-principal {
  height: 100%;
  margin: 0 15px;
  display: flex; }
@media only screen and (max-width: 767px) {
  header .box-header nav.menu-principal {
    display: none; } }
header .box-header nav.menu-principal ul.menu {
  display: flex; }
header .box-header nav.menu-principal ul.menu li {
  height: 100%;
  position: relative;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
@media only screen and (max-width: 1660px) {
  header .box-header nav.menu-principal ul.menu li {
    line-height: 100%; } }
header .box-header nav.menu-principal ul.menu li a {
  height: 100%;
  line-height: 100%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: "Boxley", sans-serif;
  text-transform: uppercase;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
@media only screen and (max-width: 1200px) {
  header .box-header nav.menu-principal ul.menu li a {
    font-size: 14px; } }
header .box-header nav.menu-principal ul.menu li a:hover {
  color: #d92424; }
header .box-header nav.menu-principal ul.menu li.current-menu-item:after, header .box-header nav.menu-principal ul.menu li:hover:after, header .box-header nav.menu-principal ul.menu li.current_page_ancestor:after {
  height: 100%;
  width: 100%; }
header .box-header nav.menu-principal ul.menu li.menu-item-has-children {
  position: relative; }
header .box-header nav.menu-principal ul.menu li.menu-item-has-children .sub-menu {
  width: 350px;
  background: rgba(0, 0, 0, 0.97);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -10px;
  left: -8px;
  right: 0;
  margin: 0 auto;
  padding: 0px;
  z-index: -1;
  -webkit-box-shadow: 0 20px 20px 5px rgba(51, 51, 51, 0.6);
  box-shadow: 0 20px 20px 5px rgba(51, 51, 51, 0.6);
  -webkit-transition: all 120ms;
  -moz-transition: all 120ms;
  -ms-transition: all 120ms;
  -o-transition: all 120ms;
  transition: all linear 120ms; }
header .box-header nav.menu-principal ul.menu li.menu-item-has-children .sub-menu li {
  padding-bottom: 0px;
  margin-bottom: 0px; }
header .box-header nav.menu-principal ul.menu li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }
header .box-header nav.menu-principal ul.menu li.menu-item-has-children .sub-menu li:after {
  display: none; }
header .box-header nav.menu-principal ul.menu li.menu-item-has-children .sub-menu li a {
  width: 100%;
  float: left;
  padding: 14px 14px 14px 25px;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-transition: all 120ms;
  -moz-transition: all 120ms;
  -ms-transition: all 120ms;
  -o-transition: all 120ms;
  transition: all linear 120ms; }
header .box-header nav.menu-principal ul.menu li.menu-item-has-children .sub-menu li:hover a {
  color: #d92424;
  background: #1D1D1D; }
header .box-header nav.menu-principal ul.menu li.menu-item-has-children .sub-menu li.current_page_item a {
  color: #d92424;
  background: #1D1D1D; }
header .box-header nav.menu-principal ul.menu li.menu-item-has-children:hover .sub-menu {
  top: 80px;
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 1; }
header .box-header nav.menu-principal ul.menu li.current-menu-item:before {
  height: 4px;
  bottom: 0px; }
header .box-header nav.menu-principal ul.menu li.current-menu-item a {
  color: #d92424;
  font-weight: bold; }
header .box-header .bt-padrao {
  height: 45px; }
@media only screen and (max-width: 1200px) {
  header .box-header .bt-padrao {
    height: 40px;
    text-align: center; } }
@media only screen and (max-width: 1200px) {
  header .box-header .bt-padrao {
    padding-right: 50px; } }
@media only screen and (max-width: 575px) {
  header .box-header .bt-padrao {
    display: none; } }
header .box-header .bt-padrao a {
  font-size: 15px;
  padding: 0 15px; }
@media only screen and (max-width: 1200px) {
  header .box-header .bt-padrao a {
    font-size: 15px;
    line-height: 100%; } }
header .box-header .midias-sociais {
  margin: 30px 0;
  margin-left: 25px;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
@media only screen and (max-width: 992px) {
  header .box-header .midias-sociais {
    display: none; } }
header .box-header .midias-sociais li {
  margin-right: 15px; }
header .menuMob {
  display: none; }
@media only screen and (max-width: 767px) {
  header .menuMob {
    display: block;
    z-index: 101; } }
header .menuMob .drawer-hamburger {
  border: none;
  right: 10px !important;
  top: 15px;
  padding: 0px 0;
  width: 30px;
  height: 30px;
  outline: none; }
header .menuMob .drawer-nav {
  background: #1e1e1e; }
header .menuMob .drawer-nav .bar-menu-mob {
  max-width: 150px;
  margin: 20px 0 40px;
  padding-left: 25px; }
header .menuMob .drawer-nav .bar-menu-mob img {
  width: 100%; }
header .menuMob .drawer-nav .drawer-menu {
  text-align: center; }
header .menuMob .drawer-nav .drawer-menu li {
  float: left;
  width: 100%; }
header .menuMob .drawer-nav .drawer-menu li:first-child a {
  border-top: none; }
header .menuMob .drawer-nav .drawer-menu li.current-menu-item a {
  background: #d92424;
  color: #FFF; }
header .menuMob .drawer-nav .drawer-menu li.current-menu-item .sub-menu li a {
  background: none;
  color: #d92424; }
header .menuMob .drawer-nav .drawer-menu li a {
  width: 100%;
  height: 100%;
  float: left;
  margin: 0 auto;
  padding: 6px 20px 6px 70px;
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff; }
header .menuMob .drawer-nav .drawer-menu li .sub-menu {
  margin-top: 6px;
  clear: both;
  height: 100%;
  overflow: hidden; }
header .menuMob .drawer-nav .drawer-menu li .sub-menu li a {
  border-top: none;
  font-size: 16px;
  font-weight: normal; }
header .menuMob .drawer-nav .drawer-menu .bt-acompanhe {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  z-index: 9999; }
header .menuMob .drawer-nav .drawer-menu .bt-acompanhe a {
  width: 100%;
  height: 100%;
  float: left;
  margin: 0 auto;
  padding: 6px 20px 6px 70px;
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #d92424; }
header .menuMob .drawer-nav .drawer-menu .midias-sociais-menu {
  display: flex;
  background: #343434;
  width: 90%;
  float: left;
  margin-top: 30px;
  padding: 30px 0 30px 70px; }
header .menuMob .drawer-nav .drawer-menu .midias-sociais-menu li {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 50px; }
header .menuMob .drawer-nav .drawer-menu .midias-sociais-menu li.txt-siga {
  width: auto;
  margin-right: 10px; }
header .menuMob .drawer-nav .drawer-menu .midias-sociais-menu li.txt-siga span {
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
  font-family: "Boxley", sans-serif; }
header .menuMob .drawer-nav .drawer-menu .midias-sociais-menu li a {
  padding: 0;
  text-align: center;
  width: 50px; }
header .menuMob .drawer-nav .drawer-menu .midias-sociais-menu li a img {
  height: 22px; }
header .drawer-open {
  height: 100%; }
header .drawer-open .drawer-hamburger-icon {
  background-color: transparent !important; }
header .menuMob .drawer-hamburger .drawer-hamburger-icon, header .menuMob .drawer-hamburger .drawer-hamburger-icon:before, header .menuMob .drawer-hamburger .drawer-hamburger-icon:after {
  background: #d92424; }
header.topfixed {
  height: 60px; }
header.topfixed h1.logo {
  width: 100px; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%; }

footer {
  padding: 0px 0 0px;
  clear: both;
  background: #4d4d4f;
  overflow: hidden; }
footer .box-rodape:before {
  content: "";
  display: block;
  width: 380px;
  height: 277px;
  background: url("../images/img-bg-item-rodape.png") no-repeat top right;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }
@media only screen and (max-width: 1360px) {
  footer .box-rodape:before {
    width: 300px;
    height: 180px;
    -webkit-background-size: 300px;
    -o-background-size: 300px;
    background-size: 300px; } }
@media only screen and (max-width: 767px) {
  footer .box-rodape:before {
    display: none; } }
@media only screen and (max-width: 767px) {
  footer .box-rodape .d-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
footer .box-rodape .d-flex .box-rodape {
  width: 35%;
  padding-top: 50px;
  padding-right: 30px; }
@media only screen and (max-width: 767px) {
  footer .box-rodape .d-flex .box-rodape {
    width: 100%;
    padding-right: 0;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center; } }
footer .box-rodape .d-flex .box-rodape .logo {
  margin-bottom: 10px; }
footer .box-rodape .d-flex .box-rodape .logo img {
  width: 130px; }
@media only screen and (max-width: 767px) {
  footer .box-rodape .d-flex .box-rodape .menu-rodape ul li {
    text-align: center;
    margin-bottom: 6px; } }
footer .box-rodape .d-flex .box-rodape .menu-rodape ul li a {
  color: #FFF;
  font-size: 15px;
  font-family: "Boxley", sans-serif;
  text-transform: uppercase;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
footer .box-rodape .d-flex .box-rodape .menu-rodape ul li a:hover {
  color: #d92424; }
@media only screen and (max-width: 767px) {
  footer .box-rodape .d-flex .box-rodape .menu-rodape ul li a {
    font-size: 14px; } }
footer .box-rodape .d-flex .box-rodape .midias-sociais {
  margin: 30px auto;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
footer .box-rodape .d-flex .box-rodape .midias-sociais li {
  margin-right: 15px; }
footer .box-rodape .d-flex .info-rodape {
  padding-left: 60px;
  background: #343434;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative; }
@media only screen and (max-width: 767px) {
  footer .box-rodape .d-flex .info-rodape {
    padding-left: 0;
    padding-top: 20px; } }
footer .box-rodape .d-flex .info-rodape:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #343434;
  position: absolute;
  top: 0;
  right: -100%; }
@media only screen and (max-width: 767px) {
  footer .box-rodape .d-flex .info-rodape:before {
    display: none; } }
footer .box-rodape .d-flex .info-rodape .box-destaque {
  margin-bottom: 30px; }
@media only screen and (max-width: 767px) {
  footer .box-rodape .d-flex .info-rodape .box-destaque {
    text-align: center; } }
footer .box-rodape .d-flex .info-rodape .box-destaque p {
  font-size: 25px;
  font-weight: 500;
  font-family: "Boxley", sans-serif;
  color: #FFF;
  line-height: 125%;
  text-transform: uppercase; }
@media only screen and (max-width: 1200px) {
  footer .box-rodape .d-flex .info-rodape .box-destaque p {
    font-size: 22px; } }
@media only screen and (max-width: 767px) {
  footer .box-rodape .d-flex .info-rodape .box-destaque p {
    font-size: 18px;
    padding: 0 8px; } }
footer .box-rodape .d-flex .info-rodape .box-destaque p span {
  font-weight: bold;
  background: #d92424;
  padding: 0 5px; }
footer .box-rodape .d-flex .info-rodape .box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px; }
@media only screen and (max-width: 767px) {
  footer .box-rodape .d-flex .info-rodape .box-grid {
    grid-template-columns: 1fr; } }
footer .box-rodape .d-flex .info-rodape .box-grid .box-endereco {
  color: #FFF;
  font-size: 15px; }
@media only screen and (max-width: 767px) {
  footer .box-rodape .d-flex .info-rodape .box-grid .box-endereco {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px; } }
footer .box-rodape .d-flex .info-rodape .box-grid .box-endereco span {
  display: block; }
footer .box-rodape .d-flex .info-rodape .box-grid .box-endereco span b {
  font-family: "Boxley", sans-serif; }
footer .box-rodape .barra-footer {
  width: 100%;
  height: 78px;
  clear: both;
  background: #4d4d4f;
  position: relative; }
@media only screen and (max-width: 767px) {
  footer .box-rodape .barra-footer {
    height: 100%;
    padding: 15px 0; } }
footer .box-rodape .barra-footer .container {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
@media only screen and (max-width: 767px) {
  footer .box-rodape .barra-footer .container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
footer .box-rodape .barra-footer .container p {
  color: #bdbdbd;
  font-size: 14px; }
@media only screen and (max-width: 767px) {
  footer .box-rodape .barra-footer .container p {
    text-align: center;
    font-size: 12px; } }

.bt-whats {
  width: 58px;
  height: 58px;
  position: fixed;
  bottom: -20px;
  right: 20px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all linear 200ms;
  transition: all linear 200ms; }
.bt-whats.fixedBottom {
  bottom: 20px;
  opacity: 1; }

.banner {
  position: relative;
  margin-top: 145px; }
@media only screen and (max-width: 767px) {
  .banner {
    margin-top: 70px; } }
.banner:before {
  content: "";
  display: block;
  width: 233px;
  height: 481px;
  background: url("../images/img-desenhos-banner.png") no-repeat top right;
  pointer-events: none;
  position: absolute;
  top: -115px;
  right: 0;
  z-index: 9; }
@media only screen and (max-width: 992px) {
  .banner:before {
    display: none; } }
.banner .slick-list {
  overflow: inherit; }
.banner .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  cursor: pointer;
  outline: none !important;
  border: none;
  background: none;
  -webkit-transition: all linear 100ms;
  transition: all linear 100ms;
  width: 60px;
  height: 70px;
  -webkit-background-size: 60px;
  -o-background-size: 60px;
  background-size: 60px; }
.banner .slick-arrow img {
  position: relative;
  z-index: 8; }
.banner .slick-arrow.slick-prev {
  left: -1320px;
  right: 0;
  background: url("../fonts/img-arrow-prev-branca.svg") no-repeat center #d92424;
  margin: auto; }
@media only screen and (max-width: 1400px) {
  .banner .slick-arrow.slick-prev {
    left: 0px;
    right: inherit; } }
@media only screen and (max-width: 1200px) {
  .banner .slick-arrow.slick-prev {
    background: url("../fonts/img-arrow-prev-branca.svg") no-repeat center #d92424;
    -webkit-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px; } }
.banner .slick-arrow.slick-next {
  left: 0;
  right: -1320px;
  background: url("../fonts/img-arrow-next-branca.svg") no-repeat center #d92424;
  margin: auto; }
@media only screen and (max-width: 1400px) {
  .banner .slick-arrow.slick-next {
    right: 0px;
    left: inherit; } }
@media only screen and (max-width: 1200px) {
  .banner .slick-arrow.slick-next {
    background: url("../fonts/img-arrow-next-branca.svg") no-repeat center #d92424;
    -webkit-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px; } }
.banner .slick-arrow.slick-disabled {
  opacity: 0.2; }
@media only screen and (max-width: 1200px) {
  .banner .slick-arrow {
    width: 40px;
    height: 48px;
    -webkit-background-size: 40px;
    -o-background-size: 40px;
    background-size: 40px; } }
.banner .box-banner {
  height: 750px;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; }
@media only screen and (max-width: 992px) {
  .banner .box-banner {
    height: 600px; } }
@media only screen and (max-width: 767px) {
  .banner .box-banner {
    height: 460px; } }
.banner .box-banner.box-banner-01 {
  background: url("../images/img-banner-01.jpg") no-repeat center; }
@media only screen and (max-width: 767px) {
  .banner .box-banner.box-banner-01 {
    background: url("../images/img-banner-01-mob.jpg") no-repeat center; } }
.banner .box-banner.box-banner-02 {
  background: url("../images/img-banner-02.jpg") no-repeat center; }
@media only screen and (max-width: 767px) {
  .banner .box-banner.box-banner-02 {
    background: url("../images/img-banner-02-mob.jpg") no-repeat center; } }
.banner .box-banner.box-banner-03 {
  background: url("../images/img-banner-03.jpg") no-repeat center; }
@media only screen and (max-width: 767px) {
  .banner .box-banner.box-banner-03 {
    background: url("../images/img-banner-03-mob.jpg") no-repeat center; } }
.banner .box-banner .box-conteudo-banner {
  position: relative; }
@media only screen and (max-width: 992px) {
  .banner .box-banner .box-conteudo-banner {
    margin-left: 20px; } }
@media only screen and (max-width: 767px) {
  .banner .box-banner .box-conteudo-banner {
    display: flex;
    -webkit-align-items: center;
    align-items: center; } }
.banner .box-banner .box-conteudo-banner .barra-banner {
  background: #d92424;
  height: calc(100% - 40px);
  width: 345px;
  margin-top: 70px;
  position: absolute; }
@media only screen and (max-width: 767px) {
  .banner .box-banner .box-conteudo-banner .barra-banner {
    width: 220px;
    height: 86%;
    margin-top: 0px; } }
.banner .box-banner .box-conteudo-banner .box-texto {
  max-width: 460px;
  position: relative;
  z-index: 5;
  padding-left: 70px;
  padding-top: 140px;
  margin-top: 70px;
  float: left; }
@media only screen and (max-width: 992px) {
  .banner .box-banner .box-conteudo-banner .box-texto {
    padding-top: 100px;
    padding-left: 50px;
    max-width: 420px; } }
@media only screen and (max-width: 767px) {
  .banner .box-banner .box-conteudo-banner .box-texto {
    padding-top: 0px;
    padding-left: 30px;
    margin-top: 0;
    max-width: 300px;
    height: 100%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start; } }
.banner .box-banner .box-conteudo-banner .box-texto .txt-destaque {
  color: #FFF;
  font-family: "Boxley", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 20px; }
@media only screen and (max-width: 1200px) {
  .banner .box-banner .box-conteudo-banner .box-texto .txt-destaque {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px; } }
@media only screen and (max-width: 992px) {
  .banner .box-banner .box-conteudo-banner .box-texto .txt-destaque {
    font-size: 26px;
    line-height: 32px; } }
@media only screen and (max-width: 767px) {
  .banner .box-banner .box-conteudo-banner .box-texto .txt-destaque {
    font-size: 24px;
    line-height: 28px; } }
.banner .box-banner .box-conteudo-banner .box-texto p {
  color: #FFF;
  font-family: "Boxley", sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 12px; }
@media only screen and (max-width: 1200px) {
  .banner .box-banner .box-conteudo-banner .box-texto p {
    font-size: 22px;
    line-height: 28px;
    padding-right: 35px; } }
@media only screen and (max-width: 992px) {
  .banner .box-banner .box-conteudo-banner .box-texto p {
    font-size: 20px;
    line-height: 26px;
    padding-right: 50px; } }
@media only screen and (max-width: 992px) {
  .banner .box-banner .box-conteudo-banner .box-texto p {
    font-size: 17px;
    line-height: 22px; } }
.banner .box-banner .box-conteudo-banner .box-texto .bt-borda {
  margin: 25px 0 0; }
.banner .box-banner .box-conteudo-banner .box-texto .bt-borda a {
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff; }
.banner .box-banner .box-conteudo-banner .box-texto .bt-borda a:hover {
  color: #d92424;
  -webkit-box-shadow: inset 0 0 0 40px #fff;
  box-shadow: inset 0 0 0 40px #fff; }

.sobre-bravo {
  padding-top: 120px;
  position: relative; }
@media only screen and (max-width: 992px) {
  .sobre-bravo {
    padding-top: 80px; } }
@media only screen and (max-width: 767px) {
  .sobre-bravo {
    padding-top: 40px; } }
.sobre-bravo:before {
  content: "";
  display: block;
  width: 358px;
  height: 481px;
  background: url("../images/img-desenhos-sobre.png") no-repeat 0;
  pointer-events: none;
  position: absolute;
  bottom: -310px;
  left: -220px;
  z-index: 0; }
@media only screen and (max-width: 767px) {
  .sobre-bravo:before {
    display: none; } }
.sobre-bravo .d-flex {
  margin-top: 90px; }
@media only screen and (max-width: 767px) {
  .sobre-bravo .d-flex {
    margin-top: 50px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.sobre-bravo .d-flex .texto-sobre {
  width: 40%; }
@media only screen and (max-width: 767px) {
  .sobre-bravo .d-flex .texto-sobre {
    width: 100%;
    text-align: center; } }
.sobre-bravo .d-flex .texto-sobre .box-texto p {
  margin-bottom: 40px;
  line-height: 32px; }
@media only screen and (max-width: 767px) {
  .sobre-bravo .d-flex .texto-sobre .box-texto p {
    line-height: 26px; } }
.sobre-bravo .d-flex .texto-sobre .box-texto p:last-child {
  margin-bottom: 0; }
.sobre-bravo .d-flex .texto-sobre .bt-padrao {
  margin-top: 60px; }
@media only screen and (max-width: 767px) {
  .sobre-bravo .d-flex .texto-sobre .bt-padrao {
    margin: 50px auto 0;
    float: none;
    max-width: 300px; } }
@media only screen and (max-width: 575px) {
  .sobre-bravo .d-flex .texto-sobre .bt-padrao {
    width: 90%;
    max-width: 100%; } }
.sobre-bravo .d-flex .box-img-video {
  width: 60%;
  position: relative;
  padding-left: 50px; }
@media only screen and (max-width: 767px) {
  .sobre-bravo .d-flex .box-img-video {
    width: 100%;
    padding-left: 0; } }
.sobre-bravo .d-flex .box-img-video .img-detalhe {
  position: absolute;
  top: -40px;
  left: 100px; }
@media only screen and (max-width: 767px) {
  .sobre-bravo .d-flex .box-img-video .img-detalhe {
    display: none; } }
.sobre-bravo .d-flex .box-img-video .img-sobre {
  position: absolute;
  top: 50px;
  right: -75px; }
@media only screen and (max-width: 767px) {
  .sobre-bravo .d-flex .box-img-video .img-sobre {
    display: none; } }
.sobre-bravo .d-flex .box-img-video .img-video {
  position: absolute;
  bottom: 0;
  left: 50px; }
@media only screen and (max-width: 767px) {
  .sobre-bravo .d-flex .box-img-video .img-video {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 30px auto 0;
    text-align: center; } }
.sobre-bravo .d-flex .box-img-video .img-video button, .sobre-bravo .d-flex .box-img-video .img-video a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  border: none;
  background: none; }
@media only screen and (max-width: 767px) {
  .sobre-bravo .d-flex .box-img-video .img-video button img, .sobre-bravo .d-flex .box-img-video .img-video a img {
    width: 100%;
    max-width: 480px; } }
.sobre-bravo .d-flex .box-img-video .img-video button .bt-play, .sobre-bravo .d-flex .box-img-video .img-video a .bt-play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
.sobre-bravo .d-flex .box-img-video .img-video button .bt-play:hover, .sobre-bravo .d-flex .box-img-video .img-video a .bt-play:hover {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }
@media only screen and (max-width: 767px) {
  .sobre-bravo .d-flex .box-img-video .img-video button .bt-play img, .sobre-bravo .d-flex .box-img-video .img-video a .bt-play img {
    width: 20%;
    max-width: 130px; } }
.sobre-bravo ul {
  margin-top: 80px;
  clear: both;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media only screen and (max-width: 767px) {
  .sobre-bravo ul {
    margin-top: 40px; } }
.sobre-bravo ul li {
  width: 33%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 65px; }
@media only screen and (max-width: 992px) {
  .sobre-bravo ul li {
    width: 48%; } }
@media only screen and (max-width: 767px) {
  .sobre-bravo ul li {
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px; } }
.sobre-bravo ul li i {
  margin-right: 20px; }
@media only screen and (max-width: 767px) {
  .sobre-bravo ul li i {
    margin: 0 auto 10px; } }
.sobre-bravo ul li p {
  line-height: 32px;
  max-width: 245px; }
@media only screen and (max-width: 767px) {
  .sobre-bravo ul li p {
    width: 100%;
    text-align: center;
    line-height: 26px; } }

.servico-bravo {
  padding-top: 120px; }
.servico-bravo .box-servico {
  width: 100%;
  height: 680px;
  position: relative;
  z-index: 4;
  margin-top: 80px;
  margin-bottom: -230px;
  display: flex; }
@media only screen and (max-width: 992px) {
  .servico-bravo .box-servico {
    margin: 0;
    height: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.servico-bravo .box-servico .lista-servico {
  padding-top: 15px;
  flex: 0 0 32%;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
@media only screen and (max-width: 992px) {
  .servico-bravo .box-servico .lista-servico {
    flex: 0 0 100%; } }
.servico-bravo .box-servico .lista-servico ul {
  width: 280px;
  position: relative; }
@media only screen and (max-width: 992px) {
  .servico-bravo .box-servico .lista-servico ul {
    width: 92%;
    margin: 0 auto;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.servico-bravo .box-servico .lista-servico ul li {
  max-width: 215px;
  font-family: "Boxley", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding: 5px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
@media only screen and (max-width: 992px) {
  .servico-bravo .box-servico .lista-servico ul li {
    width: 50%;
    max-width: 100%; } }
.servico-bravo .box-servico .lista-servico ul li.active, .servico-bravo .box-servico .lista-servico ul li:hover {
  transform: translateX(20px); }
.servico-bravo .box-servico .lista-servico ul li.active:before, .servico-bravo .box-servico .lista-servico ul li:hover:before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background: #d92424;
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
.servico-bravo .box-servico .lista-servico ul li.bt-logistica {
  max-width: 150px; }
@media only screen and (max-width: 992px) {
  .servico-bravo .box-servico .lista-servico ul li.bt-logistica {
    width: 50%;
    max-width: 100%; } }
.servico-bravo .box-servico .lista-servico ul li.setaServ {
  width: 68px;
  height: 68px;
  position: absolute;
  bottom: -60;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer; }
@media only screen and (max-width: 992px) {
  .servico-bravo .box-servico .lista-servico ul li.setaServ {
    position: relative;
    bottom: inherit; } }
.servico-bravo .box-servico .lista-servico ul li.setaServ.back {
  left: 0;
  background: url("../fonts/img-arrow-prev-branca.svg") no-repeat center #d92424; }
.servico-bravo .box-servico .lista-servico ul li.setaServ.next {
  left: 72px;
  background: url("../fonts/img-arrow-next-preto.svg") no-repeat center; }
.servico-bravo .box-servico .lista-servico .seta-lista {
  width: 100%;
  max-width: 280px;
  position: relative; }
@media only screen and (max-width: 992px) {
  .servico-bravo .box-servico .lista-servico .seta-lista {
    height: auto;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top: 230px;
    z-index: 9; } }
.servico-bravo .box-servico .lista-servico .seta-lista .setaServ {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer; }
@media only screen and (max-width: 992px) {
  .servico-bravo .box-servico .lista-servico .seta-lista .setaServ {
    width: 45px;
    height: 45px;
    top: 0;
    bottom: 0;
    margin: auto; } }
@media only screen and (max-width: 767px) {
  .servico-bravo .box-servico .lista-servico .seta-lista .setaServ {
    width: 32px;
    height: 32px; } }
.servico-bravo .box-servico .lista-servico .seta-lista .setaServ.back {
  left: 0;
  background: url("../fonts/img-arrow-prev-branca.svg") no-repeat center #d92424; }
@media only screen and (max-width: 992px) {
  .servico-bravo .box-servico .lista-servico .seta-lista .setaServ.back {
    left: 5px;
    -webkit-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px; } }
@media only screen and (max-width: 767px) {
  .servico-bravo .box-servico .lista-servico .seta-lista .setaServ.back {
    -webkit-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px; } }
.servico-bravo .box-servico .lista-servico .seta-lista .setaServ.next {
  left: 72px;
  background: url("../fonts/img-arrow-next-preto.svg") no-repeat center; }
@media only screen and (max-width: 992px) {
  .servico-bravo .box-servico .lista-servico .seta-lista .setaServ.next {
    left: inherit;
    right: 5px;
    -webkit-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px; } }
@media only screen and (max-width: 767px) {
  .servico-bravo .box-servico .lista-servico .seta-lista .setaServ.next {
    -webkit-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px; } }
.servico-bravo .box-servico .conteudo-servico {
  flex: 0 0 68%;
  z-index: 4; }
@media only screen and (max-width: 767px) {
  .servico-bravo .box-servico .conteudo-servico {
    flex: 0 0 100%; } }
.servico-bravo .box-servico .conteudo-servico .img-servico {
  display: none;
  width: 100%;
  max-width: 1320px;
  position: relative; }
.servico-bravo .box-servico .conteudo-servico .img-servico.active {
  display: block; }
.servico-bravo .box-servico .conteudo-servico .img-servico .box-bg img {
  width: 100%; }
@media only screen and (max-width: 767px) {
  .servico-bravo .box-servico .conteudo-servico .img-servico .box-bg {
    display: none; } }
.servico-bravo .box-servico .conteudo-servico .img-servico .box-bg-mob {
  display: none; }
.servico-bravo .box-servico .conteudo-servico .img-servico .box-bg-mob img {
  width: 100%; }
@media only screen and (max-width: 767px) {
  .servico-bravo .box-servico .conteudo-servico .img-servico .box-bg-mob {
    display: block; } }
.servico-bravo .box-servico .conteudo-servico .img-servico .dsa {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
.servico-bravo .box-servico .conteudo-servico .img-servico .dsa .boxx {
  max-width: 420px;
  background: #fff;
  padding: 50px 80px;
  box-sizing: content-box; }
@media only screen and (max-width: 1200px) {
  .servico-bravo .box-servico .conteudo-servico .img-servico .dsa .boxx {
    padding: 30px 40px; } }
@media only screen and (max-width: 767px) {
  .servico-bravo .box-servico .conteudo-servico .img-servico .dsa .boxx {
    width: calc(100% - 110px);
    padding: 20px 20px; } }
.servico-bravo .box-servico .conteudo-servico .img-servico .dsa .boxx h3 {
  margin-bottom: 25px;
  font-size: 21px;
  font-weight: 500;
  font-family: "Boxley", sans-serif;
  text-transform: uppercase; }
@media only screen and (max-width: 767px) {
  .servico-bravo .box-servico .conteudo-servico .img-servico .dsa .boxx h3 {
    margin-bottom: 15px; } }
.servico-bravo .box-servico .conteudo-servico .img-servico .dsa .boxx h3 span {
  background: #d92424;
  padding: 4px 5px;
  color: #FFF;
  font-weight: 500;
  font-family: "Boxley", sans-serif; }
.servico-bravo .box-servico .conteudo-servico .img-servico .dsa .boxx h3 span.l1 {
  padding-right: 0; }
.servico-bravo .box-servico .conteudo-servico .img-servico .dsa .boxx p {
  line-height: 32px; }
@media only screen and (max-width: 767px) {
  .servico-bravo .box-servico .conteudo-servico .img-servico .dsa .boxx p {
    line-height: 26px; } }
.servico-bravo .mais-detalhes {
  background: #f1f2f2; }
.servico-bravo .mais-detalhes .container-big {
  position: relative;
  padding: 200px 0 90px; }
@media only screen and (max-width: 767px) {
  .servico-bravo .mais-detalhes .container-big {
    padding: 60px 15px 60px; } }
.servico-bravo .mais-detalhes .container-big:before {
  content: "";
  display: block;
  width: 358px;
  height: 481px;
  background: url("../images/img-desenhos-servico.png") no-repeat top right;
  pointer-events: none;
  position: absolute;
  bottom: -110px;
  left: -60px;
  z-index: 6; }
@media only screen and (max-width: 767px) {
  .servico-bravo .mais-detalhes .container-big:before {
    display: none; } }
.servico-bravo .mais-detalhes .container-big:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #343434;
  position: absolute;
  top: 0;
  right: -100%; }
.servico-bravo .mais-detalhes .box-texto {
  width: 100%;
  max-width: 970px;
  margin: 0px auto;
  text-align: center; }
@media only screen and (max-width: 1200px) {
  .servico-bravo .mais-detalhes .box-texto {
    width: 92%; } }
.servico-bravo .mais-detalhes .box-texto p {
  line-height: 32px;
  color: #000; }
@media only screen and (max-width: 767px) {
  .servico-bravo .mais-detalhes .box-texto p {
    line-height: 26px; } }
.servico-bravo .mais-detalhes .bt-padrao {
  width: 325px;
  float: none;
  margin-top: 60px; }
@media only screen and (max-width: 575px) {
  .servico-bravo .mais-detalhes .bt-padrao {
    width: 90%;
    max-width: 100%; } }

.rastreamento-bravo {
  padding-top: 120px;
  overflow: hidden;
  width: 100%; }
@media only screen and (max-width: 767px) {
  .rastreamento-bravo {
    padding-top: 60px; } }
@media only screen and (max-width: 767px) {
  .rastreamento-bravo .d-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.rastreamento-bravo .box-texto-rastreamento {
  width: 45%;
  padding-left: 80px; }
@media only screen and (max-width: 767px) {
  .rastreamento-bravo .box-texto-rastreamento {
    width: 100%;
    padding-left: 0; } }
.rastreamento-bravo .box-texto-rastreamento .box-texto {
  margin-top: 50px;
  margin-bottom: 20px; }
@media only screen and (max-width: 767px) {
  .rastreamento-bravo .box-texto-rastreamento .box-texto {
    text-align: center;
    width: 100%;
    margin: 30px auto 30px; } }
@media only screen and (max-width: 575px) {
  .rastreamento-bravo .box-texto-rastreamento .box-texto {
    width: 90%;
    max-width: 270px; } }
.rastreamento-bravo .box-texto-rastreamento .box-texto p {
  margin-bottom: 15px; }
.rastreamento-bravo .box-texto-rastreamento .box-texto p:last-child {
  margin-bottom: 0; }
.rastreamento-bravo .box-texto-rastreamento .box-form {
  margin-bottom: 20px; }
@media only screen and (max-width: 767px) {
  .rastreamento-bravo .box-texto-rastreamento .box-form {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; } }
.rastreamento-bravo .box-texto-rastreamento .box-form input[type="text"] {
  width: 360px;
  height: 65px;
  padding: 10px 20px;
  border: 1px solid #343434; }
.rastreamento-bravo .box-texto-rastreamento .box-form input[type="text"]:focus {
  background-color: #f3f3f3;
  border: 2px solid #d92424; }
@media only screen and (max-width: 767px) {
  .rastreamento-bravo .box-texto-rastreamento .box-form input[type="text"] {
    width: 90%;
    max-width: 100%; } }
.rastreamento-bravo .box-texto-rastreamento .box-form ::-webkit-input-placeholder {
  color: #525252; }
.rastreamento-bravo .box-texto-rastreamento .box-form :-moz-placeholder {
  color: #525252; }
.rastreamento-bravo .box-texto-rastreamento .box-form ::-moz-placeholder {
  color: #525252; }
.rastreamento-bravo .box-texto-rastreamento .box-form :-ms-input-placeholder {
  color: #525252; }
.rastreamento-bravo .box-texto-rastreamento .bt-padrao {
  width: 360px;
  margin-bottom: 20px; }
@media only screen and (max-width: 767px) {
  .rastreamento-bravo .box-texto-rastreamento .bt-padrao {
    margin: 0 auto 20px;
    float: none;
    max-width: 360px;
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .rastreamento-bravo .box-texto-rastreamento .bt-padrao {
    max-width: 100%;
    width: 90%; } }
.rastreamento-bravo .img-rastreamento-mob {
  display: none; }
@media only screen and (max-width: 767px) {
  .rastreamento-bravo .img-rastreamento-mob {
    display: block;
    width: 100%;
    margin: 30px auto 25px; }
  .rastreamento-bravo .img-rastreamento-mob img {
    width: 100%; } }
.rastreamento-bravo .img-rastreamento {
  width: 55%;
  height: 400px;
  position: relative;
  pointer-events: none; }
@media only screen and (max-width: 767px) {
  .rastreamento-bravo .img-rastreamento {
    display: none; } }
.rastreamento-bravo .img-rastreamento .bg-rastreamento img {
  width: 100%;
  max-width: 800px;
  position: absolute;
  top: -40px;
  right: -80px; }
.rastreamento-bravo .img-rastreamento .img-caminhao {
  position: absolute;
  top: 120px;
  left: 145px;
  opacity: 0;
  animation-name: caminhao;
  animation-duration: 8s;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal; }
@media only screen and (max-width: 1200px) {
  .rastreamento-bravo .img-rastreamento .img-caminhao img {
    width: 90px; } }
@keyframes caminhao {
  0% {
    opacity: 0;
    top: 120px;
    left: 145px; }
  10% {
    opacity: 0;
    top: 120px;
    left: 145px; }
  20% {
    opacity: 1;
    top: 120px;
    left: 145px; }
  80% {
    opacity: 1;
    top: 30px;
    left: 385px; }
  90% {
    opacity: 0;
    top: 30px;
    left: 385px; }
  100% {
    opacity: 0;
    top: 30px;
    left: 385px; } }
main {
  margin-top: 145px;
  /* SOBRE */
  /* SERVIÇOS */
  /* PROJETOS SOCIAIS */
  /* ACOMPANHAR ENTREGA */
  /* POLITICA DE QUALIDADE */
  /* CONTATO */ }
@media only screen and (max-width: 767px) {
  main {
    margin-top: 70px; } }
main .topo-pagina {
  text-align: center;
  margin-bottom: 120px; }
@media only screen and (max-width: 767px) {
  main .topo-pagina {
    margin-bottom: 35px; } }
main .topo-pagina .barra-topo {
  width: 100%;
  height: 290px;
  background: #d92424;
  margin-bottom: -250px; }
@media only screen and (max-width: 767px) {
  main .topo-pagina .barra-topo {
    height: 200px;
    margin-bottom: -170px; } }
@media only screen and (max-width: 575px) {
  main .topo-pagina .barra-topo {
    height: 150px;
    margin-bottom: -130px; } }
main .topo-pagina .img-topo {
  margin: 0 auto;
  position: relative; }
@media only screen and (max-width: 767px) {
  main .topo-pagina .img-topo {
    display: none; } }
main .topo-pagina .img-topo .bg-img-topo {
  position: relative;
  z-index: 4; }
@media only screen and (max-width: 1360px) {
  main .topo-pagina .img-topo .bg-img-topo {
    margin-left: -240px; } }
main .topo-pagina .img-topo .box-text {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  margin: auto;
  padding-left: 330px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 1360px) {
  main .topo-pagina .img-topo .box-text {
    padding-left: 80px; } }
main .topo-pagina .img-topo .box-text:before {
  content: "";
  display: block;
  width: 358px;
  height: 481px;
  background: url("../images/img-desenhos-topo.png") no-repeat 0;
  pointer-events: none;
  position: absolute;
  top: -90px;
  left: 230px;
  z-index: 2; }
main .topo-pagina .img-topo .box-text h3 {
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  font-family: "Boxley", sans-serif;
  line-height: 110%;
  margin: 0;
  padding-left: 85px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index: 5; }
@media only screen and (max-width: 1200px) {
  main .topo-pagina .img-topo .box-text h3 {
    font-size: 26px; } }
@media only screen and (max-width: 767px) {
  main .topo-pagina .img-topo .box-text h3 {
    font-size: 22px; } }
main .topo-pagina .img-topo .box-text h3 span {
  width: max-content;
  margin: 2px 0;
  float: left;
  color: #000;
  background: #FFF;
  padding: 4px 5px;
  font-size: 30px;
  font-weight: 500;
  font-family: "Boxley", sans-serif; }
@media only screen and (max-width: 1200px) {
  main .topo-pagina .img-topo .box-text h3 span {
    font-size: 26px; } }
@media only screen and (max-width: 767px) {
  main .topo-pagina .img-topo .box-text h3 span {
    font-size: 22px; } }
main .topo-pagina .img-topo .box-text p {
  margin-top: 10px;
  color: #FFF;
  line-height: 32px;
  z-index: 5;
  padding-left: 85px;
  text-align: left;
  max-width: 700px; }
@media only screen and (max-width: 767px) {
  main .topo-pagina .img-topo .box-text p {
    line-height: 26px; } }
main .topo-pagina .img-topo-mobile {
  display: none; }
@media only screen and (max-width: 767px) {
  main .topo-pagina .img-topo-mobile {
    display: block; }
  main .topo-pagina .img-topo-mobile img {
    width: 100%; } }
main .historia .box-historia {
  margin-bottom: -80px; }
@media only screen and (max-width: 1200px) {
  main .historia .box-historia {
    margin-bottom: 0px; } }
@media only screen and (max-width: 767px) {
  main .historia .box-historia {
    margin-top: 45px; } }
main .historia .box-historia .d-flex {
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 767px) {
  main .historia .box-historia .d-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
@media only screen and (max-width: 1360px) {
  main .historia .box-historia .d-flex img {
    padding-right: 20px;
    width: 45%; } }
@media only screen and (max-width: 767px) {
  main .historia .box-historia .d-flex img {
    width: 92%;
    max-width: 500px;
    padding-right: 0px;
    margin: 0 auto 30px !important;
    margin-left: -13px !important; } }
main .historia .box-historia .d-flex p {
  max-width: 640px;
  margin: 0 auto 30px;
  line-height: 32px; }
@media only screen and (max-width: 1360px) {
  main .historia .box-historia .d-flex p {
    width: 55%; } }
@media only screen and (max-width: 767px) {
  main .historia .box-historia .d-flex p {
    width: 90%;
    text-align: center;
    line-height: 26px;
    margin: 0 auto 40px; } }
main .historia .box-setores {
  background: #f1f2f2;
  margin-bottom: 140px; }
@media only screen and (max-width: 992px) {
  main .historia .box-setores {
    margin-bottom: 80px;
    margin-top: 50px; } }
@media only screen and (max-width: 767px) {
  main .historia .box-setores {
    margin-bottom: 60px;
    margin-top: 0px; } }
main .historia .box-setores .container-big {
  position: relative; }
main .historia .box-setores .container-big:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -100%; }
main .historia .box-setores .container-big .d-flex {
  padding-top: 60px;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 767px) {
  main .historia .box-setores .container-big .d-flex {
    padding-top: 40px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
main .historia .box-setores .container-big .d-flex p {
  margin: 0;
  padding-left: 100px;
  padding-right: 70px;
  line-height: 32px; }
@media only screen and (max-width: 1360px) {
  main .historia .box-setores .container-big .d-flex p {
    width: 55%;
    padding-right: 15px; } }
@media only screen and (max-width: 1200px) {
  main .historia .box-setores .container-big .d-flex p {
    padding-left: 40px; } }
@media only screen and (max-width: 767px) {
  main .historia .box-setores .container-big .d-flex p {
    padding-left: 0;
    padding-right: 0px;
    width: 90%;
    text-align: center;
    margin-bottom: 30px;
    line-height: 26px; } }
main .historia .box-setores .container-big .d-flex img {
  margin-bottom: -45px; }
@media only screen and (max-width: 1360px) {
  main .historia .box-setores .container-big .d-flex img {
    padding-left: 20px;
    width: 45%; } }
@media only screen and (max-width: 767px) {
  main .historia .box-setores .container-big .d-flex img {
    width: 90%;
    max-width: 450px;
    padding-left: 0px;
    margin: 0 auto -30px;
    display: flex; } }
main .timeline {
  display: none; }
@media only screen and (max-width: 767px) {
  main .timeline .container {
    padding: 0 !important; } }
main .timeline .slider-timeline {
  position: relative;
  overflow: hidden; }
main .timeline .slider-timeline .slick-arrow {
  width: 68px;
  height: 68px;
  top: inherit;
  bottom: 20px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 767px) {
  main .timeline .slider-timeline .slick-arrow {
    width: 45px;
    height: 45px;
    bottom: 70px; } }
@media only screen and (max-width: 575px) {
  main .timeline .slider-timeline .slick-arrow {
    bottom: 100px; } }
main .timeline .slider-timeline .slick-arrow.slick-prev {
  left: 0px;
  background: url("../fonts/img-arrow-prev-branca.svg") no-repeat center #d92424; }
@media only screen and (max-width: 767px) {
  main .timeline .slider-timeline .slick-arrow.slick-prev {
    left: 10px;
    background: url("../fonts/img-arrow-prev-branca.svg") no-repeat center #d92424;
    -webkit-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px; } }
main .timeline .slider-timeline .slick-arrow.slick-next {
  left: 75px;
  background: url("../fonts/img-arrow-next-preto.svg") no-repeat center; }
@media only screen and (max-width: 767px) {
  main .timeline .slider-timeline .slick-arrow.slick-next {
    left: inherit;
    right: 10px;
    background: url("../fonts/img-arrow-next-preto.svg") no-repeat center;
    -webkit-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px; } }
main .timeline .slider-timeline .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 80px auto 0;
  display: flex !important;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  border-bottom: 1px solid #000;
  padding-bottom: 30px; }
@media only screen and (max-width: 767px) {
  main .timeline .slider-timeline .slick-dots {
    width: 90%;
    margin: 20px auto 0;
    padding-bottom: 18px; } }
main .timeline .slider-timeline .slick-dots:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #000; }
main .timeline .slider-timeline .slick-dots:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  right: 0px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #000; }
main .timeline .slider-timeline .slick-dots li {
  display: flex;
  cursor: pointer; }
main .timeline .slider-timeline .slick-dots li:before {
  font-size: 20px;
  font-weight: bold;
  font-family: "Boxley", sans-serif; }
@media only screen and (max-width: 767px) {
  main .timeline .slider-timeline .slick-dots li:before {
    font-size: 16px; } }
main .timeline .slider-timeline .slick-dots li button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -48px;
  width: 34px;
  height: 34px;
  outline: none;
  border: none;
  background: #FFF;
  -webkit-box-shadow: 0 0 0 2px #d92424;
  box-shadow: 0 0 0 2px #d92424;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
@media only screen and (max-width: 767px) {
  main .timeline .slider-timeline .slick-dots li button {
    bottom: -32px;
    width: 26px;
    height: 26px; } }
main .timeline .slider-timeline .slick-dots li button:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFF;
  -webkit-box-shadow: 0 0 0 2px #d7d7d7;
  box-shadow: 0 0 0 2px #d7d7d7;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
@media only screen and (max-width: 767px) {
  main .timeline .slider-timeline .slick-dots li button:before {
    width: 14px;
    height: 14px; } }
main .timeline .slider-timeline .slick-dots li:hover:before, main .timeline .slider-timeline .slick-dots li.slick-active:before {
  color: #d92424; }
main .timeline .slider-timeline .slick-dots li:hover button, main .timeline .slider-timeline .slick-dots li.slick-active button {
  -webkit-box-shadow: 0 0 0 2px #d7d7d7;
  box-shadow: 0 0 0 2px #d7d7d7; }
main .timeline .slider-timeline .slick-dots li:hover button:before, main .timeline .slider-timeline .slick-dots li.slick-active button:before {
  background: #d92424;
  -webkit-box-shadow: 0 0 0 2px #d92424;
  box-shadow: 0 0 0 2px #d92424; }
main .timeline .slider-timeline .slick-dots #slick-slide00 {
  position: relative; }
main .timeline .slider-timeline .slick-dots #slick-slide00:before {
  content: "2002"; }
main .timeline .slider-timeline .slick-dots #slick-slide01 {
  position: relative; }
main .timeline .slider-timeline .slick-dots #slick-slide01:before {
  content: "2009"; }
main .timeline .slider-timeline .slick-dots #slick-slide02 {
  position: relative; }
main .timeline .slider-timeline .slick-dots #slick-slide02:before {
  content: "2012"; }
main .timeline .slider-timeline .slick-dots #slick-slide03 {
  position: relative; }
main .timeline .slider-timeline .slick-dots #slick-slide03:before {
  content: "2018"; }
main .timeline .slider-timeline .slick-dots #slick-slide04 {
  position: relative; }
main .timeline .slider-timeline .slick-dots #slick-slide04:before {
  content: "2021"; }
main .timeline .slider-timeline .slick-list {
  margin-top: 200px;
  padding-left: 0 !important;
  width: calc(100% - 190px);
  float: right; }
@media only screen and (max-width: 767px) {
  main .timeline .slider-timeline .slick-list {
    margin-top: 120px;
    float: none;
    width: 100%;
    padding-left: 0px !important; } }
main .timeline .box-timeline {
  overflow: hidden;
  width: 100%;
  margin-right: 80px; }
@media only screen and (max-width: 767px) {
  main .timeline .box-timeline {
    margin: 0 0px; } }
main .timeline .box-timeline:last-child {
  margin-right: 0; }
main .timeline .box-timeline .img {
  margin-bottom: 35px;
  position: relative; }
main .timeline .box-timeline .img img {
  width: 100%; }
main .timeline .box-timeline .img-ano {
  position: absolute;
  bottom: -10px;
  left: -20px;
  width: 408px;
  height: 117px; }
@media only screen and (max-width: 767px) {
  main .timeline .box-timeline .img-ano {
    width: 300px;
    height: 77px; } }
@media only screen and (max-width: 575px) {
  main .timeline .box-timeline .img-ano {
    width: 180px;
    height: 54px;
    left: 0; } }
main .timeline .box-timeline .box-texto {
  max-width: 785px; }
@media only screen and (max-width: 767px) {
  main .timeline .box-timeline .box-texto {
    margin: 0 auto;
    width: 70%;
    text-align: center; } }
main .timeline .box-timeline .box-texto p {
  line-height: 32px; }
@media only screen and (max-width: 767px) {
  main .timeline .box-timeline .box-texto p {
    line-height: 26px; } }
main .proposito {
  width: 100%;
  height: 100%;
  background: #4d4d4f;
  margin-top: 120px;
  margin-bottom: 240px;
  clear: both; }
@media only screen and (max-width: 992px) {
  main .proposito {
    margin: 60px auto; } }
@media only screen and (max-width: 767px) {
  main .proposito {
    margin: 90px auto 50px;
    padding-bottom: 50px; } }
main .proposito .container-big {
  position: relative; }
main .proposito .container-big:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -100%; }
main .proposito .d-flex {
  padding-top: 30px; }
@media only screen and (max-width: 992px) {
  main .proposito .d-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 0; } }
@media only screen and (max-width: 767px) {
  main .proposito .d-flex {
    padding: 0; } }
main .proposito .d-flex .bg-img {
  margin-bottom: -50px;
  -webkit-box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.3);
  position: relative; }
@media only screen and (max-width: 1200px) {
  main .proposito .d-flex .bg-img {
    width: 100%; }
  main .proposito .d-flex .bg-img img {
    width: 100%; } }
@media only screen and (max-width: 992px) {
  main .proposito .d-flex .bg-img {
    padding: 0;
    max-width: 300px;
    margin: 0 auto 30px; } }
@media only screen and (max-width: 767px) {
  main .proposito .d-flex .bg-img {
    max-width: 350px;
    margin: -40px auto 30px; } }
main .proposito .d-flex .bg-img:before {
  content: "";
  display: block;
  width: 358px;
  height: 481px;
  background: url("../images/img-desenhos-proposito.png") no-repeat top left;
  pointer-events: none;
  position: absolute;
  bottom: -165px;
  left: -130px;
  z-index: 8; }
@media only screen and (max-width: 992px) {
  main .proposito .d-flex .bg-img:before {
    display: none; } }
main .proposito .d-flex .box-proposito {
  padding-left: 40px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 992px) {
  main .proposito .d-flex .box-proposito {
    width: 100%;
    padding-left: 0; } }
main .proposito .d-flex .box-proposito .d-flex {
  padding: 0;
  margin-bottom: 60px; }
@media only screen and (max-width: 992px) {
  main .proposito .d-flex .box-proposito .d-flex {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; } }
main .proposito .d-flex .box-proposito .d-flex:last-child {
  margin-bottom: 0; }
main .proposito .d-flex .box-proposito .d-flex i {
  margin-right: 20px; }
@media only screen and (max-width: 992px) {
  main .proposito .d-flex .box-proposito .d-flex i {
    margin-right: 0;
    margin-bottom: 10px; } }
main .proposito .d-flex .box-proposito .d-flex i img {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.4); }
@media only screen and (max-width: 1200px) {
  main .proposito .d-flex .box-proposito .d-flex i img {
    width: 60px; } }
main .proposito .d-flex .box-proposito .d-flex .box-texto {
  margin-bottom: 50px; }
main .proposito .d-flex .box-proposito .d-flex .box-texto:last-child {
  margin-bottom: 0; }
main .proposito .d-flex .box-proposito .d-flex .box-texto .nome {
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  font-family: "Boxley", sans-serif;
  margin-bottom: 6px; }
@media only screen and (max-width: 1200px) {
  main .proposito .d-flex .box-proposito .d-flex .box-texto .nome {
    font-size: 26px; } }
@media only screen and (max-width: 767px) {
  main .proposito .d-flex .box-proposito .d-flex .box-texto .nome {
    font-size: 22px; } }
main .proposito .d-flex .box-proposito .d-flex .box-texto p {
  color: #FFF;
  line-height: 32px; }
@media only screen and (max-width: 767px) {
  main .proposito .d-flex .box-proposito .d-flex .box-texto p {
    line-height: 26px; } }
main .box-item .box-detalhe {
  position: relative;
  z-index: 1; }
@media only screen and (max-width: 767px) {
  main .box-item .box-detalhe {
    z-index: -1; } }
main .box-item .box-detalhe:after {
  content: "";
  display: block;
  width: 358px;
  height: 481px;
  background: url("../images/img-desenhos-item-sobre.png") no-repeat top right;
  pointer-events: none;
  position: absolute;
  top: -135px;
  right: -140px; }
main .box-item .box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  position: relative;
  z-index: 5;
  margin-bottom: 120px; }
@media only screen and (max-width: 992px) {
  main .box-item .box-grid {
    grid-template-columns: 1fr;
    margin-bottom: 0px; } }
main .box-item .box-grid .box {
  background: #fff;
  padding: 100px 80px;
  -webkit-box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.2); }
@media only screen and (max-width: 1200px) {
  main .box-item .box-grid .box {
    padding: 60px 40px; } }
@media only screen and (max-width: 767px) {
  main .box-item .box-grid .box {
    padding: 40px 30px; } }
main .box-item .box-grid .box .img-kaixinhas {
  margin-bottom: 20px; }
main .box-item .box-grid .box .nome-item {
  font-size: 30px;
  font-weight: 500;
  font-family: "Boxley", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px; }
@media only screen and (max-width: 1200px) {
  main .box-item .box-grid .box .nome-item {
    font-size: 26px; } }
@media only screen and (max-width: 767px) {
  main .box-item .box-grid .box .nome-item {
    font-size: 22px; } }
main .box-item .box-grid .box .nome-item span {
  background: #d92424;
  padding: 4px 5px;
  color: #FFF;
  font-weight: 500; }
main .box-item .box-grid .box p {
  line-height: 32px;
  margin-bottom: 35px;
  font-size: 20px; }
@media only screen and (max-width: 767px) {
  main .box-item .box-grid .box p {
    line-height: 26px; } }
main .box-item .box-grid .box p:last-child {
  margin-bottom: 0; }
main .box-item .box-grid .box ul {
  margin-bottom: 40px; }
main .box-item .box-grid .box ul li {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  line-height: 36px; }
main .box-item .box-grid .box ul li i {
  width: 11px;
  height: 18px;
  margin-right: 10px;
  margin-top: -3px; }
@media only screen and (max-width: 575px) {
  main .box-item .box-grid .box .bt-padrao {
    width: 90%;
    float: none; } }
main .institucional {
  padding: 20px 0 100px;
  position: relative; }
@media only screen and (max-width: 992px) {
  main .institucional {
    padding: 60px 0; } }
main .institucional:before {
  content: "";
  display: block;
  width: 358px;
  height: 217px;
  background: url("../images/img-desenhos-institucional.png") no-repeat 0 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: -490px;
  right: 0;
  margin: 0 auto; }
main .institucional .bt-padrao {
  width: 240px;
  float: none;
  margin: 60px auto 0; }
@media only screen and (max-width: 767px) {
  main .institucional .bt-padrao {
    width: 310px; } }
@media only screen and (max-width: 575px) {
  main .institucional .bt-padrao {
    width: 90%;
    position: relative; } }
main .servicos {
  margin-bottom: 180px; }
@media only screen and (max-width: 767px) {
  main .servicos {
    margin-bottom: 10px;
    padding-bottom: 0; } }
main .servicos ul {
  display: flex;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin-top: 80px;
  position: relative; }
@media only screen and (max-width: 767px) {
  main .servicos ul {
    display: none; } }
main .servicos ul:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: -4px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #000; }
main .servicos ul:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  right: -4px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #000; }
main .servicos ul li {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  font-family: "Boxley", sans-serif;
  line-height: 18px;
  position: relative;
  cursor: pointer; }
@media only screen and (max-width: 992px) {
  main .servicos ul li {
    font-size: 14px; } }
main .servicos ul li.log {
  max-width: 150px; }
main .servicos ul li a span {
  text-transform: uppercase;
  font-family: "Boxley", sans-serif; }
main .servicos ul li a:hover {
  color: #d92424; }
main .servicos ul li i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -44px;
  width: 25px;
  height: 25px;
  background: #FFF;
  -webkit-box-shadow: 0 0 0 2px #d92424;
  box-shadow: 0 0 0 2px #d92424;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
@media only screen and (max-width: 992px) {
  main .servicos ul li i {
    bottom: -40px;
    width: 20px;
    height: 20px; } }
main .servicos ul li i:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #FFF;
  -webkit-box-shadow: 0 0 0 2px #d7d7d7;
  box-shadow: 0 0 0 2px #d7d7d7;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
@media only screen and (max-width: 992px) {
  main .servicos ul li i:before {
    width: 10px;
    height: 10px; } }
main .servicos ul li:hover i, main .servicos ul li.active i {
  bottom: -48px;
  width: 34px;
  height: 34px;
  -webkit-box-shadow: 0 0 0 2px #d7d7d7;
  box-shadow: 0 0 0 2px #d7d7d7; }
@media only screen and (max-width: 992px) {
  main .servicos ul li:hover i, main .servicos ul li.active i {
    bottom: -44px;
    width: 25px;
    height: 25px; } }
main .servicos ul li:hover i:before, main .servicos ul li.active i:before {
  width: 20px;
  height: 20px;
  background: #d92424;
  -webkit-box-shadow: 0 0 0 2px #d92424;
  box-shadow: 0 0 0 2px #d92424; }
@media only screen and (max-width: 992px) {
  main .servicos ul li:hover i:before, main .servicos ul li.active i:before {
    width: 13px;
    height: 13px; } }
main .logistica {
  width: 100%;
  float: left;
  margin-bottom: 160px;
  position: relative; }
@media only screen and (max-width: 767px) {
  main .logistica {
    margin-bottom: 60px; } }
main .logistica:before {
  content: "";
  display: block;
  width: 238px;
  height: 481px;
  background: url("../images/img-desenhos-logistica.png") no-repeat 0 0;
  pointer-events: none;
  position: absolute;
  top: -150px;
  left: 0; }
@media only screen and (max-width: 767px) {
  main .logistica:before {
    display: none; } }
main .logistica .box-logistica {
  margin-bottom: 70px; }
@media only screen and (max-width: 767px) {
  main .logistica .box-logistica {
    margin-bottom: 50px; } }
main .logistica .box-logistica .titulo-box {
  margin-bottom: 60px;
  position: relative; }
@media only screen and (max-width: 767px) {
  main .logistica .box-logistica .titulo-box {
    margin-bottom: 40px;
    padding-left: 30px; } }
@media only screen and (max-width: 575px) {
  main .logistica .box-logistica .titulo-box {
    max-width: 260px; } }
main .logistica .box-logistica .titulo-box i {
  position: absolute;
  left: -20px;
  top: -46px;
  width: 80px;
  height: 130px;
  z-index: -1; }
@media only screen and (max-width: 767px) {
  main .logistica .box-logistica .titulo-box i {
    left: 10px;
    top: -30px;
    width: 50px;
    height: 80px; }
  main .logistica .box-logistica .titulo-box i img {
    width: 50px; } }
main .logistica .box-logistica .box-texto {
  width: 50%;
  max-width: 600px; }
@media only screen and (max-width: 767px) {
  main .logistica .box-logistica .box-texto {
    width: 100%;
    max-width: 100%; } }
main .logistica .box-logistica .box-texto p {
  line-height: 32px;
  margin-bottom: 40px; }
@media only screen and (max-width: 767px) {
  main .logistica .box-logistica .box-texto p {
    line-height: 26px; } }
main .logistica .box-logistica .box-texto p:last-child {
  margin-bottom: 0; }
main .logistica .img-servico {
  width: 45%;
  height: 500px;
  background: url("../images/img-img-servico-logistica.jpg") no-repeat right center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 2; }
@media only screen and (max-width: 767px) {
  main .logistica .img-servico {
    width: 92%;
    height: 380px;
    position: relative;
    top: 0; }
  main .logistica .img-servico:before {
    content: "";
    display: block;
    width: 10%;
    height: 50%;
    background: #f1f2f2;
    position: absolute;
    right: -10%;
    top: 50%;
    z-index: 0; } }
@media only screen and (max-width: 575px) {
  main .logistica .img-servico {
    height: 260px; } }
@media only screen and (max-width: 420px) {
  main .logistica .img-servico {
    height: 220px; } }
main .logistica .proposta {
  background: #f1f2f2;
  float: left;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 100px; }
@media only screen and (max-width: 992px) {
  main .logistica .proposta {
    padding-top: 100px; } }
@media only screen and (max-width: 767px) {
  main .logistica .proposta {
    padding-top: 60px;
    padding-bottom: 60px; } }
main .logistica .proposta .box-grid {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  grid-gap: 30px;
  position: relative;
  margin-bottom: 100px; }
@media only screen and (max-width: 992px) {
  main .logistica .proposta .box-grid {
    grid-template-columns: 2fr 2fr; } }
@media only screen and (max-width: 767px) {
  main .logistica .proposta .box-grid {
    grid-template-columns: 2fr;
    margin-bottom: 60px; } }
main .logistica .proposta .box-grid .box {
  background: #fff;
  padding: 35px 35px;
  -webkit-box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.2); }
@media only screen and (max-width: 1200px) {
  main .logistica .proposta .box-grid .box {
    padding: 35px 20px; } }
main .logistica .proposta .box-grid .box .d-flex {
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 575px) {
  main .logistica .proposta .box-grid .box .d-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
@media only screen and (max-width: 575px) {
  main .logistica .proposta .box-grid .box .d-flex i {
    margin-bottom: 6px;
    width: 60px; }
  main .logistica .proposta .box-grid .box .d-flex i img {
    width: 100%; } }
main .logistica .proposta .box-grid .box .d-flex .tit-box {
  margin-left: 15px;
  padding-right: 18px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  font-family: "Boxley", sans-serif;
  line-height: 24px; }
@media only screen and (max-width: 767px) {
  main .logistica .proposta .box-grid .box .d-flex .tit-box {
    text-align: center;
    font-size: 18px; } }
@media only screen and (max-width: 420px) {
  main .logistica .proposta .box-grid .box .d-flex .tit-box {
    max-width: 210px; } }
main .logistica .proposta .box-texto {
  margin-top: 40px;
  text-align: left; }
@media only screen and (max-width: 575px) {
  main .logistica .proposta .box-texto {
    margin-top: 20px;
    text-align: center; } }
main .logistica .proposta .box-texto p {
  margin-bottom: 40px;
  line-height: 32px; }
@media only screen and (max-width: 767px) {
  main .logistica .proposta .box-texto p {
    line-height: 26px; } }
main .logistica .proposta .box-texto .bt-padrao {
  width: 310px;
  float: none; }
@media only screen and (max-width: 575px) {
  main .logistica .proposta .box-texto .bt-padrao {
    width: 90%; } }
main .box-transporte {
  clear: both;
  position: relative; }
main .box-transporte:before {
  content: "";
  display: block;
  width: 294px;
  height: 217px;
  background: url("../images/img-desenhos-transporte.png") no-repeat 0 0;
  pointer-events: none;
  position: absolute;
  top: -160px;
  right: 0; }
@media only screen and (max-width: 767px) {
  main .box-transporte:before {
    width: 180px;
    height: 150px;
    top: -60px;
    -webkit-background-size: 180px;
    -o-background-size: 180px;
    background-size: 180px; } }
@media only screen and (max-width: 575px) {
  main .box-transporte:before {
    width: 110px;
    height: 90px;
    -webkit-background-size: 110px;
    -o-background-size: 110px;
    background-size: 110px; } }
main .box-transporte .carga-emergencial {
  position: relative;
  margin-bottom: 120px;
  float: left;
  width: 100%; }
@media only screen and (max-width: 767px) {
  main .box-transporte .carga-emergencial {
    margin-bottom: 40px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
main .box-transporte .carga-emergencial .img-carga-emergencial {
  width: 42%;
  height: 490px;
  background: url("../images/img-img-carga-emergencial.jpg") no-repeat left center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 2; }
@media only screen and (max-width: 767px) {
  main .box-transporte .carga-emergencial .img-carga-emergencial {
    width: 92%;
    height: 380px;
    margin: 0 0 50px;
    position: relative;
    top: 0;
    right: -8%;
    left: inherit;
    float: right; } }
@media only screen and (max-width: 575px) {
  main .box-transporte .carga-emergencial .img-carga-emergencial {
    height: 260px; } }
@media only screen and (max-width: 420px) {
  main .box-transporte .carga-emergencial .img-carga-emergencial {
    height: 220px; } }
main .box-transporte .carga-emergencial .box-carga-emergencial {
  float: right;
  width: 52%;
  height: 490px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
@media only screen and (max-width: 767px) {
  main .box-transporte .carga-emergencial .box-carga-emergencial {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 30px;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1; } }
main .box-transporte .carga-emergencial .box-carga-emergencial .titulo-box {
  margin-bottom: 60px;
  position: relative; }
@media only screen and (max-width: 767px) {
  main .box-transporte .carga-emergencial .box-carga-emergencial .titulo-box {
    margin-bottom: 40px;
    padding-left: 30px; } }
main .box-transporte .carga-emergencial .box-carga-emergencial .titulo-box i {
  position: absolute;
  left: -20px;
  top: -46px;
  width: 80px;
  height: 130px;
  z-index: -1; }
@media only screen and (max-width: 767px) {
  main .box-transporte .carga-emergencial .box-carga-emergencial .titulo-box i {
    left: 10px;
    top: -30px;
    width: 50px;
    height: 80px; }
  main .box-transporte .carga-emergencial .box-carga-emergencial .titulo-box i img {
    width: 50px; } }
main .box-transporte .carga-emergencial .box-carga-emergencial .box-texto {
  margin-bottom: 50px; }
main .box-transporte .carga-emergencial .box-carga-emergencial .box-texto p {
  line-height: 32px; }
@media only screen and (max-width: 767px) {
  main .box-transporte .carga-emergencial .box-carga-emergencial .box-texto p {
    line-height: 26px; } }
main .box-transporte .carga-emergencial .box-carga-emergencial .bt-padrao {
  margin: 0;
  float: left; }
@media only screen and (max-width: 767px) {
  main .box-transporte .carga-emergencial .box-carga-emergencial .bt-padrao {
    float: none;
    margin: 0 auto;
    width: 310px; } }
@media only screen and (max-width: 575px) {
  main .box-transporte .carga-emergencial .box-carga-emergencial .bt-padrao {
    width: 90%;
    max-width: 100%; } }
main .box-transporte .varejo {
  clear: both;
  float: left;
  width: 100%; }
@media only screen and (max-width: 767px) {
  main .box-transporte .varejo {
    background: #f1f2f2;
    padding-bottom: 40px;
    margin-bottom: 100px; } }
main .box-transporte .varejo .container {
  position: relative; }
main .box-transporte .varejo .container:before {
  content: "";
  display: block;
  width: 358px;
  height: 481px;
  background: url("../images/img-desenhos-sobre.png") no-repeat 0;
  pointer-events: none;
  position: absolute;
  bottom: 150px;
  left: -140px;
  z-index: 0; }
@media only screen and (max-width: 767px) {
  main .box-transporte .varejo .container:before {
    display: none; } }
main .box-transporte .varejo .box-varejo {
  width: 80%;
  margin-top: 120px;
  background: #f1f2f2;
  overflow: hidden;
  padding: 80px 0;
  padding-left: 80px;
  position: relative;
  z-index: 0; }
@media only screen and (max-width: 1360px) {
  main .box-transporte .varejo .box-varejo {
    padding-left: 50px; } }
@media only screen and (max-width: 767px) {
  main .box-transporte .varejo .box-varejo {
    width: 100%;
    margin-top: 0px;
    padding: 65px 0; } }
main .box-transporte .varejo .box-varejo .texto-varejo {
  max-width: 620px; }
@media only screen and (max-width: 1660px) {
  main .box-transporte .varejo .box-varejo .texto-varejo {
    width: 58%; } }
@media only screen and (max-width: 1360px) {
  main .box-transporte .varejo .box-varejo .texto-varejo {
    width: 52%; } }
@media only screen and (max-width: 767px) {
  main .box-transporte .varejo .box-varejo .texto-varejo {
    width: 100%; } }
main .box-transporte .varejo .box-varejo .texto-varejo .titulo-box {
  margin-bottom: 40px;
  position: relative;
  max-width: 480px; }
@media only screen and (max-width: 767px) {
  main .box-transporte .varejo .box-varejo .texto-varejo .titulo-box {
    margin-bottom: 40px;
    padding-left: 30px; } }
main .box-transporte .varejo .box-varejo .texto-varejo .titulo-box i {
  position: absolute;
  left: -20px;
  top: -60px;
  width: 80px;
  height: 130px;
  z-index: -1; }
@media only screen and (max-width: 767px) {
  main .box-transporte .varejo .box-varejo .texto-varejo .titulo-box i {
    left: 10px;
    top: -30px;
    width: 50px;
    height: 80px; }
  main .box-transporte .varejo .box-varejo .texto-varejo .titulo-box i img {
    width: 50px; } }
main .box-transporte .varejo .box-varejo .texto-varejo .box-texto {
  margin-bottom: 50px; }
main .box-transporte .varejo .box-varejo .texto-varejo .box-texto p {
  line-height: 32px; }
@media only screen and (max-width: 767px) {
  main .box-transporte .varejo .box-varejo .texto-varejo .box-texto p {
    line-height: 26px; } }
main .box-transporte .varejo .box-varejo .texto-varejo .bt-padrao {
  margin: 0;
  float: left; }
@media only screen and (max-width: 767px) {
  main .box-transporte .varejo .box-varejo .texto-varejo .bt-padrao {
    float: none;
    margin: 0 auto;
    width: 310px; } }
@media only screen and (max-width: 575px) {
  main .box-transporte .varejo .box-varejo .texto-varejo .bt-padrao {
    width: 90%;
    max-width: 100%; } }
main .box-transporte .varejo .img-varejo {
  position: absolute;
  top: -120px;
  right: 0; }
@media only screen and (max-width: 1200px) {
  main .box-transporte .varejo .img-varejo {
    top: -40px;
    width: 48%; }
  main .box-transporte .varejo .img-varejo img {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  main .box-transporte .varejo .img-varejo {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin-bottom: -140px; } }
main .box-transporte .carga-quimica {
  clear: both;
  float: left;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px; }
@media only screen and (max-width: 767px) {
  main .box-transporte .carga-quimica {
    padding: 60px 0; } }
main .box-transporte .carga-quimica .d-flex {
  -webkit-align-items: center;
  align-items: center;
  position: relative; }
@media only screen and (max-width: 767px) {
  main .box-transporte .carga-quimica .d-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
@media only screen and (max-width: 1200px) {
  main .box-transporte .carga-quimica .img-carga-quimica {
    width: 500px; }
  main .box-transporte .carga-quimica .img-carga-quimica img {
    width: 100%; } }
@media only screen and (max-width: 992px) {
  main .box-transporte .carga-quimica .img-carga-quimica {
    width: 420px; } }
@media only screen and (max-width: 767px) {
  main .box-transporte .carga-quimica .img-carga-quimica {
    width: 100%;
    -webkit-order: 4;
    -ms-order: 4;
    order: 4; } }
main .box-transporte .carga-quimica .box-carga-quimica {
  padding-left: 100px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
@media only screen and (max-width: 1360px) {
  main .box-transporte .carga-quimica .box-carga-quimica {
    padding-left: 60px; } }
@media only screen and (max-width: 767px) {
  main .box-transporte .carga-quimica .box-carga-quimica {
    padding-left: 0;
    margin-bottom: 50px;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1; } }
main .box-transporte .carga-quimica .box-carga-quimica .titulo-box {
  max-width: 550px;
  margin-bottom: 30px;
  position: relative; }
@media only screen and (max-width: 767px) {
  main .box-transporte .carga-quimica .box-carga-quimica .titulo-box {
    margin-bottom: 40px;
    padding-left: 30px; } }
main .box-transporte .carga-quimica .box-carga-quimica .titulo-box i {
  position: absolute;
  left: -20px;
  top: -60px;
  width: 80px;
  height: 130px;
  z-index: -1; }
@media only screen and (max-width: 767px) {
  main .box-transporte .carga-quimica .box-carga-quimica .titulo-box i {
    left: 10px;
    top: -30px;
    width: 50px;
    height: 80px; }
  main .box-transporte .carga-quimica .box-carga-quimica .titulo-box i img {
    width: 50px; } }
main .box-transporte .carga-quimica .box-carga-quimica .box-texto {
  margin-bottom: 50px; }
main .box-transporte .carga-quimica .box-carga-quimica .box-texto p {
  line-height: 32px; }
@media only screen and (max-width: 767px) {
  main .box-transporte .carga-quimica .box-carga-quimica .box-texto p {
    line-height: 26px; } }
main .box-transporte .carga-quimica .box-carga-quimica .bt-padrao {
  margin: 0;
  float: left; }
@media only screen and (max-width: 767px) {
  main .box-transporte .carga-quimica .box-carga-quimica .bt-padrao {
    float: none;
    margin: 0 auto;
    width: 310px; } }
@media only screen and (max-width: 575px) {
  main .box-transporte .carga-quimica .box-carga-quimica .bt-padrao {
    width: 90%;
    max-width: 100%; } }
main .box-transporte .montadoras {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 180px;
  position: relative;
  z-index: 0; }
@media only screen and (max-width: 767px) {
  main .box-transporte .montadoras {
    margin-bottom: -10px;
    padding-bottom: 60px;
    background: #f1f2f2; } }
main .box-transporte .montadoras .container {
  position: relative; }
main .box-transporte .montadoras .container:before {
  content: "";
  display: block;
  width: 358px;
  height: 481px;
  background: url("../images/img-desenhos-sobre.png") no-repeat 0;
  pointer-events: none;
  position: absolute;
  top: -50px;
  right: -120px;
  z-index: 0; }
@media only screen and (max-width: 767px) {
  main .box-transporte .montadoras .container:before {
    display: none; } }
main .box-transporte .montadoras .box-montadoras {
  width: 90%;
  float: left;
  background: #f1f2f2;
  padding: 80px 0;
  padding-left: 90px;
  position: relative;
  z-index: 0; }
@media only screen and (max-width: 1360px) {
  main .box-transporte .montadoras .box-montadoras {
    padding-left: 50px; } }
@media only screen and (max-width: 767px) {
  main .box-transporte .montadoras .box-montadoras {
    padding-left: 0;
    width: 100%;
    padding: 60px 0; } }
main .box-transporte .montadoras .box-montadoras:before {
  content: "";
  display: block;
  background: #f1f2f2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0; }
main .box-transporte .montadoras .box-montadoras .texto-montadoras {
  max-width: 650px; }
@media only screen and (max-width: 1660px) {
  main .box-transporte .montadoras .box-montadoras .texto-montadoras {
    width: 58%; } }
@media only screen and (max-width: 1360px) {
  main .box-transporte .montadoras .box-montadoras .texto-montadoras {
    width: 52%; } }
@media only screen and (max-width: 767px) {
  main .box-transporte .montadoras .box-montadoras .texto-montadoras {
    width: 100%; } }
main .box-transporte .montadoras .box-montadoras .texto-montadoras .titulo-box {
  margin-bottom: 50px;
  position: relative; }
@media only screen and (max-width: 767px) {
  main .box-transporte .montadoras .box-montadoras .texto-montadoras .titulo-box {
    margin-bottom: 40px;
    padding-left: 30px; } }
main .box-transporte .montadoras .box-montadoras .texto-montadoras .titulo-box i {
  position: absolute;
  left: -20px;
  top: -46px;
  width: 80px;
  height: 130px;
  z-index: -1; }
@media only screen and (max-width: 767px) {
  main .box-transporte .montadoras .box-montadoras .texto-montadoras .titulo-box i {
    left: 10px;
    top: -30px;
    width: 50px;
    height: 80px; }
  main .box-transporte .montadoras .box-montadoras .texto-montadoras .titulo-box i img {
    width: 50px; } }
main .box-transporte .montadoras .box-montadoras .texto-montadoras .box-texto {
  margin-bottom: 50px; }
main .box-transporte .montadoras .box-montadoras .texto-montadoras .box-texto p {
  line-height: 32px; }
@media only screen and (max-width: 767px) {
  main .box-transporte .montadoras .box-montadoras .texto-montadoras .box-texto p {
    line-height: 26px; } }
main .box-transporte .montadoras .box-montadoras .texto-montadoras .bt-padrao {
  margin: 0;
  float: left; }
@media only screen and (max-width: 767px) {
  main .box-transporte .montadoras .box-montadoras .texto-montadoras .bt-padrao {
    float: none;
    margin: 0 auto;
    width: 310px; } }
@media only screen and (max-width: 575px) {
  main .box-transporte .montadoras .box-montadoras .texto-montadoras .bt-padrao {
    width: 90%;
    max-width: 100%; } }
main .box-transporte .montadoras .img-montadoras {
  position: absolute;
  top: 150px;
  right: 0; }
@media only screen and (max-width: 1200px) {
  main .box-transporte .montadoras .img-montadoras {
    top: 80px;
    width: 48%; }
  main .box-transporte .montadoras .img-montadoras img {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  main .box-transporte .montadoras .img-montadoras {
    position: relative;
    top: 0;
    width: 100%; } }
main .sustentabilidade {
  margin-bottom: 110px;
  position: relative; }
@media only screen and (max-width: 767px) {
  main .sustentabilidade {
    margin-bottom: 40px; } }
main .sustentabilidade:before {
  content: "";
  display: block;
  width: 238px;
  height: 481px;
  background: url("../images/img-desenhos-sustentabilidade.png") no-repeat 0 0;
  pointer-events: none;
  position: absolute;
  bottom: -60px;
  left: 0;
  margin: 0 auto; }
@media only screen and (max-width: 767px) {
  main .sustentabilidade:before {
    display: none; } }
@media only screen and (max-width: 767px) {
  main .sustentabilidade .container {
    padding: 0; } }
main .sustentabilidade .box-sustentabilidade {
  margin-top: 70px;
  position: relative;
  z-index: -1; }
@media only screen and (max-width: 767px) {
  main .sustentabilidade .box-sustentabilidade {
    background: #f1f2f2;
    margin-top: 90px; } }
@media only screen and (max-width: 767px) {
  main .sustentabilidade .box-sustentabilidade .d-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
main .sustentabilidade .box-sustentabilidade .d-flex .img-sustentabilidade {
  position: relative;
  z-index: 3; }
@media only screen and (max-width: 1360px) {
  main .sustentabilidade .box-sustentabilidade .d-flex .img-sustentabilidade {
    width: 50%; }
  main .sustentabilidade .box-sustentabilidade .d-flex .img-sustentabilidade img {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  main .sustentabilidade .box-sustentabilidade .d-flex .img-sustentabilidade {
    width: 92%;
    margin: 0;
    float: left;
    margin-top: -40px; } }
main .sustentabilidade .box-sustentabilidade .d-flex .texto-sustentabilidade {
  background: #f1f2f2;
  padding: 0px 60px;
  position: absolute;
  width: 90%;
  height: 100%;
  right: 0;
  top: 120px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
@media only screen and (max-width: 767px) {
  main .sustentabilidade .box-sustentabilidade .d-flex .texto-sustentabilidade {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    padding: 0px 0px; } }
main .sustentabilidade .box-sustentabilidade .d-flex .texto-sustentabilidade .box-texto {
  float: right; }
@media only screen and (max-width: 1360px) {
  main .sustentabilidade .box-sustentabilidade .d-flex .texto-sustentabilidade .box-texto {
    width: 52%; } }
@media only screen and (max-width: 767px) {
  main .sustentabilidade .box-sustentabilidade .d-flex .texto-sustentabilidade .box-texto {
    width: 85%;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
    float: none; } }
main .sustentabilidade .box-sustentabilidade .d-flex .texto-sustentabilidade .box-texto .tit-bravo {
  color: #d92424;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px; }
main .sustentabilidade .box-sustentabilidade .d-flex .texto-sustentabilidade .box-texto p {
  line-height: 32px;
  max-width: 490px; }
@media only screen and (max-width: 767px) {
  main .sustentabilidade .box-sustentabilidade .d-flex .texto-sustentabilidade .box-texto p {
    max-width: 100%;
    text-align: center;
    line-height: 26px; } }
main .bravo-natureza {
  padding: 100px 0; }
@media only screen and (max-width: 767px) {
  main .bravo-natureza {
    padding: 20px 0;
    position: relative; } }
main .bravo-natureza:before {
  content: "";
  display: none;
  background: url(../images/img-desenhos-servico.png) no-repeat top right;
  pointer-events: none;
  position: absolute;
  z-index: -2; }
@media only screen and (max-width: 767px) {
  main .bravo-natureza:before {
    display: block;
    width: 170px;
    height: 381px;
    top: -190px;
    right: 0px;
    -webkit-background-size: 220px;
    -o-background-size: 220px;
    background-size: 220px; } }
@media only screen and (max-width: 575px) {
  main .bravo-natureza:before {
    width: 130px;
    height: 240px;
    top: -150px;
    right: 0px;
    -webkit-background-size: 170px;
    -o-background-size: 170px;
    background-size: 170px; } }
main .bravo-natureza .titulo-box {
  text-align: center; }
main .bravo-natureza .lista-natureza {
  margin-top: 70px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media only screen and (max-width: 767px) {
  main .bravo-natureza .lista-natureza {
    width: 90%;
    margin: 60px auto 0px; } }
main .bravo-natureza .lista-natureza li {
  width: 50%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px; }
@media only screen and (max-width: 767px) {
  main .bravo-natureza .lista-natureza li {
    width: 100%; } }
main .bravo-natureza .lista-natureza li i {
  margin-right: 35px; }
@media only screen and (max-width: 767px) {
  main .bravo-natureza .lista-natureza li i {
    margin-right: 20px; }
  main .bravo-natureza .lista-natureza li i img {
    width: 60px; } }
main .bravo-natureza .lista-natureza li p {
  line-height: 32px;
  max-width: 370px; }
@media only screen and (max-width: 992px) {
  main .bravo-natureza .lista-natureza li p {
    padding-right: 30px; } }
@media only screen and (max-width: 767px) {
  main .bravo-natureza .lista-natureza li p {
    padding-right: 0;
    max-width: 90%;
    line-height: 26px; } }
main .projeto-social {
  position: relative; }
main .projeto-social:before {
  content: "";
  display: block;
  width: 284px;
  height: 481px;
  background: url("../images/img-desenhos-projeto-social.png") no-repeat 0;
  pointer-events: none;
  position: absolute;
  bottom: -80px;
  right: 0px;
  z-index: 1; }
@media only screen and (max-width: 767px) {
  main .projeto-social:before {
    display: none; } }
main .projeto-social .box-projeto {
  margin-top: 70px;
  background: #4d4d4f;
  position: relative; }
@media only screen and (max-width: 992px) {
  main .projeto-social .box-projeto {
    padding-bottom: 20px; } }
@media only screen and (max-width: 767px) {
  main .projeto-social .box-projeto {
    margin-top: 90px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
@media only screen and (max-width: 767px) {
  main .projeto-social .box-projeto .container {
    -webkit-order: 4;
    -ms-order: 4;
    order: 4; } }
main .projeto-social .box-projeto .texto-projeto {
  padding: 120px 0;
  position: relative;
  color: #FFF; }
@media only screen and (max-width: 992px) {
  main .projeto-social .box-projeto .texto-projeto {
    padding: 60px 0;
    width: 90%;
    margin: 0 auto;
    text-align: center; } }
@media only screen and (max-width: 992px) {
  main .projeto-social .box-projeto .texto-projeto {
    padding: 0px 0 20px; } }
main .projeto-social .box-projeto .texto-projeto:before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 0; }
@media only screen and (max-width: 992px) {
  main .projeto-social .box-projeto .texto-projeto:before {
    display: none; } }
main .projeto-social .box-projeto .texto-projeto .tit-justa-causa {
  font-size: 36px;
  margin-bottom: 40px; }
@media only screen and (max-width: 992px) {
  main .projeto-social .box-projeto .texto-projeto .tit-justa-causa {
    font-size: 30px;
    margin-bottom: 25px; } }
@media only screen and (max-width: 992px) {
  main .projeto-social .box-projeto .texto-projeto .tit-justa-causa {
    font-size: 26px;
    line-height: 32px; } }
main .projeto-social .box-projeto .texto-projeto p {
  max-width: 750px;
  margin-bottom: 35px;
  line-height: 32px; }
@media only screen and (max-width: 1360px) {
  main .projeto-social .box-projeto .texto-projeto p {
    width: 56%; } }
@media only screen and (max-width: 992px) {
  main .projeto-social .box-projeto .texto-projeto p {
    width: 100%;
    margin: 0 auto; } }
@media only screen and (max-width: 767px) {
  main .projeto-social .box-projeto .texto-projeto p {
    line-height: 26px; } }
main .projeto-social .box-projeto .texto-projeto p:last-child {
  margin-bottom: 0; }
main .projeto-social .box-projeto .box-img-projeto {
  width: 40%;
  height: 510px;
  background: url("../images/img-img-projeto-social.jpg") no-repeat right center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  top: -155px;
  right: 0;
  z-index: 2; }
@media only screen and (max-width: 1360px) {
  main .projeto-social .box-projeto .box-img-projeto {
    top: -70px;
    height: 450px; } }
@media only screen and (max-width: 992px) {
  main .projeto-social .box-projeto .box-img-projeto {
    width: 85%;
    height: 400px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (max-width: 767px) {
  main .projeto-social .box-projeto .box-img-projeto {
    width: 92%;
    height: 280px;
    position: relative;
    top: -40px;
    left: inherit;
    right: -8%;
    margin: 0;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1; } }
@media only screen and (max-width: 420px) {
  main .projeto-social .box-projeto .box-img-projeto {
    height: 250px; } }
main .justa-causa {
  display: none;
  float: left;
  width: 100%;
  padding-bottom: 100px;
  position: relative; }
main .justa-causa:before {
  content: "";
  display: none;
  background: url(../images/img-desenhos-servico.png) no-repeat top right;
  pointer-events: none;
  position: absolute;
  z-index: -2; }
@media only screen and (max-width: 767px) {
  main .justa-causa:before {
    display: block;
    width: 170px;
    height: 381px;
    top: -190px;
    right: 0px;
    -webkit-background-size: 220px;
    -o-background-size: 220px;
    background-size: 220px; } }
@media only screen and (max-width: 575px) {
  main .justa-causa:before {
    width: 130px;
    height: 240px;
    top: -150px;
    right: 0px;
    -webkit-background-size: 170px;
    -o-background-size: 170px;
    background-size: 170px; } }
main .justa-causa .img-justa-causa {
  margin: 90px auto 50px;
  text-align: center; }
@media only screen and (max-width: 992px) {
  main .justa-causa .img-justa-causa {
    width: 300px; }
  main .justa-causa .img-justa-causa img {
    width: 100%; } }
@media only screen and (max-width: 575px) {
  main .justa-causa .img-justa-causa {
    width: 250px;
    margin: 60px auto 40px; } }
main .justa-causa .box-texto {
  max-width: 850px;
  text-align: center;
  margin: 0 auto; }
main .justa-causa .box-texto p {
  font-size: 30px; }
@media only screen and (max-width: 1200px) {
  main .justa-causa .box-texto p {
    font-size: 26px; } }
@media only screen and (max-width: 767px) {
  main .justa-causa .box-texto p {
    font-size: 22px; } }
main .justa-causa .bt-padrao {
  max-width: 430px;
  margin: 40px auto 0;
  float: none; }
main .abuso-sexual {
  float: left;
  width: 100%;
  padding-bottom: 100px;
  position: relative; }
main .abuso-sexual:before {
  content: "";
  display: block;
  width: 358px;
  height: 481px;
  background: url("../images/img-desenhos-topo.png") no-repeat 0;
  pointer-events: none;
  position: absolute;
  bottom: 50px;
  left: 295px;
  z-index: -1; }
@media only screen and (max-width: 767px) {
  main .abuso-sexual:before {
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 280px;
    height: 390px;
    -webkit-background-size: 300px;
    -o-background-size: 300px;
    background-size: 300px; } }
main .abuso-sexual .box-abuso {
  width: 100%;
  position: relative;
  margin: 150px auto 220px; }
@media only screen and (max-width: 767px) {
  main .abuso-sexual .box-abuso {
    margin: 70px auto 100px; } }
main .abuso-sexual .box-abuso .img-abuso {
  width: 52%; }
main .abuso-sexual .box-abuso .img-abuso img {
  width: 100%; }
@media only screen and (max-width: 1360px) {
  main .abuso-sexual .box-abuso .img-abuso {
    width: 48%; } }
@media only screen and (max-width: 767px) {
  main .abuso-sexual .box-abuso .img-abuso {
    width: 100%;
    text-align: center; }
  main .abuso-sexual .box-abuso .img-abuso img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px; } }
main .abuso-sexual .box-abuso .box-texto {
  background: #f1f2f2;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  left: 100px;
  width: calc(100% - 100px);
  height: 450px;
  z-index: -1; }
@media only screen and (max-width: 1360px) {
  main .abuso-sexual .box-abuso .box-texto {
    height: 360px; } }
@media only screen and (max-width: 767px) {
  main .abuso-sexual .box-abuso .box-texto {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
    padding: 40px; } }
main .abuso-sexual .box-abuso .box-texto .campo-text {
  width: 52%;
  float: right;
  padding: 90px 40px 30px; }
@media only screen and (max-width: 1360px) {
  main .abuso-sexual .box-abuso .box-texto .campo-text {
    width: 56%; } }
@media only screen and (max-width: 1200px) {
  main .abuso-sexual .box-abuso .box-texto .campo-text {
    padding: 70px 30px 20px; } }
@media only screen and (max-width: 767px) {
  main .abuso-sexual .box-abuso .box-texto .campo-text {
    width: 100%;
    height: auto;
    float: none;
    padding: 0; } }
main .abuso-sexual .box-abuso .box-texto .campo-text .tit-abuso {
  font-size: 35px;
  font-weight: 600;
  color: #d92424;
  line-height: 120%;
  margin-bottom: 20px; }
main .abuso-sexual .box-abuso .box-texto .campo-text p {
  font-size: 20px; }
main .abuso-sexual .box-abuso .box-texto .selo {
  position: absolute;
  top: -130px;
  right: 10px;
  width: 210px;
  height: 188px; }
main .abuso-sexual .box-abuso .box-texto .selo img {
  width: 210px; }
@media only screen and (max-width: 1360px) {
  main .abuso-sexual .box-abuso .box-texto .selo {
    top: -120px;
    width: 180px;
    height: 168px; }
  main .abuso-sexual .box-abuso .box-texto .selo img {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  main .abuso-sexual .box-abuso .box-texto .selo {
    right: 0;
    left: 0;
    top: 0;
    margin: 30px auto 0;
    z-index: 4;
    position: relative; } }
main .abuso-sexual .box-abuso .bt-padrao {
  max-width: 430px;
  margin: 40px auto 0;
  float: none; }
main .acompanhar-entrega .box-texto {
  max-width: 910px;
  text-align: center;
  margin: 0 auto 50px; }
main .acompanhar-entrega .box-texto-rastreamento {
  width: 45%;
  padding-left: 0px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 767px) {
  main .acompanhar-entrega .box-texto-rastreamento {
    width: 100%;
    -webkit-align-items: center;
    align-items: center; } }
main .acompanhar-entrega .box-texto-rastreamento .box-form {
  margin: 0 0 20px; }
@media only screen and (max-width: 767px) {
  main .acompanhar-entrega .box-texto-rastreamento .box-form {
    width: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; } }
main .acompanhar-entrega .box-texto-rastreamento .box-form input[type="text"] {
  width: 360px;
  height: 65px;
  padding: 10px 20px;
  border: 1px solid #343434; }
main .acompanhar-entrega .box-texto-rastreamento .box-form input[type="text"]:focus {
  background-color: #f3f3f3;
  border: 2px solid #d92424; }
@media only screen and (max-width: 767px) {
  main .acompanhar-entrega .box-texto-rastreamento .box-form input[type="text"] {
    width: 90%;
    max-width: 100%; } }
main .acompanhar-entrega .box-texto-rastreamento .box-form ::-webkit-input-placeholder {
  color: #525252; }
main .acompanhar-entrega .box-texto-rastreamento .box-form :-moz-placeholder {
  color: #525252; }
main .acompanhar-entrega .box-texto-rastreamento .box-form ::-moz-placeholder {
  color: #525252; }
main .acompanhar-entrega .box-texto-rastreamento .box-form :-ms-input-placeholder {
  color: #525252; }
main .acompanhar-entrega .box-texto-rastreamento .bt-padrao {
  width: 360px;
  margin: 0 0px; }
@media only screen and (max-width: 767px) {
  main .acompanhar-entrega .box-texto-rastreamento .bt-padrao {
    max-width: 100%;
    width: 90%; } }
main .acompanhar-entrega .img-rastreamento-mob {
  display: none; }
@media only screen and (max-width: 767px) {
  main .acompanhar-entrega .img-rastreamento-mob {
    display: block;
    width: 100%;
    margin: 30px auto 20px; }
  main .acompanhar-entrega .img-rastreamento-mob img {
    width: 100%; } }
main .acompanhar-entrega .img-rastreamento {
  width: 55%;
  height: 400px;
  position: relative;
  pointer-events: none; }
@media only screen and (max-width: 767px) {
  main .acompanhar-entrega .img-rastreamento {
    display: none; } }
main .acompanhar-entrega .img-rastreamento .bg-rastreamento img {
  width: 100%;
  max-width: 800px;
  position: absolute;
  top: -40px;
  right: -80px; }
main .acompanhar-entrega .img-rastreamento .img-caminhao {
  position: absolute;
  top: 120px;
  left: 145px;
  opacity: 0;
  animation-name: caminhao;
  animation-duration: 8s;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: normal; }
@keyframes caminhao {
  0% {
    opacity: 0;
    top: 120px;
    left: 145px; }
  10% {
    opacity: 0;
    top: 120px;
    left: 145px; }
  20% {
    opacity: 1;
    top: 120px;
    left: 145px; }
  80% {
    opacity: 1;
    top: 30px;
    left: 385px; }
  90% {
    opacity: 0;
    top: 30px;
    left: 385px; }
  100% {
    opacity: 0;
    top: 30px;
    left: 385px; } }
main .politica-qualidade .box-politica {
  margin-top: 80px;
  display: flex; }
@media only screen and (max-width: 767px) {
  main .politica-qualidade .box-politica {
    margin-top: 50px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
@media only screen and (max-width: 992px) {
  main .politica-qualidade .box-politica .box-img-politica {
    width: 50%; }
  main .politica-qualidade .box-politica .box-img-politica img {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  main .politica-qualidade .box-politica .box-img-politica {
    margin: auto;
    width: 100%;
    max-width: 300px; } }
main .politica-qualidade .box-politica .box-texto-politica {
  position: relative; }
main .politica-qualidade .box-politica .box-texto-politica:before {
  content: "";
  display: block;
  width: 358px;
  height: 481px;
  background: url("../images/img-desenhos-topo.png") no-repeat 0;
  pointer-events: none;
  position: absolute;
  top: 40px;
  right: -260px;
  z-index: 0; }
main .politica-qualidade .box-politica .box-texto-politica .box-texto-1 {
  padding: 30px 30px 60px 80px;
  float: left;
  max-width: 670px; }
@media only screen and (max-width: 1200px) {
  main .politica-qualidade .box-politica .box-texto-politica .box-texto-1 {
    padding-left: 30px; } }
@media only screen and (max-width: 767px) {
  main .politica-qualidade .box-politica .box-texto-politica .box-texto-1 {
    padding: 30px 30px;
    float: none;
    max-width: 100%;
    margin: 0 auto;
    text-align: center; } }
main .politica-qualidade .box-politica .box-texto-politica .box-texto-1 p {
  margin-bottom: 40px;
  line-height: 32px; }
@media only screen and (max-width: 767px) {
  main .politica-qualidade .box-politica .box-texto-politica .box-texto-1 p {
    line-height: 26px; } }
main .politica-qualidade .box-politica .box-texto-politica .box-texto-1 .bt-padrao {
  margin: 0 auto 30px;
  float: none; }
@media only screen and (max-width: 767px) {
  main .politica-qualidade .box-politica .box-texto-politica .box-texto-1 .bt-padrao button {
    margin: 0 auto;
    float: none; } }
main .politica-qualidade .box-politica .box-texto-politica .box-organizacao {
  height: 360px;
  clear: both;
  padding-left: 80px;
  padding-right: 30px;
  background: #f1f2f2;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative; }
@media only screen and (max-width: 1200px) {
  main .politica-qualidade .box-politica .box-texto-politica .box-organizacao {
    padding-left: 30px; } }
@media only screen and (max-width: 767px) {
  main .politica-qualidade .box-politica .box-texto-politica .box-organizacao {
    height: auto;
    padding: 30px;
    text-align: center; } }
main .politica-qualidade .box-politica .box-texto-politica .box-organizacao:before {
  content: "";
  display: block;
  background: #f1f2f2;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -60%;
  z-index: -1; }
@media only screen and (max-width: 767px) {
  main .politica-qualidade .box-politica .box-texto-politica .box-organizacao:after {
    content: "";
    display: block;
    background: #f1f2f2;
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -60%;
    z-index: 0; } }
main .politica-qualidade .box-politica .box-texto-politica .box-organizacao p {
  max-width: 520px;
  line-height: 32px; }
@media only screen and (max-width: 767px) {
  main .politica-qualidade .box-politica .box-texto-politica .box-organizacao p {
    max-width: 100%;
    line-height: 26px; } }
main .box-bravo-transportes {
  clear: both;
  padding: 100px 0 140px; }
@media only screen and (max-width: 767px) {
  main .box-bravo-transportes {
    padding: 60px 0; } }
main .box-bravo-transportes .box-texto {
  margin-bottom: 50px; }
main .box-bravo-transportes .box-texto p {
  text-align: center;
  padding: 0 55px;
  line-height: 32px;
  font-size: 25px; }
@media only screen and (max-width: 767px) {
  main .box-bravo-transportes .box-texto p {
    font-size: 22px;
    line-height: 30px; } }
main .box-bravo-transportes .bt-padrao {
  width: 320px;
  float: none;
  margin: 0 auto; }
main.page-contato .topo-pagina .barra-topo-contato {
  height: 360px;
  margin-bottom: 0px;
  background: #d92424;
  position: relative; }
@media only screen and (max-width: 767px) {
  main.page-contato .topo-pagina .barra-topo-contato {
    display: none; } }
main.page-contato .topo-pagina .barra-topo-contato:before {
  content: "";
  display: block;
  width: 235px;
  height: 481px;
  background: url("../images/img-desenhos-topo-contato-direiro.png") no-repeat 0;
  pointer-events: none;
  position: absolute;
  top: -160px;
  right: 0px;
  z-index: 9; }
main.page-contato .topo-pagina .barra-topo-contato .box-texto-topo {
  position: relative;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center; }
main.page-contato .topo-pagina .barra-topo-contato .box-texto-topo:before {
  content: "";
  display: block;
  width: 358px;
  height: 481px;
  background: url("../images/img-desenhos-topo-contato.png") no-repeat 0;
  pointer-events: none;
  position: absolute;
  top: 20px;
  left: -170px;
  z-index: 2; }
main.page-contato .topo-pagina .barra-topo-contato .box-texto-topo h3 {
  max-width: 850px;
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  font-family: "Boxley", sans-serif;
  margin: 0 0 10px;
  text-align: left;
  text-transform: uppercase; }
@media only screen and (max-width: 1200px) {
  main.page-contato .topo-pagina .barra-topo-contato .box-texto-topo h3 {
    font-size: 26px; } }
@media only screen and (max-width: 767px) {
  main.page-contato .topo-pagina .barra-topo-contato .box-texto-topo h3 {
    font-size: 22px; } }
main.page-contato .topo-pagina .barra-topo-contato .box-texto-topo p {
  line-height: 32px;
  color: #FFF;
  text-align: left; }
@media only screen and (max-width: 767px) {
  main.page-contato .topo-pagina .barra-topo-contato .box-texto-topo p {
    line-height: 26px; } }
main.page-contato .contato {
  position: relative; }
main.page-contato .contato .box-contato {
  max-width: 850px;
  width: 55%;
  padding-right: 0;
  margin-bottom: 40px; }
@media only screen and (max-width: 767px) {
  main.page-contato .contato .box-contato {
    max-width: 100%;
    width: 90%;
    margin: 0 auto; } }
main.page-contato .contato .box-contato p {
  max-width: 550px;
  line-height: 32px;
  margin-top: 65px;
  margin-bottom: 50px; }
@media only screen and (max-width: 767px) {
  main.page-contato .contato .box-contato p {
    line-height: 26px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px; } }
@media only screen and (max-width: 767px) {
  main.page-contato .contato .box-contato .box-form .linha {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start; } }
@media only screen and (max-width: 767px) {
  main.page-contato .contato .box-contato .box-form .linha .wpcf7-form-control-wrap {
    width: 100%; } }
main.page-contato .contato .img-contato {
  width: 43%;
  height: 770px;
  background: url("../images/img-img-contato.jpg") no-repeat right center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  top: -155px;
  right: 0; }
@media only screen and (max-width: 992px) {
  main.page-contato .contato .img-contato {
    height: 550px; } }
@media only screen and (max-width: 767px) {
  main.page-contato .contato .img-contato {
    display: none; } }
main.page-contato .abrangencia {
  background: #343434;
  color: #FFF;
  position: relative; }
@media only screen and (max-width: 767px) {
  main.page-contato .abrangencia {
    margin-top: 30px; } }
main.page-contato .abrangencia:before {
  content: "";
  display: block;
  width: 322px;
  height: 406px;
  background: url("../images/img-desenhos-abrangencia.png") no-repeat right center;
  pointer-events: none;
  position: absolute;
  bottom: 50px;
  right: 0px;
  z-index: 2; }
@media only screen and (max-width: 767px) {
  main.page-contato .abrangencia:before {
    display: none; } }
main.page-contato .abrangencia .d-flex {
  position: relative; }
@media only screen and (max-width: 767px) {
  main.page-contato .abrangencia .d-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
main.page-contato .abrangencia .d-flex .box-abrangencia {
  width: 100%;
  padding-top: 65px; }
main.page-contato .abrangencia .d-flex .box-abrangencia .destaque {
  max-width: 420px;
  background: #FFF;
  padding: 5px;
  font-size: 30px;
  font-family: "Boxley", sans-serif;
  letter-spacing: 10px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px; }
@media only screen and (max-width: 1200px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia .destaque {
    max-width: 380px;
    font-size: 26px; } }
@media only screen and (max-width: 992px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia .destaque {
    max-width: 350px;
    font-size: 24px; } }
@media only screen and (max-width: 767px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia .destaque {
    font-size: 22px;
    margin: 0 auto 6px;
    max-width: 370px;
    letter-spacing: 8px; } }
@media only screen and (max-width: 575px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia .destaque {
    font-size: 18px;
    margin: 0 auto 6px;
    max-width: 300px;
    letter-spacing: 6px; } }
main.page-contato .abrangencia .d-flex .box-abrangencia .tit-abrangencia {
  max-width: 420px;
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 50px; }
@media only screen and (max-width: 1200px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia .tit-abrangencia {
    font-size: 38px;
    max-width: 400px; } }
@media only screen and (max-width: 992px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia .tit-abrangencia {
    font-size: 32px;
    max-width: 350px; } }
@media only screen and (max-width: 767px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia .tit-abrangencia {
    text-align: center;
    width: 100%;
    margin: 0 auto 40px;
    font-size: 32px;
    line-height: 40px; } }
@media only screen and (max-width: 575px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia .tit-abrangencia {
    font-size: 26px;
    line-height: 32px; } }
main.page-contato .abrangencia .d-flex .box-abrangencia ul.unidades {
  max-width: 420px; }
@media only screen and (max-width: 767px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia ul.unidades {
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    text-align: center; } }
main.page-contato .abrangencia .d-flex .box-abrangencia ul.unidades li {
  margin-bottom: 30px;
  max-width: 360px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media only screen and (max-width: 767px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia ul.unidades li {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center; } }
main.page-contato .abrangencia .d-flex .box-abrangencia ul.unidades li .item {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  background: #FFF;
  -webkit-border-radius: 50px;
  border-radius: 50px; }
@media only screen and (max-width: 767px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia ul.unidades li .item {
    margin-right: 0;
    margin-bottom: 8px; } }
main.page-contato .abrangencia .d-flex .box-abrangencia ul.unidades li .item.item-red {
  background: #e3082c; }
main.page-contato .abrangencia .d-flex .box-abrangencia ul.unidades li span {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
main.page-contato .abrangencia .d-flex .box-abrangencia ul.unidades li span strong {
  margin-bottom: 6px;
  display: block; }
main.page-contato .abrangencia .d-flex .box-abrangencia ul.unidades li span small {
  line-height: 36px;
  font-size: 20px; }
main.page-contato .abrangencia .d-flex .box-abrangencia .box-unidades {
  max-width: 730px;
  background: #4d4d4f;
  padding: 60px 0;
  padding-right: 40px;
  margin-top: 60px;
  position: relative;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 3; }
@media only screen and (max-width: 767px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia .box-unidades {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
main.page-contato .abrangencia .d-flex .box-abrangencia .box-unidades:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #4d4d4f;
  position: absolute;
  top: 0;
  left: -99%;
  z-index: -1; }
@media only screen and (max-width: 767px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia .box-unidades:before {
    display: none; } }
@media only screen and (max-width: 767px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia .box-unidades ul {
    padding: 0 40px;
    margin: 0;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; } }
@media only screen and (max-width: 420px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia .box-unidades ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
main.page-contato .abrangencia .d-flex .box-abrangencia .box-unidades ul.unidade-col-direita {
  margin-right: 15px; }
@media only screen and (max-width: 767px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia .box-unidades ul.unidade-col-direita {
    margin-right: 0; } }
main.page-contato .abrangencia .d-flex .box-abrangencia .box-unidades ul li {
  display: flex;
  margin-bottom: 15px; }
@media only screen and (max-width: 767px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia .box-unidades ul li {
    width: 50%; } }
@media only screen and (max-width: 575px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia .box-unidades ul li {
    margin-bottom: 25px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    text-align: center; } }
@media only screen and (max-width: 420px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia .box-unidades ul li {
    width: 100%; } }
main.page-contato .abrangencia .d-flex .box-abrangencia .box-unidades ul li i {
  margin-right: 6px; }
@media only screen and (max-width: 575px) {
  main.page-contato .abrangencia .d-flex .box-abrangencia .box-unidades ul li i {
    margin-right: 0;
    margin-bottom: 8px; } }
main.page-contato .abrangencia .d-flex .box-abrangencia .box-unidades ul li i img {
  width: 25px; }
main.page-contato .abrangencia .d-flex .box-abrangencia .box-unidades ul li span {
  font-size: 16px;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
main.page-contato .abrangencia .d-flex .box-abrangencia .box-unidades ul li small {
  display: block;
  font-size: 15px; }
main.page-contato .abrangencia .d-flex .img-mapa {
  margin-top: 50px;
  position: absolute;
  right: 0; }
@media only screen and (max-width: 1200px) {
  main.page-contato .abrangencia .d-flex .img-mapa img {
    width: 450px; } }
@media only screen and (max-width: 992px) {
  main.page-contato .abrangencia .d-flex .img-mapa img {
    width: 400px; } }
@media only screen and (max-width: 767px) {
  main.page-contato .abrangencia .d-flex .img-mapa {
    position: relative;
    text-align: center;
    margin: 40px auto; }
  main.page-contato .abrangencia .d-flex .img-mapa img {
    max-width: 400px;
    width: 85%;
    margin: 0 auto; } }
main.page-contato .trabalhe-conosco {
  padding-top: 120px;
  padding-bottom: 200px; }
@media only screen and (max-width: 767px) {
  main.page-contato .trabalhe-conosco {
    padding: 60px 0; } }
main.page-contato .trabalhe-conosco .d-flex {
  margin-top: 90px;
  height: 100%;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 767px) {
  main.page-contato .trabalhe-conosco .d-flex {
    margin-top: 50px; } }
main.page-contato .trabalhe-conosco .d-flex .img-trabalhe-conosco {
  width: 50%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 767px) {
  main.page-contato .trabalhe-conosco .d-flex .img-trabalhe-conosco {
    display: none; } }
main.page-contato .trabalhe-conosco .d-flex .img-trabalhe-conosco .box-img {
  position: relative;
  margin-left: 100px; }
main.page-contato .trabalhe-conosco .d-flex .img-trabalhe-conosco .box-img:before {
  content: "";
  display: block;
  width: 358px;
  height: 481px;
  background: url("../images/img-desenhos-trabalhe-conosco.png") no-repeat 0 0;
  pointer-events: none;
  position: absolute;
  bottom: -130px;
  left: -180px;
  z-index: 3; }
main.page-contato .trabalhe-conosco .d-flex .img-trabalhe-conosco .box-img:after {
  content: "";
  display: block;
  width: 530px;
  height: 600px;
  background: #f1f2f2;
  pointer-events: none;
  position: absolute;
  bottom: -70px;
  left: -85px;
  z-index: 2; }
main.page-contato .trabalhe-conosco .d-flex .img-trabalhe-conosco .box-img img {
  position: relative;
  z-index: 5; }
main.page-contato .trabalhe-conosco .d-flex .box-form {
  width: 50%;
  padding-left: 30px; }
@media only screen and (max-width: 767px) {
  main.page-contato .trabalhe-conosco .d-flex .box-form {
    width: 90%;
    padding-left: 0px;
    margin: 0 auto; } }
@media only screen and (max-width: 767px) {
  main.page-contato .trabalhe-conosco .d-flex .box-form .linha {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start; } }
@media only screen and (max-width: 767px) {
  main.page-contato .trabalhe-conosco .d-flex .box-form .linha .wpcf7-form-control-wrap {
    width: 100%; } }

/* Servicos */
.servicos {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 20px;
  padding-bottom: 50px;
  overflow: hidden;
  /* background: #ededed; */
  position: relative;
  z-index: 99; }
@media only screen and (max-width: 767px) {
  .servicos {
    margin-top: 0; } }

.servicos .menuServico {
  width: 100%;
  height: 320px;
  padding: 70px 0px 0;
  background: url(../images/images-bg-menuServico.png) no-repeat center 0px; }

.servicos .menuServico h2.tit {
  font-size: 90px; }

.servicos .menuServico ul {
  clear: both;
  width: 480px;
  height: 100px;
  margin: 30px auto 20px;
  position: relative; }

.servicos .menuServico ul li.setaServ {
  position: absolute;
  top: 25px;
  width: 30px;
  height: 45px;
  float: left;
  background: url(../images/images-seta-servico.png) no-repeat 0px 0px; }

.servicos .menuServico ul li.back {
  left: -60px; }

.servicos .menuServico ul li.next {
  right: -60px;
  background-position: -46px 0px; }

.servicos .menuServico ul li {
  float: left;
  margin: 0px 20px;
  cursor: pointer; }

.servicos .menuServico ul li.btAlimentacao {
  width: 120px;
  height: 90px; }

.servicos .menuServico ul li.btLimpeza {
  width: 120px;
  height: 90px; }

.servicos .menuServico ul li.btRecepcionista {
  width: 120px;
  height: 90px; }

.servicos .menuServico ul li.btAlimentacao:hover, .servicos .menuServico ul li.btAlimentacao.active {
  background: url(../images/images-icone-servico.png) no-repeat -16px -143px; }

.servicos .menuServico ul li.btLimpeza:hover, .servicos .menuServico ul li.btLimpeza.active {
  background: url(../images/images-icone-servico.png) no-repeat -188px -138px; }

.servicos .menuServico ul li.btRecepcionista:hover, .servicos .menuServico ul li.btRecepcionista.active {
  background: url(../images/images-icone-servico.png) no-repeat -364px -138px; }

.servicos .infoServico {
  background: #1E407C;
  /* overflow: hidden; */
  height: 740px;
  padding: 0px 0px 0px;
  position: relative; }

.servicos .infoServico .servAlimentacaoMob {
  display: none; }

.servicos .infoServico .servAlimentacao {
  float: left;
  width: 40%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#61a70e+17,447904+100 */
  height: 740px;
  position: relative;
  background: #61a70e;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #61a70e 17%, #447904 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #61a70e 17%, #447904 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #61a70e 17%, #447904 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61a70e', endColorstr='#447904',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.servicos .infoServico .servLimpeza {
  float: left;
  width: 40%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fece80+17,ffa616+100 */
  height: 740px;
  position: relative;
  background: #fece80;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #fece80 17%, #ffa616 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #fece80 17%, #ffa616 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #fece80 17%, #ffa616 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fece80', endColorstr='#ffa616',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.servicos .infoServico .servRecepcionista {
  float: left;
  width: 40%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#484652+17,312b37+100 */
  height: 740px;
  position: relative;
  background: #484652;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #484652 17%, #312b37 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #484652 17%, #312b37 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #484652 17%, #312b37 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484652', endColorstr='#312b37',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.servicos .infoServico .servAlimentacao img {
  max-width: 755px;
  float: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-right: -20%;
  /* margin-top: -70px; */ }

.servicos .infoServico .servLimpeza img {
  max-width: 755px;
  float: right;
  margin-right: -15%;
  margin-top: -74px;
  position: absolute;
  bottom: 0px;
  right: 0px; }

.servicos .infoServico .servRecepcionista img {
  max-width: 755px;
  float: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-right: -18%;
  /* margin-top: -73px; */ }

.servicos .infoServico .boxServicos {
  display: none; }

.servicos .infoServico .boxServicos h6 {
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  margin: 0px 0px 30px;
  line-height: 26px;
  text-align: left; }

.servicos .infoServico .boxServicos h6 span {
  font-size: 60px;
  font-weight: normal;
  font-family: 'TakeawayRegular';
  display: block; }

.servicos .infoServico .boxServicos p {
  color: #FFF;
  margin-bottom: 25px; }

.servicos .infoServico .boxServicos.active {
  display: block; }

.servicos .infoServico .boxServicos .descricaoServ {
  float: right;
  width: 48%;
  max-width: 380px;
  height: 525px;
  margin-top: 70px;
  margin-right: 210px;
  position: relative; }

.servicos .infoServico .boxServicos .descricaoServ .btProposta {
  padding-top: 20px; }

.servicos .infoServico .boxServicos .descricaoServ .btProposta a {
  width: 290px;
  height: 48px;
  line-height: 48px;
  color: #FFF;
  float: left;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #B61F24;
  -webkit-border-radius: 45px;
  border-radius: 45px; }

/*# sourceMappingURL=estilo.css.map */
