@font-face {
    font-family: 'Prompt';
    src: url('../fonts/Prompt-Black.eot');
    src: url('../fonts/Prompt-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Prompt-Black.woff2') format('woff2'),
        url('../fonts/Prompt-Black.woff') format('woff'),
        url('../fonts/Prompt-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Prompt';
    src: url('../fonts/Prompt-Bold.eot');
    src: url('../fonts/Prompt-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Prompt-Bold.woff2') format('woff2'),
        url('../fonts/Prompt-Bold.woff') format('woff'),
        url('../fonts/Prompt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Prompt';
    src: url('../fonts/Prompt-Medium.eot');
    src: url('../fonts/Prompt-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Prompt-Medium.woff2') format('woff2'),
        url('../fonts/Prompt-Medium.woff') format('woff'),
        url('../fonts/Prompt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Regular.eot');
    src: url('../fonts/Geologica-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geologica-Regular.woff2') format('woff2'),
        url('../fonts/Geologica-Regular.woff') format('woff'),
        url('../fonts/Geologica-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Black.eot');
    src: url('../fonts/Geologica-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geologica-Black.woff2') format('woff2'),
        url('../fonts/Geologica-Black.woff') format('woff'),
        url('../fonts/Geologica-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geologica';
    src: url('../fonts/Geologica-Bold.eot');
    src: url('../fonts/Geologica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geologica-Bold.woff2') format('woff2'),
        url('../fonts/Geologica-Bold.woff') format('woff'),
        url('../fonts/Geologica-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
:root{
    --light-color:#ffffff;
    --dark-color: #444444;
    --red1-color: #f82020;
    --red2-color: #c50303;
    --red3-color: #ad1a1a;
    --red4-color: #a12125;
    --red5-color: #5b2621;
}
.bg-light{
    background-color: var(--light-color)!important;
}
.bg-red1{
    background-color: var(--red1-color)!important;
}
.bg-red2{
    background-color: var(--red2-color)!important;
}
.bg-red4{
    background-color: var(--red4-color)!important;
}
.color-light{
    color: var(--light-color)!important;
}
.color-red3{
    color: var(--red3-color)!important;
}
.color-red5{
    color: var(--red5-color)!important;
}
.border-red5{
    border-color: var(--red5-color)!important;
}
.fw-black{
    font-weight: 900;
}
.font-secondary{
    font-family: 'Geologica', sans-serif;
}
html{
    font-size: 16px;
}
body{
    color: var(--dark-color);
    background-color: var(--light-color);
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    line-height: 1;
}
.fs-1 {
    font-size: 5.4vw !important;
    letter-spacing: -.03em;
}
.fs-1 .small{
    font-size: .375em;
}
.fs-2 {
    font-size: 3vw !important;
}
.fs-3 {
    font-size: 2.4vw !important;
}
.fs-3 .small{
    font-size: .6em;
}
.fs-3 .big{
    font-size: 2em;
}
.fs-3 .date{
    font-size: 1.4em;
}
.fs-4 {
    font-size: 1.25vw !important;
}
.fs-5 {
    font-size: 1.25vw !important;
}
.fs-6 {
    font-size: .925vw !important;
}
.lh-7{
    line-height: .7;
}
.lh-8{
    line-height: .8;
}
.bg-image{
    background-image: url('../images/bg-desktop.webp?v=1');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.wh-13{
    width: 13vw;
}
.padding-lateral{
    padding-left: 4vw;
    padding-right: 4vw;
}
.logotipo {
    max-width: 18vw;
    height: auto;
}
.logotipo-footer {
    max-width: 11vw;
    height: auto;
}
.btn-red1{
    box-shadow: inset 0px 3px 5px 0px #ffffff73;
    background: linear-gradient(to bottom, #c50303 88%, #8c0202 100%);
    background-color: #c50303;
}

@media screen and (max-width:1399px) {
    html{
        font-size: 14px;
    }
    
}
@media screen and (max-width:1199px) {
    html{
        font-size: 12px;
    }
    
}
@media screen and (max-width:991px) {
    .vh-100{
        height: auto !important;
    }
    .bg-image{
        background-image: url('../images/bg-mobile.webp?v=1');
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 46vw !important;
    }
    .logotipo-mobile {
        width: 42vw;
        height: auto;
    }
    .fs-1 {
        font-size: 11vw !important;
    }
    .fs-2 {
        font-size: 6.2vw !important;
    }
    .fs-3 {
        font-size: 8.6vw !important;
    }
    .fs-4 {
        font-size: 3vw !important;
    }
    .fs-5 {
        font-size: 4.6vw !important;
    }
    .fs-6 {
        font-size: 3.4vw !important;
    }
    h2{
        width: 40vw;
    }
    .padding-lateral {
        padding-left: 6vw;
        padding-right: 6vw;
    }
    .rounded-4{
        border-radius: 3em !important;
    }
    .btns .rounded-4{
        border-radius: 1.5rem !important;
    }
    .py-5,.pt-5{
        padding-top: 5.8vw!important;
    }
    .py-5,.pb-5{
        padding-bottom:5.8vw!important;
    }
    .my-5,.mt-5{
        margin-top: 5.8vw!important;
    }
    .my-5,.mb-5{
        margin-bottom:5.8vw!important ;
    }
    .spacing-bottom{
        padding-top: 60vw;
    }
    .icone-social{
        max-width: 7vw;
        height: auto;
    }
    .icone-mais{
        margin-top: 1vw;
        width: 5vw;
        height: 6vw;
    }
}
@media screen and (max-width:500px) {
    .fs-4 {
        font-size: 2.5vw !important;
    }
    .fs-6 {
        font-size: 3.1vw !important;
    }
}
@media screen and (min-width:992px) {
    .padding-adjust{
        padding-right: 13vw;
    }
}