#wrapper-footer{
    background: #EEEEEE;
}

#wrapper-footer.wrapper{
  padding: 50px 0;
}

.wpforms-container .wpforms-field {
    padding: 5px 0!important;
    position: relative;
  }

.form-send-vega{
    background: #333333!important   ;
    padding: 5px 15px;
}

.contact-buttom {
    position: fixed;
    top: 80%;
    right: 10px;
    display: flex;
    align-items: center;
    z-index: 1;
  }

  .contact-buttom .text-contact-button {
    background: #fff;
    border-radius: 30px;
    padding: 0px 15px;
    -webkit-box-shadow: -11px 10px 20px -7px rgba(0,0,0,0.56);
-moz-box-shadow: -11px 10px 20px -7px rgba(0,0,0,0.56);
box-shadow: -11px 10px 20px -7px rgba(0,0,0,0.56);
border: 0.3px solid black;
font-size: 14px;
height: max-content;
  }

.contact-buttom:hover .text-contact-button{
    background: #9C3353;
    color: #fff;
    transition: ease-in 0.5s;
 
}

.contact-buttom:hover{
    cursor: pointer;
}

.navbar-brand.custom-logo-link {
  padding: 30px;
}

.data-contact{
  display: flex;
  justify-content: center;
  align-items: center;
}

.data-contact svg{
  margin-right: 10px;
}

.contact-bar{
  margin-top: 30px;
}

.href-button {
  display: flex;
  align-items: center;
}

.contact-bar-social-media .social-media{
  padding-left: 10px;
  padding-right: 10px;
}

.contact-bar-social-media{
  margin: 30px 0 50px 0;
}

.contact-buttom a {
  color: #000;
}