/* PALETEA : https://coolors.co/palette/000080-100080-200080-300080-400080-500080-600080-700080-800080-900080 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=SUSE&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
    height: 100%'';
    overflow-x:hidden;
}
body{
    height: 100%;
    overflow-x:hidden;
}
/*{DEFINIÇÃO BOOTSTRAP}*/
.w-40{
    width: 40% !important;
  }
  .w-45{
    width: 65% !important;
  
  }
  .w-10{
    width: 10% !important;
  }
  .mt-7{
    margin-top: 7% !important;
  }
  .mt-20{
    margin-top: 20%;
  }
  .m-6{
    margin: 6%;
  }
  .w-80{
    width: 80%;
  }
  .blur{
    backdrop-filter: blur(0.5rem);
  }
  .gap-10{
    gap: 10% !important;
  }
  .scale{
    cursor: pointer;
    transition: 0.5s ease;
    
  }
  .scale:hover{
    transform: translateZ(0);
    transform: scale(1.05);
  }
  .bg-var{
    background-color: var(--text-color-primary) !important;
  }
  .bg-var::after{
    content: " oi ";
    color: transparent;
  }


  .flip{
    transform: scaleY(-1);
  }
  /*{FIM - DEFINIÇÃO BOOTSTRAP}*/