body {
  font-family: "Poppins", sans-serif;
}
.sect4 img{
width: 100%;}
.menu-expand {
  top: 2%;
  left: 1%;
  width: 98%;
  height: 0%;
  background: #121212;
  position: fixed;
  transition: 0.5s;
  z-index: 1050;
  border-radius: 8px;
  overflow: hidden;
}
.menu-expand .overlay {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 4%;
  opacity: 0;
  transition: 0.5s;
}
.menu-expand .overlay .container {
  max-width: 90%;
}
.menu-expand .overlay .container .row .conteudo .sub {
  font-weight: 800;
  color: white;
  margin-bottom: 3%;
}
.menu-expand .overlay .container .row .conteudo .links .link {
  font-size: 35px;
  margin-bottom: 2%;
  color: white;
  transition: 0.5s;
}
.menu-expand .overlay .container .row .conteudo .links .link:hover {
  opacity: 0.7;
}
.menu-expand .overlay .container .row .conteudo2 .sub {
  font-weight: 800;
  color: white;
  margin-bottom: 3%;
}
.menu-expand .overlay .container .row .conteudo2 .topico {
  padding: 5% 0;
  border-bottom: 1px solid #9F2128;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  color: white;
  transition: 0.5s;
}
.menu-expand .overlay .container .row .conteudo2 .topico:hover {
  background: #9F2128;
  color: white;
  padding-left: 4%;
}
.menu-expand .overlay .container .row .conteudo2 .ver-todos {
  display: flex;
  justify-content: center;
}
.menu-expand .overlay .container .row .conteudo2 .ver-todos button {
  background: #9F2128;
  color: white;
  border: 1px solid #9F2128;
  padding: 1vh 3vh;
}
.menu-expand.expandir {
  height: 96%;
}
.menu-expand.expandir .overlay {
  animation: 0.5s aparece 0.5s;
  animation-fill-mode: forwards;
}
@keyframes aparece {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.menu {
  background: transparent;
  transition: 0.5s;
  z-index: 2000;
}
.menu.modificar-menu {
  padding-top: 2%;
  background: transparent !important;
}
.menu.modificar-menu .navbar-brand {
  width: 23% !important;
}
.menu.modificar-menu .navbar-brand #stop1a {
  stop-color: #330000 !important;
}
.menu.modificar-menu .navbar-brand #stop1b {
  stop-color: #530A0E !important;
}
.menu.modificar-menu .navbar-brand #stop1c {
  stop-color: #70131B !important;
}
.menu.modificar-menu .navbar-brand #stop1d {
  stop-color: #7C1721 !important;
}
.menu.modificar-menu .navbar-brand #stop2a {
  stop-color: #330000 !important;
}
.menu.modificar-menu .navbar-brand #stop2b {
  stop-color: #530A0E !important;
}
.menu.modificar-menu .navbar-brand #stop2c {
  stop-color: #70131B !important;
}
.menu.modificar-menu .navbar-brand #stop2d {
  stop-color: #7C1721 !important;
}
.menu.modificar-menu .navbar-brand #cls-vermelho1 {
  fill: #9F2128;
}
.menu.modificar-menu .navbar-brand #cls-vermelho2 {
  fill: #9F2128;
}
.menu.modificar-menu .navbar-brand #cls-vermelho3 {
  fill: #9F2128;
}
.menu.modificar-menu .navbar-brand #cls-vermelho4 {
  fill: #9F2128;
}
.menu.modificar-menu .navbar-brand .cls-branco {
  fill: white !important;
}
.menu.modificar-menu .container .collapse ul li a {
  color: black;
}
.menu.modificar-menu .container .collapse ul li .bar {
  background: #7C1721;
}
.menu.modificar-menu .container .collapse ul li .bar .centro span {
  background: white;
}
.menu.modificar-menu .container .collapse ul li .bar .centro span:nth-child(1) {
  display: none;
}
.menu.modificar-menu .container .collapse ul li .bar .centro span:nth-child(2) {
  width: 100%;
  transform: rotate(45deg);
  margin-bottom: 0;
}
.menu.modificar-menu .container .collapse ul li .bar .centro span:nth-child(3) {
  width: 100%;
  margin-bottom: 0;
  transform: rotate(310deg);
  margin-top: -11%;
}
.menu.modificar-menu .container .expand {
  opacity: 0;
  visibility: hidden;
}
.menu.change {
  background: white;
}
.menu.change .container .collapse ul li a {
  color: black;
}
.menu.change .container .collapse ul li .bar {
  background: #7C1721;
}
.menu.change .container .collapse ul li .bar .centro span {
  background: white;
}
.menu .container {
  max-width: 90%;
}
.menu .container .navbar-brand {
  width: 20%;
  transition: 0.5s;
}
.menu .container .navbar-brand svg stop, .menu .container .navbar-brand svg path {
  transition: 0.5s;
}
.menu .container .navbar-brand svg .cls-branco.change {
  fill: black;
}
.menu .container .collapse {
  justify-content: flex-end;
}
.menu .container .collapse ul {
  align-items: center;
}
.menu .container .collapse ul li a {
  color: white;
  transition: 0.5s;
  font-weight: 300;
  font-size: 16px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.menu .container .collapse ul li .bar {
  background: white;
  width: 8vh;
  height: 8vh;
  border-radius: 50%;
  display: flex;
  transition: 0.5s;
  align-items: center;
  justify-content: center;
  margin-left: 7vh;
  cursor: pointer;
}
.menu .container .collapse ul li .bar .centro {
  width: 50%;
}
.menu .container .collapse ul li .bar .centro span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #7C1721;
  margin-bottom: 0.4rem;
  border-radius: 50px;
  transition: 0.5s;
}
.menu .container .collapse ul li .bar .centro span:nth-child(2) {
  width: 70%;
}
.menu .container .collapse ul li .bar .centro span:nth-child(3) {
  margin-bottom: 0;
  width: 40%;
}

p {
  margin: 0;
}

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

.banner {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.banner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  filter: brightness(0.5);
}
.banner .container {
  height: 100%;
  display: flex;
  color: white;
  align-items: center;
  max-width: 89%;
}
.banner .container .infos {
  position: absolute;
  bottom: 0;
  right: 7%;
  color: white;
  z-index: 10;
  width: 35%;
  display: flex;
  align-items: center;
  align-items: flex-end;
  justify-content: flex-end;
}
.banner .container .infos .column {
  width: 33.333%;
  background: white;
  margin: 0 1%;
  text-align: center;
  color: black;
  display: flex;
  justify-content: center;
  border-radius: 0px 60px 0px 0px;
  padding: 5vh 0 5vh 0px;
}
.banner .container .infos .column .center {
  width: 100%;
}
.banner .container .infos .column .center .numero {
  font-size: 55px;
  font-weight: 700;
  color: #7C1721;
  line-height: 100%;
}
.banner .container .infos .column .center .numero span {
  font-size: 25px;
}
.banner .container .infos .column .center .sub {
  margin-top: -5%;
  font-size: 16px;
  color: #7C1721;
  font-weight: 400;
}
.banner .container .infos .column .center .tarja {
  background: #7C1721;
  color: white;
  padding: 0.5vh 0;
  margin-top: 5%;
  font-weight: 600;
  font-size: 12px;
}
.banner .container .centro {
  z-index: 1000;
  width: 70%;
  margin-top: 3%;
}
.banner .container .centro .title {
  font-size: 37px;
  line-height: 130%;
  margin-bottom: 3%;
  font-weight: 700;
}
@media (min-height: 1800px) {
  .banner .container .centro .title {
    font-size: 40px;
  }
}
.banner .container .centro .text {
  font-size: 18px;
  font-weight: 200;
}
.banner .container .centro .botoes {
  display: flex;
  margin-top: 4%;
  align-items: center;
}
.banner .container .centro .botoes .botao {
  width: fit-content;
  margin-right: 1.5vh !important;
}
.banner .container .centro .botoes .botao:nth-child(1) {
  width: 26vh;
}
.banner .container .centro .botoes .botao:nth-child(1) button {
  background: #9F2128;
  width: 100%;
  color: white;
  border: 1px solid #9F2128;
}
.banner .container .centro .botoes .botao:nth-child(1) button:hover {
  background: white;
  border: 1px solid white;
  color: black;
}
.banner .container .centro .botoes .botao:nth-child(1) button:hover svg {
  fill: black;
}
.banner .container .centro .botoes .botao:nth-child(1) button:hover svg path {
  fill: black;
}
.banner .container .centro .botoes .botao:nth-child(2) {
  width: 50vh;
}
.banner .container .centro .botoes .botao:nth-child(2) button {
  width: 100%;
  background: transparent;
  border: 1px solid white;
  color: white;
}
.banner .container .centro .botoes .botao:nth-child(2) button:hover {
  background: white;
  color: black;
}
.banner .container .centro .botoes .botao:nth-child(2) button:hover svg {
  fill: black;
}
.banner .container .centro .botoes .botao:nth-child(2) button:hover svg path {
  fill: black;
}
.banner .container .centro .botoes .botao button {
  padding: 1.5vh 3vh;
  font-size: 17px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 200;
}
@media (min-width: 1800px) {
  .banner .container .centro .botoes .botao button {
    font-size: 20px;
  }
}
.banner .container .centro .botoes .botao button svg {
  margin-right: -15%;
}

.titulo, .sect1-all-prod .container .title, .video .container .title, .sect7-prod .container .title, .sect6-prod .container .title, .sect5-prod .container .title, .sect4-prod .container .title, .sect3-prod .container .title, .sect2-prod .container .title, .sect1-prod .container .title, .sect-geral-banner .banner-prod .overlay .container .title, .sect3-socio .container .conteudo .title, .sect2-socio .container .title, .sect1-socio .container .title, .sect6-sobre .container .title, .sect5-sobre .container .title, .sect4-sobre .container .conteudo .title, .sect4-sobre .container .content-left .title, .sect3-sobre .container .conteudo .centro .title, .sect2-sobre .container .conteudo .title, .sect8 .container .title, .sect7 .container .title, .sect5 .container .title, .sect3 .container .title, .sect2 .container .title, .sect1 .container .title {
  font-size: 50px;
  font-weight: 300;
  color: black;
}
.titulo b, .sect1-all-prod .container .title b, .video .container .title b, .sect7-prod .container .title b, .sect6-prod .container .title b, .sect5-prod .container .title b, .sect4-prod .container .title b, .sect3-prod .container .title b, .sect2-prod .container .title b, .sect1-prod .container .title b, .sect-geral-banner .banner-prod .overlay .container .title b, .sect3-socio .container .conteudo .title b, .sect2-socio .container .title b, .sect1-socio .container .title b, .sect6-sobre .container .title b, .sect5-sobre .container .title b, .sect4-sobre .container .conteudo .title b, .sect4-sobre .container .content-left .title b, .sect3-sobre .container .conteudo .centro .title b, .sect2-sobre .container .conteudo .title b, .sect8 .container .title b, .sect7 .container .title b, .sect5 .container .title b, .sect3 .container .title b, .sect2 .container .title b, .sect1 .container .title b {
  font-weight: 800;
  color: #7C1721;
}
@media (max-width: 980px) {
  .titulo, .sect1-all-prod .container .title, .video .container .title, .sect7-prod .container .title, .sect6-prod .container .title, .sect5-prod .container .title, .sect4-prod .container .title, .sect3-prod .container .title, .sect2-prod .container .title, .sect1-prod .container .title, .sect-geral-banner .banner-prod .overlay .container .title, .sect3-socio .container .conteudo .title, .sect2-socio .container .title, .sect1-socio .container .title, .sect6-sobre .container .title, .sect5-sobre .container .title, .sect4-sobre .container .conteudo .title, .sect4-sobre .container .content-left .title, .sect3-sobre .container .conteudo .centro .title, .sect2-sobre .container .conteudo .title, .sect8 .container .title, .sect7 .container .title, .sect5 .container .title, .sect3 .container .title, .sect2 .container .title, .sect1 .container .title {
    font-size: 30px;
  }
}

.sect1 {
  padding: 0vh 0 10vh 0;
  background: #FAFAFA;
  position: relative;
}
.sect1 .forma1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.sect1 .container {
  max-width: 100%;
}
.sect1 .container .title {
  margin-bottom: 4%;
  margin-top: 12%;
}
.sect1 .container .img-diferencial {
  height: 100vh;
  background-size: cover !important;
  background-position: center !important;
}
.sect1 .container .slick-arrow {
  bottom: 40%;
  width: 8vh;
  height: 8vh;
  background: #9F2128;
  padding: 0 !important;
  transition: 0.5s;
}
.sect1 .container .slick-arrow:hover {
  background: white;
}
.sect1 .container .slick-arrow:hover svg path {
  fill: #9F2128;
}
.sect1 .container .slick-arrow.leftButton {
  left: 2%;
  right: inherit;
}
.sect1 .container .slick-arrow.leftButton svg {
  transform: rotate(180deg);
}
.sect1 .container .slick-arrow.leftButton svg path {
  transition: 0.5s;
}
.sect1 .container .slick-arrow.rightButton {
  right: 2%;
  left: inherit;
}
.sect1 .container .dif-container {
  padding: 0 8%;
}
.sect1 .container .dif-container .cardi {
  background: rgba(160, 160, 160, 0.09);
  border: 1px solid #808080;
  padding: 8%;
  min-height: 50vh;
  border-radius: 8px;
}
.sect1 .container .dif-container .cardi .img {
  height: 16vh;
  width: 12vh;
}
.sect1 .container .dif-container .cardi .img .centro {
  width: 100%;
  height: 100%;
  background-size: 80% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.sect1 .container .dif-container .cardi .texto {
  font-weight: 300;
  margin-top: 2%;
  font-size: 18px;
}

.sect2 {
  padding: 10vh 0;
  position: relative;
  background: white;
}
.sect2 .container {
  max-width: 85%;
}
.sect2 .container .title {
  margin-bottom: 4%;
}
.sect2 .container .item .cardi {
  border: 1px solid rgba(0, 0, 0, 0.14);
  min-height: 75vh;
}
.sect2 .container .item .cardi .img {
  height: 40vh;
  background-size: cover !important;
  background-position: center !important;
}
.sect2 .container .item .cardi .infos {
  padding: 7%;
}
.sect2 .container .item .cardi .infos .nome {
  font-size: 22px;
  color: #9F2128;
  font-weight: 700;
  margin-bottom: 2%;
}
.sect2 .container .item .cardi .infos .texto {
  font-size: 14px;
  font-weight: 300;
  margin-top: 4%;
}
.sect2 .container .item .cardi .botao {
  width: 100%;
  margin-top: 8%;
}
.sect2 .container .item .cardi .botao button {
  width: 30%;
  background: black;
  color: white;
  border: 1px solid black;
  font-size: 14px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 5vh;
  padding-left: 5%;
  font-weight: 200;
  transition: 0.5s;
}
.sect2 .container .item .cardi .botao button:hover {
  background: white;
  color: black;
}
.sect2 .container .item .cardi .botao button:hover svg path {
  fill: black;
}
.sect2 .container .item .cardi .botao button svg {
  margin-right: -15%;
  width: 30%;
}
.sect2 .container .item .cardi .botao button svg path {
  fill: white;
}
.sect2 .container .slick-arrow {
  background: #7C1721;
  width: 8vh;
  height: 8vh;
  bottom: 37%;
  border-radius: 50%;
  transition: 0.5s;
}
.sect2 .container .slick-arrow.slickLeft {
  left: 2%;
}
.sect2 .container .slick-arrow.slickRight {
  right: 2%;
}
.sect2 .container .slick-arrow:hover {
  background: black;
}
.sect3 {
  padding: 10vh 0;
  background: #FAFAFA;
  position: relative;
}
.sect3 .container {
  max-width: 100%;
}
.sect3 .container .title {
  margin-bottom: 4%;
}
.sect3 .container .botao {
  display: flex;
  margin-top: 4%;
  justify-content: center;
}
.sect3 .container .botao a {
  display: block;
}
.sect3 .container .botao a button {
  background: black;
  width: 100%;
  color: white;
  border: 1px solid black;
  transition: 0.5s;
}
.sect3 .container .botao a button:hover {
  background: #9F2128;
  border: 1px solid #9F2128;
  color: white;
}
.sect3 .container .botao a button svg {
  margin-right: -14%;
}
.sect3 .container .slick-arrow {
  background: #7C1721;
  width: 8vh;
  height: 8vh;
  bottom: 45%;
  border-radius: 50%;
  transition: 0.5s;
}
.sect3 .container .slick-arrow.slickLeft {
  left: 2%;
}
.sect3 .container .slick-arrow.slickRight {
  right: 2%;
}
.sect3 .container .slick-arrow:hover {
  background: black;
}
@media (max-width: 980px) {
  .sect3 .container .slide {
    background: white;
    position: relative;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1882352941);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0392156863);
    overflow: hidden;
    min-height: 68vh;
    margin-bottom: 0%;
  }
  .sect3 .container .slide .produtopng {
    position: absolute;
    top: 5% !important;
    right: 0% !important;
    width: 50% !important;
    filter: drop-shadow(0px 60px 10px rgba(0, 0, 0, 0.1019607843)) !important;
  }
  .sect3 .container .slide .linha {
    display: block !important;
    align-items: center !important;
  }
  .sect3 .container .slide .linha .column1 {
    width: 100% !important;
    position: relative !important;
  }
  .sect3 .container .slide .linha .column1 .forma-svg {
    position: absolute;
    right: -46%;
    width: fit-content;
    height: 100%;
    top: 0;
    display: none !important;
  }
  .sect3 .container .slide .linha .column1 .img {
    height: 30vh !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0px 0px 301.496px 0px !important;
    position: relative !important;
  }
  .sect3 .container .slide .linha .column1 .img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #ffffff, transparent);
  }
  .sect3 .container .slide .linha .column2 {
    width: 100% !important;
    text-align: left !important;
  }
  .sect3 .container .slide .linha .column2 .content {
    padding: 5% !important;
  }
  .sect3 .container .slide .linha .column2 .content .nome {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: black !important;
    font-size: 20px !important;
  }
  .sect3 .container .slide .linha .column2 .content .desc {
    padding: 5% 0 !important;
    font-size: 12px !important;
    width: 100% !important;
    padding-left: 0% !important;
    font-weight: 300 !important;
  }
  .sect3 .container .slide .linha .column2 .content .botao a {
    display: block;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .sect3 .container .slide .linha .column2 .content .botao a button {
    background: #9F2128;
    width: 60% !important;
    color: white;
    font-size: 14px;
    border: 1px solid #9F2128;
    transition: 0.5s;
  }
  .sect3 .container .slide .linha .column2 .content .botao a button:hover {
    background: black;
    border: 1px solid black;
    color: white;
  }
  .sect3 .container .slide .linha .column2 .content .botao a button svg {
    margin-right: -14%;
  }
}
.sect3 .container .slide {
  background: white;
  position: relative;
  border-radius: 5px;
}
.sect3 .container .slide .produtopng {
  position: absolute;
  top: 19%;
  left: 55%;
  width: 75%;
  filter: drop-shadow(0px 60px 10px rgba(0, 0, 0, 0.1019607843));
}
.sect3 .container .slide .linha {
  display: flex;
  align-items: center;
}
.sect3 .container .slide .linha .column1 {
  width: 50%;
  position: relative;
}
.sect3 .container .slide .linha .column1 .forma-svg {
  position: absolute;
  right: -46%;
  width: fit-content;
  height: 100%;
  top: 0;
}
.sect3 .container .slide .linha .column1 .img {
  height: 90vh;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 0px 0px 301.496px 0px;
}
.sect3 .container .slide .linha .column2 {
  width: 50%;
  text-align: right;
}
.sect3 .container .slide .linha .column2 .content {
  padding-left: 20%;
  padding-right: 15%;
}
.sect3 .container .slide .linha .column2 .content .nome {
  text-transform: uppercase;
  font-weight: 600;
  color: black;
  font-size: 30px;
}
.sect3 .container .slide .linha .column2 .content .desc {
  padding: 5% 0;
  font-size: 20px;
  padding-left: 15%;
  font-weight: 300;
}
.sect3 .container .slide .linha .column2 .content .botao a {
  display: block;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.sect3 .container .slide .linha .column2 .content .botao a button {
  background: #9F2128;
  width: 42%;
  color: white;
  border: 1px solid #9F2128;
  transition: 0.5s;
}
.sect3 .container .slide .linha .column2 .content .botao a button:hover {
  background: black;
  border: 1px solid black;
  color: white;
}
.sect3 .container .slide .linha .column2 .content .botao a button svg {
  margin-right: -14%;
}

.sect4 {
  background: #FAFAFA;
  position: relative;
}
.sect4 .content {
  position: absolute;
  right: 3%;
  width: 45%;
  top: 0;
  height: 100%;
  color: white;
  display: flex;
  padding-bottom: 5%;
  align-items: flex-end;
}
.sect4 .content .texto {
  font-size: 22px;
  font-weight: 300;
}
@media(max-width: 1330px){
  .sect4 .content .texto{
    font-size: 19px;
  }
}
.sect4 .content .texto b, .sect4 .content .texto strong {
  font-weight: 800;
}
.sect4 .content .botao {
  display: flex;
  justify-content: flex-end;
  margin-top: 6%;
}
.sect4 .content .botao button {
  background: transparent;
  color: white;
  display: flex;
  align-items: center;
  border: none;
  font-size: 20px;
}
.sect4 .content .botao button .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5vh;
  height: 5vh;
  background: white;
  border-radius: 50%;
  margin-left: 2vh;
  padding: 0;
}
.sect4 .content .botao button .circle svg {
  width: 100%;
}
.sect4 .content .botao button .circle svg path {
  fill: black;
}

input:focus, button:focus, a:focus, input:focus, textarea:focus {
  outline: none;
}

.sect5 {
  padding: 10vh 0;
}
.sect5 .container {
  max-width: 94%;
}
.sect5 .container .title {
  margin-bottom: 4%;
}
.sect5 .container .row {
  align-items: center;
}
.sect5 .container .conteudo {
  width: 80%;
}
.sect5 .container .conteudo .sub {
  margin-top: 3%;
  font-size: 33px;
  font-weight: 400;
  color: black;
}
.sect5 .container .conteudo .texto {
  font-size: 13px;
  font-weight: 300;
  margin-top: 5%;
  width: 90%;
}
.sect5 .container .slick-dots {
  margin-top: 2%;
}
.sect5 .container .atuacao-petro .item {
  padding: 0 8px;
}
.sect5 .container .atuacao-petro .item .cardi {
  min-height: 63vh;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #FAFAFA;
}
.sect5 .container .atuacao-petro .item .cardi .img {
  height: 30vh;
  background-size: cover !important;
}
.sect5 .container .atuacao-petro .item .cardi .infos {
  padding: 6% 6% 2% 6%;
}
.sect5 .container .atuacao-petro .item .cardi .infos .nome {
  font-weight: 700;
  color: #7C1721;
  font-size: 22px;
  margin-bottom: 2%;
}
.sect5 .container .atuacao-petro .item .cardi .infos .texto {
  font-size: 12px;
  font-weight: 300;
}

.dots, .sect3-prod .container .slick-dots, .sect7 .container .slick-dots, .sect2 .container .slick-dots, .sect5 .container .slick-dots {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0 0;
}
.dots li button, .sect3-prod .container .slick-dots li button, .sect7 .container .slick-dots li button, .sect2 .container .slick-dots li button, .sect5 .container .slick-dots li button {
  font-size: 0px;
  width: 2vh;
  height: 2vh;
  margin: 0 0.5vh;
  border-radius: 50%;
  background: #bfbfbf;
  transition: 0.5s;
  border: 1px solid #bfbfbf;
}
.dots li.slick-active button, .sect3-prod .container .slick-dots li.slick-active button, .sect7 .container .slick-dots li.slick-active button, .sect2 .container .slick-dots li.slick-active button, .sect5 .container .slick-dots li.slick-active button {
  border-color: #7C1721;
  background: #7C1721;
}

.sect6 {
  padding: 10vh 0;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect6 .container {
  position: relative;
  z-index: 30;
  max-width: 90%;
  margin-top: 3%;
}
.sect6 .container .title {
  color: white;
  font-size: 50px;
}
.sect6 .container .texto {
  padding: 0 30%;
  color: white;
  font-weight: 200;
}
.sect6 .container .texto b {
  font-weight: 700;
}
.sect6 .container .botao {
  display: flex;
  margin-top: 4%;
  justify-content: center;
}
.sect6 .container .botao a {
  display: block;
}
.sect6 .container .botao a button {
  background: white;
  width: 100%;
  color: black;
  border: 1px solid white;
  transition: 0.5s;
}
.sect6 .container .botao a button:hover {
  background: black;
  border: 1px solid black;
  color: white;
}
.sect6 .container .botao a button:hover svg path {
  fill: white;
}
.sect6 .container .botao a button svg {
  margin-right: -14%;
}
.sect6 .container .botao a button svg path {
  fill: black;
}
.sect6 video {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.sect6 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: rgba(4, 191, 173, 0.5019607843);
  mix-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect6 .content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3294117647);
  z-index: 13;
}

.sect7 {
  padding: 0vh 0;
  position: relative;
}
.sect7 .container {
  max-width: 100%;
}
.sect7 .container .title {
  margin-bottom: 4%;
  font-size: 43px;
  color: white;
}
.sect7 .container .title b {
  color: white;
}
.sect7 .container .row {
  align-items: center;
}
.sect7 .container .conteudo {
  width: 80%;
  background: #7C1721;
  padding: 20vh 8vh;
}
.sect7 .container .conteudo .sub {
  margin-top: 3%;
  font-size: 23px;
  font-weight: 500;
  color: white;
}
.sect7 .container .conteudo .texto {
  font-size: 18px;
  font-weight: 200;
  margin-top: 5%;
  width: 90%;
  color: white;
}
.sect7 .container .slick-dots {
  margin-top: 2%;
  margin-bottom: 0;
}
.sect7 .container .slick-arrow {
  background: #7C1721;
  width: 8vh;
  height: 8vh;
  bottom: 45%;
  border-radius: 50%;
  transition: 0.5s;
}
.sect7 .container .slick-arrow.slickLeft {
  left: -8%;
}
.sect7 .container .slick-arrow.slickRight {
  right: 2%;
}
.sect7 .container .slick-arrow:hover {
  background: black;
}
.sect7 .container .clientes-petro {
  padding-right: 10%;
}
.sect7 .container .clientes-petro .item {
  padding: 0 8px;
}
.sect7 .container .clientes-petro .item .cardi {
  margin-bottom: 3%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #FAFAFA;
}
.sect7 .container .clientes-petro .item .cardi .img {
  height: 18vh;
  background-size: 70% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.sect8 {
  padding: 10vh 0;
  background: #FAFAFA;
  position: relative;
}
.sect8 .container {
  max-width: 90%;
}
.sect8 .container .r1 {
  margin-bottom: 4%;
}
.sect8 .container .botao {
  display: flex;
  justify-content: flex-end;
}
.sect8 .container .botao a {
  display: block;
}
.sect8 .container .botao a button {
  background: black;
  color: white;
  border: 1px solid black;
  font-size: 14px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 7vh;
  padding-left: 15%;
  font-weight: 200;
  transition: 0.5s;
}
.sect8 .container .botao a button:hover {
  background: white;
  color: black;
}
.sect8 .container .botao a button:hover svg path {
  fill: black;
}
.sect8 .container .botao a button svg {
  margin-right: -15%;
  width: 30%;
}
.sect8 .container .botao a button svg path {
  fill: white;
}
.sect8 .container .card-blog {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.14);
}
.sect8 .container .card-blog .img {
  height: 32vh;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  padding: 6%;
}
.sect8 .container .card-blog .img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.368627451), transparent);
}
.sect8 .container .card-blog .img .categoria {
  width: 50%;
}
.sect8 .container .card-blog .img .categoria p {
  width: fit-content;
  padding: 1vh 2vh;
  color: white;
  background: #BA1B24;
  font-weight: 600;
  font-size: 14px;
}
.sect8 .container .card-blog .img .linha {
  position: relative;
  display: flex;
  align-items: center;
}
.sect8 .container .card-blog .img .linha .leitura {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  color: white;
}
.sect8 .container .card-blog .desc {
  padding: 6%;
}
.sect8 .container .card-blog .desc .data {
  font-size: 12px;
}
.sect8 .container .card-blog .desc .title-blog {
  margin: 3% 0;
  font-size: 23px;
  font-weight: 700;
  color: #7C1721;
}
.sect8 .container .card-blog .desc .texto-blog {
  color: black;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 5%;
}
.sect8 .container .card-blog .desc .botao-saiba a button {
  width: 37%;
  background: black;
  color: white;
  border: 1px solid black;
  font-size: 14px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 6vh;
  padding-left: 5%;
  font-weight: 200;
  transition: 0.5s;
}
.sect8 .container .card-blog .desc .botao-saiba a button:hover {
  background: white;
  color: black;
}
.sect8 .container .card-blog .desc .botao-saiba a button:hover svg path {
  fill: black;
}
.sect8 .container .card-blog .desc .botao-saiba a button svg {
  margin-right: -15%;
  width: 35%;
}
.sect8 .container .card-blog .desc .botao-saiba a button svg path {
  fill: white;
}

.sect9 {
  padding: 15vh 0;
  background: #FAFAFA;
}
.sect9 .container {
  max-width: 82%;
}
.sect9 .container .row {
  align-items: center;
}
.sect9 .container .title {
  color: #7C1721;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 4%;
  margin-top: 10%;
}
.sect9 .container .title b {
  font-weight: 500;
}
.sect9 .content .title strong {
  font-weight: 500;
  color: #7C1721;
}
.sect9 .content .sub {
  color: rgba(0, 0, 0, 0.5411764706);
}
.sect9 .form .campos {
  padding: 2vh 0;
  position: relative;
}
.sect9 .form .campos input {
  width: 100%;
  padding: 2vh 2vh;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #656565;
  color: #656565;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 18px;
}
.sect9 .form .campos input[type=submit] {
  background: #7C1721;
  color: white;
  width: fit-content;
  padding: 1.5vh 3vh;
  float: right;
}
.sect9 .form .aceite {
  color: black;
  font-size: 14px;
}
.sect9 .form .aceite a {
  color: black;
  text-decoration: underline;
}

footer {
  padding: 10vh 0;
  background: linear-gradient(90deg, #202020 0%, #5F0507 100%);
  color: white;
}
footer .container {
  max-width: 90%;
}
footer .container .row {
  align-items: center;
}
footer .container .content {
  width: 70%;
}
footer .container .endereco {
  padding: 3vh 0;
  font-size: 14px;
}
footer .container .title-form {
  font-weight: 700;
}
footer .container .texto-form {
  font-weight: 200;
}
footer .container .redes {
  display: flex;
  align-items: center;
}
footer .container .redes .rede {
  margin: 0 0.5vh;
}
footer .container .redes .rede button {
  width: 5vh;
  font-size: 20px;
  height: 5vh;
  background: white;
  border: 1px solid white;
  border-radius: 50%;
}

.banner-sobre {
  height: 100vh;
  background-size: cover !important;
  background-position: center !important;
}
.banner-sobre .overlay {
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6392156863), rgba(0, 0, 0, 0.1098039216) 15%);
}
.banner-sobre .overlay .container p {
  font-size: 30px;
  color: white;
  font-weight: 200;
}

.sect1-sobre {
  background: #FAFAFA;
  position: relative;
}
.sect1-sobre .content {
  position: absolute;
  right: 3%;
  width: 45%;
  top: 0;
  height: 100%;
  color: white;
  display: flex;
  padding-bottom: 5%;
  align-items: center;
}
.sect1-sobre .content .texto {
  font-size: 22px;
  font-weight: 300;
  margin-top: 20%;
}
.sect1-sobre .content .texto b, .sect1-sobre .content .texto strong {
  font-weight: 800;
}
.sect1-sobre .content .botao {
  display: flex;
  justify-content: flex-end;
  margin-top: 6%;
}
.sect1-sobre .content .botao button {
  background: transparent;
  color: white;
  display: flex;
  align-items: center;
  border: none;
  font-size: 20px;
}
.sect1-sobre .content .botao button .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5vh;
  height: 5vh;
  background: white;
  border-radius: 50%;
  margin-left: 2vh;
  padding: 0;
}
.sect1-sobre .content .botao button .circle svg {
  width: 100%;
}
.sect1-sobre .content .botao button .circle svg path {
  fill: black;
}

.sect2-sobre {
  padding: 10vh 0;
  background: #FAFAFA;
}
.sect2-sobre .container {
  max-width: 100%;
}
.sect2-sobre .container .conteudo {
  padding-left: 10%;
}
.sect2-sobre .container .conteudo .title {
  text-align: right;
  margin-bottom: 4%;
  padding-left: 10%;
}
.sect2-sobre .container .conteudo .title b, .sect2-sobre .container .conteudo .title strong {
  font-weight: 700;
}
.sect2-sobre .container .conteudo .texto {
  padding-left: 10%;
  font-size: 20px;
}
.sect2-sobre .container .row {
  align-items: center;
}

.sect3-sobre {
  position: relative;
  padding: 10vh 0;
  height: 100vh;
  display: flex;
  align-items: center;
}
.sect3-sobre .forma1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 47.4%;
}
.sect3-sobre .forma2 {
  position: absolute;
  right: 0;
  top: 17%;
  width: 5.5%;
}
.sect3-sobre .forma-detalhe {
  position: absolute;
  top: 35%;
  left: 17%;
  width: 16%;
}
.sect3-sobre .container {
  max-width: 87%;
}
.sect3-sobre .container .conteudo {
  display: flex;
  justify-content: flex-end;
  padding-right: 1%;
}
.sect3-sobre .container .conteudo .centro {
  width: 65%;
}
.sect3-sobre .container .conteudo .centro .title {
  font-size: 47px;
}
.sect3-sobre .container .conteudo .centro .title b, .sect3-sobre .container .conteudo .centro .title strong {
  font-weight: 700;
}
.sect3-sobre .container .conteudo .centro .texto {
  padding-left: 5%;
  margin-top: 4%;
  font-size: 20px;
}

.sect4-sobre {
  padding: 20vh 0 10vh 0;
  position: relative;
}
.sect4-sobre .forma {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.sect4-sobre .container {
  max-width: 100%;
}
.sect4-sobre .container .row {
  align-items: center;
}
.sect4-sobre .container .content-left {
  padding: 0 13%;
}
.sect4-sobre .container .content-left .title {
  margin-bottom: 5%;
  font-size: 35px;
}
.sect4-sobre .container .content-left .title b, .sect4-sobre .container .content-left .title strong {
  font-weight: 700;
}
.sect4-sobre .container .content-left .texto {
  width: 100%;
  font-weight: 300;
  font-size: 22px;
}
.sect4-sobre .container .card-geral {
  display: flex;
  justify-content: center;
}
.sect4-sobre .container .card-geral .card-elastano {
  position: relative;
  width: 50%;
  border-radius: 8px;
  border: 1px solid #808080;
  background: rgba(160, 160, 160, 0.23);
  padding: 6%;
}
.sect4-sobre .container .card-geral .card-elastano .circle {
  position: absolute;
  left: -8%;
  top: -6%;
  background: #FFBF00;
  width: 8vh;
  height: 8vh;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect4-sobre .container .card-geral .card-elastano .circle svg {
  width: 40%;
  height: auto;
}
.sect4-sobre .container .card-geral .card-elastano img {
  filter: brightness(0) invert(1);
  width: 30%;
  margin-bottom: 4%;
  height: auto;
}
.sect4-sobre .container .card-geral .card-elastano p {
  font-weight: 200;
}
.sect4-sobre .container .conteudo {
  background: #202020;
  padding: 13% 5%;
  color: white;
  border-radius: 13px 124px 0 31px;
}
.sect4-sobre .container .conteudo .title {
  color: white;
  margin-bottom: 10%;
  font-size: 35px;
}
.sect4-sobre .container .conteudo .title b, .sect4-sobre .container .conteudo .title strong {
  font-weight: 700;
}

.sect5-sobre {
  position: relative;
  min-height: 100vh;
  padding: 10vh 0;
  background: radial-gradient(50% 50% at 50% 50%, #5C0608 40.87%, #221F1F 100%);
}
.sect5-sobre .img-fixa {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
}
.sect5-sobre .forma {
  height: auto;
  width: 40%;
}
.sect5-sobre .container {
  max-width: 90%;
}
.sect5-sobre .container .title {
  color: white;
  font-weight: 200;
}
.sect5-sobre .container .title b {
  font-weight: 700;
  color: white;
}
.sect5-sobre .container .texto {
  color: white;
  width: 60%;
  margin-top: 3%;
  font-weight: 200;
  font-size: 20px;
}

.sect6-sobre {
  padding: 10vh 0 15vh 0;
  background: #FAFAFA;
}
.sect6-sobre .container {
  max-width: 90%;
}
.sect6-sobre .container .title {
  margin-bottom: 8%;
  font-size: 45px;
  color: black;
  font-weight: 200;
}
.sect6-sobre .container .title b, .sect6-sobre .container .title strong {
  font-weight: 700;
}
.sect6-sobre .container .row {
  padding: 0 5%;
}
.sect6-sobre .container .card-destaque {
  padding: 0 5%;
  position: relative;
}
.sect6-sobre .container .card-destaque .numero {
  top: -5%;
  left: -1%;
  position: absolute;
  width: 8vh;
  height: 8vh;
  background: #7C1721;
  color: white;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sect6-sobre .container .card-destaque .card-interno {
  min-height: 48vh;
  border-radius: 8px;
  border: 1px solid #7C1721;
  background: rgba(124, 23, 33, 0.09);
  padding: 12%;
}
.sect6-sobre .container .card-destaque .card-interno .title-card {
  font-size: 22px;
  margin-bottom: 8%;
}
.sect6-sobre .container .card-destaque .card-interno .texto-card {
  font-size: 18px;
  font-weight: 300;
}

.sect7-sobre {
  padding: 10vh 0;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.sect7-sobre .fixa {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.sect7-sobre .forma {
  position: absolute;
  right: 20%;
  top: 5%;
  width: 20%;
}
.sect7-sobre .container {
  max-width: 90%;
}
.sect7-sobre .container .botao {
  width: 100%;
  margin-top: 8%;
}
.sect7-sobre .container .botao button {
  width: 25%;
  background: black;
  color: white;
  border: 1px solid black;
  font-size: 14px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 7vh;
  padding-left: 5%;
  font-weight: 200;
  transition: 0.5s;
}
.sect7-sobre .container .botao button:hover {
  background: white;
  color: black;
}
.sect7-sobre .container .botao button:hover svg path {
  fill: black;
}
.sect7-sobre .container .botao button svg {
  margin-right: -15%;
  width: 30%;
}
.sect7-sobre .container .botao button svg path {
  fill: white;
}
.sect7-sobre .container .conteudo {
  width: 60%;
}
.sect7-sobre .container .conteudo .logo-uni {
  width: 40%;
}
.sect7-sobre .container .conteudo .texto {
  width: 80%;
  font-size: 16px;
}

.timeline-section {
  background: radial-gradient(50% 50% at 50% 50%, #7C1721 0%, #2E231F 100%);
  padding: 10vh 0;
  color: white;
  position: relative;
}
.timeline-section .slick-arrow {
  position: absolute;
  bottom: 64.5%;
  width: 8vh;
  height: 8vh;
  border-radius: 50%;
  border: 1px solid white;
  background: rgba(84, 84, 86, 0.03);
  backdrop-filter: blur(10px);
  transition: 0.5s;
}
.timeline-section .slick-arrow svg path {
  transition: 0.5s;
}
.timeline-section .slick-arrow.leftArrow {
  left: 2%;
}
.timeline-section .slick-arrow.rightArrow {
  right: 2%;
  z-index: 1050;
}
.timeline-section .slick-arrow:hover {
  background: #7C1721;
}
.timeline-section .slick-arrow:hover svg path {
  stroke: white;
}
.timeline-section .timeline-title {
  font-size: 40px;
  color: white;
  margin-bottom: 3%;
  text-align: center;
}
.timeline-section .draggable {
  padding: 0 0 !important;
}
.timeline-section .timeline-carousel-nav {
  position: relative;
  max-width: 100%;
  margin: 0 auto 0px;
  width: 100%;
}
.timeline-section .timeline-carousel-nav::before {
  content: "";
  position: absolute;
  top: 62%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.5215686275);
  z-index: 1;
}
.timeline-section .timeline-carousel-nav .slick-track {
  display: flex;
  align-items: center;
}
.timeline-section .timeline-carousel-nav .year-slide {
  position: relative;
  z-index: 2;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
}
.timeline-section .timeline-carousel-nav .year-slide .year-label {
  color: #ccc;
  font-weight: 400;
  font-size: 1rem;
  transition: 0.3s ease;
  margin-bottom: 3% !important;
  cursor: pointer;
}
.timeline-section .timeline-carousel-nav .year-slide::after {
  content: "";
  width: 3vh;
  height: 3vh;
  background: rgba(255, 255, 255, 0.6117647059);
  border-radius: 4px;
  display: block;
  z-index: 3;
  cursor: pointer;
  opacity: 1;
}
.timeline-section .timeline-carousel-nav .year-slide.slick-center .year-label {
  color: #fff;
  font-weight: 700;
}
.timeline-section .timeline-carousel-nav .year-slide.slick-center::after {
  opacity: 1;
  background: white;
}
.timeline-section .timeline-carousel-content {
  margin-top: 3%;
  margin-bottom: 1%;
}
.timeline-section .timeline-carousel-content .timeline-slide-content {
  display: flex !important;
  justify-content: center;
  transition: opacity 0.4s ease;
}
.timeline-section .timeline-carousel-content .timeline-slide-content .timeline-box {
  background: #fff;
  color: #003366;
  max-width: 50%;
  width: 100%;
  padding: 2% 2%;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeline-section .timeline-carousel-content .timeline-slide-content .timeline-box .logo-area {
  width: 40%;
  padding-right: 5%;
  position: relative;
}
.timeline-section .timeline-carousel-content .timeline-slide-content .timeline-box .logo-area:before {
  content: "";
  position: absolute;
  right: 0%;
  top: 18%;
  width: 1px;
  height: 65%;
  background: black;
}
.timeline-section .timeline-carousel-content .timeline-slide-content .timeline-box .text-area {
  padding-left: 5%;
  width: 60%;
}

.sect1-socio {
  padding: 10vh 0 15vh 0;
  position: relative;
  background: #FAFAFA;
}
.sect1-socio .folha {
  position: absolute;
  bottom: -8%;
  left: 0;
  width: 8%;
}
.sect1-socio .folha2 {
  position: absolute;
  bottom: -8%;
  right: 0;
  width: 8%;
}
.sect1-socio .container {
  max-width: 90%;
}
.sect1-socio .container .row {
  align-items: center;
}
.sect1-socio .container .row .certify {
  width: 90%;
}
.sect1-socio .container .title {
  margin-bottom: 8%;
  font-size: 45px;
  color: black;
  font-weight: 200;
}
.sect1-socio .container .title b, .sect1-socio .container .title strong {
  font-weight: 700;
  color: #04370B;
}
.sect1-socio .container .texto {
  width: 90%;
  font-size: 20px;
}

.sect2-socio {
  padding: 10vh 0 10vh 0;
  background: #FAFAFA;
}
.sect2-socio .container {
  max-width: 100%;
  padding-right: 5%;
}
.sect2-socio .container .row {
  align-items: center;
}
.sect2-socio .container .title {
  margin-bottom: 8%;
  font-size: 45px;
  text-align: right;
  color: black;
  font-weight: 200;
}
.sect2-socio .container .title b, .sect2-socio .container .title strong {
  font-weight: 700;
  color: #04370B;
}
.sect2-socio .container .texto {
  width: 100%;
  font-size: 20px;
  text-align: right;
}
.sect2-socio .container img {
  width: 90%;
}

.sect3-socio {
  padding: 15vh 0 20vh 0;
  background: radial-gradient(50% 50% at 50% 50%, #043E0D 0%, #000E00 100%);
  position: relative;
}
.sect3-socio .forma {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
.sect3-socio .container {
  max-width: 90%;
}
.sect3-socio .container .conteudo {
  width: 70%;
}
.sect3-socio .container .conteudo .title {
  margin-bottom: 4%;
  font-size: 45px;
  color: white;
  font-weight: 200;
}
.sect3-socio .container .conteudo .title b, .sect3-socio .container .conteudo .title strong {
  font-weight: 700;
  color: white;
}
.sect3-socio .container .conteudo .texto {
  width: 100%;
  font-size: 20px;
  color: white;
}

.sect-geral-banner {
  position: relative;
}
.sect-geral-banner .banner-prod {
  height: 96vh;
  background-size: cover !important;
  background-position: center !important;
}
.sect-geral-banner .banner-prod .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3490196078);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sect-geral-banner .banner-prod .overlay .container {
  max-width: 90%;
}
.sect-geral-banner .banner-prod .overlay .container .title {
  color: white;
  font-weight: 700;
}
.sect-geral-banner .forma {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  left: 0;
}

.sect1-prod {
  padding: 15vh 0;
  background: #FAFAFA;
}
.sect1-prod .container {
  max-width: 90%;
}
.sect1-prod .container .title {
  color: #7C1721;
  font-weight: 500;
  margin-bottom: 3%;
}
.sect1-prod .container .texto {
  font-size: 20px;
  line-height: 35px;
}
.sect1-prod .container .texto b, .sect1-prod .container .texto strong {
  color: #7C1721;
}
.sect1-prod .container .botao {
  width: 100%;
  margin-top: 4%;
}
.sect1-prod .container .botao button {
  width: fit-content;
  background: black;
  color: white;
  border: 1px solid black;
  font-size: 17px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 8vh;
  padding-left: 2%;
  font-weight: 200;
  transition: 0.5s;
}
.sect1-prod .container .botao button:hover {
  background: white;
  color: black;
}
.sect1-prod .container .botao button:hover svg path {
  fill: black;
}
.sect1-prod .container .botao button svg {
  margin-right: -15%;
  width: 30%;
}
.sect1-prod .container .botao button svg path {
  fill: white;
}

.sect2-prod {
  background: black;
  padding: 15vh 0;
  position: relative;
}
.sect2-prod .slick-arrow {
  bottom: 40%;
  width: 8vh;
  height: 8vh;
  background: white;
  padding: 0 !important;
  transition: 0.5s;
}
.sect2-prod .slick-arrow svg path {
  fill: black;
}
.sect2-prod .slick-arrow:hover {
  background: #7C1721;
}
.sect2-prod .slick-arrow:hover svg path {
  fill: white;
}
.sect2-prod .slick-arrow.leftButton {
  left: 2%;
  right: inherit;
}
.sect2-prod .slick-arrow.leftButton svg {
  transform: rotate(180deg);
}
.sect2-prod .slick-arrow.leftButton svg path {
  transition: 0.5s;
}
.sect2-prod .slick-arrow.rightButton {
  right: 2%;
  left: inherit;
}
.sect2-prod .container {
  max-width: 95%;
}
.sect2-prod .container .row {
  padding: 0 5%;
}
.sect2-prod .container .title {
  color: white;
  font-size: 50px;
  margin-bottom: 3%;
  font-weight: 200;
}
.sect2-prod .container .title b {
  color: white;
  font-weight: 700;
}
.sect2-prod .container .slider-areas .img {
  height: 78vh;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 15px;
  position: relative;
}
.sect2-prod .container .slider-areas .img p {
  position: absolute;
  left: 3%;
  bottom: 3%;
  border-radius: 4px;
  background: linear-gradient(270deg, rgba(227, 74, 34, 0.1) 0%, rgba(3, 83, 148, 0.1) 75%);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 16px;
  padding: 1.5vh 4vh;
}
.sect2-prod .container .slider-areas-thumbs .item {
  padding: 1.4vh 2vh;
  cursor: pointer;
  transition: 0.5s;
}
.sect2-prod .container .slider-areas-thumbs .item:hover {
  opacity: 0.8;
}
.sect2-prod .container .slider-areas-thumbs .item .img {
  height: 24vh;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 15px;
}

.sect3-prod {
  padding: 10vh 0;
  position: relative;
  background: white;
}
.sect3-prod .container {
  max-width: 85%;
}
.sect3-prod .container .title {
  margin-bottom: 4%;
}
.sect3-prod .container .item .cardi {
  border: 1px solid rgba(0, 0, 0, 0.14);
  min-height: 75vh;
}
.sect3-prod .container .item .cardi .img {
  height: 40vh;
  background-size: cover !important;
  background-position: center !important;
}
.sect3-prod .container .item .cardi .infos {
  padding: 7%;
}
.sect3-prod .container .item .cardi .infos .nome {
  font-size: 24px;
  color: #9F2128;
  font-weight: 700;
  margin-bottom: 2%;
}
.sect3-prod .container .item .cardi .infos .texto {
  font-size: 16px;
  font-weight: 300;
  margin-top: 4%;
}
.sect3-prod .container .item .cardi .infos .texto b, .sect3-prod .container .item .cardi .infos .texto strong {
  font-weight: 700;
}
.sect3-prod .container .item .cardi .infos .texto li {
  margin-bottom: 2%;
}
.sect3-prod .container .item .cardi .botao {
  width: 100%;
  margin-top: 8%;
}
.sect3-prod .container .item .cardi .botao button {
  width: fit-content;
  background: black;
  color: white;
  border: 1px solid black;
  font-size: 14px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 5vh;
  padding-left: 5%;
  font-weight: 200;
  transition: 0.5s;
}
.sect3-prod .container .item .cardi .botao button:hover {
  background: white;
  color: black;
}
.sect3-prod .container .item .cardi .botao button:hover svg path {
  fill: black;
}
.sect3-prod .container .item .cardi .botao button svg {
  margin-right: -15%;
  width: 30%;
}
.sect3-prod .container .item .cardi .botao button svg path {
  fill: white;
}
.sect3-prod .container .slick-arrow {
  background: #7C1721;
  width: 8vh;
  height: 8vh;
  bottom: 37%;
  border-radius: 50%;
  transition: 0.5s;
}
.sect3-prod .container .slick-arrow.slickLeft {
  left: 2%;
}
.sect3-prod .container .slick-arrow.slickRight {
  right: 2%;
}
.sect3-prod .container .slick-arrow:hover {
  background: black;
}
.sect3-prod .container .botao {
  width: 100%;
  margin-top: 4%;
  display: flex;
  justify-content: center;
}
.sect3-prod .container .botao button {
  width: fit-content;
  background: #7C1721;
  color: white;
  border: 1px solid #7C1721;
  font-size: 17px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 8vh;
  padding-left: 5vh;
  font-weight: 200;
  transition: 0.5s;
}
.sect3-prod .container .botao button:hover {
  background: white;
  color: black;
}
.sect3-prod .container .botao button:hover svg path {
  fill: black;
}
.sect3-prod .container .botao button svg {
  margin-right: -15%;
  width: 30%;
}
.sect3-prod .container .botao button svg path {
  fill: white;
}

.sect4-prod {
  position: relative;
  padding: 10vh 0;
  background: #FAFAFA;
}
.sect4-prod .container {
  max-width: 90%;
}
.sect4-prod .container .title {
  margin-bottom: 4%;
}
.sect4-prod .container .title b, .sect4-prod .container .title strong {
  font-weight: 700;
  color: #7C1721;
}
.sect4-prod .container .linha {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 2px solid silver;
  padding: 2% 0;
}
.sect4-prod .container .linha .column {
  width: 23.33%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.sect4-prod .container .linha .column:nth-child(1) {
  padding-right: 10%;
  width: 30%;
  text-align: left;
}
.sect4-prod .container .linha .column:nth-child(1) .title-prop {
  font-size: 22px;
  font-weight: 700;
}
.sect4-prod .container .linha .column:nth-child(1) .desc-prop {
  font-weight: 400;
  font-size: 16px;
}
.sect4-prod .container .linha .column:nth-child(2) svg path {
  fill: rgb(255, 204, 0) !important;
}
.sect4-prod .container .linha .column .stars svg {
  width: 6vh;
  height: auto;
}
.sect4-prod .container .linha .column .stars svg path {
  fill: #AFAEAE;
}
.sect4-prod .container .linha .column .desc-interna {
  font-size: 13px;
  margin-top: 2%;
}
.sect4-prod .container .botao {
  width: 100%;
  margin-top: 8%;
  display: flex;
  justify-content: center;
}
.sect4-prod .container .botao button {
  width: fit-content;
  background: black;
  color: white;
  border: 1px solid black;
  font-size: 14px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 8vh;
  padding-left: 15%;
  font-weight: 200;
  transition: 0.5s;
}
.sect4-prod .container .botao button:hover {
  background: white;
  color: black;
}
.sect4-prod .container .botao button:hover svg path {
  fill: black;
}
.sect4-prod .container .botao button svg {
  margin-right: -15%;
  width: 30%;
}
.sect4-prod .container .botao button svg path {
  fill: white;
}

.sect5-prod {
  position: relative;
  padding: 10vh 0;
}
.sect5-prod .container {
  max-width: 90%;
}
.sect5-prod .container .slick-arrow {
  position: relative;
}
.sect5-prod .container .center {
  display: flex;
  justify-content: flex-end;
}
.sect5-prod .container .center .setas button {
  background: black;
  width: 7vh;
  height: 7vh;
  padding: 0;
}
.sect5-prod .container .center .setas button svg {
  width: 50%;
}
.sect5-prod .container .title {
  margin-bottom: 4%;
}
.sect5-prod .container .title b, .sect5-prod .container .title strong {
  font-weight: 700;
  color: #7C1721;
}
.sect5-prod .container .content {
  padding: 4%;
}
.sect5-prod .container .content .card-pro {
  background: rgba(124, 23, 33, 0.0784313725);
  border: 1px solid #7C1721;
  padding: 12% 9%;
  min-height: 60vh;
  border-radius: 8px;
  position: relative;
}
.sect5-prod .container .content .card-pro .number {
  width: 7vh;
  height: 7vh;
  font-weight: 700;
  font-size: 20px;
  background: #7C1721;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: -5%;
  top: -5%;
}
.sect5-prod .container .content .card-pro .title-card {
  font-size: 20px;
  color: black;
  font-weight: 700;
  margin-bottom: 4%;
}
.sect5-prod .container .content .card-pro .sub-title {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 4%;
}
.sect5-prod .container .content .card-pro ul li {
  margin-bottom: 5%;
}

.sect6-prod {
  padding: 10vh 0;
}
.sect6-prod .container {
  max-width: 90%;
}
.sect6-prod .container .row {
  align-items: center;
}
.sect6-prod .container .title b, .sect6-prod .container .title strong {
  color: #7C1721;
}
.sect6-prod .container .sub-title {
  font-size: 20px;
  margin-bottom: 5%;
}
.sect6-prod .container .botao {
  margin-bottom: 4%;
}
.sect6-prod .container .botao.vermelho button {
  background: #7C1721;
  border: 1px solid #7C1721;
}
.sect6-prod .container .botao.black button {
  background: black;
  border: 1px solid black;
}
.sect6-prod .container .botao button {
  width: 38%;
  position: relative;
  background: transparent;
  color: white;
  border: 1px solid transparent;
  height: 8vh;
  padding: 0 3vh 0 0vh;
}
.sect6-prod .container .botao button svg {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
}

.sect7-prod {
  padding: 10vh 0;
}
.sect7-prod .container .title b, .sect7-prod .container .title strong {
  color: #7C1721;
}
.sect7-prod .container .campo {
  margin-bottom: 2%;
}
.sect7-prod .container .campo input {
  width: 100%;
  padding: 1%;
  border: 1px solid grey;
  border-radius: 3px;
}
.sect7-prod .container input[type=submit] {
  background: black;
  color: white;
  padding: 1.5vh 3vh;
  border-radius: 3px;
  float: right;
  border: 1px solid black;
}

.video {
  padding: 10vh 0;
}
.video .container {
  max-width: 60%;
}
.video .container .title {
  margin-bottom: 5%;
}
.video .container video {
  width: 100%;
  height: 70vh;
}

.sect1-all-prod {
  padding: 10vh 0;
}
.sect1-all-prod .container {
  max-width: 90%;
}
.sect1-all-prod .container .title {
  margin-bottom: 4%;
}
.sect1-all-prod .container .card-prod-vert {
  background: white;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0392156863);
  overflow: hidden;
  min-height: 82vh;
  margin-bottom: 10%;
}
.sect1-all-prod .container .card-prod-vert .produtopng {
  position: absolute;
  top: 5%;
  right: 0%;
  width: 50%;
  filter: drop-shadow(0px 60px 10px rgba(0, 0, 0, 0.1019607843));
}
.sect1-all-prod .container .card-prod-vert .linha {
  display: block;
  align-items: center;
}
.sect1-all-prod .container .card-prod-vert .linha .column1 {
  width: 100%;
  position: relative;
}
.sect1-all-prod .container .card-prod-vert .linha .column1 .forma-svg {
  position: absolute;
  right: -46%;
  width: fit-content;
  height: 100%;
  top: 0;
  display: none;
}
.sect1-all-prod .container .card-prod-vert .linha .column1 .img {
  height: 40vh;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 0px 0px 301.496px 0px;
  position: relative;
}
.sect1-all-prod .container .card-prod-vert .linha .column1 .img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #ffffff, transparent);
}
.sect1-all-prod .container .card-prod-vert .linha .column2 {
  width: 100%;
  text-align: left;
}
.sect1-all-prod .container .card-prod-vert .linha .column2 .content {
  padding: 5%;
}
.sect1-all-prod .container .card-prod-vert .linha .column2 .content .nome {
  text-transform: uppercase;
  font-weight: 600;
  color: black;
  font-size: 25px;
}
.sect1-all-prod .container .card-prod-vert .linha .column2 .content .desc {
  padding: 5% 0;
  font-size: 14px;
  width: 80%;
  padding-left: 0%;
  font-weight: 300;
}
.sect1-all-prod .container .card-prod-vert .linha .column2 .content .botao a {
  display: block;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.sect1-all-prod .container .card-prod-vert .linha .column2 .content .botao a button {
  background: #9F2128;
  width: 42%;
  color: white;
  border: 1px solid #9F2128;
  transition: 0.5s;
}
.sect1-all-prod .container .card-prod-vert .linha .column2 .content .botao a button:hover {
  background: black;
  border: 1px solid black;
  color: white;
}
.sect1-all-prod .container .card-prod-vert .linha .column2 .content .botao a button svg {
  margin-right: -14%;
}

.banner-produtos {
  height: 60vh;
}

.banner-blog {
  height: 74vh;
  background-position: center !important;
  background-size: cover !important;
}
.banner-blog .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-blog .container .title {
  font-size: 40px;
  color: white;
  text-align: center;
  width: 100%;
  font-weight: 700;
}

.sect1-blog-single {
  padding-top: 8%;
  color: white;
}
.sect1-blog-single .alinhar {
  display: flex;
  justify-content: center;
}
.sect1-blog-single .alinhar .categoria {
  background: #7C1721;
  width: fit-content;
  text-transform: lowercase;
  color: white;
  font-size: 20px;
  padding: 2vh 4vh;
  border-radius: 50px;
}
.sect1-blog-single .title {
  font-size: 75px;
  font-weight: 900;
  line-height: 120%;
  margin-top: 4%;
  color: black;
}
.sect1-blog-single .audio {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sect1-blog-single .audio a {
  width: 7%;
}
.sect1-blog-single .audio a svg {
  width: 50%;
  margin-top: 16%;
  fill: #de0024;
}
.sect1-blog-single .audio audio {
  width: 85%;
  margin-top: 2%;
}
.sect1-blog-single .audio audio::-webkit-media-controls-panel {
  background-color: #000;
}
.sect1-blog-single .audio audio::-webkit-media-controls-play-button {
  filter: invert(1);
}
.sect1-blog-single .audio audio::-webkit-media-controls-current-time-display, .sect1-blog-single .audio audio::-webkit-media-controls-time-remaining-display {
  color: white;
}
.sect1-blog-single .audio audio::-webkit-media-controls-timeline, .sect1-blog-single .audio audio::-webkit-media-controls-volume-slider-container, .sect1-blog-single .audio audio::-webkit-media-controls-volume-slider, .sect1-blog-single .audio audio::-webkit-media-controls-mute-button {
  filter: invert(1);
}
.sect1-blog-single .audio audio::-webkit-media-controls-seek-forward-button {
  filter: invert(1);
}

.sect2-blog {
  padding: 4% 0;
  color: black;
}
.sect2-blog .container {
  max-width: 90%;
}
.sect2-blog .container .conteudo-blog {
  display: flex;
  align-items: center;
}
.sect2-blog .container .conteudo-blog .autor {
  display: flex;
  align-items: center;
  width: 50%;
  border-right: 1px solid black;
}
.sect2-blog .container .conteudo-blog .autor .avatar {
  border-radius: 50%;
  width: 20%;
}
.sect2-blog .container .conteudo-blog .autor .nome {
  width: 100%;
  padding: 0% 0% 0% 6%;
  color: black;
  font-weight: 100;
}
.sect2-blog .container .conteudo-blog .autor .nome .autor-p {
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
}
.sect2-blog .container .conteudo-blog .data {
  width: 50%;
  padding-left: 7%;
  font-weight: 100;
  color: black;
}
.sect2-blog .container .conteudo-blog .data .date {
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
}
.sect2-blog .container .sfsi_shortcode_container {
  float: right;
}
.sect2-blog .container .sfsi_shortcode_container .norm_row.sfsi_wDiv {
  width: fit-content !important;
  filter: grayscale(1);
}
.sect2-blog .container .right, .sect2-blog .container .comp {
  padding: 0% 8% 0% 0%;
}
.sect2-blog .container .right .t-blog, .sect2-blog .container .comp .t-blog {
  font-weight: 100;
  color: black;
  margin-bottom: 4%;
}
.sect2-blog .container .right span, .sect2-blog .container .comp span {
  color: black;
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
}
.sect2-blog .container .right:before {
  content: "";
  border-right: 1px solid black;
  height: 78%;
  width: 10px;
  position: absolute;
  right: 0%;
}

.sect-img .img-dest {
  padding: 20% 0%;
  background-position: center;
  background-size: cover;
}

.sect3-blog {
  padding: 3% 0;
  color: black;
}
.sect3-blog .container .introducao, .sect3-blog .container .conteudo {
  margin-bottom: 5%;
}
.sect3-blog .container .conteudo, .sect3-blog .container .introducao {
  padding-top: 5%;
}
.sect3-blog .container .conteudo p, .sect3-blog .container .conteudo span, .sect3-blog .container .introducao p, .sect3-blog .container .introducao span {
  font-weight: 200 !important;
}
.sect3-blog .container .conteudo p, .sect3-blog .container .introducao p {
  font-size: 20px;
}
.sect3-blog .container .links {
  margin-bottom: 0%;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: underline;
  color: #de0024;
}

.sect4-blog {
  padding: 3% 0;
}
.sect4-blog .container {
  max-width: 100%;
}
.sect4-blog .container .alinhar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 0%;
  border: 1px solid;
  transition: 0.5s;
  background: black;
}
.sect4-blog .container .alinhar .title {
  color: white;
}
.sect4-blog .container .alinhar .pst {
  color: #9F2128;
}
.sect4-blog .container .alinhar:hover {
  background-color: white;
}
.sect4-blog .container .alinhar:hover .title {
  color: black;
}
.sect4-blog .container .alinhar:hover .pst {
  color: #7C1721;
}
.sect4-blog .container .alinhar .prev-pos {
  width: 50%;
}
.sect4-blog .container .alinhar .prev-pos .pst {
  font-weight: 700;
}
.sect4-blog .container .alinhar .prev-pos .title {
  font-weight: 300;
  transition: 0.5s;
  text-transform: lowercase;
  line-height: 120%;
  font-size: 35px;
}
@media (min-width: 1800px) {
  .sect4-blog .container .alinhar .prev-pos .title {
    font-size: 42px;
  }
}
.sect4-blog .container .alinhar .prev-pos .arrow-prev {
  background: white;
  border-radius: 50%;
  width: 6%;
  position: absolute;
  padding: 2% 1.6%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 27%;
  left: 17%;
  transition: 0.5s;
}
.sect4-blog .container .alinhar .prev-pos .arrow-prev svg {
  fill: black;
  transition: 0.5s;
  transform: rotate(180deg);
  width: 80%;
}
.sect4-blog .container .alinhar .prev-pos .arrow-prev:hover {
  background-color: white;
}
.sect4-blog .container .alinhar .prev-pos .arrow-prev:hover svg {
  fill: black;
}
.sect4-blog .container .alinhar .next-pos {
  width: 50%;
}
.sect4-blog .container .alinhar .next-pos .pst {
  font-weight: 700;
}
.sect4-blog .container .alinhar .next-pos .title {
  font-weight: 300;
  text-transform: lowercase;
  line-height: 120%;
  font-size: 35px;
}
@media (min-width: 1800px) {
  .sect4-blog .container .alinhar .next-pos .title {
    font-size: 42px;
  }
}
.sect4-blog .container .alinhar .next-pos .arrow-prev {
  background: black;
  border-radius: 50%;
  width: 6%;
  position: absolute;
  padding: 2% 1.6%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 27%;
  left: 17%;
  transition: 0.5s;
}
.sect4-blog .container .alinhar .next-pos .arrow-prev svg {
  transition: 0.5s;
  fill: white;
  width: 80%;
}
.sect4-blog .container .alinhar .next-pos .arrow-prev:hover {
  background-color: white;
}
.sect4-blog .container .alinhar .next-pos .arrow-prev:hover svg {
  fill: black;
}

.single-post .navbar-brand #stop1a {
  stop-color: #330000 !important;
}
.single-post .navbar-brand #stop1b {
  stop-color: #530A0E !important;
}
.single-post .navbar-brand #stop1c {
  stop-color: #70131B !important;
}
.single-post .navbar-brand #stop1d {
  stop-color: #7C1721 !important;
}
.single-post .navbar-brand #stop2a {
  stop-color: #330000 !important;
}
.single-post .navbar-brand #stop2b {
  stop-color: #530A0E !important;
}
.single-post .navbar-brand #stop2c {
  stop-color: #70131B !important;
}
.single-post .navbar-brand #stop2d {
  stop-color: #7C1721 !important;
}
.single-post .navbar-brand #cls-vermelho1 {
  fill: #9F2128;
}
.single-post .navbar-brand #cls-vermelho2 {
  fill: #9F2128;
}
.single-post .navbar-brand #cls-vermelho3 {
  fill: #9F2128;
}
.single-post .navbar-brand #cls-vermelho4 {
  fill: #9F2128;
}
.single-post .navbar-brand .cls-branco {
  fill: black;
}
.single-post .menu {
  background: white;
}
.single-post .menu .container .collapse ul li a {
  color: black;
}
.single-post .menu .container .collapse ul li .bar {
  background: #7C1721;
}
.single-post .menu .container .collapse ul li .bar .centro span {
  background: white;
}

#mob {
  display: none;
}

.sect-contato {
  padding: 10vh 0;
  background: #FAFAFA;
}
.sect-contato .container {
  max-width: 90%;
}
.sect-contato .container .row {
  justify-content: center;
}
.sect-contato .container .card-local {
  padding: 15% 0;
  min-height: 44vh;
  border-radius: 8px;
  background: #7C1721;
  color: white;
  display: flex;
  justify-content: center;
}
.sect-contato .container .card-local .centro {
  width: 70%;
}
.sect-contato .container .card-local .centro .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect-contato .container .card-local .centro .img .center {
  width: 50%;
  height: 11vh;
  background-position: center !important;
  background-size: 70% !important;
  background-repeat: no-repeat !important;
  filter: brightness(0) invert(1);
}
.sect-contato .container .card-local .centro .title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.sect-contato .container .card-local .centro .info {
  text-align: center;
  font-weight: 200;
  font-size: 14px;
  margin-top: 3%;
}

.sect-contato2 {
  padding: 10vh 0;
  background: #FAFAFA;
}
.sect-contato2 .container .mapa iframe {
  width: 100%;
  height: 74vh;
}
.sect-contato2 .container .forms {
  background: black;
  color: white;
  padding: 5% 5% 9% 5%;
}
.sect-contato2 .container .forms .title {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 4%;
}
.sect-contato2 .container .forms .title b, .sect-contato2 .container .forms .title strong {
  font-weight: 800;
}
.sect-contato2 .container .forms form .campo {
  margin-bottom: 5%;
}
.sect-contato2 .container .forms form .campo ::placeholder {
  color: white;
  opacity: 0.6;
}
.sect-contato2 .container .forms form .campo input {
  background: transparent;
  width: 100%;
  height: 7vh;
  color: white;
  border: none;
  border-bottom: 1px solid white;
}
.sect-contato2 .container .forms form .campo textarea {
  background: transparent;
  width: 100%;
  height: 7vh;
  color: white;
  border: none;
  border-bottom: 1px solid white;
}
.sect-contato2 .container .forms form input[type=submit] {
  float: right;
  background: #9F2128;
  color: white;
  border: 1px solid #9F2128;
  padding: 1.5vh 3vh;
  border-radius: 50px;
}

.mob {
  display: none;
}

.whats {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 5%;
  z-index: 1050;
  cursor: pointer;
}
@media (max-width: 980px) {
  .whats {
    width: 18%;
  }
}

.modal {
  background: rgba(0, 0, 0, 0.4705882353);
}
.modal .btn-close {
  background: #7C1721;
  border: 1px solid #7C1721;
  color: white;
  width: 4vh;
  height: 4vh;
  border-radius: 50%;
}
.modal form .campo input, .modal form .campo select {
  width: 100%;
  height: 6vh;
  border: 1px solid #7C1721;
  margin-bottom: 2%;
  padding-left: 3%;
}
.modal form input[type=submit] {
  float: right;
  background: #7C1721;
  border: 1px solid #7C1721;
  color: white;
  padding: 1% 2%;
}

.sect-catalogos {
  background: #FAFAFA;
  padding: 10vh 0;
}
.sect-catalogos .container .cardi {
  border: 1px solid silver;
  background: white;
  margin-bottom: 10%;
}
.sect-catalogos .container .cardi .img {
  height: 60vh;
  background-size: cover !important;
  background-position: center !important;
}
.sect-catalogos .container .cardi .infos {
  padding: 8%;
}
.sect-catalogos .container .cardi .infos .title {
  font-size: 20px;
  text-align: center;
  color: black;
}

@media (max-width: 980px) {
  .desk {
    display: none;
  }
  .mob {
    display: block;
  }
  #mob {
    display: block;
  }
  #desk {
    display: none !important;
  }
  .banner video {
    width: fit-content;
    height: 100%;
  }
  .banner .container .centro .title {
    font-size: 25px;
  }
  .banner .container .centro {
    width: 100%;
  }
  .banner .container .centro .botoes {
    display: block;
  }
  .banner .container .centro .botoes .botao button {
    padding: 1vh 2vh;
    width: fit-content;
  }
  .banner .container .centro .botoes .botao button {
    font-size: 16px;
    width: fit-content;
  }
  .banner .container .centro .botoes .botao:nth-child(1) button {
    margin-bottom: 5%;
  }
  .banner .container .centro .botoes .botao:nth-child(2) button {
    width: fit-content;
  }
  .banner .container .infos {
    display: none;
  }
  .banner .container .centro .text {
    font-size: 14px;
  }
  .navbar-brand {
    width: 38% !important;
  }
  .navbar-brand #stop1a {
    stop-color: #330000 !important;
  }
  .navbar-brand #stop1b {
    stop-color: #530A0E !important;
  }
  .navbar-brand #stop1c {
    stop-color: #70131B !important;
  }
  .navbar-brand #stop1d {
    stop-color: #7C1721 !important;
  }
  .navbar-brand #stop2a {
    stop-color: #330000 !important;
  }
  .navbar-brand #stop2b {
    stop-color: #530A0E !important;
  }
  .navbar-brand #stop2c {
    stop-color: #70131B !important;
  }
  .navbar-brand #stop2d {
    stop-color: #7C1721 !important;
  }
  .navbar-brand #cls-vermelho1 {
    fill: #9F2128;
  }
  .navbar-brand #cls-vermelho2 {
    fill: #9F2128;
  }
  .navbar-brand #cls-vermelho3 {
    fill: #9F2128;
  }
  .navbar-brand #cls-vermelho4 {
    fill: #9F2128;
  }
  .navbar-brand .cls-branco {
    fill: black;
  }
  .menu {
    background: white;
  }
  .menu .container .collapse ul li a {
    color: black;
  }
  .menu .container .collapse ul li .bar {
    background: #7C1721;
  }
  .menu .container .collapse ul li .bar .centro span {
    background: white;
  }
  .sect1 .container .dif-container .cardi .texto {
    font-size: 14px;
  }
  .sect1 .container .img-diferencial {
    height: 50vh;
  }
  .sect2 .container .item .cardi .botao button {
    width: 60%;
  }
  .sect4 img, .sect1-sobre img {
    display: none;
  }
  .sect4 .content, .sect1-sobre .content {
    width: 100%;
    position: relative;
    top: inherit;
    right: inherit;
  }
  .sect1-sobre {
    background: #7C1721;
  }
  .sect2 .container .item .cardi .img {
    height: 30vh;
  }
  .sect3 .container .title {
    margin-bottom: 6%;
  }
  .sect3 .container {
    max-width: 80%;
  }
  .sect2 .container .slick-arrow, .sect3 .container .slick-arrow {
    width: 6vh;
    height: 6vh;
    padding: 0;
  }
  .sect2 .container .slick-arrow svg, .sect3 .container .slick-arrow svg {
    width: 50%;
  }
  .sect3 .container .slide {
    margin: 0 0.1%;
  }
  .sect4, .sect1-sobre {
    padding: 10vh 10%;
    background: #7C1721;
  }
  .sect4 .content .texto, .sect1-sobre .content .texto {
    font-size: 17px;
  }
  .sect5 .container .conteudo .sub {
    font-size: 18px;
  }
  .sect5 .container .conteudo {
    width: 100%;
  }
  .sect5 .container .conteudo .texto {
    width: 100%;
  }
  .sect5 .container .conteudo .texto {
    font-size: 14px;
    margin-bottom: 12%;
  }
  .sect5 .container .atuacao-petro .item .cardi .infos .texto {
    font-size: 12px;
  }
  .sect6 .container .title {
    font-size: 25px;
  }
  .sect6 .container .title br {
    display: none;
  }
  .sect6 .container .texto {
    padding: 0 0;
    font-size: 14px;
    margin: 8% 0;
  }
  .sect6 video {
    width: fit-content;
    height: 100%;
  }
  .sect7 .container .title {
    font-size: 30px;
  }
  .sect7 .container .conteudo .sub {
    font-size: 18px;
  }
  .sect7 .container .conteudo .texto {
    font-size: 14px;
  }
  .sect7 .container .conteudo {
    width: 90%;
  }
  .sect7 .container .slick-arrow.slickLeft {
    left: 2%;
  }
  .sect7 .container .clientes-petro .item .cardi .img {
    background-size: 60% !important;
  }
  .sect7 .container .clientes-petro {
    padding: 0 15%;
    margin-top: 5%;
  }
  .sect8 .container .card-blog .desc .botao-saiba a button {
    width: 50%;
  }
  .sect8 .container .card-blog {
    margin-bottom: 8%;
  }
  .sect8 .container .card-blog .desc .title-blog {
    font-size: 20px;
  }
  .sect8 .container .card-blog .desc .texto-blog {
    font-size: 12px;
  }
  .sect9 {
    padding: 0 0 10vh 0;
  }
  .sect2-sobre {
    padding: 0 0;
  }
  .sect2-sobre .container .conteudo {
    padding: 10vh 0;
  }
  .sect2-sobre .container .conteudo .texto {
    font-size: 14px;
  }
  .sect3-sobre {
    height: auto;
  }
  .sect3-sobre .container .conteudo .centro .title {
    font-size: 30px;
  }
  .sect3-sobre .container .conteudo .centro {
    width: 100%;
    padding-top: 10%;
  }
  .sect3-sobre .container .conteudo .centro .texto {
    font-size: 14px;
  }
  .sect2-sobre .container .conteudo .texto {
    padding-left: 0;
  }
  .sect3-sobre .forma-detalhe {
    top: 0%;
    left: 38%;
  }
  .sect4-sobre {
    padding: 10vh 0;
  }
  .sect4-sobre .container .content-left .title {
    font-size: 30px;
  }
  .sect4-sobre .container .content-left {
    padding: 0 5%;
  }
  .sect4-sobre .container .content-left .texto {
    font-size: 14px;
  }
  .sect4-sobre .container .conteudo {
    margin-top: 10%;
  }
  .sect4-sobre .container .conteudo .title {
    font-size: 30px;
  }
  .sect4-sobre .container .card-geral .card-elastano {
    width: 84%;
  }
  .sect4-sobre .container .card-geral .card-elastano p {
    font-size: 14px;
  }
  .sect5-sobre .container .texto {
    width: 100%;
    font-size: 14px;
  }
  .sect5-sobre {
    min-height: auto !important;
  }
  .sect6-sobre .container .title {
    font-size: 30px;
  }
  .sect6-sobre .container .card-destaque .card-interno .texto-card {
    font-size: 14px;
  }
  .sect6-sobre .container .card-destaque .card-interno {
    margin-bottom: 10%;
  }
  .sect7-sobre .fixa {
    height: auto;
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
  }
  .sect7-sobre {
    height: auto;
    display: block;
  }
  .sect7-sobre .container .conteudo {
    width: 100%;
  }
  .sect7-sobre .container .conteudo .texto {
    width: 100%;
  }
  .sect7-sobre .forma {
    right: 41%;
    top: 5%;
    width: 54%;
  }
  .sect7-sobre .container {
    padding-top: 10%;
  }
  .sect7-sobre .container .conteudo .texto {
    font-size: 14px;
  }
  .timeline-section .timeline-title {
    font-size: 30px;
    margin-bottom: 15%;
  }
  .timeline-section .timeline-carousel-content .timeline-slide-content .timeline-box {
    max-width: 85%;
  }
  .timeline-section .timeline-carousel-content .timeline-slide-content .timeline-box .text-area h3 {
    font-size: 20px;
  }
  .timeline-section .timeline-carousel-content .timeline-slide-content .timeline-box .text-area p {
    font-size: 12px;
  }
  .sect9 .container .title, .sect2-socio .container .title, .sect3-socio .container .conteudo .title {
    font-size: 30px;
  }
  .sect1-socio .container .title {
    font-size: 30px;
  }
  .sect1-socio .container .texto, .sect2-socio .container .texto {
    width: 100%;
    font-size: 14px;
  }
  .sect1-socio .container .row .certify {
    width: 75%;
    margin: 6% 11%;
    margin-bottom: 0;
  }
  .sect1-socio {
    padding: 10vh 0;
  }
  .sect1-socio .folha, .sect1-socio .folha2 {
    width: 19%;
  }
  .sect2-socio .container .title {
    margin-top: 8%;
  }
  .sect3-socio .forma {
    height: auto;
    width: 40%;
  }
  .sect3-socio .container .conteudo {
    width: 100%;
  }
  .sect3-socio .container .conteudo .title {
    width: 70%;
  }
  .sect3-socio .container .conteudo .texto {
    font-size: 14px;
  }
  .sect3-socio {
    padding: 10vh 0;
  }
  .sect1-all-prod .container .card-prod-vert .linha .column2 .content .botao a button {
    width: 65%;
  }
  .sect1-prod .container .texto {
    font-size: 14px;
    line-height: 180%;
  }
  .sect1-prod .container .botao button {
    font-size: 14px;
    padding-left: 10%;
  }
  .sect2-prod .container .title {
    font-size: 30px;
  }
  .sect2-prod .container .slider-areas .img {
    height: 35vh;
  }
  .sect2-prod .container .slider-areas-thumbs .item .img {
    height: 15vh;
  }
  .sect3-prod .container .item .cardi .infos .texto {
    font-size: 14px;
  }
  .sect4-prod .container .vantagem {
    width: 1000px;
  }
  .sect4-prod .container {
    overflow: scroll;
  }
  .sect5-prod .container .content .card-pro ul li {
    font-size: 14px;
  }
  .sect6-prod .container .botao button {
    width: 100%;
  }
  .sect-contato .container .card-local {
    margin-bottom: 10%;
  }
  .banner-blog .container .title {
    font-size: 30px;
  }
  .sect1-single-blog .container .conteudo .title {
    font-size: 25px;
  }
  .sect1-single-blog .container .link-voltar {
    margin-top: 5%;
  }
  .sect1-single-blog .container .img {
    height: 35vh;
  }
  .sect1-blog-single .title {
    font-size: 25px;
  }
  .sect1-blog-single {
    height: auto;
    padding: 15vh 0 0 0;
  }
  .sect2-blog .container .conteudo-blog .data .date {
    font-size: 18px;
  }
  .sect2-blog .container .right span, .sect2-blog .container .comp span {
    font-size: 20px;
  }
  .sect3-blog .container .conteudo p, .sect3-blog .container .introducao p {
    font-size: 16px;
  }
  .sect4-blog .container .alinhar .prev-pos .title {
    font-size: 25px;
  }
  .menu .bar {
    background: white;
    width: 8vh;
    height: 8vh;
    border-radius: 50%;
    display: flex;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    margin-left: 7vh;
    cursor: pointer;
  }
  .menu .bar .centro {
    width: 50%;
  }
  .menu .bar .centro span {
    display: block;
    width: 100%;
    height: 0.2rem;
    background: #7C1721;
    margin-bottom: 0.4rem;
    border-radius: 50px;
    transition: 0.5s;
  }
  .menu .bar .centro span:nth-child(2) {
    width: 70%;
  }
  .menu .bar .centro span:nth-child(3) {
    margin-bottom: 0;
    width: 40%;
  }
  .menu.modificar-menu .bar {
    background: #7C1721;
  }
  .menu.modificar-menu .bar .centro span {
    background: white;
  }
  .menu.modificar-menu .bar .centro span:nth-child(1) {
    display: none;
  }
  .menu.modificar-menu .bar .centro span:nth-child(2) {
    width: 100%;
    transform: rotate(45deg);
    margin-bottom: 0;
  }
  .menu.modificar-menu .bar .centro span:nth-child(3) {
    width: 100%;
    margin-bottom: 0;
    transform: rotate(310deg);
    margin-top: -11%;
  }
  .menu.modificar-menu .navbar-brand {
    width: 45% !important;
  }
  .menu.modificar-menu {
    padding: 9%;
  }
  .menu-expand .overlay .container .row .conteudo .links .link {
    font-size: 30px;
    font-weight: 300;
  }
}

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