footer {
  background: #252525;
  width: 100%;
  border-top: 18px solid #fdd947;
}
footer li {
  margin-left: 10px;
  display: inline;
  position: relative;
}

footer ul {
    display: inline;
    padding: 10px;
    margin-left: 20px;

}

footer p a {
    color:white !important;
    text-decoration: none;
}
footer p {
    color:white !important;
    text-decoration: none;
}
footer a {
    color:white !important;
    text-decoration: none;
}

.container{
  padding: 10px 20px 10px 20px;
}

.logo-footer{
  width: 222.75px;
  height:68.97px;
  margin: 5px;
  margin-bottom: 10px
}

.footer-link {
    text-decoration: none;
    color:white !important;
    font-size: 1.9rem;
    font-family: 'Bebas Neue', cursive;
    margin: 0 0.6rem;
}

.borda{
  border-bottom: 2px solid white;
  text-align: center;
  padding-bottom: 1em;
}

.texto{
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Bebas Neue', cursive;
  margin: 0 0.6rem;
  margin-top: 20px;
}

.texto:hover {
  color:#fdd947 !important;
  transition: .5s;
}

.footer-link:hover{
  color:#fdd947!important;
  transition: .5s;
}

.contatos{
  float:right;
}
.logos{
  width: 2em;
  height: 2em;
  margin-right: 9px; 
  /* margin-right: 0px;
  margin-left: -10px; */
}
.icones:hover{
  color:#fdd947!important;
  transition: .5s;
}




@media only screen and (max-width: 991px) {
  .contatos{
    display:inline-block !important;
    position: fixed;

  }
}
