@charset "UTF-8";
/** Efeito Parallax **/
@import 'bootstrap.min.css';
.parallax {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.object-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  justify-content: center;
}

.speed-1 {
  transform: translateZ(-1px) scale(2);
}

.speed-2 {
  transform: translateZ(-2px) scale(3);
}

.speed-3 {
  transform: translateZ(-3px) scale(4);
}

.speed-4 {
  transform: translateZ(-4px) scale(5);
}

.speed-5 {
  transform: translateZ(-5px) scale(6);
}

.speed-6 {
  transform: translateZ(-6px) scale(7);
}

/********** DEFINIÇÕES GLOBAIS **********/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #014078;
  --transparent-primary: rgba(1, 64, 120, 0.8);
  --secondary: #419ef1;
  --terciary: #343434;
  --hover-dark: #fff;
  --light: #fff;
  --light-transparent: rgba(255, 255, 255, 0.7);
  --dark-transparent: rgba(52, 52, 52, 0.5);
  --dark: rgba(52, 52, 52, 1.0);
  --title-font: "Bebas Neue", sans-serif;
  --menu-font: "Barlow Condensed";
  --banner-title: "Barlow";
  --banner-subtitle: "Barlow Light";
  --alt-title-font: "Bebas Neue" !important;
  --content-font: "Barlow";
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
  width: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font) !important;
  text-transform: uppercase;
  font-style: normal;
  font-stretch: condensed;
}

h1 {
  font-size: 3rem;
  font-weight: 500;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2.3rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.8rem;
}

p {
  font-family: var(--content-font);
  font-size: 1.2rem;
  font-weight: 400 !important;
  font-stretch: condensed;
  text-align: justify;
  font-style: oblique;
}

hr {
  border-top: 4px solid !important;
}

.title-module {
  text-align: center !important;
  padding: 0 3rem 1rem 3rem;
}
.title-module hr:first-child {
  width: 20% !important;
  margin: 1.5rem 0 0 0 !important;
  float: left !important;
  opacity: 1 !important;
}
.title-module hr:last-of-type {
  width: 20% !important;
  margin-top: 1.5rem !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  float: right !important;
  opacity: 1 !important;
}

a {
  font-family: var(--title-font);
  font-size: 1.5rem;
  font-weight: 400 !important;
  text-decoration: none !important;
  color: var(--light);
  transition: 0.5s;
}

a:hover {
  color: var(--hover-dark);
  transition: 0.5s;
}

/** Plugin Acessibilidade **/
body .uwy.userway_p1 .userway_buttons_wrapper {
  top: auto !important;
  right: auto !important;
  bottom: 9.5rem !important;
  left: calc(100vw - 21px) !important;
  transform: translate(-100%) !important;
}

/*** BUTTONS ***/
.btn {
  font-weight: normal;
  transition: 0.8s;
}

.btn-fixed-side {
  border: solid 2px var(--light);
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.btn.btn-primary,
.btn.btn-outline-primary {
  font-family: var(--alt-title-font);
  font-weight: normal;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: var(--light);
  background: var(--primary);
  border-color: var(--primary);
  text-shadow: none !important;
}
.btn.btn-primary .rounded-circle,
.btn.btn-outline-primary:hover .rounded-circle {
  background: var(--primary) !important;
  transition: 0.8s;
}
.btn.btn-primary i,
.btn.btn-outline-primary:hover i {
  color: var(--light);
  transition: 0.8s;
}

.btn.btn-primary:hover {
  color: var(--primary);
  background-color: var(--light);
  border-color: var(--primary);
  text-shadow: none;
}
.btn.btn-primary:hover .rounded-circle {
  background: var(--primary) !important;
  transition: 0.8s;
}
.btn.btn-primary:hover i {
  color: var(--secondary);
  transition: 0.8s;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** BOTÃO WHATSAPP ***/
.bt-Whatsapp {
  border: solid 2px var(--light);
  width: 130px !important;
  height: 130px !important;
  border-radius: 130px;
  position: fixed;
  right: 15px;
  bottom: 2%;
  z-index: 9999;
  background: green;
  transition: 0.8s;
}
.bt-Whatsapp i {
  font-size: 2rem;
  font-weight: bolder;
  color: var(--light);
  line-height: 2.6rem;
  transition: 0.8s;
}
.bt-Whatsapp h2 {
  font-size: 1.5rem;
  font-weight: normal;
  font-family: var(--alt-title-font);
  color: var(--light);
  line-height: 1.3rem;
  transition: 0.8s;
  text-align: center;
}
.bt-Whatsapp p {
  margin-top: -5px;
  font-size: 1rem;
  font-weight: bold !important;
  font-family: var(--content-font);
  color: var(--light);
  line-height: 1rem;
  transition: 0.8s;
  text-align: center !important;
}

.bt-Whatsapp:hover {
  transform: scale(1.2);
  transition: 0.8s;
  background: green;
  border: solid 2px lawngreen;
}
.bt-Whatsapp:hover i {
  color: lawngreen;
  font-weight: bolder;
  transition: 0.8s;
}
.bt-Whatsapp:hover h2 {
  color: lawngreen;
  transition: 0.8s;
}
.bt-Whatsapp:hover p {
  color: lawngreen;
  font-weight: bolder;
  transition: 0.8s;
  text-align: center;
}

/*** FIM BOTÃO WHATSAPP ***/
/*** FIM BUTTONS ***/
/********** FIM DEFINIÇÕES GLOBAIS **********/
/*** QUEM SOMOS ***/
#quem-somos {
  background: url(../img/bg-quem-somos.png);
  background-attachment: fixed;
  background-size: cover;
  margin-top: -3.7rem !important;
  padding: 3rem 0;
}
#quem-somos .main-title img {
  text-align: center;
}
#quem-somos .main-title h1 {
  margin-top: 3rem;
  color: var(--primary) !important;
  font-family: "Bebas Neue" !important;
  font-size: 4rem !important;
  font-weight: lighter !important;
  font-style: normal;
  text-align: center;
  -webkit-text-stroke: 1px var(--light) !important;
  -webkit-text-fill-color: var(--primary) !important;
  text-shadow: var(--dark-transparent) 2px 2px 2px !important;
}
#quem-somos .main-title h3 {
  color: var(--primary);
  font-family: "Bebas Neue" !important;
  font-size: 3rem !important;
  font-weight: lighter !important;
  font-style: normal;
  text-align: center;
  -webkit-text-stroke: 0 !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: var(--dark-transparent) 2px 2px 2px !important;
}
#quem-somos .item-quem-somos h1 {
  color: var(--primary) !important;
  font-family: "Bebas Neue" !important;
  line-height: 5rem;
  font-size: 4rem;
  font-weight: normal !important;
  font-style: normal;
  text-align: center;
  -webkit-text-stroke: 1px var(--light) !important;
  -webkit-text-fill-color: var(--primary) !important;
  text-shadow: var(--dark-transparent) 2px 2px 2px !important;
  padding: 1rem 0 0 0;
}
#quem-somos .item-quem-somos p {
  color: var(--primary);
  font-size: 1.1rem;
  font-weight: 500 !important;
  text-align: justify;
  text-shadow: inherit !important;
}
#quem-somos .item-quem-somos i {
  font-size: 9rem !important;
  line-height: 8rem;
  color: var(--dark) !important;
  transform: scale(1) !important;
  transition: 0.8s;
}
#quem-somos .item-quem-somos i:hover {
  transform: scale(1.2) !important;
  transition: 0.8s;
}
#quem-somos .img-fluid {
  margin-left: -12px;
  height: -moz-fit-content !important;
  height: fit-content !important;
  height: -webkit-fill-available !important;
  border-right: solid 5px var(--light) !important;
}
#quem-somos .gallery-row {
  margin: 0 auto !important;
}
#quem-somos .galeria-mini img {
  width: 110%;
  margin: 0 0 2px 0px;
}

/*** QUEM SOMOS END ***/
/*** CONTATO ***/
#contato {
  margin-top: -3.7rem !important;
  padding: 3rem 0;
  background: url("../img/bg-contato.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#contato .justify-content-center {
  justify-content: center !important;
  margin: 0 auto !important;
  text-align: center;
}
#contato i {
  padding: 0 0 25px 0 !important;
}
#contato .main-title img {
  text-align: center;
}
#contato .main-title h1 {
  margin-top: 3rem;
  color: var(--light);
  font-family: "Bebas Neue" !important;
  font-size: 4rem !important;
  font-weight: lighter !important;
  font-style: normal;
  text-align: center;
  -webkit-text-stroke: 0 !important;
  -webkit-text-fill-color: var(--light) !important;
  text-shadow: var(--dark) 2px 2px 2px !important;
}
#contato .main-title h3 {
  color: var(--light);
  font-family: "Bebas Neue" !important;
  font-size: 3rem !important;
  font-weight: lighter !important;
  font-style: normal;
  text-align: center;
  -webkit-text-stroke: 0 !important;
  -webkit-text-fill-color: var(--light) !important;
  text-shadow: var(--dark) 2px 2px 2px !important;
}
#contato .main-title .subfrase {
  background: transparent;
}
#contato .main-title p {
  color: var(--light);
  font-weight: normal;
  text-align: center;
  text-shadow: var(--dark) 2px 2px 2px;
}
#contato .img-position-absolute {
  position: absolute;
  right: 0;
  margin-top: -24rem;
}
#contato .bt-contato {
  margin: 5rem 0 3rem 0;
  transform: scale(1) !important;
  transition: 0.8s;
}
#contato .bt-contato i {
  padding: 0 0 25px 0 !important;
  transform: scale(1) !important;
  transition: 0.8s;
  color: var(--dark) !important;
}
#contato .bt-contato h1 {
  color: var(--light);
  font-family: "Bebas Neue" !important;
  line-height: 10px;
  font-size: 3rem;
  font-weight: lighter !important;
  font-style: normal;
  text-align: center;
  -webkit-text-stroke: 0px var(--primary) !important;
  -webkit-text-fill-color: var(--light) !important;
  text-shadow: var(--dark) 2px 2px 2px !important;
}
#contato .bt-contato h3 {
  color: var(--light) !important;
  font-family: var(--alt-title-font);
  line-height: 10px;
  font-family: "Bebas Neue" !important;
  font-weight: lighter !important;
  font-style: normal;
  text-align: center;
  -webkit-text-fill-color: var(--light) !important;
}
#contato .bt-contato p {
  line-height: 45px;
  font-family: var(--content-font);
  color: var(--light);
  font-weight: normal;
  text-align: center !important;
  font-size: 1rem;
  text-shadow: var(--dark) 2px 2px 2px;
}
#contato .bt-contato:hover {
  transform: scale(1.2) !important;
  transition: 0.8s;
}
#contato .bt-contato:hover i {
  transform: scale(1.2) !important;
  transition: 0.8s;
}
#contato .mapa {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 1rem !important;
  padding-left: 0 !important;
}

/*** FIM CONTATO ***/
/*** DEFINIÇÕES MOBILE ***/
@media (max-width: 575px) {
  .ocultar-mobile {
    display: none !important;
  }
  h1 {
    font-size: 2rem !important;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2.3rem;
  }
  h5 {
    font-size: 2rem;
  }
  h6 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1rem !important;
  }
  .title-module {
    font-weight: 500 !important;
  }
  .title-module hr:first-child {
    width: 20% !important;
    margin: 1.5rem 0 0 0 !important;
    float: left !important;
    opacity: 1 !important;
  }
  .title-module hr:last-of-type {
    width: 20% !important;
    margin-top: 1.5rem !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    float: right !important;
    opacity: 1 !important;
  }
  img {
    width: 100% !important;
    margin: 0 0 0px 0px !important;
  }
  .mobile-politica {
    margin: 0 3% !important;
  }
  #empresa {
    background: var(--primary) !important;
    background-attachment: fixed;
    background-size: contain !important;
  }
  #empresa .galeria-mini img {
    width: 95% !important;
    margin: 0 10px 10px 10px !important;
    border: solid 2px #fff !important;
  }
  /*** PRODUTOS ***/
  #produtos .galeria-mini a img {
    height: 320px;
  }
  /*** PRODUTOS END ***/
  /*** SUSTENTABILIDADE ***/
  #sustentabilidade .img-fluid-no-fill {
    width: 100%;
    margin-left: 0;
    height: auto !important;
  }
  #sustentabilidade article {
    border: solid 5px var(--light);
    border-radius: 10% 0 !important;
    margin-left: 10px;
    margin-right: 10px;
  }
  #sustentabilidade article .icon-card {
    margin: -90px 0 0 30% !important;
  }
  #sustentabilidade .img-right {
    margin-right: 0 !important;
  }
  #sustentabilidade .bloco-right {
    padding: 0;
  }
  #sustentabilidade .bloco-right h1 {
    padding-top: 10%;
  }
  #sustentabilidade .bloco-right h3 {
    padding: 5% 0 0 0;
    color: var(--light);
    text-align: center;
  }
  #sustentabilidade .bloco-right hr {
    width: 15%;
    color: var(--light);
    margin: 1.5rem 10px 0 -25px;
    float: left;
    opacity: 1;
  }
  #sustentabilidade .bloco-right .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
    padding: 10px 10px 10px 0;
    border-top: solid 5px var(--light);
    border-bottom: solid 5px var(--light);
    border-right: solid 5px var(--light);
    border-radius: 0 100% 100% 0;
    margin-top: 10%;
  }
  #sustentabilidade .bloco-left {
    padding: 0 !important;
  }
  #sustentabilidade .bloco-left h1 {
    padding-top: 10%;
    padding-right: 0;
    text-align: center !important;
    width: 100%;
    font-size: 1.7rem !important;
  }
  #sustentabilidade .bloco-left h3 {
    padding: 3% 0 0 5%;
    color: var(--light);
    text-align: center;
  }
  #sustentabilidade .bloco-left hr {
    margin: 1rem -20px 0 10px !important;
  }
  #sustentabilidade .bloco-left .img-fluid {
    margin-left: 24px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
    padding: 10px 0 10px 10px;
    border-top: solid 5px var(--light);
    border-bottom: solid 5px var(--light);
    border-left: solid 5px var(--light);
    border-radius: 100% 0 0 100%;
  }
  /*** SUSTENTABILIDADE END ***/
  /*** CONTATO ***/
  #contato {
    display: block;
    background: url("../img/bg-contato.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #contato span {
    padding-left: 25px;
  }
  #contato hr {
    width: 15%;
    color: var(--primary);
    margin: 3.5% 10px 0 0 !important;
    float: left;
    opacity: 1;
  }
  #contato iframe {
    padding: 15px 15px 15px 15px !important;
    margin: 0 auto 0 auto !important;
    width: 86%;
  }
  /*** CONTATO END ***/
}
@media (min-width: 576px) and (max-width: 767px) {
  .ocultar-pc {
    display: none !important;
  }
  .ocultar-mobile {
    display: inherit !important;
  }
  h1 {
    font-size: 2rem;
  }
  .title-module hr:first-child {
    width: 20% !important;
    margin: 1.2rem 0 0 0 !important;
    float: left !important;
    opacity: 1 !important;
  }
  .title-module hr:last-of-type {
    width: 20% !important;
    margin-top: 1.2rem !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    float: right !important;
    opacity: 1 !important;
  }
  /*** EMPRESA ***/
  #empresa {
    background: var(--primary) !important;
  }
  #empresa h1,
  #empresa p {
    color: var(--light);
  }
  #empresa h1 {
    font-size: 2rem;
    padding-top: 0 !important;
  }
  #empresa .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
    border-right: solid 5px var(--light);
  }
  /*** EMPRESA END ***/
  /*** PRODUTOS ***/
  #produtos {
    background: var(--light);
    padding-top: 3rem !important;
  }
  #produtos h1,
  #produtos p {
    color: var(--primary);
  }
  #produtos p {
    text-align: justify;
    font-family: var(--content-font);
    font-size: 1.2rem;
    font-weight: 300;
    font-stretch: condensed;
  }
  #produtos hr {
    color: var(--primary);
  }
  #produtos .galeria-mini a img {
    height: 320px;
  }
  #produtos .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
  }
  /*** PRODUTOS END ***/
  /*** SUSTENTABILIDADE ***/
  #sustentabilidade article {
    border: solid 5px var(--light);
    border-radius: 10% 0 !important;
    padding: 50px 30px 20px 30px;
    margin: 40px 23px 40px 0px;
  }
  #sustentabilidade article .icon-card {
    margin: -90px 0 0 40% !important;
  }
  #sustentabilidade .bloco-left .img-fluid {
    margin-left: 75% !important;
  }
  /*** SUSTENTABILIDADE END ***/
  /*** CONTATO ***/
  #contato {
    background: url("../img/bg-contato.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #contato iframe {
    padding: 15px 15px 15px 15px !important;
    border-radius: 0 0 0 0 !important;
    margin: 0 auto 0 auto !important;
    width: 100%;
  }
  /*** CONTATO END ***/
}
@media (min-width: 768px) and (max-width: 991px) {
  .ocultar-pc {
    display: none !important;
  }
  .ocultar-mobile {
    display: inherit !important;
  }
  h1 {
    font-size: 2rem;
  }
  .title-module hr:first-child {
    width: 20% !important;
    margin: 1.2rem 0 0 0 !important;
    float: left !important;
    opacity: 1 !important;
  }
  .title-module hr:last-of-type {
    width: 20% !important;
    margin-top: 1.2rem !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    float: right !important;
    opacity: 1 !important;
  }
  /*** EMPRESA ***/
  #empresa {
    background: var(--primary) !important;
  }
  #empresa h1,
  #empresa p {
    color: var(--light);
  }
  #empresa h1 {
    font-size: 2rem;
    padding-top: 0 !important;
  }
  #empresa .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
    border-right: solid 5px var(--light);
  }
  /*** EMPRESA END ***/
  /*** PRODUTOS ***/
  #produtos {
    background: var(--light);
    padding-top: 3rem !important;
  }
  #produtos h1,
  #produtos p {
    color: var(--primary);
  }
  #produtos p {
    text-align: justify;
    font-family: var(--content-font);
    font-size: 1.2rem;
    font-weight: 300;
    font-stretch: condensed;
  }
  #produtos hr {
    color: var(--primary);
  }
  #produtos .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
  }
  /*** PRODUTOS END ***/
  /*** SUSTENTABILIDADE ***/
  #sustentabilidade article {
    border: solid 5px var(--light);
    border-radius: 10% 0 !important;
    padding: 50px 30px 20px 30px;
    margin: 40px 23px 40px 0px;
  }
  #sustentabilidade article .icon-card {
    margin: -90px 0 0 40% !important;
  }
  #sustentabilidade .bloco-left .img-fluid {
    margin-left: 75% !important;
  }
  /*** SUSTENTABILIDADE END ***/
  /*** CONTATO ***/
  #contato {
    background: url("../img/bg-contato.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #contato iframe {
    padding: 15px 15px 15px 15px !important;
    border-radius: 0 0 0 0 !important;
    margin: 0 auto 0 auto !important;
    width: 100%;
  }
  /*** CONTATO END ***/
}
/*** FIM DEFINIÇÕES MOBILE ***/
@media (min-width: 992px) and (max-width: 1199px) {
  .ocultar-pc {
    display: none !important;
  }
  .ocultar-mobile {
    display: inherit !important;
  }
  /*** SUSTENTABILIDADE ***/
  #sustentabilidade article {
    border: solid 5px var(--light);
    border-radius: 10% 0 !important;
    padding: 50px 30px 20px 30px;
    margin: 40px 23px 40px 0px;
  }
  #sustentabilidade article h4 {
    font-size: 1.5rem;
  }
  #sustentabilidade article p {
    font-size: 0.9rem;
  }
  #sustentabilidade article .icon-card {
    margin: -90px 25% 0 25% !important;
  }
  #sustentabilidade .bloco-left .img-fluid {
    margin-right: -10% !important;
  }
  /*** SUSTENTABILIDADE END ***/
  /*** CONTATO ***/
  #contato {
    background: url("../img/bg-contato.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #contato h1 {
    font-size: 2.5rem;
  }
  #contato hr {
    width: 15%;
    color: var(--primary);
    margin: 4.5% 10px 0 -89px !important;
    float: left;
    opacity: 1;
  }
  #contato iframe {
    padding: 15px 15px 15px 15px !important;
    border-radius: 0 0 0 0 !important;
    margin: 0 auto 0 auto !important;
    width: 87%;
  }
  /*** CONTATO END ***/
}
@media (min-width: 1200px) {
  .ocultar-pc {
    display: none !important;
  }
}
/** Efeito Parallax **/
.parallax {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.object-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  justify-content: center;
}

.speed-1 {
  transform: translateZ(-1px) scale(2);
}

.speed-2 {
  transform: translateZ(-2px) scale(3);
}

.speed-3 {
  transform: translateZ(-3px) scale(4);
}

.speed-4 {
  transform: translateZ(-4px) scale(5);
}

.speed-5 {
  transform: translateZ(-5px) scale(6);
}

.speed-6 {
  transform: translateZ(-6px) scale(7);
}

/** Efeito Parallax **/
.parallax {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.object-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  justify-content: center;
}

.speed-1 {
  transform: translateZ(-1px) scale(2);
}

.speed-2 {
  transform: translateZ(-2px) scale(3);
}

.speed-3 {
  transform: translateZ(-3px) scale(4);
}

.speed-4 {
  transform: translateZ(-4px) scale(5);
}

.speed-5 {
  transform: translateZ(-5px) scale(6);
}

.speed-6 {
  transform: translateZ(-6px) scale(7);
}

/** Efeito Parallax **/
.parallax {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.object-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  justify-content: center;
}

.speed-1 {
  transform: translateZ(-1px) scale(2);
}

.speed-2 {
  transform: translateZ(-2px) scale(3);
}

.speed-3 {
  transform: translateZ(-3px) scale(4);
}

.speed-4 {
  transform: translateZ(-4px) scale(5);
}

.speed-5 {
  transform: translateZ(-5px) scale(6);
}

.speed-6 {
  transform: translateZ(-6px) scale(7);
}

/********** DEFINIÇÕES GLOBAIS **********/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #014078;
  --transparent-primary: rgba(1, 64, 120, 0.8);
  --secondary: #419ef1;
  --terciary: #343434;
  --hover-dark: #fff;
  --light: #fff;
  --light-transparent: rgba(255, 255, 255, 0.7);
  --dark-transparent: rgba(52, 52, 52, 0.5);
  --dark: rgba(52, 52, 52, 1.0);
  --title-font: "Bebas Neue", sans-serif;
  --menu-font: "Barlow Condensed";
  --banner-title: "Barlow";
  --banner-subtitle: "Barlow Light";
  --alt-title-font: "Bebas Neue" !important;
  --content-font: "Barlow";
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
  width: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font) !important;
  text-transform: uppercase;
  font-style: normal;
  font-stretch: condensed;
}

h1 {
  font-size: 3rem;
  font-weight: 500;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2.3rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.8rem;
}

p {
  font-family: var(--content-font);
  font-size: 1.2rem;
  font-weight: 400 !important;
  font-stretch: condensed;
  text-align: justify;
  font-style: oblique;
}

hr {
  border-top: 4px solid !important;
}

.title-module {
  text-align: center !important;
  padding: 0 3rem 1rem 3rem;
}
.title-module hr:first-child {
  width: 20% !important;
  margin: 1.5rem 0 0 0 !important;
  float: left !important;
  opacity: 1 !important;
}
.title-module hr:last-of-type {
  width: 20% !important;
  margin-top: 1.5rem !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  float: right !important;
  opacity: 1 !important;
}

a {
  font-family: var(--title-font);
  font-size: 1.5rem;
  font-weight: 400 !important;
  text-decoration: none !important;
  color: var(--light);
  transition: 0.5s;
}

a:hover {
  color: var(--hover-dark);
  transition: 0.5s;
}

/** Plugin Acessibilidade **/
body .uwy.userway_p1 .userway_buttons_wrapper {
  top: auto !important;
  right: auto !important;
  bottom: 9.5rem !important;
  left: calc(100vw - 21px) !important;
  transform: translate(-100%) !important;
}

/*** BUTTONS ***/
.btn {
  font-weight: normal;
  transition: 0.8s;
}

.btn-fixed-side {
  border: solid 2px var(--light);
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.btn.btn-primary,
.btn.btn-outline-primary {
  font-family: var(--alt-title-font);
  font-weight: normal;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: var(--light);
  background: var(--primary);
  border-color: var(--primary);
  text-shadow: none !important;
}
.btn.btn-primary .rounded-circle,
.btn.btn-outline-primary:hover .rounded-circle {
  background: var(--primary) !important;
  transition: 0.8s;
}
.btn.btn-primary i,
.btn.btn-outline-primary:hover i {
  color: var(--light);
  transition: 0.8s;
}

.btn.btn-primary:hover {
  color: var(--primary);
  background-color: var(--light);
  border-color: var(--primary);
  text-shadow: none;
}
.btn.btn-primary:hover .rounded-circle {
  background: var(--primary) !important;
  transition: 0.8s;
}
.btn.btn-primary:hover i {
  color: var(--secondary);
  transition: 0.8s;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** BOTÃO WHATSAPP ***/
.bt-Whatsapp {
  border: solid 2px var(--light);
  width: 130px !important;
  height: 130px !important;
  border-radius: 130px;
  position: fixed;
  right: 15px;
  bottom: 2%;
  z-index: 9999;
  background: green;
  transition: 0.8s;
}
.bt-Whatsapp i {
  font-size: 2rem;
  font-weight: bolder;
  color: var(--light);
  line-height: 2.6rem;
  transition: 0.8s;
}
.bt-Whatsapp h2 {
  font-size: 1.5rem;
  font-weight: normal;
  font-family: var(--alt-title-font);
  color: var(--light);
  line-height: 1.3rem;
  transition: 0.8s;
  text-align: center;
}
.bt-Whatsapp p {
  margin-top: -5px;
  font-size: 1rem;
  font-weight: bold !important;
  font-family: var(--content-font);
  color: var(--light);
  line-height: 1rem;
  transition: 0.8s;
  text-align: center !important;
}

.bt-Whatsapp:hover {
  transform: scale(1.2);
  transition: 0.8s;
  background: green;
  border: solid 2px lawngreen;
}
.bt-Whatsapp:hover i {
  color: lawngreen;
  font-weight: bolder;
  transition: 0.8s;
}
.bt-Whatsapp:hover h2 {
  color: lawngreen;
  transition: 0.8s;
}
.bt-Whatsapp:hover p {
  color: lawngreen;
  font-weight: bolder;
  transition: 0.8s;
  text-align: center;
}

/*** FIM BOTÃO WHATSAPP ***/
/*** FIM BUTTONS ***/
/********** FIM DEFINIÇÕES GLOBAIS **********/
/*** QUEM SOMOS ***/
#quem-somos {
  background: url(../img/bg-quem-somos.png);
  background-attachment: fixed;
  background-size: cover;
  margin-top: -3.7rem !important;
  padding: 3rem 0;
}
#quem-somos .main-title img {
  text-align: center;
}
#quem-somos .main-title h1 {
  margin-top: 3rem;
  color: var(--primary) !important;
  font-family: "Bebas Neue" !important;
  font-size: 4rem !important;
  font-weight: lighter !important;
  font-style: normal;
  text-align: center;
  -webkit-text-stroke: 1px var(--light) !important;
  -webkit-text-fill-color: var(--primary) !important;
  text-shadow: var(--dark-transparent) 2px 2px 2px !important;
}
#quem-somos .main-title h3 {
  color: var(--primary);
  font-family: "Bebas Neue" !important;
  font-size: 3rem !important;
  font-weight: lighter !important;
  font-style: normal;
  text-align: center;
  -webkit-text-stroke: 0 !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: var(--dark-transparent) 2px 2px 2px !important;
}
#quem-somos .item-quem-somos h1 {
  color: var(--primary) !important;
  font-family: "Bebas Neue" !important;
  line-height: 5rem;
  font-size: 4rem;
  font-weight: normal !important;
  font-style: normal;
  text-align: center;
  -webkit-text-stroke: 1px var(--light) !important;
  -webkit-text-fill-color: var(--primary) !important;
  text-shadow: var(--dark-transparent) 2px 2px 2px !important;
  padding: 1rem 0 0 0;
}
#quem-somos .item-quem-somos p {
  color: var(--primary);
  font-size: 1.1rem;
  font-weight: 500 !important;
  text-align: justify;
  text-shadow: inherit !important;
}
#quem-somos .item-quem-somos i {
  font-size: 9rem !important;
  line-height: 8rem;
  color: var(--dark) !important;
  transform: scale(1) !important;
  transition: 0.8s;
}
#quem-somos .item-quem-somos i:hover {
  transform: scale(1.2) !important;
  transition: 0.8s;
}
#quem-somos .img-fluid {
  margin-left: -12px;
  height: -moz-fit-content !important;
  height: fit-content !important;
  height: -webkit-fill-available !important;
  border-right: solid 5px var(--light) !important;
}
#quem-somos .gallery-row {
  margin: 0 auto !important;
}
#quem-somos .galeria-mini img {
  width: 110%;
  margin: 0 0 2px 0px;
}

/*** QUEM SOMOS END ***/
/*** CONTATO ***/
#contato {
  margin-top: -3.7rem !important;
  padding: 3rem 0;
  background: url("../img/bg-contato.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#contato .justify-content-center {
  justify-content: center !important;
  margin: 0 auto !important;
  text-align: center;
}
#contato i {
  padding: 0 0 25px 0 !important;
}
#contato .main-title img {
  text-align: center;
}
#contato .main-title h1 {
  margin-top: 3rem;
  color: var(--light);
  font-family: "Bebas Neue" !important;
  font-size: 4rem !important;
  font-weight: lighter !important;
  font-style: normal;
  text-align: center;
  -webkit-text-stroke: 0 !important;
  -webkit-text-fill-color: var(--light) !important;
  text-shadow: var(--dark) 2px 2px 2px !important;
}
#contato .main-title h3 {
  color: var(--light);
  font-family: "Bebas Neue" !important;
  font-size: 3rem !important;
  font-weight: lighter !important;
  font-style: normal;
  text-align: center;
  -webkit-text-stroke: 0 !important;
  -webkit-text-fill-color: var(--light) !important;
  text-shadow: var(--dark) 2px 2px 2px !important;
}
#contato .main-title .subfrase {
  background: transparent;
}
#contato .main-title p {
  color: var(--light);
  font-weight: normal;
  text-align: center;
  text-shadow: var(--dark) 2px 2px 2px;
}
#contato .img-position-absolute {
  position: absolute;
  right: 0;
  margin-top: -24rem;
}
#contato .bt-contato {
  margin: 5rem 0 3rem 0;
  transform: scale(1) !important;
  transition: 0.8s;
}
#contato .bt-contato i {
  padding: 0 0 25px 0 !important;
  transform: scale(1) !important;
  transition: 0.8s;
  color: var(--dark) !important;
}
#contato .bt-contato h1 {
  color: var(--light);
  font-family: "Bebas Neue" !important;
  line-height: 10px;
  font-size: 3rem;
  font-weight: lighter !important;
  font-style: normal;
  text-align: center;
  -webkit-text-stroke: 0px var(--primary) !important;
  -webkit-text-fill-color: var(--light) !important;
  text-shadow: var(--dark) 2px 2px 2px !important;
}
#contato .bt-contato h3 {
  color: var(--light) !important;
  font-family: var(--alt-title-font);
  line-height: 10px;
  font-family: "Bebas Neue" !important;
  font-weight: lighter !important;
  font-style: normal;
  text-align: center;
  -webkit-text-fill-color: var(--light) !important;
}
#contato .bt-contato p {
  line-height: 45px;
  font-family: var(--content-font);
  color: var(--light);
  font-weight: normal;
  text-align: center !important;
  font-size: 1rem;
  text-shadow: var(--dark) 2px 2px 2px;
}
#contato .bt-contato:hover {
  transform: scale(1.2) !important;
  transition: 0.8s;
}
#contato .bt-contato:hover i {
  transform: scale(1.2) !important;
  transition: 0.8s;
}
#contato .mapa {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 1rem !important;
  padding-left: 0 !important;
}

/*** FIM CONTATO ***/
/*** DEFINIÇÕES MOBILE ***/
@media (max-width: 575px) {
  .ocultar-mobile {
    display: none !important;
  }
  h1 {
    font-size: 2rem !important;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2.3rem;
  }
  h5 {
    font-size: 2rem;
  }
  h6 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1rem !important;
  }
  .title-module {
    font-weight: 500 !important;
  }
  .title-module hr:first-child {
    width: 20% !important;
    margin: 1.5rem 0 0 0 !important;
    float: left !important;
    opacity: 1 !important;
  }
  .title-module hr:last-of-type {
    width: 20% !important;
    margin-top: 1.5rem !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    float: right !important;
    opacity: 1 !important;
  }
  img {
    width: 100% !important;
    margin: 0 0 0px 0px !important;
  }
  .mobile-politica {
    margin: 0 3% !important;
  }
  #empresa {
    background: var(--primary) !important;
    background-attachment: fixed;
    background-size: contain !important;
  }
  #empresa .galeria-mini img {
    width: 95% !important;
    margin: 0 10px 10px 10px !important;
    border: solid 2px #fff !important;
  }
  /*** PRODUTOS ***/
  #produtos .galeria-mini a img {
    height: 320px;
  }
  /*** PRODUTOS END ***/
  /*** SUSTENTABILIDADE ***/
  #sustentabilidade .img-fluid-no-fill {
    width: 100%;
    margin-left: 0;
    height: auto !important;
  }
  #sustentabilidade article {
    border: solid 5px var(--light);
    border-radius: 10% 0 !important;
    margin-left: 10px;
    margin-right: 10px;
  }
  #sustentabilidade article .icon-card {
    margin: -90px 0 0 30% !important;
  }
  #sustentabilidade .img-right {
    margin-right: 0 !important;
  }
  #sustentabilidade .bloco-right {
    padding: 0;
  }
  #sustentabilidade .bloco-right h1 {
    padding-top: 10%;
  }
  #sustentabilidade .bloco-right h3 {
    padding: 5% 0 0 0;
    color: var(--light);
    text-align: center;
  }
  #sustentabilidade .bloco-right hr {
    width: 15%;
    color: var(--light);
    margin: 1.5rem 10px 0 -25px;
    float: left;
    opacity: 1;
  }
  #sustentabilidade .bloco-right .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
    padding: 10px 10px 10px 0;
    border-top: solid 5px var(--light);
    border-bottom: solid 5px var(--light);
    border-right: solid 5px var(--light);
    border-radius: 0 100% 100% 0;
    margin-top: 10%;
  }
  #sustentabilidade .bloco-left {
    padding: 0 !important;
  }
  #sustentabilidade .bloco-left h1 {
    padding-top: 10%;
    padding-right: 0;
    text-align: center !important;
    width: 100%;
    font-size: 1.7rem !important;
  }
  #sustentabilidade .bloco-left h3 {
    padding: 3% 0 0 5%;
    color: var(--light);
    text-align: center;
  }
  #sustentabilidade .bloco-left hr {
    margin: 1rem -20px 0 10px !important;
  }
  #sustentabilidade .bloco-left .img-fluid {
    margin-left: 24px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
    padding: 10px 0 10px 10px;
    border-top: solid 5px var(--light);
    border-bottom: solid 5px var(--light);
    border-left: solid 5px var(--light);
    border-radius: 100% 0 0 100%;
  }
  /*** SUSTENTABILIDADE END ***/
  /*** CONTATO ***/
  #contato {
    display: block;
    background: url("../img/bg-contato.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #contato span {
    padding-left: 25px;
  }
  #contato hr {
    width: 15%;
    color: var(--primary);
    margin: 3.5% 10px 0 0 !important;
    float: left;
    opacity: 1;
  }
  #contato iframe {
    padding: 15px 15px 15px 15px !important;
    margin: 0 auto 0 auto !important;
    width: 86%;
  }
  /*** CONTATO END ***/
}
@media (min-width: 576px) and (max-width: 767px) {
  .ocultar-pc {
    display: none !important;
  }
  .ocultar-mobile {
    display: inherit !important;
  }
  h1 {
    font-size: 2rem;
  }
  .title-module hr:first-child {
    width: 20% !important;
    margin: 1.2rem 0 0 0 !important;
    float: left !important;
    opacity: 1 !important;
  }
  .title-module hr:last-of-type {
    width: 20% !important;
    margin-top: 1.2rem !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    float: right !important;
    opacity: 1 !important;
  }
  /*** EMPRESA ***/
  #empresa {
    background: var(--primary) !important;
  }
  #empresa h1,
  #empresa p {
    color: var(--light);
  }
  #empresa h1 {
    font-size: 2rem;
    padding-top: 0 !important;
  }
  #empresa .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
    border-right: solid 5px var(--light);
  }
  /*** EMPRESA END ***/
  /*** PRODUTOS ***/
  #produtos {
    background: var(--light);
    padding-top: 3rem !important;
  }
  #produtos h1,
  #produtos p {
    color: var(--primary);
  }
  #produtos p {
    text-align: justify;
    font-family: var(--content-font);
    font-size: 1.2rem;
    font-weight: 300;
    font-stretch: condensed;
  }
  #produtos hr {
    color: var(--primary);
  }
  #produtos .galeria-mini a img {
    height: 320px;
  }
  #produtos .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
  }
  /*** PRODUTOS END ***/
  /*** SUSTENTABILIDADE ***/
  #sustentabilidade article {
    border: solid 5px var(--light);
    border-radius: 10% 0 !important;
    padding: 50px 30px 20px 30px;
    margin: 40px 23px 40px 0px;
  }
  #sustentabilidade article .icon-card {
    margin: -90px 0 0 40% !important;
  }
  #sustentabilidade .bloco-left .img-fluid {
    margin-left: 75% !important;
  }
  /*** SUSTENTABILIDADE END ***/
  /*** CONTATO ***/
  #contato {
    background: url("../img/bg-contato.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #contato iframe {
    padding: 15px 15px 15px 15px !important;
    border-radius: 0 0 0 0 !important;
    margin: 0 auto 0 auto !important;
    width: 100%;
  }
  /*** CONTATO END ***/
}
@media (min-width: 768px) and (max-width: 991px) {
  .ocultar-pc {
    display: none !important;
  }
  .ocultar-mobile {
    display: inherit !important;
  }
  h1 {
    font-size: 2rem;
  }
  .title-module hr:first-child {
    width: 20% !important;
    margin: 1.2rem 0 0 0 !important;
    float: left !important;
    opacity: 1 !important;
  }
  .title-module hr:last-of-type {
    width: 20% !important;
    margin-top: 1.2rem !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    float: right !important;
    opacity: 1 !important;
  }
  /*** EMPRESA ***/
  #empresa {
    background: var(--primary) !important;
  }
  #empresa h1,
  #empresa p {
    color: var(--light);
  }
  #empresa h1 {
    font-size: 2rem;
    padding-top: 0 !important;
  }
  #empresa .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
    border-right: solid 5px var(--light);
  }
  /*** EMPRESA END ***/
  /*** PRODUTOS ***/
  #produtos {
    background: var(--light);
    padding-top: 3rem !important;
  }
  #produtos h1,
  #produtos p {
    color: var(--primary);
  }
  #produtos p {
    text-align: justify;
    font-family: var(--content-font);
    font-size: 1.2rem;
    font-weight: 300;
    font-stretch: condensed;
  }
  #produtos hr {
    color: var(--primary);
  }
  #produtos .img-fluid {
    margin-left: -12px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: -webkit-fill-available !important;
  }
  /*** PRODUTOS END ***/
  /*** SUSTENTABILIDADE ***/
  #sustentabilidade article {
    border: solid 5px var(--light);
    border-radius: 10% 0 !important;
    padding: 50px 30px 20px 30px;
    margin: 40px 23px 40px 0px;
  }
  #sustentabilidade article .icon-card {
    margin: -90px 0 0 40% !important;
  }
  #sustentabilidade .bloco-left .img-fluid {
    margin-left: 75% !important;
  }
  /*** SUSTENTABILIDADE END ***/
  /*** CONTATO ***/
  #contato {
    background: url("../img/bg-contato.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #contato iframe {
    padding: 15px 15px 15px 15px !important;
    border-radius: 0 0 0 0 !important;
    margin: 0 auto 0 auto !important;
    width: 100%;
  }
  /*** CONTATO END ***/
}
/*** FIM DEFINIÇÕES MOBILE ***/
@media (min-width: 992px) and (max-width: 1199px) {
  .ocultar-pc {
    display: none !important;
  }
  .ocultar-mobile {
    display: inherit !important;
  }
  /*** SUSTENTABILIDADE ***/
  #sustentabilidade article {
    border: solid 5px var(--light);
    border-radius: 10% 0 !important;
    padding: 50px 30px 20px 30px;
    margin: 40px 23px 40px 0px;
  }
  #sustentabilidade article h4 {
    font-size: 1.5rem;
  }
  #sustentabilidade article p {
    font-size: 0.9rem;
  }
  #sustentabilidade article .icon-card {
    margin: -90px 25% 0 25% !important;
  }
  #sustentabilidade .bloco-left .img-fluid {
    margin-right: -10% !important;
  }
  /*** SUSTENTABILIDADE END ***/
  /*** CONTATO ***/
  #contato {
    background: url("../img/bg-contato.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  #contato h1 {
    font-size: 2.5rem;
  }
  #contato hr {
    width: 15%;
    color: var(--primary);
    margin: 4.5% 10px 0 -89px !important;
    float: left;
    opacity: 1;
  }
  #contato iframe {
    padding: 15px 15px 15px 15px !important;
    border-radius: 0 0 0 0 !important;
    margin: 0 auto 0 auto !important;
    width: 87%;
  }
  /*** CONTATO END ***/
}
@media (min-width: 1200px) {
  .ocultar-pc {
    display: none !important;
  }
}
@media (max-width: 575px) {
  :root {
    overflow-x: hidden !important;
  }
  /** Ajustes Navbar **/
  .navbar {
    background: var(--transparent-primary);
  }
  .navbar-brand {
    margin-right: -20px !important;
  }
  .bg-navbar .back-to-top {
    margin-top: 12px;
    margin-bottom: 30px;
  }
  .back-to-top a {
    font-family: var(--menu-font);
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    z-index: 99;
    background: transparent !important;
    color: var(--light);
    transition: 0.5s !important;
    padding: 10px 15px 15px 10px;
    border: solid 2px var(--light);
    border-radius: 10px;
    text-decoration: none;
    margin: 1rem 0 1rem 2rem;
  }
  .bg-navbar .navbar .navbar-nav .nav-link {
    transition: 0.5s;
    margin-right: 5px;
    margin-top: 0px;
    padding: 3px 0 3px 32px;
  }
  .navbar .navbar-nav .nav-link {
    transition: 0.5s;
    margin-right: 5px;
    padding: 3px 0 3px 32px;
    text-transform: uppercase;
    outline: none;
    border-bottom: solid 3px transparent;
  }
  .main-logo {
    margin: 0 !important;
    width: 75% !important;
    transition: 0.5s;
    transform: scale(1);
  }
  .main-logo:hover {
    transition: 0.5s;
    transform: scale(1.1);
  }
}
/*** NAVBAR ***/
.main-logo {
  transition: 0.8s;
  transform: scale(1);
  width: 30%;
}

.main-logo:hover {
  transition: 0.8s;
  transform: scale(1.2);
}

.navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center;
  margin: 1% 0;
}

.navbar-toggler-icon2 {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url(../img/ico-menu-mobile.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-toggler {
  padding: 1rem;
  margin: 1rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0 !important;
  border-radius: 6px;
}

.navbar-toggler:focus {
  border: 0 !important;
  box-shadow: none !important;
}

/** Mobile Button **/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
  color: var(--light);
}

/*** NAVBAR ITENS ***/
.navbar .navbar-nav .nav-link {
  transition: 0.5s;
  margin-right: 20px;
  padding: 3px 10px;
  color: var(--light);
  font-family: var(--menu-font);
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: var(--dark) 2px 2px 2px;
  text-transform: uppercase;
  outline: none;
  border-bottom: solid 3px transparent;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  background: var(--dark);
  color: var(--secondary);
  transition: 0.8s;
}

.navbar .navbar-nav .nav-link:hover {
  color: var(--secondary);
  transition: 0.8s;
}

/*** Menu Fixed top ***/
.bg-navbar {
  background: var(--dark-transparent);
  transition: 0.5s;
}
.bg-navbar .back-to-top {
  margin-top: 12px;
}
.bg-navbar .main-logo {
  transition: 0.5s;
  transform: scale(1);
}
.bg-navbar .main-logo:hover {
  transition: 0.5s;
  transform: scale(1.1);
}
.bg-navbar .navbar .navbar-nav .nav-link {
  margin-right: 5px;
  margin-top: 10px;
  padding: 3px 10px;
  color: var(--light);
  font-family: var(--menu-font);
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: var(--dark) 2px 2px 2px;
  text-transform: uppercase;
  outline: none;
}
.bg-navbar .navbar .navbar-nav .nav-link:hover, .bg-navbar .navbar .navbar-nav .nav-link.active {
  color: var(--secondary);
  transition: 0.5s;
}

.navbar .nav-item .dropdown-menu {
  display: block;
  visibility: hidden;
  top: 100%;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  transition: 0.5s;
  opacity: 0;
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  transition: 0.5s;
  opacity: 1;
}

.navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/*** BOTÃO VOLTAR AO TOPO ***/
.back-to-top a {
  display: none;
  font-family: var(--menu-font);
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  z-index: 99;
  background: transparent !important;
  color: var(--light);
  transition: 0.5s !important;
  padding: 5px 15px 15px 5px;
  border-radius: 10px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: var(--dark) 2px 2px 2px;
}
.back-to-top i {
  color: var(--light) !important;
  font-weight: bolder !important;
  padding: 10px 0px 0px 5px;
  transition: 0.5s !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  text-shadow: var(--dark) 2px 2px 2px;
}

.back-to-top:hover {
  background: var(--dark);
}
.back-to-top:hover a {
  color: var(--secondary) !important;
  background: transparent !important;
  transform: scale(1.2) !important;
  transition: 0.5s !important;
}
.back-to-top:hover i {
  color: var(--secondary) !important;
  font-weight: bolder !important;
  transition: 0.5s !important;
}

/*** FIM BOTÃO VOLTAR AO TOPO ***/
/*** DEFINIÇÕES MOBILE ***/
@media (max-width: 575px) {
  .navbar .navbar-nav .nav-link:hover {
    border-bottom: solid 2px transparent !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-logo {
    width: 100%;
  }
  .navbar .navbar-nav .nav-link:hover {
    border-bottom: solid 2px transparent !important;
  }
  .navbar .navbar-nav .nav-link {
    margin-right: 5px;
    margin-top: 0px;
    padding: 0 10px;
  }
  .bg-navbar .navbar .navbar-nav .nav-link {
    margin-right: 5px;
    margin-top: 0px;
    padding: 3px 10px;
  }
  /*** BOTÃO VOLTAR AO TOPO ***/
  .back-to-top {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-logo {
    width: 100%;
  }
  .navbar .navbar-nav .nav-link {
    margin-right: 5px;
    margin-top: 0px;
    padding: 0 10px;
  }
  .bg-navbar .navbar .navbar-nav .nav-link {
    margin-right: 5px;
    margin-top: 0px;
    padding: 3px 10px;
  }
  /*** BOTÃO VOLTAR AO TOPO ***/
  .back-to-top {
    margin-left: 10px;
  }
}
/*** FIM DEFINIÇÕES MOBILE ***/
/*** FIM NAVBAR ***//*# sourceMappingURL=navbar.css.map */