.BackgroundVerde{
    background-color:#9bc791;
    width: 100%;
 }

 .BackgroundBege{
    background-color:#f8eec4;
 }


 .BackgroundRosa{
    background-color:#F7CFD5;
    width: 100%;
    height: fit-content;
 }

 .PoppinsRegular{
   font-family: "poppins", sans-serif;
   font-weight: 400;
   font-style: normal; 
}

 .imageEditorContainer{
    background-color: #15151500 !important;
    top: 0;
    position: absolute;
   }
   .imageEditorContainer {
      overflow: hidden !important;
   }
  .imageEditorRenderArea{
      width: calc(10000px + 100%) !important;
      margin-left: -5000px;
   }
   .toolbar-tool-row:nth-child(5){
      display:none !important;
      border:solid;
   }
   .VoltarBtn{
      font-family: "poppins", sans-serif;
      font-weight: 800;
      font-style: normal; 
      color: #603970 !important;
      z-index: 999;
      position: fixed;
      top: 0;
      right: 0;
      margin-top: 10px;
      margin-right: 14px;
   }
   .toolbar-root {
      position: fixed;
      top: 0;
   }
   .VoltarUpMob{
      display: none;
   }
   .VoltarDownMob{
      display: none;
   }
   @media (max-width:600px){
      .VoltarBtn{
         display: none !important; 
      }
      .VoltarUpMob{
         display: block;
         position: fixed;
         left: 0;
         top:50px;
         z-index: 9999;
      }
      .VoltarDownMob{
         display: block;
         position: fixed;
         right: 0;
         top:50px;
         z-index: 9999;
      }
   }