@media (max-width: 768px) {
    section{
        padding: 0 19px;
    }

    /* Header */
    .centerbx {
        display: grid;

        .logoSite {
            margin: 15px auto !important;
        }
    }

    .logo_box {
        display: flex;
        height: 245px !important;

        .locale-cad {
            padding-top: 35px !important;
            display: flex;
            justify-content: center;
            width: auto !important;
            margin: unset !important;
        }

        .lumis-service-search input:nth-child(1) {
            width: 100% !important;
        }
    }

    .aux-item {
        width: 90% !important;
        margin: 15px auto;

        .aux-menu {
            text-align: center !important;
        }

        .aux-menu a:nth-child(1) {
            margin-right: unset !important;
        }
    }

    .sup {
        background: unset !important;
        margin-top: 55px;

        .mob-menu-call {
            display: flex;
            justify-content: center;
            background-color: #003bd1;
            color: white;
            padding: 7px 0;
            gap: 10px;
            width: 90%;
            margin: 13px auto;
        }
    }

    .mainMenu {
        flex-direction: column;
        width: 90%;
        margin: 20px auto !important;

        .fundoMenu {
            display: none !important;
        }

        .first {
            flex-direction: column;
            height: auto;
            text-align: center;
        }

        .first li {
            margin: 0 !important;
        }

        .first li .img-menu-active {
            display: none !important;
        }

        .first li a {
            height: 38px !important;
            border-top: 1px solid #dfdfdf;           
        }

        .first li .main-left {
            background: content-box;

            > span {
                display: inline !important;
            }
        }

        .first li .submenu.open {
            flex-direction: column;
            position: relative;
            width: 100%;
            top: auto;
            gap: 0;
            margin-left: 0;
            margin-bottom: 0;

            .col-menu {
                width: 100%;
                background-color: #d2d2d2;
                padding-bottom: 0;

                .ir-para a {
                    padding: 30px 0;
                    align-items: center;
                    display: flex;
                    justify-content: center;
                    border-bottom: none;
                }
            }

            .subMenus{
                column-count: 1;
                
                .cl-menu {
                    width: 100%;
                    float: none;
    
                    > h5 {
                        font-size: 14px;
                        margin: 0 !important;
                        padding: 15px 0;
                        border-top: 1px solid #bbb;
    
                        > span {
                            display: contents;
                        }
                    }
            } 

                > a {
                    justify-content: center;
                    border-top: 1px solid #bbb;
                    padding: 10px 0 !important;
                    height: auto !important;
                }
            }

            .col-destaque {
                width: auto;
                padding-bottom: 10px !important;
                border-top: 1px solid #bbb;
    
                > h5 {
                    font-size: 14px !important;
                    margin: 25px 0 20px !important;
                }
    
                > a {
                    text-wrap: wrap;
                    margin: 2px auto 5px !important;
                    width: 91%;
                    justify-content: space-between;
                }
            }
        }

        .second {
            display: flex;
            flex-direction: column;
            height: auto;
            text-align: center;
            padding: 0;
        }

        .second li {
            margin: 0 !important;
        }

        .second li a {
            height: 38px !important;
            border-top-style: solid;
            border-width: 1px;
            margin: 0 !important;
        }

        .social {
            display: none;
        }
    }

    /* Content */
    .siteMap {
        display: none;
    }

    /* Footer */
    .footer-ifx, .share-bar {
        gap: unset !important;
        flex-direction: column;
    }

    .share-bar {
        padding: unset !important;
    }

    .contato {
        display: none !important;
    }

    .logo-footer {
        margin: 0 auto;
    }

    .share-container {
        margin: 0 auto;

        .footer-details {
            display: flex;
            flex-direction: column;
        }

        .social {
            display: flex;
            justify-content: center;
        }
    }

    .termos {
        margin: 5px auto !important;
    }
}