.mail-msg {
  text-align: center;
  color: white;
  font-family: 'Montserrat';
  font-weight: 100;
  font-size: 20px;
}

.mail {
  background-color: #143d6f;
}

.mail-flex {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.contato-image {
  margin-top: 50px;
  height: 200px;
  background-image: url("../../assets/img/mail.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ekko-lightbox-nav-overlay a {
  color: black;
}

.bg-dark {
  background-image: linear-gradient(rgb(0,94,152), rgb(20,61,111));
}

.navbar-brand {
  margin-left: 25px;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("../../assets/img/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 125px;
  height: auto;
}

.navbar-dark .navbar-nav .nav-link:focus .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link {
  font-weight: bold;
  font-family: 'Montserrat';
  -o-transition: color .2s ease-out, background 1s ease-in;
  -ms-transition: color .2s ease-out, background 1s ease-in;
  -moz-transition: color .2s ease-out, background 1s ease-in;
  -webkit-transition: color .2s ease-out, background 1s ease-in;
  transition: color .2s ease-out, background 1s ease-in;
  color: rgba(255,255,255,.5);
  padding-left: 15px;
  padding-right: 15px;
}

h2 {
  font-family: 'Montserrat';
  font-weight: bold;
}

h3 {
  font-family: 'Roboto Slab';
  font-size: 18px;
  /*padding-top: 20px;*/
}

#services {
  padding-top: 50px;
}

.container {
  /*padding-bottom: 75px;*/
  width: 75%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 600px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 900px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}

.col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 35px;
}

@media (min-width: 992px) {
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.list-group-item:disabled {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: #fff;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  font-size: 18px;
  font-family: 'Roboto Slab';
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
}

@media (min-width: 768px) {
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
}

@media (min-width: 768px) {
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
}

@media (min-width: 992px) {
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 992px) {
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
}

@media (min-width: 992px) {
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
}

@media (min-width: 1200px) {
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
}

@media (min-width: 1200px) {
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
}

@media (min-width: 1200px) {
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

#services ul.list-group li {
  border: none;
  background: none;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#clients {
  margin-top: 50px;
}

.footer-navigation h3 span {
  color: #5383d3;
}

.footer-navigation p.links a {
  font-size: 12px;
  font-family: 'Montserrat';
  color: #fff;
  text-decoration: none;
}

.footer-navigation p.company-name {
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  margin-top: 20px;
}

@media (max-width: 576px) {
  .footer-navigation p.company-name {
    /*text-align: center;*/
  }
}

@media (max-width:767px) {
  .footer-contacts {
  }
}

.footer-contacts p a:hover {
  color: rgba(255,255,255,1);
}

.footer-contacts p a {
  -o-transition: color .2s ease-out, background 1s ease-in;
  -ms-transition: color .2s ease-out, background 1s ease-in;
  -moz-transition: color .2s ease-out, background 1s ease-in;
  -webkit-transition: color .2s ease-out, background 1s ease-in;
  transition: color .2s ease-out, background 1s ease-in;
  /*font-size: 12px;*/
  font-family: 'Montserrat';
  color: #92999f;
  text-decoration: none;
  font-size: 12px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

.simple-slider .swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

.footer-middle {
  vertical-align: middle;
}

.social_usimazza a:hover {
  /*margin-right: 7px;*/
  /*font-size: 18px;*/
  /*line-height: 35px;*/
  /*text-align: center;*/
  /*color: #FFF;*/
  background-color: #073a60;
  /*border-radius: 3px;*/
  /*height: 35px;*/
  /*width: 35px;*/
  /*display: inline-block;*/
}

.social_usimazza a {
  -ms-transition: color .2s ease-out, background .2s ease-in;
  -moz-transition: color .2s ease-out, background .2s ease-in;
  -webkit-transition: color .2s ease-out, background .2s ease-in;
  transition: color .2s ease-out, background .2s ease-in;
  margin-right: 7px;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  color: #FFF;
  background-color: #92999f;
  border-radius: 3px;
  height: 35px;
  width: 35px;
  display: inline-block;
}

.social_usimazza {
  margin-top: 20px;
}

#particles-js {
  margin-top: -250px;
  /*position: absolute;*/
  /*margin-top: auto;*/
  height: 300px;
  /*padding: 55px;*/
  /*background-color: rgb(0,94,152);*/
  background-image: url("../../assets/img/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -999;
}

.produtos_main {
  text-align: center;
  text-shadow: 2px 2px 4px #000000;
  color: white;
  font-family: 'Roboto Slab';
  color: #FFF;
  padding-top: 100px;
}

#particles_up {
  height: 250px;
  /*display: block;*/
  /*margin-top: -250px;*/
  /*overflow: hidden;*/
}

#produtos_grid {
  padding-bottom: 75px;
  padding-top: 75px;
  /*height: 500px;*/
  background-color: rgba(244,244,244,0.5);
  /*opacity: 0.5;*/
  /*background-image: url("../../assets/img/bg.png");*/
}

#produtos_grid::after {
  /*padding-bottom: 75px;*/
  /*padding-top: 75px;*/
  /*height: 500px;*/
  /*background-color: #f4f4f4;*/
  /*background-image: url("../../assets/img/bg.png");*/
  opacity: 0.50;
}

#produtos_categoria {
  padding-top: 75px;
  /*height: 500px;*/
}

.h4, h4 {
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-size: 1rem;
  /*font-weight: 400;*/
  /*font-size: larger;*/
}

.produtos_square {
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 70%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
}

.produtos_square_special {
  /*margin-bottom: 30px;*/
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 70%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .produtos_square {
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    width: 70%;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .produtos_square_special {
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    width: 70%;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.produtos_imagem {
  margin-top: 30px;
  /*width: 15px;*/
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 576px) {
  .product_types {
    font-weight: 400;
    margin: auto;
    max-width: 250px;
    padding-top: 30px;
  }
}

.product_conexao {
  padding-top: 30px;
}

lightbox_small {
  padding: 5px;
}

.lightbox_small {
  /*padding: 15px;*/
}

.product_description {
  font-size: 16px;
  text-align: justify;
  font-family: 'Montserrat';
  padding-bottom: 0;
  padding-top: 25px;
  margin-bottom: 0;
  font-weight: bold;
}

.product_description_text {
  font-size: 16px;
  text-align: left;
  font-family: 'Montserrat';
  padding-bottom: 0;
  padding-top: 25px;
  margin-bottom: 0;
  line-height: 26px;
}

@media (min-width: 300px) {
  .produto_tittle {
    font-size: 26px;
    font-family: 'Roboto Slab';
  }
}

@media (min-width: 576px) {
  .produto_tittle {
  }
}

.tabela {
  font-family: 'Montserrat';
}

.list_footer {
  line-height: 20px;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 12px;
}

@media (min-width: 992px) {
  .list_footer {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .logo_footer {
    background-position: center;
  }
}

.logo_footer {
  background-image: url("../../assets/img/logo.svg");
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  /*background-position: left;*/
  margin-bottom: 25px;
}

.border_radius {
  border-radius: 15px;
}

#contato {
  margin-top: 75px;
  background-color: #black;
}

.contato_logo {
  /*margin-bottom: 30px;*/
  /*margin-top: 30px;*/
  height: 75px;
  background-image: url("../../assets/img/logo_color.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.col-8.reset_margin {
  padding-left: 0;
  padding-right: 0;
}

.contato_info {
  /*padding-bottom: 20px;*/
  line-height: 16px;
  padding-top: 20px;
  font-family: 'Montserrat';
  /*font-weight: bold;*/
  /*height: 500px;*/
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.map-class-height {
  min-height: 250px;
}

.container-contato {
  width: 900px;
}

.contato-icon {
  vertical-align: middle;
  font-size: 25px;
}

.contato-tittle {
  padding-bottom: 20px;
  font-family: 'Roboto Slab', serif;
  font-size: 20;
}

.contato-form {
  /*margin-top: 50px;*/
}

.text-muted {
  font-family: 'Montserrat';
  font-size: 14px;
}

.text-uppercase {
  font-weight: normal;
  font-family: 'Roboto Slab';
  font-size: 28px;
}

.text-muted.section-subheading {
  font-family: 'Montserrat';
  font-size: 20px;
}

.table thead th {
  font-family: 'Montserrat';
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
  font-size: 14px;
}

.table td, .table th {
  padding: .5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.contato-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

.contato-subtittle {
  font-family: 'Roboto Slab';
  font-size: 18px;
}

.g-recaptcha {
  margin-top: 30px;
}

.separator {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 40px;
  height: 2px;
  background-color: #dadada;
  margin-left: auto;
  margin-right: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.link-test {
  width: 50%;
}

.model_special {
  font-size: 14px;
  height: 22px;
  color: #005e98;
}

.produto_tittle_special {
  font-family: 'Roboto Slab';
  color: #0f5dba;
}

.product_grid {
  filter: drop-shadow(0 0 0.3rem #bebebe);
  border: 1px solid #c5c5c5;
  background-color: white;
  border-radius: 5px;
  margin: 10px 0 10px 0;
}

.products_padding {
  padding-bottom: 75px;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #a4a4a4;
  border-color: #7e7e7e;
}

