.ImagemUS{
    background-image: url(../img/WhatsApp.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 40vh;
}
.ContainerUS{
    margin: 4rem auto;
}
.ContainerUS .ItemContactos ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ContainerUS .ItemContactos ul li{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ContainerUS .ItemContactos ul li i{
    font-size: .7rem;
    margin: 0 .5rem;
}
.ContainerUS .ItemContactos ul li small{
    /* margin-left: .5rem; */
    cursor: pointer;
}
.ContainerUS .ItemContactos ul li small a{
    color: #000 !important;
}
.ContainerUS .ItemContactos ul li small i{
    margin-left: .5rem;
}
.ContainerUS .ItemContactos ul li small:hover{
    text-decoration: underline;
}
.ContatoRow{
    margin-top: 3rem;
}
.ContatoRow h6{
    font-weight: bold;
    font-size: .9rem;
}
.ContatoRow ul li{
    text-overflow: ellipsis;
    width: 16rem;
    overflow: hidden;
    white-space: nowrap;
}
.ContatoRow ul li span{
    font-size: .7rem;
}
.ContatoRow ul li small{
    color: #4AAB64;
}
.btn_yellow{
    margin-top: 1rem;
}
.btn_yellow button{
    color: #fff;
    background: #F5BE07;
    width: 100%;
}
.formControl{
    background-color: #ddd !important;
}
.formControl:focus{
    background-color: #ddd !important;
}
.ContainerPub{
    margin: 4rem;
}
.ContainerPub .BodyAvisos .ContainerAviso{
    display: flex;
    align-items: baseline;
}
.ContainerPub .BodyAvisos .ContainerAviso .item_Loja{
    width: 30%;
}
.ContainerPub .BodyAvisos .ContainerAviso .item_Loja label{
    color: #555;
    font-size: 1.1rem;
}
.ContainerPub .BodyAvisos .ContainerAviso .Filtro_Principal ul{

}
.ContainerPub .BodyAvisos .ContainerAviso .Filtro_Principal ul li{
    cursor: pointer;
}
.ContainerPub .BodyAvisos .ContainerAviso .Filtro_Principal ul li.active{
    color: #C83423;
}