.header-3 {
  margin-top: 58px;
  background-color: #ffffff;
}

.header-4-top {
  margin-bottom: 0;
  background: var(--rr-theme-glow);
  padding-bottom: 15px;
  padding-top: 15px;
}

.main-menu ul li>a {
  padding: 25px 0;
}

.rr-sticky {
  margin-top: 0px;
}

.banner-2__space {
  padding: 0 !important;
  margin-top: 60px;
}

.banner-2__space .title-animation {
  font-size: 3em;
}

.banner-2__content h1 {
  font-size: 40px;
  line-height: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-2__space {
    padding-top: 160px;
    padding-bottom: 90px;
  }
}

.banner-2__media {
  border-radius: 20px;
}

.banner-2__media img {
  margin-left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-2__content {
  margin-bottom: 60px;
}

.header-4-top__menu a {
  font-size: 11pt!important;
}

.breadcrumb__header-up {
    margin-top: 60px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .banner-2__content {
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .banner-2__space .title-animation {
    font-size: 2em;
  }

  .banner-2__content h1 {
    margin-top: 1.5em!important;
    margin-bottom: 0.5em!important;
    line-height: 1em;
  }

  .logo img{ 
    width: 150px!important;
  }

  .mobile-hide{
    display: none;
  }

  .btn-float, #scroll-percentage {
    right: 5px!important;
  }
}

.section__title {
    font-weight: bolder;
    font-size: 1.8em !important;
}

.main-menu ul li {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.main-menu ul li a{
  font-size: 16px;
}

.banner-2 {
    background-size: contain; /* ou cover, dependendo do efeito que quer */
    background-repeat: no-repeat;
    background-position-x: 10em;
}

.banner-2__media {
  max-width: 100%;
}

.rr-btn {
    border-radius: 15px;
    font-weight: bold;
}

.mean-container .mean-nav ul li a.rr-btn, .mean-container .mean-nav ul li span.rr-btn{
  text-align: center!important;
}

.mean-container .mean-nav ul li *:hover {
    color:#ffffff!important;
}

.mean-container .mean-nav ul li a.rr-btn {
    float: none !important;
    display: block;           /* garante que ocupe a largura */
    text-align: center !important;
}

.mean-container .mean-nav ul li a.rr-btn span {
    display: inline-block;
    float: none !important;
    text-align: center;
}