.emergencia-contact .tel{
    box-shadow: none;
    background-color: transparent;
}

button.btn-buy {
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    font-family: 'Gotham Rounded Book';
    font-size: 25px;
    color: var(--color4);
    background-color: var(--color3);
    padding: 20px 50px;
    margin: 20px 10px;
    transition: 0.5s;
    line-height: 1;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    font-weight: normal;
}

.icon-user-regist{
    background: transparent url(../img/icon-user-regist.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
  }
  .icon-dashboard{
    background: transparent url(../img/icon-dashboard.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: inline-block;
  }
  .icon-user-logout{
    background: transparent url(../img/icon-user-logout.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
  }

 .icon-user{
  background: transparent url(../img/icon-user-rounded.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}

  .btn-ok-jardin {
    color: #fff;
    background-color:#6e3964;
    border-color: #a36598;
    
}
.btn-cancel-jardin {
  color: #fff;
  background-color: #a36598;
  border-color: #fff;
  
}

.symbol .symbol-label {
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-top: -10px;
  margin-left: 20px;
  padding: 9px;
  color: #f9fafc;
  background-color: #fb2806;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  display: flex;
}

.icon-instagram {
  background: transparent url(../img/icon-instagram.png) no-repeat;
  background-size: contain;
  width: 19px;
  height: 18px;
  display: inline-block;
}
.icon-twitter {
  background: transparent url(../img/icon-twitter.png) no-repeat;
  background-size: contain;
  width: 19px;
  height: 18px;
  display: inline-block;
}
.icon-twitter-footer {
  background: transparent url(../img/icon-twitter.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 18px;
  display: inline-block;
}

.icon-instagram-footer {
  background: transparent url(../img/icon-instagram.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 18px;
  display: inline-block;
}

@media screen and (max-width: 767px)
{
  .icon-instagram-footer{
    background: transparent url(../img/icon-instagram.svg) no-repeat;
    background-size: contain;
    width: 23px;
    height: 40px;
    display: inline-block;
    margin-right: 15px;
} 
.icon-twitter-footer{
  background: transparent url(../img/icon-twitter.svg) no-repeat;
  background-size: contain;
  width: 23px;
  height: 40px;
  display: inline-block;
  margin-right: 15px;
} 
.icon-facebook-cel {
  background: transparent url(../img/ico-facebook-responsive.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 18px;
  display: inline-block;

}
  .icon-instagram-cel{
    background: transparent url(../img/icon-instagram.svg) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;

}
.icon-twitter-cel{
  background: transparent url(../img/icon-twitter.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
  
}
 
}


