@media (max-width: 768px) {

  .section-title h3 {
    font-size: 1.4rem;
  }

  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }

  #header #logo img {
    max-height: 100%;
    max-width: 120px !important;
  }

  #intro .btn-get-started {
    font-size: 13px !important;
    margin-bottom: 30px;
  }

  #intro .intro-title {
    font-size: 30px;
  }

  .owl-nav {
    display: none;
  }

  .owl-carousel {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px 40px 15px;
  }

  .owl-item .item {
    padding: 10px;
    height: auto;
    max-width: 100%;
    margin: 20px auto;
    width: 95%;
    min-height: 180px;
  }

  .theme-btn {
    background: #8bc34a;
  }

  .child-call a {
    font-size: 28px;
  }

  .child-call a.credenciar-btn {
    font-size: 25px;
    background: #8bc34a;
  }

  .bb-image-side {
    display: none;
  }

  section#vantagens {
    padding: 50px 0;
    height: auto;
    min-height: 100%;
  }

  section#vantagens .col-lg-6,
  .col-md-6,
  .col-xs-6 {
    width: 50%;
    padding: 0;
  }

  .vantagens-item {
    height: 150px;
    width: 100%;
    margin: 10px auto;
    max-width: 90%;
    padding: 0 10px;
  }

  .vantagens-item p {
    font-size: 14px;
    margin: 0 auto;
    display: flex;
    height: auto;
    line-height: 20px;
  }


  .footer-box {
    padding-top: 0;
  }

  .footer-box {
    padding-top: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 98%;
    margin: 0 auto;
  }


  .footer-area .text-foot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }


  .footer-area .text-foot li {
    line-height: 24px;
    font-size: 14px;
    word-break: break-all;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }

  .footer-area .text-foot li.email {
    line-height: 24px;
    font-size: 14px;
    word-break: break-all;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }

  .footer-area .text-foot.adress-full li {
    text-align: center;
  }

  .footer-area .text-foot li.email i,
  .footer-area .text-foot.adress-full li i {
    display: none !important;
  }

  .footer-box .logo {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .footer-area {
    padding: 80px 0 0 0;
  }

  .footer-area p {
    color: #d8e0f4;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: center;
    padding: 20px 0;
    font-weight: 400;
  }

  .wc_whatsapp_app {
    right: 5px;
    bottom: 5px;
  }

  .go-top {
    right: 5px;
    display: none !important;
  }

}


@media (max-width: 992px) {

  #header .container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    ;
  }

  .home .hero-area {
    padding: 0 0 50px 0;
    height: auto;
  }

  .hero-side.col-md-5 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0 30px;
  }

  .hero-wrapper-side {
    margin: 0px auto;
    max-height: 100%;
    position: relative;
  }

  .home .hero-containt {
    padding: 0 15px 40px 15px;
  }

  .hero-text {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    height: auto;
    min-height: 200px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 10%;
  }

  .nav-menu li.inicio-mobile {
    display: block;
  }

  #nav-menu-container {
    display: none;
  }

  #header {
    padding: 15px 0;
    height: 70px;
  }

  #header.header-fixed {
    height: 70px;
    transition: all 0.5s;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  .section-header .section-title {
    font-style: 22px;
  }

  .child-containt {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
  }

  .section-title.coo h3 {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
  }

  .child-containt .coo span {
    display: flex;
  }

  .all-service {
    padding-top: 30px;
  }

  .video-mga {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    margin: 40px auto 0 auto;
    max-width: 100%;
    background: #fff;
    height: auto;
    padding: 0;
    border-radius: 10px;
    flex-direction: column;
    text-align: center;
  }

  .video-mga img {
    margin-right: 0;
    max-width: 40px;
    margin-bottom: 10px;
  }

}

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

  .nav-menu li.inicio-mobile {
    display: none;
  }

}


@media (max-width: 414px) {

  .section-title h3 {
    font-size: 1.2rem;
  }

  .bb-text p {
    font-size: 15px;
    font-weight: 300;
  }

  .theme-btn {
    width: 100%;
  }

  .section-title.coo h3 {
    font-size: 1.3rem;
  }

  .hero-text h3 {
    font-size: 25px;
  }

  .hero-text {
    min-height: 150px;
    margin-top: 20%;
  }


}

@media (max-width: 360px) {

  section#vantagens .col-lg-6,
  .col-md-6,
  .col-xs-6 {
    width: 100%;
    padding: 0;
  }

  .vantagens-item {
    height: 150px;
    width: 100%;
    margin: 10px auto;
    max-width: 90%;
    padding: 0 10px;
  }
}
