@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: #0B108C;
  --transparent-primary: rgba(11, 16, 140, 0.8);
  --secondary: #404392;
  --terciary: #107FC9;
  --hover-dark: #d9d72d;
  --light: #fff;
  --dark-transparent: rgba(47, 47, 47, 0.5);
  --dark: rgba(0, 0, 0, 0.8);
  --title-font: "Barlow";
  --menu-font: "Barlow Condensed";
  --banner-title: "Barlow";
  --banner-subtitle: "Barlow Light";
  --alt-title-font: "Barlow";
  --content-font: "Barlow";
  overflow-x: hidden !important;
}

body {
  background: url("../img/bg-body.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden !important;
  width: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font) !important;
  text-transform: uppercase;
  font-style: Italic;
  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;
}

/*** 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: 105px;
  height: 105px;
  border-radius: 130px;
  position: fixed;
  right: 5px;
  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: 1rem;
  font-weight: normal;
  font-family: var(--alt-title-font);
  color: var(--light);
  line-height: 1rem;
  transition: 0.8s;
}
.bt-Whatsapp p {
  margin-top: -7px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: var(--content-font);
  color: var(--light);
  line-height: 1rem;
  transition: 0.8s;
}

.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;
}

/*** FIM BOTÃO WHATSAPP ***/
/*** FIM BUTTONS ***/
/********** FIM DEFINIÇÕES GLOBAIS **********/
/*** EMPRESA ***/
#empresa {
  background: url(../img/bg-blue.webp);
  background-attachment: fixed;
  background-size: cover;
  padding-top: 3rem !important;
}
#empresa h1,
#empresa p {
  color: var(--light);
}
#empresa h1 {
  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 .gallery-row {
  margin: 0 auto !important;
}
#empresa .galeria-mini img {
  width: 110%;
  margin: 0 0 2px 0px;
}

/*** 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 ***/
/*** QUALIDADE ***/
#qualidade {
  background: var(--light);
}
#qualidade h1,
#qualidade p {
  color: var(--primary);
}
#qualidade hr {
  color: var(--primary);
}
#qualidade a {
  font-family: var(--content-font);
  font-size: 1.4rem;
  font-weight: 500;
  font-stretch: condensed;
  text-align: justify;
  text-decoration: none !important;
  color: var(--primary);
  transition: 0.5s;
  padding: 0 20px 0 0;
}
#qualidade a i {
  color: var(--primary);
  padding: 0 5px 0 0;
}
#qualidade a:hover {
  color: var(--terciary);
  transition: 0.5s !important;
}
#qualidade a:hover i {
  color: var(--terciary) !important;
}
#qualidade .img-premiacao {
  animation: anim-premio 3s infinite;
  animation-direction: alternate;
  animation-name: anim-premio;
  padding: 10px 0 10px 10px;
  margin-top: 5rem;
  border-top: solid 4px var(--primary);
  border-left: solid 4px var(--primary);
  border-bottom: solid 4px var(--primary);
}
@keyframes anim-premio {
  from {
    transition: ease-in(2s);
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1.2) rotate(6deg);
    transition: ease-in(2s);
  }
}

/*** QUALIDADE END ***/
/*** SUSTENTABILIDADE ***/
#sustentabilidade {
  background: var(--primary);
}
#sustentabilidade h1,
#sustentabilidade h5,
#sustentabilidade h4,
#sustentabilidade p {
  color: var(--light);
}
#sustentabilidade article {
  border: solid 5px var(--light);
  border-radius: 20% 0;
  padding: 50px 30px 20px 30px;
  margin: 40px 20px;
  transform: scale(1);
  transition: 0.5s;
}
#sustentabilidade article h6 {
  text-align: right;
}
#sustentabilidade article h4 {
  padding-top: 3%;
  color: var(--light);
  text-align: center;
}
#sustentabilidade article .icon-card {
  position: absolute !important;
  margin: -90px 0 0 30%;
  width: 90px !important;
  transition: 0.5s;
}
#sustentabilidade article:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
#sustentabilidade article:hover .icon-card {
  position: absolute !important;
  margin: -90px 0 0 30%;
  width: 90px !important;
  transition: 0.5s;
}
#sustentabilidade .bloco-left {
  padding: 0 0 5% 3%;
}
#sustentabilidade .bloco-left h1 {
  padding-top: 10%;
  padding-right: 5px;
  text-align: right;
}
#sustentabilidade .bloco-left h3 {
  padding-top: 3%;
  color: var(--light);
  text-align: right;
}
#sustentabilidade .bloco-left hr {
  width: 15%;
  color: var(--light);
  margin: 1.5rem -25px 0 10px;
  float: right;
  opacity: 1;
}
#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 .img-fluid-no-fill {
  width: 80%;
  margin-left: 0;
  height: auto !important;
}
@keyframes pulsar {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#sustentabilidade .img-right {
  margin-right: -15px !important;
}
#sustentabilidade .bloco-right {
  padding: 0;
}
#sustentabilidade .bloco-right h1 {
  padding-top: 10%;
}
#sustentabilidade .bloco-right h3 {
  padding-top: 5%;
  color: var(--light);
}
#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 END ***/
/*** CONTATO ***/
#contato {
  background: var(--light);
  padding: 5% 0;
}
#contato h1,
#contato h5,
#contato h4,
#contato p {
  color: var(--primary);
}
#contato p {
  font-weight: 400;
}
#contato p i {
  margin-right: 10px;
}
#contato a {
  font-weight: 300;
  font-size: 1.2rem;
  color: var(--hover-dark);
}
#contato a:hover {
  color: var(--primary);
}
#contato span {
  padding-left: 25px;
}
#contato hr {
  width: 15%;
  color: var(--primary);
  margin: 3.5% 10px 0 -89px;
  float: left;
  opacity: 1;
}
#contato iframe {
  padding: 15px 15px 15px 0;
  border-top: solid 4px var(--primary) !important;
  border-right: solid 4px var(--primary) !important;
  border-bottom: solid 4px var(--primary) !important;
  border-radius: 0 0 10% 0;
}

/*** CONTATO END ***/
/*** 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;
  }
  /*** 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;
  }
  #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;
    border-top: solid 4px var(--primary) !important;
    border-right: solid 4px var(--primary) !important;
    border-bottom: solid 4px var(--primary) !important;
    border-left: solid 4px var(--primary) !important;
    border-radius: 0 0 0 0 !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 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 iframe {
    padding: 15px 15px 15px 15px !important;
    border-top: solid 4px var(--primary) !important;
    border-right: solid 4px var(--primary) !important;
    border-bottom: solid 4px var(--primary) !important;
    border-left: solid 4px var(--primary) !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 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 iframe {
    padding: 15px 15px 15px 15px !important;
    border-top: solid 4px var(--primary) !important;
    border-right: solid 4px var(--primary) !important;
    border-bottom: solid 4px var(--primary) !important;
    border-left: solid 4px var(--primary) !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 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-top: solid 4px var(--primary) !important;
    border-right: solid 4px var(--primary) !important;
    border-bottom: solid 4px var(--primary) !important;
    border-left: 0 !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: #0B108C;
  --transparent-primary: rgba(11, 16, 140, 0.8);
  --secondary: #404392;
  --terciary: #107FC9;
  --hover-dark: #d9d72d;
  --light: #fff;
  --dark-transparent: rgba(47, 47, 47, 0.5);
  --dark: rgba(0, 0, 0, 0.8);
  --title-font: "Barlow";
  --menu-font: "Barlow Condensed";
  --banner-title: "Barlow";
  --banner-subtitle: "Barlow Light";
  --alt-title-font: "Barlow";
  --content-font: "Barlow";
  overflow-x: hidden !important;
}

body {
  background: url("../img/bg-body.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden !important;
  width: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font) !important;
  text-transform: uppercase;
  font-style: Italic;
  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;
}

/*** 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: 105px;
  height: 105px;
  border-radius: 130px;
  position: fixed;
  right: 5px;
  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: 1rem;
  font-weight: normal;
  font-family: var(--alt-title-font);
  color: var(--light);
  line-height: 1rem;
  transition: 0.8s;
}
.bt-Whatsapp p {
  margin-top: -7px;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: var(--content-font);
  color: var(--light);
  line-height: 1rem;
  transition: 0.8s;
}

.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;
}

/*** FIM BOTÃO WHATSAPP ***/
/*** FIM BUTTONS ***/
/********** FIM DEFINIÇÕES GLOBAIS **********/
/*** EMPRESA ***/
#empresa {
  background: url(../img/bg-blue.webp);
  background-attachment: fixed;
  background-size: cover;
  padding-top: 3rem !important;
}
#empresa h1,
#empresa p {
  color: var(--light);
}
#empresa h1 {
  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 .gallery-row {
  margin: 0 auto !important;
}
#empresa .galeria-mini img {
  width: 110%;
  margin: 0 0 2px 0px;
}

/*** 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 ***/
/*** QUALIDADE ***/
#qualidade {
  background: var(--light);
}
#qualidade h1,
#qualidade p {
  color: var(--primary);
}
#qualidade hr {
  color: var(--primary);
}
#qualidade a {
  font-family: var(--content-font);
  font-size: 1.4rem;
  font-weight: 500;
  font-stretch: condensed;
  text-align: justify;
  text-decoration: none !important;
  color: var(--primary);
  transition: 0.5s;
  padding: 0 20px 0 0;
}
#qualidade a i {
  color: var(--primary);
  padding: 0 5px 0 0;
}
#qualidade a:hover {
  color: var(--terciary);
  transition: 0.5s !important;
}
#qualidade a:hover i {
  color: var(--terciary) !important;
}
#qualidade .img-premiacao {
  animation: anim-premio 3s infinite;
  animation-direction: alternate;
  animation-name: anim-premio;
  padding: 10px 0 10px 10px;
  margin-top: 5rem;
  border-top: solid 4px var(--primary);
  border-left: solid 4px var(--primary);
  border-bottom: solid 4px var(--primary);
}
@keyframes anim-premio {
  from {
    transition: ease-in(2s);
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1.2) rotate(6deg);
    transition: ease-in(2s);
  }
}

/*** QUALIDADE END ***/
/*** SUSTENTABILIDADE ***/
#sustentabilidade {
  background: var(--primary);
}
#sustentabilidade h1,
#sustentabilidade h5,
#sustentabilidade h4,
#sustentabilidade p {
  color: var(--light);
}
#sustentabilidade article {
  border: solid 5px var(--light);
  border-radius: 20% 0;
  padding: 50px 30px 20px 30px;
  margin: 40px 20px;
  transform: scale(1);
  transition: 0.5s;
}
#sustentabilidade article h6 {
  text-align: right;
}
#sustentabilidade article h4 {
  padding-top: 3%;
  color: var(--light);
  text-align: center;
}
#sustentabilidade article .icon-card {
  position: absolute !important;
  margin: -90px 0 0 30%;
  width: 90px !important;
  transition: 0.5s;
}
#sustentabilidade article:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
#sustentabilidade article:hover .icon-card {
  position: absolute !important;
  margin: -90px 0 0 30%;
  width: 90px !important;
  transition: 0.5s;
}
#sustentabilidade .bloco-left {
  padding: 0 0 5% 3%;
}
#sustentabilidade .bloco-left h1 {
  padding-top: 10%;
  padding-right: 5px;
  text-align: right;
}
#sustentabilidade .bloco-left h3 {
  padding-top: 3%;
  color: var(--light);
  text-align: right;
}
#sustentabilidade .bloco-left hr {
  width: 15%;
  color: var(--light);
  margin: 1.5rem -25px 0 10px;
  float: right;
  opacity: 1;
}
#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 .img-fluid-no-fill {
  width: 80%;
  margin-left: 0;
  height: auto !important;
}
@keyframes pulsar {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#sustentabilidade .img-right {
  margin-right: -15px !important;
}
#sustentabilidade .bloco-right {
  padding: 0;
}
#sustentabilidade .bloco-right h1 {
  padding-top: 10%;
}
#sustentabilidade .bloco-right h3 {
  padding-top: 5%;
  color: var(--light);
}
#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 END ***/
/*** CONTATO ***/
#contato {
  background: var(--light);
  padding: 5% 0;
}
#contato h1,
#contato h5,
#contato h4,
#contato p {
  color: var(--primary);
}
#contato p {
  font-weight: 400;
}
#contato p i {
  margin-right: 10px;
}
#contato a {
  font-weight: 300;
  font-size: 1.2rem;
  color: var(--hover-dark);
}
#contato a:hover {
  color: var(--primary);
}
#contato span {
  padding-left: 25px;
}
#contato hr {
  width: 15%;
  color: var(--primary);
  margin: 3.5% 10px 0 -89px;
  float: left;
  opacity: 1;
}
#contato iframe {
  padding: 15px 15px 15px 0;
  border-top: solid 4px var(--primary) !important;
  border-right: solid 4px var(--primary) !important;
  border-bottom: solid 4px var(--primary) !important;
  border-radius: 0 0 10% 0;
}

/*** CONTATO END ***/
/*** 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;
  }
  /*** 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;
  }
  #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;
    border-top: solid 4px var(--primary) !important;
    border-right: solid 4px var(--primary) !important;
    border-bottom: solid 4px var(--primary) !important;
    border-left: solid 4px var(--primary) !important;
    border-radius: 0 0 0 0 !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 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 iframe {
    padding: 15px 15px 15px 15px !important;
    border-top: solid 4px var(--primary) !important;
    border-right: solid 4px var(--primary) !important;
    border-bottom: solid 4px var(--primary) !important;
    border-left: solid 4px var(--primary) !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 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 iframe {
    padding: 15px 15px 15px 15px !important;
    border-top: solid 4px var(--primary) !important;
    border-right: solid 4px var(--primary) !important;
    border-bottom: solid 4px var(--primary) !important;
    border-left: solid 4px var(--primary) !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 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-top: solid 4px var(--primary) !important;
    border-right: solid 4px var(--primary) !important;
    border-bottom: solid 4px var(--primary) !important;
    border-left: 0 !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);
  }
}
/*** TOPBAR STYLE ***/
.top-bar {
  border-bottom: 1px solid var(--light-transparent);
  font-family: var(--content-font);
  color: var(--light);
  font-weight: normal;
}
.top-bar address {
  font-size: 1.1rem !important;
  margin-bottom: 0 !important;
}
.top-bar small {
  font-size: 1.1rem !important;
}
.top-bar a {
  font-size: 1.1rem !important;
  font-weight: normal;
  color: var(--light);
  margin-bottom: 0 !important;
  transition: 0.8s;
}
.top-bar a:hover {
  font-weight: normal;
  color: var(--hover-dark) !important;
  transition: 0.8s;
}
.top-bar i {
  font-size: 1.1rem !important;
  color: var(--light);
}

/*** SOCIAL LINKS ***/
.bt-social-links :hover {
  color: var(--hover-dark);
  transition: 0.8s;
}

/*** FIM SOCIAL LINKS ***//*# sourceMappingURL=topbar.css.map */