footer{
    
    margin-top:100px;
   
    
    padding: 50px 0 50px 0;
 
  
   
   position: relative;

  
   font-family: 'Roboto', sans-serif;
   color: white;
   


   
   


    background-color:#17517B;
    background-image:
    radial-gradient(rgb(11, 70, 114) 9px, transparent 1px),
    repeating-radial-gradient(rgb(11, 70, 114) 0, rgb(11, 70, 114) 4px, transparent 5px, transparent 20px, rgb(11, 70, 114) 21px, rgb(11, 70, 114) 25px, transparent 26px, transparent 50px);
    background-size: 30px 30px, 90px 90px;

    background-position: center bottom;
    background-attachment: fixed;
}
#footer-container{
    display: flex;
    padding: 0 20px 20px 20px;
    justify-content: space-between;
   
    
}
#footer-container h3{
    color:var(--color-orange);
    font-size: 16px;
    text-align: center;
    
    
}
#footer_map li{
    list-style: none;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
}
#footer_map{
    margin-right: 30px;
    text-align: right;
}
#footer-contact{
    width: 40%;
    text-align: justify;
    font-size: 12px;
}

#footer_map a{
    color: white;
}
#fetch-contato{
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
   
    flex-wrap: wrap;
    gap:40px;
    align-items: center;
    text-align: center;
}
