


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-3{
     background: linear-gradient(360deg, #090c23 65%,  #2FC6B7 100% );
}



.productImg{

    width: 85%;
}

.navLogo{
    width: 10vh;
}


.clientes-logo{
 max-height: 5vh;
    width: 100%;
}


.custom-nav-link{
    font-size: 1.2rem !important;
    font-weight: 600 !important;
}

.bg-main{
    background: linear-gradient(90deg, rgba(18, 28, 63, 1) 0%, rgba(18, 46, 63, 1) 50%, rgba(18, 28, 63, 1) 100%);
}


