.offer-div {
    border-radius: 21.5px;
    width: 100%;
    border: 2px solid #0a3331;
    padding: 5px;
}

* {
    font-family: 'Montserrat', sans-serif;
  }

.text-green-default {
    color: #4dff84;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.25px;
}

.custom-confirm-button{
    background-color: rgb(255, 81, 0);
}

.text-obs {
    color: #a5bfce;
    font-size: 11.484px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.25px;
}

.border-economy {
    border-color: #FFFFFF !important;
}

.icon{
    width: 100px;
    height: 28px;
}

.text-primary-ligga {
    color: #0a3331;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.25px;
}

.text-gedisa-obs {
    color: #0a2533;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.25px;
}

.lp-parana-page_1_mobile {
    background-image: url("/assets/images/lp_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #13322B;
    background-size: cover;
    min-height: 90vh;
    width: 100%;
}

.background_page2_parana-page {
    background: #13322B;
}

@media (min-width: 768px) {
    .background_page2_parana-page {
        background: #13322B;
    }
}

.form-blur {
    margin-top: 10px;
    border-radius: 31px;
    background: rgba(1, 1, 1, 0.5);
    height: 100%;
}

.background_page2_brcondos {
    background: #13322B;
}

@media (min-width: 768px) {
    .background_page2_brcondos {
        background: #13322B;
    }
}

.lp-parana-page_1 {
    background-image: url("/assets/images/lp_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #13322B;
    background-size: cover;
    min-height: 100vh;
}


@media (max-width: 768px) {
    .lp-parana-page_1 {
        min-height: 45vh;
    }
}


.desktop {
    display: none !important;
}

@media (min-width: 768px) {
    .desktop {
        display: flex !important;
    }
}

.mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .mobile {
        display: block !important;
    }
}


.lp_input_range {
    input[type="range"]::-webkit-slider-thumb {
        width: 15px;
        -webkit-appearance: none;
        appearance: none;
        height: 15px;
        cursor: pointer;
        background: #FFF;
        border: 1px solid #7f909b;
        box-shadow: -405px 0 0 400px #004C45;
        border-radius: 50%;

    }
}

.spinner {
    width: 15px;
    height: 15px;
    border: 2px solid white;
    border-top-color: transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.7s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}