.benchnine-light {
    font-family: "BenchNine", sans-serif;
    font-weight: 300;
    font-style: normal;
  }

.benchnine-regular {
    font-family: "BenchNine", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.benchnine-bold {
    font-family: "BenchNine", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
body {
    overflow-x: hidden;
  }

#app
{
    background-color: #0d5d1e;
}
nav
{
    background-image: url('../img/bgNav.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 68%;
}

.btn-aso {
    background-color: #0d5d1e75;
    border-radius: 1rem;
}

.btn-aso:hover {
    background-color: #34663f96;
}

.btn-aso-primary {
    background-color: #0d5d1e;
    border-radius: 1rem;
}

.btn-aso-primary:hover {
    background-color: #34663f;
}

.background-banner {
    background-image:
        linear-gradient(95deg, rgba(55, 55, 55, 0.7) 0%, rgba(13, 93, 30, 0.46) 100%),
        url('../img/bgBanner3.svg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 80vh;
}

.bg-green{
background-color: #7DA52D !important;
}

.icon-bot1 {
    background-image: url('../img/icons/bot1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 10rem;
    height: 10rem;
    display: inline-block;
}
.icon-bot1-white {
    background-image: url('../img/icons/bot1white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 10rem;
    height: 10rem;
    display: inline-block;
}
.icon-bot2 {
    background-image: url('../img/icons/bot2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 10rem;
    height: 10rem;
    display: inline-block;
}
.icon-message {
    background-image: url('../img/icons/message.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 10rem;
    height: 10rem;
    display: inline-block;
}
.icon-messagebot {
    background-image: url('../img/icons/messagebot.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 10rem;
    height: 10rem;
    display: inline-block;
}
.icon-suport {
    background-image: url('../img/icons/suport.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 10rem;
    height: 10rem;
    display: inline-block;
}


.bg-footer{
    background-color: #34663fc7;
}
