@media (min-width: 1280px) and (max-width: 4000px) {
.mobile-nav-show {
  display: none;
}
}

@media (min-width: 1366px) and (max-width: 1600px) {
.blog .card {
  margin: 20px 0;
}
}

@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 300px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }
  .navbar ul {
    display: block;
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #fff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 10001;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    color: var(--color-blue);
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar>ul>li {
    padding: 0;
  }
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }
  .navbar .button, .navbar .button:focus, .navbar.scrolled .button, .navbar .button:focus, .navbar.page .button, .navbar.page .button:focus {
    margin: 0 20px;
  }
  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #19335c;
  }
  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }
  .mobile-nav-active .navbar {
    right: 0;
  }
  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 25px;
    z-index: 9999;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
.navbar .social {
  display: none;
}
#hero .swiper-slide h2 {
  font-size: 60px;
}
#sobre .content h3 {
  font-size: 70px;
}
.blog .card {
  margin: 20px 0;
  min-height: 560px;
}
footer .btn-default,
footer .btn-default:focus {
  padding: 12px 30px;
}
}

@media (width: 820px) and (height: 1180px) {
.navbar .current-menu-item a:before, .navbar.page .current-menu-item a:before {
  visibility: hidden;
  width: 0;
}
#hero .swiper-slide{
  min-height: 50vh;
}
#sobre .content h3 {
  font-size: 26px;
}
#sobre .content p {
  font-size: 12px;
}
#sobre img {
  width: 100%;
}
#diferenciais {
  background: var(--color-secondary);
  margin-top: -130px;
}
footer .btn-default,
footer .btn-default:focus {
  padding: 12px 10px;
}
}

@media (min-width: 768px) and (max-width: 912px) {
.navbar .current-menu-item a:before, .navbar.page .current-menu-item a:before {
  visibility: hidden;
  width: 0;
}
#hero .swiper-slide{
  min-height: 50vh;
}
#sobre .content h3 {
  font-size: 26px;
}
#sobre .content p {
  font-size: 12px;
}
#sobre img {
  width: 100%;
}
#diferenciais {
  background: var(--color-secondary);
  margin-top: -130px;
}
footer .btn-default,
footer .btn-default:focus {
  padding: 12px 10px;
}

}

@media (min-width: 320px) and (max-width: 480px) {
#header {
  background: #fff;
}
.navbar .current-menu-item a:before, .navbar.page .current-menu-item a:before {
  visibility: hidden;
  width: 0;
}
.navbar .social {
  display: none;
}
#hero .banner-slide {
    background-size: cover; /* Scale the background image to cover the entire container */
    background-repeat: no-repeat;
    background-position: center center; /* Center the background image */
    min-height: 300px; /* Adjust the minimum height as needed */
    display: flex;
    align-items: center;
}

#hero .banner-content {
    text-align: center;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7); /* Add a semi-transparent background to make text more readable */
    border-radius: 5px;
    margin: 0 auto; /* Center the content horizontally */
}
#hero .swiper-slide svg {
  width: 100%;
}
#hero .swiper-slide h2 {
  font-size: 60px;
}
#sobre .content h3 {
  font-size: 60px;
  padding-top: 50px;
}
#sobre img {
  width: 100%;
}
#diferenciais {
  background: var(--color-secondary);
  margin-top: -141px;
}
#diferenciais .section-title h3 {
  font-size: 40px;
}

#blog-page {
  margin-top: 5em;
}
#blog-page h2 {
  text-align: center;
  padding-bottom: .5em;
}
#blog-page #search-input {
  text-align: center;
  margin: .5em auto;
  float: none;
}
#blog-single .share{
  padding: 0 1em;
}
#blog-single .post-tags {
  padding: 1em 1em 0 1em;
}
#blog-single .blog-posts-nav {
  padding: 0 1em;
  margin: 38px auto;
}
#blog-single h2.related-posts {
  padding: 0 1em;
}
.post-single .single-header {
  left: 10px;
}
.post-single p{
  padding: 0 1em;
}
.post-single blockquote > p {
  padding: 0 1em;
  margin-bottom: 8px;
  font-size: 20px;
}
#search {
  margin-top: 5em;
}
#search .list-group {
  margin: 0 1em 20px 1em;
}
}