p {
  font-size: 16px;
}
#topbar {
    background-color: #00102e !important;
    padding: 5px 40px 5px 0px;
    text-align: right;
    width: 100%;
    height: 40px;
    z-index: 10;
}
a {
    color: #ffffff00;
    /* text-decoration: underline; */
}
@media screen and (max-width: 767px) {
    #topbar {
        padding-right: 10px !important;
    }
}
nav.navbar {
  background-color: #00102e !important;
  font-family: "Segoe UI", sans-serif;
}
@media screen and (max-width: 1367px) {
    .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  font-size: 12px !important;
  }
}
    
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #f4f4f4;
}
.logo-img {
  width: 299.9px;
}
.container-fluid {
  padding: 0 40px;
}
.info-section {
  padding-bottom: 30px !important;
}
footer.container-fluid {
  background: #1c1c1c;
  color: #666;
  padding: 15px 0;
}
span.divider {
  width: 50px;
  height: 1px;
  margin: 0 auto;
  background: #00102e;
  display: block;
  margin-bottom: 30px;
}
h1.text-center {
  margin-top: 30px;
  font-size: 32px;
  color: #00102e;
}
.row {
  max-width: 1140px;
  margin: auto;
}
strong.strong-comercio {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
p.p-comercio {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
i.icon-comercio {
  color: #075e71;
  font-size: 20px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 2px solid #075e71;
  text-align: center;
  line-height: 55px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 15px;
}
ol,
ul {
  padding-left: 18px;
}
.page-breaker {
  transform: translate(0, -105px);
}
.logo-footer {
  display: block;
  margin: 30px auto;
  margin-top: 0px;
}
.contato-img {
  margin: 15px 0;
}
.contato-bg {
  background-image: url(../img/banner/mini11.jpg); /* fallback */
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.contato-bg.contato-fale {
  background-image: url(../img/banner/con01.jpg); /* fallback */
  background-size: cover;
}
.contato-bg.contato-trabalhe {
  background-image: url(../img/banner/tco01.jpg); /* fallback */
  background-size: cover;
}
.contato-bg > div.mask {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 1) 55%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contato-bg > div.row {
  position: relative;
  z-index: 2;
}
.btn-contato {
  line-height: 18px;
  display: inline-block;
  color: #fff !important;
  background: #15525e;
  margin: 10px 0;
  padding: 10px 25px;
  border-radius: 15px;
  text-decoration: none;
  margin-bottom: 30px;
}
button.contato {
  border: 1px solid #075e71 !important;
  background: #075e71;
  display: block;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
  padding: 10px 15px;
  transition: all 0.4s;
}
button.contato:hover {
  background: #fff;
  color: #075e71;
}
a.blog-link {
  color: #000;
  text-decoration: none;
  display: block;
}
a.blog-link>strong{
  text-transform: uppercase;
    margin-top: 15px;
    display: block;
    min-height: 48px;
    margin-bottom: 15px;
}
a.blog-link>p{
    margin-bottom: 25px;
}
@media screen and (max-width: 1366px) {
  .container-fluid {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .btn-contato {
    margin: 10px auto 30px;
    border-radius: 10px;
    display: block;
    max-width: 300px;
}
  .contato-bg,
  .contato-bg.contato-fale,
  .contato-bg.contato-trabalhe {
    background-image: none;
  }
  .container-fluid {
    padding: 0 10px;
  }
  .m-auto {
    display: block;
  }
  .mobile-spacer {
    padding-bottom: 30px;
  }
  span.divider {
    margin-bottom: 0px;
  }
}
