.Accordion {
  transition: all 0.2s ease-in-out;
  height: 0;
  overflow: hidden;
}
.Accordion__open {
  height: 200px !important;
  display: flex;
  padding: 1rem;
}
.Accordion__button {
  transition: all 0.2s ease-in-out;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../assets/img/accordion-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
}
.Accordion__button-down {
  transform: rotate(90deg);
}

@media (max-width: 959px) {
  .Accordion__open {
    height: 200px !important;
  }
}
.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

.blueBg {
  background: #044a6e;
}

.yellowBg {
  background: #ffb639;
}

.grayBg {
  background: #cacaca;
}

.graphiteBg {
  background: #383838;
}

.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

.defaultButton {
  display: block;
  margin: auto;
  margin-top: 2rem;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 4px;
  text-align: center;
  padding: 1.5rem 0;
  text-decoration: none;
  border: none;
  outline: none;
  transition: 0.2s ease-in-out;
}

[data-button=btnServicos] {
  background: #0e8169;
  color: #ffffff;
}

[data-button=btnServicos]:hover {
  background: #0f0f0f;
  color: #ffffff;
}

[data-button=btnEmpresa] {
  background: #130e08;
  color: #ffffff;
}

[data-button=btnEmpresa]:hover {
  background: rgba(19, 14, 8, 0.7);
  color: #ffffff;
}

.waButton {
  display: flex;
  transition: ease-in-out 0.2s;
  height: 55px;
  width: 55px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: none;
  color: #ffffff;
  padding: 0 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.waButton:hover {
  width: 200px;
}
.waButton:hover .waButton__text::after {
  content: "Atendimento";
  color: #0e8169;
}
.waButton .wa-icon {
  margin: 0;
}
.waButton span {
  padding-left: 10px;
}

.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

.Catalogo__item {
  display: block;
  border: 1px solid #cacaca;
  padding: 1rem;
  margin-bottom: 1rem;
}
.Catalogo__item:hover {
  box-shadow: 2px 2px 15px rgba(15, 15, 15, 0.5);
}

.CatalogoBanner {
  background: #044a6e;
}
.CatalogoBanner__title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 4rem 0;
}

.productName {
  height: 100px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding-top: 1rem;
}

@media (max-width: 959px) {
  .productName {
    height: 45px;
    font-weight: 600;
    font-size: 0.75rem;
  }
}
.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

body, figure {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  font-family: "Sora", serif;
}

p {
  font-size: 1em;
  line-height: 1.875rem;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

section {
  padding: 5rem 0;
}

a {
  text-decoration: none;
  color: black;
}

a.button {
  margin-top: 1.5rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.image-fluid {
  max-width: 100%;
  display: block;
  margin: auto;
}

.hide-in-desktop {
  display: none !important;
}

.transition {
  transition: all 0.2s ease-in-out;
}

@media (max-width: 959px) {
  p {
    font-size: 1rem;
  }
  section {
    padding: 2rem 1rem;
  }
  .hide-in-mobile {
    display: none !important;
  }
  .hide-in-desktop {
    display: block !important;
  }
}
.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

.Equipe {
  padding-top: 0;
  padding-bottom: 0;
}
.Equipe .container-fluid .row {
  min-height: 800px;
}
.Equipe .container-fluid .row:nth-of-type(odd) {
  background-color: #ffb639;
}
.Equipe .container-fluid .row:nth-of-type(even) {
  background: #0e8169;
}
.Equipe .container-fluid .row:nth-of-type(even) p {
  color: #ffffff;
}
.Equipe figure img {
  display: block;
  margin: auto;
}
.Equipe p {
  padding: 2rem;
  text-align: justify;
}
.Equipe p span {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.EquipeBanner {
  height: 700px;
  background: url("../assets/img/banner-equipe.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.EquipeBanner .container {
  height: 100%;
}
.EquipeBanner .container .row {
  height: 100%;
}
.EquipeBanner h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 4rem;
}

@media (max-width: 959px) {
  .EquipeBanner {
    height: 400px;
    background: url("../assets/img/banner-equipe-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .EquipeBanner .container {
    height: 100%;
  }
  .EquipeBanner .container .row {
    height: 100%;
  }
  .EquipeBanner h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 2rem;
  }
  .Equipe {
    padding-left: 0;
    padding-right: 0;
  }
  .Equipe .container-fluid .row {
    padding: 3rem 0;
  }
  .Equipe .container-fluid .row .order-1 {
    order: 1;
  }
  .Equipe .container-fluid .row .order-2 {
    order: 2;
  }
  .Equipe figure {
    margin-bottom: 2rem;
  }
  .Equipe p {
    padding: 0;
    text-align: center;
  }
  .Equipe p span {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

.Faqs__questionContainer p {
  padding: 1rem;
}
.Faqs__question {
  background: #130e08;
  cursor: pointer;
  margin-bottom: 1rem;
  padding-right: 1rem;
}
.Faqs__question p, .Faqs__question span {
  font-weight: 600;
  color: #ffffff;
}
.Faqs__question span {
  font-size: 1.5rem;
}
.Faqs__answer {
  transition: all 0.2s ease-in-out;
  height: 0;
  overflow: hidden;
}
.Faqs__answer p {
  font-weight: 300;
}

.openAnswer {
  height: 150px !important;
}

@media (max-width: 959px) {
  .Faqs__question p, .Faqs__question span {
    font-weight: 400;
  }
  .Faqs h5 {
    font-size: 1rem;
  }
}
h3 {
  font-weight: 800;
}

h4 {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 2px;
}

.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

.FormContato label {
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
.FormContato input {
  margin: 0.5rem 0;
}
.FormContato [type=text], .FormContato [type=email], .FormContato [type=tel], .FormContato select {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
}
.FormContato [type=text]:focus, .FormContato [type=email]:focus, .FormContato [type=tel]:focus, .FormContato select:focus, .FormContato textarea:focus {
  background: white;
}
.FormContato textarea {
  margin-top: 1rem;
}
.FormContato [type=submit] {
  max-width: 306px;
  margin: auto;
  margin-top: 2rem;
}
.FormContato button, .FormContato [type=submit] {
  display: block;
  border-radius: 4px;
  background: #0e8169;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  border: none;
  margin-top: 1rem;
  width: 100%;
  line-height: 1.875rem;
  padding: 1rem 0;
}
.FormContato [type=text], .FormContato select, .FormContato textarea {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
}

.PageContato .FormContato button {
  color: #ffffff;
  background: #ffb639;
}
.PageContato .FormContato [type=text], .PageContato .FormContato [type=email], .PageContato .FormContato [type=tel], .PageContato .FormContato select, .PageContato .FormContato textarea {
  border: 1px solid #0e8169;
  background: none;
}
.PageContato .FormContato label {
  color: #0f0f0f;
}

@media (max-width: 959px) {
  .FormContato textarea {
    height: 100px;
  }
  .FormContato button {
    max-width: 150px;
    font-size: 0.875rem;
    margin: auto;
    margin-top: 1rem;
    padding: 0.5rem;
  }
}
.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

.Footer {
  padding: 4rem 0;
  background: #0e8169;
}
.Footer__logo {
  width: 150px;
  height: auto;
  margin-bottom: 4rem !important;
}
.Footer h4, .Footer p {
  text-align: left;
}
.Footer p {
  color: #00251d;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal !important;
}
.Footer h4 {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 959px) {
  .Footer h4, .Footer p {
    text-align: center;
  }
  .Footer p {
    margin-bottom: 3rem;
  }
  .Footer__logo {
    width: 180px;
  }
}
.mainHeader {
  padding: 0.5rem 0;
  background: none;
  border-bottom: 1px solid #cacaca;
}
.mainHeader .phone {
  color: #0e8169;
  font-weight: 600;
}
.mainHeader .logotype {
  max-width: 200px;
  height: auto;
}

.sectionHeader {
  padding: 2rem;
}
.sectionHeader h1, .sectionHeader h2 {
  font-weight: 800;
  letter-spacing: 4px;
}
.sectionHeader h1 {
  text-align: center;
  text-transform: uppercase;
}

.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

.Home {
  margin: 0;
  padding: 0;
  background: url("../assets/img/home-bg.jpg");
  background-size: cover;
}
.Home .container, .Home .row {
  height: 100vh;
}
.Home__title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-weight: 900;
  color: #130e08;
  background: rgba(0, 128, 0, 0.3);
  padding: 4rem;
}
.Home__title::before, .Home__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #130e08;
}
.Home__subtitle {
  font-size: 1.325rem;
  text-align: center;
  padding-top: 2rem;
  color: #ffffff;
}
.Home__phone {
  text-align: center;
  color: #130e08;
  font-weight: 900;
  padding-top: 2rem;
  letter-spacing: 5px;
}

.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

.Motivation {
  height: 700px;
  background: url(../assets/img/banner-mercado-de-origem.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.Motivation__title {
  color: #ffffff;
  margin-top: 6rem;
}
.Motivation__text {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  line-height: 1.875;
}

.Motivation2 {
  height: 700px;
  background: url(../assets/img/banner-motivacao-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.Motivation2 .container, .Motivation2 .row {
  height: 100%;
}
.Motivation2__title {
  color: #ffffff;
  font-size: 3rem;
}

@media (max-width: 959px) {
  .Motivation, .Motivation2 {
    min-height: 400px;
  }
  .Motivation__title, .Motivation2__title {
    font-size: 1.25rem;
    padding-top: 0;
  }
  .Motivation h5, .Motivation2 h5 {
    font-size: 1rem;
  }
  .Motivation {
    padding: 5rem 2rem !important;
  }
}
.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

.Navbar {
  position: relative;
  padding: 16px 0 15px 0;
  background: #0e8169;
  box-shadow: 0 2px 5px rgba(15, 15, 15, 0.2);
  transition: ease-in-out 0.2s;
}
.Navbar:hover {
  background: #ffffff;
}
.Navbar:hover .Navbar__list-item a {
  color: #0e8169;
}
.Navbar .logotype {
  width: 140px;
  height: auto;
}
.Navbar__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Navbar__list-item {
  padding-top: 5px;
  display: inline;
  overflow: hidden;
}
.Navbar__list-item:hover a {
  color: #ffb639;
}
.Navbar__list-item a {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #ffffff;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.Navbar__list-item .menuFx {
  display: block;
  width: 0;
  height: 5px;
  background: #0e8169;
}
.Navbar__list-item:hover .menuFx {
  width: 100%;
}

.expand {
  height: calc(100vh - 114px) !important;
}

@media (max-width: 959px) {
  .Navbar {
    height: 50px;
    overflow: hidden;
    background: #ffffff;
  }
  .Navbar__list {
    padding: 1rem 0 1rem 0;
    flex-direction: column;
    text-align: center;
  }
  .Navbar__list-item {
    display: block;
    border-bottom: 1px solid rgba(0, 17, 63, 0.1);
    padding: 12px 0;
  }
  .Navbar__list-item a {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0f0f0f;
  }
  .Navbar__list-item:last-of-type {
    border-bottom: none;
  }
}
@media (min-width: 1370px) {
  .Navbar__list-item a {
    font-size: 0.875rem;
  }
}
.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

.NossaEmpresa {
  background: #0e8169;
}
.NossaEmpresa h3 {
  padding: 3rem 0;
}
.NossaEmpresa p {
  text-align: justify;
}
.NossaEmpresa img {
  margin-bottom: 1rem;
}

@media (max-width: 959px) {
  .NossaEmpresa p, .NossaEmpresa h3 {
    text-align: left !important;
  }
}
.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

.NossosProdutos .Catalogo__item {
  border: none;
}
.NossosProdutos .Catalogo__item:hover {
  border: none;
  box-shadow: none;
}
.NossosProdutos .productName {
  color: #ffffff;
}

.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

.Contato {
  background: #f1b445;
}
.Contato__title, .Contato__subtitle {
  color: #ffffff;
}

.PageContato {
  background: #ffffff;
}

@media (max-width: 959px) {
  .Contato__subtitle {
    font-size: 1rem;
  }
  .Contato form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #cacaca;
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0e8169;
  border-radius: 20px;
  border: none;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #130e08;
}

.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

.Slider {
  height: 690px;
  overflow: hidden;
}
.Slider__item {
  overflow: hidden;
}
.Slider__item .row {
  height: 700px;
  position: relative;
  z-index: 2;
  text-align: center;
  align-items: center;
  color: #ffffff;
}
.Slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.Slider__item .title {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 3rem;
  letter-spacing: 4px;
}
.Slider__item .subtitle {
  color: #f3f3f3;
}

.owl-nav {
  display: none;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  position: absolute;
  top: 43%;
  color: #ffffff;
  font-size: 3rem;
}

@media (max-width: 959px) {
  .owl-nav {
    top: 55px;
  }
  .Slider {
    height: 240px;
  }
  .Slider__item .title {
    margin-bottom: 1rem;
  }
  .Slider__item .row {
    height: 240px;
    position: relative;
  }
  .Slider__item #title {
    font-size: 0.9rem;
  }
  .Slider__item #subtitle {
    font-size: 0.875rem;
  }
}
.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

.ToggleButton {
  width: 28px;
  height: 14px;
  margin: auto;
  background: none;
  cursor: pointer;
  display: none;
}
.ToggleButton img {
  transition: ease-in-out 0.2s;
}

.ButtonTransform img {
  transform: rotate(180deg);
  transition: ease-in-out 0.2s;
}

@media (max-width: 959px) {
  .ToggleButton {
    display: block;
    top: 25px !important;
  }
}
.blue {
  color: #044a6e;
}

.white {
  color: #ffffff;
}

.NossosServicos__item a h3, .NossosServicos__item a h5 {
  color: #044a6e;
}
.NossosServicos__item:hover .more {
  color: #ffffff;
}
.NossosServicos__item__title {
  background: #cacaca;
  height: 100px;
  padding: 0 0.9375rem;
}
.NossosServicos__item__title h3 {
  font-size: 1.125rem;
  font-weight: 800;
  text-align: center;
}
.NossosServicos__item__description {
  height: 100px;
  background: #ffffff;
}
.NossosServicos__item__description h5 {
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  padding: 0.9375rem 0;
}

@media (max-width: 959px) {
  .NossosServicos h5 {
    font-size: 0.875rem;
  }
}
.galleryFx {
  background: #ffffff;
}
.galleryFx:hover a {
  color: #0f0f0f;
  font-weight: 800 !important;
  font-size: 0.875rem !important;
  letter-spacing: 2px;
}
.galleryFx:hover {
  transform: scale(1.3);
}
.galleryFx:hover figcaption {
  display: none;
}/*# sourceMappingURL=main.css.map */