@media (min-width: 1200px) and (max-width: 1400px){
    .slider-home .slider-item {
        height: 450px;
        background-size: cover;
    }
}

@media (min-width: 980px) and (max-width: 1200px) {
    .slider-home .slider-item {
        height: 450px;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 979px) {}

@media (max-width: 767px) {
    .bt-menu {
        /* background-color: #1C75BC; */
    }
    .slider-home .slider-item {
        height: 150px;
        background-size: cover;
    }

    .section-sobre h2, .section-cases h2, .section-cases h3 {
        font-size: 24px;
        text-align: center;
    }

    .section-cases h3 {
        padding-top: 20px;
    }

    .section-cases p {
        text-align: center;
        padding-bottom: 30px;
    }

    .section-sobre {
        padding-top: 60px;
        padding-bottom: 300px;
        background-position: right bottom;
        background-size: 218%;
    }

    header .logo {
        max-width: 150px;
    }

    .assinatura {
        text-align: center;
        position: relative;
        display: block;
        margin-top: 15px;
      }

    header .social-icons {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }

    .section-sobre {
        text-align: center;
    }

 

    .section-sobre h3 {
        font-size: 30px;
    }
    .section-sobre h4 {
        font-size: 20px;
    }

    .section-cases {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-servicos-home h2 {
        font-size: 30px;
    }

    .section-aika-lab {
        text-align: center !important;
    }

    .section-depoimentos h2 {
        font-size: 30px;
    }

    .section-news h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .section-clientes {
        text-align: center;
    }

    .section-clientes h3 {
        font-size: 30px;
    }

    .lab-cta {
        text-align: center !important;
        margin-top: 30px;
    }

    footer {
        text-align: center !important;
    }
    footer .social-icons {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: inline-block;
    }
    .menu {
        text-align: center;
    }
    header .social-icons {
        text-align: center !important;
    }
    .menu li {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    footer .logo {
        margin-left: auto;
        margin-right: auto;
    }

    footer p {
        font-size: 12px;
    }

    .section-heart img {
        width: 50%;
        margin-bottom: 30px;
    }

    .section-heart h3 {
        font-size: 30px;
        text-align: center;
    }
    .movimento-cta, .section-cta-servicos {
        text-align: center !important;
    }
    .movimento-cta {
        margin-top: 30px;
    }

    .section-title h1 {
        font-size: 30px;
    }
    .section-title h2 {
        font-size: 18px;
    }
    .section-title {
        padding-top: 20px;
    padding-bottom: 20px;
    }

    .section-contato h2 {
        font-size: 24px;
        padding-top: 30px;
    }
    .section-contato {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-cases h4 {
        text-align: center;
    }

}

@media (max-width: 360px) {}