@charset "UTF-8";
.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: 960px) {
  .Accordion__open {
    height: 400px !important;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.grayBg {
  background: #cacaca;
}

.graphiteBg {
  background: #1a1a1a;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

@media (width < 576px) {
  #slider {
    height: 770px;
  }
}
@media (width >= 576px) {
  #slider {
    height: 870px;
  }
}
@media (width >= 768px) {
  #slider {
    height: 1150px;
  }
}
@media (width >= 1024px) {
  #slider {
    height: 600px;
  }
}
@media (width >= 1200px) {
  #slider {
    height: 700px;
  }
}
#slider {
  display: flex;
  width: 100%;
  margin-top: 132px;
  border-bottom: 15px solid #b21f23;
}
#slider .owl-stage-outer,
#slider .owl-stage,
#slider .owl-item {
  height: 100%;
}
#slider .BannerPrincipal,
#slider .BannerPrincipal2 {
  height: 100%;
}
#slider .owl-dots {
  display: none;
}

.BannerPrincipal {
  display: flex;
  align-items: center;
  background-color: #084945;
  background-repeat: no-repeat;
  background-size: 20%, 15%, cover;
  background-position: right top, left bottom, center;
}
@media (width < 768px) {
  .BannerPrincipal {
    background-image: url("../assets/img/banner-explode-1-mobile.jpg");
    background-position: center;
    background-size: cover;
  }
  .BannerPrincipal .BannerPrincipal__text-small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 25px;
  }
  .BannerPrincipal .BannerPrincipal__text-bigger {
    color: #b21f23;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: normal;
  }
}
@media (width >= 768px) {
  .BannerPrincipal {
    background-image: url("../assets/img/dots-big.png"), url("../assets/img/dots-small.png"), url("../assets/img/banner-explode-1-desktop.jpg");
  }
}
@media (width < 992px) {
  .BannerPrincipal {
    display: flex;
    width: 100%;
  }
  .BannerPrincipal .selo {
    display: block;
    width: 300px;
    margin: auto;
    margin-top: 50px;
  }
  .BannerPrincipal .order-1 {
    order: 2 !important;
  }
  .BannerPrincipal .order-2 {
    order: 1 !important;
  }
}
.BannerPrincipal__text-small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 25px;
}
.BannerPrincipal__text-bigger {
  color: #b21f23;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: normal;
}
.BannerPrincipal .selo {
  max-width: 100%;
}

.BannerPrincipal2 {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #2d2d2d;
  background-image: url("../assets/img/grafismo-direito-banner-ensaios-online.png"), url("../assets/img/grafismo-esquerdo-banner-ensaios-online.png");
  background-repeat: no-repeat;
  background-position: right top, left bottom;
}
@media (width < 768px) {
  .BannerPrincipal2 {
    background-image: url("../assets/img/grafismo-direito-banner-ensaios-online.png"), url("../assets/img/grafismo-esquerdo-banner-ensaios-online.png");
    background-size: 100%, 100%;
  }
}
@media (width >= 768px) {
  .BannerPrincipal2 {
    background-size: 63%, 55%;
  }
}
@media (width < 576px) {
  .BannerPrincipal2 figcaption {
    width: 100%;
    padding: 3rem 0;
  }
}
@media (width > 576px) and (width < 1024px) {
  .BannerPrincipal2 figcaption {
    width: 100%;
    padding: 3rem 0;
  }
}
@media (width >= 1024px) {
  .BannerPrincipal2 figcaption {
    padding: 2rem;
  }
}
@media (width < 576px) {
  .BannerPrincipal2__selo-48-anos {
    width: 150px;
  }
}
@media (width >= 768px) {
  .BannerPrincipal2__selo-48-anos {
    width: 250px;
  }
}
@media (width >= 1024px) {
  .BannerPrincipal2__selo-48-anos {
    width: 200px;
  }
}
@media (width >= 1366px) {
  .BannerPrincipal2__selo-48-anos {
    width: 270px;
  }
}
.BannerPrincipal2__text-small {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: normal;
}
@media (width < 576px) {
  .BannerPrincipal2__text-small {
    font-size: 1.125rem;
  }
}
@media (width >= 768px) {
  .BannerPrincipal2__text-small {
    font-size: 1.5rem;
  }
}
@media (width >= 1024px) {
  .BannerPrincipal2__text-small {
    font-size: 1.5rem;
  }
}
.BannerPrincipal2__text-bigger {
  color: #2a7849;
  font-weight: 900;
  line-height: normal;
}
@media (width < 576px) {
  .BannerPrincipal2__text-bigger {
    font-size: 1.5rem;
  }
}
@media (width >= 768px) {
  .BannerPrincipal2__text-bigger {
    font-size: 1.875rem;
  }
}
@media (width >= 1024px) {
  .BannerPrincipal2__text-bigger {
    font-size: 1.75rem;
  }
}
@media (width >= 1920px) {
  .BannerPrincipal2__text-bigger {
    font-size: 2rem;
  }
}
@media (width >= 768px) {
  .BannerPrincipal2__ilustracao {
    width: 578px;
  }
}
@media (width >= 1024px) {
  .BannerPrincipal2__ilustracao {
    width: 370px;
  }
}
@media (width >= 1366px) {
  .BannerPrincipal2__ilustracao {
    width: 440px;
  }
}
@media (width >= 1920px) {
  .BannerPrincipal2__ilustracao {
    width: 510px;
  }
}

#bannersHome .BannerBackground {
  margin-top: 0;
}

#banner-sismografia {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-sismografia-online-offline-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-sismografia h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
#banner-sismografia h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #ffffff;
}
#banner-sismografia h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-sismografia h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-sismografia {
  transition: all ease-in-out 0.2s;
}
#banner-sismografia .container {
  height: 100%;
}
#banner-sismografia .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-sismografia {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-sismografia-online-offline-desktop.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-sismografia h1 {
    font-size: 1rem;
  }
  #banner-sismografia h2 {
    font-size: 1.5rem;
  }
  #banner-sismografia h2 span {
    font-size: 1rem;
  }
}
#banner-sismografia:hover {
  -webkit-filter: brightness(50%);
  transition: all 1s ease;
}

#banner-calibracao {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner_calibracao_desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-calibracao h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
#banner-calibracao h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #ffffff;
}
#banner-calibracao h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-calibracao h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-calibracao {
  transition: all ease-in-out 0.2s;
}
#banner-calibracao .container {
  height: 100%;
}
#banner-calibracao .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-calibracao {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner_calibracao_mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-calibracao h1 {
    font-size: 1rem;
  }
  #banner-calibracao h2 {
    font-size: 1.5rem;
  }
  #banner-calibracao h2 span {
    font-size: 1rem;
  }
}
#banner-calibracao:hover {
  -webkit-filter: brightness(50%);
  transition: all 1s ease;
}

#banner-engenharia-de-explosivos {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner_explosivos_desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-engenharia-de-explosivos h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
#banner-engenharia-de-explosivos h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #ffffff;
}
#banner-engenharia-de-explosivos h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-engenharia-de-explosivos h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-engenharia-de-explosivos {
  transition: all ease-in-out 0.2s;
}
#banner-engenharia-de-explosivos .container {
  height: 100%;
}
#banner-engenharia-de-explosivos .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-engenharia-de-explosivos {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner_explosivos_mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-engenharia-de-explosivos h1 {
    font-size: 1rem;
  }
  #banner-engenharia-de-explosivos h2 {
    font-size: 1.5rem;
  }
  #banner-engenharia-de-explosivos h2 span {
    font-size: 1rem;
  }
}
#banner-engenharia-de-explosivos:hover {
  -webkit-filter: brightness(50%);
  transition: all 1s ease;
}

#banner-servicos {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner_produtos_desk.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-servicos h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
#banner-servicos h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #ffffff;
}
#banner-servicos h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-servicos h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-servicos {
  transition: all ease-in-out 0.2s;
}
#banner-servicos .container {
  height: 100%;
}
#banner-servicos .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-servicos {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner_produtos_mob.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-servicos h1 {
    font-size: 1rem;
  }
  #banner-servicos h2 {
    font-size: 1.5rem;
  }
  #banner-servicos h2 span {
    font-size: 1rem;
  }
}

#banner-wipware {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-wipware-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-wipware h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-wipware h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-wipware h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-wipware h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-wipware {
  transition: all ease-in-out 0.2s;
}
#banner-wipware .container {
  height: 100%;
}
#banner-wipware .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-wipware {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-wipware-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-wipware h1 {
    font-size: 1rem;
  }
  #banner-wipware h2 {
    font-size: 1.5rem;
  }
  #banner-wipware h2 span {
    font-size: 1rem;
  }
}

#banner-o-pitblast {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-opitblast-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-o-pitblast h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-o-pitblast h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-o-pitblast h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-o-pitblast h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-o-pitblast {
  transition: all ease-in-out 0.2s;
}
#banner-o-pitblast .container {
  height: 100%;
}
#banner-o-pitblast .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-o-pitblast {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-opitblast-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-o-pitblast h1 {
    font-size: 1rem;
  }
  #banner-o-pitblast h2 {
    font-size: 1.5rem;
  }
  #banner-o-pitblast h2 span {
    font-size: 1rem;
  }
}

#banner-treinamentos-especializados {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner_vma-treinamento-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-treinamentos-especializados h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
#banner-treinamentos-especializados h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #ffffff;
}
#banner-treinamentos-especializados h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-treinamentos-especializados h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-treinamentos-especializados {
  transition: all ease-in-out 0.2s;
}
#banner-treinamentos-especializados .container {
  height: 100%;
}
#banner-treinamentos-especializados .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-treinamentos-especializados {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner_vma-treinamento-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-treinamentos-especializados h1 {
    font-size: 1rem;
  }
  #banner-treinamentos-especializados h2 {
    font-size: 1.5rem;
  }
  #banner-treinamentos-especializados h2 span {
    font-size: 1rem;
  }
}
#banner-treinamentos-especializados:hover {
  -webkit-filter: brightness(50%);
  transition: all 1s ease;
}

#banner-treinamento {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner_vma-treinamento-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-treinamento h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
#banner-treinamento h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #ffffff;
}
#banner-treinamento h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-treinamento h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-treinamento {
  transition: all ease-in-out 0.2s;
}
#banner-treinamento .container {
  height: 100%;
}
#banner-treinamento .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-treinamento {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner_vma-treinamento-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-treinamento h1 {
    font-size: 1rem;
  }
  #banner-treinamento h2 {
    font-size: 1.5rem;
  }
  #banner-treinamento h2 span {
    font-size: 1rem;
  }
}

#banner-locacao-de-sismografo {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-locacao-de-sismografos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-locacao-de-sismografo h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
#banner-locacao-de-sismografo h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #ffffff;
}
#banner-locacao-de-sismografo h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-locacao-de-sismografo h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-locacao-de-sismografo {
  transition: all ease-in-out 0.2s;
}
#banner-locacao-de-sismografo .container {
  height: 100%;
}
#banner-locacao-de-sismografo .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-locacao-de-sismografo {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-locacao-de-sismografos-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-locacao-de-sismografo h1 {
    font-size: 1rem;
  }
  #banner-locacao-de-sismografo h2 {
    font-size: 1.5rem;
  }
  #banner-locacao-de-sismografo h2 span {
    font-size: 1rem;
  }
}

#banner-aquisicao-de-dados {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/vma-banner-aquisicao-de-dados.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-aquisicao-de-dados h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
#banner-aquisicao-de-dados h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #ffffff;
}
#banner-aquisicao-de-dados h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-aquisicao-de-dados h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-aquisicao-de-dados {
  transition: all ease-in-out 0.2s;
}
#banner-aquisicao-de-dados .container {
  height: 100%;
}
#banner-aquisicao-de-dados .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-aquisicao-de-dados {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/vma-banner-aquisicao-de-dados-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-aquisicao-de-dados h1 {
    font-size: 1rem;
  }
  #banner-aquisicao-de-dados h2 {
    font-size: 1.5rem;
  }
  #banner-aquisicao-de-dados h2 span {
    font-size: 1rem;
  }
}

#banner-sistema-monitoramento {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-sistema-de-monitoramento-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-sistema-monitoramento h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
#banner-sistema-monitoramento h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #ffffff;
}
#banner-sistema-monitoramento h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-sistema-monitoramento h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-sistema-monitoramento {
  transition: all ease-in-out 0.2s;
}
#banner-sistema-monitoramento .container {
  height: 100%;
}
#banner-sistema-monitoramento .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-sistema-monitoramento {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-sistema-de-monitoramento_mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-sistema-monitoramento h1 {
    font-size: 1rem;
  }
  #banner-sistema-monitoramento h2 {
    font-size: 1.5rem;
  }
  #banner-sistema-monitoramento h2 span {
    font-size: 1rem;
  }
}

#banner-visualizacao-e-analise {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-visualizacao-e-analise-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-visualizacao-e-analise h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
#banner-visualizacao-e-analise h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #ffffff;
}
#banner-visualizacao-e-analise h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-visualizacao-e-analise h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-visualizacao-e-analise {
  transition: all ease-in-out 0.2s;
}
#banner-visualizacao-e-analise .container {
  height: 100%;
}
#banner-visualizacao-e-analise .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-visualizacao-e-analise {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-visualizacao-e-analise-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-visualizacao-e-analise h1 {
    font-size: 1rem;
  }
  #banner-visualizacao-e-analise h2 {
    font-size: 1.5rem;
  }
  #banner-visualizacao-e-analise h2 span {
    font-size: 1rem;
  }
}

#banner-n-connex {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-n-connex-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-n-connex h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-n-connex h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-n-connex h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-n-connex h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-n-connex {
  transition: all ease-in-out 0.2s;
}
#banner-n-connex .container {
  height: 100%;
}
#banner-n-connex .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-n-connex {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-n-connex-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-n-connex h1 {
    font-size: 1rem;
  }
  #banner-n-connex h2 {
    font-size: 1.5rem;
  }
  #banner-n-connex h2 span {
    font-size: 1rem;
  }
}

#banner-sismografo-micromate {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-micromate-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-sismografo-micromate h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-sismografo-micromate h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-sismografo-micromate h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-sismografo-micromate h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-sismografo-micromate {
  transition: all ease-in-out 0.2s;
}
#banner-sismografo-micromate .container {
  height: 100%;
}
#banner-sismografo-micromate .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-sismografo-micromate {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-micromate-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-sismografo-micromate h1 {
    font-size: 1rem;
  }
  #banner-sismografo-micromate h2 {
    font-size: 1.5rem;
  }
  #banner-sismografo-micromate h2 span {
    font-size: 1rem;
  }
}

#banner-sismografo-minimate-pro-4 {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-minimate-pro-4-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-sismografo-minimate-pro-4 h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-sismografo-minimate-pro-4 h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-sismografo-minimate-pro-4 h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-sismografo-minimate-pro-4 h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-sismografo-minimate-pro-4 {
  transition: all ease-in-out 0.2s;
}
#banner-sismografo-minimate-pro-4 .container {
  height: 100%;
}
#banner-sismografo-minimate-pro-4 .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-sismografo-minimate-pro-4 {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-minimate-pro-4-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-sismografo-minimate-pro-4 h1 {
    font-size: 1rem;
  }
  #banner-sismografo-minimate-pro-4 h2 {
    font-size: 1.5rem;
  }
  #banner-sismografo-minimate-pro-4 h2 span {
    font-size: 1rem;
  }
}

#banner-sismografo-minimate-pro-6 {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-minimate-pro-6-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-sismografo-minimate-pro-6 h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-sismografo-minimate-pro-6 h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-sismografo-minimate-pro-6 h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-sismografo-minimate-pro-6 h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-sismografo-minimate-pro-6 {
  transition: all ease-in-out 0.2s;
}
#banner-sismografo-minimate-pro-6 .container {
  height: 100%;
}
#banner-sismografo-minimate-pro-6 .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-sismografo-minimate-pro-6 {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-minimate-pro-6-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-sismografo-minimate-pro-6 h1 {
    font-size: 1rem;
  }
  #banner-sismografo-minimate-pro-6 h2 {
    font-size: 1.5rem;
  }
  #banner-sismografo-minimate-pro-6 h2 span {
    font-size: 1rem;
  }
}

#banner-segmentos {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner_segmentos_desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-segmentos h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
#banner-segmentos h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #ffffff;
}
#banner-segmentos h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-segmentos h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-segmentos {
  transition: all ease-in-out 0.2s;
}
#banner-segmentos .container {
  height: 100%;
}
#banner-segmentos .container .row {
  height: 100%;
  align-items: flex-end;
}
@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 h1 {
    font-size: 1rem;
  }
  #banner-segmentos h2 {
    font-size: 1.5rem;
  }
  #banner-segmentos h2 span {
    font-size: 1rem;
  }
}

#banner-certificacoes {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner_acreditacoes_desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-certificacoes h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
#banner-certificacoes h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #ffffff;
}
#banner-certificacoes h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-certificacoes h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-certificacoes {
  transition: all ease-in-out 0.2s;
}
#banner-certificacoes .container {
  height: 100%;
}
#banner-certificacoes .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-certificacoes {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner_acreditacoes_mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-certificacoes h1 {
    font-size: 1rem;
  }
  #banner-certificacoes h2 {
    font-size: 1.5rem;
  }
  #banner-certificacoes h2 span {
    font-size: 1rem;
  }
}

#banner-lanterna-polaris {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-lanterna-polaris-plus-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-lanterna-polaris h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-lanterna-polaris h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-lanterna-polaris h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-lanterna-polaris h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-lanterna-polaris {
  transition: all ease-in-out 0.2s;
}
#banner-lanterna-polaris .container {
  height: 100%;
}
#banner-lanterna-polaris .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-lanterna-polaris {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-lanterna-polaris-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-lanterna-polaris h1 {
    font-size: 1rem;
  }
  #banner-lanterna-polaris h2 {
    font-size: 1.5rem;
  }
  #banner-lanterna-polaris h2 span {
    font-size: 1rem;
  }
}

#banner-lanterna-aries {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-lanterna-aries-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-lanterna-aries h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-lanterna-aries h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-lanterna-aries h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-lanterna-aries h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-lanterna-aries {
  transition: all ease-in-out 0.2s;
}
#banner-lanterna-aries .container {
  height: 100%;
}
#banner-lanterna-aries .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-lanterna-aries {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-lanterna-aries-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-lanterna-aries h1 {
    font-size: 1rem;
  }
  #banner-lanterna-aries h2 {
    font-size: 1.5rem;
  }
  #banner-lanterna-aries h2 span {
    font-size: 1rem;
  }
}

#banner-lanterna-genesis {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-lanterna-genesis-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-lanterna-genesis h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-lanterna-genesis h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-lanterna-genesis h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-lanterna-genesis h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-lanterna-genesis {
  transition: all ease-in-out 0.2s;
}
#banner-lanterna-genesis .container {
  height: 100%;
}
#banner-lanterna-genesis .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-lanterna-genesis {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-lanterna-genesis-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-lanterna-genesis h1 {
    font-size: 1rem;
  }
  #banner-lanterna-genesis h2 {
    font-size: 1.5rem;
  }
  #banner-lanterna-genesis h2 span {
    font-size: 1rem;
  }
}

#banner-lanterna-rebel {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-lanterna-rebel-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-lanterna-rebel h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-lanterna-rebel h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-lanterna-rebel h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-lanterna-rebel h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-lanterna-rebel {
  transition: all ease-in-out 0.2s;
}
#banner-lanterna-rebel .container {
  height: 100%;
}
#banner-lanterna-rebel .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-lanterna-rebel {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-lanterna-rebel-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-lanterna-rebel h1 {
    font-size: 1rem;
  }
  #banner-lanterna-rebel h2 {
    font-size: 1.5rem;
  }
  #banner-lanterna-rebel h2 span {
    font-size: 1rem;
  }
}

#banner-lanterna-eclipse {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-lanterna-eclipse-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-lanterna-eclipse h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-lanterna-eclipse h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-lanterna-eclipse h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-lanterna-eclipse h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-lanterna-eclipse {
  transition: all ease-in-out 0.2s;
}
#banner-lanterna-eclipse .container {
  height: 100%;
}
#banner-lanterna-eclipse .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-lanterna-eclipse {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-lanterna-eclipse-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-lanterna-eclipse h1 {
    font-size: 1rem;
  }
  #banner-lanterna-eclipse h2 {
    font-size: 1.5rem;
  }
  #banner-lanterna-eclipse h2 span {
    font-size: 1rem;
  }
}

#banner-lanterna-falcon {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-lanterna-falcon-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-lanterna-falcon h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-lanterna-falcon h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-lanterna-falcon h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-lanterna-falcon h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-lanterna-falcon {
  transition: all ease-in-out 0.2s;
}
#banner-lanterna-falcon .container {
  height: 100%;
}
#banner-lanterna-falcon .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-lanterna-falcon {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-lanterna-falcon-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-lanterna-falcon h1 {
    font-size: 1rem;
  }
  #banner-lanterna-falcon h2 {
    font-size: 1.5rem;
  }
  #banner-lanterna-falcon h2 span {
    font-size: 1rem;
  }
}

#banner-lanterna-eagle {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-lanterna-eagle-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-lanterna-eagle h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-lanterna-eagle h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-lanterna-eagle h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-lanterna-eagle h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-lanterna-eagle {
  transition: all ease-in-out 0.2s;
}
#banner-lanterna-eagle .container {
  height: 100%;
}
#banner-lanterna-eagle .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-lanterna-eagle {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/vma-banner-lanterna-eagle-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-lanterna-eagle h1 {
    font-size: 1rem;
  }
  #banner-lanterna-eagle h2 {
    font-size: 1.5rem;
  }
  #banner-lanterna-eagle h2 span {
    font-size: 1rem;
  }
}

#banner-testador-de-lanternas {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/vma-banner-testador-de-lanternas.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-testador-de-lanternas h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-testador-de-lanternas h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-testador-de-lanternas h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-testador-de-lanternas h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-testador-de-lanternas {
  transition: all ease-in-out 0.2s;
}
#banner-testador-de-lanternas .container {
  height: 100%;
}
#banner-testador-de-lanternas .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-testador-de-lanternas {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/vma-banner-testador-de-lanternas-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-testador-de-lanternas h1 {
    font-size: 1rem;
  }
  #banner-testador-de-lanternas h2 {
    font-size: 1.5rem;
  }
  #banner-testador-de-lanternas h2 span {
    font-size: 1rem;
  }
}

#banner-lanternas {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-lanternas-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-lanternas h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-lanternas h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-lanternas h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-lanternas h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-lanternas {
  transition: all ease-in-out 0.2s;
}
#banner-lanternas .container {
  height: 100%;
}
#banner-lanternas .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-lanternas {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-lanternas-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-lanternas h1 {
    font-size: 1rem;
  }
  #banner-lanternas h2 {
    font-size: 1.5rem;
  }
  #banner-lanternas h2 span {
    font-size: 1rem;
  }
}

#banner-sismografos {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-micromate-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-sismografos h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-sismografos h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-sismografos h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-sismografos h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-sismografos {
  transition: all ease-in-out 0.2s;
}
#banner-sismografos .container {
  height: 100%;
}
#banner-sismografos .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-sismografos {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-micromate-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-sismografos h1 {
    font-size: 1rem;
  }
  #banner-sismografos h2 {
    font-size: 1.5rem;
  }
  #banner-sismografos h2 span {
    font-size: 1rem;
  }
}

#banner-produtos {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/vma-banner-servicos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-produtos h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
#banner-produtos h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #ffffff;
}
#banner-produtos h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-produtos h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-produtos {
  transition: all ease-in-out 0.2s;
}
#banner-produtos .container {
  height: 100%;
}
#banner-produtos .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-produtos {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/vma-banner-servicos-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-produtos h1 {
    font-size: 1rem;
  }
  #banner-produtos h2 {
    font-size: 1.5rem;
  }
  #banner-produtos h2 span {
    font-size: 1rem;
  }
}

#banner-softwares {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-vision-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-softwares h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-softwares h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-softwares h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-softwares h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-softwares {
  transition: all ease-in-out 0.2s;
}
#banner-softwares .container {
  height: 100%;
}
#banner-softwares .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-softwares {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-vision-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-softwares h1 {
    font-size: 1rem;
  }
  #banner-softwares h2 {
    font-size: 1.5rem;
  }
  #banner-softwares h2 span {
    font-size: 1rem;
  }
}

#banner-vision {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-vision-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-vision h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-vision h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-vision h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-vision h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-vision {
  transition: all ease-in-out 0.2s;
}
#banner-vision .container {
  height: 100%;
}
#banner-vision .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-vision {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-vision-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-vision h1 {
    font-size: 1rem;
  }
  #banner-vision h2 {
    font-size: 1.5rem;
  }
  #banner-vision h2 span {
    font-size: 1rem;
  }
}

#banner-thor-advanced {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-thor-advanced-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-thor-advanced h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-thor-advanced h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-thor-advanced h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-thor-advanced h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-thor-advanced {
  transition: all ease-in-out 0.2s;
}
#banner-thor-advanced .container {
  height: 100%;
}
#banner-thor-advanced .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-thor-advanced {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-thor-advanced-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-thor-advanced h1 {
    font-size: 1rem;
  }
  #banner-thor-advanced h2 {
    font-size: 1.5rem;
  }
  #banner-thor-advanced h2 span {
    font-size: 1rem;
  }
}

#banner-instantel {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-minimate-pro-6-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-instantel h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-instantel h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-instantel h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-instantel h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-instantel {
  transition: all ease-in-out 0.2s;
}
#banner-instantel .container {
  height: 100%;
}
#banner-instantel .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-instantel {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-minimate-pro-6-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-instantel h1 {
    font-size: 1rem;
  }
  #banner-instantel h2 {
    font-size: 1.5rem;
  }
  #banner-instantel h2 span {
    font-size: 1rem;
  }
}

#banner-nlt {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-vma-lanternas-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-nlt h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
#banner-nlt h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #084945;
}
#banner-nlt h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-nlt h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-nlt {
  transition: all ease-in-out 0.2s;
}
#banner-nlt .container {
  height: 100%;
}
#banner-nlt .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-nlt {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-vma-lanternas-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-nlt h1 {
    font-size: 1rem;
  }
  #banner-nlt h2 {
    font-size: 1.5rem;
  }
  #banner-nlt h2 span {
    font-size: 1rem;
  }
}

#banner-politica-de-privacidade {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/vma-banner-politica-de-privacidade.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-politica-de-privacidade h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
#banner-politica-de-privacidade h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #ffffff;
}
#banner-politica-de-privacidade h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-politica-de-privacidade h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-politica-de-privacidade {
  transition: all ease-in-out 0.2s;
}
#banner-politica-de-privacidade .container {
  height: 100%;
}
#banner-politica-de-privacidade .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-politica-de-privacidade {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/vma-banner-politica-de-privacidade-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-politica-de-privacidade h1 {
    font-size: 1rem;
  }
  #banner-politica-de-privacidade h2 {
    font-size: 1.5rem;
  }
  #banner-politica-de-privacidade h2 span {
    font-size: 1rem;
  }
}

#banner-codigo-de-conduta {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner_conduta_desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-codigo-de-conduta h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
#banner-codigo-de-conduta h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #ffffff;
}
#banner-codigo-de-conduta h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-codigo-de-conduta h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-codigo-de-conduta {
  transition: all ease-in-out 0.2s;
}
#banner-codigo-de-conduta .container {
  height: 100%;
}
#banner-codigo-de-conduta .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-codigo-de-conduta {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner_conduta_mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-codigo-de-conduta h1 {
    font-size: 1rem;
  }
  #banner-codigo-de-conduta h2 {
    font-size: 1.5rem;
  }
  #banner-codigo-de-conduta h2 span {
    font-size: 1rem;
  }
}

#banner-quem-somos {
  width: 100%;
  height: 474px;
  position: relative;
  margin-top: 132px;
  background-image: url("../assets/img/banner-quem-somos-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner-quem-somos h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
#banner-quem-somos h2 {
  font-size: 2.1rem;
  font-weight: 900;
  padding-bottom: 2rem;
  color: #ffffff;
}
#banner-quem-somos h2 .leiamais {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}
#banner-quem-somos h2 .leiamais:hover {
  text-decoration: underline;
}
#banner-quem-somos {
  transition: all ease-in-out 0.2s;
}
#banner-quem-somos .container {
  height: 100%;
}
#banner-quem-somos .container .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 960px) {
  #banner-quem-somos {
    width: 100%;
    height: 300px !important;
    background-image: url("../assets/img/banner-quem-somos-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-quem-somos h1 {
    font-size: 1rem;
  }
  #banner-quem-somos h2 {
    font-size: 1.5rem;
  }
  #banner-quem-somos h2 span {
    font-size: 1rem;
  }
}
#banner-quem-somos .row {
  align-items: flex-start;
}
#banner-quem-somos {
  text-align: center;
  padding-top: 3rem;
}
#banner-quem-somos h2 span.leiamais {
  display: none;
}

#banner-interno h2 span.leiamais {
  display: none;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.BarOutrosServicos {
  background-color: #cacaca;
  border-bottom: 15px solid rgba(26, 26, 26, 0.02);
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

a.Breadcrumbs {
  display: inline !important;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: italic;
}

span.Breadcrumbs {
  font-weight: 500;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.defaultButton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-align: center;
  padding: 0.9rem 0;
  text-decoration: none;
  border: none;
  border-radius: 70px;
  outline: none;
  transition: 0.2s ease-in-out;
}

[data-button=redBtn] {
  background: #b21f23;
  color: #ffffff;
}
[data-button=redBtn]:hover {
  background: #084945;
  color: #ffffff;
}

[data-button=greenBtn] {
  background: #084945;
  color: #ffffff;
}
[data-button=greenBtn]:hover {
  background: #b21f23;
  color: #ffffff !important;
}

[data-button=whiteBtn] {
  background: #ffffff;
  color: #b21f23;
}
[data-button=whiteBtn]:hover {
  background: #084945;
  color: #ffffff;
}

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

.OrcamentoBtn {
  display: block;
  margin-top: 3rem;
}

@media (max-width: 960px) {
  .defaultButton {
    font-size: 0.75rem;
    letter-spacing: 1px;
    max-width: 230px;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Blog .Catalogo__item, .OutrosPosts .Catalogo__item {
  height: 300px;
}

.Blog figure, .OutrosPosts figure {
  height: 150px;
  overflow: hidden;
}

.blogDetail form {
  display: none;
}

@media (max-width: 960px) {
  .Blog .Catalogo__item, .OutrosPosts .Catalogo__item {
    height: auto !important;
  }
  .Blog figure, .OutrosPosts figure {
    height: auto !important;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Calibracao {
  padding-bottom: 3rem;
}
.Calibracao p {
  text-align: justify;
}

@media (max-width: 960px) {
  .Calibracao p {
    text-align: left;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Catalogo {
  padding-top: 4rem;
}
.Catalogo__title {
  font-weight: 800;
}
.Catalogo__item {
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  padding: 3rem 1rem;
  box-shadow: 8px 2px 15px rgba(202, 202, 202, 0.7);
  border-radius: 10px;
  margin: 0 0.5rem 3rem 0.5rem;
}
.Catalogo__item:hover {
  box-shadow: -5px 5px 35px #cacaca;
}
.Catalogo__item img {
  max-width: 95%;
}
.Catalogo__productName {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  color: #000000;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
}
.Catalogo p {
  text-align: justify;
}

.produtosDeCatalogo {
  background-color: #575757;
}
.produtosDeCatalogo h2 {
  color: #ffffff;
}
.produtosDeCatalogo .Catalogo__title {
  font-weight: 800;
}
.produtosDeCatalogo .Catalogo__item {
  box-shadow: 8px 2px 15px rgba(0, 0, 0, 0.3);
}
.produtosDeCatalogo .Catalogo__item:hover {
  box-shadow: -5px 5px 35px black;
}

@media (max-width: 960px) {
  .Catalogo__productName {
    font-size: 0.75rem;
    text-align: center;
    padding-top: 1rem;
    height: auto;
  }
  .Catalogo p {
    text-align: left;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Certificados .container .row {
  flex-direction: row;
}
.Certificados__title {
  color: #084945;
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.Certificados__text {
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
}
.Certificados figure figcaption {
  text-align: center;
  font-weight: 600;
  padding-top: 1rem;
}
.Certificados figure img {
  max-height: 350px;
}

.Certificacoes__text {
  padding-right: 2rem;
}
.Certificacoes__text p {
  text-align: justify;
}
@media (max-width: 960px) {
  .Certificacoes__text {
    padding-right: 0;
  }
  .Certificacoes__text p {
    text-align: left;
  }
}
.Certificacoes .selo {
  margin: 0;
}

@media (max-width: 960px) {
  .Certificados .justify-content-start {
    justify-content: space-between !important;
  }
  .Certificados__title {
    font-size: 1.2rem;
    text-align: center;
  }
  .Certificados__text p {
    text-align: left;
  }
  .Certificados .order-1 {
    order: 2;
  }
  .Certificados .order-2 {
    order: 1;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Clientes {
  padding: 4rem 0 3rem 0;
  background: #ffffff;
}
.Clientes__title {
  color: #084945;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 5px;
  margin-bottom: 1rem;
}
.Clientes__line {
  padding: 2rem 0;
}
.Clientes__logo {
  width: 220px;
  max-width: 220px !important;
  height: auto;
  display: block;
  margin: auto;
}
.Clientes .owl-nav {
  display: none !important;
}

@media (max-width: 960px) {
  .Clientes {
    padding: 4rem 0 2rem 0;
  }
  .Clientes__title {
    margin-bottom: 2rem;
    font-size: 1.1rem;
  }
  .Clientes__line {
    padding: 0;
  }
  .Clientes #clientes .owl-nav {
    top: -22px !important;
  }
  .Clientes #clientes .owl-nav .owl-prev, .Clientes #clientes .owl-nav .owl-next {
    font-size: 2rem;
  }
  .Clientes #clientes .owl-nav .owl-prev {
    margin-left: -25px !important;
  }
  .Clientes #clientes .owl-nav .owl-next {
    margin-right: -25px !important;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Contato, .TrabalheConosco {
  margin-top: 132px;
}
.Contato p, .Contato h2, .Contato label, .TrabalheConosco p, .TrabalheConosco h2, .TrabalheConosco label {
  color: #ffffff !important;
}

.Contato {
  background-image: url("../assets/img/vma-contato-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.TrabalheConosco {
  background-image: url("../assets/img/vma-trabalhe-conosco-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  font-family: "Archivo", 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;
  color: black;
}

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

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

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

.bold {
  font-weight: 800;
}

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

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

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

figure {
  padding: 0;
  margin: 0;
}

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

.desktop-device {
  display: flex;
}

.mobile-device {
  display: none;
}

#banner-principal.mobile-device {
  display: none;
}

.readMore {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 1px;
  color: #b21f23;
  margin-top: 10px;
}

.no-pdt {
  padding-top: 0 !important;
}

.no-pdb {
  padding-bottom: 0 !important;
}

.download {
  background: url("../assets/img/icone-download.png") no-repeat left center;
  background-size: 20px;
  padding: 30px 30px;
}

.bullet {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 20px;
}
.bullet::before {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #084945;
  border-radius: 50%;
  content: "";
  left: 0;
  top: 10px;
}

.owl-carousel a {
  display: block;
}

.owl-carousel#engenharia .owl-nav,
.owl-carousel#treinamento .owl-nav,
.owl-carousel#calibracao .owl-nav,
.owl-carousel#sistema-monitoramento .owl-nav {
  display: flex;
  width: 100%;
  top: 70px;
  color: #000000;
  font-size: 3rem;
  font-weight: 600;
}
.owl-carousel#engenharia .owl-nav .owl-next,
.owl-carousel#treinamento .owl-nav .owl-next,
.owl-carousel#calibracao .owl-nav .owl-next,
.owl-carousel#sistema-monitoramento .owl-nav .owl-next {
  margin-right: -40px;
}
.owl-carousel#engenharia .owl-nav .owl-prev,
.owl-carousel#treinamento .owl-nav .owl-prev,
.owl-carousel#calibracao .owl-nav .owl-prev,
.owl-carousel#sistema-monitoramento .owl-nav .owl-prev {
  margin-left: -40px;
}

.owl-carousel#clientes .owl-nav {
  display: flex;
  align-items: center;
  width: 100%;
  top: -25px;
  color: #000000;
  font-size: 3rem;
  font-weight: 600;
}
.owl-carousel#clientes .owl-nav .owl-next {
  margin-right: -35px;
}
.owl-carousel#clientes .owl-nav .owl-prev {
  margin-left: -35px;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.grayGradientBg {
  background: rgb(213, 213, 213);
  background: linear-gradient(180deg, rgba(213, 213, 213, 0.6853116246) 0%, rgba(255, 255, 255, 0.54) 35%, rgb(255, 255, 255) 94%);
}

@media (max-width: 960px) {
  .grayGradientBg {
    background: rgb(213, 213, 213);
    background: linear-gradient(180deg, rgba(213, 213, 213, 0.6853116246) 0%, rgba(255, 255, 255, 0.54) 18%, rgb(255, 255, 255) 94%);
  }
}
@media (max-width: 960px) {
  .desktop-device {
    display: none !important;
  }
  .mobile-device {
    display: block !important;
  }
  [data-visibility=desktop] {
    display: none !important;
  }
  p {
    font-size: 1rem;
  }
  section {
    padding: 2rem 1rem !important;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Depoimentos {
  background-image: url("../assets/img/greenl-circle-bg.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.Depoimentos .sectionHeader {
  margin-bottom: 0;
}
.Depoimentos__box {
  height: 280px;
  max-width: 330px;
  border: 1px solid #084945;
  border-radius: 50px;
  overflow: hidden;
}
.Depoimentos__box h3 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.Depoimentos__box p {
  font-size: 0.9rem;
  line-height: 20px;
  font-weight: 200;
  padding-top: 10px;
  letter-spacing: 1px;
}
.Depoimentos__boxIn {
  position: relative;
  background-color: #084945;
  padding: 2rem 2rem 1rem 2rem;
  height: 220px;
}
.Depoimentos__item {
  height: 280px;
}
.Depoimentos__item img {
  position: absolute;
  bottom: 90px;
  max-width: 90px !important;
  margin: auto;
  z-index: 2;
}
.Depoimentos__content {
  text-align: center;
  color: #ffffff;
}
.Depoimentos__content span.author {
  font-size: 0.75rem;
  font-style: italic;
}
.Depoimentos h2 {
  color: #084945;
  font-size: 4rem;
  letter-spacing: 8px;
  padding-left: 3rem;
}
.Depoimentos h2 span {
  font-weight: 400;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .Depoimentos .sectionHeader {
    padding-left: 8rem;
  }
  .Depoimentos .sectionHeader h2 {
    font-size: 3rem;
    padding-top: 8px;
  }
}
.Depoimentos__author {
  font-weight: 600;
  font-size: 0.875rem;
  font-style: italic;
}
.Depoimentos__stars {
  display: block;
  margin: auto;
  padding-top: 18px;
}
.Depoimentos .owl-nav {
  width: 100%;
  top: 0;
  color: #b21f23;
  font-size: 3rem;
  font-weight: 600;
}
.Depoimentos .owl-nav .owl-next {
  margin-right: -35px;
}
.Depoimentos .owl-nav .owl-prev {
  margin-left: -35px;
}

@media (max-width: 960px) {
  .Depoimentos {
    background-size: 100px;
  }
  .Depoimentos h2 {
    font-size: 1.25rem;
  }
  .Depoimentos__box {
    height: 260px;
    max-width: 280px;
    border: 1px solid #084945;
    border-radius: 50px;
    overflow: hidden;
    margin: auto;
  }
  .Depoimentos__box h3 {
    color: #ffffff;
    margin-bottom: 1rem;
  }
  .Depoimentos__box p {
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 300;
    padding-top: 5px;
  }
  .Depoimentos__item {
    height: 200px;
  }
  .Depoimentos__item img {
    bottom: 40px;
    max-width: 90px !important;
  }
  .Depoimentos__boxIn {
    padding: 2rem 2rem 1rem 2rem;
    height: 200px;
  }
  .Depoimentos__author {
    font-size: 0.75rem;
    padding-top: 0.5rem;
  }
  .Depoimentos__stars {
    max-width: 100px;
  }
  .Depoimentos .owl-nav {
    top: -25px;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Estatisticas {
  background-color: #084945;
  background-image: url("../assets/img/vma-small-circle-bg.png"), url("../assets/img/vma-bigger-circle-bg.png");
  background-repeat: no-repeat;
  background-position: left top, right center;
}
.Estatisticas__title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
}
.Estatisticas .contagem {
  color: #00928d;
  text-align: center;
}
.Estatisticas i {
  font-size: 3rem;
  font-weight: 800;
  color: #00928d;
  font-style: normal;
  display: block;
}
.Estatisticas span, .Estatisticas h5 {
  color: #ffffff;
  text-align: center !important;
}
.Estatisticas span {
  display: block;
  font-size: 3rem;
  font-weight: 800;
}

@media (max-width: 960px) {
  .Estatisticas {
    background-size: 100px, 60px;
    padding: 5rem 0 !important;
  }
  .Estatisticas__title {
    margin-bottom: 2rem;
    font-size: 1.1rem;
  }
  .Estatisticas span {
    font-size: 2rem;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Faqs__title {
  font-size: 3rem;
  text-transform: capitalize;
  text-align: center;
}
.Faqs__questionContainer {
  margin-bottom: 1rem;
}
.Faqs__questionContainer p {
  margin-bottom: 0;
}
.Faqs__question {
  background: none;
  height: 60px;
  cursor: pointer;
  padding: 1rem;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.Faqs__question p, .Faqs__question span {
  font-weight: 600;
  color: #000000;
}
.Faqs__readmore {
  margin-top: 2rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
}
.Faqs__readmore:hover {
  color: #1a1a1a;
  text-decoration: underline;
}

.FaqsOutorga .Accordion__open {
  height: 300px !important;
}

.FaqsPage {
  background: #cacaca;
}
.FaqsPage .sectionHeader {
  padding: 0;
  margin-bottom: 4rem;
}
.FaqsPage .Accordion__button {
  background-image: url("../assets/img/gray-accordion-arrow.png");
}
.FaqsPage .Faqs__question {
  background: none !important;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  padding: 0;
}
.FaqsPage .Faqs__question p, .FaqsPage .Faqs__question span {
  font-weight: 400;
  color: #1a1a1a;
}

@media (max-width: 960px) {
  .Faqs__title {
    font-size: 2rem;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 2rem;
  }
  .Faqs__question {
    height: 70px;
  }
  .Faqs__question p {
    font-size: 0.75rem;
  }
}
.bold {
  font-weight: 800;
}

.form-ajax input:not([type=radio], [type=submit], button),
.form-ajax select,
.form-ajax textarea {
  margin: 0.5rem 0;
  display: block;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.75rem;
  background: #ffffff;
}
.form-ajax label {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.form-ajax button, .form-ajax [type=submit] {
  display: block;
  border-radius: 4px;
  background: #b21f23;
  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;
}
.form-ajax label::first-letter {
  text-transform: uppercase;
}
.form-ajax [type=radio] {
  margin-right: 5px;
}
.form-ajax [type=text],
.form-ajax [type=email],
.form-ajax [type=tel],
.form-ajax [type=date],
.form-ajax select,
.form-ajax textarea {
  border-radius: 6px;
  transition: ease-in-out 0.2s;
  margin-bottom: 1rem;
}
.form-ajax [type=text]:focus, .form-ajax [type=text]:focus-visible,
.form-ajax [type=email]:focus,
.form-ajax [type=email]:focus-visible,
.form-ajax [type=tel]:focus,
.form-ajax [type=tel]:focus-visible,
.form-ajax [type=date]:focus,
.form-ajax [type=date]:focus-visible,
.form-ajax select:focus,
.form-ajax select:focus-visible,
.form-ajax textarea:focus,
.form-ajax textarea:focus-visible {
  box-shadow: none;
}
.form-ajax select,
.form-ajax textarea {
  margin-bottom: 1rem;
}
.form-ajax textarea:focus,
.form-ajax select:focus,
.form-ajax input:focus {
  background-color: #ffffff;
  color: #b21f23;
}
.form-ajax select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../assets/img/layout/common/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  color: #b21f23;
}
.form-ajax select option {
  color: #b21f23;
  font-size: 0.975rem;
  font-weight: 500;
}
.form-ajax .obrigatory {
  position: relative;
  padding-left: 12px;
}
.form-ajax .obrigatory::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 3px;
  left: 0;
  line-height: 0;
  content: "*";
  width: 10px;
  height: 10px;
  color: #d00;
  font-size: 1rem;
  font-weight: 600;
}

.form-alert {
  display: none;
  width: 100%;
  color: #b21f23;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.form-control-alert {
  border: 2px solid #ed6939 !important;
}

.success {
  background: #eaffea;
  color: #080;
  border: 1px solid #080;
}

.error {
  background: #ffeaea;
  color: #d00;
  border: 1px solid #d00;
}

/* Estilização do campo de upload */
.file-upload-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.file-upload-label {
  display: block;
  padding: 20px;
  background-color: white;
  border: 1px dashed rgba(178, 31, 35, 0.4);
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.file-upload-label:hover {
  border-color: #3498db;
  background-color: rgba(255, 255, 255, 0.5);
}

.file-upload-label.dragover {
  border-color: #2ecc71;
  background-color: #00d169;
}

.file-upload-icon {
  font-size: 1.5rem;
  color: #084945;
  margin-bottom: 10px;
}

.file-upload-text {
  font-weight: 600;
  color: #084945;
  margin-bottom: 5px;
}

.file-upload-hint {
  color: #084945;
  font-size: 0.875rem;
}

.file-input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.file-info {
  margin-top: 15px;
  padding: 15px;
  background-color: #e8f6f3;
  border-radius: 6px;
  display: none;
}

.file-info.show {
  display: block;
}

.file-name {
  font-weight: 600;
  color: #27ae60;
  margin-bottom: 5px;
}

.file-size {
  color: #7f8c8d;
  font-size: 14px;
}

.remove-file {
  color: #b21f23;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.75rem !important;
  margin-top: 5px;
  text-decoration: underline;
}

/* Estilo para Campo input date */
input[type=date] {
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
  cursor: pointer;
}
input[type=date]::-moz-focus-inner {
  border: 0;
}
input[type=date]::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #b21f23;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  pointer-events: none;
}

@supports not ((-webkit-mask-image: none) or (mask-image: none)) {
  input[type=date] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%234CAF50" d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
  }
}
.piscante-suave {
  animation: piscarSuave 2s ease-in-out 1;
}

@keyframes piscarSuave {
  0%, 33%, 66%, 100% {
    opacity: 1;
  }
  16.5%, 49.5%, 82.5% {
    opacity: 0.2;
  }
}
.form-message {
  padding-top: 1rem;
}

select option:disabled {
  color: #000000;
  cursor: not-allowed;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Footer {
  padding: 4rem 0;
  background: #cacaca;
}
.Footer__logo {
  width: 215px;
  height: auto;
  margin-bottom: 2rem !important;
}
.Footer__navigation li {
  color: #084945;
  font-size: 0.7rem;
  font-weight: 400;
}
.Footer__navigation li:first-of-type {
  color: #084945;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.Footer__navigation li a {
  color: #084945;
  font-size: 0.7rem;
  font-weight: 400;
  transition: all ease-in-out 0.2s;
}
.Footer__navigation li a::before {
  content: "• ";
}
.Footer__navigation li a:hover {
  color: #b21f23;
}
.Footer__navigation li .footerIcon::before {
  content: "";
}
.Footer__navigation li .footerIcon:hover {
  padding-left: 0;
}
.Footer__navigation .siga-nos {
  font-weight: 500;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.Footer__icon {
  width: 25px;
  height: auto;
  margin-right: 5px;
}
.Footer__certificados {
  width: 150px;
  height: auto;
  margin-top: 15px;
}
.Footer__ddd {
  font-size: 0.625rem;
  margin-right: 5px;
}
.Footer__telefone {
  background-image: url("../assets/img/vma-icone-telefone.png");
  background-size: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
}
.Footer__email {
  background-image: url("../assets/img/vma-icone-mail.png");
  background-size: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
}
.Footer .whatsAppButton {
  position: fixed;
  width: 60px;
  bottom: 40px;
  right: 40px;
}
.Footer .whatsAppButton img {
  max-width: 100%;
}
@media (max-width: 960px) {
  .Footer .whatsAppButton {
    width: 40px;
    bottom: 20px;
    right: 20px;
  }
}

.Footer2 {
  background-color: #000000;
  border-bottom: 20px solid #b21f23;
  padding: 1rem 0;
  color: #cacaca;
  font-size: 0.75rem;
}
.Footer2 .curinga {
  color: #cacaca;
  font-size: 0.625rem;
  text-align: right;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}
.Footer2 .curinga span {
  font-weight: 700;
}
.Footer2 .curinga {
  letter-spacing: 2px;
}

@media (max-width: 960px) {
  .Footer__logo {
    width: 200px;
    height: auto;
    margin-bottom: 2rem;
  }
  .Footer__telefone {
    background-size: 18px;
    padding-left: 25px;
  }
  .Footer__navigation li:first-of-type {
    padding-top: 1.5rem;
  }
  .Footer__navigation li a {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.9rem;
  }
  .Footer .waButton {
    display: block;
    width: 50px;
    height: 50px;
    bottom: 1rem;
    right: 1rem;
  }
  .Footer2 span {
    font-size: 0.625rem !important;
  }
  .Footer2 .curinga {
    font-size: 0.625rem;
  }
}
.galleryFx {
  background: none;
}
.galleryFx:hover {
  transform: scale(1.1);
}
.galleryFx:hover figcaption {
  display: none;
}

.mainHeader {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  text-align: right;
}
.mainHeader .container-fluid, .mainHeader .row {
  height: 100%;
}
.mainHeader .telephone, .mainHeader .login {
  color: #084945;
  font-weight: 800;
  font-size: 0.75rem;
}
.mainHeader .telephone {
  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: 215px;
  height: auto;
}

.sectionHeader {
  margin-bottom: 1.5rem;
}
.sectionHeader h1, .sectionHeader h2, .sectionHeader h3, .sectionHeader h4, .sectionHeader h5, .sectionHeader h6 {
  font-weight: 800 !important;
  text-transform: uppercase;
}
.sectionHeader h3 {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 960px) {
  .mainHeader .logotype {
    width: 180px;
    height: auto;
  }
}
figure.ImageHover {
  position: relative;
  width: 179px;
  height: 77px;
  cursor: pointer;
}
figure.ImageHover:hover :nth-of-type(even) {
  opacity: 0;
}
figure.ImageHover img {
  position: absolute;
  top: 0;
  left: 0;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.LocacaoSismografo__img1, .LocacaoSismografo__img2, .LocacaoSismografo__img3 {
  border: 1px solid #000000;
  border-radius: 30px;
}
.LocacaoSismografo p {
  text-align: justify;
}
.LocacaoSismografo figure figcaption {
  padding: 1rem 0 0 1.5rem;
}

@media (max-width: 960px) {
  .LocacaoSismografo p {
    text-align: left !important;
  }
  .LocacaoSismografo a {
    display: block;
    margin-bottom: 2rem;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.QuemSomos {
  background-color: #d1d1d1;
}
.QuemSomos__title {
  color: #084945;
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
}
.QuemSomos h4 {
  color: #084945;
}
.QuemSomos p, .QuemSomos h4 {
  text-align: justify;
}

#vma .vma-button {
  display: none;
}
#vma .QuemSomos__title {
  color: #084945;
  text-align: left;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 1rem;
}
#vma .video {
  padding-bottom: 8rem;
}

@media (max-width: 960px) {
  .QuemSomos p, .QuemSomos h4 {
    text-align: left;
  }
  .QuemSomos__title {
    font-size: 1.2rem !important;
  }
  .QuemSomos p {
    font-size: 1rem;
  }
  .QuemSomos h4 {
    font-size: 1.1rem;
  }
}
.VmaCertificacoes #banner-interno {
  display: none;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Mensagem {
  height: calc(100vh - 200px);
  background-image: url("../assets/img/vma-contato-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.Mensagem .container, .Mensagem .row {
  height: 100%;
}
.Mensagem__icon {
  width: 100px;
}
.Mensagem h3 {
  color: #ffffff;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Missao,
.Visao,
.Valores,
.sgi,
.acreditacoes-e-certificacoes {
  padding: 0;
  padding-bottom: 3rem;
}
.Missao h2,
.Visao h2,
.Valores h2,
.sgi h2,
.acreditacoes-e-certificacoes h2 {
  font-size: 3rem;
  font-weight: 300;
}
.Missao h2 span,
.Visao h2 span,
.Valores h2 span,
.sgi h2 span,
.acreditacoes-e-certificacoes h2 span {
  font-weight: 900;
}
.Missao p,
.Visao p,
.Valores p,
.sgi p,
.acreditacoes-e-certificacoes p {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 30px;
}
.Missao .textWrap,
.Visao .textWrap,
.Valores .textWrap,
.sgi .textWrap,
.acreditacoes-e-certificacoes .textWrap {
  padding: 2rem;
}
.Missao img,
.Visao img,
.Valores img,
.sgi img,
.acreditacoes-e-certificacoes img {
  margin-top: -20px;
  width: 550px;
}

.Missao {
  background-color: #084945;
  background-image: url("../assets/img/dots.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: 350px;
}

.Visao {
  background-color: #10504a;
}
.Visao * {
  text-align: right;
}

.Valores {
  background-color: #084945;
  background-image: url("../assets/img/dots.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 100px;
  background-size: 350px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .Missao,
  .Visao,
  .Valores,
  .sgi {
    padding-bottom: 1.5rem;
  }
  .Missao img,
  .Visao img,
  .Valores img,
  .sgi img {
    margin-top: -20px;
    width: 450px;
  }
  .Missao h2,
  .Visao h2,
  .Valores h2,
  .sgi h2 {
    font-size: 2.5rem;
  }
  .Missao {
    background-size: 230px;
  }
}
@media (max-width: 960px) {
  .Missao img,
  .Visao img,
  .Valores img,
  .sgi img,
  .acreditacoes-e-certificacoes img {
    margin-top: -20px;
    width: 300px;
  }
  .Missao h2,
  .Visao h2,
  .Valores h2,
  .sgi h2,
  .acreditacoes-e-certificacoes h2 {
    font-size: 1.5rem;
  }
  .Missao,
  .Valores {
    background-size: 230px;
  }
  .Missao {
    padding-bottom: 0;
  }
  .Valores {
    padding-bottom: 1rem;
  }
}
.fw-900 {
  font-weight: 900;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.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, 0, 0, 0.7);
  transition: ease-in-out 0.3s;
}
.modalMask .modalContent {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f6f6f6;
  border-radius: 1rem;
}

@keyframes showModalMask {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showModalContent {
  from {
    top: -1500px;
  }
  to {
    top: 0;
  }
}
.show {
  display: flex !important;
  animation: showModalMask 0.8s ease-in-out;
}

.showModalContent {
  display: flex !important;
  animation: showModalContent 0.8s ease-in-out;
}

@media (width < 768px) {
  .modalMask {
    height: 100vh;
  }
  .modalMask .modalContent {
    width: 98%;
  }
}
@media (width >= 768px) {
  #popup-aviso-desktop {
    display: block;
  }
  #popup-aviso-mobile {
    display: none;
  }
}
@media (width < 768px) {
  #popup-aviso-desktop {
    display: none;
  }
  #popup-aviso-mobile {
    display: block;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

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

.ModalCookie {
  width: calc(100% - 20px);
  height: auto;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 1rem;
  background: #000000;
  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;
  width: 100%;
  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: #b21f23;
  color: #ffffff;
  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: #b21f23;
  border-radius: 8px;
}
.ModalCookieManager img {
  max-width: 100%;
}
.ModalCookieManager .ModalTitle {
  color: #ffffff;
  font-size: 1.5rem;
}
.ModalCookieManager p {
  color: #ffffff;
}

.ModalCookieMenu {
  margin: 0;
  padding: 0;
}
.ModalCookieMenu li {
  display: block;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-left: 4px solid #cfcfcf;
  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;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Navbar {
  position: fixed;
  justify-content: center;
  z-index: 9999;
  top: 90px;
  width: 100%;
  background: #b21f23;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: ease-in-out 0.2s;
}
.Navbar .container, .Navbar .row {
  height: 100%;
}
.Navbar:hover {
  background: #ffffff;
}
.Navbar:hover .Navbar__list-item a {
  color: #084945;
}
.Navbar__list {
  display: flex;
  justify-content: space-between;
}
.Navbar__list-item {
  margin: 0 5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.Navbar__list-item a {
  display: block;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.625rem;
  letter-spacing: 1px;
  color: #ffffff;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.Navbar__list-item a#area-cliente {
  display: none;
}
.Navbar__list-item .menuFx {
  display: block;
  width: 0;
  height: 3px;
  background: #084945;
}
.Navbar__list-item:hover .menuFx {
  width: 100%;
}
.Navbar .submenu {
  height: 0;
  overflow: hidden;
  transition: 0.8s ease-in-out;
}
.Navbar .submenu ul#subMenuMarcas li a::before {
  content: "";
  margin-right: 0;
}
.Navbar .submenu ul#subMenuMarcas li a img {
  width: 140px;
  height: auto;
}
.Navbar .submenu ul#subMenuMarcas li a img:hover {
  filter: grayscale(1);
}
.Navbar .submenu ul {
  padding-top: 2.5rem;
}
.Navbar .submenu ul .subMenuTitle {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}
.Navbar .submenu ul li a {
  display: flex;
  position: relative;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 1rem;
  color: #084945;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.Navbar .submenu ul li a::before {
  content: "»";
  margin-right: 5px;
}
.Navbar .submenu ul li a:hover {
  color: #b21f23;
}
.Navbar #submenu-servicos li {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.Navbar #submenu-servicos li img {
  width: 40px;
  margin-right: 15px;
}
.Navbar #submenu-servicos li a {
  margin-bottom: 0;
}
.Navbar #submenu-servicos li a::before {
  content: "";
}

.showSubmenu {
  height: 80vh !important;
}

.expand {
  height: 100vh;
}
.expand .container {
  height: 100%;
}
.expand .container .row {
  height: 100%;
}
.expand .container .row .col {
  height: 100%;
}
.expand .container .row .col .Navbar__list {
  height: 100%;
}

@media (max-width: 960px) {
  .expand {
    height: calc(100vh - 80px) !important;
  }
  a#area-cliente {
    display: block !important;
  }
  .Navbar {
    height: 40px;
    overflow: hidden;
    background: #ffffff;
  }
  .Navbar__list {
    max-height: 85%;
  }
  .Navbar__list-item {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 0;
  }
  .Navbar__list-item .menuFx {
    display: none !important;
  }
  .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;
  }
  .Navbar__list-item:nth-of-type(1)::before {
    content: "";
  }
}
@media (max-width: 960px) and (min-width: 961px) {
  .Navbar__list-item:nth-of-type(1)::before {
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("../assets/img/vma-icon-empresa-green.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .Navbar__list-item:nth-of-type(1)::before {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("../assets/img/vma-icon-empresa-green.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) {
  .Navbar__list-item:nth-of-type(2)::before {
    content: "";
  }
}
@media (max-width: 960px) and (min-width: 961px) {
  .Navbar__list-item:nth-of-type(2)::before {
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("../assets/img/vma-icon-servicos-green.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .Navbar__list-item:nth-of-type(2)::before {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("../assets/img/vma-icon-servicos-green.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) {
  .Navbar__list-item:nth-of-type(3)::before {
    content: "";
  }
}
@media (max-width: 960px) and (min-width: 961px) {
  .Navbar__list-item:nth-of-type(3)::before {
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("../assets/img/vma-icon-produtos-green.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .Navbar__list-item:nth-of-type(3)::before {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("../assets/img/vma-icon-produtos-green.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) {
  .Navbar__list-item:nth-of-type(4)::before {
    content: "";
  }
}
@media (max-width: 960px) and (min-width: 961px) {
  .Navbar__list-item:nth-of-type(4)::before {
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("../assets/img/vma-icon-segmentos-green.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .Navbar__list-item:nth-of-type(4)::before {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("../assets/img/vma-icon-segmentos-green.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) {
  .Navbar__list-item:nth-of-type(5)::before {
    content: "";
  }
}
@media (max-width: 960px) and (min-width: 961px) {
  .Navbar__list-item:nth-of-type(5)::before {
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("../assets/img/vma-icon-politica-green.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .Navbar__list-item:nth-of-type(5)::before {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("../assets/img/vma-icon-politica-green.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) {
  .Navbar__list-item:nth-of-type(6)::before {
    content: "";
  }
}
@media (max-width: 960px) and (min-width: 961px) {
  .Navbar__list-item:nth-of-type(6)::before {
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("../assets/img/vma-icon-contato-green.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .Navbar__list-item:nth-of-type(6)::before {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("../assets/img/vma-icon-contato-green.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) {
  .Navbar__list-item:nth-of-type(7)::before {
    content: "";
  }
}
@media (max-width: 960px) and (min-width: 961px) {
  .Navbar__list-item:nth-of-type(7)::before {
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("../assets/img/vma-icon-trabalhe-green.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .Navbar__list-item:nth-of-type(7)::before {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("../assets/img/vma-icon-trabalhe-green.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) {
  .Navbar__list-item:nth-of-type(8)::before {
    content: "";
    top: 4px !important;
  }
}
@media (max-width: 960px) and (min-width: 961px) {
  .Navbar__list-item:nth-of-type(8)::before {
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("../assets/img/vma-icon-painel-green.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .Navbar__list-item:nth-of-type(8)::before {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("../assets/img/vma-icon-painel-green.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 960px) {
  .Navbar__list-item a {
    color: #084945;
  }
  .Navbar__list {
    padding: 1rem 0 1rem 0;
    flex-direction: column;
    text-align: left;
  }
}
@media (min-width: 1370px) {
  .Navbar__list-item a {
    font-size: 0.75rem;
  }
}
@media (min-width: 961px) and (max-width: 1366px) {
  .Navbar .submenu ul#subMenuMarcas li a img {
    width: 130px;
    height: auto;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.NConnex__text1, .NConnex__text2 {
  text-align: justify;
}
.NConnex__text1 {
  padding-right: 2rem;
}
.NConnex__text2 {
  padding-left: 2rem;
}
.NConnex__image1 {
  border-radius: 4px;
  border-bottom-right-radius: 150px;
}
.NConnex__image2 {
  border-radius: 4px;
  border-bottom-left-radius: 150px;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Nlt #banner-n-connex {
  margin-top: 0 !important;
}
.Nlt #banner-n-connex h1 {
  display: none;
}

.esquemaNlt {
  border: 1px solid #cacaca;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

@media (max-width: 960px) {
  .Opitblast p {
    text-align: center;
  }
  .Opitblast .mt-5 {
    margin-top: 1rem !important;
  }
  .Opitblast [src="assets/img/surface_render.png"] {
    width: 180px;
    margin-bottom: 1rem;
  }
  .Opitblast [src="assets/img/o-pitdev-mala.png"],
  .Opitblast [src="assets/img/o-pitapp-smartphones.png"],
  .Opitblast [src="assets/img/o-pitblasting-guide.png"],
  .Opitblast [src="assets/img/o-piteco.png"] {
    width: 150px;
    margin-bottom: 1rem;
  }
}

.oPitLogos {
  width: 500px;
  height: auto;
  display: block;
  margin: auto;
}
@media (max-width: 960px) {
  .oPitLogos {
    max-width: 90%;
  }
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Politica p {
  text-align: justify;
}
.Politica__intro, .Politica__item {
  color: #084945;
  font-weight: 600;
}
.Politica__intro {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.Politica__item {
  font-size: 1.5rem;
  padding: 1.5rem 0;
}

@media (max-width: 960px) {
  .Politica p {
    text-align: left;
  }
  .Politica__intro {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .Politica__item {
    font-size: 1rem;
    padding: 1rem 0;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Produtos {
  padding-bottom: 0;
}
.Produtos:nth-of-type(2) {
  padding-top: 1rem;
}

@media (max-width: 960px) {
  .Produtos figure.ImageHover img {
    max-width: 150px;
    margin: auto;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.ProductDetail__product-name {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
.ProductDetail__text {
  padding-left: 2rem;
}
.ProductDetail__text p {
  text-align: justify;
  line-height: 30px;
}
.ProductDetail__text h3 {
  color: #084945;
}
.ProductDetail__thumbnail {
  border-radius: 5px;
  border: 1px solid #cacaca;
  margin-bottom: 20px;
}
.ProductDetail h3 {
  padding: 1.5rem 0;
}
.ProductDetail .bullet {
  color: #000000;
}

.lampLink {
  display: block;
  background-image: url("../assets/img/vma-lamp-icon.png");
  background-size: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 37px;
  line-height: 42px;
  font-size: 0.75rem;
  color: #000000;
  font-weight: 600;
}

@media (max-width: 960px) {
  .ProductDetail__text {
    padding-left: 0;
    padding-top: 2rem;
  }
  .ProductDetail__text p.mt-5 {
    margin-top: 1rem !important;
  }
  .ProductDetail__text p {
    text-align: left !important;
  }
  .ProductDetail__text * {
    text-align: left;
    line-height: 25px;
  }
  .ProductDetail__text .bullet {
    text-align: left;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

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

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #084945;
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1a1a1a;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Servicos a {
  display: block;
  transition: all ease-in-out 0.2s;
  margin-top: 2rem;
}
.Servicos a:hover {
  color: #084945;
}
.Servicos__image {
  margin-bottom: 1rem;
  max-width: 100px;
}
.Servicos__title {
  height: 30px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.8rem;
  text-align: center;
}
.Servicos__description {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 50px;
  text-align: center;
  line-height: normal;
  font-size: 1rem;
}
.Servicos p span {
  text-align: center;
}

@media (max-width: 960px) {
  .Servicos__description {
    text-align: center;
  }
  .Servicos a:not(.Breadcrumbs) {
    background-color: rgba(202, 202, 202, 0.3);
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 1rem;
    margin-bottom: 1rem;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Segmentos__title {
  color: #084945;
  font-size: 3rem;
}
@media (max-width: 960px) {
  .Segmentos__title {
    font-size: 1.5rem;
  }
}
.Segmentos__title {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
}
.Segmentos__item {
  cursor: pointer;
  display: block;
}
@media (max-width: 960px) {
  .Segmentos__item {
    padding: 1rem;
    border: 1px solid #084945;
    border-radius: 1rem;
    margin-bottom: 0.5rem;
  }
  .Segmentos__item:first-of-type {
    margin-top: 1.5rem;
  }
}
.Segmentos__item:hover .Segmentos__item--iconBox .Segmentos__item--iconBox-icon:nth-of-type(1) {
  top: -100px;
}
.Segmentos__item:hover .Segmentos__item--iconBox .Segmentos__item--iconBox-icon:nth-of-type(2) {
  top: 0;
}
.Segmentos__item:hover .Segmentos__item--iconBox .no-fx:nth-of-type(1) {
  top: 0;
}
.Segmentos__item:hover .Segmentos__item--nome, .Segmentos__item:hover .Segmentos__item--saibaMais {
  color: #b21f23;
}
.Segmentos__item--iconBox {
  width: 100px;
  height: 100px;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.Segmentos__item--iconBox-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  transition: all ease-in-out 0.2s;
}
.Segmentos__item--iconBox-icon:nth-of-type(1) {
  top: 0;
}
.Segmentos__item--iconBox-icon:nth-of-type(2) {
  top: 100px;
}
.Segmentos__item--nome {
  font-size: 0.8rem;
  font-weight: 600;
  color: #084945;
  text-transform: uppercase;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Segmentos__item--saibaMais {
  display: block;
  font-size: 0.75rem;
}
.Segmentos__item--nome, .Segmentos__item--saibaMais {
  text-align: center;
}

.SegmentosPage .Segmentos__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 960px) {
  .SegmentosPage .Segmentos__item {
    align-items: center;
  }
}
.SegmentosPage .Segmentos__item--iconBox {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  width: 45%;
  max-width: 100px;
}
.SegmentosPage .Segmentos__item--iconBox-icon {
  position: relative;
}
@media (max-width: 960px) {
  .SegmentosPage .Segmentos__item--iconBox-icon {
    width: 100px;
    height: auto;
  }
}
.SegmentosPage .Segmentos__item .Segmentos__item--nome {
  font-size: 1rem;
}
@media (max-width: 960px) {
  .SegmentosPage .Segmentos__item .Segmentos__item--nome {
    width: calc(60% - 1rem);
    font-size: 0.75rem;
  }
}
.SegmentosPage .Segmentos__item .Segmentos__item--nome {
  text-align: left;
  justify-content: left;
  padding-left: 1rem;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Sismografia {
  padding-bottom: 0 !important;
}
.Sismografia__text {
  padding-right: 2rem;
}
.Sismografia img {
  margin: 0;
  width: 100%;
}
.Sismografia__intro {
  font-size: 1.5rem;
  color: #084945;
}
.Sismografia__intro span {
  font-weight: 600;
}
.Sismografia p {
  text-align: justify;
}
.Sismografia h4 {
  font-weight: 500;
  font-size: 1rem;
}
.Sismografia__figcaption div:nth-of-type(2) {
  padding-left: 312px;
}

@media (max-width: 960px) {
  .Sismografia p {
    text-align: left;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Slider {
  height: 520px;
  overflow: hidden;
}
.Slider__item {
  overflow: hidden;
}
.Slider__item .row {
  height: 520px;
  position: relative;
  z-index: 2;
  align-items: center;
  color: #ffffff;
}
.Slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.Slider__item .title {
  font-weight: 900;
  margin-bottom: 1rem;
}
.Slider__item .subtitle {
  text-align: left;
  font-size: 1.5rem;
}

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

@media (min-width: 960px) and (max-width: 1366px) {
  .Slider .desktop-device {
    display: none;
  }
  .Slider #title {
    font-size: 1.5rem;
  }
  .Slider #subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 960px) {
  .owl-nav {
    top: 90px;
  }
  .Slider {
    height: auto;
  }
  .Slider__item .row {
    height: auto;
    position: relative;
  }
  .Slider__item .row .col-12 {
    padding: 3rem 0;
  }
  .Slider__item #title {
    font-size: 1rem;
  }
  .Slider__item #subtitle {
    font-size: 1rem;
  }
  .Slider__item .title {
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .Slider__item .subtitle {
    padding: 1rem 0;
  }
  .desktop-device {
    display: none;
  }
}
.laboratorio-container {
  max-width: 1400px;
  margin: 0 auto;
  color: #333;
}
@media screen and (max-width: 768px) {
  .laboratorio-container {
    padding: 10px;
  }
}

.header {
  margin-bottom: 30px;
}
.header h1 {
  font-size: 2em;
  margin-bottom: 15px;
  font-weight: 600;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .header h1 {
    font-size: 1.5em;
  }
}
.header .descricao {
  font-size: 1em;
  line-height: 1.6;
  color: #34495e;
  text-align: justify;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  border-left: 4px solid;
}
@media screen and (max-width: 768px) {
  .header .descricao {
    padding: 8px;
    font-size: 0.9em;
  }
}

.tabela-wrapper {
  overflow-x: auto;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.tabela-calibracao, .tabela-ensaios {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 0.95em;
}
.tabela-calibracao th, .tabela-ensaios th {
  background: #014574;
  color: #ffffff;
  font-weight: 600;
  padding: 15px;
  text-align: left;
  border: 1px solid rgb(0.5641025641, 38.9230769231, 65.4358974359);
}
@media screen and (max-width: 768px) {
  .tabela-calibracao th, .tabela-ensaios th {
    padding: 10px;
    font-size: 0.9em;
  }
}
.tabela-calibracao td, .tabela-ensaios td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  vertical-align: top;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .tabela-calibracao td, .tabela-ensaios td {
    padding: 8px;
    font-size: 0.85em;
  }
}
.tabela-calibracao tr:hover, .tabela-ensaios tr:hover {
  background: rgba(0, 0, 0, 0.02);
}
.tabela-calibracao .categoria, .tabela-ensaios .categoria {
  background: #e9ecef;
}
.tabela-calibracao .categoria td, .tabela-ensaios .categoria td {
  font-weight: 600;
  color: black;
  border-bottom: 2px solid rgb(203.4736842105, 210.5, 217.5263157895);
  padding: 10px 15px;
}

.tabela-ensaios th {
  background: #014574;
}
.tabela-ensaios .header h1 {
  border-bottom-color: #2c3e50;
}
.tabela-ensaios .header .descricao {
  border-left-color: #2c3e50;
}
.tabela-ensaios .sem-borda td {
  border-bottom: none;
}
.tabela-ensaios td {
  font-weight: 500;
  background: rgba(1, 69, 116, 0.02);
}
.tabela-ensaios td:last-child {
  font-size: 0.9em;
}
.tabela-ensaios td:last-child br {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .tabela-ensaios td:last-child {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 768px) {
  .tabela-ensaios td, .tabela-ensaios th {
    min-width: 120px;
  }
  .tabela-ensaios td:first-child, .tabela-ensaios th:first-child {
    min-width: 150px;
  }
  .tabela-ensaios td:last-child, .tabela-ensaios th:last-child {
    min-width: 200px;
  }
}

.observacao {
  background: #fff3cd;
}
.observacao td {
  font-style: italic;
  color: rgb(154, 117.04, 0);
  border-bottom: 1px solid rgb(255, 230.76, 154);
  text-align: center;
}
.observacao td strong {
  font-weight: 600;
}

.tabela-calibracao .header h1 {
  border-bottom-color: #16a085;
}
.tabela-calibracao .header .descricao {
  border-left-color: #16a085;
}
.tabela-calibracao .normas {
  background: #f8f9fa;
}
.tabela-calibracao .normas td {
  font-size: 0.9em;
  border-top: 1px solid rgb(218.25, 223.5, 228.75);
  padding: 8px 15px;
}
@media screen and (max-width: 768px) {
  .tabela-calibracao .normas td {
    font-size: 0.8em;
    padding: 6px 8px;
  }
}
.tabela-calibracao td:first-child:empty {
  background: #fafafa;
}
.tabela-calibracao td:first-child:not(:empty) {
  font-weight: 500;
}
.tabela-calibracao td:last-child {
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .tabela-calibracao td:last-child {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .tabela-calibracao td, .tabela-calibracao th {
    min-width: 100px;
  }
  .tabela-calibracao td:first-child, .tabela-calibracao th:first-child {
    min-width: 150px;
  }
  .tabela-calibracao td:last-child, .tabela-calibracao th:last-child {
    min-width: 80px;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .tabela-ensaios,
  .tabela-calibracao {
    font-size: 0.8em;
  }
  .tabela-ensaios td, .tabela-ensaios th,
  .tabela-calibracao td,
  .tabela-calibracao th {
    padding: 8px;
  }
  .tabela-ensaios td:last-child,
  .tabela-calibracao td:last-child {
    font-size: 0.85em;
  }
  .tabela-ensaios .normas td,
  .tabela-calibracao .normas td {
    font-size: 0.8em;
  }
}
@media print {
  .laboratorio-container {
    max-width: 100%;
    padding: 0;
  }
  .header .descricao {
    background: none;
    border-left: none;
    padding: 10px 0;
  }
  .tabela-ensaios th,
  .tabela-calibracao th {
    background: #333 !important;
    color: white !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .tabela-ensaios .categoria,
  .tabela-calibracao .categoria {
    background: #f0f0f0 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .tabela-calibracao .observacao {
    background: #ffffff !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .tabela-calibracao .normas {
    background: #f8f9fa !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.text-center {
  text-align: center;
}

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

.font-bold {
  font-weight: 600;
}

.font-italic {
  font-style: italic;
}

.no-border {
  border: none !important;
}

@media (width > 768px) {
  .selo-abnt {
    width: 105px;
  }
}
@media (width < 768px) {
  .selo-abnt {
    width: 110px;
  }
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.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: 960px) {
  .ToggleButton {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 45px;
  }
}
.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.whiteColor {
  color: #ffffff;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.TrabalheConoscoComponent h2 {
  color: #084945;
  font-size: 3rem;
  font-weight: 800;
}

.TrabalheConosco .sectionHeader {
  padding: 0;
}
.TrabalheConosco p {
  color: rgba(255, 255, 255, 0.8);
}
.TrabalheConosco h2 {
  text-align: left;
}

@media (max-width: 960px) {
  .TrabalheConoscoComponent {
    height: 300px;
  }
  .TrabalheConoscoComponent h2 {
    font-size: 1.5rem;
  }
}
/* Container responsivo 16:9 */
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  cursor: pointer;
}

/* Thumbnail e capa */
.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Botão de play estilizado */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 2;
}

.play-button:hover {
  background: #ff0000;
  transform: translate(-50%, -50%) scale(1.05);
}

/* Iframe responsivo */
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.hidden {
  display: none;
}

.white {
  color: #ffffff;
}

.light-green {
  color: #10504a;
}

.darkGray {
  color: #575757;
}

.gray-bg-color {
  background-color: #cacaca;
}

.light-gray-bg-color {
  background-color: #d1d1d1;
}

.Wipware {
  margin-top: 132px;
}

.VideosWipware {
  height: 700px;
}
.VideosWipware .container, .VideosWipware .container .row, .VideosWipware .container .row .col-md-7 {
  height: 100%;
}/*# sourceMappingURL=main.css.map */