footer{
    border-top: gray;
   /* background-color: rgb(20, 21, 58);*/
   background-color:#0D122B;
  /*background-color: rgb(180, 232, 255);*/
 
}
.about{
    font-family: var(--font-primary);
    padding: 10px 20px;
    -webkit-box-shadow: -1px -6px 4px -5px rgba(239,239,239,1);
    box-shadow: -1px -6px 4px -5px rgba(239,239,239,1);
    border-top: rgba(239,239,239,1);

}
.about h2{
    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
}
.about p{
    margin-top: 1rem;
     color:#ffffff;
     font-size: 1rem;
     line-height: 1.7;
}

.links-footer-wrapper{
    display: flex;
   
}
.nav-footer{
    padding: 0 20px;
    margin-top: 2rem;
    font-family: var(--font-primary);
    color:#fff;
}
.nav-footer h2{
    color: #ffffff;
    font-weight: 500;
    font-size: 1.2rem;
}
.links-footer-wrapper{
    margin-top: 1rem;
  
}
.links-footer-wrapper ul{
    color:#ffffff;
}
.links-footer-wrapper ul{
    display: flex;
    flex-direction: column;
    list-style: none;
}
.links-footer-wrapper ul li{
    padding:3px 10px;
    border-bottom:1px solid  rgba(239,239,239,1);
}
.logo-position{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: .5rem;
}

.logo-footer-wrapper{
    width:130px;
    height: 37px;
  
}
.logo-footer-wrapper img{
    width:100%;
    height: 100%;
    object-fit: contain;
   
}
.fa-star{
    color:#9ca539;
}
.sociais-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.sociais-wrapper ul{
    display: flex;
    justify-content: space-around;
    width:35%;
    list-style: none;
}
.sociais-wrapper ul li i{
    color: #d5d5d5;
    font-size: 1.4rem;
}
.copy{
    color: #ffffff;
    font-family: var(--font-primary);
    text-align: center;
    font-size: .8rem;
    padding: 8px 0;
    -webkit-box-shadow: -1px -6px 4px -5px rgba(239,239,239,1);
    box-shadow: -1px -6px 4px -5px rgba(239,239,239,1);
    border-top: rgba(239,239,239,1);
    background-color: #0D122B;
}

@media screen and (min-width:1000px){
    .footer-container{
        display: flex;
        justify-content: space-between;
        padding: 15px 20px;
    }
    footer{
     
       /* background-color: rgb(20, 21, 58);*/
      /* background-color: #f9f9f9;*/
      /*background-color: rgb(180, 232, 255);*/
      -webkit-box-shadow: -1px -6px 4px -5px rgba(239,239,239,1);
      box-shadow: -1px -6px 4px -5px rgba(239,239,239,1);
      border-top: gray;
     
    }
    .about{
        font-family: var(--font-primary);
        padding: 10px 5px;   
        width: 43%;
        border:none;
        box-shadow: none;
    
    }
    .about h2{
        font-size: 1.2rem;
        font-weight: 500;
        color: #ffffff;
    }
    .about p{
        margin-top: 1rem;
         color:#ffffff;
         font-size: .9rem;
    }
    
    .links-footer-wrapper{
        display: flex;
       
    }
    .nav-footer{
        padding: 10px 20px;
        margin-top: 0;
        font-family: var(--font-primary);
    }
    .nav-footer h2{
        color: #ffffff;
        font-weight: 500;
        font-size: 1.2rem;
    }
    .links-footer-wrapper{
        margin-top: 1rem;
      
    }
    .links-footer-wrapper ul{
        color:#ffffff;
    }
    .links-footer-wrapper ul{
        display: flex;
        flex-direction: column;
        list-style: none;
    }
    .links-footer-wrapper ul li{
        padding:5px 10px;
        border-bottom:1px solid  rgba(239,239,239,1);
        font-size: .9rem;
    }
    .logo-position{
        justify-content: center;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0;
        margin-top: 1.7rem;
    }
    .logo-footer-wrapper{
        width:120px;
        height: 60px;
      
    }
    .logo-footer-wrapper img{
        width:100%;
        height: 100%;
        object-fit: contain;
       
    }
    .fa-star{
        margin-left: .3rem;
        font-size: .8rem;
    }
    .sociais-wrapper{
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        width:12%;
    }
    .sociais-wrapper ul{
        display: flex;
        justify-content: space-around;
        width: 90%;
        list-style: none;
        align-items: center;
    }
    .sociais-wrapper ul li i{
        color: #d5d5d5;
        font-size: 1.3rem;
    }
    .sociais-wrapper ul li i:hover{
        color: rgb(180, 232, 255) ;
    }
    .copy{
       color: #000;
        font-family: var(--font-primary);
        text-align: center;
        font-size: .8rem;
        padding: 8px 0;
        -webkit-box-shadow: -1px -6px 4px -5px rgba(239,239,239,1);
        box-shadow: -1px -6px 4px -5px rgba(239,239,239,1);
        border-top: rgba(239,239,239,1);
        width: 100%;
        
    }
}
@media screen and (min-width:1300px){
    .footer-container{
        display: flex;
        justify-content: space-between;
        padding: 15px 100px;
    }
    .sociais-wrapper{
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        width:12%;
    }
    .sociais-wrapper ul{
        display: flex;
        justify-content: space-around;
        width: 90%;
        list-style: none;
        align-items: center;
    }
    .sociais-wrapper ul li i{
        color: #d5d5d5;
        font-size: 1.5rem;
    }
    
}