.button-toogle {
    cursor: pointer;
    display: flex;
    align-items: center;
    /* width: 250px; */
    /* height: 39px; */
    background: #eff0ef;
    border-radius: 25px;
  }
  
  .button-element {
    width: 130px;
    /* height: 39px; */
    background: #0a6fb7;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.14);
    border-radius: 25px 0px 0px 25px;
    display: flex;
    justify-content: center;
    align-items: center; 
    transition: all 0.3s;
    padding: 9px 5px;
  }
  
  #plan_anual {
    font-size: 18px;
    letter-spacing: 0.2px;
    color: #fff;
  }
  
  #plan_mensual {
    font-size: 18px;
    letter-spacing: 0.2px;
    color: #5e5e5e;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .container_toogle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  #input-plan {
    display: none;
  }
  