@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Black.eot');
    src: url('../fonts/Barlow-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-Black.woff2') format('woff2'),
        url('../fonts/Barlow-Black.woff') format('woff'),
        url('../fonts/Barlow-Black.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-SemiBold.eot');
    src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-SemiBold.woff2') format('woff2'),
        url('../fonts/Barlow-SemiBold.woff') format('woff'),
        url('../fonts/Barlow-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Medium.eot');
    src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-Medium.woff2') format('woff2'),
        url('../fonts/Barlow-Medium.woff') format('woff'),
        url('../fonts/Barlow-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root{
    --light-color: #ffffff;
    --primary-color: #005828;
    --secondary-color: #7eff79;
}
.color-light{
    color: var(--light-color);
}
.color-primary{
    color: var(--primary-color);
}
.bg-light{
    background-color: var(--light-color);
}
.border-primary{
    border-color: var(--primary-color)!important;
}
.border-secondary{
    border-color: var(--secondary-color)!important;
}
.fw-semi-bold{
    font-weight: 600!important;
}
html{
    font-size: 16px;
}
body{
    font-family: 'Barlow', sans-serif;
    color: var(--light-color);
    line-height: 1;
    background-color: var(--primary-color);
}
.fs-1 {
    font-size: 3.8vw !important;
}
.fs-2 {
    font-size: 2.2vw !important;
}
.fs-3 {
    font-size: 1.8vw !important;
}
.fs-4 {
    font-size: 1.5vw !important;
}
.bg-mix{
    background: #005828;
    mix-blend-mode: color-burn;
}
.w-65{
    width: 62%;
}
.lts{
    letter-spacing: .04em;
}
.logotipo{
    max-width: 15vw;
}
.icone{
    width: .6em;
    height: auto;
}
@media screen and (max-width:991px) {
    .vh-100{
        height: auto!important;
        min-height: 100vh;
    }
    html{
        font-size: 12px;
    }
    .bg-image{
        background-image: url('../images/bg-mobile.webp');
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 14vw;
        padding-bottom: 14vw;
        
    }
    .fs-1 {
        font-size: 9vw !important;
    }
    .fs-2 {
        font-size: 7vw !important;
    }
    .fs-3 {
        font-size: 6.6vw !important;
    }
    .fs-4 {
        font-size: 6vw !important;
    }
    a.fs-4 {
        font-size: 4.2vw !important;
        width: 55%;
    }
    .logotipo {
        max-width: 45vw;
    }
    .data.w-65 {
        width: 50%;
    }
    .botoes.w-65{
        width: 78%;
    }
    .border.rounded-pill{
        border-radius: .6em !important
    }
    a.border{
        border-width: 2px!important;
    }
}
@media screen and (max-width:567px) {
    html{
        font-size: 10px;
    }
}
@media screen and (min-width:992px) {
    .bg-image{
        background-image: url('../images/bg-desktop.webp');
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0 3vw;
    }    
}
