footer
{
    position: relative;
    width: 100%;
    min-height: 321px;
    background: #c00812;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    
}
 footer .content
{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    

}

footer .logo-footer
{
    position: relative;
    /* width: 200px; */
    /* height: 210px; */
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    /* border: 1px solid blue; */
}

footer .logo-footer address
{
    color: #fff;
    margin: 5px 0;
    
}

footer .logo-footer address a
{
   text-decoration: none;
    
}

footer .logo-footer img
{
    position: relative;
    width: 200px;
}

footer .telefones
{
    position: relative;
    width: 250px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* border: 1px solid blue; */
}

footer .telefones a 
{
    text-decoration: none;
    /* color: yellow; */
}

footer .telefones a span:hover
{
   color: #BA8B00;
    /* color: yellow; */
}

footer .telefones a span
{
    font-size: 1.75rem;
    /* color: yellow; */
}

footer .telefones p
{
    color: #fff;
    line-height: 1.5;
}

footer .acesse
{
    position: relative;
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* border: 1px solid blue; */
}

footer .acesse h2
{
    color: #fff;
    text-align: left;
}

footer .acesse p a
{
    text-decoration: none;
    color: #fff;
  
    /* line-height: 20px; */
}

footer .acesse p 
{
    text-align: left;
    line-height: 18px;
}

footer .dtic
{
    display: flex;
    position: relative;
    /* background: #fff; */
    width: 306px;
    padding: 0 15px;
    /* height: 150px; */
    /* border: 1px solid blue; */
}

footer .dtic img
{
    /* width: 100%; */
    height: 120px;
    /* background-size: cover; */
    /* background-position-x: top; */
}

footer .text p
{
    font-size: 1rem;
    /* margin-top: 50px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px; */
}