body {
  font-family: 'DINPro', sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body section#header .row.menu .col-logo img.logo {
  max-width: 270px;
  max-height: 60px;
  width: 100%;
  height: auto;
}
body section#header .row.menu .col-logo svg.logo {
  max-width: 270px;
  max-height: 60px;
  width: 100%;
  height: auto;
}
body section#header .row.menu .col-menu {
  font-size: 16px;
  font-weight: 300;
}
body section#header .row.menu .col-menu .desktop {
  width: 100%;
  height: 100%;
}
body section#header .row.menu .col-menu .desktop .menu-link {
  color: #595654;
  text-align: center;
  padding: 0 24px;
  text-decoration: none;
  cursor: pointer;
}
body section#header .row.menu .col-menu .desktop .menu-link .the-arrow {
  width: 1px;
  transition: all 0.2s;
}
body section#header .row.menu .col-menu .desktop .menu-link .the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
body section#header .row.menu .col-menu .desktop .menu-link .the-arrow.-left .shaft {
  width: 0;
  background-color: #c10e1a;
}
body section#header .row.menu .col-menu .desktop .menu-link .the-arrow.-left .shaft:before,
body section#header .row.menu .col-menu .desktop .menu-link .the-arrow.-left .shaft:after {
  width: 0;
  background-color: #c10e1a;
}
body section#header .row.menu .col-menu .desktop .menu-link .the-arrow.-left .shaft:before {
  transform: rotate(0);
}
body section#header .row.menu .col-menu .desktop .menu-link .the-arrow.-left .shaft:after {
  transform: rotate(0);
}
body section#header .row.menu .col-menu .desktop .menu-link .shaft {
  background-color: #c10e1a;
  display: block;
  height: 2px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
  top: -3px;
}
body section#header .row.menu .col-menu .desktop .menu-link .shaft:before,
body section#header .row.menu .col-menu .desktop .menu-link .shaft:after {
  background-color: #c10e1a;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
body section#header .row.menu .col-menu .desktop .menu-link .shaft:before {
  transform-origin: top right;
}
body section#header .row.menu .col-menu .desktop .menu-link .shaft:after {
  transform-origin: bottom right;
}
body section#header .row.menu .col-menu .desktop .menu-link.active {
  font-weight: 500;
}
body section#header .row.menu .col-menu .desktop .menu-link:hover {
  font-weight: 500;
}
body section#header .row.menu .col-menu .desktop .menu-link:hover .the-arrow.-left .shaft {
  width: 20px;
  transition-delay: 0.1s;
}
body section#header .row.menu .col-menu .desktop .menu-link:hover .the-arrow.-left .shaft:before,
body section#header .row.menu .col-menu .desktop .menu-link:hover .the-arrow.-left .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
}
body section#header .row.menu .col-menu .desktop .menu-link:hover .the-arrow.-left .shaft:before {
  transform: rotate(40deg);
}
body section#header .row.menu .col-menu .desktop .menu-link:hover .the-arrow.-left .shaft:after {
  transform: rotate(-40deg);
}
body section#header .row.menu .col-menu .desktop .menu-link:hover > .main {
  transform: translateX(17px);
  transform: translateX(80px);
}
body section#header .row.menu .col-menu .mobile {
  display: none;
}
body section#footer {
  margin-top: auto;
  background: #e9e6e1;
}
body section#footer .col-logo .logo3d {
  max-width: 120px;
  width: 100%;
  max-height: 131px;
  height: auto;
  margin-top: -70px;
}
body section#footer .col-logo .logosvg {
  width: 180px;
  height: 27px;
  margin-left: 12px;
}
body section#footer .col-menu {
  font-size: 16px;
  font-weight: 300;
}
body section#footer .col-menu ul {
  list-style: none;
}
body section#footer .col-menu ul .menu-link {
  color: #595654;
  padding-left: 24px;
  text-decoration: none;
  cursor: pointer;
}
body section#footer .col-menu ul .menu-link .the-arrow {
  width: 1px;
  transition: all 0.2s;
}
body section#footer .col-menu ul .menu-link .the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
body section#footer .col-menu ul .menu-link .the-arrow.-left .shaft {
  width: 0;
  background-color: #c10e1a;
}
body section#footer .col-menu ul .menu-link .the-arrow.-left .shaft:before,
body section#footer .col-menu ul .menu-link .the-arrow.-left .shaft:after {
  width: 0;
  background-color: #c10e1a;
}
body section#footer .col-menu ul .menu-link .the-arrow.-left .shaft:before {
  transform: rotate(0);
}
body section#footer .col-menu ul .menu-link .the-arrow.-left .shaft:after {
  transform: rotate(0);
}
body section#footer .col-menu ul .menu-link .shaft {
  background-color: #c10e1a;
  display: block;
  height: 2px;
  position: relative;
  transition: all 0.2s;
  transition-delay: unset;
  will-change: transform;
  top: -3px;
}
body section#footer .col-menu ul .menu-link .shaft:before,
body section#footer .col-menu ul .menu-link .shaft:after {
  background-color: #c10e1a;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: unset;
}
body section#footer .col-menu ul .menu-link .shaft:before {
  transform-origin: top right;
}
body section#footer .col-menu ul .menu-link .shaft:after {
  transform-origin: bottom right;
}
body section#footer .col-menu ul .menu-link.active {
  font-weight: 500;
}
body section#footer .col-menu ul .menu-link:hover {
  font-weight: 500;
}
body section#footer .col-menu ul .menu-link:hover .the-arrow.-left .shaft {
  width: 20px;
  transition-delay: 0.1s;
}
body section#footer .col-menu ul .menu-link:hover .the-arrow.-left .shaft:before,
body section#footer .col-menu ul .menu-link:hover .the-arrow.-left .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
}
body section#footer .col-menu ul .menu-link:hover .the-arrow.-left .shaft:before {
  transform: rotate(40deg);
}
body section#footer .col-menu ul .menu-link:hover .the-arrow.-left .shaft:after {
  transform: rotate(-40deg);
}
body section#footer .col-menu ul .menu-link:hover > .main {
  transform: translateX(17px);
  transform: translateX(80px);
}
body section#footer .col-menu ul .social-media {
  padding-left: 24px;
}
body section#footer .col-menu ul .social-media .s-media {
  text-decoration: none;
}
body section#footer .col-menu ul .social-media .s-media i {
  color: #a61718;
  font-size: 20px;
}
body section#footer .col-menu ul .social-media .s-media.facebook:hover i {
  color: #4267B2;
}
body section#footer .col-menu ul .social-media .s-media.instagram:hover .instagram-gradient {
  background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body section#footer .col-info {
  padding-left: 24px;
}
body section#footer .col-info .telefones {
  font-size: 22px;
  font-weight: 300;
  color: #a61718;
  line-height: 1.3;
}
body section#footer .col-info .telefones p {
  margin-bottom: 0;
}
body section#footer .col-info .infos {
  font-size: 14px;
  font-weight: 300;
  color: #595654;
  line-height: 1.5;
}
body section#footer .col-info .infos p {
  margin-bottom: 0;
}
body section#footer .col-info .infos a {
  color: #595654;
}
body section#footer .col-info .infos a:hover {
  color: #595654;
  text-decoration: none;
}
body section#footer .footerbg {
  background: url("../../assets/images/bg-final-rodape.jpg") top left no-repeat;
  height: 45px;
  width: 100%;
}
body #menuaberto {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 999;
  padding-top: 80px;
  display: none;
  font-weight: bold;
  font-family: 'DINPro', sans-serif;
}
body #menuaberto .fechar {
  position: absolute;
  top: -10px;
  right: 30px;
  cursor: pointer;
}
body #menuaberto .fechar svg {
  height: 40px;
}
body #menuaberto ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
body #menuaberto ul li {
  padding-bottom: 15px;
}
body #menuaberto ul li a {
  font-size: 18px;
  color: #595654;
  text-decoration: none;
  text-transform: uppercase;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  font-weight: bold;
  font-family: 'DINPro', sans-serif;
}
body #menuaberto.show {
  display: block;
}
body #menuaberto.hide {
  display: none;
}
body section.topo-contato {
  background: url("../../assets/images/topo-contato1.png") bottom left no-repeat;
  background-color: #ebe8e3;
  height: 760px;
  background-position-x: 40%;
}
body section.topo-contato .endereco {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  color: #595654;
  text-transform: uppercase;
}
body section.topo-contato .telefones {
  font-size: 40px;
  color: #a61718;
  font-family: 'Cardillac', sans-serif;
  font-weight: 500;
  font-style: italic;
  padding-left: 8px;
}
body section.topo-contato .telefones .tel {
  margin-bottom: 0;
  color: #a61718;
  text-decoration: none;
  text-transform: none;
  position: relative;
  line-height: 1;
}
body section.topo-contato .telefones .tel .fa-whatsapp {
  position: absolute;
  bottom: 4px;
  left: -40px;
  font-size: 30px;
}
body section.topo-contato .texto {
  font-size: 23px;
  font-weight: normal;
  color: #595654;
  text-transform: uppercase;
}
body section.topo-contato .title {
  font-size: 40px;
  color: #a61718;
  font-family: 'Cardillac', sans-serif;
  font-weight: 500;
  font-style: italic;
  padding-left: 8px;
  line-height: 1;
}
body section.form-do-contato .input-form {
  border-radius: unset;
  background-color: #ebe8e3;
  border: none;
  height: 60px;
  padding: 0 32px;
  font-weight: 400;
}
body section.form-do-contato .input-form::placeholder {
  text-transform: uppercase;
  color: #595654;
  font-weight: 400;
}
body section.form-do-contato .input-form:active,
body section.form-do-contato .input-form:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
body section.form-do-contato .textarea-form {
  border-radius: unset;
  background-color: #ebe8e3;
  border: none;
  padding: 16px 32px;
  font-weight: 400;
}
body section.form-do-contato .textarea-form::placeholder {
  text-transform: uppercase;
  color: #595654;
  font-weight: 400;
}
body section.form-do-contato .textarea-form:active,
body section.form-do-contato .textarea-form:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
body section.form-do-contato .btn-enviar {
  background-color: #a61718;
  border: none;
  border-radius: unset;
  font-weight: 400;
  color: #fff;
  max-width: 300px;
  height: 60px;
}
body section.form-do-contato .btn-enviar:active,
body section.form-do-contato .btn-enviar:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
body section.topo-empresa {
  background: url("../../assets/images/bg-empresa-topo.jpg") bottom left no-repeat;
  height: 760px;
}
body section.topo-empresa .bg-line {
  background: url("../../assets/images/topo-empresa.png") bottom left no-repeat;
  height: 760px;
  background-position-x: 40%;
}
body section.topo-empresa .bg-line .title {
  font-size: 40px;
  color: #a61718;
  font-family: 'Cardillac', sans-serif;
  font-weight: 500;
  font-style: italic;
  padding-left: 8px;
  line-height: 1;
}
body section.topo-empresa .bg-line .text {
  font-size: 40px;
  color: #595654;
  font-weight: 400;
  padding-left: 8px;
}
body section.institucional-empresa {
  background-color: #595654;
}
body section.institucional-empresa .block-institucional .icon1 {
  height: 120px;
}
body section.institucional-empresa .block-institucional .icon1 svg {
  width: 72px;
  height: 95px;
}
body section.institucional-empresa .block-institucional .icon2 {
  height: 120px;
}
body section.institucional-empresa .block-institucional .icon2 svg {
  width: 90px;
  height: 100px;
}
body section.institucional-empresa .block-institucional .icon3 {
  height: 120px;
}
body section.institucional-empresa .block-institucional .icon3 svg {
  width: 115px;
  height: 90px;
}
body section.institucional-empresa .block-institucional .icon4 {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.institucional-empresa .block-institucional .icon4 svg {
  width: 97px;
  height: 70px;
}
body section.institucional-empresa .block-institucional .text {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  max-width: 165px;
  margin: 0 auto;
}
body section.institucional-empresa .swiper-button-next,
body section.institucional-empresa .swiper-button-prev {
  color: #fff;
}
body section.institucional-empresa .swiper-button-next:after,
body section.institucional-empresa .swiper-button-prev:after {
  font-size: 30px;
}
body section.institucional-empresa .swiper-button-prev {
  left: 20px;
}
body section.pilares-empresa .swiper-container-pilares .swiper-button-next,
body section.pilares-empresa .swiper-container-pilares .swiper-button-prev {
  color: #fff;
}
body section.pilares-empresa .swiper-container-pilares .swiper-button-next:after,
body section.pilares-empresa .swiper-container-pilares .swiper-button-prev:after {
  font-size: 30px;
}
body section.pilares-empresa .swiper-container-pilares .swiper-button-prev {
  left: 20px;
}
body section.pilares-empresa .valores .title {
  background-color: #a61718;
  padding: 12.8px 0 12.8px 20.8px;
  border-top-right-radius: 25px;
  font-size: 16px;
  color: #ffffff;
  font-family: 'DIN', sans-serif;
  font-style: italic;
  font-weight: 700;
}
body section.pilares-empresa .valores .body {
  background-color: #e9e6e1;
  min-height: 285px;
}
body section.pilares-empresa .valores .body .text {
  font-size: 16px;
  font-weight: 400;
  color: #595654;
  text-transform: uppercase;
  padding-right: 64px !important;
  line-height: 1.9;
}
body section.pilares-empresa .valores .body .icon1 {
  bottom: 15px;
  right: 15px;
}
body section.pilares-empresa .valores .body .icon1 svg {
  width: 165px;
  height: 171px;
}
body section.pilares-empresa .valores .body .icon2 {
  bottom: 15px;
  right: 15px;
}
body section.pilares-empresa .valores .body .icon2 svg {
  width: 165px;
  height: 171px;
}
body section.pilares-empresa .valores .body .icon3 {
  bottom: 15px;
  right: 15px;
}
body section.pilares-empresa .valores .body .icon3 svg {
  width: 162px;
  height: 165px;
}
body section.gallery .img {
  width: 100%;
  height: 360px;
  flex: auto;
}
body section.gallery .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body section.topo-servico {
  background: url("../../assets/images/topo-servicos.png") bottom left no-repeat;
  background-color: #ebe8e3;
  height: 640px;
  background-position-x: 40%;
}
body section.topo-servico .texto {
  font-size: 16px;
  font-weight: normal;
  color: #595654;
  text-transform: uppercase;
  margin-bottom: 50px;
  line-height: 1.8;
}
body section.servicos .first {
  margin-top: -90px;
}
body section.servicos .servico .title {
  background-color: #a61718;
  padding: 12.8px 0 12.8px 20.8px;
  border-top-right-radius: 25px;
  font-size: 16px;
  color: #ffffff;
  font-family: 'DIN', sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}
body section.servicos .servico .body {
  background-color: #e9e6e1;
  min-height: 250px;
  padding-left: 24px;
  padding-top: 24px;
}
body section.servicos .servico .body .text {
  font-size: 14px;
  font-weight: 400;
  color: #595654;
  text-transform: uppercase;
  line-height: 1.5;
  width: 60%;
}
body section.servicos .servico .body .icon1 {
  bottom: 20px;
  right: 20px;
}
body section.servicos .servico .body .icon1 svg {
  width: 71px;
  height: 71px;
}
body section.servicos .servico .body .icon2 {
  bottom: 20px;
  right: 20px;
}
body section.servicos .servico .body .icon2 svg {
  width: 95px;
  height: 80px;
}
body section.servicos .servico .body .icon3 {
  bottom: 20px;
  right: 20px;
}
body section.servicos .servico .body .icon3 svg {
  width: 102px;
  height: 60px;
}
body section.servicos .servico .body .icon4 {
  bottom: 20px;
  right: 20px;
}
body section.servicos .servico .body .icon4 svg {
  width: 75px;
  height: 80px;
}
body section.servicos .servico .body .icon5 {
  bottom: 20px;
  right: 20px;
}
body section.servicos .servico .body .icon5 svg {
  width: 92px;
  height: 65px;
}
body section.servicos .servico .body .icon6 {
  bottom: 20px;
  right: 20px;
}
body section.servicos .servico .body .icon6 svg {
  width: 40px;
  height: 86px;
}
body section.servicos .servico .body .icon7 {
  bottom: 20px;
  right: 20px;
}
body section.servicos .servico .body .icon7 svg {
  width: 95px;
  height: 115px;
}
body section.servicos .servico .body .icon8 {
  bottom: 20px;
  right: 20px;
}
body section.servicos .servico .body .icon8 svg {
  width: 183px;
  height: 70px;
}
body section.servicos .servico .body .icon9 {
  bottom: 20px;
  right: 20px;
}
body section.servicos .servico .body .icon9 svg {
  width: 87px;
  height: 85px;
}
body section.servicos .servico .body .icon10 {
  bottom: 20px;
  right: 20px;
}
body section.servicos .servico .body .icon10 svg {
  width: 87px;
  height: 83px;
}
body section.servicos .row-imgs-list {
  padding-left: 15px;
  padding-right: 15px;
}
body section.servicos .row-imgs-list .img-list {
  overflow: hidden;
  position: relative;
  align-items: stretch;
  padding: 0;
}
body section.servicos .row-imgs-list .img-list img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body section.servicos .row-imgs-list .img-list .bg-opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
body section.servicos .row-imgs-list .img-list .icon {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(50% - 19px);
  left: calc(50% - 19px);
  transform: translate(calc(50% - 19px), calc(50% - 19px));
}
body section.servicos .row-imgs-list .img-list .icon svg {
  width: 38px;
  height: 38px;
}
body section.servicos .row-imgs-list .img-list:hover .bg-opacity {
  visibility: visible;
  opacity: 1;
}
body section.servicos .row-imgs-list .img-list:hover .icon {
  visibility: visible;
  opacity: 1;
}
body section.servicos .swiper-button-next,
body section.servicos .swiper-button-prev {
  color: #595654;
}
body section.servicos .swiper-button-next:after,
body section.servicos .swiper-button-prev:after {
  font-size: 30px;
}
body section.servicos .swiper-button-prev {
  left: 20px;
}
body section.servicos .line-l {
  left: 0;
  margin-left: -50px;
  margin-top: 150px;
}
body section.servicos .line-l svg {
  width: 49px;
  height: 385px;
}
body section.servicos .line-r {
  right: 0;
  margin-right: -50px;
  margin-top: 150px;
  top: 0;
}
body section.servicos .line-r svg {
  width: 49px;
  height: 385px;
}
body section.topo-home {
  height: 870px;
}
body section.topo-home a {
  text-decoration: none;
}
body section.topo-home a:hover {
  text-decoration: none;
  outline: none;
}
body section.topo-home .bg-topo-home {
  background: url("../../assets/images/bg-topo-home.png") bottom left no-repeat;
  height: 870px;
}
body section.topo-home .bg-topo-home .col-text-banner {
  padding-bottom: 150px;
}
body section.topo-home .bg-topo-home .title {
  font-size: 40px;
  color: #a61718;
  font-family: 'Cardillac', sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}
body section.topo-home .bg-topo-home .texto {
  font-size: 23px;
  font-weight: 300;
  font-style: italic;
  font-family: 'DIN', sans-serif;
  color: #595654;
  text-transform: uppercase;
}
body section.topo-home .bg-topo-home .btn-banner {
  background-color: #a61718;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  font-family: 'DIN', sans-serif;
  padding: 10px 72px;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  border-radius: 25px;
}
body section.topo-home .bg-topo-home .btn-banner:hover {
  text-decoration: none;
}
body section.topo-home .conteudo {
  padding-top: 10%;
}
body section.topo-home .conteudo .title {
  font-size: 40px;
  color: #a61718;
  font-family: 'Cardillac', sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}
body section.topo-home .conteudo .texto {
  font-size: 23px;
  font-weight: 300;
  font-style: italic;
  font-family: 'DIN', sans-serif;
  color: #595654;
  text-transform: uppercase;
}
body section.topo-home .conteudo .btn-banner {
  background-color: #a61718;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  font-family: 'DIN', sans-serif;
  padding: 10px 72px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 25px;
}
body section.topo-home .conteudo .btn-banner:hover {
  text-decoration: none;
}
body section.topo-home .conteudo .swiper-button-next {
  margin-right: -40px;
}
body section.topo-home .conteudo .swiper-button-prev {
  margin-left: -50px;
}
body section.topo-home .conteudo .swiper-button-next,
body section.topo-home .conteudo .swiper-button-prev {
  color: #9f9191;
}
body section.topo-home .conteudo .swiper-button-next:after,
body section.topo-home .conteudo .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
}
body section.topo-home .conteudo .swiper-pagination {
  bottom: -30px;
}
body section.topo-home .conteudo .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.5rem;
  background-color: #ffffff;
  border: 2px solid #a61718;
  width: 14px;
  height: 14px;
  opacity: 1;
}
body section.topo-home .conteudo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a61718;
}
body section.topo-home .mensagem-banner {
  z-index: 10;
  margin: 0 auto;
  bottom: 5%;
}
body section.topo-home .mensagem-banner .icon svg {
  width: 312px;
  height: 68px;
}
body section.topo-home .mensagem-banner .texto {
  font-size: 14px;
  font-weight: 400;
  color: #595654;
  text-transform: uppercase;
}
body section.topo-home .line {
  margin-left: -50px;
  margin-top: 30px;
}
body section.topo-home .line svg {
  width: 49px;
  height: 385px;
}
body section.topo-home .swiper-container-banner-mobi {
  display: none;
}
body section.institucional-home .line {
  margin-left: calc(-8.333333% - 50px);
  margin-top: -130px;
}
body section.institucional-home .line svg {
  width: 49px;
  height: 262px;
}
body section.institucional-home .block-institucional .icon1 {
  height: 120px;
}
body section.institucional-home .block-institucional .icon1 svg {
  width: 72px;
  height: 95px;
}
body section.institucional-home .block-institucional .icon2 {
  height: 120px;
}
body section.institucional-home .block-institucional .icon2 svg {
  width: 90px;
  height: 100px;
}
body section.institucional-home .block-institucional .icon3 {
  height: 120px;
}
body section.institucional-home .block-institucional .icon3 svg {
  width: 115px;
  height: 90px;
}
body section.institucional-home .block-institucional .icon4 {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.institucional-home .block-institucional .icon4 svg {
  width: 97px;
  height: 70px;
}
body section.institucional-home .block-institucional .text {
  font-weight: 400;
  color: #595654;
  text-transform: uppercase;
  font-size: 16px;
  max-width: 165px;
  margin: 0 auto;
}
body section.institucional-home .swiper-button-next,
body section.institucional-home .swiper-button-prev {
  color: #595654;
}
body section.institucional-home .swiper-button-next:after,
body section.institucional-home .swiper-button-prev:after {
  font-size: 30px;
}
body section.institucional-home .swiper-button-prev {
  left: 20px;
}
body section.sobre-home {
  min-height: 500px;
}
body section.sobre-home .col-img {
  min-height: 500px;
  width: 100%;
  padding: 0;
}
body section.sobre-home .col-img .img-sobre {
  background: url("../images/sobre-home-fachada.png") top right no-repeat;
  width: 650px;
  height: 370px;
  right: 0;
  border-top-right-radius: 25px;
}
body section.sobre-home .col-infos {
  min-height: 500px;
}
body section.sobre-home .col-infos .col-grife .title {
  font-size: 30px;
  color: #a61718;
  font-family: 'Cardillac', sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}
body section.sobre-home .col-infos .col-grife .texto {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  font-family: 'DIN', sans-serif;
  color: #595654;
  text-transform: uppercase;
}
body section.sobre-home .col-infos .col-grife .btn-grife {
  background-color: #a61718;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  font-family: 'DIN', sans-serif;
  text-transform: uppercase;
  color: #fff;
  border-radius: 25px;
  padding: 10px 32px;
}
body section.sobre-home .col-infos .col-grife .btn-grife:hover {
  text-decoration: none;
}
body section.sobre-home .col-infos .col-processos .title {
  font-size: 24px;
  color: #a61718;
  font-family: 'Cardillac', sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}
body section.sobre-home .col-infos .col-processos .btn-processo {
  background-color: #a61718;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  font-family: 'DIN', sans-serif;
  text-transform: uppercase;
  color: #fff;
  border-radius: 25px;
  padding: 10px 32px;
}
body section.sobre-home .col-infos .col-processos .btn-processo:hover {
  text-decoration: none;
}
body section.processos-home {
  background: linear-gradient(to bottom, #595654 0%, #595654 60%, transparent 60%, transparent 100%);
  /* W3C */
}
body section.processos-home .swiper-container-home-processo .servico .title {
  background-color: #a61718;
  padding: 12.8px 0 12.8px 20.8px;
  border-top-right-radius: 25px;
  font-size: 16px;
  color: #ffffff;
  font-family: 'DIN', sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}
body section.processos-home .swiper-container-home-processo .servico .body {
  background-color: #e9e6e1;
  min-height: 250px;
  padding-left: 24px;
  padding-top: 24px;
}
body section.processos-home .swiper-container-home-processo .servico .body .text {
  font-size: 14px;
  font-weight: 400;
  color: #595654;
  text-transform: uppercase;
  line-height: 1.5;
  width: 60%;
}
body section.processos-home .swiper-container-home-processo .servico .body .icon1 {
  bottom: 20px;
  right: 20px;
}
body section.processos-home .swiper-container-home-processo .servico .body .icon1 svg {
  width: 160px;
  height: 55px;
}
body section.processos-home .swiper-container-home-processo .servico .body .icon2 {
  bottom: 20px;
  right: 20px;
}
body section.processos-home .swiper-container-home-processo .servico .body .icon2 svg {
  width: 112px;
  height: 80px;
}
body section.processos-home .swiper-container-home-processo .servico .body .icon3 {
  bottom: 20px;
  right: 20px;
}
body section.processos-home .swiper-container-home-processo .servico .body .icon3 svg {
  width: 77px;
  height: 72px;
}
body section.processos-home .swiper-container-home-processo .servico .body .icon4 {
  bottom: 20px;
  right: 20px;
}
body section.processos-home .swiper-container-home-processo .servico .body .icon4 svg {
  width: 75px;
  height: 75px;
}
body section.processos-home .swiper-container-home-processo .line {
  right: 0;
  margin-right: -50px;
  margin-top: 100px;
  top: 0;
}
body section.processos-home .swiper-container-home-processo .line svg {
  width: 49px;
  height: 385px;
}
body section.processos-home .swiper-button-next,
body section.processos-home .swiper-button-prev {
  color: #fff;
}
body section.processos-home .swiper-button-next:after,
body section.processos-home .swiper-button-prev:after {
  font-size: 30px;
}
body section.processos-home .swiper-button-prev {
  left: 20px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  body section.topo-home .conteudo {
    padding-top: 13%;
  }
  body section.topo-home .swiper-pagination {
    margin-top: 42%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body section.servicos .servico .body {
    min-height: 285px;
  }
  body section.pilares-empresa .valores .body {
    min-height: 315px;
  }
  body section.processos-home .swiper-container-home-processo .servico .title {
    font-size: 15px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body section#header .row.menu .col-menu .mobile .abremenu {
    height: 100%;
    text-transform: uppercase;
    font-weight: 700;
    color: #595654;
    line-height: 60px;
    text-decoration: none;
  }
  body section#header .row.menu .col-menu .mobile .abremenu svg {
    width: 21px;
    height: 21px;
    margin-right: 10px;
    margin-top: 20px;
  }
  body section#header .row.menu .col-menu .mobile .abremenu:hover {
    text-decoration: none;
  }
  body section#footer .col-menu ul .menu-link {
    padding-left: 8px;
  }
  body section#footer .col-menu ul .social-media {
    padding-left: 8px;
  }
  body section.topo-servico {
    height: 520px;
  }
  body section.servicos .sws {
    overflow: hidden;
  }
  body section.servicos .servico .body {
    min-height: 265px;
  }
  body section.topo-contato {
    height: 660px;
  }
  body section.topo-empresa {
    height: 660px;
  }
  body section.topo-empresa .bg-line {
    height: 660px;
  }
  body section.pilares-empresa .swiper-container-pilares {
    overflow: hidden;
  }
  body section.topo-home {
    height: 550px !important;
  }
  body section.topo-home .bg-topo-home {
    height: 600px !important;
  }
  body section.topo-home .bg-topo-home .col-text-banner {
    padding-top: 70px;
  }
  body section.topo-home .bg-topo-home .btn-banner {
    max-width: 250px;
  }
  body section.topo-home .bg-topo-home .title {
    font-size: 38px;
  }
  body section.topo-home .swiper-container-banner-desk {
    display: none;
  }
  body section.topo-home .swiper-container-banner-mobi {
    display: block;
    height: 750px;
    padding-bottom: 25px !important;
  }
  body section.topo-home .mensagem-banner {
    position: relative !important;
    padding: 32px 0;
    bottom: 50%;
  }
  body section.topo-home .line {
    margin-left: -30px;
  }
  body section.topo-home .line svg {
    width: 30px;
  }
  body section.topo-home .conteudo {
    padding-top: 0;
  }
  body section.topo-home .swiper-button-prev {
    left: 20px;
  }
  body section.topo-home .swiper-button-next,
  body section.topo-home .swiper-button-prev {
    color: #9f9191;
  }
  body section.topo-home .swiper-button-next:after,
  body section.topo-home .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
  }
  body section.topo-home .swiper-pagination {
    bottom: 0;
  }
  body section.topo-home .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.5rem;
    background-color: #ffffff;
    border: 2px solid #a61718;
    width: 14px;
    height: 14px;
    opacity: 1;
  }
  body section.topo-home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #a61718;
  }
  body section.processos-home .swiper-container-home-processo {
    overflow: hidden;
  }
  body section.sobre-home {
    height: auto;
    min-height: 100%;
  }
  body section.sobre-home .col-grife .title {
    font-size: 30px;
    color: #a61718;
    font-family: 'Cardillac', sans-serif;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
  }
  body section.sobre-home .col-grife .texto {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    font-family: 'DIN', sans-serif;
    color: #595654;
    text-transform: uppercase;
  }
  body section.sobre-home .col-grife .btn-grife {
    background-color: #a61718;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    font-family: 'DIN', sans-serif;
    text-transform: uppercase;
    color: #fff;
    border-radius: 25px;
    padding: 10px 32px;
  }
  body section.sobre-home .col-grife .btn-grife:hover {
    text-decoration: none;
  }
  body section.sobre-home .col-processos .title {
    font-size: 24px;
    color: #a61718;
    font-family: 'Cardillac', sans-serif;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
  }
  body section.sobre-home .col-processos .btn-processo {
    background-color: #a61718;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    font-family: 'DIN', sans-serif;
    text-transform: uppercase;
    color: #fff;
    border-radius: 25px;
    padding: 10px 48px;
  }
  body section.institucional-home .swiper-container-home-inst {
    overflow: hidden;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  body section#header .row.menu .col-menu .mobile .abremenu {
    height: 100%;
    font-weight: 700;
    color: #595654;
    text-transform: uppercase;
    line-height: 60px;
    text-decoration: none;
  }
  body section#header .row.menu .col-menu .mobile .abremenu svg {
    width: 21px;
    height: 21px;
    margin-right: 10px;
    margin-top: 20px;
  }
  body section#header .row.menu .col-menu .mobile .abremenu:hover {
    text-decoration: none;
  }
  body section#footer .col-menu ul .menu-link {
    padding-left: 8px;
  }
  body section#footer .col-menu ul .social-media {
    padding-left: 8px;
  }
  body section.topo-servico {
    height: 520px;
  }
  body section.servicos .sws {
    overflow: hidden;
  }
  body section.servicos .row-imgs-list {
    height: 300px !important;
    padding-bottom: 48px;
  }
  body section.servicos .servico .body {
    min-height: 390px;
  }
  body section.topo-contato {
    height: 560px;
    background-position-x: 44%;
  }
  body section.topo-contato .texto {
    font-size: 20px;
  }
  body section.topo-contato .endereco {
    font-size: 16px;
  }
  body section.pilares-empresa .swiper-container-pilares {
    overflow: hidden;
  }
  body section.pilares-empresa .swiper-container-pilares .valores .body {
    min-height: 365px;
  }
  body section.topo-empresa {
    height: 660px;
  }
  body section.topo-empresa .bg-line {
    height: 660px;
    background-position-x: 34%;
  }
  body section.topo-home {
    height: 550px !important;
  }
  body section.topo-home .bg-topo-home {
    height: 600px !important;
  }
  body section.topo-home .bg-topo-home .col-text-banner {
    padding-top: 30px;
  }
  body section.topo-home .bg-topo-home .btn-banner {
    max-width: 250px;
  }
  body section.topo-home .bg-topo-home .title {
    font-size: 36px;
  }
  body section.topo-home .swiper-container-banner-desk {
    display: none;
  }
  body section.topo-home .swiper-container-banner-mobi {
    display: block;
    height: 750px;
    padding-bottom: 25px !important;
  }
  body section.topo-home .mensagem-banner {
    position: relative !important;
    padding: 32px 0;
    bottom: 50%;
  }
  body section.topo-home .line {
    margin-left: -30px;
  }
  body section.topo-home .line svg {
    width: 30px;
  }
  body section.topo-home .conteudo {
    padding-top: 0;
  }
  body section.topo-home .swiper-button-prev {
    left: 20px;
  }
  body section.topo-home .swiper-button-next,
  body section.topo-home .swiper-button-prev {
    color: #9f9191;
  }
  body section.topo-home .swiper-button-next:after,
  body section.topo-home .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
  }
  body section.topo-home .swiper-pagination {
    bottom: 0;
  }
  body section.topo-home .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.5rem;
    background-color: #ffffff;
    border: 2px solid #a61718;
    width: 14px;
    height: 14px;
    opacity: 1;
  }
  body section.topo-home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #a61718;
  }
  body section.processos-home .swiper-container-home-processo {
    overflow: hidden;
  }
  body section.sobre-home {
    height: auto;
    min-height: 100%;
  }
  body section.sobre-home .col-grife .title {
    font-size: 30px;
    color: #a61718;
    font-family: 'Cardillac', sans-serif;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
  }
  body section.sobre-home .col-grife .texto {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    font-family: 'DIN', sans-serif;
    color: #595654;
    text-transform: uppercase;
  }
  body section.sobre-home .col-grife .btn-grife {
    background-color: #a61718;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    font-family: 'DIN', sans-serif;
    text-transform: uppercase;
    color: #fff;
    border-radius: 25px;
    padding: 10px 32px;
  }
  body section.sobre-home .col-grife .btn-grife:hover {
    text-decoration: none;
  }
  body section.sobre-home .col-processos .title {
    font-size: 24px;
    color: #a61718;
    font-family: 'Cardillac', sans-serif;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
  }
  body section.sobre-home .col-processos .btn-processo {
    background-color: #a61718;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    font-family: 'DIN', sans-serif;
    text-transform: uppercase;
    color: #fff;
    border-radius: 25px;
    padding: 10px 48px;
  }
  body section.institucional-home .swiper-container-home-inst {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  body section#header .row.menu .col-menu .mobile .abremenu {
    height: 100%;
    font-weight: 700;
    color: #595654;
    text-transform: uppercase;
    line-height: 60px;
    text-decoration: none;
  }
  body section#header .row.menu .col-menu .mobile .abremenu svg {
    width: 21px;
    height: 21px;
    margin-right: 10px;
    margin-top: 20px;
  }
  body section#header .row.menu .col-menu .mobile .abremenu:hover {
    text-decoration: none;
  }
  body section#footer .col-menu ul .menu-link {
    padding-left: 0;
  }
  body section#footer .col-menu ul .social-media {
    padding-left: 0;
  }
  body section#footer .col-info {
    padding-left: 8px;
  }
  body section.topo-servico {
    height: 520px;
  }
  body section.servicos .sws {
    overflow: hidden;
  }
  body section.servicos .row-imgs-list {
    height: 300px !important;
    padding-bottom: 48px;
  }
  body section.servicos .servico .body {
    min-height: 280px;
  }
  body section.form-do-contato .btn-enviar {
    max-width: 100%;
  }
  body section.topo-contato {
    height: 540px;
    background-position-x: 38%;
  }
  body section.topo-contato .title {
    font-size: 32px;
  }
  body section.topo-contato .texto {
    font-size: 20px;
  }
  body section.topo-contato .endereco {
    font-size: 16px;
  }
  body section.topo-contato .telefones {
    font-size: 32px;
  }
  body section.pilares-empresa .swiper-container-pilares {
    overflow: hidden;
  }
  body section.pilares-empresa .swiper-container-pilares .valores .body {
    min-height: 320px;
  }
  body section.gallery .img {
    max-height: 240px;
  }
  body section.topo-empresa {
    height: 660px;
  }
  body section.topo-empresa .bg-line {
    height: 660px;
    background-position-x: 34%;
  }
  body section.topo-home {
    height: 610px !important;
  }
  body section.topo-home .bg-topo-home {
    height: 660px !important;
  }
  body section.topo-home .bg-topo-home .col-text-banner {
    padding-top: 40px;
  }
  body section.topo-home .bg-topo-home .btn-banner {
    max-width: 250px;
  }
  body section.topo-home .bg-topo-home .title {
    font-size: 36px;
  }
  body section.topo-home .swiper-container-banner-desk {
    display: none;
  }
  body section.topo-home .swiper-container-banner-mobi {
    display: block;
    height: 750px;
    padding-bottom: 25px !important;
  }
  body section.topo-home .mensagem-banner {
    position: relative !important;
    padding: 32px 0;
    bottom: 47%;
  }
  body section.topo-home .line {
    margin-left: -30px;
  }
  body section.topo-home .line svg {
    width: 30px;
  }
  body section.topo-home .conteudo {
    padding-top: 0;
  }
  body section.topo-home .swiper-button-prev {
    left: 20px;
  }
  body section.topo-home .swiper-button-next,
  body section.topo-home .swiper-button-prev {
    color: #9f9191;
  }
  body section.topo-home .swiper-button-next:after,
  body section.topo-home .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
  }
  body section.topo-home .swiper-pagination {
    bottom: 0;
  }
  body section.topo-home .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.5rem;
    background-color: #ffffff;
    border: 2px solid #a61718;
    width: 14px;
    height: 14px;
    opacity: 1;
  }
  body section.topo-home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #a61718;
  }
  body section.processos-home .swiper-container-home-processo {
    overflow: hidden;
  }
  body section.sobre-home {
    height: auto;
    min-height: 100%;
  }
  body section.sobre-home .col-grife .title {
    font-size: 30px;
    color: #a61718;
    font-family: 'Cardillac', sans-serif;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
  }
  body section.sobre-home .col-grife .texto {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    font-family: 'DIN', sans-serif;
    color: #595654;
    text-transform: uppercase;
  }
  body section.sobre-home .col-grife .btn-grife {
    background-color: #a61718;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    font-family: 'DIN', sans-serif;
    text-transform: uppercase;
    color: #fff;
    border-radius: 25px;
    padding: 10px 32px;
  }
  body section.sobre-home .col-grife .btn-grife:hover {
    text-decoration: none;
  }
  body section.sobre-home .col-processos .title {
    font-size: 24px;
    color: #a61718;
    font-family: 'Cardillac', sans-serif;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
  }
  body section.sobre-home .col-processos .btn-processo {
    background-color: #a61718;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    font-family: 'DIN', sans-serif;
    text-transform: uppercase;
    color: #fff;
    border-radius: 25px;
    padding: 10px 48px;
  }
  body section.institucional-home .swiper-container-home-inst {
    overflow: hidden;
  }
}
.nopadding {
  padding: 0;
}
.addpaddingbannersforfixedmenu {
  margin-top: 125px !important;
}
.col-padding-blocks {
  padding-left: 40px;
  padding-right: 40px;
}
/*# sourceMappingURL=style_geral.css.map */