@media (max-width: 800px) {

    .drop_btn {
        display: block;
    }

    .list-plataforms img {
        width: 40px;
    }

    .box-prod {
        width: 100%;
        /* box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.141); */
        padding: 20px 20px;
    }

    .list-plataforms,
    .desc-companys-login {
        display: none;
    }

    .topMenu {
        height: 80px;
    }

    .content {
        width: 97%;
    }

    .descriptionContext {
        font-size: 0.9em;
        margin: 5px 0px;
    }

    .contextBtn,
    .defaultBtn,
    .readMoreService {
        width: 140px;
        padding: 10px;
        border-radius: 3px;
        font-size: 0.9em;
    }

    .two-elements {
        width: 100%;
        display: block;
    }

    .first-element,
    .last-element {
        width: 100%;
        padding: 0px;
    }

    .box-service {
        height: 170px;
        display: flex;
    }

    .content-box-service {
        width: 90%;
        height: 180px;
        display: flex;
    }

    .desc-service {
        width: 60%;
        height: 100px;
        background-color: transparent;
        padding-left: 10px;
    }

    .desc-service h2 {
        font-size: 1em;
        margin: 5px 0px;
    }

    .desc-service p {
        font-size: 1em;
    }


    .imageAbout,
    .textAbout {
        width: 100%;
        padding: 5px;
    }

    .copyright {
        padding: 20px 5%;
    }

    .content-footer {
        width: 100%;
        display: block;
    }

    .block-one,
    .block-two,
    .block-three {
        width: 100%;
    }

    .block-two {
        display: none;
    }

    .social-medias img,
    .social-medias a {
        filter: grayscale(0%);
    }

    .social-medias {
        padding: 0px;
    }

    .lg-foot {
        width: 50%;
    }

    .mini-box-form {
        width: 100%;
        border-radius: 2px;
        padding: 20px 10px;
    }

    .form-services .mini-box-form {
        padding: 20px 10px;
    }

    .form-title,
    .title-section {
        font-size: 1.1em;
        margin-bottom: 5px;
    }

    .text-section-blue {
        font-size: 0.9em;
        margin-bottom: 10px;
    }

    ul.text-section-blue {
        margin-left: 20px;
    }

    .conten-box-cotes {
        align-items: center;
        justify-content: center;
    }

    .title-geralboxinfo {
        font-size: 0.9em;
    }

    .desc-service h2 {
        font-size: 0.9em;
        color: #272727;
        font-family: Montserrat;
        margin-bottom: 10px;
        margin-top: 10px;
        background-color: transparent;
    }

    .desc-service p {
        font-size: 0.9em;
        color: #595959;
        font-family: Karla, sans-serif;
    }

    .content-navigation-lines {
        display: block;
    }

    .content-navigation-lines img {
        width: 70%;
        text-align: center;
    }

    .content-navigation-lines .text-section-blue {
        width: 100%;
        padding: 10px 20px;
    }


    .box-companys {
        padding: 10px;
        background-size: 120%;
    }

    .content-companys {
        width: 98%;
        margin: auto;
        padding: 10px 0px;
        display: block;
    }

    .box-cards-services {
        width: 100%;
    }

    .default-btn {
        font-size: 0.7em;
    }

    .global-box {
        display: block;
    }

    .global-picture,
    .global-desc {
        width: 100%;
        height: auto;
    }

    .content-config-new-chat .global-picture {
        display: none;
    }

    .title-global-box {
        font-size: 1.3em;
    }

    .form-home {
        background-size: 800%;
    }

    .box-contact-map {
        padding-bottom: 20px;
    }

    .desc-content-global-box {
        padding-bottom: 20px;
    }

    .btn-on-cardservice {
        width: 100%;
    }


    .box-cards-services {
        width: 100%;
        position: static;
        transform: none;
    }

    .content-cards-services {
        padding: 10px 0;
    }

    .items-cards-services {
        overflow-x: auto;
        /* white-space: nowrap; */
        /* impede que os itens quebrem em várias linhas */
    }

    .card-service {
        margin: 10px 2px;
        box-shadow: none;
        padding: 0px 40px;
    }

    .box-cards-about {
        transform: translateX(38px);
    }

    .box-what-we-do {
        background-size: 600%;
    }

    .box-cards-about .title-global-box {
        display: none;
    }

    .just-overflowx-100 {
        width: 100%;
        overflow-x: hidden;
    }

    .cards-back-slider,
    .cards-next-slider {
        width: 50%;
    }

    .cards-next-slider {
        width: 30px;
        right: calc(8% - 17px);
    }

    .cards-back-slider {
        left: -73px;
    }

    .btn-on-cardservice.with-icon {
        position: static;
    }

    .space-for-card-services {
        height: 20px;
    }



    .home-list-platforms {
        display: block;
    }

    .home-list-platforms .bar-and-text-slider {
        width: 100%;
        position: static;
        display: flex;
        justify-content: center;
    }

    .home-list-platforms .content-plaforms-images {
        width: 100%;
        transition: 0.2s;
    }

    .home-list-platforms .content-plaforms-images:hover {
        background-color: #ccc;
    }

    .home-list-platforms .content-plaforms-images img {
        width: 50%;
    }
}