@media (max-width: 599px) {
    body {
        font-size: 8px;
    }
    .navbar-nav .nav-link, .nav-item .dropdown-item {
        font-size: 1.0em !important;
    }
    .solutions .list-logos div {
        border-right: 0 !important;
        margin-right: 0 !important;
    }
    .featured .banner {
      height: 150px;
      background-size:120% auto;
    }

    .featured a[class^='carousel-control-'] span.bg-arrows {
        background-color: #004a95;
        padding: 10px 10px;
    }

    .testimonials-item2 p {

        font-size: 1.2em;
        font-weight: 300;

    }

    footer .logoRodape {
        max-width: 20%;
    }
    footer, footer a {
        font-size: 1.0em !important;
    }
    footer .copyright {
        text-align: center;
        padding-top: 30px;
    }
    .empresa-quemfaz p.description {

        font-size: 1.8em;
    }
    .quemsomos-cargo {
        font-size: 0.5rem;
    }
    .title {
        font-size: 2em;
        font-weight: 800;
        color: #00428e;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .featured .banner {
      height: 150px;
      background-size:150% auto;
    }
    footer .copyright {
        text-align: center;
        padding-top: 30px;
    }
    footer .logoRodape {
        max-width: 20%;
    }
    .empresa-quemfaz p.description {

        font-size: 1.8em;
    }
    .quemsomos-cargo {
        font-size: 0.5rem;
    }
    .title {
        font-size: 2em;
        font-weight: 800;
        color: #00428e;
    }
    .testimonials-item2 p {

        font-size: 1.2em;
        font-weight: 300;

    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    .featured .banner {
      height: 200px;
      background-size:140% auto;
    }
    .navbar-nav .nav-link, .nav-item .dropdown-item {
        font-size: 1.4em !important;
    }
    footer, footer a {
        font-size: 1.4em !important;
    }
    
    footer .logo img {
        width: 20%;
    }
    footer .logoRodape {
        max-width: 20%;
    }
    footer .copyright {
        text-align: center;
        padding-top: 30px;
    }
    .empresa-quemfaz p.description {

        font-size: 1.8em;
    }
    .quemsomos-cargo {
        font-size: 0.5rem;
    }
    .title {
        font-size: 2em;
        font-weight: 800;
        color: #00428e;
    }
    .testimonials-item2 p {

        font-size: 1.2em;
        font-weight: 300;

    }
}

@media (min-width: 600px) {
}

@media (min-width: 900px) and (max-width: 1199px) {
}

@media (min-width: 900px) {
    .form-search {
        width: 50%;
    }
    footer img {
        max-height: 90%;
    }
    .espacoLogoClientes {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 1200px) and (max-width: 1799px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1800px) {

}

@include media-breakpoint-up(xs) {
  .featured .banner {
      height: 100px;
      background-size:140% auto;
    }

    .featured a[class^='carousel-control-'] span.bg-arrows {
        background-color: #004a95;
        padding: 10px 10px;
    }
}