.parte13 h2{
    padding: 20px 0;
    font-size: 26px;
    color: #ff7200;

}
.top{
    color: #fff;
    padding: 0em;
    text-align: center;
   

}
.footer{
    color: #fff;
    padding: 3em;
    text-align: center;
    background-image: url(../assets/img/fundo_escuro.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;

        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

}

.social_list{
    display: flex;
    justify-content: center;
    list-style-type: none;
}

.social_list a{
    margin: 0 1em;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid white;
    background-clip: content-box;
    padding: 5px;
    transition: .5s;
    color: #D7D0BE;
    margin-left: 5px;
    margin-right: 5px;
    text-shadow:
        0 -1px 0 rgba(0, 0, 0, 0.2),
        0 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 18px;
}

.social_list .link:hover {
    background-clip:text;
    padding: 5px;
    font-size: 22px;
    color: white;
    border-radius: 30%;
    transform: rotate(360deg) scale(1.1);
    
  }


.social_list span{
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


  
  .social_list .link.instagram {
    background-color: #e4405f;
    color: white;

  }
  
  .social_list .link.whats {
    background-color: #25D366;
    color: white;
  }
  
  .social_list .link.facebook {
    background-color: #3B5998;
    color: white;
  }
  
  .social_list .link.linkedin {
    background-color: #db4a39;
    color: white;
  }

.copy_right{
    margin-top: 2em;
}

.copy_right span{
    font-weight: bold;
    color: #ffbb33;
}

/* @media screen and (max-width: 480px){
    .social_list .link {
        width: 40px;
        height: 40px;
        font-size: 18px;
      }
} */
