footer{
    display:flex;
    flex-wrap:wrap;
    background-color: #2b3a42;
    color:#fff;
}
.col-1 figure{
    width:180px;    
    padding:10px;
    border-radius:5px;
    margin: auto;
}
.col-1 figure img{
    width:100%;
    
}
.col-1, .col-2, .col-3{
    width:33%;
     padding:15px;
}
.box.col-1 h4{
    line-height:45px;
    text-align:center;
    color:#fff;
}
.col-2{
   display:flex;
    flex-wrap:wrap;
}
.box.col-2 h3{
    width:100%;
    color:#fff;
    line-height:30px;
    text-align:center;
}
.col-1 p{
    text-align:justify;
    color:#fff;
}
.box.col-2 address{
    color:#fff;
    text-decoration:none;
    padding:15px;
    
}
.box.col-2 address a{
    color:#fff;
    text-decoration:none;
}
.box.col-2 address p{
    
    line-height:30px;
}
.box.col-2 address i{
    margin-right:5px;
}
.box.col-4{
    width:100%;
    line-height:35px;
    background-color:#007bff;
    text-align:center;
}

/* Estilos para telas maiores que 900px */
@media (max-width: 900px) {
   .col-1{
       width:100%;
   }
}
/* Estilos para telas maiores que 600px */
@media (max-width: 600px) {
  
}