

.button1 {
    background-color:#343a40; 
   color: white;
    padding: .25rem .5rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
font-size: .875rem  !important;
    line-height: 1.5;
    border-radius: 0.2rem;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
    cursor: pointer;
  font-weight: 400;
}


.button1:hover {
    background-color: #25292e;
    color: white;
border: none;
}
.button2 {
    background-color:#3393d0; 
border: none;
    color: white;
    padding: .25rem .5rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
font-size: .875rem  !important;
    line-height: 1.5;
    border-radius: 0.2rem;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
    cursor: pointer;
  font-weight: 400;
}

.button2:hover {
    background-color: #1c88cc;
    color: white;
border: none;
}
.aeris{
 display: flex;
      align-items: center;
    }

.hs-horizontal-spacer{
 width: 200px;
    }
.logo {
display: flex;
justify-content: space-around;
      align-items: center;
  }
.numero {
display: flex;
      align-items: center;
      font-size: .875rem;
    line-height: 1.5;
  font-weight: 400;
  }
@media only screen and (max-width: 768px) {
  .numero {
   display:visible; 
  }