@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;700&display=swap');



.button {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 50%;
    right: 50%;
    top: 470px;
    font-family: "Montserrat", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #0F3554;
    transition: 0.6s !important;
}

@media (max-width: 992px) {
    .button {
        width: 32px;
        height: 32px;
        top: 680px;
        left: 45%;
    }
}

.button:hover {
    filter: contrast(200%);
    transform: scale(1.2) !important;
}

.bg-main {
    position: relative;
    background-image: url(../img/bg-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 992px) {
    .bg-main {
        background-image: url(../img/bg-main-mobile.png);
    }
}

.tit-2 {
    font-family: "Bebas Neue", Arial, sans-serif;
    font-size: 48px;
    line-height: 52px;
    color: #043764;
    text-transform: uppercase;
}

@media (max-width:992px) {
    .tit-2 {
        font-size: 28px;
        line-height: 33px;
    }
}

.tit-2-invert {
    font-family: "Bebas Neue", Arial, sans-serif;
    font-size: 48px;
    line-height: 52px;
    color: #FEB42B;
    text-transform: uppercase;
}

.margin {
    margin-top: 210px
}

@media (max-width:992px) {
    .margin {
        margin-top: 120px
    }
}

.margin-2 {
    margin-top: 150px;
    margin-bottom: 50px;
}

@media (max-width:992px) {
    .margin-2 {
        margin-bottom: 0px
    }
}

.cont {
    font-size: 16px;
    line-height: 22.4px;
}

.cont-3 {
    font-size: 24px;
}


@media (max-width:992px) {
    .cont {
        color: #FFF;
        font-size: 16px;
        line-height: 22.4px;
        font-weight: 700;
    }
}

@media (max-width:992px) {
    .cont-2 {
        color: #000;
        font-size: 16px;
        line-height: 22.4px;
    }
}

.cont-invert {
    color: #FFF;
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 700;
}

@media (max-width:992px) {
    .cont-invert {
        color: #FEB42B;
        font-size: 20px;
        line-height: 22.4px;
        font-weight: 700;
        text-align: center;
    }
}

.cont-invertL {
    color: #FFF;
    font-size: 16px;
    line-height: 22.4px;
}

.tit-3 {
    font-size: 18px;
    line-height: 22.4px;
    color: #000;
    font-weight: 700;
}

.tit-4 {
    font-family: "Bebas Neue", Arial, sans-serif;
    font-size: 48px;
    line-height: 57px;
    color: #000;
    text-transform: uppercase;
}

@media (max-width:992px) {
    .tit-4 {
        font-size: 27px;
        line-height: 32px;
    }
}

.lata {
    position: absolute;
    width: 390px;
    height: 577px;
    left: 0px;
    top: 1330px;
}

.btn-primary {
    background-color: #F4B221;
    width: 175px;
    height: 40px;
    border-radius: 50px;
    color: #0F3554;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    transition: 0.6s;
}

.btn-primary:hover {
    background-color: #0F3554;
    color: #F4B221;
    transform: scale(1.2);
}

.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #043764;
    border-color: #043764;
}

.bg-blue {
    background-color: #0F3554;
}

#rd-button-l3ngwlqb {
    font-family: "Montserrat", Arial, sans-serif !important;
    transition: 0.6s !important;
}

#rd-button-l3ngwlqb:hover {
    background-color: #FFF !important;
    color: #0F3554 !important;
    transform: scale(1.2) !important;
}