


body, html {
    overflow-x: hidden;
}


.dm-sans-bold {
  font-family: "DM Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
}

.dm-sans-medium {
  font-family: "DM Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
}

.dm-sans-normal {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



.encode-sans-bold {
  font-family: "Encode Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.encode-sans-medium {
  font-family: "Encode Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.encode-sans-normal {
  font-family: "Encode Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.ars-white{
    color: #FCFCFF !important;
}

.ars-blue{
    color: #090c23;
    background-color: #090c23;
}

.ars-blue-bg{
    background-color: #090c23 !important ;
}


.ars-green{
    color: #24CFB1;
   
}

.ars-green-bg{
    background-color: #24CFB1 !important;
   
}


.ars-darker-green{
    color: #2FC6B7;
}

.ars-darker-green-bg{
    background-color: #2FC6B7;
}

.ars-orange{
    color: #FFAC38;
}

.ars-orange-bg{
    background-color: #FFAC38;
}

.ars-gradient-green{
     background: linear-gradient(180deg, #2FC6B7 0%,  #090c23 100%);
}

.ars-gradient-green-2{
     background: linear-gradient(300deg, #2FC6B7 0%,  #090c23 100%);
}

.ars-gradient-green-2-mob{
     background: linear-gradient(360deg, #2FC6B7 0%,  #090c23 100%);
}


.ars-gradient-green-3{
     background: linear-gradient(360deg, #090c23 65%,  #2FC6B7 100% );
}




.prox-img{
    width: 24%;
}

.clientes-logo{
 max-height: 5vh;
    width: 100%;
}

.clientes-logo-mob{
 max-height: 2.5vh;
}


.subscription-text{
     width: 60%;
}

.yellow-tint {
   filter: sepia(0.6) saturate(2) hue-rotate(25deg) brightness(1.05);
}

.product-container {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px;
    text-align: center;
    width: 30%;
}

.product-image {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-bottom: 10px;
}

button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.bg-main{
    background: linear-gradient(90deg, rgba(18, 28, 63, 1) 0%, rgba(18, 46, 63, 1) 50%, rgba(18, 28, 63, 1) 100%);
}

.navLogo{
    width: 18vh;
}

.navLogoMob{
    width: 20vw;
}



