#menu_sidebar.sidebar .inside {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#banner ul li video{
  width: 100%;
  height: auto;
}
.engloba-sidebar .redes-sociais {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
}
.engloba-sidebar .redes-sociais a {
  color: #686868;
  font-size: 25px;
  margin: 0 5px;
}
.logo-side {
  width: 225px;
  margin: 0 auto;
}
.logo-side img {
  width: 100%;
}
.engloba-sidebar ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.engloba-sidebar ul li {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 30px;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #68686852;
  padding-bottom: 15px;
}
.engloba-sidebar ul li a {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #000000;
}
.botao-sidebar span {
  height: 2px;
  background: #686868;
  display: block;
  width: 35px;
  margin-bottom: 5px;
  display: none;
}
.wrap {
  max-width: 1124px !important;
  padding: 30px 0 !important;
}
@font-face {
  font-family: "fontello";
  src: url("../fontello/fontello.eot?7977416");
  src: url("../fontello/fontello.eot?7977416#iefix") format("embedded-opentype"),
    url("../fontello/fontello.woff?7977416") format("woff"), url("../fontello/fontello.ttf?7977416") format("truetype"),
    url("../fontello/fontello.svg?7977416#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-text {
  font-family: "fontello";
}
#topo {
  background: #eeeeee;
  height: 74px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
}
#topo .wrap {
  padding: 0 !important;
}
#topo .eng-navegacao {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 74px;
  width: 100%;
}
#topo .eng-navegacao .logo {
  display: inline-flex;
  width: 220px;
  justify-content: flex-start;
}
#topo .eng-navegacao .logo img {
  width: 100%;
}
#topo .eng-navegacao .navegacao-topo {
  width: 100%;
  display: inline-flex;
  justify-content: space-around;
}
#topo .eng-navegacao .navegacao-topo ul li {
  margin: 0 17.5px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
#topo .eng-navegacao .navegacao-topo ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#topo .eng-navegacao .navegacao-topo ul li a {
  color: #3a3a3a;
  font-size: 19px;
  display: table;
  width: 100%;
  text-transform: uppercase;
}
#topo .redes-sociais {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
#topo .redes-sociais a {
  margin-left: 16px;
  color: #666666;
  font-size: 18px;
}
#banner ul li .wrap {
  padding: 0;
  height: 100%;
}
#banner ul li .desc-bann {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 794px;
  position: relative;
}
#banner ul li .desc-bann .titulo {
  color: #ffffff;
  font-size: 108px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 90px;
  text-transform: uppercase;
}
#banner ul li .desc-bann .titulo span {
  display: block;
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 410px;
  line-height: 41px;
  margin: 0 auto;
  margin-right: 0;
}
#banner ul li .desc-bann img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 775px;
  transform: translate(-45px, -46%);
}

/*===================Services==================*/

#services .wrap {
  padding-bottom: 35px !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.eng-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.eng-title .title {
  color: #686868;
  font-size: 35px;
  font-family: "Montserrat";
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.73px;
}
.carrossel-novidade.owl-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.carrossel-novidade.owl-carousel button.owl-dot.active {
  background: #e30016;
}
.carrossel-novidade.owl-carousel button.owl-dot {
  text-align: center;
  border-radius: 100%;
  border: 1px solid#E30016;
  height: 10px;
  width: 10px;
  margin: 0 3px;
}
.eng-box-services {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  padding-top: 60px;
  width: 100%;
}
.eng-box-services .box-services:hover{
 -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.eng-box-services .box-services {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.eng-box-services .box-services .content {
  width: 92%;
}
.lightbox-servicos {
  display: none;
  width: 980px;
  height: auto;
}
.lightbox-servicos .btn-ver {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-top: 25px;
}
.lightbox-servicos .btn-ver a:hover {
  background: transparent;
  color: #ff0000;
}
.lightbox-servicos .btn-ver a {
  background: #ff0000;
  border: 1px solid #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 15px;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 0;
  width: 180px;
  height: 40px;
}
.lightbox-servicos .image{margin-right: 30px;}
.lightbox-servicos .image img{
  width: 100%;
}
.lightbox-servicos .description .title {
  color: #ff0000;
  font-size: 23px;
  font-family: "Montserrat";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.65px;
}
.lightbox-servicos .description p strong{
  color: #404040;
  font-size: 14px;
  font-family: "Montserrat";
}
.lightbox-servicos .description p {
  color: #404040;
  font-size: 14px;
  font-family: "Montserrat";
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 0.9px;
}
.eng-box-services .box-services .description .title {
  color: #ff0000;
  font-size: 23px;
  font-family: "Montserrat";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.65px;
}
.eng-box-services .box-services .description .image {
  width: 100%;
  margin-bottom: 20px;
}
.eng-box-services .box-services .description .image img {
  width: 100%;
  margin: 0 auto;
}
.eng-box-services .box-services .description p {
  color: #404040;
  font-size: 14px;
  font-family: "Montserrat";
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 0.9px;
}
.eng-box-services .box-services .description p span {
  display: block;
  font-weight: 600;
  color: #ff0000;
  font-size: 15px;
}

/*===================Final Services==================*/

/*===================Equipament==================*/

.box-equipaments-lightbox .btn-voltar a {
  width: 260px;
}
.box-equipaments-lightbox .btn-voltar {
  width: 100%;
  align-items: flex-start;
  justify-content: flex-end;
}
.box-equipaments-lightbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-equipaments-lightbox .image {
  display: inline-flex;
  background: #fff;
  width: 310px;
  align-items: center;
  justify-content: center;
  height: 330px;
}
.box-equipaments-lightbox .image img {
  width: 215px;
}
.box-equipaments-lightbox .description {
  display: inline-flex;
  flex-direction: column;
  width: 54%;
  align-items: baseline;
  justify-content: space-between;
}
.box-equipaments-lightbox .description .title {
  color: #686868;
  font-size: 26px;
  font-family: "Montserrat";
  font-weight: 700;
}
.box-equipaments-lightbox .description p {
  color: #000000;
  font-size: 15px;
  font-family: "Montserrat";
  font-weight: 400;
}
.lightbox-equipaments button:hover {
  background: #e30016;
  color: #fff;
}
.lightbox-equipaments {
  display: none;
  width: 890px;
  background: #eeeeee;
  border-top: 9px solid #e30016;
}
.lightbox-equipaments .eng-title {
  align-items: baseline;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}
.lightbox-equipaments .eng-title:after {
  content: "";
  background: #70707078;
  height: 1px;
  display: block;
  width: 310px;
  margin-top: 30px;
}
.lightbox-equipaments .eng-title span {
  color: #242424;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 8px;
}
.carrossel-equipaments.owl-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.carrossel-equipaments.owl-carousel button.owl-dot.active {
  background: #e30016;
}
.carrossel-equipaments.owl-carousel button.owl-dot {
  text-align: center;
  border-radius: 100%;
  border: 1px solid#E30016;
  height: 15px;
  width: 15px;
  margin: 0 3px;
}
.content-equipment {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 70px;
}
.content-equipment .category {
  display: inline-flex;
  width: 25%;
  min-width: 260px;
  flex-direction: column;
}
.btn-voltar {
  display: flex;
  width: 260px;
  height: 40px;
  margin-top: 40px;
}
.btn-voltar a {
  color: #fff;
  background: #e30016;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 25px;
  height: 100%;
}
.content-equipment .category ul {
  width: 260px;
}
.content-equipment .category ul li.active a {
  color: #fff;
}
.content-equipment .category ul li:hover {
  background: #e30016;
}
.content-equipment .category ul li:hover a {
  color: #fff;
}
.content-equipment .category ul li {
  height: 40px;
  background: #eeeeee;
  margin-bottom: 10px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
}
.content-equipment .category ul li.active {
  background: #e30016;
}
.content-equipment .category ul li a {
  color: #000000;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 400;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.eng-box-equipaments {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 73%;
  justify-content: space-between;
}
.eng-box-equipaments .box-equipaments {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 320px;
}
.eng-box-equipaments .box-equipaments:hover {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.eng-box-equipaments .box-equipaments .saiba {
  color: #e30016;
  font-size: 15px;
  font-family: "Montserrat";
  font-weight: 600;
  margin-top: 11px;
}
.eng-box-equipaments .box-equipaments .content {
  background: #eeeeee;
  width: 93%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  height: 100%;
}
.eng-box-equipaments .box-equipaments .image {
  background: #fff;
  width: 160px;
  height: 165px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.eng-box-equipaments .box-equipaments .image img {
  width: 110px;
  margin: 0 auto;
}
.eng-box-equipaments .box-equipaments .description {
  margin-top: 15px;
  width: 100%;
  padding: 0 10px;
  border-top: 1.5px solid #7070708c;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.eng-box-equipaments .box-equipaments .description p {
  color: #242424;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 400;
  margin-top: 20px;
}
.eng-box-equipaments .box-equipaments .description .title {
  color: #242424;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 400;
}
.eng-box-equipaments .box-equipaments .description span {
  color: #242424;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 11px;
}
#equipamentos .wrap {
  display: block;
  padding: 80px 0 !important;
}
#equipamentos .eng-title {
  align-items: baseline;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#equipamentos .search {
  display: inline-flex;
  border: 1px solid #7070707a;
  width: 470px;
  height: 35px;
  border-radius: 20px;
  overflow: hidden;
}
#equipamentos .search form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
}

#equipamentos .search form span {
  display: inline-flex;
  height: 100%;
  align-items: center;
  margin-right: 17px;
  transform: rotate(90deg);
  color: #686868;
  cursor: pointer;
}
#equipamentos .search form input {
  height: 100%;
  width: 100%;
  padding-left: 20px;
}
#equipment {
  height: 650px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  background: #eeeeee;
}
#equipment .firula {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  width: 1108px;
  z-index: 0;
}
.eng-box-equipament {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 90px 0;
}
.eng-box-equipament .box-equipament {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  min-width: 260px;
  margin-bottom: 20px;
}
.eng-box-equipament .box-equipament .content {
  width: 92%;
}
.eng-box-equipament .box-equipament:hover .image {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.eng-box-equipament .box-equipament .image {
  /* background: #A3A3A3; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  height: 275px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.eng-box-equipament .box-equipament .image img {
  width: 250px;
}
.eng-box-equipament .box-equipament .description {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-30deg);
}

/*===================Final Equipament==================*/

/*===================portfolio==================*/

#portfolio .wrap {
  display: block;
}
.fancybox-caption__body p{
    color: #FFF;
    font-size: 15px;
    font-family: "Montserrat";
}
.eng-box-portfolio {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
}
.eng-box-portfolio .box-portfolio {
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  margin: 20px 0;
  width: 100%;
}
.eng-box-portfolio .box-portfolio .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 525px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.eng-box-portfolio .box-portfolio:hover .image {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.carrossel-portfolio.owl-carousel .owl-nav button.owl-next:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 18px solid #e30016;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
}
.carrossel-portfolio.owl-carousel .owl-nav.disabled {
  display: block;
}
.carrossel-portfolio.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -45px;
  color: transparent;
}
.carrossel-portfolio.owl-carousel .owl-nav button.owl-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 18px solid #e30016;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -10px;
}
.carrossel-portfolio.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -45px;
  color: transparent;
}

/*===================Final portfolio==================*/

/*=======================Parceiros====================*/

#parceiros .wrap {
  display: block;
}
.eng-box-parceiros {
  padding-top: 30px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.box-parceiros {
  margin: 30px 0;
  width: 100%;
}
.box-parceiros:hover .image {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-parceiros .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-parceiros .image img {
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 19px);
}

.carrossel-portfolio.owl-carousel .owl-dots,
.carrossel-parceiros.owl-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.carrossel-portfolio.owl-carousel button.owl-dot.active,
.carrossel-parceiros.owl-carousel button.owl-dot.active {
  background: #e30016;
}

.carrossel-portfolio.owl-carousel button.owl-dot,
.carrossel-parceiros.owl-carousel button.owl-dot {
  text-align: center;
  border-radius: 100%;
  border: 1px solid#E30016;
  height: 10px;
  width: 10px;
  margin: 0 3px;
}

/*====================Final Parceiros====================*/

/*====================Sobre====================*/

#sobre {
  position: relative;
  display: block;
  margin-top: 25px;
}
.eng-box-sobre:after {
  content: "";
  background-image: url(../images/bg-firula.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
}
.eng-box-sobre:before {
  content: "";
  background-image: url(../images/bg-firula.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.eng-box-sobre .border-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  background: #fff;
  width: 100%;
  opacity: 0.7;
}
.eng-box-sobre .border-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 24px;
  background: #fff;
  width: 100%;
  opacity: 0.7;
}
.eng-box-sobre {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 0;
  margin-top: 25px;
}
@keyframes loading {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
}
.firula-dir .image {
  animation: loading 2s infinite;
}

.firula-dir .firula {
  width: 510px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -43%);
  z-index: 4;
}
.firula-dir .div-maior-2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -43%);
  z-index: 0;
}
.firula-dir .div-maior {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -43%);
  z-index: 1;
}
.firula-dir .eng-camada-2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -43%);
  z-index: 0;
}
.firula-dir .firula-2 {
  width: 520px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.firula-dir .eng-camada-3 {
  width: 560px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -43%);
  z-index: 1;
}
.firula-dir .firula-3 {
  width: 560px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.firula-dir:hover .firula-2 {
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.firula-dir:hover .firula-3 {
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.firula-dir .div-image {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translate(0px, -44%);
  z-index: 1;
}
.firula-dir .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  height: 480px;
  width: 475px;
}
.eng-box-sobre .box-sobre {
  width: 40%;
}
.eng-box-sobre .box-sobre .description {
  display: flex;
  flex-direction: column;
}
.eng-box-sobre .box-sobre .description .video:before{
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #FFF;
  margin-right: 10px;
}
.eng-box-sobre .box-sobre .description .video{
  display: flex;
  justify-content: center;
  align-items: center;
  background:#e30016;
  height: 40px;
  width: 195px;
  border-radius: 5px;
  text-align: center;
  line-height: 33px;
  position: relative;
  margin-top: 30px;
}
.lightbox-sobre{
  display: none;
  width: 650px;
  border-radius: 5px;
  height: auto;
}
.lightbox-sobre p{
  font-family: "Montserrat";
  font-size: 15px;
  color: #696969;
}
.eng-box-sobre .box-sobre .description .title {
  color: #df0116;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 46px;
  font-family: "Signika", sans-serif;
}
.eng-box-sobre .box-sobre .description .title span {
  display: block;
  color: #fff;
  font-size: 48px;
  font-family: "Signika", sans-serif;
}
.eng-box-sobre .box-sobre .description p {
  font-family: "Montserrat";
  font-size: 15px;
  color: #fff;
  margin-top: 30px;
}

/*====================Final Sobre====================*/

/*====================Contact====================*/

#contato{
  padding: 80px 0;
}
.info-contato .description {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 0;
}
.info-contato .description .title {
  color: #686868;
  font-size: 60px;
  font-family: "Montserrat";
  font-weight: 400;
}
.info-contato .description .link-social {
  display: inline-flex;
  margin-left: -25px;
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
.info-contato .description .link-social a:hover {
  color: #e30016;
}
.info-contato .description .link-social a {
  color: #686868;
  font-size: 25px;
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
}
.info-contato .description .link-social a img {
  width: 25px;
  filter: grayscale(1);
}
.info-contato .description .link-social a:hover img {
  filter: grayscale(0);
}
.info-contato .description p strong {
  color: #404040;
  font-size: 15px;
  font-family: "Montserrat";
  font-weight: 600;
  margin-top: 25px;
}
.info-contato .description p {
  color: #404040;
  font-size: 15px;
  font-family: "Montserrat";
  font-weight: 400;
  margin-top: 25px;
}
.eng-box-contact {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 100%;
}
.box-contact .content {
  width: 90%;
}
.eng-box-contact .box-contact {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  margin-bottom: 15px;
}
.box-contact .description {
  position: relative;
  text-align: center;
}
.box-contact .description .title:before {
  content: "";
  height: 80px;
  width: 110px;
  background: #fff;
  position: absolute;
  top: 14px;
  left: 36px;
  z-index: -1;
}
.box-contact:nth-of-type(3) .description .title {
  width: 232px;
}
.box-contact .description .title {
  color: #e30016;
  font-size: 89px;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  height: 120px;
  width: 145px;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
  display: inline-flex;
  vertical-align: bottom;
  font-family: "Lato", sans-serif;
  padding-bottom: 15px;
}
.box-contact .description .title:after {
  content: "";
  border: 4px solid #e30016;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  position: absolute;
  left: 0;
  z-index: -2;
}
.box-contact:nth-of-type(3) .description .link-social {
  margin-left: -95px;
}
.box-contact .description .link-social {
  display: inline-flex;
  margin-left: -25px;
  position: relative;
  z-index: 2;
}
.box-contact:nth-of-type(2) .description .link-social {
  margin-left: -15px;
}
.box-contact .description .link-social a:hover {
  color: #e30016;
}
.box-contact .description .link-social a {
  color: #686868;
  font-size: 25px;
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
}
.box-contact .description .link-social a img {
  width: 25px;
  filter: grayscale(1);
}
.box-contact .description .link-social a:hover img {
  filter: grayscale(0);
}
.box-contact .description p strong {
  color: #404040;
  font-size: 15px;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 26px;
  width: 70%;
  text-align: left;
  margin: 0 auto;
  margin-top: 20px;
}
.box-contact .description p {
  color: #404040;
  font-size: 15px;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 26px;
  width: 70%;
  text-align: left;
  margin: 0 auto;
  margin-top: 20px;
}

.form-contact {
  margin-top: 20px;
}

.form-contact a {
  color: #fff;
  background: #e30016;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  border-radius: 25px;
  height: 40px;
  margin: 0 auto;
}

.lightbox-form-contato {
  display: none;
  width: 60vw;
}

.lightbox-form-contato form {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}
.lightbox-form-contato textarea{
  font-family: "Montserrat";
  font-weight: 400;
  color: #404040;
  font-size: 18px;
  display: block;
  grid-column: 1 / -1;
  border: solid #40404063 1px;
  padding: 10px;
  border-radius: 12px;
  height: 130px;
}
.lightbox-form-contato select,
.lightbox-form-contato input {
  font-family: "Montserrat";
  font-weight: 400;
  color: #404040;
  font-size: 18px;
  display: block;
  grid-column: 1 / -1;
  border: solid #40404063 1px;
  padding: 10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.lightbox-form-contato input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Montserrat";
  font-weight: 400;
  color: #404040;
  font-size: 18px;
  opacity: 1; /* Firefox */
}

.lightbox-form-contato input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Montserrat";
  font-weight: 400;
  color: #404040;
  font-size: 18px;
}

.lightbox-form-contato input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "Montserrat";
  font-weight: 400;
  color: #404040;
  font-size: 18px;
}

.lightbox-form-contato .g-recaptcha {
  grid-column: 1 / 2;
}

.lightbox-form-contato input[type="file"] {
  border: none;
}

.lightbox-form-contato input[type="submit"] {
  grid-column: 2 / 3;
  align-self: end;
  justify-self: right;
  color: #fff;
  border-color: #e30016;
  background: #e30016;
  width: 150px;
  border-radius: 25px;
  height: 40px;
}
/*====================Final Contact====================*/

/*====================Redes sociais====================*/

#redes-sociais {
  position: relative;
}
#redes-sociais .wrap {
  display: block;
}
.eng-box-redes-sociais {
  padding-top: 35px;
}
#instafeed-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1124px;
  justify-content: center;
}
#instafeed-container a {
  display: inline-flex;
  width: 25%;
  min-width: 160px;
}
#instafeed-container a img {
  width: 100%;
}
.box-redes-sociais {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
}
.box-redes-sociais:hover .image {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-redes-sociais .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.carrossel-rede-social.owl-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.carrossel-rede-social.owl-carousel button.owl-dot.active {
  background: #e30016;
}
.carrossel-rede-social.owl-carousel button.owl-dot {
  text-align: center;
  border-radius: 100%;
  border: 1px solid#E30016;
  height: 10px;
  width: 10px;
  margin: 0 3px;
}

/*====================Final Redes sociais====================*/

/*======================Footer=========================*/

.bg-footer {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
  width: 100%;
}
#footer {
  background: #242424;
  height: 100px;
  display: flex;
  flex-direction: row;
}
#footer .wrap {
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#footer .logo {
  display: inline-flex;
  width: 150px;
}
#footer .logo img {
  width: 100%;
}
#footer .social {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  width: 70%;
  height: 60px;
  justify-content: flex-end;
}
#footer .links a {
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 5px;
}
#footer p {
  color: #fff;
  opacity: 0.4;
  font-size: 15px;
  font-family: "Montserrat";
  font-weight: 400;
}

/*========================Final footer==============================*/
