/*.layout-wrapper{
    width: 97% ;
    margin: 0 auto;
}*/


body {
    overflow-x: hidden !important;
}

.wrap-duvidas{
    padding-top: 173px!important;
}

.wrap-duvidas > .wrap {
    position: relative!important;
    padding: 55px 0 !important;
}

.centralized{
    text-align: center;
}

.centralized-mobile{
    text-align: center;
    background-color: #F4F4F4;
}
.h1-footer-mobile{
    text-align: center;
    color: #7F7F7F;
    font-weight: 700;
    font-size: 24px;
    line-height: 29.11px;
}

.card-avisos-geral-footer{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.card-avisos-footer{
    border: 1px solid #C7C7C7;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 10px;
    width: 100%;
}
.grid-avisos-footer{
    margin: 0 auto;
    height: 100px;
    padding: 10px;
}
.icon-avisos-footer{
    font-size: 2rem;
    color: #00CF76;
}
.text-avisos-footer{
    color: #7F7F7F;
    font-weight: 700;
}

.header-desktop{
    display: none;
}


.wrap.is-centralized {
    margin: 0 auto;
    width: 90%;
}

/* CRUMBS */
.crumbs {
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    background: #C7C7C7;
    border-radius: 5px;
    width: auto;
    height: 20px;
    color: #fff;
    padding: 5px 5px;
    display: inline-table;
}

.grid-duvidas {
    position: relative!important;
    overflow: hidden!important;
    display: block!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    padding: 0;
    margin: 0;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    list-style: none;
    line-height: 1;
}

.grid-duvidas > .grid-item {
    display: inline;
}

.grid-duvidas > .grid-item > .link, .grid-duvidas > .grid-item > .text {
    display: inline;
    color: #FFF;
}

.grid-duvidas > .grid-item > .link:hover, .grid-duvidas > .grid-item > .link:active {
    color: #00A849;
}

.grid-duvidas > .grid-item:not(:last-child)::after {
    margin: 0 2px 0 5px;
    content: '/';
}

@media (min-width: 800px) {
    .crumbs {
        right: 0;
        left: 0;
    }
}


@media (max-width: 769px) {
    .layout-wrapper{
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }
}
.centralized{
    text-align: center;
}

/*tablet */
@media (min-width: 577px) {

}
/*monitores pequenos */
@media (min-width: 769px) {
    .wrap.is-centralized {
        margin: 0 auto;
        width: 90%;
    }
}

/*monitores médios */
@media (min-width: 993px) {
    .wrap.is-centralized.header-align {
        width: 98%;
    }
    .wrap.is-centralized {
        width: 900px;
    }
    
    .centralized-mobile{
        text-align: left;
    }
    
}

/*monitores grandes */
@media (min-width: 1201px) {
    .wrap.is-centralized.header-align {
        width: 1200px;
    }
    
    .wrap.is-centralized {
        width: 1200px;
    }
    
}
/*monitores extra-grandes */
@media (min-width: 1401px) {
     .wrap.is-centralized.header-align {
        width: 1325px;
    }
    .wrap.is-centralized {
        width: 1325px;
    }

    


}








