@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");
* {
  -webkit-transition: all ease .2s;
  transition: all ease .2s; }

div#wpadminbar {
  display: none; }

.bg-1 {
  background-color: #F08040; }

.bg-2 {
  background-color: #111111; }

.bg-3 {
  background-color: #cccccc; }

.bg-4 {
  background-color: #EFEFEF; }

.bg-5 {
  background-color: white; }

.f-40 {
  font-size: 40px; }

.lh-1 {
  line-height: 1; }

.fw-400 {
  font-weight: 400; }

.c-white {
  color: white; }

.c-1 {
  color: #F08040; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  margin: 0 !important;
  font-family: "Exo 2", sans-serif !important;
  color: #000;
  position: relative;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #F08040; }

::selection {
  color: #fff;
  background: #F08040; }

.cookiealert {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 275px;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 15px;
  transform: translate(0, 100%);
  transition: all 500ms ease-out;
  background: #F08040; }
  .cookiealert p {
    font-size: 0.75rem;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #fff; }
  .cookiealert a {
    color: #fff; }
  .cookiealert button.acceptcookies {
    padding: 10px 18px;
    font-size: 0.875rem;
    text-transform: uppercase; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0%);
  transition-delay: 1000ms; }
  .cookiealert.show button {
    border: none;
    background-color: #111111; }

@media screen and (max-width: 900px) {
  .cookiealert {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    text-align: center; } }
.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

button:focus {
  outline: none !important;
  box-shadow: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

.container {
  max-width: 1270px; }

h1 {
  color: white !important; }

a {
  color: #111111;
  text-decoration: none !important; }
  a:hover {
    color: #F08040; }

.center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.centerleft {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important; }

.centerright {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: end !important; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

.show-for-small {
  display: none !important; }

.floating-btn {
  z-index: 999;
  position: fixed;
  bottom: 60px;
  right: 60px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .floating-btn img {
    position: relative;
    z-index: 10; }
  .floating-btn .square {
    background-color: #111111;
    color: white;
    max-width: 111px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    margin-top: -30px;
    gap: 4px;
    padding: 8px 17px 12px; }
    .floating-btn .square p {
      margin-bottom: 0;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      line-height: 16px; }
  .floating-btn .whatsapp {
    position: relative;
    z-index: 15;
    display: flex;
    max-width: fit-content;
    border-radius: 50%;
    padding: 9px 9px 10px 10px;
    background-color: #F08040; }
  .floating-btn:hover img:not(.whatsapp img) {
    transform: translateY(-5px); }

@media screen and (max-width: 900px) {
  .grid {
    grid-column-gap: 0px !important;
    grid-row-gap: 30px !important;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important; }

  img {
    max-width: 100%; }

  br {
    display: none; }

  .show-for-small {
    display: block !important; }

  .show-for-large {
    display: none !important; }

  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
p, li {
  font-weight: 300;
  line-height: 22px; }

section {
  position: relative;
  padding: 80px 0; }

.video-container {
  position: relative;
  width: 100%;
  max-width: 1240px; }
  .video-container .bg-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .video-container .bg-video-thumb {
    background: #D9D9D9;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
  .video-container button.play {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 91px;
    height: 78px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
    .video-container button.play:hover {
      transform: scale(1.1); }
  .video-container .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%; }
  .video-container .embed-container iframe,
  .video-container .embed-container object,
  .video-container .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

header {
  position: absolute;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  padding: 100px 0; }
  header .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header a.brand {
    position: relative; }
    header a.brand img {
      max-width: 273px; }
  header nav.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 14px; }
    header nav.nav-menu ul form.form-desk {
      position: relative;
      transition: all 1s;
      width: 40px;
      height: 40px;
      background: white;
      box-sizing: border-box;
      border-radius: 50%;
      border: 4px solid white;
      padding: 5px;
      overflow: hidden;
                /*&:hover,
                &:focus-within,
                &:valid {
                    border-radius: 4px;
                    width: 180px;
                    cursor: pointer;

                    input {
                        width: 100%;
                    }

                    .fa {
                        background: #F08040;
                        color: white;
                    }
                }*/ }
      header nav.nav-menu ul form.form-desk .lupa {
        background-color: #fff;
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        min-height: 40px;
        border-radius: 4px;
        color: #F08040;
        text-align: center;
        font-size: 18px;
        transition: all 1s;
        cursor: pointer;
        z-index: 2; }
      header nav.nav-menu ul form.form-desk input#header-search {
        position: absolute;
        left: 5px;
        width: 140px;
        height: 40px;
        line-height: 30px;
        outline: 0;
        border: 0;
        font-size: 1em; }
      header nav.nav-menu ul form.form-desk button.btn.btn-search {
        background-color: transparent;
        position: absolute;
        right: 0;
        opacity: 0;
        color: #F08040;
        text-align: center;
        font-size: 18px;
        visibility: hidden; }
    header nav.nav-menu ul form.form-desk.active {
      width: 200px;
      border-radius: 0px; }
      header nav.nav-menu ul form.form-desk.active .lupa {
        opacity: 0;
        visibility: hidden; }
      header nav.nav-menu ul form.form-desk.active button.btn.btn-search {
        opacity: 1;
        visibility: visible; }
    header nav.nav-menu ul li {
      position: relative; }
      header nav.nav-menu ul li a {
        position: relative;
        display: block;
        color: #fff;
        text-transform: uppercase;
        width: 100%;
        font-size: 16px;
        line-height: 1;
        padding: 10px 15px;
        text-align: center;
        border-radius: 10px;
        border: 1px solid #F08040; }
        header nav.nav-menu ul li a.active, header nav.nav-menu ul li a:hover {
          background-color: #F08040; }
  header .form-mobile {
    position: relative; }
    header .form-mobile .fa {
      position: absolute;
      top: 12px;
      left: 12px;
      color: #F08040; }
  header input#search-mobile {
    width: 100%;
    height: 41px;
    line-height: 30px;
    outline: 0;
    border: 0;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px 0 35px; }
  header .hamburger {
    position: relative;
    z-index: 10;
    cursor: pointer; }
  header .hamburger-btn .hamburger-lines .close-line {
    position: relative;
    z-index: 1;
    height: 2px;
    width: 28px;
    border-radius: 0px;
    background-color: #fff;
    margin: 8px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s; }
  header .hamburger-btn .hamburger-lines.open .close-top {
    transform: translate3d(0px, 10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .hamburger-btn .hamburger-lines.open .close-middle {
    opacity: 0; }
  header .hamburger-btn .hamburger-lines.open .close-bottom {
    transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .menu-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease .8s;
    transition: all ease .8s; }
    header .menu-overlay .nav-menu {
      display: block;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      right: 0;
      top: 0;
      background-color: #111111;
      padding: 35px 15px;
      padding-bottom: 20px;
      z-index: 200;
      transform: translateY(-80vh) translateX(0px);
      -webkit-transition: all ease .8s;
      transition: all ease .8s; }
      header .menu-overlay .nav-menu ul {
        flex-direction: column;
        gap: 10px; }
        header .menu-overlay .nav-menu ul li a {
          font-size: 1.25rem;
          text-align: left;
          padding: 15px 8px; }
  header .menu-overlay.open {
    display: block;
    height: 600px; }
    header .menu-overlay.open .nav-menu {
      transform: translateY(0vh) translateX(0px); }

.main-bg {
  padding: 80px 0 111px;
  height: 100vh;
  background-image: url("../img/home-bg.jpg");
  background-position: center;
  background-size: cover; }
  .main-bg .container {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%; }
  .main-bg h1 {
    font-weight: 400;
    font-size: 55px;
    line-height: 60px; }

.links-section {
  display: flex;
  padding: 0 !important; }
  .links-section div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    background-size: cover;
    background-position: center; }
    .links-section div a {
      display: flex;
      gap: 15px;
      align-items: center;
      padding: 43px 55px;
      color: #EFEFEF;
      font-size: 40px;
      line-height: 1;
      border-radius: 60px;
      border: 1px solid #EFEFEF; }
      .links-section div a:hover svg {
        transform: translateX(5px); }
  .links-section .mineracao-wrapper {
    background-image: url("../img/mineracao-bg.jpg"); }
  .links-section .agro-wrapper {
    background-image: url("../img/agro-bg.jpg"); }

.about-section {
  padding: 212px 0;
  color: white;
  background-color: #D2471C; }
  .about-section .container {
    display: flex;
    position: relative;
    justify-content: end; }
    .about-section .container img {
      position: absolute;
      left: -190px;
      top: -96px; }
    .about-section .container .content-wrapper {
      padding: 87px 120px 54px 85px;
      border: 1px solid white; }
      .about-section .container .content-wrapper h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 21px; }
      .about-section .container .content-wrapper p {
        margin-bottom: 33px; }

.prod-image {
  border-radius: 30px;
  height: 297px;
  overflow: hidden;
  background-color: white; }
  .prod-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
  .prod-image:hover img {
    transform: scale(0.95); }
  @media screen and (max-width: 900px) {
    .prod-image {
      height: auto; } }

.product h3 {
  margin: 30px 0;
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  padding: 0 5px;
  color: white; }
.product a.btn.btn-primary {
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  background: #F08040;
  border-radius: 40px;
  padding: 12px 24px 14px 25px;
  color: white;
  line-height: 1;
  border: none;
  transition: all ease 200ms; }
  .product a.btn.btn-primary:hover {
    transform: translateY(-4px);
    opacity: .8; }

.products-section {
  padding: 168px 0; }
  .products-section h2 {
    font-size: 40px; }
    .products-section h2 a {
      max-width: fit-content;
      color: #F08040;
      display: flex;
      gap: 14px;
      align-items: center; }
      .products-section h2 a:hover svg {
        transform: translateX(3px); }
        .products-section h2 a:hover svg path {
          fill: #F08040; }
  .products-section .slider-wrapper {
    display: flex;
    gap: 55px;
    margin-top: 37px; }
    .products-section .slider-wrapper .swiper-button-next, .products-section .slider-wrapper .swiper-button-prev {
      background-image: none !important;
      background-position: center;
      background-size: 14px;
      background-repeat: no-repeat;
      margin-top: 0;
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 3px solid #EFEFEF;
      background-color: transparent;
      top: 6px;
      position: static;
      padding: 8px 16px 9px 14px; }
      .products-section .slider-wrapper .swiper-button-next:after, .products-section .slider-wrapper .swiper-button-next:before, .products-section .slider-wrapper .swiper-button-prev:after, .products-section .slider-wrapper .swiper-button-prev:before {
        display: none; }
      .products-section .slider-wrapper .swiper-button-next:hover, .products-section .slider-wrapper .swiper-button-prev:hover {
        border-color: #F08040; }
    .products-section .slider-wrapper .swiper-button-prev {
      background-image: url("../img/prev-icon.svg") !important;
      left: auto; }
    .products-section .slider-wrapper .swiper-button-next {
      background-image: url("../img/next-icon.svg") !important; }
  .products-section .swiper {
    width: 100%; }
  .products-section .swiper-buttons {
    display: flex;
    gap: 14px; }
  .products-section .sobre {
    margin-top: 168px;
    display: flex; }
    .products-section .sobre .content-wrapper {
      display: flex;
      max-width: 33.3333%;
      flex-direction: column; }
      .products-section .sobre .content-wrapper .text-box {
        flex-grow: 1;
        background-color: #CCC;
        padding: 54px 69px 52px 62px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .products-section .sobre .content-wrapper .text-box h3 {
          margin-bottom: 44px;
          font-size: 30px;
          line-height: 38px;
          font-weight: 400; }
        .products-section .sobre .content-wrapper .text-box p {
          font-size: 18px; }

.video-section {
  padding: 152px 0; }
  .video-section .wrapper {
    gap: 115px;
    display: flex;
    color: white; }
    .video-section .wrapper .text {
      min-width: 242px; }
    .video-section .wrapper h2 {
      font-size: 60px;
      line-height: 65px;
      font-weight: 400;
      margin-bottom: 15px; }
    .video-section .wrapper p {
      font-size: 22px;
      line-height: 30px;
      color: white; }
  .video-section .testimonials {
    display: flex;
    justify-content: space-between;
    margin-top: 86px; }
    .video-section .testimonials .testimonial {
      display: flex;
      width: 33.333%;
      gap: 20px;
      color: white; }
      .video-section .testimonials .testimonial .avatar {
        padding: 6px;
        width: 36px;
        height: 36px;
        display: block;
        background-color: white; }
        .video-section .testimonials .testimonial .avatar i {
          color: #F08040;
          font-size: 25px; }
      .video-section .testimonials .testimonial h4 {
        font-size: 22px;
        font-weight: 700;
        line-height: 1; }
      .video-section .testimonials .testimonial .role {
        font-size: 22px;
        font-weight: 300;
        line-height: 1;
        margin-bottom: 27px; }

.cta-section {
  padding: 87px 0 31px; }
  .cta-section .title-wrapper {
    background-color: #F08040;
    color: white;
    padding: 73px 150px 72px 106px; }
    .cta-section .title-wrapper h2 {
      font-size: 40px;
      line-height: 1;
      margin-bottom: 13px;
      font-weight: 400; }
    .cta-section .title-wrapper p {
      font-size: 35px;
      line-height: 40px;
      margin: 0; }
  .cta-section .cta-wrapper {
    display: flex; }
    .cta-section .cta-wrapper img {
      object-fit: cover;
      max-width: 335px; }
    .cta-section .cta-wrapper .content {
      color: white;
      background-color: #111111;
      padding: 55px 48px 55px 55px; }
      .cta-section .cta-wrapper .content p {
        font-size: 22px;
        line-height: 30px; }
        .cta-section .cta-wrapper .content p:not(:last-child) {
          margin-bottom: 44px; }
  .cta-section .last-call {
    padding: 25px 46px;
    background-color: #F08040;
    display: flex;
    width: 100%;
    cursor: pointer;
    border: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 31px; }
    .cta-section .last-call p {
      color: white;
      font-weight: 600;
      margin-bottom: 0;
      font-size: 22px; }
    .cta-section .last-call span {
      display: block;
      background-color: #111111;
      height: 41px;
      width: 41px;
      padding: 10px 12px 12px; }
      .cta-section .last-call span i {
        color: white;
        transform: rotate(0);
        font-size: 20px; }
    .cta-section .last-call:hover i {
      transform: translateY(3px); }
    .cta-section .last-call:not(.collapsed) i {
      transform: rotate(180deg); }
    .cta-section .last-call:not(.collapsed):hover i {
      transform: rotate(180deg) translateY(3px); }

.collapse .contact-form {
  padding-top: 24px; }

/*
MINERAÇÃO/AGRO
*/
.main-hero {
  height: 428px;
  background-size: cover;
  background-position: center;
  padding-bottom: 60px; }
  .main-hero .container {
    display: flex;
    justify-content: end;
    height: 100%;
    flex-direction: column; }
  .main-hero.mineracao {
    background-image: url("../img/mineracao-hero.jpg"); }
  .main-hero.agro {
    background-image: url("../img/agro-hero.jpg"); }
  .main-hero.contato {
    background-image: url("../img/contato-hero.jpg"); }
  .main-hero h1 {
    font-size: 60px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0; }

.inner-about {
  background-color: #EFEFEF;
  padding: 40px 0 !important; }
  .inner-about h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 28px; }
  .inner-about p {
    margin-bottom: 30px; }
  .inner-about h3 {
    background-color: #F08040;
    border-radius: 40px;
    padding: 12px 35px 16px;
    max-width: fit-content;
    white-space: nowrap;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0; }
  .inner-about hr {
    margin: 65px 0; }
  .inner-about img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .inner-about .agro-img {
    margin-bottom: 65px; }
  .inner-about .agro-hr {
    margin: 97px 0 65px; }

.breadcrumb-cust {
  list-style: none;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  padding: 0; }
  .breadcrumb-cust li {
    display: flex;
    align-items: center; }
    .breadcrumb-cust li a, .breadcrumb-cust li p {
      color: #888;
      margin-bottom: 0; }
    .breadcrumb-cust li a {
      font-weight: 300; }
    .breadcrumb-cust li a:hover {
      color: #F08040;
      font-weight: 500; }
  .breadcrumb-cust li + li::before {
    content: url("../img/chevron-right.svg");
    display: block;
    width: 18px;
    margin: 0 12px -6px; }

.product-listing {
  padding: 0 0 81px !important;
  background-color: #EFEFEF; }
  .product-listing h2 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 50px;
    color: #F08040;
    font-weight: 400; }
  .product-listing hr {
    margin: 0 0 40px; }

.products-wrapper {
  display: flex;
  gap: 25px; }

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 14px;
  grid-auto-rows: max-content; }
  .products-grid .product .prod-image {
    background-color: #D9D9D9; }
  .products-grid .product h3 {
    margin: 30px 0 25px;
    color: #111; }
  .products-grid .product a {
    color: #111; }

.filters {
  width: 100%;
  max-width: 279px; }
  .filters .filter-sect {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 21px; }
    .filters .filter-sect:not(:first-child) {
      padding-top: 21px;
      border-top: 1px solid #D9D9D9; }
    .filters .filter-sect h3 {
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 5px; }
  .filters .filter-wrapper {
    display: flex;
    gap: 11px;
    align-items: center; }
    .filters .filter-wrapper label {
      cursor: pointer;
      margin-bottom: 0;
      font-size: 18px;
      line-height: 22px;
      font-weight: 300; }
  .filters input[type="checkbox"] {
    flex-shrink: 0;
    -webkit-appearance: none;
    appearance: none;
    background-color: #EFEFEF;
    margin: 0;
    font: inherit;
    width: 27px;
    height: 27px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    display: grid;
    place-content: center;
    cursor: pointer; }
    .filters input[type="checkbox"]:checked {
      border-color: #F08040;
      background-color: #F08040; }
    .filters input[type="checkbox"]:checked::before {
      width: 20px;
      margin-top: 3px;
      content: url("../img/check-icon.svg"); }

/*
PDP
*/
.pdp-section {
  background-color: #EFEFEF;
  padding: 180px 0 0 !important; }
  .pdp-section .product-wrapper {
    display: flex;
    gap: 70px; }
  .pdp-section .prod-image {
    width: 100%;
    max-width: 503px;
    height: 503px;
    background-color: #D9D9D9; }
  .pdp-section .product-info h1 {
    color: #111111 !important;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 24px; }
  .pdp-section .product-info h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px; }
  .pdp-section .product-info p {
    margin-bottom: 0; }
  .pdp-section .product-info hr {
    margin-top: 26px;
    margin-bottom: 26px; }
  .pdp-section .product-info .pills-flex {
    display: flex;
    gap: 10px;
    position: relative; }
    .pdp-section .product-info .pills-flex::before {
      content: "";
      background-color: #CCC;
      height: 1px;
      display: block;
      width: 100%;
      top: 50%;
      position: absolute;
      transform: translateY(-50%); }
    .pdp-section .product-info .pills-flex .pill {
      width: 100%;
      text-align: center;
      padding: 5px 4px 7px;
      background-color: #CCC;
      border-radius: 40px;
      font-size: 12px;
      line-height: 22px;
      z-index: 100;
      color: #555;
      font-weight: 300;
      position: relative; }
      .pdp-section .product-info .pills-flex .pill.active {
        background-color: #F08040;
        color: #111111; }

.prod-hr {
  margin: 48px 0 0; }

.product-desc {
  background-color: #efefef;
  padding: 50px 0 142px; }
  .product-desc h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px; }
  .product-desc ul {
    padding-left: 26px; }
  .product-desc li::marker {
    font-size: 12px; }
  .product-desc .left {
    padding-left: 66px; }
    .product-desc .left a {
      display: block;
      cursor: pointer;
      background-color: #F08040;
      border-radius: 28px;
      padding: 8px 28px 12px;
      border: none;
      outline: none;
      max-width: max-content;
      margin-top: 20px; }
      .product-desc .left a:hover {
        opacity: .8;
        color: #111111; }
  .product-desc .left::before {
    left: 0;
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    height: 186px;
    background-color: #CCC; }
  .product-desc .qr-code {
    border-radius: 8px;
    max-width: 200px;
    display: block;
    margin-top: 24px; }

.related-prod {
  padding: 0 0 89px !important;
  background-color: #efefef; }
  .related-prod hr {
    margin: 0 0 48px; }
  .related-prod h2 {
    color: #F08040;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 48px;
    font-weight: 400; }
  .related-prod .products-grid {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr); }

/*
CONTATO
*/
.contact-form {
  width: 100%; }
  .contact-form .text-fields {
    display: grid;
    gap: 11px;
    grid-template-columns: 1fr 1fr; }
  .contact-form input {
    width: 100%;
    padding: 10px 23px 9px 15px;
    height: 47px;
    outline: none;
    border: none;
    color: #111;
    background-color: #EFEFEF; }
  .contact-form textarea {
    background-color: #EFEFEF;
    padding: 10px 15px;
    color: #111;
    width: 100%;
    border: none;
    margin: 11px 0 30px; }
    .contact-form textarea:focus {
      outline: none; }
  .contact-form input:focus, .contact-form textarea:focus {
    box-shadow: 0 0 0 2px #ff8c004a; }
  .contact-form button, .contact-form input.wpcf7-submit {
    display: block;
    cursor: pointer;
    max-width: fit-content;
    margin-left: auto;
    background-color: #F08040;
    border-radius: 40px;
    color: #111111;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    padding: 12px 27px 14px 28px;
    border: none; }
    .contact-form button:hover, .contact-form input.wpcf7-submit:hover {
      opacity: .7; }
  .contact-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    text-align: center;
    padding: 20px; }
  .contact-form .wpcf7-not-valid-tip {
    font-size: 14px; }

.contact-section {
  padding: 74px 0 46px; }
  .contact-section .contact-wrapper {
    display: flex;
    justify-content: space-between; }
    .contact-section .contact-wrapper .left-info {
      width: 100%;
      max-width: 382px; }
  .contact-section a {
    display: block; }
  .contact-section .tel {
    color: #F08040;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 18px; }
  .contact-section .mail {
    font-size: 22px;
    font-weight: 300; }
  .contact-section hr {
    margin: 26px 0; }
  .contact-section h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 700; }
  .contact-section .info {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300; }
  .contact-section .contact-form {
    max-width: 678px; }
  .contact-section .cta-contact {
    background-color: #F08040;
    padding: 44px 78px 39px 77px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 38px; }
    .contact-section .cta-contact h2 {
      font-weight: 600;
      font-size: 40px;
      line-height: 45px;
      margin-bottom: 18px; }
    .contact-section .cta-contact p {
      font-size: 30px;
      line-height: 32px; }
    .contact-section .cta-contact a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 83px;
      height: 83px;
      background-color: #111111; }
      .contact-section .cta-contact a i {
        color: white;
        font-size: 38px; }
      .contact-section .cta-contact a:hover i {
        transform: translateX(4px); }

/*
SOBRE
*/
.hero-about {
  padding-bottom: 50px;
  height: 572px;
  background: url("../img/sobre-bg.jpg");
  background-size: cover;
  background-position: center; }
  .hero-about .container {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%; }
    .hero-about .container h1 {
      font-size: 60px;
      line-height: 50px;
      margin-bottom: 38px; }
    .hero-about .container p {
      color: white;
      font-size: 20px;
      line-height: 28px; }

.video2-section {
  padding: 123px 0; }
  .video2-section .titles-wrapper {
    margin-bottom: 123px;
    display: flex;
    gap: 107px; }
    .video2-section .titles-wrapper h2 {
      white-space: nowrap;
      font-size: 60px;
      color: #F08040;
      font-weight: 400; }
    .video2-section .titles-wrapper p {
      margin-bottom: 0; }

.datas-section .container {
  position: relative; }
  .datas-section .container .oleo {
    position: absolute;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%); }
.datas-section .flex-years {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .datas-section .flex-years .year-wrapper {
    width: 50%;
    height: 322px;
    padding-top: 16px;
    border-top: 4px solid #D9D9D9;
    position: relative; }
    .datas-section .flex-years .year-wrapper:first-child {
      display: flex;
      padding-top: 0;
      gap: 32px;
      align-items: center; }
      .datas-section .flex-years .year-wrapper:first-child ul {
        max-width: 272px; }
      .datas-section .flex-years .year-wrapper:first-child img {
        max-width: 161px; }
    .datas-section .flex-years .year-wrapper:nth-child(odd):not(:first-child) {
      margin-top: -204px; }
    .datas-section .flex-years .year-wrapper:nth-child(even) {
      padding-left: 55px; }
    .datas-section .flex-years .year-wrapper:nth-child(10) img {
      position: absolute;
      right: 0;
      top: -96px; }
    .datas-section .flex-years .year-wrapper:nth-child(2) {
      margin-top: 204px; }
    .datas-section .flex-years .year-wrapper h2 {
      color: #F08040;
      font-size: 30px;
      line-height: 1;
      margin-bottom: 8px; }
    .datas-section .flex-years .year-wrapper h3 {
      font-weight: 600;
      font-size: 20px;
      line-height: 22px;
      margin-bottom: 30px; }
    .datas-section .flex-years .year-wrapper ul, .datas-section .flex-years .year-wrapper p {
      max-width: 497px;
      margin-bottom: 0; }
    .datas-section .flex-years .year-wrapper ul {
      padding-left: 20px; }
    .datas-section .flex-years .year-wrapper li::marker {
      font-size: 12px; }

.text-section {
  height: 762px;
  background-image: url("../img/lub-about.jpg");
  background-size: cover;
  background-position: center; }
  .text-section .container {
    display: flex;
    align-items: end;
    flex-direction: column;
    height: 100%;
    width: 100%;
    max-width: 1275px;
    justify-content: center; }
    .text-section .container h2 {
      font-size: 50px;
      color: white;
      line-height: 55px; }

.solutions-section {
  padding: 92px 0;
  background-color: #111111; }
  .solutions-section h2 {
    color: white;
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 55px; }
  .solutions-section .container {
    max-width: 1275px; }
  .solutions-section .solutions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 29px 27px; }
  .solutions-section .solution-wrapper {
    border: 1px solid #F08040;
    display: flex;
    gap: 58px;
    border-radius: 30px;
    align-items: center;
    padding: 83px 63px; }
    .solutions-section .solution-wrapper .sol-icon {
      flex-shrink: 0;
      display: flex;
      border-radius: 50%;
      border: 3px solid white;
      justify-content: center;
      align-items: center;
      width: 124px;
      height: 124px; }
    .solutions-section .solution-wrapper h3 {
      color: #F08040;
      font-size: 30px;
      font-weight: 400;
      line-height: 1;
      margin-bottom: 12px; }
    .solutions-section .solution-wrapper p {
      color: white; }

.regioes-section {
  padding: 49px 0;
  background-image: url("../img/regioes-bg.jpg");
  /* Estilos para o mapa, botões e tooltip */
  /* Container dos botões dos estados */
  /* Estilos dos botões dos estados */
  /* Tooltip */
  /* Responsividade */
  /* Loading state (opcional) */
  /* Animação de entrada para os botões */
  /* Estilos para o modal */
  /* Estilos da lista de representantes */
  /* Prevenir scroll da página quando modal estiver aberto */
  /* Responsividade do modal */ }
  .regioes-section .cont {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%; }
    .regioes-section .cont h2 {
      color: #F08040;
      font-weight: 400;
      font-size: 60px;
      line-height: 65px; }
    .regioes-section .cont p {
      color: white; }
  .regioes-section svg {
    max-width: 100%; }
  .regioes-section #mapa-brasil-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  .regioes-section #mapa-brasil-container {
    position: relative;
    width: 100%; }
  .regioes-section #mapa-brasil {
    width: 100%;
    height: auto;
    display: block; }
  .regioes-section #botoes-estados {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* Permite que cliques passem para o SVG quando necessário */ }
  .regioes-section .botao-estado {
    pointer-events: all;
    /* Reabilita eventos apenas nos botões */
    background: #fbfbfb;
    color: #111111;
    border: solid 1px;
    border-color: #fbfbfb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center; }
  .regioes-section .botao-estado:hover,
  .regioes-section .botao-estado.hover {
    background: #d67235;
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border-color: #fff;
    color: #fff; }
  .regioes-section .botao-estado:active {
    transform: translate(-50%, -50%) scale(0.95); }
  .regioes-section #estado-tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.4;
    z-index: 1000;
    pointer-events: none;
    max-width: 200px; }
  @media (max-width: 768px) {
    .regioes-section #mapa-brasil-wrapper {
      max-width: 100%;
      padding: 10px; }
    .regioes-section .botao-estado {
      width: 35px;
      height: 35px;
      font-size: 10px; }
    .regioes-section #estado-tooltip {
      font-size: 11px;
      padding: 6px 10px; } }
  @media (max-width: 480px) {
    .regioes-section .botao-estado {
      width: 30px;
      height: 30px;
      font-size: 9px;
      border-width: 1px; } }
  .regioes-section .mapa-loading {
    opacity: 0.5;
    pointer-events: none; }
  .regioes-section .mapa-loading::after {
    content: "Carregando mapa...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1001; }
@keyframes aparecer-botao {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0); }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); } }
  .regioes-section .botao-estado {
    animation: aparecer-botao 0.3s ease-out forwards; }
  .regioes-section .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; }
  .regioes-section .modal-content {
    background: white;
    border-radius: 8px;
    max-width: 600px;
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative; }
  .regioes-section .modal-header {
    background: #f08040;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .regioes-section .modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold; }
  .regioes-section .modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s ease; }
  .regioes-section .modal-close:hover {
    background: rgba(255, 255, 255, 0.2); }
  .regioes-section .modal-body {
    padding: 20px;
    max-height: 60vh;
    overflow-y: auto; }
  .regioes-section .lista-representantes {
    display: flex;
    flex-direction: column;
    gap: 0; }
  .regioes-section .representante-item {
    padding: 15px 0; }
  .regioes-section .representante-header h4 {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 16px;
    font-weight: bold; }
  .regioes-section .representante-dados {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .regioes-section .dado-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px; }
  .regioes-section .icone-telefone,
  .regioes-section .icone-email {
    font-size: 16px;
    width: 20px;
    text-align: center; }
  .regioes-section .dado-label {
    font-weight: 500;
    color: #666;
    min-width: 60px; }
  .regioes-section .dado-valor {
    color: #f08040;
    text-decoration: none;
    font-weight: 500; }
  .regioes-section .dado-valor:hover {
    color: #d67235;
    text-decoration: underline; }
  .regioes-section .separador-representante {
    border: none;
    height: 1px;
    background: #e0e0e0;
    margin: 15px 0; }
  .regioes-section .sem-representantes {
    text-align: center;
    padding: 40px 20px;
    color: #666; }
  .regioes-section .sem-representantes p {
    margin: 0;
    font-size: 16px; }
  .regioes-section .icone-whatsapp,
  .regioes-section .icone-endereco {
    font-size: 16px;
    width: 20px;
    text-align: center; }
  .regioes-section .endereco-texto {
    color: #333;
    font-weight: normal;
    line-height: 1.4; }
  .regioes-section body.modal-aberto {
    overflow: hidden; }
  @media (max-width: 768px) {
    .regioes-section .modal-overlay {
      padding: 10px;
      top: -60px; }
    .regioes-section .modal-content {
      max-height: 70vh; }
    .regioes-section .modal-header {
      padding: 12px 15px; }
    .regioes-section .modal-header h3 {
      font-size: 16px; }
    .regioes-section .modal-body {
      padding: 15px;
      max-height: 70vh; }
    .regioes-section .representante-item {
      padding: 12px 0; }
    .regioes-section .dado-item {
      font-size: 13px; } }
  @media (max-width: 480px) {
    .regioes-section .modal-overlay {
      padding: 5px; }
    .regioes-section .modal-body {
      padding: 10px; }
    .regioes-section .dado-item {
      flex-direction: column;
      align-items: flex-start;
      gap: 5px; }
    .regioes-section .dado-label {
      min-width: auto; } }

footer {
  background-color: #111111;
  padding: 41px 0 65px;
  color: white; }
  footer .form-container {
    margin-bottom: 58px;
    display: flex;
    border-bottom: 1px solid #FFF;
    gap: 33px;
    padding: 0 45px 0 20px;
    align-items: center; }
    footer .form-container .wpcf7 {
      margin-top: 30px; }
    footer .form-container form {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 29px; }
      footer .form-container form .fields-wrapper {
        display: flex;
        gap: 21px; }
        footer .form-container form .fields-wrapper input {
          height: 47px;
          background-color: #EFEFEF;
          border: none;
          outline: none;
          color: #111111;
          font-size: 15px;
          border-radius: 0px;
          font-weight: 300;
          padding: 10px 21px 9px 20px; }
          footer .form-container form .fields-wrapper input[type="text"] {
            width: 335px; }
          footer .form-container form .fields-wrapper input[type="email"] {
            flex-grow: 1; }
          footer .form-container form .fields-wrapper input::placeholder {
            color: #111111; }
          footer .form-container form .fields-wrapper input:focus {
            box-shadow: 0 0 0 2px #e68611; }
        footer .form-container form .fields-wrapper button, footer .form-container form .fields-wrapper input.wpcf7-submit {
          background-color: #F08040;
          border: none;
          outline: none;
          padding: 5px 27px 8px 28px;
          font-weight: 400;
          color: #111111;
          font-size: 20px;
          cursor: pointer;
          border-radius: 40px; }
          footer .form-container form .fields-wrapper button:hover, footer .form-container form .fields-wrapper input.wpcf7-submit:hover {
            opacity: .7; }
    footer .form-container .wpcf7 form .wpcf7-response-output {
      margin: -5px 0 10px;
      text-align: center;
      padding: 15px; }
    footer .form-container .wpcf7-not-valid-tip {
      font-size: 14px; }
  footer .row .polit {
    max-width: fit-content;
    color: white;
    font-size: 20px;
    margin-left: 100px;
    line-height: 2;
    padding: 0 16px;
    display: block;
    margin-top: 40px; }
  footer .row ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px; }
    footer .row ul a {
      color: white;
      font-size: 22px;
      line-height: 40px;
      white-space: nowrap; }
  footer .social-links {
    margin-top: 40px;
    display: flex;
    padding-left: 84px; }
    footer .social-links a {
      padding: 8px 18px; }
      footer .social-links a i {
        color: white;
        font-size: 24px; }
      footer .social-links a:not(:last-child) {
        border-right: 1px solid white; }
      footer .social-links a:hover i {
        transform: translateY(-2px);
        color: #F08040; }
  footer .copy {
    margin-top: 47px; }
    footer .copy p {
      font-size: 14px;
      margin-bottom: 0; }
      footer .copy p a {
        color: white; }
        footer .copy p a:hover {
          color: #F08040; }
  footer a:hover {
    color: #F08040 !important; }

@media screen and (max-width: 1380px) {
  .container {
    max-width: 1170px; }

  .main-bg {
    padding: 80px 0 58px; }
    .main-bg h1 {
      font-size: 48px;
      line-height: 52px; }

  .floating-btn {
    bottom: 20px;
    right: 20px; }

  .links-section div {
    height: 400px; }
    .links-section div a {
      padding: 28px 35px;
      font-size: 30px; }

  header a.brand img {
    max-width: 190px; }
  header nav.nav-menu ul li a {
    padding: 10px 12px; }

  .about-section {
    padding: 90px 0; }
    .about-section .container img {
      max-width: 420px;
      left: -70px;
      top: -85px; }

  section {
    padding: 80px 0 !important; }

  .products-section .sobre .content-wrapper .text-box {
    padding: 39px 58px; }

  .products-grid .product h3 {
    font-size: 24px;
    margin: 20px 0 17px; }

  .video2-section .titles-wrapper {
    margin-bottom: 100px; }

  .text-section {
    height: 600px; }
    .text-section .container h2 {
      font-size: 40px;
      line-height: 46px; }

  .top-header {
    height: 200px; } }
@media screen and (max-width: 900px) {
  header {
    padding: 50px 10px 20px; }

  .main-bg {
    padding-bottom: 120px !important; }
    .main-bg h1 {
      font-size: 36px;
      line-height: 44px; }

  .floating-btn {
    right: 10px;
    bottom: 10px; }
    .floating-btn .square {
      max-width: 92px;
      padding: 7px 7px 10px; }
    .floating-btn img:not(.whatsapp img) {
      max-width: 82px; }

  .links-section {
    flex-direction: column; }
    .links-section div {
      width: 100%;
      height: 330px; }

  .about-section .container {
    display: block; }
    .about-section .container img {
      display: none; }
    .about-section .container .content-wrapper {
      padding: 40px 20px 20px; }

  .inner-about h3 {
    white-space: wrap;
    width: 100%;
    max-width: 100%;
    font-size: 22px;
    text-align: center; }

  .products-section .slider-wrapper, .products-section .sobre {
    flex-direction: column; }
  .products-section .sobre {
    margin-top: 65px; }
    .products-section .sobre .content-wrapper {
      max-width: 100%; }
      .products-section .sobre .content-wrapper:nth-child(2) .text-box {
        order: 2; }
      .products-section .sobre .content-wrapper:nth-child(2) img {
        order: 1; }
      .products-section .sobre .content-wrapper .text-box {
        padding: 30px 20px; }
        .products-section .sobre .content-wrapper .text-box h3 {
          margin-bottom: 22px; }

  .pdp-section .product-wrapper {
    flex-direction: column;
    gap: 36px; }
  .pdp-section .prod-image {
    height: 380px;
    max-width: 380px; }

  .product-desc {
    padding: 40px 0 !important; }

  .pills-flex {
    flex-wrap: wrap; }

  .product-desc .left {
    margin-top: 32px;
    padding-left: 16px !important; }

  .related-prod .products-grid {
    grid-template-columns: 1fr; }

  .filter-trigger {
    background-color: #F08040;
    border: none;
    color: white;
    border-radius: 16px;
    padding: 8px 16px; }

  .product-listing h2 {
    margin-bottom: 24px; }
  .product-listing .products-grid {
    grid-template-columns: 1fr; }

  .filters {
    height: 100vh;
    overflow: auto;
    top: 0;
    padding: 20px;
    z-index: 1000;
    position: fixed;
    background-color: #EFEFEF;
    transform: translateX(-106%);
    transition: all .2s ease-in-out; }
    .filters .filter-trigger {
      color: #111;
      background-color: transparent;
      margin-left: auto;
      margin-bottom: 24px; }
    .filters.active {
      transform: translateX(-15px); }

  .products-wrapper {
    flex-direction: column; }

  .cta-section .title-wrapper {
    padding: 40px 30px 60px 17px; }
    .cta-section .title-wrapper h2 {
      font-size: 32px; }
    .cta-section .title-wrapper p {
      font-size: 22px;
      line-height: 28px; }
  .cta-section .cta-wrapper {
    flex-direction: column; }
    .cta-section .cta-wrapper img {
      max-width: 100%; }
    .cta-section .cta-wrapper .content {
      padding: 55px 20px; }
  .cta-section .last-call {
    padding: 20px 30px;
    gap: 10px; }

  .video-section .wrapper {
    flex-direction: column;
    gap: 50px; }
    .video-section .wrapper h2 {
      font-size: 44px;
      line-height: 50px; }
  .video-section .testimonials {
    margin-top: 50px;
    flex-direction: column;
    gap: 15px; }
    .video-section .testimonials .testimonial {
      width: 100%;
      flex-direction: column; }

  .hero-about .container h1 {
    font-size: 48px; }

  .video2-section {
    padding: 40px 0 !important; }
    .video2-section .titles-wrapper {
      gap: 16px;
      margin-bottom: 50px;
      flex-direction: column; }
      .video2-section .titles-wrapper h2 {
        font-size: 44px; }

  footer .social-links {
    padding-left: 0;
    justify-content: center; }
  footer .row ul {
    padding: 0; }
  footer .row .polit {
    margin-left: 0;
    padding: 0; }
  footer .form-container {
    flex-direction: column;
    padding: 0; }
    footer .form-container form {
      flex-direction: column; }
      footer .form-container form h3 {
        text-align: center; }
      footer .form-container form .fields-wrapper {
        flex-direction: column;
        margin-bottom: 16px; }
        footer .form-container form .fields-wrapper input[type="text"] {
          width: 100%; }

  .datas-section .container .flex-years {
    flex-direction: column; }
    .datas-section .container .flex-years .year-wrapper {
      width: 100%;
      height: unset;
      padding: 16px 0;
      border-top: none; }
      .datas-section .container .flex-years .year-wrapper h3 {
        margin-bottom: 16px; }
      .datas-section .container .flex-years .year-wrapper br {
        display: none; }
      .datas-section .container .flex-years .year-wrapper:first-child {
        flex-direction: column;
        align-items: start; }
        .datas-section .container .flex-years .year-wrapper:first-child ul {
          max-width: 100%; }
      .datas-section .container .flex-years .year-wrapper:nth-child(odd):not(:first-child) {
        margin-top: 0; }
      .datas-section .container .flex-years .year-wrapper:nth-child(2) {
        margin-top: 0; }
      .datas-section .container .flex-years .year-wrapper:nth-child(10) img {
        display: none; }
  .datas-section .container .oleo {
    display: none; }

  .text-section {
    height: unset; }
    .text-section .container {
      align-items: center; }
      .text-section .container h2 {
        font-size: 30px;
        line-height: 36px;
        text-align: center; }

  .solutions-section {
    padding: 40px 0 !important; }
    .solutions-section h2 {
      font-size: 40px;
      line-height: 42px; }
    .solutions-section .solutions-grid {
      grid-template-columns: 1fr; }
      .solutions-section .solutions-grid .solution-wrapper {
        padding: 44px 29px;
        gap: 27px;
        flex-direction: column; }

  .regioes-section .container {
    flex-direction: column; }
    .regioes-section .container .cont {
      gap: 25px; }
      .regioes-section .container .cont h2 {
        font-size: 40px;
        line-height: 46px; }

  .main-hero {
    height: 300px;
    padding: 0 0 40px !important; }

  .main-hero h1 {
    font-size: 38px; }

  .video-container button.play {
    width: 71px;
    height: 64px; }

  .contact-section {
    padding: 40px 0 !important; }
    .contact-section .contact-wrapper {
      flex-direction: column;
      gap: 35px; }
    .contact-section .tel {
      font-size: 30px; }
    .contact-section .mail {
      font-size: 18px; }
    .contact-section .info {
      font-size: 18px;
      line-height: 22px; }
    .contact-section .cta-contact {
      padding: 36px 25px;
      flex-direction: column; }
      .contact-section .cta-contact h2 {
        font-size: 30px;
        line-height: 33px; }
      .contact-section .cta-contact p {
        font-size: 24px;
        line-height: 28px; }

  form.contact-form .text-fields {
    gap: 8px;
    grid-template-columns: 1fr; } }

/*# sourceMappingURL=styles.css.map */
