* {
    color: white;
}

section {
    padding: 100px 0;
    position: relative;
}

h1 {
    font-weight: 400;
}

.color-yellow b {
    color: #fdcd03 !important;
}

/* shape divider */

.custom-shape-divider-top-1756568245 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1756568245 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.custom-shape-divider-top-1756568245 .shape-fill {
    fill: #ff5301;
}

.custom-shape-divider-top-123 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-123 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.custom-shape-divider-top-123 .shape-fill {
    fill: #fa3400;
}

/* custom button */

.custom-btn {
    background-color: #fdcd03;
    color: #1f6562;
    border: 5px solid #fffde4;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 800;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.custom-btn:hover {
    background-color: #fffde4;
    color: #1f6562;
}

/* Footer styles to match the provided layout */
.footer-identity {
    background-color: #e9e9e9;
    /* cinza claro do print */
    color: #2b2b2b;
}

.footer-identity h6,
.footer-identity p,
.footer-identity a {
    color: #2b2b2b;
}

.footer-social .social-tile {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
}

.footer-social .ig {
    background: #111;
    color: #fff;
}

.footer-social .fb {
    background: #1b74e4;
    color: #fff;
}

.footer-social .yt {
    background: #ff0000;
    color: #fff;
}

.footer-social .in {
    background: #0a66c2;
    color: #fff;
}

.footer-social .tt {
    background: #000;
    color: #fff;
}

.footer-social .wa {
    background: #25d366;
    color: #fff;
}

.footer-social .tg {
    background: #34a3db;
    color: #fff;
}

.footer-social .tw {
    background: #0f1419;
    color: #fff;
}

.footer-newsletter .form-control {
    background: #dcdcdc;
    border: none;
    border-radius: 10px 0 0 10px;
    padding: 10px 14px;
}

.footer-newsletter .btn-arrow {
    background: #dcdcdc;
    border: none;
    border-radius: 0 10px 10px 0;
    padding: 10px 14px;
    color: #6b6b6b;
}

.footer-divider {
    border-color: #cfcfcf;
    opacity: 1;
}

.footer-link {
    color: #5b5b5b;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-toggle .btn {
    background: #dedede;
    color: #5b5b5b;
    border: none;
    font-weight: 600;
    border-radius: 10px;
    padding: 8px 16px;
}

.footer-toggle .btn:hover {
    background: #d0d0d0;
}

.somoscoop-logo {
    height: 42px;
    width: auto;
}

/* section 4 */

.bg-minicard {
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 3px 3px 11px -2px black;
    transition: all 0.3s ease-in-out;

}

.bg-minicard:hover {
    transform: translateY(-4px);
}

.bg-minicard.passed {
    background-color: #0072a2;
    /* azul */
    color: #ffffff;
    /* texto padrão branco */
}

.bg-minicard.passed h4 b,
.bg-minicard.passed p b {
    color: #fec325 !important;
    /* amarelo */
}

.bg-minicard.upcoming {
    background-color: #ffffff;
    /* fundo branco */
    color: #0072a2;
    /* texto azul */
}

.bg-minicard.upcoming h4 b,
.bg-minicard.upcoming p b {
    color: #0072a2 !important;
    /* azul */
}

/* section 7  */

.btn-cliqueaqui {
    background: #0270a6;
    border-radius: 20px;
    border: 4px solid #fffde4;
    transition: all 0.3s ease-in-out;
}

.btn-cliqueaqui:hover {
    transform: translateY(-5px);
    color: rgb(245, 238, 238);
}

/* section 5 */

.bg-premios {
    padding: 15px;
    border-radius: 15px;
    background: #0072a2;
    box-shadow: 3px 3px 11px -2px black;
}

.cpf-input::placeholder {
    color: #e7d127;
}

#wizardNome,
#wizardCpfPreview {
    color: #e7d127;
    background-color: #014359;
}

@media only screen and (max-width: 768px) {
    .wizard-step.step-1 {
        background: url(/images/assets/fundo-popup.jpg) no-repeat center center !important;
        background-size: cover !important;
        border: 5px solid white;
    }

    .wizard-step.step-2 {
        background: url(/images/assets/fundo-popup.jpg) no-repeat center center !important;
        background-size: cover !important;
        border: 5px solid white;
    }

    .wizard-step.step-3 {
        background: url(/images/assets/fundo-popup-whats.jpg) no-repeat center center !important;
        background-size: cover !important;
        border: 5px solid white;
    }

    .wizard-step.step-4 {
        background: url(/images/assets/fundo-popup-instagram.jpg) no-repeat center center !important;
        background-size: cover !important;
        border: 5px solid white;
    }

    .wizard-step.step-5 {
        background: url(/images/assets/fundo-popup.jpg) no-repeat center center !important;
        background-size: cover !important;
        border: 5px solid white;
    }

    .bg-premios {
        text-align: center;
    }

    .tx-mob-right {
        text-align: right;
    }
}



.wizard-step.step-3,
.wizard-step.step-4 {
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border: 5px solid white;
    color: white;
    /* garante legibilidade */
    z-index: 0;
    /* necessário para layering */
    overflow: hidden;
    /* para o overlay não sair da área */
}

.wizard-step.step-3::before,
.wizard-step.step-4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* ajuste aqui a opacidade */
    z-index: 1;
}

.wizard-step.step-3 *,
.wizard-step.step-4 * {
    position: relative;
    z-index: 2;
}

.sua-classe * {
    position: relative;
    z-index: 2;
}

/* === Wizard modal (participar) === */
.cogem-wizard {
    min-height: 600px;
}

.cogem-wizard .wizard-step {
    display: none !important;
    width: 100%;
    min-height: 600px;
    padding: 60px 40px;
}

.cogem-wizard .wizard-step.active {
    display: flex !important;
}

.cogem-wizard .wizard-content {
    max-width: 740px;
    margin: 0 auto;
}

.cogem-wizard .accent {
    color: #fdcd03;
}

.cogem-wizard .cpf-input {
    max-width: 420px;
    height: 50px;
    border: 3px solid #dbe2e5;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.cogem-wizard .btn-cogem-primary {
    background: #fff;
    color: #0270a6;
    font-weight: 800;
    border-radius: 12px;
    border: none;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.15);
}

.cogem-wizard .btn-cogem-primary:hover {
    filter: brightness(0.95);
}

.cogem-wizard .btn-accept {
    background: #ff8a00;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 10px 16px;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.15);
}

.cogem-wizard .btn-accept:hover {
    filter: brightness(0.95);
}

.cogem-wizard .pill-info {
    background: transparent;
    color: #fff;
    border: 3px solid #dbe2e5;
    border-radius: 12px;
    padding: 10px 18px;
    font-weight: 800;
    min-width: 240px;
}

.cogem-wizard .pill-lucky {
    display: inline-block;
    background: #fff;
    color: #0270a6;
    border-radius: 12px;
    padding: 12px 26px;
    font-size: 28px;
    font-weight: 900;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
}

.cogem-wizard .wizard-step {
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.cogem-wizard .wizard-step.active {
    opacity: 1;
}