@media (max-width: 768px) {
    .section-title .title, h1 {
        font-size: 1.6rem;
    }
    p.subtitle {
        text-align:center;
    }
    #softwareSol {
        width: 100%;
    }
    .section-title .subtitle {
        font-size: 0.8rem;
    }

    section {
        padding: 10px 0;
    }

    #hero h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .texto-destaque {
        font-size: 1rem;
    }

    .item-desc h2, h2 {
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 20px;
    }
    .item-desc p {
         width: 100%;  
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }

    #hero .hero-img img {
        width: 60%;
    }

    .testimonials {
        margin: 30px 10px !important;
    }

    .espacopadrao {
        padding: 20px 30px !important;
    }

    .headerpadrao {
        padding: 0 10px !important;
    }

    .header-spc {
        padding: 20px !important;
        margin: 0 !important;
    }

    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }

    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }

    [data-aos-delay] {
        transition-delay: 0 !important;
    }

    .carousel-control-prev.custom-carousel-control, .carousel-control-next.custom-carousel-control {
        left: -10px;
        right: -10px;
    }

    #sobre-desc h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .box-exp div {
        padding: 0.5rem 1.5rem;
    }

/*    .box-exp {
        height: 19rem !important;
    }*/

        .box-exp .exp-title {
            font-size: 1rem;
        }

    .page-header .breadcrumb {
        margin-top:80px;
    }

    .image-text-desc img{
        height: 128px;
    }
    .icone-processo {
        height: 100px;
    }
    .box-exp p {
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
}

@media (max-width: 992px) {
    #header {
        padding: 12px 0;
    }

        #header .logo {
            font-size: 28px;
        }

    #hero {
        text-align: center;
    }

        #hero .container, #hero .container-fluid {
            padding-top: 68px;
        }

        #hero .animated {
            -webkit-animation: none;
            animation: none;
        }

        #hero .hero-img {
            text-align: center;
        }

            #hero .hero-img img {
                width: 50%;
            }

    .get-started-btn {
        margin: 0 60px 0 0;
        padding: 6px 18px;
    }
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

@media (min-width: 1200px) {
    #hero {
        background-attachment: fixed;
    }

    .faq .faq-list {
        padding: 0;
    }
}
