.logo_bussines {
  display: flex;
  justify-content: space-between;
}

.logo_calendar svg {
    height: 4rem;
    width: 8rem;
  }
  /* .menu_dropdownbtn {
  transition: transform 0.2s ease-in-out;
  margin-top: 0.5em;
}

.menu_dropdownbtn:active {
  transform: scale(1.3);
} */
/* .menu_dropdownbtn{
    margin-top: 1.;
  }
   */
   .dropdown-item{
    font-family: 'MADE TOMMY';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 31px;
  }

  .Title_iconos {
    display: flex;
    align-items: baseline;
  
  }

  .logo_capacitaciones {
  margin-top: 3.2rem;
  height: 8rem !important;
  width: 24rem !important;
}

  .logo {
    margin: 25px 36px 0 0;
  }
  



  @media (max-width: 976px) {

    .logo {
        margin: 10px 10px 0 0;
      }
    
      .logo svg {
        height: 3em;
        width: 9em;
      }
    
  }



  .whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 58px;
    background-color: #00B1BD;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    bottom: 43px;
    margin-right: -34px;
    transition: bottom 0.4s ease-in-out;

}

.whatsapp-icon {
    margin-top: 15px;
    transition: height 0.3s ease-in-out;

}
