.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.Aplicacoes .owl-carousel__item {
  position: relative;
  transition: all ease-in-out 0.2s;
  padding: 10px;
}
.Aplicacoes .owl-carousel__item a {
  display: block;
}
.Aplicacoes .owl-carousel__item img {
  transition: all ease-in-out 0.2s;
}
.Aplicacoes .owl-carousel__item:hover {
  margin-top: -10px;
}
.Aplicacoes .owl-carousel__item:hover img {
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.6);
}
.Aplicacoes .owl-carousel__item:hover .caption {
  color: #00a088;
}
.Aplicacoes .owl-carousel__item .caption {
  position: absolute;
  width: calc(100% - 20px);
  height: 80px;
  bottom: 30px;
  left: 10px;
  padding: 20px;
  color: #ffffff;
}
.Aplicacoes .owl-carousel__item .caption h3 {
  font-size: 1rem;
  font-weight: 500;
}
.Aplicacoes .owl-carousel__item .caption span {
  font-size: 0.75rem;
}
.Aplicacoes .owl-nav .owl-next, .Aplicacoes .owl-nav .owl-prev {
  display: block;
  width: 80px;
  height: 100%;
  top: 0;
  color: #ffffff !important;
  font-size: 7rem !important;
  position: absolute;
}
.Aplicacoes .owl-nav .owl-prev {
  left: 0;
}
.Aplicacoes .owl-nav .owl-next {
  right: 0;
}

.PageAplicacoes {
  background-color: #00a088;
}
.PageAplicacoes h1, .PageAplicacoes h5, .PageAplicacoes p, .PageAplicacoes ul li {
  color: #ffffff;
}
.PageAplicacoes figure {
  cursor: pointer;
  background-color: #014f51;
  margin-bottom: 1rem;
}
.PageAplicacoes figure img {
  width: 100%;
}
.PageAplicacoes figure:hover {
  background-color: #00a088;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.6);
  margin-top: -10px;
}
.PageAplicacoes figure:hover figcaption h2 {
  color: #ffffff;
}
.PageAplicacoes figure figcaption {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 960px) {
  .PageAplicacoes figure figcaption {
    padding: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
  }
  .PageAplicacoes figure figcaption h2 {
    font-size: 0.625rem;
    height: auto;
    padding: 0;
    margin: 0;
    text-align: center;
    padding-top: 5px;
  }
}
.PageAplicacoes figure figcaption h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00ccad;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 12px;
}

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

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

#slider .owl-dots {
  display: none;
}

#banner-produtos {
  width: 100%;
  background-image: url("../assets/img/banner-produtos-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
}
#banner-produtos figure {
  margin-bottom: 4rem;
}
#banner-produtos .container {
  height: 100%;
}
#banner-produtos .container .row {
  height: 100%;
}
@media (max-width: 960px) {
  #banner-produtos {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-produtos-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-produtos figure {
    max-width: 60%;
    padding-left: 1rem;
  }
}
@media (max-width: 960px) {
  #banner-produtos {
    height: 250px !important;
  }
}

#banner-servicos {
  width: 100%;
  background-image: url("../assets/img/banner-servicos-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
}
#banner-servicos figure {
  margin-bottom: 4rem;
}
#banner-servicos .container {
  height: 100%;
}
#banner-servicos .container .row {
  height: 100%;
}
@media (max-width: 960px) {
  #banner-servicos {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-servicos-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-servicos figure {
    max-width: 60%;
    padding-left: 1rem;
  }
}
@media (max-width: 960px) {
  #banner-servicos {
    height: 250px !important;
  }
}

#banner-segmentos {
  width: 100%;
  background-image: url("../assets/img/banner-segmentos-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
}
#banner-segmentos figure {
  margin-bottom: 4rem;
}
#banner-segmentos .container {
  height: 100%;
}
#banner-segmentos .container .row {
  height: 100%;
}
@media (max-width: 960px) {
  #banner-segmentos {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-segmentos-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-segmentos figure {
    max-width: 60%;
    padding-left: 1rem;
  }
}
@media (max-width: 960px) {
  #banner-segmentos {
    height: 250px !important;
  }
}

#banner-aplicacoes {
  width: 100%;
  background-image: url("../assets/img/banner-aplicacoes-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
}
#banner-aplicacoes figure {
  margin-bottom: 4rem;
}
#banner-aplicacoes .container {
  height: 100%;
}
#banner-aplicacoes .container .row {
  height: 100%;
}
@media (max-width: 960px) {
  #banner-aplicacoes {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-aplicacoes-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-aplicacoes figure {
    max-width: 60%;
    padding-left: 1rem;
  }
}
@media (max-width: 960px) {
  #banner-aplicacoes {
    height: 250px !important;
  }
}

#banner-contato {
  width: 100%;
  background-image: url("../assets/img/banner-contato-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
}
#banner-contato figure {
  margin-bottom: 4rem;
}
#banner-contato .container {
  height: 100%;
}
#banner-contato .container .row {
  height: 100%;
}
@media (max-width: 960px) {
  #banner-contato {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-contato-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-contato figure {
    max-width: 60%;
    padding-left: 1rem;
  }
}
@media (max-width: 960px) {
  #banner-contato {
    height: 250px !important;
  }
}

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.defaultButton {
  display: block;
  width: 100%;
  margin: auto;
  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-btn=greenBtn] {
  background-color: #00ccad;
  color: #ffffff;
}
[data-btn=greenBtn]:hover {
  background-color: #006861;
  color: #00ccad;
}

.more {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.5rem;
}

.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: #007d72;
}
.waButton .wa-icon {
  margin: 0;
}
.waButton span {
  padding-left: 10px;
}

.ModalCookie [type=submit], .ModalCookie button {
  width: 100%;
}

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

/* Customize the label (the containerCheckbox) */
.containerCheckbox {
  text-transform: none !important;
  letter-spacing: 0 !important;
  text-align: justify;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.containerCheckbox a:hover {
  color: #00ccad;
}

/* Hide the browser's default checkbox */
.containerCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerCheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCheckbox input:checked ~ .checkmark {
  background-color: #00ccad;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.Contato {
  padding-top: 2rem;
  background-color: #007d72;
  background-image: url("../assets/img/operator.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 45%;
}
@media (max-width: 960px) {
  .Contato {
    background-image: none;
  }
}
.Contato .Form {
  padding-top: 2rem;
}
.Contato .Form label {
  color: #ffffff;
}
.Contato__title {
  width: 412px;
  display: block;
  margin: auto;
  padding-top: 8rem;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .Contato__title {
    padding-top: 12rem;
  }
}
.Contato h3 {
  color: #00ccad;
}

@media (max-width: 960px) {
  .Contato__title {
    width: 250px !important;
    margin-top: 2rem;
  }
  .Contato h3 {
    margin-bottom: 2rem;
  }
}
.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

@font-face {
  font-family: myanmar;
  src: local(myanmar), url(../assets/fonts/myanmar.ttf);
}
body {
  margin: 0;
  padding: 0;
}

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

p {
  font-size: 1rem;
  line-height: 25px;
}

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

section {
  padding: 5rem 0;
}

a {
  text-decoration: none;
}

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

.readmore {
  color: #00ccad;
}
.readmore:hover {
  color: #ffffff;
}

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

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

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

.desktop-device {
  display: block;
}

.mobile-device {
  display: none;
}

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

.wa-icon {
  max-width: 30px;
}

figure {
  margin: 0;
}

strong {
  font-weight: 500;
}

.bold {
  font-weight: 800;
}

.letterSpacing {
  letter-spacing: 3px;
}

.bullet {
  color: #007d72;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 15px;
}
.bullet::before {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #00a088;
  border-radius: 50%;
  content: "";
  left: 0;
  top: 7px;
}

@media (max-width: 959px) {
  p {
    font-size: 1rem;
  }
  section {
    padding: 2rem 1rem;
  }
  .desktop-device {
    display: none !important;
  }
  .mobile-device {
    display: block !important;
  }
}
.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.Form [type=checkbox] {
  border: 2px solid #00a088;
  background-color: #ffffff;
  width: 30px;
}
.Form label {
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  width: 100%;
}
.Form label span {
  color: red;
}
.Form input {
  margin: 0.25rem 0;
}
.Form [type=text] {
  margin-bottom: 1rem;
  line-height: 2rem;
}
.Form [type=text]:focus, .Form textarea:focus {
  background: #00ccad;
  color: #000000;
}
.Form textarea {
  min-height: 70px;
}
.Form select {
  height: 40px;
  margin: 0.5rem 0 1rem 0;
}
.Form [type=text], .Form textarea, .Form select {
  display: block;
  width: 100%;
  border: none;
  border-radius: 4px;
  color: #000000;
  font-weight: 600;
  background-color: #ffffff;
}
.Form button, .Form [type=submit] {
  display: block;
  border-radius: 4px;
  background: #00a088;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 2px;
  border: none;
  margin-top: 1rem;
  width: 100%;
  line-height: 1.1rem;
  padding: 1rem 0;
}
.Form .equal, .Form .plus {
  font-size: 2rem;
  font-weight: 500;
}
.Form .waiting {
  pointer-events: none;
  background-image: url("../assets/img/VAyR.gif");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position-x: 20px;
  background-position-y: 18px;
  background-color: red !important;
}
.Form .enableButton {
  pointer-events: all !important;
  background-color: #007d72 !important;
  color: #000000 !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
}
.Form .blockInput {
  pointer-events: none;
  text-align: center;
}

#form-trabalhe-conosco {
  padding-bottom: 6rem;
  padding-top: 4rem;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  #form-trabalhe-conosco {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 959px) {
  .Form button {
    font-size: 0.75rem;
    padding: 0.5rem 0;
  }
}
h3 {
  font-weight: 800;
}

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

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.Footer {
  padding: 4rem 0;
}
.Footer__logo {
  width: 200px;
  height: auto;
  margin-bottom: 1rem !important;
}
.Footer a, .Footer h4 {
  color: #007d72;
}
.Footer ul li a {
  font-size: 0.875rem;
}
.Footer ul li a:hover {
  text-decoration: underline;
  color: black;
}
.Footer .socialIcon {
  width: 40px;
  height: 40px;
}
.Footer__line {
  border: 3px solid #007d72;
  opacity: 1;
  margin-bottom: 3rem;
}

@media (max-width: 960px) {
  .Footer ul {
    margin-bottom: 2rem;
  }
  .Footer__logo {
    width: 150px;
    margin: auto;
  }
  .Footer #socialIcons {
    justify-content: center !important;
  }
}
.mainHeader {
  padding: 1rem;
  text-align: right;
  border-bottom: 1px solid #cfcfcf;
}
.mainHeader a.telefone {
  color: #007d72;
  font-weight: 800;
  background-image: url("../assets/img/phone-icon.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left center;
  padding-left: 22px;
}
.mainHeader .logotype {
  width: 200px;
  height: auto;
  margin: auto;
}
@media (max-width: 960px) {
  .mainHeader .logotype {
    display: block;
    margin: auto;
    width: 160px;
  }
}

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

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.InitialPage {
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100%;
  background-image: url("../assets/img/em-construcao.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 960px) {
  .InitialPage {
    background-image: url("../assets/img/em-construcao-mobile.jpg");
  }
}
.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.Lmm {
  height: 500px;
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .Lmm {
    height: auto;
  }
  .Lmm .container .row {
    justify-content: center;
  }
}
.Lmm p {
  color: #ffffff;
  text-align: justify;
  font-size: 0.9rem;
}
.Lmm p strong {
  font-weight: 500;
  color: #00a088;
}
@media (max-width: 960px) {
  .Lmm p {
    text-align: center;
  }
}

@media (max-width: 960px) {
  .Institucional__icon {
    width: 30px;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 960px) {
  .Institucional__title {
    width: 150px;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
  }
}

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.Mensagem {
  height: calc(100vh - 200px);
  background-color: #00a088;
}
.Mensagem .container, .Mensagem .row {
  height: 100%;
}
.Mensagem__icon {
  width: 100px;
  display: block;
  margin: auto;
  margin-bottom: 2rem;
}

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

@keyframes modalContentIn {
  from {
    margin-top: -150%;
  }
  to {
    margin-top: 0;
  }
}
.ModalMask {
  display: none;
  z-index: 999999999999999;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 2rem 0;
  background: rgba(0, 125, 114, 0.95);
}
.ModalMask .ModalContent {
  animation-name: modalContentIn;
  animation-duration: 0.3s;
  position: relative;
  background: #ffffff;
  padding: 2rem;
  border-radius: 6px;
  border-top: 10px solid #00ccad;
  width: 60%;
}
.ModalMask .ModalContent__logo {
  width: 100px;
  display: block;
  margin: auto;
}
.ModalMask .ModalContent__title {
  font-weight: bold;
  color: #007d72;
  margin-bottom: 2rem;
}

.ModalClose::after {
  content: "x";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  background-color: #00ccad;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  right: -20px;
  top: -23px;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
}

.show {
  display: flex !important;
}

#videoTracaoEletrica {
  width: 100%;
  max-width: 100%;
  height: 480px;
}

@media (max-width: 960px) {
  .ModalMask .ModalContent {
    width: 90%;
    padding-top: 2rem;
  }
  .ModalMask .ModalContent h2 {
    padding-top: 2rem;
  }
  .ModalClose::after {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    right: -15px;
    top: -20px;
  }
  #videoTracaoEletrica {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.MaskCookie {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
}

.ModalCookie {
  width: calc(100% - 20px);
  height: auto;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 1rem;
  background: #014f51;
  border-radius: 8px;
  border-top-left-radius: 0;
}
.ModalCookie p, .ModalCookie a {
  color: #fff;
  font-size: 0.875rem;
}
.ModalCookie a {
  cursor: pointer;
}
.ModalCookie div.d-flex {
  justify-content: space-between;
}
.ModalCookie button {
  display: flex;
  align-items: center;
  height: 50px;
  padding-top: 7px;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  background: #fff;
  color: #014f51 !important;
  cursor: pointer;
  border: none;
}

.ShowBox {
  display: flex !important;
}

.closeModal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  color: #ffffff;
  width: 15px;
  height: 15px;
  font-weight: bold;
}

.ModalCookieManager {
  position: relative;
  width: 800px;
  height: 550px;
  padding: 1rem;
  background: #00ccad;
  border-radius: 8px;
}
.ModalCookieManager img {
  max-width: 100%;
}
.ModalCookieManager .ModalTitle {
  color: #001314;
  font-size: 1.5rem;
}

.ModalCookieMenu {
  margin: 0;
  padding: 0;
}
.ModalCookieMenu li {
  display: block;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: bold;
  border-bottom: 1px solid #001314;
  border-left: 4px solid #001314;
  padding: 7px;
  margin-bottom: 10px;
}
.ModalCookieMenu li:hover {
  color: #fff;
}

.hideContent {
  display: none;
}

.showContent {
  display: block !important;
}

.FormCookieManager button {
  border: none;
  background-color: #001314;
  color: #fff;
  font-weight: 500;
  font-size: 0.75rem;
  border-radius: 4px;
  padding: 1rem;
  margin-top: 1rem;
}
.FormCookieManager label {
  color: #001314;
  font-style: italic;
  font-size: 0.9rem;
}

@media (max-width: 960px) {
  .ModalCookie {
    padding: 3rem 1rem;
  }
  .ModalCookie div.d-flex {
    flex-direction: row;
  }
  .ModalTitle {
    font-size: 1rem;
    font-weight: bold;
    padding-top: 1rem;
  }
  .ModalCookieManager {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 0.5rem !important;
  }
  .ModalCookieManager p {
    font-size: 0.875rem;
  }
  .ModalCookieManager img {
    width: 100px;
    height: auto;
  }
  #default-cookie-message-container,
  #cookies-necessarios-container,
  #cookies-analiticos-container {
    overflow-y: scroll;
  }
}
.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.MenuAuxiliar {
  background-color: #cfcfcf;
}
.MenuAuxiliar__content {
  padding: 4rem;
}
.MenuAuxiliar__content ul li {
  margin-bottom: 0.5rem;
}
.MenuAuxiliar__content ul li a {
  text-transform: capitalize;
  color: #003c3d;
}
.MenuAuxiliar__content ul li a::before {
  content: ":: ";
}
.MenuAuxiliar__content ul li a:hover {
  color: #000000;
}

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.MotorLinear {
  padding: 0;
}
.MotorLinear .container-fluid .col-md-6 {
  padding: 0;
}
.MotorLinear__image, .MotorLinear__text {
  height: 700px;
}
.MotorLinear__image {
  background-image: url("../assets/img/lmm-motor-linear-esteira.jpg");
  background-size: cover;
  background-position: center;
}
.MotorLinear__text {
  padding: 4rem;
  background-image: url("../assets/img/lmm-motor-linear-text-bg.jpg");
  background-size: cover;
  background-position: center;
}
.MotorLinear__text p {
  color: #ffffff;
}

@media (max-width: 960px) {
  .MotorLinear__image {
    height: 300px;
  }
  .MotorLinear__text {
    height: 500px;
    padding: 2rem;
  }
}
.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.Politica {
  background-color: #007d72;
}
.Politica p, .Politica h2 {
  color: #ffffff;
}
.Politica p {
  text-align: justify;
}
.Politica .Accordion__questionContainer {
  background-color: #00a088;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.Politica .Accordion__question p {
  padding-top: 1.5rem;
}

@media (max-width: 960px) {
  .Politica p, .Politica h2 {
    text-align: left !important;
  }
}
.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.Sobre {
  padding: 0;
  background-color: #007d72;
}
.Sobre__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 600px;
  padding-right: 6rem;
}
@media (max-width: 960px) {
  .Sobre__info {
    padding-right: 0;
    padding: 2rem;
  }
}
.Sobre__info img {
  margin: 0;
}
.Sobre__info p {
  padding-top: 2rem;
  text-align: right;
  color: #ffffff;
  font-weight: 500;
}

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.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;
  }
}
.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.Produtos__list li {
  display: flex;
  align-items: flex-end;
  background-color: #007d72;
}
.Produtos__list li:hover {
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.6);
  background-color: #00a088;
  cursor: pointer;
}
.Produtos__list li img {
  width: 800px;
}
.Produtos__list li .caption {
  padding: 15px;
}
@media (max-width: 960px) {
  .Produtos__list li {
    margin-bottom: 1rem;
  }
}
.Produtos h4, .Produtos i {
  color: #ffffff;
  font-style: normal;
}
@media (max-width: 960px) {
  .Produtos i {
    font-size: 0.625rem;
  }
}
.Produtos h4 {
  font-weight: 300;
  font-size: 1.3rem;
}
.Produtos h4 span {
  font-weight: 600;
}
@media (max-width: 960px) {
  .Produtos h4 {
    font-size: 0.9rem;
    letter-spacing: 0;
  }
  .Produtos h4 span {
    font-weight: 700;
  }
}

.PageProdutos {
  background-color: #00a088;
}
.PageProdutos h1, .PageProdutos h2, .PageProdutos h3, .PageProdutos h4, .PageProdutos h5, .PageProdutos p, .PageProdutos ul li {
  color: #ffffff;
}
.PageProdutos h1 {
  font-weight: 900;
  letter-spacing: 2px;
}
.PageProdutos a {
  display: block;
}
.PageProdutos a:hover {
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.6);
  margin-top: -10px;
}
.PageProdutos a:hover .PageProdutos__text {
  background-color: #00a088;
}
.PageProdutos a:hover h2 {
  color: #ffffff;
}
@media (max-width: 960px) {
  .PageProdutos a {
    margin-bottom: 1rem;
  }
}
.PageProdutos a figure img {
  width: 100%;
}
.PageProdutos__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #014f51;
  padding: 1.5rem;
  height: 120px;
}
.PageProdutos__text .icon {
  width: 70px;
  height: auto;
}
.PageProdutos__text h2 {
  color: #00ccad;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 1.5rem;
}
.PageProdutos #servico-item {
  height: 185px;
}

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.ProductDetail {
  padding: 0;
  background-color: #003c3d;
}
.ProductDetail__info {
  background-color: #006861;
}
.ProductDetail__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ProductDetail__text {
  padding: 3rem;
}
@media (max-width: 960px) {
  .ProductDetail__text p {
    text-align: left !important;
  }
}
.ProductDetail__categoria, .ProductDetail__subcategoria, .ProductDetail__name, .ProductDetail p, .ProductDetail ul li {
  color: #ffffff;
}
.ProductDetail__categoria {
  font-weight: 800;
  text-transform: uppercase;
}
.ProductDetail__subcategoria, .ProductDetail__name {
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 960px) {
  .ProductDetail__subcategoria, .ProductDetail__name {
    font-size: 1rem;
  }
}
.ProductDetail p {
  text-align: justify;
}
.ProductDetail .owl-carousel {
  display: flex;
  position: relative;
  align-items: center;
}
.ProductDetail .owl-carousel .owl-dots {
  display: none;
}
.ProductDetail .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  position: absolute;
}
.ProductDetail .owl-carousel .owl-nav .owl-prev, .ProductDetail .owl-carousel .owl-nav .owl-next {
  height: 40px;
  width: 40px;
  background-color: #007d72;
}
.ProductDetail .owl-carousel .owl-nav .owl-prev span, .ProductDetail .owl-carousel .owl-nav .owl-next span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 3rem;
  margin-top: -10px;
}
@media (max-width: 960px) {
  .ProductDetail .owl-carousel .owl-nav .owl-prev, .ProductDetail .owl-carousel .owl-nav .owl-next {
    height: 30px;
    width: 30px;
  }
  .ProductDetail .owl-carousel .owl-nav .owl-prev span, .ProductDetail .owl-carousel .owl-nav .owl-next span {
    font-size: 2rem;
    margin-top: -5px;
  }
}

.btn3D {
  display: block;
  color: #ffffff;
  font-size: 0.875rem;
  padding-left: 35px;
  line-height: 42px;
  background-image: url("../assets/img/lmm-icone-3d.png");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position-x: left;
  background-position-y: center;
}
.btn3D:hover {
  color: #ffffff;
  text-decoration: underline;
}

#motorLinearComSecundarioTipoEscada .owl-nav, #motorLinearComPrimarioDuplo .owl-nav {
  display: none;
}

.ProdutosAplicacoesServicos {
  background-image: url("../assets/img/lmm-bg-produtos-aplicacoes-servicos.jpg");
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
  background-size: cover;
}

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.Servicos a {
  display: block;
}
.Servicos .col-md-2:nth-of-type(1) a figure {
  background-color: #007d72;
}
.Servicos .col-md-2:nth-of-type(2) a figure {
  background-color: #014f51;
}
.Servicos .col-md-2:nth-of-type(3) a figure {
  background-color: #003c3d;
}
.Servicos .col-md-2:nth-of-type(4) a figure {
  background-color: #003233;
}
.Servicos .col-md-2:nth-of-type(5) a figure {
  background-color: #002325;
}
.Servicos .col-md-2:nth-of-type(6) a figure {
  background-color: #001314;
}
.Servicos figure {
  height: 220px;
}
@media (max-width: 960px) {
  .Servicos figure {
    height: auto !important;
    margin-bottom: 10px;
  }
}
.Servicos figure figcaption {
  padding: 1rem;
}
.Servicos figure figcaption h3 {
  font-size: 0.875rem;
  font-weight: 300;
  padding-top: 1rem;
}
.Servicos figure figcaption p, .Servicos figure figcaption h3 {
  color: #ffffff;
  text-align: center;
}
.Servicos figure figcaption p {
  font-size: 0.875rem;
  line-height: 20px;
}
.Servicos figure img {
  height: 90px;
  width: auto;
  margin: auto;
  padding-top: 2rem;
}
.Servicos figure:hover {
  background-color: #007d72 !important;
  margin-top: -15px;
}

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.Segmentos {
  background-color: #00a088;
}
.Segmentos__img img {
  width: 100%;
}
.Segmentos h1, .Segmentos h2, .Segmentos p, .Segmentos ul li {
  color: #ffffff;
}
.Segmentos h1 {
  font-weight: 900;
  letter-spacing: 2px;
}
.Segmentos__text {
  display: flex;
  background-color: #014f51;
  padding: 1.5rem;
  height: 160px;
}
.Segmentos__text h2 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 960px) {
  .Segmentos__text {
    margin-bottom: 1rem;
    height: auto;
    padding: 1.5rem 1rem 0.5rem 1rem;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .Segmentos__text {
    height: 185px;
  }
}

.hoverFx {
  display: block;
  cursor: pointer;
  background-color: #014f51;
  margin-bottom: 1rem;
}
.hoverFx img {
  width: 100%;
}
.hoverFx:hover {
  background-color: #00a088;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.6);
  margin-top: -10px;
}
.hoverFx:hover figcaption h2, .hoverFx:hover figcaption ul li {
  color: #ffffff;
}
.hoverFx:hover figcaption .bullet::before {
  background-color: #ffffff;
}
.hoverFx figcaption {
  height: 140px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  text-align: left;
}
@media (max-width: 960px) {
  .hoverFx figcaption {
    height: auto !important;
    display: flex;
  }
}
@media (min-width: 961px) and (max-width: 1366px) {
  .hoverFx figcaption {
    height: 170px;
  }
}
.hoverFx figcaption h2 {
  color: #00ccad;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.hoverFx figcaption ul li {
  color: #ffffff;
}

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.tabSlider {
  width: 100%;
  overflow: hidden;
}
.tabSlider__controls span {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  cursor: pointer;
}
.tabSlider__controls .control1 {
  background-color: #007d72;
}
.tabSlider__controls .control2 {
  background-color: #002325;
}
.tabSlider__contents {
  position: relative;
  left: 0;
  width: 200%;
  height: 700px;
  transition: ease-in-out 0.2s;
}
.tabSlider__contents-content1, .tabSlider__contents-content2 {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.tabSlider__contents-content1 {
  left: 0;
}
.tabSlider__contents-content2 {
  right: 0;
}

.sliderStageActive {
  left: -100%;
}

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.white {
  color: #ffffff;
}

.institucionalBg {
  background-color: #00ac90;
}

.missaoBg {
  background-color: #0b6f67;
}

.visaoBg {
  background-color: #014f51;
}

.valoresBg {
  background-color: #003c3d;
}

.propositoBg {
  background-color: #002b2c;
}

.greenBg {
  background-color: #007d72;
}

.lightGreen {
  color: #00a088 !important;
  font-weight: 600;
}

.xLightGreen {
  color: #00ccad !important;
  font-weight: 600;
}

.vermelho {
  color: red;
}

.Navbar {
  position: relative;
  padding: 16px 0 15px 0;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: ease-in-out 0.2s;
}
.Navbar:hover .Navbar__list-item a {
  color: #002325;
}
.Navbar .logotype {
  width: 140px;
  height: auto;
}
.Navbar__list {
  display: flex;
  justify-content: space-between;
}
.Navbar__list-item {
  margin: 0 5px;
  display: inline;
  padding: 0 0.5rem;
  overflow: hidden;
}
.Navbar__list-item a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.625rem;
  letter-spacing: 1px;
  color: #007d72;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.Navbar__list-item .menuFx {
  display: block;
  width: 0;
  height: 3px;
  background: #007d72;
}
.Navbar__list-item:hover .menuFx {
  width: 100%;
}
.Navbar .submenu {
  height: 0;
  overflow: hidden;
  transition: 0.8s ease-in-out;
}
.Navbar .submenu ul {
  padding-top: 4rem;
}
.Navbar .submenu ul li a {
  display: flex;
  position: relative;
  justify-content: start;
  font-weight: 500;
  font-size: 1rem;
  color: #007d72;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  padding-left: 20px;
}
.Navbar .submenu ul li a::before {
  content: "::";
  margin-right: 5px;
}
.Navbar .submenu ul li a:hover {
  color: #002325;
}

.showSubmenu {
  height: 90vh !important;
}

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

@media (max-width: 959px) {
  .Navbar {
    height: 50px;
    overflow: hidden;
    background: #ffffff;
  }
  .Navbar__list {
    padding: 1rem 0 1rem 0;
    flex-direction: column;
    text-align: left;
  }
  .Navbar__list-item {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(1, 79, 81, 0.1);
    padding: 12px 0;
  }
  .Navbar__list-item a {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 40px;
  }
  .Navbar__list-item:last-of-type {
    border-bottom: none;
  }
}
@media (min-width: 1370px) {
  .Navbar__list-item a {
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=main.css.map */