* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: linear-gradient(0deg, rgba(1, 81, 191, 1) 0%, rgba(1, 81, 191, 1) 50%, rgba(1, 81, 191, 0) 70%, rgba(1, 81, 191, 0) 100%), url(../img/bg-azul.webp);
    background-size: cover;
    color: white;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    font-size: 16px;
    padding-top: 50px;
}

.interno hr{
    display: none;
}

hr{
    margin-top: 50px;
    border: solid 1px #2485FA;
}


#footer-social .container {
    position: relative
}

#footer-social ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding:0 0 20px;
}

#footer-social li span {
    padding: 8px;
    background-color: #fff;
    border-radius: 50%;
    color: #0A0C25;
    transition: all .3s
}

#footer-social li span:hover {
    background-color: #2485FA;
    color: #fff
}

footer p {
    color: #ccc;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 20px
}

#bannercupom{
    display: block;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.servicos{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.servicos{
    margin: 20px 0;
}

.servicos a{
    flex: 1;
    font-size: 0.8rem;
    padding: 10px;
    border-radius: 15px;
    border: solid 1px #2485FA;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
}

.servicos a:hover{
    background: #2485FA;
    color: #fff;
}

.progress-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #ff9800;
    margin-bottom: 20px;
    pointer-events: none; /* Garante que não seja clicável */
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(1, 81, 191, 1) 0%, rgba(1, 81, 191, 1) 50%, rgba(1, 81, 191, 0) 70%, rgba(1, 81, 191, 0) 100%), url(../img/bg-azul.webp);
    background-size: cover;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ff9800;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.quiz-container {
    width: 100%;
    max-width: 600px;
    text-align: center;
    position: relative;
}

.container {
    width: 100%;
    max-width: 600px;
    text-align: center;
}

.interno{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.interno .quiz-container{
    background: #014394;
    border: solid 3px #2485FA;
    border-radius: 30px;
    padding: 50px 30px 30px;
    width: 100%;
    max-width: 600px;
}

.content-hidden {
    display: none;
}

.content-visible {
    display: block;
}

.hide {
    display: none;
}

.title {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 50px;
}

.interno .title {
    display: block;
    background-color: white;
    color: #014394;
    border: none;
    border-radius: 12px;
    padding: 10px 30px;
    font-size: 1.2rem;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
}

.title span {
    font-weight: 600;

}

#logointerno{
    max-width: 200px;
    margin-bottom: 50px;
}

#logo {
    margin-bottom: 50px;
    max-width: 85%;
}

#logo-kabum {
    margin-top: 50px;
    max-width: 150px;
}

.subtitle {
    font-size: 1.1rem;
    color: #bbdefb;
    margin-bottom: 30px;
}

h2 {
    font-size: 1.2rem;
    margin-bottom: 30px;
    text-wrap: balance;
    color: #fff;
    font-weight: 600;
}

.btnaction {
    display: block;
    width: 100%;
    background-color: white;
    color: #014394;
    border: none;
    border-radius: 12px;
    padding: 15px 30px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.btn {
    background: #fff;
    border-radius: 10px;
    border: none;
    padding: 20px 20px 20px 40px;
    font-size: 1rem;
    color: #014394;
    transition: all 0.3s;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.btn::after{
    width: 30px;
    aspect-ratio: 1;
    border-radius: 10px;
    background: #2485FA;
    border: solid 2px #014394;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -20px;
    top: 50%;
    translate: 0 -50%;
    color: #fff;
    transition: all 0.1s;
}

.btn:hover::after{
    background: #FCA125;
}

.btn:nth-child(1)::after{ content: "A"; }
.btn:nth-child(2)::after{ content: "B"; }
.btn:nth-child(3)::after{ content: "C"; }
.btn:nth-child(4)::after{ content: "D"; }

.btn:hover{
    background: #2485FA;
    color: #fff;
}

.btnaction::before {
    display: block;
    position: absolute;
    top: 0;
    translate: 0 50%;
    left: -15px;
    content: url(../img/setinha.webp);
    transition: translate 0.2s;
}

.btnaction:hover::before {
    translate: 5px 50%;
}

#start-button,
#restart-button,
#show-result-button {
    text-align: center;
}

.answer-btn {
    text-align: left;
}

.btn-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

#loading-screen .question-mark-box {
    width: 150px;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    font-weight: 700;
    color: #1976d2;
    margin: 0 auto 30px auto;
}

h2#profile-title{
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

#profile-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #e3f2fd;
}

.recommendation-box {
    background-color: #F07813;
    border-radius: 15px;
    padding: 20px;
    margin: 20px 0;
    color: #212121;
}

.recommendation-box h3 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 1.2rem;
}

#product-recommendation {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.product-image {
    max-width: 150px;
    height: auto;
    border-radius: 5px;
}

.cta{
    background: #2485FA;
    color: #fff;
    border-radius: 20px;
    padding: 10px 30px;
    margin: 20px auto 0;
    display: block;
    transition: all 0.3s;
}

.cta:hover{
    color: #fff;
    background: #F07813;
}

.product-info h4 {
    margin: 0;
    font-size: 1.1rem;
}

.product-info p {
    font-size: 1.5rem;
    font-weight: bold;
    color: #F07813;
    margin: 5px 0 15px 0;
}

.product-info .btn {
    text-align: center;
}

@media screen and (max-width: 500px) {

    .servicos{
        flex-direction: column;
    }

    .servicos a{
        width: calc(100% - 20px);
    }

    .interno .quiz-container{
        width: calc(100% - 20px);
        margin: 0 auto;
    }

}