  ._cubit_containeBtnWhatsaap {
    position: fixed;
    align-items: end;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
	z-index: 9990;
	-webkit-text-fill-color: transparent;
    /*z-index: 0;*/
  }  
  
  ._cubit_whatsapp-img {
    background-image: url("whatsapp.png");
    background-repeat: no-repeat;
    border-radius: 50%;
    height:64px;
    width:64px;
  }
  
  ._cubit_containeFrm {
    height: 90vh;
    width: 100%;
	z-index: 9999;		
        
  }
  ._cubit_containeTitle {
    background-color:#313031; 
    color: #FDC403;
  }

  ._cubit_textTitle {
    font-size:18px;
    font-weight:500;  
    text-align: left;
    text-transform: uppercase;
    padding:5px;
    height:100%;
    width:100%; 
    font-family: Heebo, sans-serif;
  }
  
  ._cubit_containeFrmEnabled {
  
    height: 90vh;
    min-width: 800px; 
    max-width: auto
    
  }
  
  ._cubit_positionsFixed {
	position: fixed;
	height: 90vh;
	width: 75%;
  }
  
  ._cubit_end0 {
    right: 0 !important;
  }
  
  ._cubit_bottom0 {
    bottom: 0 !important;
  }

  ._cubit_bottomClose {
    font-size:20px;
    font-weight:300; 
    border:none;
    border-radius:7px;
    background-color: #FFFFFF;
  }

  
  .embed-container {
      position: relative;
      min-height: 40vh;
      overflow: auto;
  }
  .embed-container iframe {
    border: none
    
      position: absolute;
      top:0;
      left: 0;
      width: 0;
      height: 0;
  }
  ._cubit_grid {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: minmax(100px, auto);
    row-gap: 25px;
    column-gap: 25px;
    gap: 25px;
  
  }