@font-face {
    font-family: 'icomoon';
    src:url("../fonts/icomoon.eot?ajm9co");
    src:url("../fonts/icomoon.eot?ajm9co#iefix") format('embedded-opentype'),
        url("../fonts/icomoon.ttf?ajm9co") format('truetype'),
        url("../fonts/icomoon.woff?ajm9co") format('woff'),
        url("../fonts/icomoon.svg?ajm9co#icomoon") format('svg');
    font-weight: normal;
    font-style: normal;
}

.social-networks {
  margin: 0 0 35px;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.social-networks li {
  display: inline-block;
}
.social-networks a {
  display: block;
  position: relative;
  margin: 0 7px;
  width: 60px;
  height: 60px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  text-decoration: none;
}
.social-networks a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-top: -50%;
  margin-left: -50%;
  border-radius: 100px;
  background-color: black;
  transition: all 400ms;
}
.social-networks a:after {
  position: relative;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 26px;
  line-height: 66px;
}

.social-networks a:hover,
.social-networks a:focus {
  text-decoration: none;
}

.social-networks.square a:hover:before,
.social-networks.square a:focus:before {
  border-radius: 0;
}

.social-networks .icon-facebook:after {
  content: "\ea90";
}

.social-networks .icon-facebook:hover:before,
.social-networks .icon-facebook:focus:before {
  background: #3b5998;
}
.social-networks .icon-twitter:after {
  content: "\ea96";
}

.social-networks .icon-twitter:hover:before,
.social-networks .icon-twitter:focus:before {
  background: #00b0ed;
}

.social-networks .icon-instagram:after {
  content: "\ea92";
}

.social-networks .icon-instagram:hover:before,
.social-networks .icon-instagram:focus:before {
  background: #3f729b;
}

.social-networks .icon-youtube:after {
  content: "\ea9d";
}

.social-networks .icon-youtube:hover:before,
.social-networks .icon-youtube:focus:before {
  background: red;
}

.social-networks .icon-spotify:after {
  content: url("../img/spotify-icon.svg");
}

.social-networks .icon-spotify:hover:before,
.social-networks .icon-spotify:focus:before {
  background: green;
}

.social-networks .icon-tiktok:after {
  content: url("../img/tiktok-white-icon.svg");
  fill: #fff;
  color: white;
}

.social-networks .icon-tiktok:hover:before,
.social-networks .icon-tiktok:focus:before {
  background: purple;
  fill: #fff;
  color: white;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -6px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -4px, 0);
  }
  90% {
    transform: translate3d(0, -2px, 0);
  }
}

#dividerFooter {
    text-align: center;
    text-decoration-color: white;
    border: 1px solid white;
    background-color: black;
    margin-left: auto;
    margin-right: auto;
}

#dividerFooter::before{
    background-color: black;
    content: '';
    left: 0;
    height: 3px;
    margin: auto;
    position: relative;
    right: 0;
    top: -58px;
    width: 80%;
}

#dividerFooter::after{
    background-color: black;
    content: '';
    left: 0;
    height: 3px;
    margin: auto;
    position: relative;
    right: 0;
    bottom: -58px;
    width: 80%;
}