@charset "UTF-8";
/*!
 *  Iconic Lubrificantes
 * Desenvolvido por Fattoria em: 12/11/2020
 */
/*=============================================
=            Cores            =
=============================================*/
/*=============================================
=            Tamanho de fonte            =
=============================================*/
/*=====  End of Tamanho de fonte  ======*/
/*!
 * Tipografia
 * Iconic Lubrificantes
 * Desenvolvido por Fattoria em: 12/11/2020
 */
@font-face {
  font-family: "margem-rounded";
  src: url("../fonts/margemrounded-medium.woff2") format("woff2"), url("../fonts/margemrounded-medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "margem-rounded";
  src: url("../fonts/margemrounded-medium-italic.woff2") format("woff2"), url("../fonts/margemrounded-medium-italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "versos";
  src: url("../fonts/versos-regular.woff2") format("woff2"), url("../fonts/versos-regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "versos";
  src: url("../fonts/versos-bold.woff2") format("woff2"), url("../fonts/versos-bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "iconic icones";
  src: url("../fonts/iconic-icones.eot?6uz4fd");
  src: url("../fonts/iconic-icones.eot?6uz4fd#iefix") format("embedded-opentype"), url("../fonts/iconic-icones.ttf?6uz4fd") format("truetype"), url("../fonts/iconic-icones.woff?6uz4fd") format("woff"), url("../fonts/iconic-icones.svg?6uz4fd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icones {
  font-family: "iconic icones" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icone-chevron-left:before {
  content: "\e900";
}

.icone-chevron-down:before {
  content: "\e901";
}

.icone-olho:before {
  content: "\e902";
}

.icone-download:before {
  content: "\e903";
}

.icone-localizacao:before {
  content: "\e904";
}

.icone-chevron-right:before {
  content: "\e905";
}

/* ==========================================================================
  Reset
   ========================================================================== */
html,
body,
main {
  min-height: 100%;
  scroll-behavior: smooth;
}

a {
  color: inherit;
  transition-duration: 0.4s;
}

img, iframe, object, video {
  max-width: 100%;
  width: auto;
  height: auto;
}

form:after, form:before {
  display: table;
  content: " ";
}
form:after {
  clear: both;
}

textarea {
  max-width: 100%;
  width: 100%;
}

b,
strong {
  font-weight: 700;
}

address {
  font-size: inherit;
}

.fs-8 {
  font-size: 0.6rem !important;
}

.fs-10 {
  font-size: 0.65rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-22 {
  font-size: 1.4rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-26 {
  font-size: 1.65rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-30 {
  font-size: 1.9rem !important;
}

.fs-32 {
  font-size: 2rem !important;
}

.fs-34 {
  font-size: 2.125rem !important;
}

.fs-36 {
  font-size: 2.25rem !important;
}

.fs-38 {
  font-size: 2.375rem !important;
}

.fs-40 {
  font-size: 2.5rem !important;
}

.fs-42 {
  font-size: 2.65rem !important;
}

.fs-44 {
  font-size: 3rem !important;
}

.fs-52 {
  font-size: 3.25rem !important;
}

.fs-56 {
  font-size: 3.5rem !important;
}

.fs-60 {
  font-size: 3.75rem !important;
}

.fs-62 {
  font-size: 3.9rem !important;
}

.fs-70 {
  font-size: 4.4rem !important;
}

.fs-80 {
  font-size: 5rem !important;
}

.fs-85 {
  font-size: 5.3125rem !important;
}

.c-laranja {
  color: #FF5F19 !important;
}

.c-cinza-80 {
  color: #39414C;
}

.c-cinza-b7 {
  color: #B7C1CB !important;
}

.c-branco {
  color: white !important;
}

.c-cores-neutras-cinza-7 {
  color: #797E86 !important;
}

.bgc-roxo {
  background-color: #4B00C3 !important;
}

.bgc-roxo-escuro {
  background-color: #280078 !important;
}

.mb-32 {
  margin-bottom: 32px;
}

/* ==========================================================================
  Geral
========================================================================== */
body {
  font-family: "margem-rounded", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #19191E;
  background-color: #FFFFFF;
  transition: 0.4s ease;
}
body.dark {
  background-color: #19191E;
}

@media (max-width: 991px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.marcas-simbolo {
  text-align: center;
  padding-bottom: 89px;
}
@media (min-width: 1200px) {
  .marcas-simbolo {
    padding-bottom: 114px;
  }
}
@media (min-width: 1200px) {
  .marcas-simbolo .marcas {
    display: flex;
    padding-left: 8px;
    padding-right: 8px;
    column-gap: 6px;
  }
}
.marcas-simbolo .subtitulo {
  margin-top: 16px;
  margin-bottom: 32px;
  color: #FF5F19;
}
.marcas-simbolo .marca {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 320px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .marcas-simbolo .marca {
    flex: 1;
    height: 550px;
  }
}
.marcas-simbolo .marca .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.marcas-simbolo .marca .video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  max-height: inherit;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all ease 0.8s;
  mix-blend-mode: luminosity;
}
.marcas-simbolo .marca .info {
  position: relative;
  z-index: 3;
  max-width: 90%;
}
@media (min-width: 1200px) {
  .marcas-simbolo .marca .info {
    max-width: 390px;
  }
}
.marcas-simbolo .marca .logo {
  transform: translateY(70px) scale(1);
  transition: all ease 0.5s;
}
@media (min-width: 1200px) {
  .marcas-simbolo .marca .logo {
    transform: translateY(80px) scale(1);
  }
}
.marcas-simbolo .marca .texto,
.marcas-simbolo .marca .link {
  display: inline-block;
  transform: translateY(100px);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.5s;
}
.marcas-simbolo .marca .texto {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.14px;
  transition-delay: 0.1s;
}
@media (min-width: 1200px) {
  .marcas-simbolo .marca .texto {
    margin-top: 32px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.16px;
  }
}
.marcas-simbolo .marca .link {
  color: #0045B5;
  line-height: 20px;
  text-decoration: none;
  transition: all ease 0.4s;
}
.marcas-simbolo .marca .link::after {
  content: "";
  display: block;
  margin-top: 4px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #0045B5 0%, rgba(255, 255, 255, 0) 100%);
}
.marcas-simbolo .marca:hover .video, .marcas-simbolo .marca:focus .video {
  opacity: 0.1;
}
.marcas-simbolo .marca:hover .logo, .marcas-simbolo .marca:focus .logo {
  transform: translateY(0) scale(0.9);
}
.marcas-simbolo .marca:hover .texto,
.marcas-simbolo .marca:hover .link, .marcas-simbolo .marca:focus .texto,
.marcas-simbolo .marca:focus .link {
  transform: translateY(0);
  opacity: 1;
}
.marcas-simbolo .marca:hover .texto, .marcas-simbolo .marca:focus .texto {
  transition-delay: 0.05s;
}
.marcas-simbolo .marca:hover .link, .marcas-simbolo .marca:focus .link {
  transition-delay: 0.1s;
}
.marcas-simbolo .marca.lubrificantes .flutuante-1,
.marcas-simbolo .marca.lubrificantes .flutuante-2,
.marcas-simbolo .marca.lubrificantes .flutuante-3 {
  position: absolute;
  top: -30px;
  left: 0;
  scale: 0.6;
  transform-origin: top left;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.68, 0.09, 0.36, 0.91);
  transition-duration: 0.4s;
}
@media (min-width: 1200px) {
  .marcas-simbolo .marca.lubrificantes .flutuante-1,
  .marcas-simbolo .marca.lubrificantes .flutuante-2,
  .marcas-simbolo .marca.lubrificantes .flutuante-3 {
    top: 0;
    scale: 1;
  }
}
.marcas-simbolo .marca.lubrificantes .flutuante-1 {
  z-index: 4;
}
.marcas-simbolo .marca.lubrificantes .flutuante-2 {
  z-index: 3;
  transition-delay: 0.05s;
}
.marcas-simbolo .marca.lubrificantes .flutuante-3 {
  z-index: 2;
  transition-delay: 0.1s;
}
.marcas-simbolo .marca.lubrificantes .bg {
  background-color: #FFD100;
}
.marcas-simbolo .marca.lubrificantes .link {
  color: #0045B5;
}
.marcas-simbolo .marca.lubrificantes .link::after {
  background: linear-gradient(90deg, #0045B5 0%, rgba(255, 255, 255, 0) 100%);
}
.marcas-simbolo .marca.lubrificantes .logo {
  max-width: 250px;
}
@media (min-width: 1200px) {
  .marcas-simbolo .marca.lubrificantes .logo {
    max-width: initial;
  }
}
.marcas-simbolo .marca.lubrificantes:hover .flutuante-1,
.marcas-simbolo .marca.lubrificantes:hover .flutuante-2,
.marcas-simbolo .marca.lubrificantes:hover .flutuante-3, .marcas-simbolo .marca.lubrificantes:focus .flutuante-1,
.marcas-simbolo .marca.lubrificantes:focus .flutuante-2,
.marcas-simbolo .marca.lubrificantes:focus .flutuante-3 {
  left: -30px;
}
@media (min-width: 1200px) {
  .marcas-simbolo .marca.lubrificantes:hover .flutuante-1,
  .marcas-simbolo .marca.lubrificantes:hover .flutuante-2,
  .marcas-simbolo .marca.lubrificantes:hover .flutuante-3, .marcas-simbolo .marca.lubrificantes:focus .flutuante-1,
  .marcas-simbolo .marca.lubrificantes:focus .flutuante-2,
  .marcas-simbolo .marca.lubrificantes:focus .flutuante-3 {
    left: -50px;
  }
}
.marcas-simbolo .marca.texaco .bg {
  background-color: #19191E;
}
.marcas-simbolo .marca.texaco .texto {
  color: white;
}
.marcas-simbolo .marca.texaco .link {
  color: #FD000D;
}
.marcas-simbolo .marca.texaco .link::after {
  background: linear-gradient(90deg, #FD000D 0%, rgba(255, 255, 255, 0) 100%);
}
.marcas-simbolo .marca.bel-ray .bg {
  background-color: #142F62;
}
.marcas-simbolo .marca.bel-ray .texto {
  color: white;
}
.marcas-simbolo .marca.bel-ray .link {
  color: white;
}
.marcas-simbolo .marca.bel-ray .link::after {
  background: linear-gradient(90deg, #0055A0 0%, rgba(255, 255, 255, 0) 100%);
}
.marcas-simbolo--pagina {
  padding-bottom: 0;
}
.marcas-simbolo--pagina .marcas {
  padding: 8px;
}
.marcas-simbolo--pagina .marcas .marca + .marca {
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .marcas-simbolo--pagina .marcas .marca + .marca {
    margin-top: 0;
  }
}

.banner {
  width: 100%;
  padding-top: 160px;
  height: 678px;
  position: relative;
  z-index: 1;
  background-color: black;
  overflow: hidden;
}
@media (min-width: 992px) {
  .banner {
    display: flex;
    align-items: center;
    padding-top: 0;
    height: 567px;
  }
}
@media (min-width: 1200px) {
  .banner {
    height: calc(100vh - 122.73px);
    max-height: 660px;
    min-height: 400px;
  }
}
.banner .bg-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: initial;
  object-fit: cover;
  z-index: -1;
}
.banner .bg-video video {
  min-width: 100%;
  min-height: 100%;
}
.banner .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 991px) {
  .banner .container {
    padding-left: 56px;
  }
}
.banner .texto-banner {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  margin-top: 32px;
  margin-bottom: 0;
  text-decoration: none;
  transition: 0.3s ease;
  background-color: transparent;
  outline: none;
  border: 0;
}
.banner .texto-banner:hover {
  color: #FF5F19;
}
.banner .texto-banner::after {
  content: "";
  display: block;
  margin-top: 4px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #FF5F19 0%, rgba(255, 255, 255, 0) 100%);
}
@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3px);
  }
}
.banner .box-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 29px;
  position: absolute;
  background-color: #FF5F19;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  text-decoration: none;
  color: inherit;
}
.banner .box-chevron .chevron-down {
  animation: moveUpDown 1s ease infinite;
}

.sect_transformar {
  position: relative;
  background-color: #39414C;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .sect_transformar {
    height: 690px;
    display: flex;
    align-items: center;
  }
}
.sect_transformar .grafismo-laranja {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 189px;
  background-color: white;
  background-image: url("../img/grafismo-laranja-mobile.png");
  background-position: center -14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FF5F19;
}
@media (min-width: 992px) {
  .sect_transformar .grafismo-laranja {
    width: 44%;
    height: 690px;
    background-image: url("../img/grafismo-laranja-2.png");
    background-size: unset;
    background-position: 50% 50%;
  }
}
.sect_transformar .box-laranja {
  background-color: #FF5F19;
  padding: 57px 0;
  position: relative;
  z-index: 2;
  margin-top: 57px;
}
.sect_transformar .box-laranja::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: inherit;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 992px) {
  .sect_transformar .box-laranja::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .sect_transformar .box-laranja {
    padding: 47px 49px;
    margin-top: 42px;
  }
}
.sect_transformar .box-cinza {
  background-color: #DCDCDC;
  padding: 57px 0;
  position: relative;
  z-index: 2;
  margin-top: 77px;
}
.sect_transformar .box-cinza::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: inherit;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 992px) {
  .sect_transformar .box-cinza::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .sect_transformar .box-cinza {
    padding: 47px 49px;
    margin-top: 42px;
  }
}
.sect_transformar .texto-transformar {
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin-bottom: 0;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .sect_transformar .texto-transformar {
    font-size: 16px;
    padding: 0;
  }
}

.sect_lubrin-exelencia {
  position: relative;
  background-color: #19191E;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .sect_lubrin-exelencia {
    height: 475px;
    display: flex;
    align-items: center;
  }
}
.sect_lubrin-exelencia .grafismo-laranja {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 189px;
  background-color: white;
  background-image: url("../img/grafismo-laranja-mobile.png");
  background-position: center -14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FF5F19;
}
@media (min-width: 992px) {
  .sect_lubrin-exelencia .grafismo-laranja {
    width: 44%;
    height: 690px;
    background-image: url("../img/grafismo-laranja-lubrin.png");
  }
}
.sect_lubrin-exelencia .box-laranja {
  background-color: #FF5F19;
  padding: 57px 0;
  position: relative;
  z-index: 2;
  margin-top: 57px;
}
.sect_lubrin-exelencia .box-laranja::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: inherit;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 992px) {
  .sect_lubrin-exelencia .box-laranja::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .sect_lubrin-exelencia .box-laranja {
    padding: 47px 49px;
    margin-top: 0;
  }
}
.sect_lubrin-exelencia .box-cinza {
  background-color: #DCDCDC;
  padding: 57px 0;
  position: relative;
  z-index: 2;
  margin-top: 77px;
}
.sect_lubrin-exelencia .box-cinza::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: inherit;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 992px) {
  .sect_lubrin-exelencia .box-cinza::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .sect_lubrin-exelencia .box-cinza {
    padding: 47px 49px;
    margin-top: 42px;
  }
}
.sect_lubrin-exelencia .texto {
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin-bottom: 0;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .sect_lubrin-exelencia .texto {
    font-size: 16px;
    padding: 0;
  }
}

.onde-atuamos_sect {
  position: relative;
  overflow: hidden;
  padding: 48px 0 0;
}
@media (min-width: 992px) {
  .onde-atuamos_sect {
    padding: 112px 0 169px;
  }
}
@media (min-width: 1200px) {
  .onde-atuamos_sect {
    overflow: visible;
  }
}
.onde-atuamos_sect .bg-wrapper,
.onde-atuamos_sect .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.onde-atuamos_sect .bg-wrapper {
  width: 0;
  overflow: hidden;
  height: 100%;
  transition: width ease 1.6s;
}
@media (min-width: 1200px) {
  .onde-atuamos_sect .bg-wrapper {
    height: 110%;
  }
}
.onde-atuamos_sect .bg-wrapper.animated {
  width: 100%;
}
.onde-atuamos_sect .bg {
  width: 100vw;
  height: 100%;
  background-image: url("../img/bg-listras-coloridas.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .onde-atuamos_sect .bg {
    background-position: left center;
    background-size: contain;
  }
}
.onde-atuamos_sect.bg-off {
  background-image: none;
}
@media (min-width: 992px) {
  .onde-atuamos_sect.small-padding {
    padding-bottom: 82px;
  }
}
.onde-atuamos_sect .flutuante_image {
  position: absolute;
  left: 0;
  top: 30%;
}
.onde-atuamos_sect .container {
  position: relative;
  z-index: 2;
}
.onde-atuamos_sect .onde-atuamos_carousel {
  margin-top: 40px;
  overflow: visible;
  padding-bottom: 118px;
}
@media (min-width: 650px) {
  .onde-atuamos_sect .onde-atuamos_carousel {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .onde-atuamos_sect .onde-atuamos_carousel {
    margin-top: 32px;
    padding-bottom: 0;
  }
}
.onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card {
  display: flex;
  position: relative;
  width: 100%;
  height: 412px;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 992px) {
  .onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card {
    height: 359px;
  }
}
.onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card:hover .card_body {
  background-color: #FF5F19;
}
.onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card .image_holder {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100% - 82px);
}
@media (min-width: 992px) {
  .onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card .image_holder {
    height: calc(100% - 90px);
  }
}
.onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card .image_holder::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #EA5B0B 0%, rgba(255, 255, 255, 0) 100%);
}
.onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card .card_body {
  position: absolute;
  top: calc(100% - 82px);
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  color: white;
  background-color: #19191E;
  transition: 0.4s ease;
}
@media (min-width: 992px) {
  .onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card .card_body {
    top: calc(100% - 90px);
  }
}
.onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card .card_body .close_btn {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: transparent;
  outline: none;
  border: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
.onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card .card_body .close_btn:hover {
  opacity: 0.8;
}
.onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card .card_body .content .title_holder {
  display: flex;
  align-items: center;
  height: 42px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card .card_body .content .title_holder {
    height: 50px;
  }
}
.onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card .card_body .content .card_title {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 992px) {
  .onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card .card_body .content .card_title {
    font-size: 24px;
  }
}
.onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card .card_body .content .card_desc {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;
  margin-bottom: 0;
}
.onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card .card_body .links_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card .card_body .links_wrapper .card_link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 10px;
  height: 70px;
  text-decoration: none;
}
.onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card .card_body .links_wrapper .card_link.bgc-amarelo {
  background-color: #FFD100;
}
.onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card .card_body .links_wrapper .card_link.bgc-preto {
  background-color: #19191E;
}
.onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card.active {
  cursor: default;
}
.onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card.active .card_body {
  background-color: #FF5F19;
  top: 0;
}
.onde-atuamos_sect .onde-atuamos_carousel .onde-atuamos_card.active .card_body .close_btn {
  opacity: 1;
  visibility: visible;
}

.sect_transformar-faca {
  width: 100%;
  height: 450px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .sect_transformar-faca {
    height: 636px;
  }
}
.sect_transformar-faca .img-arvores {
  position: absolute;
  height: 450px;
  background-image: url("../img/arvores-sect-faca.png");
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  right: 0;
}
@media (min-width: 992px) {
  .sect_transformar-faca .img-arvores {
    width: 78%;
    height: 636px;
  }
}
.sect_transformar-faca .img-mulher {
  position: absolute;
  height: 450px;
  background-image: url("../img/mulher-sect-faca.png");
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  left: 0;
}
@media (min-width: 992px) {
  .sect_transformar-faca .img-mulher {
    width: 78%;
    height: 690px;
  }
}
.sect_transformar-faca .grafismo-laranja-verde {
  background-image: url("../img/grafismo-verde-desk.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: white;
  width: 22%;
  height: 636px;
  display: none;
}
@media (min-width: 992px) {
  .sect_transformar-faca .grafismo-laranja-verde {
    display: block;
  }
}
.sect_transformar-faca .grafismo-laranja {
  background-image: url("../img/grafismo-laranja-3.png");
  position: absolute;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: white;
  width: 22%;
  height: 690px;
  display: none;
}
@media (min-width: 992px) {
  .sect_transformar-faca .grafismo-laranja {
    display: block;
  }
}
.sect_transformar-faca .box {
  background-color: #19191E;
  padding: 32px 22px;
  position: relative;
  z-index: 2;
  margin-top: 86px;
}
@media (min-width: 992px) {
  .sect_transformar-faca .box {
    margin-top: 118px;
    padding: 56px 52px 56px 56px;
  }
}
.sect_transformar-faca .box-cinza {
  background-color: #39414C;
  padding: 32px 22px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .sect_transformar-faca .box-cinza {
    padding: 56px 66px 56px 60px;
  }
}
@media (min-width: 1200px) {
  .sect_transformar-faca .box-cinza {
    padding: 56px 72px 56px 60px;
  }
}
.sect_transformar-faca .bg-gradiente {
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #EA5B0B 100%);
  display: block;
  position: relative;
  z-index: 3;
}
.sect_transformar-faca .texto-faca {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 16px 0;
}
@media (min-width: 992px) {
  .sect_transformar-faca .texto-faca {
    font-size: 16px;
    margin: 32px 0;
  }
}
.sect_transformar-faca .link-faca {
  color: #FF5F19;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  transition: all ease-in-out 0.3s;
  line-height: 9px;
}
.sect_transformar-faca .link-faca:hover {
  color: #CD3C00;
}
.sect_transformar-faca .link-faca::after {
  content: "";
  background: linear-gradient(90deg, #FF5F19 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 2px;
  display: inline-block;
}

.section-card-horizontal {
  padding-top: 108px;
  padding-bottom: 125px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-card-horizontal {
    padding-top: 195px;
    padding-bottom: 170px;
  }
}
.section-card-horizontal .flutuante-card {
  width: 180px;
  position: absolute;
  bottom: 45px;
  left: -40px;
  z-index: -1;
}
@media (min-width: 992px) {
  .section-card-horizontal .flutuante-card {
    width: initial;
    bottom: -40px;
    left: 0;
  }
}

.card-horizontal {
  background-color: #19191E;
}
.card-horizontal.margin-bottom {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .card-horizontal.margin-bottom {
    margin-bottom: 100px;
  }
}
.card-horizontal .card-header {
  height: 255px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 20px;
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .card-horizontal .card-header {
    padding-left: 78px;
    padding-bottom: 0;
    align-items: center;
  }
}
.card-horizontal .card-header .card-titulo {
  width: 223px;
  background-color: #19191E;
  color: white;
  font-family: "versos", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 23px 15px 23px 29px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .card-horizontal .card-header .card-titulo {
    width: 100%;
    font-size: 28px;
    padding: 29px 26px;
  }
}
.card-horizontal .card-body {
  background-color: white;
  padding: 24px 24px 30px;
}
@media (min-width: 992px) {
  .card-horizontal .card-body {
    padding: 28px 32px 32px 104px;
  }
}
.card-horizontal .card-body .card-paragrafo {
  font-family: "versos", sans-serif;
  color: #39414C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .card-horizontal .card-body .card-paragrafo {
    margin-bottom: 18px;
  }
}
.card-horizontal .card-body .card-link {
  font-family: "margem-rounded", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #FF5F19;
  text-decoration: none;
  padding-bottom: 4px;
  position: relative;
  transition: all 0.3s ease;
}
.card-horizontal .card-body .card-link:hover {
  opacity: 0.6;
}
.card-horizontal .card-body .card-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #EA5B0B 0%, rgba(255, 255, 255, 0) 100%);
}
.card-horizontal .card-image {
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.mulher {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .mulher {
    align-items: center;
    height: 690px;
  }
}
.mulher .bg-gradiente {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .mulher .bg-gradiente {
    margin-bottom: 0;
  }
}

.sect_certificacoes {
  background-color: #19191E;
  padding-bottom: 76px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .sect_certificacoes {
    padding-bottom: 183px;
  }
}
.sect_certificacoes .titulo {
  text-align: center;
  margin-bottom: 34px;
}
@media (min-width: 992px) {
  .sect_certificacoes .titulo {
    margin-bottom: 52px;
  }
}
.sect_certificacoes .img-cert {
  width: 119px;
}
@media (min-width: 768px) {
  .sect_certificacoes .img-cert {
    width: initial;
  }
}
.sect_certificacoes .img-cert-2 {
  width: 60px;
  height: 94px;
}
@media (min-width: 768px) {
  .sect_certificacoes .img-cert-2 {
    width: initial;
    height: initial;
  }
}
.sect_certificacoes .img {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .sect_certificacoes .img {
    margin-right: 24px;
    margin-bottom: 0;
  }
}
.sect_certificacoes .img-2 {
  margin: 0 22px;
}
@media (min-width: 992px) {
  .sect_certificacoes .img-2 {
    margin: 0 69px;
  }
}
.sect_certificacoes .flutuante-1-cert {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sect_certificacoes .flutuante-3-cert {
  position: absolute;
  right: 0;
  bottom: -123px;
}
.sect_certificacoes .flutuante-2-cert {
  position: absolute;
  left: -15px;
  top: -133px;
  width: 107px;
  transform: rotate(9deg);
}
@media (min-width: 992px) {
  .sect_certificacoes .flutuante-2-cert {
    left: 0;
    top: -228px;
    transform: none;
    width: initial;
  }
}

.banner-interna {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 543px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .banner-interna {
    height: 568px;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .banner-interna {
    height: calc(100vh - 122.73px);
    max-height: 660px;
    min-height: 400px;
  }
}
.banner-interna.banner-interna--oleo-base {
  position: relative;
  z-index: 1;
  background-position-y: initial;
}
.banner-interna.banner-interna--oleo-base::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(16, 16, 17, 0) 0%, #101011 106.01%);
  z-index: -1;
}
@media (min-width: 992px) {
  .banner-interna.banner-interna--oleo-base::after {
    background: linear-gradient(270deg, rgba(16, 16, 17, 0) 0%, #101011 106.01%);
  }
}
.banner-interna.banner-interna--oleo-base .container {
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .banner-interna.banner-interna--oleo-base .container {
    align-items: flex-start;
  }
}
.banner-interna.banner-interna--oleo-base .img-logo-banner {
  width: 327px;
}
@media (min-width: 1200px) {
  .banner-interna.banner-interna--oleo-base .img-logo-banner {
    width: initial;
  }
}
.banner-interna.banner-interna--oleo-base .arrow-down-indicator {
  display: none;
  align-items: center;
  justify-content: center;
  height: 29px;
  width: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  color: white;
  background-color: #19191E;
  padding-top: 5px;
}
@media (min-width: 992px) {
  .banner-interna.banner-interna--oleo-base .arrow-down-indicator {
    display: flex;
  }
}
.banner-interna.banner-interna--lubrin {
  position: relative;
  max-height: 568px;
  min-height: 543px;
  background-image: url("../img/bg-banner-lubrin-mobile.jpg");
  background-position: top center;
  background-size: cover;
}
@media (min-width: 768px) {
  .banner-interna.banner-interna--lubrin {
    background-image: url("../img/bg-banner-lubrin.jpg");
  }
}
.banner-interna.banner-interna--lubrin .container {
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .banner-interna.banner-interna--lubrin .container {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .banner-interna.banner-interna--lubrin .box-laranja {
    max-width: 347px;
  }
}
.banner-interna .bg-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner-interna .titulo-banner-interna {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .banner-interna .titulo-banner-interna {
    font-size: 36px;
  }
}
.banner-interna .texto-banner-interna {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .banner-interna .texto-banner-interna {
    font-size: 16px;
  }
}
.banner-interna .box-laranja {
  background-color: #FF5F19;
  padding: 32px 37px 33px 38px;
}
@media (min-width: 992px) {
  .banner-interna .box-laranja {
    padding: 32px 21px 31px 32px;
  }
}
.banner-interna .box-preto {
  background-color: #19191E;
  padding: 19px 21px 15px 20px;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .banner-interna .box-preto {
    padding: 26px 26px 26px 27px;
    margin-bottom: 0;
  }
}
.banner-interna .box-roxo {
  background-color: #4B00C3;
  padding: 38px 31px 39px 38px;
}
@media (min-width: 992px) {
  .banner-interna .box-roxo {
    padding: 49px 21px 48px 32px;
  }
}
.banner-interna .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .banner-interna .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
.banner-interna::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FF5F19;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
.banner-interna .iconic-banner {
  max-width: 203px;
}
@media (min-width: 992px) {
  .banner-interna .iconic-banner {
    max-width: 309px;
  }
}

.sect_banco {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-color: #39414C;
}
.sect_banco .area-texto {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .sect_banco .area-texto {
    height: 500px;
    padding: 0;
  }
}
.sect_banco .bg-banco {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 290px;
  width: 100%;
}
@media (min-width: 992px) {
  .sect_banco .bg-banco {
    height: 500px;
    width: 50%;
    top: 0;
    right: 0;
    position: absolute;
  }
}
.sect_banco .titulo {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .sect_banco .titulo {
    margin-bottom: 24px;
  }
}
.sect_banco .img-selo {
  height: 73px;
}
@media (min-width: 992px) {
  .sect_banco .img-selo {
    height: 85px;
  }
}
.sect_banco .texto-banco {
  margin-bottom: 16px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
}
@media (min-width: 992px) {
  .sect_banco .texto-banco {
    margin-bottom: 24px;
    font-size: 16px;
    max-width: 370px;
  }
}
.sect_banco .link-banco {
  color: #FF5F19;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 24px;
  margin-bottom: 0;
  text-decoration: none;
  display: inline-block;
  line-height: 9px;
}
@media (min-width: 992px) {
  .sect_banco .link-banco {
    margin-top: 36px;
  }
}
.sect_banco .link-banco:hover {
  color: #CD3C00;
}
.sect_banco .link-banco::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #EA5B0B 0%, rgba(255, 255, 255, 0) 100%);
}
.sect_banco .fw-700 {
  font-weight: 700;
}

.sect-destaque {
  padding-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .sect-destaque {
    padding-top: 56px;
    margin-bottom: 56px;
  }
}
.sect-destaque .titulo {
  font-size: 24px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .sect-destaque .titulo {
    font-size: 36px;
  }
}

.sect-publicacoes {
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .sect-publicacoes {
    margin-bottom: 80px;
  }
}
.sect-publicacoes .titulo {
  font-size: 24px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .sect-publicacoes .titulo {
    font-size: 36px;
  }
}
.sect-publicacoes .row {
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .sect-publicacoes .row {
    margin-bottom: 65px;
  }
}
.sect-publicacoes .btn {
  width: 100%;
  color: white;
}
@media (min-width: 992px) {
  .sect-publicacoes .btn {
    max-width: 384px;
  }
}

.card-imprensa {
  text-decoration: none;
}
.card-imprensa:hover .card-image {
  scale: 1.1;
}
.card-imprensa:hover .card-body .card-titulo {
  color: #FF5F19;
}
.card-imprensa .img-holder {
  overflow: hidden;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .card-imprensa .img-holder {
    margin-bottom: 24px;
  }
}
.card-imprensa .card-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 16/9;
  transition: all ease-in-out 0.3s;
}
.card-imprensa .card-body .card-titulo {
  color: #19191E;
  font-family: "versos", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .card-imprensa .card-body .card-titulo {
    font-size: 24px;
  }
}
.card-imprensa .card-body .card-texto {
  color: #797E86;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .card-imprensa .card-body .card-texto {
    font-size: 16px;
    font-weight: 400;
  }
}
.card-imprensa.card-imprensa-horizontal {
  padding-top: 20px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .card-imprensa.card-imprensa-horizontal {
    display: flex;
    gap: 24px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .card-imprensa.card-imprensa-horizontal .img-holder {
    width: 283px;
    min-width: 283px;
    height: 179px;
    margin-bottom: 0;
  }
  .card-imprensa.card-imprensa-horizontal .card-image {
    width: 283px;
    min-width: 283px;
    height: 179px;
    margin-bottom: 0;
  }
}
.card-imprensa.card-imprensa-horizontal .card-body .card-titulo {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .card-imprensa.card-imprensa-horizontal .card-body .card-titulo {
    margin-top: 15px;
    margin-bottom: 16px;
  }
}

.border-bottom {
  border-bottom: 1px solid #DCDCDC;
}

.img-imprensa .area-texto {
  padding: 65px 0 82px 0;
  align-items: center;
}
@media (min-width: 992px) {
  .img-imprensa .area-texto {
    height: 320px;
    align-items: flex-start;
  }
}
.img-imprensa .titulo {
  margin-bottom: 16px;
  font-size: 32px;
}
@media (min-width: 992px) {
  .img-imprensa .titulo {
    font-size: 36px;
  }
}
.img-imprensa .texto-banco {
  margin-bottom: 16px;
}
.img-imprensa .link-banco {
  margin-top: 0;
}
.img-imprensa .bg-banco {
  display: none;
}
@media (min-width: 992px) {
  .img-imprensa .bg-banco {
    display: block;
    height: 320px;
  }
}

.breadcrumb {
  background-color: #FF5F19;
  padding: 10px;
  margin-bottom: 0;
}
.breadcrumb-list {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  gap: 4px;
}
.breadcrumb-list_item {
  color: white;
  font-family: "versos", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.breadcrumb-list_item.active {
  color: #FF8C5A;
}
.breadcrumb-list_item .breadcrumb-link {
  text-decoration: none;
}

.banner-imprensa {
  background-position: -297px;
}
@media (min-width: 992px) {
  .banner-imprensa {
    background-position: center;
  }
}
.banner-imprensa::before {
  background-color: #4B00C3;
}

.btn-voltar {
  color: #39414C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.btn-voltar:hover {
  opacity: 0.6;
}

.noticias {
  margin-bottom: 72px;
}
@media (min-width: 992px) {
  .noticias {
    margin-bottom: 100px;
  }
}
.noticias .titulo {
  color: #3A414B;
  font-family: "versos", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .noticias .titulo {
    line-height: normal;
    color: #39414C;
    margin-bottom: 30px;
  }
}
.noticias .subtitulo {
  color: #94989E;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.16px;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .noticias .subtitulo {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 25px;
  }
}
.noticias .texto-data {
  color: #797E86;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .noticias .texto-data {
    line-height: normal;
    letter-spacing: -0.14px;
  }
}
.noticias .line {
  height: 1px;
  background-color: #DCDCDC;
  margin-top: 32px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .noticias .line {
    margin-top: 24px;
  }
}
.noticias .img-noticia-interna {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .noticias .img-noticia-interna {
    margin-bottom: 40px;
  }
}
.noticias .paragrafo {
  font-family: "versos", sans-serif;
  color: #39414C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.noticias .paragrafo + .titulo-small {
  margin-top: 40px;
}
.noticias .titulo-small {
  color: #19191E;
  font-family: "versos", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 40px;
}
.noticias .btn {
  margin-top: 58px;
  width: 100%;
  color: white;
}
@media (min-width: 992px) {
  .noticias .btn {
    margin-top: 40px;
    width: 180px;
  }
}

.fale-conosco_sect {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .fale-conosco_sect {
    padding-top: 56px;
  }
}
.fale-conosco_sect .container {
  position: relative;
}
.fale-conosco_sect .container .flutuante_img {
  display: none;
  position: absolute;
  left: 7%;
  bottom: 20%;
  z-index: -1;
}
@media (min-width: 992px) {
  .fale-conosco_sect .container .flutuante_img {
    display: block;
  }
}
.fale-conosco_sect .subtitle {
  font-size: 16px;
  line-height: normal;
  margin: 16px 0;
}
@media (min-width: 992px) {
  .fale-conosco_sect .subtitle {
    font-size: 24px;
    margin: 28px 0;
  }
}
.fale-conosco_sect .text {
  color: #797E86;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .fale-conosco_sect .text {
    font-size: 16px;
    letter-spacing: -0.16px;
  }
}
.fale-conosco_sect .text + .text {
  margin-top: 16px;
}
.fale-conosco_sect .contato_box {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 24px;
  background-color: #F8F8F8;
  border: 1px solid #DCDCDC;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .fale-conosco_sect .contato_box {
    margin-top: 0;
  }
}
.fale-conosco_sect .contato_box .form_title {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .fale-conosco_sect .contato_box .form_title {
    margin-bottom: 24px;
  }
}
.fale-conosco_sect .form-textarea {
  min-height: 124px;
}

.enderecos_sect {
  padding: 40px 0 32px;
}
@media (min-width: 992px) {
  .enderecos_sect {
    padding: 32px 0 98px;
  }
}
.enderecos_sect .titulo {
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .enderecos_sect .titulo {
    margin-bottom: 30px;
  }
}
.enderecos_sect .mapa {
  width: 100%;
  aspect-ratio: 16/8;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .enderecos_sect .mapa {
    margin-bottom: 0;
  }
}
.enderecos_sect .endereco_box .title {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .enderecos_sect .endereco_box .title {
    font-size: 24px;
  }
}
.enderecos_sect .endereco_box .localizacao_text {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FF5F19;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
}
@media (min-width: 992px) {
  .enderecos_sect .endereco_box .localizacao_text {
    font-size: 20px;
    letter-spacing: -0.2px;
  }
}
.enderecos_sect .endereco_box .info {
  color: #797E86;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .enderecos_sect .endereco_box .info {
    font-size: 16px;
    letter-spacing: -0.16px;
  }
}
.enderecos_sect .fabricas_content {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .enderecos_sect .fabricas_content {
    margin-top: 47px;
  }
}
.enderecos_sect .fabricas_content .titulo {
  margin-bottom: 24px;
}

.infra_sect {
  background-image: url("../img/bg-listras-cinzas.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 69px 0 65px;
}
@media (min-width: 992px) {
  .infra_sect {
    padding: 62px 0;
  }
}
.infra_sect .box-laranja {
  padding: 32px 24px;
  background-color: #FF5F19;
}
@media (min-width: 992px) {
  .infra_sect .box-laranja {
    padding: 50px 72px;
  }
}
.infra_sect .box-preto {
  padding: 32px 24px 42px;
  background-color: #19191E;
}
@media (min-width: 992px) {
  .infra_sect .box-preto {
    padding: 30px 40px;
  }
}
.infra_sect .box-preto .text {
  color: white;
  margin-bottom: 0;
  font-size: 18px;
  line-height: normal;
}

.conheca-numeros_sect {
  position: relative;
  padding: 40px 0 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .conheca-numeros_sect {
    padding: 72px 0 150px;
    overflow: visible;
  }
}
.conheca-numeros_sect .texto {
  color: #797E86;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin: 8px 0 0;
}
@media (min-width: 992px) {
  .conheca-numeros_sect .texto {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .conheca-numeros_sect.small-padding {
    padding-bottom: 100px;
  }
}
.conheca-numeros_sect .flutuante_img {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .conheca-numeros_sect .flutuante_img {
    display: block;
  }
}
.conheca-numeros_sect .container {
  position: relative;
}
.conheca-numeros_sect .conheca-numeros_carousel {
  margin-top: 32px;
  padding-bottom: 104px;
  overflow: visible;
}
@media (min-width: 992px) {
  .conheca-numeros_sect .conheca-numeros_carousel {
    margin-top: 40px;
    padding-bottom: 0;
    overflow: hidden;
  }
}
.conheca-numeros_sect .conheca-numeros_carousel .swiper-slide {
  height: auto;
}
.conheca-numeros_sect .conheca-numeros_carousel .numeros_card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #19191E;
  padding: 32px 24px 44px;
  font-family: "versos", sans-serif;
}
@media (min-width: 992px) {
  .conheca-numeros_sect .conheca-numeros_carousel .numeros_card {
    padding: 32px 50px 44px;
  }
}
.conheca-numeros_sect .conheca-numeros_carousel .numeros_card::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #FC4E00 0%, rgba(255, 255, 255, 0) 100%);
}
.conheca-numeros_sect .conheca-numeros_carousel .numeros_card .intro {
  color: #FF5F19;
  margin-bottom: 16px;
}
.conheca-numeros_sect .conheca-numeros_carousel .numeros_card .intro .number {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .conheca-numeros_sect .conheca-numeros_carousel .numeros_card .intro .number {
    font-size: 56px;
  }
}
.conheca-numeros_sect .conheca-numeros_carousel .numeros_card .intro .number .small {
  font-size: 32px;
}
@media (min-width: 992px) {
  .conheca-numeros_sect .conheca-numeros_carousel .numeros_card .intro .number .small {
    font-size: 35px;
  }
}
.conheca-numeros_sect .conheca-numeros_carousel .numeros_card .intro .title {
  font-size: 36px;
  line-height: normal;
  margin-bottom: 0;
}
.conheca-numeros_sect .conheca-numeros_carousel .numeros_card .desc {
  margin-bottom: 0;
  font-size: 20px;
  line-height: normal;
  color: white;
}
@media (min-width: 992px) {
  .conheca-numeros_sect .conheca-numeros_carousel.somos-iconic .numeros_card {
    padding: 54px 50px 76px;
  }
}
@media (min-width: 992px) {
  .conheca-numeros_sect .conheca-numeros_carousel.somos-iconic .intro {
    margin-bottom: 48px;
  }
}
.conheca-numeros_sect .cards-padrao-holder {
  margin-top: 32px;
  padding-bottom: 104px;
  overflow: visible;
}
@media (min-width: 992px) {
  .conheca-numeros_sect .cards-padrao-holder {
    margin-top: 40px;
    padding-bottom: 0;
    overflow: hidden;
  }
}
.conheca-numeros_sect .cards-padrao-holder .swiper-slide {
  height: auto;
}
.conheca-numeros_sect .cards-padrao-holder .numeros_card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #19191E;
  padding: 32px 24px 44px;
  font-family: "versos", sans-serif;
}
@media (min-width: 992px) {
  .conheca-numeros_sect .cards-padrao-holder .numeros_card {
    padding: 32px 50px 44px;
  }
}
.conheca-numeros_sect .cards-padrao-holder .numeros_card::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #FC4E00 0%, rgba(255, 255, 255, 0) 100%);
}
.conheca-numeros_sect .cards-padrao-holder .numeros_card .intro {
  color: #FF5F19;
  margin-bottom: 16px;
}
.conheca-numeros_sect .cards-padrao-holder .numeros_card .intro .number {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .conheca-numeros_sect .cards-padrao-holder .numeros_card .intro .number {
    font-size: 56px;
  }
}
.conheca-numeros_sect .cards-padrao-holder .numeros_card .intro .number .small {
  font-size: 32px;
}
@media (min-width: 992px) {
  .conheca-numeros_sect .cards-padrao-holder .numeros_card .intro .number .small {
    font-size: 35px;
  }
}
.conheca-numeros_sect .cards-padrao-holder .numeros_card .intro .title {
  font-size: 36px;
  line-height: normal;
  margin-bottom: 0;
}
.conheca-numeros_sect .cards-padrao-holder .numeros_card .desc {
  margin-bottom: 0;
  font-size: 20px;
  line-height: normal;
  color: white;
}
@media (min-width: 992px) {
  .conheca-numeros_sect .cards-padrao-holder.somos-iconic .numeros_card {
    padding: 54px 50px 76px;
  }
}
@media (min-width: 992px) {
  .conheca-numeros_sect .cards-padrao-holder.somos-iconic .intro {
    margin-bottom: 48px;
  }
}

.strength_sect {
  padding-bottom: 42px;
}
@media (min-width: 992px) {
  .strength_sect {
    padding-bottom: 56px;
  }
}
.strength_sect .strength_card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.strength_sect .strength_card .image_holder {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.strength_sect .strength_card .image_holder::after {
  content: "";
  display: block;
  padding-bottom: 72%;
}
.strength_sect .strength_card .content_holder {
  background-color: #19191E;
  flex: 1;
}
@media (min-width: 992px) {
  .strength_sect .strength_card .content_holder {
    position: relative;
    padding: 85px 58px 0;
  }
}
.strength_sect .strength_card .content_holder .box {
  display: flex;
  align-items: center;
  padding: 16px 18px;
  min-height: 90px;
}
@media (min-width: 992px) {
  .strength_sect .strength_card .content_holder .box {
    max-width: 340px;
    position: absolute;
    left: 58px;
    top: -76px;
    padding: 25px 16px 25px 38px;
  }
}
.strength_sect .strength_card .content_holder .box.laranja {
  background-color: #FF5F19;
  color: white;
}
.strength_sect .strength_card .content_holder .content {
  padding: 30px 18px;
}
@media (min-width: 992px) {
  .strength_sect .strength_card .content_holder .content {
    padding: 0 0 50px;
  }
}
.strength_sect .strength_card .content_holder .content .desc {
  font-family: "versos", sans-serif;
  margin-bottom: 0;
  color: white;
  font-size: 14px;
  line-height: normal;
}
@media (min-width: 992px) {
  .strength_sect .strength_card .content_holder .content .desc {
    font-size: 16px;
  }
}

.animated-item, .custom-animated-item {
  transition: 0.8s ease;
  opacity: 0;
}
.animated-item.animated, .custom-animated-item.animated {
  opacity: 1;
}

.animate-top-in {
  transform: translateY(100px);
}
.animate-top-in.animated {
  transform: translate(0, 0);
}

.animate-left-in {
  transform: translateY(100px);
}
@media (min-width: 992px) {
  .animate-left-in {
    transform: translate(-100px, 0);
  }
}
.animate-left-in.animated {
  transform: translate(0, 0);
}

.animate-right-in {
  transform: translateY(100px);
}
@media (min-width: 992px) {
  .animate-right-in {
    transform: translate(100px, 0);
  }
}
.animate-right-in.animated {
  transform: translate(0, 0);
}

.banner-sustentabilidade {
  position: relative;
  align-items: flex-start;
}
.banner-sustentabilidade .logo-banner {
  display: flex;
  justify-content: center;
  padding-top: 76px;
}
@media (min-width: 992px) {
  .banner-sustentabilidade .logo-banner {
    padding-top: 117px;
  }
}
.banner-sustentabilidade .logo-banner .logo {
  width: 245px;
  height: 227px;
}
@media (min-width: 992px) {
  .banner-sustentabilidade .logo-banner .logo {
    width: initial;
    height: initial;
  }
}
.banner-sustentabilidade .flutuante-1-sustenta {
  display: none;
}
@media (min-width: 992px) {
  .banner-sustentabilidade .flutuante-1-sustenta {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.banner-sustentabilidade .flutuante-2-sustenta {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .banner-sustentabilidade .flutuante-2-sustenta {
    display: none;
  }
}

.sect-sustentabilidade {
  background-color: #FF5F19;
  position: relative;
}
@media (min-width: 992px) {
  .sect-sustentabilidade {
    height: 500px;
  }
}
.sect-sustentabilidade .area-texto {
  margin: 40px 0;
}
@media (min-width: 992px) {
  .sect-sustentabilidade .area-texto {
    padding: 0;
    margin: 138px 0 0 0;
  }
}
.sect-sustentabilidade .titulo {
  font-size: 32px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .sect-sustentabilidade .titulo {
    font-size: 36px;
    margin-bottom: 32px;
    max-width: 377px;
  }
}
.sect-sustentabilidade .video-holder-susten {
  width: 100%;
  height: 390px;
  z-index: 1;
}
@media (min-width: 992px) {
  .sect-sustentabilidade .video-holder-susten {
    height: 500px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}
.sect-sustentabilidade .play-video {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.sect-sustentabilidade .bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.sect_transformar-susten {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #E5E6E7;
}
@media (min-width: 992px) {
  .sect_transformar-susten {
    height: 690px;
  }
}
.sect_transformar-susten .grafismo-laranja-verde {
  background-image: url("../img/grafismo-verde-2-mobile.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: white;
  width: 100%;
  height: 57px;
}
@media (min-width: 992px) {
  .sect_transformar-susten .grafismo-laranja-verde {
    height: 690px;
    width: 41%;
    background-image: url("../img/grafismo-verde-2.png");
    background-position: left;
  }
}
.sect_transformar-susten .area-box {
  position: relative;
  z-index: 2;
  padding-top: 57px;
}
@media (min-width: 992px) {
  .sect_transformar-susten .area-box {
    padding-top: 209px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.sect_transformar-susten .box {
  background-color: #FF5F19;
  padding: 40px 26px 40px 0;
  position: relative;
  z-index: 2;
}
.sect_transformar-susten .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: inherit;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 992px) {
  .sect_transformar-susten .box::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .sect_transformar-susten .box {
    padding: 32px 63px;
    width: min-content;
    margin-right: 75px;
  }
}
.sect_transformar-susten .box .titulo {
  font-size: 32px;
}
@media (min-width: 992px) {
  .sect_transformar-susten .box .titulo {
    font-size: 36px;
  }
}
.sect_transformar-susten .box-preto {
  background-color: #19191E;
  padding: 23px 0;
  position: relative;
  z-index: 2;
}
.sect_transformar-susten .box-preto::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: inherit;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 992px) {
  .sect_transformar-susten .box-preto::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .sect_transformar-susten .box-preto {
    padding: 27px 30px 28px 23px;
    max-width: fit-content;
    margin-right: 13px;
  }
}
.sect_transformar-susten .texto-area {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 112px;
  margin-bottom: 112px;
}
@media (min-width: 992px) {
  .sect_transformar-susten .texto-area {
    margin-top: 187px;
    margin-bottom: 0;
    padding: 0 65px 0 37px;
  }
}
.sect_transformar-susten .texto-sustentabilidade {
  color: #39414C;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.sect_transformar-susten .flutuante-texto-1 {
  position: absolute;
  top: -48px;
  left: 12px;
}
@media (min-width: 992px) {
  .sect_transformar-susten .flutuante-texto-1 {
    top: -45px;
    left: 0px;
  }
}
.sect_transformar-susten .flutuante-texto-2 {
  position: absolute;
  bottom: -48px;
  right: 11px;
}
@media (min-width: 992px) {
  .sect_transformar-susten .flutuante-texto-2 {
    bottom: -28px;
    right: 0px;
  }
}

.sect-pilares {
  position: relative;
  padding: 56px 0;
  overflow-x: clip;
}
@media (min-width: 992px) {
  .sect-pilares {
    padding: 80px 0 112px;
  }
}
.sect-pilares .titulo {
  font-size: 32px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .sect-pilares .titulo {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
.sect-pilares .flutuante-pilares {
  position: absolute;
  right: 0;
  bottom: -40%;
  display: none;
  z-index: 1;
}
@media (min-width: 992px) {
  .sect-pilares .flutuante-pilares {
    display: block;
    bottom: -27%;
  }
}
@media (min-width: 1200px) {
  .sect-pilares .flutuante-pilares {
    bottom: -40%;
  }
}
.sect-pilares .swiper {
  position: relative;
  z-index: 2;
  overflow: visible;
}
@media (min-width: 992px) {
  .sect-pilares .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
}
.sect-pilares .swiper-slide {
  background-color: #E5E6E7;
  min-height: 230px;
  width: 283px;
  padding: 32px 23px 29px 32px;
  border-bottom: 6px solid;
  border-image: linear-gradient(90deg, #EA5B0B 0%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
  height: 6px;
}
@media (min-width: 992px) {
  .sect-pilares .swiper-slide {
    width: 260px;
    min-height: 250px;
  }
}
@media (min-width: 1400px) {
  .sect-pilares .swiper-slide {
    width: 283px;
    min-height: 230px;
  }
}
.sect-pilares .swiper-slide .img-box {
  margin-bottom: 32px;
}
.sect-pilares .swiper-slide .titulo-box {
  color: #19191E;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}

.sect_construir {
  background-color: #FF5F19;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .sect_construir {
    height: 500px;
    flex-direction: row;
  }
}
.sect_construir .construir-img {
  height: 291px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}
@media (min-width: 992px) {
  .sect_construir .construir-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 500px;
    width: 50%;
  }
}
.sect_construir .texto-construir {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin-bottom: 40px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .sect_construir .texto-construir {
    margin-top: 16px;
    margin-right: 37px;
    margin-bottom: 0;
  }
}

.acoes-iconic_sect {
  overflow: hidden;
  padding: 48px 0 0;
}
@media (min-width: 992px) {
  .acoes-iconic_sect {
    padding: 112px 0 169px;
  }
}
.acoes-iconic_sect .container {
  position: relative;
}
.acoes-iconic_sect .acoes-iconic_carousel {
  margin-top: 40px;
  overflow: visible;
  padding-bottom: 118px;
}
@media (min-width: 650px) {
  .acoes-iconic_sect .acoes-iconic_carousel {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .acoes-iconic_sect .acoes-iconic_carousel {
    margin-top: 32px;
    padding-bottom: 0;
  }
}
.acoes-iconic_sect .acoes-iconic_carousel .acoes_card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 434px;
  overflow: hidden;
  text-decoration: none;
  border: none;
  outline: none;
  background-color: transparent;
  text-align: left;
}
.acoes-iconic_sect .acoes-iconic_carousel .acoes_card:hover .titulo-card {
  color: #FF5F19;
}
.acoes-iconic_sect .acoes-iconic_carousel .acoes_card:hover .image_holder {
  scale: 1.2;
}
.acoes-iconic_sect .acoes-iconic_carousel .acoes_card .img-container {
  width: 100%;
  height: 251px;
  overflow: hidden;
  margin-bottom: 16px;
}
.acoes-iconic_sect .acoes-iconic_carousel .acoes_card .image_holder {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 251px;
  transition: all ease-in-out 0.3s;
}
.acoes-iconic_sect .acoes-iconic_carousel .acoes_card .titulo-card {
  color: #19191E;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  transition: all ease-in-out 0.3s;
}
.acoes-iconic_sect .acoes-iconic_carousel .acoes_card .texto-card {
  color: #797E86;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
  min-height: 62px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (min-width: 992px) {
  .acoes-iconic_sect .acoes-iconic_carousel .acoes_card .texto-card {
    font-size: 16px;
  }
}
.acoes-iconic_sect .acoes-iconic_carousel .acoes_card .link-card {
  color: #FF5F19;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  line-height: 9px;
  text-decoration: none;
}
.acoes-iconic_sect .acoes-iconic_carousel .acoes_card .link-card::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #EA5B0B 0%, rgba(255, 255, 255, 0) 100%);
}

.entenda-atuacao_sect {
  position: relative;
}
@media (min-width: 992px) {
  .entenda-atuacao_sect {
    display: flex;
    align-items: center;
    padding: 50px 0;
    min-height: 539px;
  }
}
.entenda-atuacao_sect .grafismo {
  display: none;
  background-image: url("../img/img-grafismo-laranja-md.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .entenda-atuacao_sect .grafismo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 29%;
  }
}
.entenda-atuacao_sect .image_holder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px 0;
  background-color: #61656B;
}
@media (min-width: 992px) {
  .entenda-atuacao_sect .image_holder {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 71%;
    padding: 40px 90px;
  }
}
.entenda-atuacao_sect .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .entenda-atuacao_sect .container {
    max-width: initial;
    padding: 0;
  }
}
.entenda-atuacao_sect .container .laranja, .entenda-atuacao_sect .container .preto {
  width: 100%;
}
@media (min-width: 992px) {
  .entenda-atuacao_sect .container .laranja, .entenda-atuacao_sect .container .preto {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .entenda-atuacao_sect .container .preto {
    margin-left: 48px;
  }
}

.trabalhamos-etica_sect {
  overflow: hidden;
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .trabalhamos-etica_sect {
    padding-bottom: 112px;
  }
}
.trabalhamos-etica_sect .intro {
  color: #797E86;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin-bottom: 32px;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .trabalhamos-etica_sect .intro {
    margin-bottom: 36px;
  }
}
.trabalhamos-etica_sect .trabalhamos-etica_carousel {
  overflow: visible;
}
@media (min-width: 992px) {
  .trabalhamos-etica_sect .trabalhamos-etica_carousel {
    overflow: hidden;
  }
}
.trabalhamos-etica_sect .trabalhamos-etica_carousel .swiper-slide {
  height: auto;
}
.trabalhamos-etica_sect .trabalhamos-etica_card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.trabalhamos-etica_sect .trabalhamos-etica_card .card_header {
  flex: 1;
  padding: 30px 20px 45px;
  background-color: #FF5F19;
}
.trabalhamos-etica_sect .trabalhamos-etica_card .card_header .card_title {
  color: white;
  font-family: "versos", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.trabalhamos-etica_sect .trabalhamos-etica_card .card_footer {
  position: relative;
  background-color: #19191E;
  padding: 27px 20px 25px;
}
.trabalhamos-etica_sect .trabalhamos-etica_card .card_footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #FF5F19 0%, rgba(255, 255, 255, 0) 100%);
}
.trabalhamos-etica_sect .trabalhamos-etica_card .card_footer .card_link {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.18px;
  color: white;
  text-decoration: none;
  transition: 0.3s ease;
}
.trabalhamos-etica_sect .trabalhamos-etica_card .card_footer .card_link:hover {
  color: #FF5F19;
}

.valorizamos-diversidade_sect {
  overflow: hidden;
  position: relative;
  padding: 146px 0 246px;
  background-color: #19191E;
}
@media (min-width: 992px) {
  .valorizamos-diversidade_sect {
    padding: 179px 0 229px;
  }
}
.valorizamos-diversidade_sect .flutuante_image {
  position: absolute;
  left: 0;
  bottom: 25px;
}
@media (min-width: 992px) {
  .valorizamos-diversidade_sect .flutuante_image {
    left: initial;
    right: 0;
    bottom: -50px;
  }
}
.valorizamos-diversidade_sect .content {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .valorizamos-diversidade_sect .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 500px;
  }
}
.valorizamos-diversidade_sect .content .box-padrao {
  position: relative;
  z-index: 2;
}
.valorizamos-diversidade_sect .content .box-padrao.preto {
  max-width: 223px;
}
@media (min-width: 992px) {
  .valorizamos-diversidade_sect .content .box-padrao.preto {
    margin-left: 78px;
    max-width: 306px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .valorizamos-diversidade_sect .content .box-padrao.preto {
    position: absolute;
    bottom: 24px;
    left: 21px;
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
.valorizamos-diversidade_sect .content .box-padrao.cinza {
  width: 100%;
}
@media (min-width: 992px) {
  .valorizamos-diversidade_sect .content .box-padrao.cinza {
    margin-left: 132px;
    max-width: 353px;
  }
}
.valorizamos-diversidade_sect .content .bg_holder {
  position: relative;
  width: 100%;
}
.valorizamos-diversidade_sect .content .bg_holder::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
@media (min-width: 992px) {
  .valorizamos-diversidade_sect .content .bg_holder::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .valorizamos-diversidade_sect .content .bg_holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.valorizamos-diversidade_sect .content .bg_holder .grafismo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32%;
  background-image: url("../img/img-grafismo-laranja-md.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.valorizamos-diversidade_sect .content .bg_holder .image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 68%;
  background-image: url("../img/img-valorizamos-diversidade.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sect_politica-direitos {
  padding: 122px 0 169px;
}
.sect_politica-direitos .titulo-sect {
  font-size: 32px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .sect_politica-direitos .titulo-sect {
    font-size: 36px;
    text-align: center;
  }
}
.sect_politica-direitos .card-download-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .sect_politica-direitos .card-download-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
.sect_politica-direitos .card-download-wrapper .card-download {
  min-height: 244px;
}
@media (min-width: 992px) {
  .sect_politica-direitos .card-download-wrapper .card-download {
    width: 282px;
  }
}
.sect_politica-direitos .card-download {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #FF5F19;
  color: white;
}
.sect_politica-direitos .card-download .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sect_politica-direitos .card-download .titulo {
  display: block;
  margin-bottom: 0;
  width: 100%;
  padding: 30px 28px;
  font-family: "versos";
  font-size: 20px;
  font-weight: 700;
}
.sect_politica-direitos .card-download .data {
  padding: 0px 28px 18px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.sect_politica-direitos .card-download .download {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 14px;
  padding: 25px 28px;
  background-color: #19191E;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.18px;
  text-decoration: none;
  transition: all ease 0.4s;
}
.sect_politica-direitos .card-download .download::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #FC4E00 0%, rgba(255, 255, 255, 0) 100%);
}
.sect_politica-direitos .card-download .download:hover {
  color: #FF5F19;
}
.sect_politica-direitos .subtitulo {
  color: #94989E;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin-bottom: 32px;
}
.sect_politica-direitos .form_holder {
  margin: 0 auto 32px;
  width: 100%;
}
@media (min-width: 768px) {
  .sect_politica-direitos .form_holder {
    max-width: 282px;
  }
}

.link-padrao-cinza {
  position: relative;
  text-decoration: none;
  color: #19191E;
  font-family: "versos", sans-serif;
  font-size: 16px;
  line-height: normal;
  transition: 0.3s ease;
}
.link-padrao-cinza:hover {
  color: #DCDCDC;
}
.link-padrao-cinza::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -9px;
  background: linear-gradient(90deg, #DCDCDC 0%, rgba(220, 220, 220, 0) 100%);
}

.sobre-parceria-sect {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .sobre-parceria-sect {
    padding: 80px 0;
  }
}
.sobre-parceria-sect .flutuante {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 992px) {
  .sobre-parceria-sect .flutuante {
    right: -150px;
  }
}
@media (min-width: 1280px) {
  .sobre-parceria-sect .flutuante {
    right: 0;
  }
}
.sobre-parceria-sect .img-mobile-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.sobre-parceria-sect .img-mobile-box .img-logo-lubrin-mobile {
  position: absolute;
  top: calc(50% - 41px);
  left: 50%;
  transform: translateX(-50%);
}
.sobre-parceria-sect .img-mobile {
  display: block;
  width: 100%;
  max-width: none;
  height: 350px;
  object-fit: cover;
}
.sobre-parceria-sect .box-info .titulo {
  color: #19191E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .sobre-parceria-sect .box-info .titulo {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
.sobre-parceria-sect .box-info .paragrafo {
  color: #797E86;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
}
@media (min-width: 992px) {
  .sobre-parceria-sect .box-info .paragrafo {
    font-size: 18px;
  }
}

.link-laranja {
  display: inline-block;
  color: #FF5F19;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 9px;
  margin-bottom: 0;
  text-decoration: none;
}
.link-laranja:hover {
  color: #CD3C00;
}
.link-laranja::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #EA5B0B 0%, rgba(255, 255, 255, 0) 100%);
}

.nos-somos-iconic-section {
  position: relative;
  padding: 80px 0 109px;
}
@media (min-width: 1200px) {
  .nos-somos-iconic-section {
    padding: 159px 0;
  }
}
.nos-somos-iconic-section .flutuante {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1200px) {
  .nos-somos-iconic-section .flutuante {
    display: block;
  }
}
.nos-somos-iconic-section .image-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.nos-somos-iconic-section .image-holder .we-re-iconic-img {
  display: block;
  max-width: 69px;
}
@media (min-width: 1200px) {
  .nos-somos-iconic-section .image-holder .we-re-iconic-img {
    max-width: 128px;
  }
}
.nos-somos-iconic-section .image-holder .we-re-iconic-title {
  color: #39414C;
  font-family: "versos", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 95%;
  letter-spacing: 1.08px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .nos-somos-iconic-section .image-holder .we-re-iconic-title {
    font-size: 66px;
    letter-spacing: 1.98px;
  }
}
.nos-somos-iconic-section .text-area {
  display: flex;
  justify-content: center;
}
.nos-somos-iconic-section .text-area .text {
  color: var(--Cores-Neutras-cinza-9, #494C50);
  text-align: center;
  font-family: "margem-rounded";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.18px;
  margin: 24px 0 48px;
}
@media (min-width: 992px) {
  .nos-somos-iconic-section .text-area .text {
    font-size: 24px;
    letter-spacing: -0.24px;
    margin: 32px 0 64px;
    max-width: 652px;
  }
}
.nos-somos-iconic-section .cards-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 992px) {
  .nos-somos-iconic-section .cards-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .nos-somos-iconic-section .cards-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.nos-somos-iconic-section .cards-wrapper .we-re-iconic-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
  border: 1px solid #F2F2F3;
  background: #FFF;
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.04);
  padding: 40px 24px;
  min-height: 312px;
  width: 342px;
  position: relative;
}
.nos-somos-iconic-section .cards-wrapper .we-re-iconic-card::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
}
@media (min-width: 1200px) {
  .nos-somos-iconic-section .cards-wrapper .we-re-iconic-card {
    justify-content: flex-start;
    flex: 1;
    min-height: 362px;
    width: 261px;
  }
}
@media (min-width: 1400px) {
  .nos-somos-iconic-section .cards-wrapper .we-re-iconic-card {
    width: 306px;
    min-height: 350px;
  }
}
.nos-somos-iconic-section .cards-wrapper .we-re-iconic-card_intro {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.nos-somos-iconic-section .cards-wrapper .we-re-iconic-card_intro .img {
  max-width: 100px;
}
.nos-somos-iconic-section .cards-wrapper .we-re-iconic-card_intro_title {
  color: #19191E;
  font-family: "versos", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.24px;
  margin-bottom: 0;
  text-align: left;
  text-wrap: nowrap;
}
@media (min-width: 1200px) {
  .nos-somos-iconic-section .cards-wrapper .we-re-iconic-card_intro_title {
    font-size: 28px;
    letter-spacing: -0.32px;
  }
}
@media (min-width: 1400px) {
  .nos-somos-iconic-section .cards-wrapper .we-re-iconic-card_intro_title {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}
.nos-somos-iconic-section .cards-wrapper .we-re-iconic-card_text {
  color: #19191E;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.18px;
  margin-bottom: 0;
}
.nos-somos-iconic-section .cards-wrapper .we-re-iconic-card_text .c-rosa {
  color: #FB006E;
}
.nos-somos-iconic-section .cards-wrapper .we-re-iconic-card_text .c-azul {
  color: #0048CF;
}
.nos-somos-iconic-section .cards-wrapper .we-re-iconic-card_text .c-laranja {
  color: #FF5000;
}
.nos-somos-iconic-section .cards-wrapper .we-re-iconic-card_text .c-amarelo {
  color: #FFB700;
}
.nos-somos-iconic-section .cards-wrapper .bcg-rosa::after {
  background: linear-gradient(90deg, #FB006E 0%, rgba(255, 255, 255, 0) 75%);
}
.nos-somos-iconic-section .cards-wrapper .bcg-azul::after {
  background: linear-gradient(90deg, #0048CF 0%, rgba(255, 255, 255, 0) 75%);
}
.nos-somos-iconic-section .cards-wrapper .bcg-laranja::after {
  background: linear-gradient(90deg, #FF5000 0%, rgba(255, 255, 255, 0) 75%);
}
.nos-somos-iconic-section .cards-wrapper .bcg-amarelo::after {
  background: linear-gradient(90deg, #FFB700 0%, rgba(255, 255, 255, 0) 75%);
}

.g-recaptcha iframe {
  width: 304px !important;
  height: 78px !important;
  max-width: none !important;
}

/* ==========================================================================
   Botoes
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  border-radius: 0;
  transition: all ease-in-out 0.3s;
}
.btn-laranja {
  background-color: #FF5F19;
  color: #19191E;
}
.btn-laranja:hover {
  background-color: #CD3C00;
}
.btn-roxo {
  background-color: #4B00C3;
  color: white;
}
.btn-roxo:hover {
  background-color: #280078;
  color: white;
}
.btn-laranja-branco {
  background-color: #FF5F19;
  color: white;
}
.btn-laranja-branco:hover {
  background-color: #CD3C00;
}
.btn.full-mobile {
  width: 100%;
}
@media (min-width: 768px) {
  .btn.full-mobile {
    width: auto;
  }
}

/* ==========================================================================
   Títulos
   ========================================================================== */
.titulo {
  font-family: "versos", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.titulo.md {
  font-size: 18px;
}
@media (min-width: 992px) {
  .titulo.md {
    font-size: 28px;
  }
}
.titulo.lg {
  font-size: 24px;
}
@media (min-width: 992px) {
  .titulo.lg {
    font-size: 32px;
  }
}
.titulo.xl {
  font-size: 24px;
}
@media (min-width: 992px) {
  .titulo.xl {
    font-size: 36px;
  }
}

.header .top_bar {
  display: none;
}
@media (min-width: 992px) {
  .header .top_bar {
    display: block;
    position: relative;
    background-color: #39414C;
  }
}
.header .top_bar .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .top_bar .top_bar_list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
  padding: 6px 0;
}
.header .top_bar .top_bar_list .list-item-language {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .top_bar .top_bar_list .list-item-language .language {
  transition: all 0.4s linear;
}
.header .top_bar .top_bar_list .list-item-language:has(.language.d-none) .list_link:last-child {
  pointer-events: none;
  cursor: none;
}
.header .top_bar .top_bar_list .list-item-language:has(.language.d-none) .list_link:last-child:hover {
  color: white;
}
.header .top_bar .top_bar_list .list_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: white;
  text-decoration: none;
  transition: 0.3s ease;
}
.header .top_bar .top_bar_list .list_link:hover {
  color: #FF5F19;
}
.header .top_bar .top_bar_list .list_link.active {
  color: #FF5F19;
}
.header .top_bar .top_bar_list .list_link.btn-language {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
}
.header .top_bar .top_bar_list .list_link.btn-language .icone-global {
  fill: white;
  transition: 0.3s ease;
}
.header .top_bar .top_bar_list .list_link.btn-language .icone-global:hover {
  fill: #FF5F19;
}
.header .bottom_bar {
  background-color: #19191E;
  padding: 24px 0;
}
@media (min-width: 992px) {
  .header .bottom_bar {
    padding: 31px 0;
  }
}
.header .bottom_bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .bottom_bar .logo {
  position: relative;
  z-index: 10;
  max-width: 80px;
}
@media (min-width: 992px) {
  .header .bottom_bar .logo {
    max-width: initial;
  }
}
.header .bottom_bar .menu_btn {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: transparent;
  outline: none;
  border: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .header .bottom_bar .menu_btn {
    display: none;
  }
}
.header .bottom_bar .menu_btn .bar {
  width: 22px;
  height: 2px;
  border-radius: 3px;
  background-color: white;
  transition: 0.4s ease;
}
.header .bottom_bar .menu_btn.on .bar1 {
  transform: rotateZ(45deg) translateY(8px);
}
.header .bottom_bar .menu_btn.on .bar2 {
  width: 0;
}
.header .bottom_bar .menu_btn.on .bar3 {
  transform: rotateZ(-45deg) translateY(-9px);
}
.header .bottom_bar .header-links_nav {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #19191E;
  text-align: center;
  padding: 0 24px;
  transform: translateX(-100%);
  transition: 0.6s ease;
}
.header .bottom_bar .header-links_nav.on {
  transform: translateX(0);
}
@media (min-width: 992px) {
  .header .bottom_bar .header-links_nav {
    padding: 0;
    text-align: initial;
    position: relative;
    transform: translateX(0);
  }
}
.header .bottom_bar .header-links_nav .lists_wrapper {
  height: 100%;
  overflow: auto;
  padding: 100px 0 129px;
}
@media (min-width: 992px) {
  .header .bottom_bar .header-links_nav .lists_wrapper {
    height: initial;
    overflow: initial;
    padding: 0;
  }
}
.header .bottom_bar .header-links_nav .lists_wrapper .header-links_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0;
}
@media (min-width: 992px) {
  .header .bottom_bar .header-links_nav .lists_wrapper .header-links_list {
    flex-direction: row;
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .header .bottom_bar .header-links_nav .lists_wrapper .header-links_list {
    gap: 20px;
  }
}
@media (min-width: 1400px) {
  .header .bottom_bar .header-links_nav .lists_wrapper .header-links_list {
    gap: 24px;
  }
}
.header .bottom_bar .header-links_nav .lists_wrapper .header-links_list:last-child {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #FF5F19;
}
.header .bottom_bar .header-links_nav .lists_wrapper .list_links {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: white;
  text-decoration: none;
  transition: 0.3s ease;
  width: fit-content;
}
@media (min-width: 992px) {
  .header .bottom_bar .header-links_nav .lists_wrapper .list_links {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .header .bottom_bar .header-links_nav .lists_wrapper .list_links {
    font-size: 16px;
  }
}
.header .bottom_bar .header-links_nav .lists_wrapper .list_links .icones {
  font-size: 12px;
  margin-top: 1px;
}
@media (min-width: 992px) {
  .header .bottom_bar .header-links_nav .lists_wrapper .list_links .icones {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .header .bottom_bar .header-links_nav .lists_wrapper .list_links .icones {
    font-size: 12px;
  }
}
.header .bottom_bar .header-links_nav .lists_wrapper .list_links::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  transition: 0.3s ease;
  background: linear-gradient(90deg, #FF5F19 0%, rgba(255, 255, 255, 0) 100%);
}
.header .bottom_bar .header-links_nav .lists_wrapper .list_links:hover {
  color: #FF5F19;
}
@media (min-width: 992px) {
  .header .bottom_bar .header-links_nav .lists_wrapper .list_links:hover::after {
    right: 0;
  }
}
.header .bottom_bar .header-links_nav .lists_wrapper .list_links.active {
  color: #FF5F19;
}
@media (min-width: 992px) {
  .header .bottom_bar .header-links_nav .lists_wrapper .list_links.active::after {
    right: 0;
  }
}
.header .language-wrapper {
  position: absolute;
  left: 0;
  bottom: 24px;
  right: 0;
}
.header .language-wrapper_lista {
  padding: 0;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  margin: 0;
  list-style-type: none;
}
.header .language-wrapper_lista .language-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: white;
}
.header .language-wrapper_lista .language-link > a {
  text-decoration: none;
}
.header .language-wrapper_lista .language-link.active {
  color: #FF5F19;
}
.header .acessibilidade_wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 68px;
  background-color: #39414C;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
}
@media (min-width: 992px) {
  .header .acessibilidade_wrapper {
    position: relative;
    justify-content: flex-end;
    gap: 25px;
    overflow: hidden;
    height: 100%;
    width: 0;
    transition: width 1s ease;
  }
}
.header .acessibilidade_wrapper .acessibilidade_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
}
@media (min-width: 992px) {
  .header .acessibilidade_wrapper .acessibilidade_list {
    width: 100%;
    min-width: fit-content;
    gap: 25px;
    justify-content: flex-end;
    margin-bottom: 0;
    margin: 6px 20px;
    padding: 0 20px;
    border-right: 1px solid #DCDCDC;
  }
}
.header .acessibilidade_wrapper .btn-acessibilidade {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background-color: transparent;
  outline: none;
  border: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .header .acessibilidade_wrapper .btn-acessibilidade {
    width: fit-content;
    flex-direction: row;
    gap: 5px;
    white-space: nowrap;
  }
}
.header .acessibilidade_wrapper .btn-acessibilidade .text {
  font-size: 12px;
  line-height: 14px;
  color: white;
}

.dropdown_header {
  border-radius: 0;
  padding: 24px 16px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border: 0;
  margin-top: 12px !important;
}
.dropdown_header li + li {
  margin-top: 10px;
}
.dropdown_header .dropdown-item {
  position: relative;
  padding: 0;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #39414C;
  transition: 0.3s ease;
}
.dropdown_header .dropdown-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  transition: 0.3s ease;
  background: linear-gradient(90deg, #FF5F19 0%, rgba(255, 255, 255, 0) 100%);
}
.dropdown_header .dropdown-item:hover {
  color: #FF5F19;
}
.dropdown_header .dropdown-item:hover::after {
  right: 0;
}

.header_collapse {
  padding: 8px 0 0;
}
.header_collapse .collapse_item {
  color: rgba(255, 255, 255, 0.3);
}
.header_collapse .collapse_item + .collapse_item {
  margin-top: 8px;
}
.header_collapse .collapse_item .collapse_link {
  text-decoration: none;
}

.navigation-orange .swiper-button-prev, .navigation-orange .swiper-button-next {
  top: initial;
  bottom: 48px;
  width: 48px;
  height: 48px;
  background-color: #FF5F19;
  color: white;
}
@media (min-width: 992px) {
  .navigation-orange .swiper-button-prev, .navigation-orange .swiper-button-next {
    bottom: initial;
    top: 20px;
  }
}
.navigation-orange .swiper-button-prev::after, .navigation-orange .swiper-button-next::after {
  display: none;
}
.navigation-orange .swiper-button-prev {
  left: 24px;
}
@media (min-width: 992px) {
  .navigation-orange .swiper-button-prev {
    left: initial;
    right: 80px;
  }
}
.navigation-orange .swiper-button-next {
  right: initial;
  left: 80px;
}
@media (min-width: 992px) {
  .navigation-orange .swiper-button-next {
    left: initial;
    right: 24px;
  }
}
.navigation-orange .swiper-button-disabled {
  background-color: #DCDCDC;
  color: #C9CBCF;
}

.carousel-orange-controls .swiper-pagination {
  display: none;
}
@media (min-width: 992px) {
  .carousel-orange-controls .swiper-pagination {
    position: relative;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.carousel-orange-controls .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: initial;
  background-color: #DCDCDC;
  opacity: 1;
}
.carousel-orange-controls .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF5F19;
}

.navigation-purple .swiper-button-prev, .navigation-purple .swiper-button-next {
  top: initial;
  bottom: 48px;
  width: 48px;
  height: 48px;
  background-color: #4B00C3;
  color: white;
}
@media (min-width: 992px) {
  .navigation-purple .swiper-button-prev, .navigation-purple .swiper-button-next {
    bottom: initial;
    top: 20px;
  }
}
.navigation-purple .swiper-button-prev::after, .navigation-purple .swiper-button-next::after {
  display: none;
}
.navigation-purple .swiper-button-prev {
  left: 24px;
}
@media (min-width: 992px) {
  .navigation-purple .swiper-button-prev {
    left: initial;
    right: 80px;
  }
}
.navigation-purple .swiper-button-next {
  right: initial;
  left: 80px;
}
@media (min-width: 992px) {
  .navigation-purple .swiper-button-next {
    left: initial;
    right: 24px;
  }
}
.navigation-purple .swiper-button-disabled {
  background-color: #DCDCDC;
  color: #C9CBCF;
}

.carousel-purple-controls .swiper-pagination {
  display: none;
}
@media (min-width: 992px) {
  .carousel-purple-controls .swiper-pagination {
    position: relative;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.carousel-purple-controls .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: initial;
  background-color: #DCDCDC;
  opacity: 1;
}
.carousel-purple-controls .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4B00C3;
}

.footer {
  background-color: #19191E;
  color: white;
}
.footer .nossas-midias {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  position: relative;
}
@media (min-width: 992px) {
  .footer .nossas-midias {
    justify-content: space-between;
    flex-direction: row;
  }
}
.footer .nossas-midias::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #EA5B0B 0%, rgba(255, 255, 255, 0) 100%);
}
.footer .nossas-midias .box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .footer .nossas-midias .box {
    align-items: flex-start;
  }
}
.footer .nossas-midias .box .footer-titulo {
  font-family: "versos", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .footer .nossas-midias .box .footer-titulo {
    font-size: 36px;
  }
}
.footer .nossas-midias .box .media-content {
  display: flex;
  gap: 8px;
}
.footer .nossas-midias .box .media-content .media-icone {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF5F19;
}
.footer .nossas-midias .box .media-content.margin-bottom {
  margin-bottom: 72px;
}
@media (min-width: 992px) {
  .footer .nossas-midias .box .media-content.margin-bottom {
    margin-bottom: 0;
  }
}
.footer .info {
  padding: 56px 0 64px;
}
@media (min-width: 992px) {
  .footer .info {
    padding: 66px 0 70px;
  }
}
.footer .info .info-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .footer .info .info-logo {
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .footer .info .info-logo_desc {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer .info .info-logo .logo {
  margin-bottom: 24px;
  width: 142px;
}
@media (min-width: 992px) {
  .footer .info .info-logo .logo {
    width: initial;
  }
}
.footer .info .info-logo .endereco {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .footer .info .info-logo .endereco {
    align-items: flex-start;
  }
}
.footer .info .lista-links {
  padding: 0;
}
.footer .info .lista-links .link-item {
  list-style-type: none;
  transition: all 0.2s ease;
  font-size: 24px;
  line-height: normal;
}
.footer .info .lista-links .link-item .link {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  text-wrap: nowrap;
  margin-bottom: 8px;
  cursor: pointer;
}
.footer .info .lista-links .link-item .link-btn {
  border: none !important;
  background-color: transparent !important;
  outline: none !important;
  color: white !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: 0.6s ease !important;
  font-size: 16px !important;
}
.footer .info .lista-links .link-item .link-btn:hover {
  color: #FF5F19 !important;
  background-color: transparent !important;
}
@media (min-width: 992px) {
  .footer .info .lista-links .link-item:hover {
    list-style-type: square;
    color: #FF5F19;
    font-size: 24px;
    line-height: normal;
  }
}
.footer .info .lista-links--mobile {
  text-align: center;
  margin-top: 32px;
}
.footer .info .lista-links--mobile .link-item + .link-item {
  margin-top: 16px;
}
.footer .info .lista-links--mobile .link-item .link {
  font-size: 18px;
}
.footer .direitos-iconic {
  padding: 22px 0;
  background-color: #39414C;
}
@media (min-width: 992px) {
  .footer .direitos-iconic {
    padding: 24px 0 20px;
  }
}
.footer .direitos-iconic .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .footer .direitos-iconic .container {
    justify-content: space-between;
  }
}
.footer .direitos-iconic .texto {
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.footer .footer-selo-Wrapper {
  display: flex;
  gap: 24px;
}
.footer .footer-selo-Wrapper .img-selo {
  object-fit: contain;
}
.footer .footer-selo-Wrapper .img-selo_quimico {
  width: 64px;
}
@media (min-width: 992px) {
  .footer .footer-selo-Wrapper .img-selo_quimico {
    width: 80px;
  }
}
.footer .footer-selo-Wrapper .img-selo_glassdoor {
  width: 133px;
}

/* ==========================================================================
   Forms
   ========================================================================== */
.form-label {
  color: #797E86;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin-bottom: 8px;
}

.form-control, .form-select {
  height: 56px;
  border-radius: 6px;
  border: 1px solid #DCDCDC;
  padding-left: 16px;
  padding-right: 16px;
}
.form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder {
  color: #B7C1CB;
}
.form-control:-moz-placeholder, .form-select:-moz-placeholder {
  color: #B7C1CB;
  opacity: 1;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: #B7C1CB;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
  color: #B7C1CB;
}
.form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder {
  color: #B7C1CB;
}
.form-control::placeholder, .form-select::placeholder {
  color: #B7C1CB;
}
.form-control option, .form-select option {
  color: #19191E;
}

.text-error {
  color: #FF5F19;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
  margin-bottom: 0;
}

.box-padrao {
  width: fit-content;
  padding: 24px;
}
.box-padrao .text {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0;
}
.box-padrao .text + .text {
  margin-top: 16px;
}
.box-padrao.lg {
  padding: 40px 24px;
}
@media (min-width: 992px) {
  .box-padrao.lg {
    padding: 48px 40px;
  }
}
.box-padrao.laranja {
  background-color: #FF5F19;
  color: white;
}
.box-padrao.preto {
  background-color: #19191E;
  color: white;
}
.box-padrao.cinza {
  background-color: #DCDCDC;
  color: #19191E;
}
.box-padrao.cinza-escuro {
  background-color: #39414C;
  color: white;
}

.modal-padrao .modal-dialog {
  max-width: 630px;
}
.modal-padrao .modal-content {
  border-radius: 0;
}
.modal-padrao .modal-header {
  padding: 40px 32px 24px;
  border: 0;
  align-items: flex-start;
}
.modal-padrao .modal-header .modal-title {
  font-family: "versos", sans-serif;
  color: #FF5F19;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.modal-padrao .modal-header .btn-close {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url(../img/icone-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  margin: 0;
  padding: 0;
  transition: all 0.4s ease;
}
.modal-padrao .modal-header .btn-close:hover {
  opacity: 0.7;
}
.modal-padrao .modal-body {
  padding: 0 32px 48px;
}
.modal-padrao .modal-body .line {
  background: #E5E6E7;
  margin-top: 0;
  margin-bottom: 24px;
}
.modal-padrao .modal-body .paragrafo {
  color: #303236;
  font-family: "margem-rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
}

.modal-video .modal-dialog {
  max-width: 800px;
}
.modal-video .modal-dialog .modal-content {
  background-color: transparent;
  border: 0;
}
.modal-video .modal-dialog .modal-content .modal-header {
  border: 0;
  justify-content: flex-end;
  padding: 8px 0;
}
.modal-video .modal-dialog .modal-content .modal-header .close_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  background-color: transparent;
  outline: none;
  border: 0;
  color: white;
  padding: 0;
}
.modal-video .modal-dialog .modal-content .modal-header .close_btn:hover {
  opacity: 0.8;
}
.modal-video .modal-dialog .modal-content .modal-body {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: black;
  height: 60vh;
}
.modal-video .modal-dialog .modal-content .modal-body .video {
  width: 100%;
  height: 100%;
}

.modal-saiba-mais .modal-dialog {
  max-width: 620px;
}
.modal-saiba-mais .modal-content {
  border-radius: 0;
}
.modal-saiba-mais .modal-header {
  padding: 32px;
  border: 0;
  align-items: flex-start;
}
.modal-saiba-mais .modal-header .modal-title {
  color: #19191E;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  font-family: "versos", sans-serif;
}
.modal-saiba-mais .modal-header .btn-close {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url(../img/icone-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  margin: 0;
  padding: 0;
  transition: all 0.4s ease;
}
.modal-saiba-mais .modal-header .btn-close:hover {
  opacity: 0.7;
}
.modal-saiba-mais .modal-body {
  padding: 0 32px 32px;
}
.modal-saiba-mais .modal-body .line {
  background: #E5E6E7;
  margin-top: 0;
  margin-bottom: 24px;
}
.modal-saiba-mais .modal-body .paragrafo {
  color: #797E86;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin-bottom: 16px;
}
.modal-saiba-mais .modal-body .btn-laranja {
  margin-top: 32px;
  color: white;
  width: 181px;
}

.sect-cards-integridade {
  margin-top: 24px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .sect-cards-integridade {
    margin-top: 40px;
    margin-bottom: 64px;
  }
}
.sect-cards-integridade .titulo {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .sect-cards-integridade .titulo {
    margin-bottom: 24px;
  }
}
.sect-cards-integridade .texto {
  margin-bottom: 0;
  color: #797E86;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.16px;
}
.sect-cards-integridade .texto + .texto {
  margin-top: 16px;
}
.sect-cards-integridade .carrossel-cards {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .sect-cards-integridade .carrossel-cards {
    margin-top: 40px;
  }
}
.sect-cards-integridade .swiper {
  overflow: visible;
}
.sect-cards-integridade .swiper-slide {
  height: auto;
}

.card-download {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #FF5F19;
  color: white;
}
.card-download .titulo {
  display: block;
  margin-bottom: 0;
  width: 100%;
  padding: 30px 28px;
  font-family: "versos";
  font-size: 20px;
  font-weight: 700;
}
.card-download .download {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 14px;
  padding: 25px 28px;
  background-color: #19191E;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.18px;
  text-decoration: none;
  transition: all ease 0.4s;
}
.card-download .download::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #FC4E00 0%, rgba(255, 255, 255, 0) 100%);
}
.card-download .download:hover {
  color: #FF5F19;
}

.canal-aberto {
  position: relative;
  padding-bottom: 40px;
}
.canal-aberto .container {
  position: relative;
  z-index: 2;
}
.canal-aberto .texto {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #797E86;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.16px;
}
.canal-aberto .fundo {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 146px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sect-mandala {
  position: relative;
  margin-top: 30px;
  margin-bottom: 75px;
}
@media screen and (min-width: 992px) {
  .sect-mandala {
    display: flex;
    align-items: center;
    margin-top: 55px;
    margin-bottom: 74px;
  }
}
.sect-mandala .texto {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.16px;
  color: #797E86;
}
.sect-mandala .flutuante {
  display: none;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .sect-mandala .flutuante {
    display: block;
  }
}

.mandala {
  position: relative;
  text-align: center;
}
.mandala_info {
  text-align: center;
  transition: all ease 0.4s;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .mandala_info {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 250px;
    transform: translate(-50%, -50%);
  }
}
.mandala_info.in {
  opacity: 1;
}
.mandala_titulo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-bottom: 12px;
  max-width: 130px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #EA5B0B;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
  .mandala_titulo {
    position: static;
    max-width: 100%;
    font-size: 18px;
    transform: none;
  }
}
.mandala_texto {
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 300px;
  font-size: 14px;
  color: #7E7E7E;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 992px) {
  .mandala_texto {
    position: static;
    max-width: 100%;
    font-size: 16px;
    transform: none;
  }
}
.mandala .mandala_svg {
  overflow: visible;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .mandala .mandala_svg {
    max-width: initial;
  }
}
.mandala .mandala_svg .back,
.mandala .mandala_svg .icone {
  transition: all ease 0.4s;
}
.mandala .mandala_svg .back {
  stroke: transparent;
  stroke-width: 4px;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}
.mandala .tom-topo:hover .back, .mandala .tom-topo.active .back {
  d: path("M252.127 0.14798L294.344 62.6712L257.175 133.876C298.369 139.053 335.232 158.148 362.906 186.303L443.086 181.665L476.344 113.485C429.307 44.951 350.403 0 261 0C258.031 0 255.073 0.0495875 252.127 0.14798Z");
  stroke: #838383;
  transform: translate(2px, -3px);
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
}
.mandala .tom-topo:hover .icone, .mandala .tom-topo.active .icone {
  d: path("M355.255 68.3567C356.942 70.0436 357.89 72.3314 357.89 74.717C357.89 85.8836 343.001 88.0556 343.001 88.0556V84.3333L342.66 84.3203C340.222 84.2359 337.913 83.1963 336.234 81.4258C334.554 79.6553 333.638 77.2956 333.682 74.8556C333.726 72.4156 334.728 70.0907 336.47 68.3821C338.213 66.6736 340.557 65.7183 342.997 65.7222H348.895C351.281 65.7222 353.569 66.6699 355.255 68.3567ZM366.327 64.8542C364.5 66.6817 363.473 69.1603 363.473 71.7448C363.473 83.842 380.223 86.1944 380.223 86.1944V80.6111H383.945C386.413 80.6111 388.78 79.6307 390.526 77.8856C392.271 76.1404 393.251 73.7735 393.251 71.3056C393.251 68.8376 392.271 66.4707 390.526 64.7255C388.78 62.9804 386.413 62 383.945 62H373.218C370.634 62 368.155 63.0267 366.327 64.8542ZM377.432 110.389C372.152 110.389 361.612 113.223 361.612 118.848V129H393.251V118.848C393.251 113.223 382.712 110.389 377.432 110.389ZM366.886 95.1904C366.886 99.3035 363.555 102.635 359.442 102.635C355.329 102.635 351.997 99.3035 351.997 95.1904C351.997 91.0774 355.329 87.746 359.442 87.746C363.555 87.746 366.886 91.0774 366.886 95.1904ZM384.876 99.2223C384.876 103.335 381.545 106.667 377.432 106.667C373.319 106.667 369.988 103.335 369.988 99.2223C369.988 95.1092 373.319 91.7778 377.432 91.7778C381.545 91.7778 384.876 95.1092 384.876 99.2223ZM352.298 108.345C356.314 109.741 359.752 112.004 359.752 115.125C359.752 112.004 363.191 109.741 367.206 108.345C364.875 107.244 362.33 106.671 359.752 106.667C357.174 106.671 354.629 107.244 352.298 108.345ZM342.071 110.389C336.791 110.389 326.251 113.223 326.251 118.848V129H357.89V118.848C357.89 113.223 347.351 110.389 342.071 110.389ZM342.071 106.667C346.184 106.667 349.515 103.335 349.515 99.2223C349.515 95.1092 346.184 91.7778 342.071 91.7778C337.958 91.7778 334.626 95.1092 334.626 99.2223C334.626 103.335 337.958 106.667 342.071 106.667Z");
}
.mandala .diretrizes:hover .back, .mandala .diretrizes.active .back {
  d: path("M483.727 124.864L451.458 190.477L367.191 194.329C381.608 216.182 390 242.361 390 270.5C390 287.212 387.04 303.233 381.616 318.066L422.832 378.51L496.411 373.846C512.812 339.693 522 301.42 522 261C522 211.115 508.005 164.499 483.727 124.864Z");
  stroke: #5B5B5B;
  transform: translate(2px, 2px);
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
}
.mandala .diretrizes:hover .icone, .mandala .diretrizes.active .icone {
  d: path("M433.354 238.583H465.458C467.309 238.583 469.084 239.319 470.393 240.627C471.702 241.936 472.437 243.712 472.437 245.563V264.582C469.256 263.551 465.852 263.42 462.601 264.202C459.35 264.984 456.378 266.649 454.013 269.013C451.649 271.378 449.984 274.35 449.202 277.601C448.42 280.852 448.551 284.256 449.582 287.438H430.562C430.562 288.178 430.857 288.888 431.38 289.412C431.904 289.935 432.614 290.229 433.354 290.229H450.752C451.551 291.761 452.564 293.171 453.761 294.417H433.354C431.503 294.417 429.728 293.681 428.419 292.373C427.11 291.064 426.375 289.288 426.375 287.438V245.563C426.375 243.712 427.11 241.936 428.419 240.627C429.728 239.319 431.503 238.583 433.354 238.583V238.583ZM437.542 246.958C436.801 246.958 436.091 247.252 435.568 247.776C435.044 248.3 434.75 249.01 434.75 249.75V252.542C434.75 253.282 435.044 253.992 435.568 254.516C436.091 255.039 436.801 255.333 437.542 255.333H459.875C460.615 255.333 461.325 255.039 461.849 254.516C462.373 253.992 462.667 253.282 462.667 252.542V249.75C462.667 249.01 462.373 248.3 461.849 247.776C461.325 247.252 460.615 246.958 459.875 246.958H437.542ZM482.208 281.854C482.208 277.782 480.591 273.877 477.711 270.997C474.832 268.118 470.926 266.5 466.854 266.5C462.782 266.5 458.877 268.118 455.997 270.997C453.118 273.877 451.5 277.782 451.5 281.854C451.5 285.926 453.118 289.832 455.997 292.711C458.877 295.591 462.782 297.208 466.854 297.208C470.926 297.208 474.832 295.591 477.711 292.711C480.591 289.832 482.208 285.926 482.208 281.854ZM465.218 275.146L473.052 280.282C473.294 280.438 473.494 280.653 473.63 280.907C473.767 281.161 473.837 281.446 473.833 281.734C473.834 282.024 473.765 282.311 473.632 282.569C473.507 282.824 473.317 283.042 473.08 283.2L465.243 288.546C465.107 288.638 464.959 288.71 464.802 288.761C464.439 288.877 464.047 288.854 463.7 288.697C463.5 288.603 463.317 288.475 463.161 288.32C463.01 288.155 462.887 287.966 462.798 287.761C462.711 287.552 462.666 287.327 462.667 287.1V276.609C462.665 276.273 462.761 275.944 462.943 275.661C463.125 275.379 463.385 275.155 463.691 275.017C463.935 274.903 464.204 274.855 464.471 274.877C464.739 274.899 464.997 274.991 465.218 275.143V275.146Z");
}
.mandala .treinamento:hover .back, .mandala .treinamento.active .back {
  d: path("M490.251 385.863L417.368 390.548L374.022 321.052C353.639 357.108 317.673 383.189 275.27 390.151L240 460.148L279.795 521.334C370.743 514.862 448.808 461.792 490.251 385.863Z");
  stroke: #373737;
  transform: translate(2px, 2px);
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
}
.mandala .treinamento:hover .icone, .mandala .treinamento.active .icone {
  d: path("M327.8 439.375C327.561 439.375 327.322 439.409 327.094 439.481C325.798 439.893 324.435 440.156 323 440.156C321.565 440.156 320.202 439.893 318.905 439.481C318.677 439.409 318.439 439.375 318.2 439.375C311.994 439.375 306.967 444.305 307 450.373C307.014 452.937 309.173 455 311.8 455H334.2C336.827 455 338.986 452.937 339 450.373C339.033 444.305 334.006 439.375 327.8 439.375ZM323 436.25C328.302 436.25 332.6 432.053 332.6 426.875C332.6 421.697 328.302 417.5 323 417.5C317.698 417.5 313.4 421.697 313.4 426.875C313.4 432.053 317.698 436.25 323 436.25ZM366.2 405H327.8C325.153 405 323 407.173 323 409.843V414.375C325.342 414.375 327.51 415.037 329.4 416.113V411.25H364.6V439.375H358.2V433.125H345.4V439.375H337.776C339.686 441.005 341.088 443.157 341.745 445.625H366.2C368.847 445.625 371 443.452 371 440.782V409.843C371 407.173 368.847 405 366.2 405Z");
}
.mandala .controles:hover .back, .mandala .controles.active .back {
  d: path("M268.229 521.902C265.827 521.967 263.417 522 261 522C171.075 522 91.7712 476.522 44.8345 407.311L76.2386 341.929L159.418 338.197C184.164 369.939 222.339 390.7 265.406 391.941L227.226 460.923L268.229 521.902Z");
  stroke: #FF8733;
  transform: translate(-2px, -2px);
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
}
.mandala .controles:hover .icone, .mandala .controles.active .icone {
  d: path("M124.125 392.573C124.125 392.034 124.339 391.518 124.72 391.137C125.101 390.756 125.618 390.542 126.156 390.542C133.369 390.542 140.397 387.988 147.281 382.823C147.633 382.559 148.06 382.417 148.5 382.417C148.94 382.417 149.367 382.559 149.719 382.823C156.603 387.988 163.631 390.542 170.844 390.542C171.382 390.542 171.899 390.756 172.28 391.137C172.661 391.518 172.875 392.034 172.875 392.573V406.792C172.875 407.282 172.864 407.767 172.843 408.251C171.521 406.916 169.832 406.003 167.991 405.629C166.15 405.255 164.239 405.437 162.501 406.151C160.763 406.865 159.276 408.08 158.23 409.641C157.184 411.201 156.625 413.038 156.625 414.917V415.052C155.096 415.364 153.721 416.195 152.734 417.404C151.747 418.614 151.208 420.127 151.208 421.688V435.229C151.208 435.365 151.211 435.495 151.219 435.625C150.575 435.906 149.919 436.177 149.242 436.443C148.764 436.63 148.233 436.63 147.755 436.443C132.136 430.289 124.125 420.333 124.125 406.792V392.573ZM159.333 417.625V414.917C159.333 413.121 160.047 411.399 161.316 410.129C162.586 408.859 164.308 408.146 166.104 408.146C167.9 408.146 169.622 408.859 170.892 410.129C172.162 411.399 172.875 413.121 172.875 414.917V417.625H174.229C175.307 417.625 176.34 418.053 177.102 418.815C177.864 419.577 178.292 420.61 178.292 421.688V435.229C178.292 436.307 177.864 437.34 177.102 438.102C176.34 438.864 175.307 439.292 174.229 439.292H157.979C156.902 439.292 155.868 438.864 155.107 438.102C154.345 437.34 153.917 436.307 153.917 435.229V421.688C153.917 420.61 154.345 419.577 155.107 418.815C155.868 418.053 156.902 417.625 157.979 417.625H159.333ZM163.396 414.917V417.625H168.812V414.917C168.812 414.198 168.527 413.51 168.019 413.002C167.511 412.494 166.822 412.208 166.104 412.208C165.386 412.208 164.697 412.494 164.189 413.002C163.681 413.51 163.396 414.198 163.396 414.917ZM168.812 428.458C168.812 427.74 168.527 427.051 168.019 426.543C167.511 426.035 166.822 425.75 166.104 425.75C165.386 425.75 164.697 426.035 164.189 426.543C163.681 427.051 163.396 427.74 163.396 428.458C163.396 429.177 163.681 429.866 164.189 430.373C164.697 430.881 165.386 431.167 166.104 431.167C166.822 431.167 167.511 430.881 168.019 430.373C168.527 429.866 168.812 429.177 168.812 428.458Z");
}
.mandala .monitoramento:hover .back, .mandala .monitoramento.active .back {
  d: path("M38.7572 397.924L71 331.032L152.41 328.36C138.234 306.524 130 280.474 130 252.5C130 235.029 133.212 218.309 139.076 202.897L99.0645 143L25.6608 148.005C9.2147 182.195 0 220.522 0 261C0 311.216 14.1812 358.119 38.7572 397.924Z");
  stroke: #FF6900;
  transform: translate(-2px, -2px);
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
}
.mandala .monitoramento:hover .icone, .mandala .monitoramento.active .icone {
  d: path("M91.875 264.719V242.375H64.7741C66.8962 244.087 68.6075 246.253 69.7823 248.714C70.9571 251.174 71.5654 253.867 71.5625 256.594C71.5625 259.417 70.9247 262.09 69.7791 264.475L77.9041 272.6C78.5662 273.262 79.0456 274.042 79.3422 274.875H81.7187C84.4124 274.875 86.9956 273.805 88.9003 271.9C90.805 269.996 91.875 267.412 91.875 264.719V264.719ZM91.875 236.281C91.875 233.588 90.805 231.004 88.9003 229.1C86.9956 227.195 84.4124 226.125 81.7187 226.125H53.2812C50.5876 226.125 48.0044 227.195 46.0997 229.1C44.195 231.004 43.125 233.588 43.125 236.281V238.312H91.875V236.281ZM61.7962 267.981C58.9173 270.134 55.3298 271.116 51.7558 270.73C48.1817 270.345 44.8864 268.62 42.533 265.902C40.1796 263.185 38.9429 259.677 39.0716 256.084C39.2004 252.492 40.6852 249.082 43.2271 246.54C45.769 243.998 49.1794 242.513 52.7719 242.384C56.3644 242.255 59.8723 243.492 62.5897 245.845C65.3071 248.199 67.0323 251.494 67.4179 255.068C67.8036 258.642 66.8212 262.23 64.6684 265.109L75.0278 275.468C75.4092 275.849 75.6237 276.366 75.6241 276.905C75.6245 277.444 75.4107 277.961 75.0298 278.342C74.649 278.724 74.1322 278.938 73.5931 278.939C73.0541 278.939 72.537 278.725 72.1556 278.344L61.7962 267.985V267.981ZM63.4375 256.594C63.4375 253.9 62.3675 251.317 60.4628 249.412C58.5581 247.508 55.9749 246.438 53.2812 246.438C50.5876 246.438 48.0044 247.508 46.0997 249.412C44.195 251.317 43.125 253.9 43.125 256.594C43.125 259.287 44.195 261.871 46.0997 263.775C48.0044 265.68 50.5876 266.75 53.2812 266.75C55.9749 266.75 58.5581 265.68 60.4628 263.775C62.3675 261.871 63.4375 259.287 63.4375 256.594V256.594Z");
}
.mandala .apuracao:hover .back, .mandala .apuracao.active .back {
  d: path("M149.353 198.571L104.091 131.832L32.0132 135.655C73.3269 60.3409 150.715 7.62413 240.92 0.760956L282.02 61.1097L246.567 131.876C205.172 138.722 169.928 163.794 149.353 198.571Z");
  stroke: #828282;
  transform: translate(-2px, -2px);
  filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
}
.mandala .apuracao:hover .icone, .mandala .apuracao.active .icone {
  d: path("M199.356 70.1832C199.124 69.9138 198.839 69.696 198.52 69.5434C198.202 69.3908 197.855 69.3067 197.503 69.2964C192.03 69.151 185.105 63.2048 180.527 60.8714C177.699 59.4345 175.832 58.487 174.429 58.2375C174.145 58.1953 173.855 58.1961 173.571 58.2399C172.169 58.4895 170.302 59.4369 167.476 60.8738C162.897 63.2048 155.972 69.151 150.5 69.2964C150.147 69.3073 149.801 69.3916 149.482 69.5441C149.162 69.6967 148.878 69.9142 148.645 70.1832C148.162 70.7385 147.912 71.4641 147.951 72.2041C149.126 96.4906 157.699 111.521 172.741 120.256C173.132 120.481 173.566 120.598 173.998 120.598C174.429 120.598 174.863 120.481 175.257 120.256C190.299 111.521 198.869 96.4906 200.047 72.2041C200.088 71.4642 199.839 70.738 199.356 70.1832V70.1832ZM187.395 79.735L174.701 98.7683C174.246 99.4516 173.53 99.9047 172.822 99.9047C172.112 99.9047 171.322 99.5097 170.824 99.0033L161.877 89.9095C161.585 89.6116 161.421 89.2082 161.421 88.7876C161.421 88.3671 161.585 87.9637 161.877 87.6657L164.087 85.4147C164.381 85.1191 164.778 84.9532 165.191 84.9532C165.605 84.9532 166.002 85.1191 166.295 85.4147L172.114 91.327L182.222 76.1658C182.456 75.8189 182.816 75.5801 183.222 75.5015C183.629 75.423 184.049 75.5111 184.392 75.7466L186.98 77.53C187.321 77.7673 187.557 78.1324 187.635 78.5455C187.712 78.9587 187.626 79.3863 187.395 79.735V79.735Z");
}

.conheca_sect {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 57px;
}
@media (min-width: 992px) {
  .conheca_sect {
    height: 569px;
    display: flex;
    align-items: center;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .conheca_sect.small {
    height: 467px;
  }
}
.conheca_sect .grafismo-roxo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 57px;
  background-color: white;
  background-image: url("../img/img-grafismo-roxo-mobile.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .conheca_sect .grafismo-roxo {
    height: 690px;
    width: 41%;
    background-image: url("../img/img-grafismo-roxo.svg");
    background-size: cover;
    background-position: 50% 50%;
  }
}
.conheca_sect .grafismo-laranja {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 57px;
  background-color: white;
  background-image: url("../img/grafismo-ctic-mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .conheca_sect .grafismo-laranja {
    height: 690px;
    width: 41%;
    background-image: url("../img/grafismo-ctic.png");
    background-size: cover;
    background-position: 50% 50%;
  }
}
.conheca_sect .box-roxo {
  background-color: #4B00C3;
  padding: 57px 0;
  position: relative;
  z-index: 2;
  margin: 57px 0;
}
@media (min-width: 992px) {
  .conheca_sect .box-roxo {
    padding: 47px 49px;
    margin: 0;
  }
}
.conheca_sect .box-roxo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: inherit;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 992px) {
  .conheca_sect .box-roxo::before {
    content: none;
  }
}
.conheca_sect .box-laranja {
  background-color: #FF5F19;
  padding: 57px 0;
  position: relative;
  z-index: 2;
  margin: 57px 0;
}
@media (min-width: 992px) {
  .conheca_sect .box-laranja {
    padding: 47px 49px;
    margin: 0;
  }
}
.conheca_sect .box-laranja::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: inherit;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 992px) {
  .conheca_sect .box-laranja::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .conheca_sect .box-laranja::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.conheca_sect .logo {
  margin-bottom: 32px;
  max-width: 346px;
}
@media (min-width: 992px) {
  .conheca_sect .logo {
    max-width: initial;
  }
}
.conheca_sect .texto {
  color: #797E86;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin-bottom: 0;
}
.conheca_sect .texto + .texto {
  margin-top: 16px;
}

.paixao-inovacao_sect {
  background-color: #FF5F19;
  position: relative;
}
@media (min-width: 992px) {
  .paixao-inovacao_sect {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .paixao-inovacao_sect .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.paixao-inovacao_sect .area-texto {
  margin: 48px 0;
}
@media (min-width: 992px) {
  .paixao-inovacao_sect .area-texto {
    margin: 0;
  }
}
.paixao-inovacao_sect .titulo {
  color: white;
  text-align: center;
  font-size: 32px;
}
@media (min-width: 992px) {
  .paixao-inovacao_sect .titulo {
    font-size: 48px;
    text-align: initial;
  }
}
.paixao-inovacao_sect .video-holder-susten {
  position: relative;
  width: 100%;
  height: 390px;
  z-index: 1;
}
@media (min-width: 992px) {
  .paixao-inovacao_sect .video-holder-susten {
    height: 500px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}
.paixao-inovacao_sect .play-video {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.paixao-inovacao_sect .bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.sect_certificacoes.ctic {
  overflow: visible;
  position: relative;
  padding: 56px 0;
  background-color: #F2F2F3;
}
@media (min-width: 992px) {
  .sect_certificacoes.ctic {
    padding: 107px 0;
  }
}
.sect_certificacoes.ctic .flutuante_image {
  display: none;
  position: absolute;
  top: 89px;
  right: 0;
}
@media (min-width: 992px) {
  .sect_certificacoes.ctic .flutuante_image {
    display: block;
  }
}
.sect_certificacoes.ctic .container {
  position: relative;
  z-index: 2;
}

.conhecimento-local_sect {
  padding-bottom: 45px;
  background-color: #F2F2F3;
}
@media (min-width: 992px) {
  .conhecimento-local_sect {
    padding-bottom: 137px;
  }
}
.conhecimento-local_sect .content {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .conhecimento-local_sect .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 500px;
  }
}
.conhecimento-local_sect .content .box-padrao {
  position: relative;
  z-index: 2;
}
.conhecimento-local_sect .content .box-padrao.preto {
  max-width: 223px;
  padding-top: 23px;
  padding-bottom: 23px;
}
@media (min-width: 992px) {
  .conhecimento-local_sect .content .box-padrao.preto {
    margin-left: 78px;
    max-width: 306px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .conhecimento-local_sect .content .box-padrao.preto {
    position: absolute;
    bottom: 24px;
    left: 21px;
  }
}
.conhecimento-local_sect .content .box-padrao.cinza {
  width: 100%;
}
@media (min-width: 992px) {
  .conhecimento-local_sect .content .box-padrao.cinza {
    margin-left: 132px;
    max-width: 455px;
  }
}
.conhecimento-local_sect .content .bg_holder {
  position: relative;
  width: 100%;
}
.conhecimento-local_sect .content .bg_holder::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
@media (min-width: 992px) {
  .conhecimento-local_sect .content .bg_holder::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .conhecimento-local_sect .content .bg_holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.conhecimento-local_sect .content .bg_holder .grafismo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32%;
  background-image: url("../img/grafismo-portal.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.conhecimento-local_sect .content .bg_holder .image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 68%;
  background-image: url("../img/img-conhecimento.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.referencia_sect {
  overflow: hidden;
  background-color: #F2F2F3;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .referencia_sect {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .referencia_sect .container {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.referencia_sect .content {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .referencia_sect .content {
    width: 50%;
    margin-bottom: 0;
  }
}
.referencia_sect .content .text {
  color: #797E86;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin: 32px 0 0;
}
.referencia_sect .referencia_carousel {
  overflow: visible;
}
@media (min-width: 992px) {
  .referencia_sect .referencia_carousel {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .referencia_sect .referencia_carousel .swiper-slide {
    width: fit-content;
  }
}
.referencia_sect .referencia_carousel .swiper-pagination {
  position: relative;
  display: flex;
  margin-top: 24px;
  justify-content: center;
}
@media (min-width: 992px) {
  .referencia_sect .referencia_carousel .swiper-pagination {
    align-items: center;
    justify-content: flex-start;
  }
}
.referencia_sect .referencia_carousel .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: initial;
  background-color: #DCDCDC;
  opacity: 1;
}
.referencia_sect .referencia_carousel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF5F19;
}
.referencia_sect .referencia_carousel .referencia_card {
  position: relative;
  width: 282px;
  height: 371px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.2s ease-in;
}
@media (min-width: 992px) {
  .referencia_sect .referencia_carousel .referencia_card {
    width: 100%;
  }
}
.referencia_sect .referencia_carousel .referencia_card::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #FF5F19 0%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 992px) {
  .referencia_sect .referencia_carousel .referencia_card.off {
    transform: scale(0.3);
    opacity: 0;
    z-index: -1;
  }
}

.lubewatch_sect {
  position: relative;
  background-color: #E5E6E7;
}
@media (min-width: 992px) {
  .lubewatch_sect {
    display: flex;
    align-items: center;
    height: 631px;
  }
}
.lubewatch_sect .grafismo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 57px;
  background-image: url("../img/img-grafismo-cinza.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .lubewatch_sect .grafismo {
    height: 100%;
    left: initial;
    right: 0;
    width: 42%;
  }
}
.lubewatch_sect .container {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .lubewatch_sect .container {
    padding: 0;
    max-width: initial;
  }
}
@media (min-width: 992px) {
  .lubewatch_sect .container {
    flex-direction: row;
    gap: 34px;
  }
}
.lubewatch_sect .boxs_wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 57px;
}
@media (min-width: 992px) {
  .lubewatch_sect .boxs_wrapper {
    width: initial;
    padding-top: 0;
  }
}
.lubewatch_sect .boxs_wrapper .box-padrao {
  width: 100%;
}
.lubewatch_sect .boxs_wrapper .box-padrao.laranja {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .lubewatch_sect .boxs_wrapper .box-padrao.laranja {
    max-width: 408px;
  }
}
@media (min-width: 992px) {
  .lubewatch_sect .boxs_wrapper .box-padrao.preto {
    max-width: 440px;
    margin-left: 46px;
  }
}
.lubewatch_sect .boxs_wrapper .box-padrao.preto .texto {
  font-family: "versos", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .lubewatch_sect .boxs_wrapper .box-padrao.preto .texto {
    font-size: 18px;
  }
}
.lubewatch_sect .content {
  position: relative;
  z-index: 2;
  padding: 47px 24px 54px;
}
@media (min-width: 992px) {
  .lubewatch_sect .content {
    width: 50%;
    padding: 0;
  }
}
.lubewatch_sect .content .text {
  color: #797E86;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin: 24px 0;
}

.link-padrao-laranja {
  position: relative;
  text-decoration: none;
  color: #FF5F19;
  font-family: "versos", sans-serif;
  font-size: 16px;
  line-height: normal;
  transition: 0.3s ease;
}
.link-padrao-laranja:hover {
  opacity: 0.8;
}
.link-padrao-laranja::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -9px;
  background: linear-gradient(90deg, #FF5F19 0%, rgba(255, 255, 255, 0) 100%);
}

.servicos_sect {
  overflow: hidden;
  padding: 40px 0 0;
}
@media (min-width: 992px) {
  .servicos_sect {
    padding: 57px 0 80px;
  }
}
.servicos_sect .container {
  position: relative;
}
.servicos_sect .servicos_carousel {
  overflow: visible;
  padding-bottom: 121px;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .servicos_sect .servicos_carousel {
    overflow: hidden;
    padding-bottom: 0;
    margin-top: 40px;
  }
}
.servicos_sect .servicos_carousel .swiper-slide {
  height: auto;
}
.servicos_sect .servicos_carousel .servicos_card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.servicos_sect .servicos_carousel .servicos_card .card_body {
  flex: 1;
  position: relative;
  background-color: #39414C;
  padding: 46px 50px 30px;
}
.servicos_sect .servicos_carousel .servicos_card .card_body::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #FF5F19 0%, rgba(255, 255, 255, 0) 100%);
}
.servicos_sect .servicos_carousel .servicos_card .card_body .card_title {
  color: white;
  font-family: "versos", sans-serif;
  font-size: 36px;
  line-height: normal;
  margin: 24px 0 0;
}
.servicos_sect .servicos_carousel .servicos_card .card_footer {
  padding: 25px 50px;
  background-color: #E5E6E7;
}
.servicos_sect .servicos_carousel .servicos_card .card_footer .link {
  color: #FF5F19;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.18px;
  transition: 0.3s ease;
}
.servicos_sect .servicos_carousel .servicos_card .card_footer .link:hover {
  color: rgb(255, 130.4782608696, 76);
}

.artigos_sect {
  overflow: hidden;
  padding: 40px 0 45px;
}
@media (min-width: 992px) {
  .artigos_sect {
    padding: 63px 0 106px;
  }
}
.artigos_sect .container {
  position: relative;
}
@media (max-width: 991px) {
  .artigos_sect .container .navigation {
    display: none;
  }
}
.artigos_sect .artigos_carousel {
  margin-top: 40px;
  overflow: visible;
}
@media (min-width: 992px) {
  .artigos_sect .artigos_carousel {
    overflow: hidden;
  }
}
.artigos_sect .artigos_carousel .swiper-slide {
  height: auto;
}
.artigos_sect .artigos_carousel .acoes_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.artigos_sect .artigos_carousel .acoes_card:hover .image_holder {
  transform: scale(1.1);
}
.artigos_sect .artigos_carousel .acoes_card .image_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.artigos_sect .artigos_carousel .acoes_card .image_wrapper::before {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.artigos_sect .artigos_carousel .acoes_card .image_wrapper .image_holder {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s ease;
}
.artigos_sect .artigos_carousel .acoes_card .card_content {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  flex: 1;
}
.artigos_sect .artigos_carousel .acoes_card .card_content .link-padrao-laranja {
  width: fit-content;
}
.artigos_sect .artigos_carousel .acoes_card .card_content .link-padrao-laranja::after {
  height: 2px;
  bottom: -6px;
}
.artigos_sect .artigos_carousel .acoes_card .card_content .content {
  flex: 1;
  margin-bottom: 16px;
}
.artigos_sect .artigos_carousel .acoes_card .card_content .content .card_title {
  color: #19191E;
  font-family: "versos", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .artigos_sect .artigos_carousel .acoes_card .card_content .content .card_title {
    font-size: 24px;
    font-weight: 400;
  }
}
.artigos_sect .artigos_carousel .acoes_card .card_content .content .card_text {
  color: #797E86;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .artigos_sect .artigos_carousel .acoes_card .card_content .content .card_text {
    font-size: 16px;
    letter-spacing: -0.16px;
  }
}

.fale-conosco_sect .container {
  position: relative;
}
.fale-conosco_sect .container .flutuante_img {
  display: none;
  position: absolute;
  left: 7%;
  bottom: 20%;
  z-index: -1;
}
@media (min-width: 992px) {
  .fale-conosco_sect .container .flutuante_img {
    display: block;
  }
}

@media (max-width: 545px) {
  .banner-interna {
    background-position-x: -735px;
    background-position-y: -66px;
    background-size: inherit;
  }
}
.banner-interna:before {
  content: none;
}
@media (max-width: 545px) {
  .banner-interna .container {
    align-items: center;
  }
}
.banner-interna .iconic-banner {
  max-width: 271px;
}
@media (min-width: 992px) {
  .banner-interna .iconic-banner {
    max-width: initial;
  }
}

.blur {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.31) 22.33%, rgba(255, 255, 255, 0) 97.3%);
  backdrop-filter: blur(6px);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 320px;
}
@media (min-width: 545px) {
  .blur {
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.31) 22.33%, rgba(255, 255, 255, 0) 97.3%);
  }
}

.header-parceiro .bottom_bar .header-links_nav .lists_wrapper .header-links_list:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.banner-parceiro {
  text-align: center;
}
@media (min-width: 992px) {
  .banner-parceiro {
    text-align: initial;
  }
}
.banner-parceiro .iconic-banner {
  max-width: 242px;
}
@media (min-width: 992px) {
  .banner-parceiro .iconic-banner {
    max-width: initial;
  }
}

.conheca-numeros_sect-parceiro {
  padding: 0 0 47px;
}
@media (min-width: 992px) {
  .conheca-numeros_sect-parceiro {
    padding-bottom: 80px;
  }
}
.conheca-numeros_sect-parceiro .conheca-numeros_carousel {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .conheca-numeros_sect-parceiro .conheca-numeros_carousel {
    margin-top: 24px;
  }
}
.conheca-numeros_sect-parceiro .conheca-numeros_carousel .numeros_card {
  justify-content: center;
  background-color: #FF5F19;
  min-height: 346px;
}
.conheca-numeros_sect-parceiro .conheca-numeros_carousel .numeros_card::after {
  background: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
}
.conheca-numeros_sect-parceiro .conheca-numeros_carousel .numeros_card .intro {
  color: white;
}
.conheca-numeros_sect-parceiro .conheca-numeros_carousel .numeros_card .intro .small_desc {
  font-size: 24px;
  font-style: normal;
  margin-bottom: 0;
}
.conheca-numeros_sect-parceiro .conheca-numeros_carousel .numeros_card .desc {
  font-size: 32px;
  line-height: normal;
}

.image-text_sect {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .image-text_sect {
    padding-bottom: 12px;
  }
}
.image-text_sect .flutuante {
  position: absolute;
  left: 0;
  bottom: 100px;
}
.image-text_sect .image-text_wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .image-text_sect .image-text_wrapper {
    display: flex;
    align-items: center;
    gap: 35px;
  }
}
@media (min-width: 992px) {
  .image-text_sect .image-text_wrapper.reverse {
    flex-direction: row-reverse;
  }
}
.image-text_sect .image-text_wrapper + .image-text_wrapper {
  margin-top: 48px;
}
@media (min-width: 992px) {
  .image-text_sect .image-text_wrapper + .image-text_wrapper {
    margin-top: 65px;
  }
}
.image-text_sect .image-text_wrapper .content {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .image-text_sect .image-text_wrapper .content {
    margin-bottom: 0;
  }
}
.image-text_sect .image-text_wrapper .titulo {
  margin-bottom: 16px;
}
.image-text_sect .image-text_wrapper .desc {
  color: #797E86;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
}
.image-text_sect .image-text_wrapper .desc + .desc {
  margin: 16px 0 0;
}

.simulador-compras_sect {
  overflow: hidden;
  position: relative;
  padding: 48px 0;
}
@media (min-width: 992px) {
  .simulador-compras_sect {
    padding: 77px 0 59px;
  }
}
.simulador-compras_sect .flutuante {
  position: absolute;
  bottom: 71px;
  left: 0;
}
@media (min-width: 992px) {
  .simulador-compras_sect .flutuante {
    bottom: initial;
    left: initial;
    top: 0;
    right: 0;
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .simulador-compras_sect .flutuante {
    max-width: initial;
  }
}
.simulador-compras_sect .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .simulador-compras_sect .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .simulador-compras_sect .container {
    gap: 128px;
  }
}
.simulador-compras_sect .container .content {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .simulador-compras_sect .container .content {
    max-width: 484px;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .simulador-compras_sect .container .content {
    max-width: initial;
  }
}
.simulador-compras_sect .container .content .titulo {
  margin-bottom: 24px;
  color: #FF5F19;
}
@media (min-width: 992px) {
  .simulador-compras_sect .container .content .titulo {
    margin-bottom: 16px;
  }
}
.simulador-compras_sect .container .content .desc {
  color: #39414C;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin-bottom: 0;
}
.simulador-compras_sect .container .content .desc + .desc {
  margin-top: 16px;
}
.simulador-compras_sect .container .image {
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .simulador-compras_sect .container .image {
    margin: initial;
  }
}
.simulador-compras_sect .container .link-padrao-laranja {
  display: flex;
  width: max-content;
  margin: 32px auto 0;
}
@media (min-width: 992px) {
  .simulador-compras_sect .container .link-padrao-laranja {
    margin: 28px 0 0;
  }
}

.fale-conosco_sect-parceiro {
  position: relative;
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .fale-conosco_sect-parceiro {
    padding-bottom: 92px;
  }
}
.fale-conosco_sect-parceiro .container {
  position: initial;
}
.fale-conosco_sect-parceiro .container .flutuante_img {
  left: 0;
  bottom: 25%;
}

.como-funciona {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .como-funciona {
    padding-top: 82px;
    padding-bottom: 167px;
  }
}
.como-funciona .flutuante-como-funciona {
  width: 100%;
  position: absolute;
  top: 160px;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .como-funciona .flutuante-como-funciona {
    top: auto;
    bottom: 0;
  }
}
.como-funciona .titulo {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .como-funciona .titulo {
    text-align: left;
    margin-bottom: 16px;
  }
}
.como-funciona .paragrafo {
  color: #797E86;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .como-funciona .paragrafo {
    margin-bottom: 24px;
  }
}
.como-funciona .content-parceiro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #19191E;
  padding: 32px 24px;
}
@media (min-width: 992px) {
  .como-funciona .content-parceiro {
    flex-direction: row;
    gap: 20px;
    padding: 48px;
  }
}
.como-funciona .content-parceiro_img {
  height: 60px;
}
@media (min-width: 992px) {
  .como-funciona .content-parceiro_img {
    height: 84px;
  }
}
.como-funciona .content-parceiro_paragrafo {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: white;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .como-funciona .content-parceiro_paragrafo {
    font-size: 24px;
    text-align: left;
  }
}

.sect_mais-beneficios .sect_transformar {
  background-color: #19191E;
}
@media (min-width: 992px) {
  .sect_mais-beneficios .sect_transformar {
    height: 475px;
  }
}
@media (min-width: 992px) {
  .sect_mais-beneficios .sect_transformar .grafismo-laranja {
    height: 475px;
    background-image: url("../img/grafismo-laranja-4.png");
    background-size: cover;
  }
}
.sect_mais-beneficios .sect_transformar .box-laranja {
  padding: 71px 0;
}
@media (min-width: 992px) {
  .sect_mais-beneficios .sect_transformar .box-laranja {
    padding: 47px 49px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .sect_mais-beneficios .sect_transformar .texto-transformar {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .sect_mais-beneficios .sect_transformar .texto-transformar {
    margin-left: 53px;
    max-width: 451px;
  }
}

.como-funciona_carousel {
  margin-top: 32px;
  margin-bottom: 40px;
  overflow: visible !important;
}
@media (min-width: 992px) {
  .como-funciona_carousel {
    overflow: hidden !important;
  }
}
.como-funciona_carousel .swiper-slide {
  height: auto;
}
.como-funciona_carousel .card-como-funciona {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #19191E;
  padding: 28px 24px 40px;
  font-family: "versos", sans-serif;
}
@media (min-width: 992px) {
  .como-funciona_carousel .card-como-funciona {
    padding: 42px 32px 45x;
  }
}
.como-funciona_carousel .card-como-funciona::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #FC4E00 0%, rgba(255, 255, 255, 0) 100%);
}
.como-funciona_carousel .card-como-funciona .intro .card-image {
  height: 75px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .como-funciona_carousel .card-como-funciona .intro .card-image {
    height: 114px;
    margin-bottom: 40px;
  }
}
.como-funciona_carousel .card-como-funciona .intro .text-container {
  display: flex;
  gap: 4px;
}
@media (min-width: 992px) {
  .como-funciona_carousel .card-como-funciona .intro .text-container {
    gap: 8px;
  }
}
.como-funciona_carousel .card-como-funciona .intro .text-container .number {
  position: relative;
  top: -20px;
  color: #FC4E00;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .como-funciona_carousel .card-como-funciona .intro .text-container .number {
    font-size: 56px;
  }
}
.como-funciona_carousel .card-como-funciona .intro .text-container .texto {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .como-funciona_carousel .card-como-funciona .intro .text-container .texto {
    font-size: 24px;
  }
}

.section-material {
  height: 475px;
  background-color: #E5E6E7;
  background-position: left top;
  background-size: 42.5% 100%;
  background-repeat: no-repeat;
  margin-bottom: 100px;
  display: none;
}
@media (min-width: 992px) {
  .section-material {
    display: flex;
  }
}
.section-material.programa-performance {
  display: flex;
}
@media (max-width: 991px) {
  .section-material.programa-performance {
    height: 100%;
    background-size: 100% 50%;
  }
  .section-material.programa-performance .box-image-programa-performance .img-book {
    transform: translate(0);
  }
  .section-material.programa-performance .box-texto {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .section-material.programa-performance .box-texto .titulo {
    font-size: 24px;
  }
}
.section-material .box-image {
  position: relative;
}
.section-material .box-image-programa-performance .img-book {
  transform: translateY(32px);
}
.section-material .box-texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-material .box-texto .titulo {
  color: #19191E;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.section-material .box-texto .paragrafo {
  color: #39414C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin-bottom: 24px;
}
.section-material .box-texto .btn-link {
  width: max-content;
  font-family: "versos";
  font-size: 16px;
  font-weight: 400;
  color: #FF5F19;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  transition: all ease-in-out 0.3s;
  position: relative;
  cursor: pointer;
}
.section-material .box-texto .btn-link:hover {
  color: #CD3C00;
}
.section-material .box-texto .btn-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #FF5F19 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 2px;
  display: inline-block;
}

.sect_elite .sect_transformar {
  background-color: #19191E;
}
@media (min-width: 992px) {
  .sect_elite .sect_transformar {
    height: 522px;
  }
}
@media (min-width: 992px) {
  .sect_elite .sect_transformar .grafismo-laranja {
    height: 522px;
    background-image: url("../img/grafismo-laranja-4.png");
    background-size: cover;
  }
}
.sect_elite .sect_transformar .box-laranja {
  padding: 48px 0;
}
@media (min-width: 992px) {
  .sect_elite .sect_transformar .box-laranja {
    padding: 31px 39px;
    margin-top: 0;
    max-width: 383px;
  }
}
@media (min-width: 1200px) {
  .sect_elite .sect_transformar .box-laranja {
    margin-left: 63px;
  }
}
.sect_elite .sect_transformar .box-padrao {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 33px 0;
}
.sect_elite .sect_transformar .box-padrao::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: inherit;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 992px) {
  .sect_elite .sect_transformar .box-padrao::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .sect_elite .sect_transformar .box-padrao {
    padding: 28px 36px;
    width: fit-content;
  }
}
.sect_elite .sect_transformar .box-padrao .texto {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .sect_elite .sect_transformar .box-padrao .texto {
    font-size: 16px;
    letter-spacing: -0.16px;
  }
}
.sect_elite .sect_transformar .img-mapa {
  margin: 32px 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .sect_elite .sect_transformar .img-mapa {
    margin-left: 23px;
  }
}

.marcas-parceiro {
  text-align: center;
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .marcas-parceiro {
    padding-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .marcas-parceiro .marcas {
    display: flex;
    padding-left: 8px;
    padding-right: 8px;
    column-gap: 6px;
  }
}
.marcas-parceiro .marca {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  height: 320px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .marcas-parceiro .marca {
    flex: 1;
    height: 550px;
  }
}
.marcas-parceiro .marca .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.marcas-parceiro .marca .info {
  position: relative;
  z-index: 3;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 768px) {
  .marcas-parceiro .marca .info {
    max-width: 100%;
  }
}
.marcas-parceiro .marca .info .logo {
  transform: translateX(0);
  margin-top: 68px;
  max-width: 62%;
}
@media (min-width: 768px) {
  .marcas-parceiro .marca .info .logo {
    margin-top: 200px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .marcas-parceiro .marca .info .logo {
    margin-top: 140px;
  }
}
.marcas-parceiro .marca .info .lubrificantes {
  max-width: 300px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .marcas-parceiro .marca .info .lubrificantes {
    max-width: 350px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .marcas-parceiro .marca .info .lubrificantes {
    max-width: initial;
  }
}
.marcas-parceiro .marca.lubrificantes .flutuante-1,
.marcas-parceiro .marca.lubrificantes .flutuante-2,
.marcas-parceiro .marca.lubrificantes .flutuante-3 {
  position: absolute;
  top: -30px;
  left: 0;
  scale: 0.6;
  transform-origin: top left;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.68, 0.09, 0.36, 0.91);
  transition-duration: 0.4s;
}
@media (min-width: 768px) {
  .marcas-parceiro .marca.lubrificantes .flutuante-1,
  .marcas-parceiro .marca.lubrificantes .flutuante-2,
  .marcas-parceiro .marca.lubrificantes .flutuante-3 {
    top: 0;
    scale: 1;
  }
}
.marcas-parceiro .marca.lubrificantes .flutuante-1 {
  z-index: 4;
}
.marcas-parceiro .marca.lubrificantes .flutuante-2 {
  z-index: 3;
}
.marcas-parceiro .marca.lubrificantes .flutuante-3 {
  z-index: 2;
}
.marcas-parceiro .marca.lubrificantes .bg {
  background-color: #FFD100;
}
.marcas-parceiro .marca.texaco .bg {
  background-color: #000;
}

@media (min-width: 992px) {
  .banner-performance .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.banner-performance .container .play_btn {
  display: flex;
  align-items: center;
  gap: 11px;
  background-color: transparent;
  outline: none;
  border: 0;
  color: white;
  transition: 0.3s ease;
  margin: 40px auto 0;
}
@media (min-width: 992px) {
  .banner-performance .container .play_btn {
    margin: 0 120px 0 0;
  }
}
.banner-performance .container .play_btn:hover {
  opacity: 0.8;
}
.banner-performance .container .play_btn .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.modal_iframe .modal-dialog {
  width: 100%;
  padding: 24px;
  max-width: inherit;
}
@media (min-width: 992px) {
  .modal_iframe .modal-dialog {
    max-width: 70vw;
    padding: 0;
  }
}
.modal_iframe .modal-dialog .modal-content {
  position: relative;
  padding-top: 56.25%;
  transform: none;
  background-color: transparent;
  border: 0;
}
.modal_iframe .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 0;
  top: -30px;
  opacity: 1;
  transition: 0.3s ease;
}
.modal_iframe .modal-dialog .modal-content .btn-close:hover {
  opacity: 0.8;
}
.modal_iframe .modal-dialog .modal-content .modal_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .sect_mais-beneficios-performance .sect_transformar .box-laranja {
    padding: 47px 41px;
  }
}
.sect_mais-beneficios-performance .texto-transformar {
  padding-bottom: 24px;
}
.sect_mais-beneficios-performance .lista-transformar {
  color: white;
  padding-left: 24px;
  margin-bottom: 48px;
  list-style-image: url("../img/icone-list-check-laranja.svg");
}
@media (min-width: 992px) {
  .sect_mais-beneficios-performance .lista-transformar {
    margin-bottom: 0;
    padding-left: 80px;
  }
}
.sect_mais-beneficios-performance .lista-transformar .list_item {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
}
.sect_mais-beneficios-performance .lista-transformar .list_item + .list_item {
  margin-top: 22px;
}

.programa-pilares_sect {
  overflow: hidden;
  position: relative;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .programa-pilares_sect {
    padding-left: 56px;
  }
}
.programa-pilares_sect .flutuante {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
}
@media (min-width: 1200px) {
  .programa-pilares_sect .flutuante {
    width: 250px;
    display: block;
  }
}
@media (min-width: 1400px) {
  .programa-pilares_sect .flutuante {
    width: initial;
  }
}
.programa-pilares_sect .titulo {
  text-align: center;
  margin-bottom: 37px;
}
@media (min-width: 992px) {
  .programa-pilares_sect .titulo {
    margin-bottom: 56px;
  }
}
.programa-pilares_sect .pilares_wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (min-width: 992px) {
  .programa-pilares_sect .pilares_wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 52px;
  }
}
.programa-pilares_sect .pilares_wrapper .pilares_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 992px) {
  .programa-pilares_sect .pilares_wrapper .pilares_card {
    gap: 20px;
  }
}
.programa-pilares_sect .pilares_wrapper .pilares_card .card_title {
  color: #19191E;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .programa-pilares_sect .pilares_wrapper .pilares_card .card_title {
    font-size: 24px;
  }
}
.programa-pilares_sect .pilares_wrapper .pilares_card .text {
  display: block;
  color: #797E86;
  font-size: 16px;
  line-height: normal;
  margin-top: 7px;
  text-align: center;
}

.programa-solucao-completa_sect-performance {
  overflow: hidden;
  padding-top: 87px;
}
@media (min-width: 992px) {
  .programa-solucao-completa_sect-performance {
    padding-top: 123px;
  }
}
.programa-solucao-completa_sect-performance .titulo {
  margin-bottom: 29px;
}
@media (min-width: 992px) {
  .programa-solucao-completa_sect-performance .titulo {
    margin-bottom: 41px;
  }
}
.programa-solucao-completa_sect-performance .container {
  position: relative;
  padding-bottom: 135px;
}
@media (min-width: 992px) {
  .programa-solucao-completa_sect-performance .container {
    padding-bottom: 63px;
  }
}
.programa-solucao-completa_sect-performance .swiper {
  overflow: visible;
}
@media (min-width: 992px) {
  .programa-solucao-completa_sect-performance .swiper {
    overflow: hidden;
  }
}
.programa-solucao-completa_sect-performance .swiper .swiper-slide {
  background-color: #F2F2F3;
  min-height: 230px;
  width: 283px;
  padding: 32px 23px 29px 32px;
  border-bottom: 6px solid;
  border-image: linear-gradient(90deg, #EA5B0B 0%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
  height: 6px;
}
@media (min-width: 992px) {
  .programa-solucao-completa_sect-performance .swiper .swiper-slide {
    width: 260px;
    height: 346px;
    padding: 48px 40px 72px;
  }
}
.programa-solucao-completa_sect-performance .swiper .swiper-slide .img-box {
  max-width: 73px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .programa-solucao-completa_sect-performance .swiper .swiper-slide .img-box {
    max-width: initial;
    margin-bottom: 48px;
  }
}
.programa-solucao-completa_sect-performance .swiper .swiper-slide .titulo-box {
  color: #19191E;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .programa-solucao-completa_sect-performance .swiper .swiper-slide .titulo-box {
    font-size: 24px;
  }
}

.programa-ficha-tecnica_sect {
  background-image: url("../img/bg-ficha-tecnica.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 0 38px;
  color: #797E86;
}
@media (min-width: 992px) {
  .programa-ficha-tecnica_sect {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .programa-ficha-tecnica_sect .container {
    display: flex;
    align-items: center;
    gap: 60px;
  }
}
.programa-ficha-tecnica_sect .container .content {
  margin-bottom: 34px;
}
@media (min-width: 992px) {
  .programa-ficha-tecnica_sect .container .content {
    margin-bottom: 0;
  }
}
.programa-ficha-tecnica_sect .container .content .titulo {
  color: #39414C;
  margin-bottom: 16px;
}
.programa-ficha-tecnica_sect .container .content .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin-bottom: 0;
}
.programa-ficha-tecnica_sect .container .content .text + .text {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .programa-ficha-tecnica_sect .container .content .text + .text {
    margin-top: 16px;
  }
}
.programa-ficha-tecnica_sect .container .content .ficha-tecnica_list {
  padding-left: 24px;
  margin: 24px 0 0;
  list-style-image: url("../img/icone-list-check-laranja.svg");
}
@media (min-width: 992px) {
  .programa-ficha-tecnica_sect .container .content .ficha-tecnica_list {
    margin-top: 52px;
    padding-left: 28px;
  }
}
.programa-ficha-tecnica_sect .container .content .ficha-tecnica_list .list_item {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
}
.programa-ficha-tecnica_sect .container .content .ficha-tecnica_list .list_item + .list_item {
  margin-top: 16px;
}

.programa-calculadora_sect {
  position: relative;
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .programa-calculadora_sect {
    padding-bottom: 87px;
  }
}
.programa-calculadora_sect .flutuante {
  position: absolute;
  left: 0;
  bottom: 100px;
}
@media (min-width: 992px) {
  .programa-calculadora_sect .flutuante {
    width: 500px;
  }
}
@media (min-width: 1600px) {
  .programa-calculadora_sect .flutuante {
    width: initial;
  }
}
.programa-calculadora_sect .container {
  display: flex;
  flex-direction: column-reverse;
  gap: 57px;
}
@media (min-width: 992px) {
  .programa-calculadora_sect .container {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
.programa-calculadora_sect .container .image {
  position: relative;
  z-index: 2;
  transition-delay: 0.4s;
}
.programa-calculadora_sect .container .content .titulo {
  margin-bottom: 16px;
}
.programa-calculadora_sect .container .content .text {
  color: #797E86;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.18px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .programa-calculadora_sect .container .content .text {
    font-size: 16px;
  }
}
.programa-calculadora_sect .container .content .text + .text {
  margin-top: 16px;
}

.programa-lubewatch_sect {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-color: #FF5F19;
  color: white;
}
.programa-lubewatch_sect .area-texto {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .programa-lubewatch_sect .area-texto {
    height: 550px;
    padding: 0 24px 0 0;
  }
}
@media (min-width: 1200px) {
  .programa-lubewatch_sect .area-texto {
    height: 500px;
  }
}
.programa-lubewatch_sect .image_bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 290px;
  width: 100%;
}
@media (min-width: 992px) {
  .programa-lubewatch_sect .image_bg {
    height: 550px;
    width: 50%;
    top: 0;
    right: 0;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .programa-lubewatch_sect .image_bg {
    height: 500px;
  }
}
.programa-lubewatch_sect .logo {
  margin-bottom: 26px;
}
.programa-lubewatch_sect .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin-bottom: 0;
}
.programa-lubewatch_sect .text + .text {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .programa-lubewatch_sect .text + .text {
    margin-top: 16px;
  }
}
.programa-lubewatch_sect .info-box {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  padding: 14px;
  background-color: #19191E;
  color: #FF5F19;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .programa-lubewatch_sect .info-box {
    margin-top: 32px;
  }
}
.programa-lubewatch_sect .info-box .box_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.18px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .programa-lubewatch_sect .info-box .box_text {
    font-size: 18px;
  }
}

.programa-beneficios-lubewatch_sect {
  overflow: hidden;
  background-color: #19191E;
  color: white;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .programa-beneficios-lubewatch_sect {
    padding-top: 93px;
  }
}
.programa-beneficios-lubewatch_sect .titulo {
  margin-bottom: 32px;
}
.programa-beneficios-lubewatch_sect .container {
  position: relative;
  padding-bottom: 120px;
}
@media (min-width: 992px) {
  .programa-beneficios-lubewatch_sect .container {
    padding-bottom: 156px;
  }
}
.programa-beneficios-lubewatch_sect .swiper {
  overflow: visible;
}
@media (min-width: 992px) {
  .programa-beneficios-lubewatch_sect .swiper {
    overflow: hidden;
  }
}
.programa-beneficios-lubewatch_sect .swiper-slide {
  height: auto;
}
.programa-beneficios-lubewatch_sect .numeros_card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background-color: #FF5F19;
  padding: 18px 24px 38px;
  font-family: "versos", sans-serif;
  color: white;
}
@media (min-width: 992px) {
  .programa-beneficios-lubewatch_sect .numeros_card {
    padding: 22px 24px 44px;
  }
}
.programa-beneficios-lubewatch_sect .numeros_card::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #000 0%, #EA5B0B 100%);
}
.programa-beneficios-lubewatch_sect .numeros_card .card_title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 8px 0 24px;
}
.programa-beneficios-lubewatch_sect .numeros_card .desc {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .programa-beneficios-lubewatch_sect .numeros_card .desc {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .banner-lubewatch .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.banner-lubewatch .container .iconic-banner {
  max-width: 195px;
}
@media (min-width: 992px) {
  .banner-lubewatch .container .iconic-banner {
    max-width: 278px;
  }
}
.banner-lubewatch .container .play_btn {
  display: flex;
  align-items: center;
  gap: 11px;
  background-color: transparent;
  outline: none;
  border: 0;
  color: white;
  transition: 0.3s ease;
  margin: 74px auto 0;
}
@media (min-width: 992px) {
  .banner-lubewatch .container .play_btn {
    margin: 0 120px 0 0;
  }
}
.banner-lubewatch .container .play_btn:hover {
  opacity: 0.8;
}
.banner-lubewatch .container .play_btn .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.modal_iframe .modal-dialog {
  width: 100%;
  padding: 24px;
  max-width: inherit;
}
@media (min-width: 992px) {
  .modal_iframe .modal-dialog {
    max-width: 70vw;
    padding: 0;
  }
}
.modal_iframe .modal-dialog .modal-content {
  position: relative;
  padding-top: 56.25%;
  transform: none;
  background-color: transparent;
  border: 0;
}
.modal_iframe .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 0;
  top: -30px;
  opacity: 1;
  transition: 0.3s ease;
}
.modal_iframe .modal-dialog .modal-content .btn-close:hover {
  opacity: 0.8;
}
.modal_iframe .modal-dialog .modal-content .modal_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sect_mais-beneficios-lubewatch .sect_transformar {
  background-color: #39414C;
}
@media (min-width: 992px) {
  .sect_mais-beneficios-lubewatch .sect_transformar .box-laranja {
    padding: 24px 25px 25px 47px;
  }
}
.sect_mais-beneficios-lubewatch .sect_transformar .texto-transformar {
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .sect_mais-beneficios-lubewatch .sect_transformar .texto-transformar {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .sect_mais-beneficios-lubewatch .sect_transformar .texto-transformar {
    max-width: 468px;
  }
}
.sect_mais-beneficios-lubewatch .info-box {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  padding: 19px 19px 16px 14px;
  background-color: #19191E;
  color: #FF5F19;
  margin-bottom: 78px;
}
@media (min-width: 992px) {
  .sect_mais-beneficios-lubewatch .info-box {
    padding: 14px 18px 11px 14px;
    margin-left: 30px;
    max-width: 426px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .sect_mais-beneficios-lubewatch .info-box {
    max-width: 468px;
    margin-left: 53px;
  }
}
.sect_mais-beneficios-lubewatch .info-box .box_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
  margin-bottom: 0;
}
.sect_mais-beneficios-lubewatch .info-box .icon {
  width: 24px;
}

.programa-pilares_sect {
  overflow: hidden;
  position: relative;
  padding-top: 48x;
}
.programa-pilares_sect .titulo {
  text-align: center;
  margin-bottom: 16px;
}
.programa-pilares_sect .texto {
  color: #797E86;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .programa-pilares_sect .texto {
    font-size: 16px;
    letter-spacing: -0.16px;
  }
}
.programa-pilares_sect .texto:last-of-type {
  margin-bottom: 0;
}
.programa-pilares_sect .pilares_wrapper {
  margin-top: 32px;
}

.programa-solucao-completa_sect {
  overflow: hidden;
  padding-top: 48px;
}
@media (min-width: 992px) {
  .programa-solucao-completa_sect {
    padding-top: 83px;
  }
}
.programa-solucao-completa_sect .titulo {
  margin-bottom: 29px;
}
@media (min-width: 992px) {
  .programa-solucao-completa_sect .titulo {
    margin-bottom: 41px;
  }
}
.programa-solucao-completa_sect .container {
  position: relative;
  padding-bottom: 135px;
}
@media (min-width: 992px) {
  .programa-solucao-completa_sect .container {
    padding-bottom: 63px;
  }
}
.programa-solucao-completa_sect .swiper {
  overflow: visible;
}
@media (min-width: 992px) {
  .programa-solucao-completa_sect .swiper {
    overflow: hidden;
  }
}
.programa-solucao-completa_sect .swiper .swiper-slide {
  background-color: #FF8C5A;
  min-height: 285px;
  width: 283px;
  padding: 28px 52px 42px 30px;
  border: none;
}
@media (min-width: 768px) {
  .programa-solucao-completa_sect .swiper .swiper-slide {
    height: 315px;
  }
}
@media (min-width: 992px) {
  .programa-solucao-completa_sect .swiper .swiper-slide {
    width: 260px;
    padding: 33px 36px 39px 34px;
  }
}
@media (min-width: 1200px) {
  .programa-solucao-completa_sect .swiper .swiper-slide {
    height: 346px;
  }
}
.programa-solucao-completa_sect .swiper .swiper-slide .img-box {
  max-width: 55px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .programa-solucao-completa_sect .swiper .swiper-slide .img-box {
    max-width: 67px;
  }
}
.programa-solucao-completa_sect .swiper .swiper-slide .titulo-box {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .programa-solucao-completa_sect .swiper .swiper-slide .titulo-box {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.programa-solucao-completa_sect .swiper .swiper-slide .texto-box {
  color: #19191E;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.14px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .programa-solucao-completa_sect .swiper .swiper-slide .texto-box {
    line-height: 20px;
  }
}

.sect_portal-lubewatch .sect_transformar {
  background-color: #39414C;
  padding: 56px 0 73px;
}
@media (min-width: 992px) {
  .sect_portal-lubewatch .sect_transformar {
    height: 630px;
    padding: 0;
  }
}
.sect_portal-lubewatch .sect_transformar .grafismo-laranja {
  top: inherit;
  bottom: 0;
  height: 339px;
  background-position: center;
  background-image: url("../img/grafismo-portal-mobile.png");
}
@media (min-width: 992px) {
  .sect_portal-lubewatch .sect_transformar .grafismo-laranja {
    height: 630px;
    background-image: url("../img/grafismo-portal.png");
    background-size: cover;
    right: 0;
    left: inherit;
  }
}
.sect_portal-lubewatch .img-computador {
  position: relative;
  z-index: 10;
  margin-top: 64px;
}
@media (min-width: 992px) {
  .sect_portal-lubewatch .img-computador {
    margin-top: 0;
  }
}
.sect_portal-lubewatch .titulo {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.sect_portal-lubewatch .texto {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin-bottom: 24px;
  max-width: 588px;
}
.sect_portal-lubewatch .btn-link {
  width: max-content;
  font-family: "versos";
  font-size: 16px;
  font-weight: 400;
  color: #FF5F19;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  transition: all ease-in-out 0.3s;
  position: relative;
  cursor: pointer;
}
.sect_portal-lubewatch .btn-link:hover {
  color: #CD3C00;
}
.sect_portal-lubewatch .btn-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #FF5F19 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 2px;
  display: inline-block;
}

.programa-performance {
  background-position: bottom;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .programa-performance {
    background-position: left;
    margin-bottom: 86px;
  }
}
.programa-performance .box-image {
  display: flex;
  justify-content: center;
  order: 2;
}
@media (min-width: 992px) {
  .programa-performance .box-image {
    order: 1;
  }
}
.programa-performance .box-texto {
  order: 1;
}
@media (min-width: 992px) {
  .programa-performance .box-texto {
    order: 2;
  }
}

@media (min-width: 992px) {
  .sect_mais-beneficios--oleo-base .sect_transformar .box-laranja {
    padding: 56px 40px;
  }
}
.sect_mais-beneficios--oleo-base .box-cinza {
  background-color: #39414C;
  padding: 32px 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .sect_mais-beneficios--oleo-base .box-cinza {
    padding: 56px 40px;
  }
}
.sect_mais-beneficios--oleo-base .box-cinza .text {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.18px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .sect_mais-beneficios--oleo-base .box-cinza .text {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
  }
}
.sect_mais-beneficios--oleo-base .texto-transformar {
  font-size: 14px;
  padding-bottom: 26px;
}
@media (min-width: 992px) {
  .sect_mais-beneficios--oleo-base .texto-transformar {
    font-size: 20px;
    padding-bottom: 32px;
  }
}
.sect_mais-beneficios--oleo-base .lista-transformar {
  color: white;
  padding-left: 16px;
  margin-bottom: 0;
  padding-bottom: 56px;
  list-style-image: url("../img/icone-list-style-circle-orange.svg");
}
@media (min-width: 992px) {
  .sect_mais-beneficios--oleo-base .lista-transformar {
    padding-left: 69px;
    padding-bottom: 0;
  }
}
.sect_mais-beneficios--oleo-base .lista-transformar .list_item {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
}

.infra-sect {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 56px 0 0;
  margin-bottom: -32px;
}
@media (min-width: 992px) {
  .infra-sect {
    padding: 80px 0 18px;
    margin-bottom: 0;
  }
}
.infra-sect .flutuante_img {
  position: absolute;
  bottom: 15%;
  left: 0;
}
.infra-sect .texto {
  color: #797E86;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin: 8px 0 0;
}
@media (min-width: 992px) {
  .infra-sect .texto {
    margin-top: 16px;
  }
}
.infra-sect .video-holder-infra {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 575px) {
  .infra-sect .video-holder-infra {
    width: calc(100% + 48px);
    margin: 32px -24px 0;
  }
}
@media (min-width: 992px) {
  .infra-sect .video-holder-infra {
    margin-top: 0;
  }
}
.infra-sect .play-video {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.infra-sect .bg-video {
  z-index: 1;
}
.infra-sect .cards-padrao-holder {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .infra-sect .cards-padrao-holder {
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
    margin-top: 97px;
  }
}
.infra-sect .cards-padrao-holder .numeros_card {
  height: inherit;
  padding: 24px 24px 42px;
}
@media (min-width: 992px) {
  .infra-sect .cards-padrao-holder .numeros_card {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1400px) {
  .infra-sect .cards-padrao-holder .numeros_card {
    width: calc(25% - 18px);
  }
}
.infra-sect .cards-padrao-holder .numeros_card_tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 16px;
  height: 35px;
  border: 1px solid #FF5F19;
  color: #FFF;
  font-size: 16px;
  margin-bottom: 20px;
}
.infra-sect .cards-padrao-holder .numeros_card .big-info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.infra-sect .cards-padrao-holder .numeros_card .big-info_number {
  color: #FF5F19;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
}
.infra-sect .cards-padrao-holder .numeros_card .big-info_number .small {
  font-size: 24px;
}
.infra-sect .cards-padrao-holder .numeros_card .description {
  color: #FFF;
  font-size: 24px;
  margin-bottom: 0;
}

.complexo-sect {
  display: flex;
  align-items: flex-end;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 113px 0 52px;
}
@media (min-width: 992px) {
  .complexo-sect {
    align-items: center;
    padding: 0;
    height: 599px;
  }
}
.complexo-sect .box {
  background-color: #19191E;
  padding: 40px;
  width: 100%;
}
@media (min-width: 992px) {
  .complexo-sect .box {
    max-width: 587px;
  }
}
.complexo-sect .box_title {
  color: #FF5F19;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .complexo-sect .box_title {
    font-size: 36px;
  }
}
.complexo-sect .box_desc {
  color: #FFF;
  font-family: "margem-rounded", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .complexo-sect .box_desc {
    font-size: 16px;
    font-weight: 400;
  }
}
.complexo-sect .box_desc + .box_desc {
  margin-top: 16px;
}

.conheca-numeros_sect--oleo {
  padding-bottom: 72px;
}
@media (min-width: 992px) {
  .conheca-numeros_sect--oleo {
    padding-bottom: 64px;
  }
}
.conheca-numeros_sect--oleo .cards-padrao-holder .swiper-slide .numeros_card {
  padding-left: 24px;
  padding-right: 24px;
}

.conheca-numeros_sect--lista .cards-padrao-holder .swiper-slide .numeros_card {
  padding: 24px 24px 40px;
  justify-content: flex-start;
}
.conheca-numeros_sect--lista .cards-padrao-holder .swiper-slide .numeros_card .title {
  color: #FF5F19;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .conheca-numeros_sect--lista .cards-padrao-holder .swiper-slide .numeros_card .title {
    margin-bottom: 24px;
  }
}
.conheca-numeros_sect--lista .cards-padrao-holder .swiper-slide .numeros_card .links-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: white;
}
.conheca-numeros_sect--lista .cards-padrao-holder .swiper-slide .numeros_card .links-list_link {
  font-family: "margem-rounded", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  text-decoration: none;
  transition: 0.3s ease;
}
.conheca-numeros_sect--lista .cards-padrao-holder .swiper-slide .numeros_card .links-list_link:hover {
  color: #FF5F19;
  text-decoration: underline;
}

.fale-conosco_sect-oleo-base .container .flutuante_img {
  bottom: 10%;
}

.oleo-parceiros-sect {
  padding-bottom: 80px;
  text-align: center;
  overflow: hidden;
}
.oleo-parceiros-sect .text {
  color: #39414C;
  font-family: "margem-rounded", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin: 16px 0 40px;
}
.oleo-parceiros-sect .parceiros-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 1200px) {
  .oleo-parceiros-sect .parceiros-wrapper {
    flex-direction: row;
    gap: 96px;
    flex-wrap: nowrap;
  }
}
.oleo-parceiros-sect .parceiros-wrapper .parceiro-logo.chevrvon-premium {
  width: 257px;
}
@media (min-width: 1200px) {
  .oleo-parceiros-sect .parceiros-wrapper .parceiro-logo.chevrvon-premium {
    width: 300px;
  }
}
.oleo-parceiros-sect .parceiros-wrapper .parceiro-logo.chevrvon-oronite {
  width: 148px;
}
@media (min-width: 1200px) {
  .oleo-parceiros-sect .parceiros-wrapper .parceiro-logo.chevrvon-oronite {
    width: 171px;
  }
}
.oleo-parceiros-sect .parceiros-wrapper .parceiro-logo.acelen {
  width: 176px;
}
@media (min-width: 1200px) {
  .oleo-parceiros-sect .parceiros-wrapper .parceiro-logo.acelen {
    width: 189px;
  }
}
.oleo-parceiros-sect .parceiros-wrapper .parceiro-logo.nynas {
  width: 141px;
}
@media (min-width: 1200px) {
  .oleo-parceiros-sect .parceiros-wrapper .parceiro-logo.nynas {
    width: 164px;
  }
}

.sect-aditivos {
  margin-bottom: 55px;
}
@media (min-width: 992px) {
  .sect-aditivos {
    margin-bottom: 91px;
  }
}
.sect-aditivos_infos .titulo {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .sect-aditivos_infos .titulo {
    max-width: 486px;
  }
}
.sect-aditivos_infos .texto {
  color: #39414C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .sect-aditivos_infos .texto {
    max-width: 486px;
  }
}
.sect-aditivos_infos .btn-wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
@media (min-width: 992px) {
  .sect-aditivos_infos .btn-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.sect-aditivos_infos .btn-wrapper .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .sect-aditivos_infos .btn-wrapper .btn {
    width: 272px;
  }
}
.sect-aditivos_infos .btn-wrapper .logo-chevrvon-oronite-aditivos {
  width: 118px;
}
.sect-aditivos .img-aditivos {
  width: 100%;
  min-height: 227px;
  margin-bottom: 33px;
}
@media (min-width: 992px) {
  .sect-aditivos .img-aditivos {
    margin-bottom: 0;
  }
}
<<<<<<< HEAD
=======

/* Correção apenas para o reCAPTCHA */
.g-recaptcha iframe {
  width: 304px !important;
  height: 78px !important;
  max-width: none !important;
}

>>>>>>> 44694d6497f9f9be2aaddd032ee5d25e4f6c8cb2
/*# sourceMappingURL=estiloIconicLub.css.map */

