#sac {
    background-color: var(--cor-primaria);
}

.box-atendimento {
    width: 313px;
    /* width: 249px; original */
    height: 157px;
}

.box-atendimento-texto {
    color: #fff;
    font-family: 'Mulish-Bold';
    font-size: 33px;
    height: 140px;
    line-height: 1;
    width: 313px;
    /* width: 249px; original */
}

.box-atendimento-icone {
    width: 313px;
    /* width: 249px; original */
}

.icon-sac {
    width: 32px;
    height: auto;
    margin-right: 20px;
}

.box-telefones {
    width: 271px;
    margin-left:108px;
}

.box-telefone-item {
    width: 266px;
    height: 69px;
    margin-bottom: 10px;
}

.box-telefones-telefone {
    color: #fff;
    font-family: 'Mulish-SemiBold';
    font-size: 28px;
}

.box-telefones-texto {
    color: #fff;
    font-family: 'Mulish-Light';
    font-size: 21px;
    margin-left:55px;
}

.box-site {
    margin-left: 102px;
    width: 450px;
    /* width: 404px; original */
}

.box-site-icone {
    width: 25px;
    height: auto;
}

.box-site-email {
    margin-bottom: 41px;
}

.box-site-email-texto {
    font-family: 'Mulish-Bold';
    font-size: 19px;
    color: #fff;
    margin-left:10px;
}

.box-site-email-subtexto {
    color: #fff;
    font-size: 14px;
    font-family: 'Mulish-Light';
    margin-left: 35px;
    /* margin-left: 40px; original */
}

@media(max-width:1130px) {
    #sac-linha {
        align-items: center!important;
        justify-content: center!important;
        flex-direction: column!important;
        display: flex!important;
    }

    .box-atendimento {
        text-align: center;
        margin-bottom: 40px;
    }

    .box-atendimento-texto {
        width: 100%; /* novo */
        font-size: 27px;
        margin-left: auto; /* novo */
        margin-right: auto; /* novo */
    }

    .box-atendimento-icone {
        width: 221px;  /* novo */
        margin-left: auto;  /* novo */
        margin-right: auto; /* novo */
        /* width: 249px; */
        /* text-align: 'center'; */
        /* justify-content: center!important; */
    }

    .box-telefones {
        width: 100%;  /* novo */
        /* width: 209px; */
        margin-left:0px;
    }

    .box-telefone-item {
        width: 209px;
        margin-left: auto; /* novo */
        margin-right: auto;  /* novo */
    }

    .box-telefones-telefone {
        font-size: 20px;
    }
    
    .box-telefones-texto {
        font-size: 15px;
    }

    .icon-sac {
        margin-right: 20px;
    }

    .icon-chatbot { /* novo */
        margin-right: 0px;
    }

    .box-site {
        margin-left: 0px;
        text-align: center;
    }

    .box-site-email-texto {
        font-size: 17px;
    }
    
    .box-site-email-subtexto {
        font-size: 13px;
        margin-left: 0px;
    }
    
}

@media (max-width:320px){
    .box-site-email-texto {
        margin-left:0px;
    }
}