@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.page-simulador {
    position: relative;
    background: linear-gradient(#0C33A0, #4625BC);
    padding: 3.75rem 0;
    user-select: none;
}

.page-simulador * {
    font-family: "Montserrat", serif;
}

@media (width <= 500px) {
    .page-simulador {
        padding: 2.75rem 0;
    }
}

/* Breadcrumb */
.page-simulador .breadcrumb {
    position: relative;
}

.page-simulador .breadcrumb .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.page-simulador .breadcrumb a,
.page-simulador .breadcrumb span {
    font-family: "Montserrat", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #F97110;
}

.page-simulador .breadcrumb a {
    color: #F97110;
}

.page-simulador .breadcrumb span {
    color: #fff;
}

/* Heading */
.page-simulador .heading {
    position: relative;
    margin-top: 2rem;
}

.page-simulador .heading .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.page-simulador .heading h1 {
    font-family: "Montserrat", serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    margin: 0;
}

@media (width <= 767px) {
    .page-simulador .heading h1 {
        font-size: 42px;
        line-height: 48px;
    }
}

.page-simulador .heading h1 span {
    color: #F97110;
}

.page-simulador .heading p {
    font-family: "Montserrat", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: center;
    color: #fff;
    margin: 0;
    width: 40rem;
    max-width: 100%;
}

@media (width <= 767px) {
    .page-simulador .heading p {
        font-size: 18px;
    }
}

/* Steps */
.page-simulador .steps {
    position: relative;
    margin-top: 5rem;
    max-width: 100%;
}

.page-simulador .steps .container {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.page-simulador .steps .bar {
    position: absolute;
    z-index: 1;
    background: #A6BBFF33;
    width: calc(100% - 7.25rem);
    height: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

.page-simulador .steps .step-button {
    position: relative;
    z-index: 5;
    width: 7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-top: -1.75rem;
    text-align: center;
    background: none;
    border: none;
    padding: 1rem 0;
}

.page-simulador .steps .step-button .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background: #001A73;
    border-radius: 50%;
    font-family: "Montserrat", serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 24.38px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.page-simulador .steps .current-step .circle {
    background: #F97110;
}

.page-simulador .steps .step h5 {
    font-family: "Montserrat", serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 24.38px;
    text-align: center;
    color: #fff;
    margin: 0;
}

/* Form */
.page-simulador .form {
    position: relative;
    margin-top: 1.5rem;
    max-width: 100%;
}

@media (width <= 767px) {
    .page-simulador .form {
        margin-top: 0.5rem;
    }
}

.page-simulador .form .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.page-simulador .form .step-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    max-width: 100%;
}

.page-simulador .form .step-form hr {
    margin: 0.5rem 0;
    border: none;
    border-bottom: 2px solid #F97110;
}

.page-simulador .form .step-form .options {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 100%;
}

.page-simulador .form .step-form .options .ramo {
    position: relative;
}

.page-simulador .form .step-form .options svg {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
}

@media (width <= 767px) {
    .page-simulador .form .step-form label {
        flex-direction: column;
        gap: 1rem;
    }

    .page-simulador .form .step-form label svg {
        display: none;
    }
}

.page-simulador .form .step-form .field {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: #FFFFFF40;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 30rem;
    max-width: 100%;
    font-family: "Montserrat", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 24.38px;
    color: #fff;
    margin: 0;
    text-align: left;
}

.page-simulador .form .step-form label {
    font-family: "Montserrat", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 100%;
}

.page-simulador .form .step-form .field:focus,
.page-simulador .form .step-form .field:hover {
    border: 1px solid #F97110;
}

.page-simulador .form .step-form .field.selected {
    background: #F97110;
    border: 1px solid #fff;
}

.page-simulador .form .step-form button[type="submit"] {
    position: relative;
    padding: 1rem;
    background: #F97110;
    border: 1px solid #F97110;
    border-radius: 5px;
    width: fit-content;
    font-family: "Montserrat", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: center;
    color: #fff;
    margin: 0;
    max-width: 100%;
}

.page-simulador .form .field-prefix {
    position: relative;
    max-width: 100%;
}

.page-simulador .form .field-prefix .field {
    padding-left: 3.5rem;
}

.page-simulador .form .field-prefix .prefix {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    font-family: "Montserrat", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: center;
    color: #fff;
    margin: 0;
}

/* Skeleton */
.page-simulador .form .loading-skeletons {
    position: relative;
    width: 40rem;
    height: 20rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.page-simulador .form .loading-skeletons .skeleton-top {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page-simulador .form .loading-skeletons span {
    height: 5rem;
    background: #dadada25;
    border-radius: 21px;
}

.page-simulador .form .loading-skeletons .skeleton-top span:first-child {
    width: 10rem;
}

.page-simulador .form .loading-skeletons .skeleton-top span:last-child {
    width: 100%;
}

.page-simulador .form .loading-skeletons span.skeleton-bottom {
    width: 100%;
}

/* Thanks */
.thanks {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.thanks svg {
    animation: fly 2s infinite forwards;
}

@media (width <= 500px) {
    .thanks svg {
        width: 96px;
        height: 96px;
    }
}

@keyframes fly {
    0% {
        transform: translate(-5%, -5%) rotate(10deg);
    }
    50% {
        transform: translate(0%, 0%) rotate(0deg);
    }
    100% {
        transform: translate(-5%, -5%) rotate(10deg);
    }
}

.thanks h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    color: #fff;
    margin: 1rem 0 0 0;
}

@media (width <= 500px) {
    .thanks h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 0;
    }
}

.thanks h6 {
    font-family: "Montserrat", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: center;
    color: #fff;
    margin: 0;
    width: 40rem;
    max-width: 100%;
}

@media (width <= 500px) {
    .thanks h6 {
        font-size: 18px;
        line-height: 20px;
    }
}

.shine-effect {
    position: relative;
    overflow: hidden;
}

.shine-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, #ffffff75 50%, rgba(255, 255, 255, 0) 70%);
    filter: blur(4px);
    animation: shine 2.5s infinite;
}

@keyframes shine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.none {
    display: none !important;
}