*, ::after, ::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}



#anti h2{
    color: #3B3B3B;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#anti .container{
    margin-top: 100px;
}

#anti .eva{
    color: #3B3B3B;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}

#anti h4{
    color: #3B3B3B;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#anti .span{
    color: #3B3B3B;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#anti .orçamento{
    border-radius: 10px;
    background:  #F0C156;
    padding: 10px 30px;
    color: #3B3B3B;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    
}

header .wrap_menu {
    z-index: 10000;
}

.ak-BtnFloating-btn{
    z-index: 2;
}

@media (max-width:767px){
    #anti .container {
        margin-top: 0px;
    }
    .texto{
        padding: 1rem;
        padding-left: 1rem !important;
    }
    #topo .row-topo{
        padding-top: 0 !important;
    }
}

@media (max-width:1199px) {
    .placas_texturas {
        bottom: 20% !important;
        left: 30% !important;
    }
}

@media (min-width:1200px) {
    .placas_texturas {
        bottom: 7% !important;
        left: 30% !important;
    }
}

.uk-dotnav>.uk-active>* {
    background-color: rgb(240, 193, 86) !important;
    border-color: transparent;
}

