  .panelCall{z-index:1000;top:0px;left:0px;transition-duration: 0.3s;height:50px;font-size:20px;color:white;background-color:#3BBF1D;width:100%;position:fixed;display: none;opacity:0;justify-content: center;align-items: center}
  .textCall{width: 70%;overflow:hidden;height:100%;display: flex;justify-content: center;align-items: center}
  .textCall span{color:rgb(214, 228, 19);}
  .formCall{width: 30%;overflow:hidden;height:100%;display: flex;justify-content: center;align-items: center} 
  .formCall form{padding:0px;margin:0px;color:rgb(38, 38, 38)}
  #but{background-color:rgb(214, 228, 19);height:30px;margin: 0px;border: 0px;cursor: pointer;border-radius: 5px}
  #tel{margin:0px;height:30px;box-sizing:border-box;font-size:14px;text-align:center;}