/*Regra baseada em Mobile First */
body {
  background-color: #111;
}
.form-column .btn {
    width: auto;
}

/* --------------- SECTION HERO --------------- */
#hero {
    /*min-height: 100vh;*/
    background: url('../../../public/img/site/bkg-hero.jpg') no-repeat center center/cover;
    position: relative;
    display: flex;
    align-items: center;
    padding: 80px 0;
}
.hero-overlay, .parceria-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(249,160,27,0.8) 100%);
}
.hero-content {
    position: relative;
    z-index: 2;
    padding-left: 60px;
    max-width: 1000px;
}
.hero-subtitle {
    color: #fff;
    letter-spacing: 1px;
    font-size: 0.95rem;
}
.hero-title {
    color: #fff;
    font-size: 2.7rem;
    line-height: 1.3;
}
.hero-highlight {
    color: #f3dd52;
}
.hero-text {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5;
}
.hero-btn {
    border: 2px solid #f3dd52;
    border-radius: 30px;
    color: #fff;
    background: transparent;
    font-size: 1.2rem;
}
/* -------------------------------------------- */


/* --------------- SECTION SOBRE --------------- */
#sobre {
    /*min-height: 100vh;*/
    background: url('../../../public/img/site/bkg-sobre-nos.jpg') no-repeat center center/cover;
    position: relative;
    padding: 80px 20px;
}
.sobre-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(249,160,27,0.6) 100%);
}
.sobre-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}
.sobre-card {
    background: rgba(0,0,0,0.6);
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 15px;
    padding: 40px 30px;
    color: #fff;
}
.sobre-title {
    font-size: 2.5rem;
}
/* -------------------------------------------- */


/* --------------- SECTION PARCERIA --------------- */
/* Utiliza a classe webp inserida na tag html pelo Modernizr */
/*.webp #parceria{
    width:100%;
    height:500px;
    background-image:linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)),url('../../img/site/parceria-background.webp');
    background-size:cover;
}*/
/* Utiliza a classe .no-webp inserida na tag html Modernizr */
/*.no-webp #parceria{background-image:linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)),url('../../img/site/parceria-background.png')}
#parceria h2{font-size:28px}
#parceria h3{font-size:20px}
#parceria p{font-size:20px}*/

#parceria {
    position: relative;
    padding: 80px 24px;
    color: #fff;
    font-family: "Poppins", Arial, sans-serif;
    background-image:linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)),url('../../img/site/parceria-background.webp');
    background-size:cover;
}
.parceria-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(249,160,27,0.6) 100%);
}
#parceria .frame {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    border: 4px solid rgba(255, 255, 255, 0.45);
    border-radius: 28px;
    overflow: hidden;
    background: url('../../../public/img/site/bkg-parceria.jpg') center center / cover no-repeat;
    min-height: 400px;
}
#parceria .frame::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
    radial-gradient(
        circle at 60% 45%,
        rgba(249, 160, 27, 0.84) 0%,
        rgba(249, 160, 27, 0.70) 12%,
        rgba(249, 160, 27, 0.25) 36%,
        rgba(249, 160, 27, 0.05) 60%,
        rgba(249, 160, 27, 0) 70%
    ),
    linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 40%, rgba(0,0,0,0.85) 100%);
    pointer-events: none;
}
#parceria .content {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    padding: 40px 24px 10px 24px; /* Reduzido padding-bottom */
    text-align: center;
}
#parceria h2 {
    font-weight: 800;
    font-size: clamp(40px, 6vw, 64px);
    line-height: 1.1;
    margin-bottom: 12px;
}
#parceria .sub {
    font-weight: 400;
    font-size: clamp(22px, 3vw, 40px);
    line-height: 1.2;
    margin-bottom: 28px;
}
#parceria .lead {
    font-weight: 400;
    font-size: clamp(18px, 2.2vw, 28px);
    line-height: 1.35;
    margin-bottom: 28px;
}
#parceria .btn-outline-gold {
    display: inline-block;
    padding: 14px 36px;
    font-weight: 800;
    font-size: clamp(16px, 1.6vw, 22px);
    color: #ffffff;
    background: rgba(0,0,0,0.35);
    border: 3px solid #f3dd52;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.25);
}
/* -------------------------------------------- */

/* --------------- SECTION VIDEO --------------- */
#videos {
    font-family: 'Poppins', Arial, sans-serif;
    background: url('../../../public/img/site/bkg-videos.jpg') no-repeat center center/cover;
    position: relative;
    padding: 80px 20px;
}
.section-title {
    font-weight: 800;
    font-size: clamp(40px, 6vw, 64px);
    margin-bottom: 40px;
    line-height: 1.1;
}
.video-item {
    width: 100%;
    min-height: 250px;
    background-color: #333;
    border: 4px solid #fff;
    border-radius: 10px;
}
#video h2{font-size:28px}
#video h3{font-size:20px}
/* -------------------------------------------- */

/* --------------- SECTION CODIGODASFINANCAS --------------- */
#codigodasfinancas {
    background: url('../../../public/img/site/bkg-financa.jpg') no-repeat center center/cover;
    position: relative;
}
#codigodasfinancas {
    position: relative;
    padding: 80px 24px;
    color: #fff;
    font-family: "Poppins", Arial, sans-serif;
}
#codigodasfinancas .frame {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    border: 4px solid rgba(255, 255, 255, 0.45);
    border-radius: 28px;
    overflow: hidden;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(10px);
}
#codigodasfinancas .content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 40px;
    gap: 40px;
}
#codigodasfinancas .book-cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#codigodasfinancas .book-cover img {
    max-width: 250px;
    height: auto;
    border-radius: 10px;
}

#codigodasfinancas .btn-buy {
    display: inline-block;
    width: 207px;
    padding: 14px 36px;
    font-weight: 800;
    font-size: 16px; /* Tamanho da fonte fixo para não quebrar a linha */
    color: #ffffff;
    background: rgba(0,0,0,0.35);
    border: 3px solid #f3dd52;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.25);
    margin-top: 20px;
}
#codigodasfinancas .bestseller-text {
    font-size: 1.1rem;
    line-height: 1.6;
}
/* -------------------------------------------- */

/* --------------- SECTION CONTATO --------------- */
#contato {
    font-family: 'Poppins', Arial, sans-serif;
    background: url('../../../public/img/site/bkg-contato.jpg') no-repeat center center/cover;
    position: relative;
    padding: 80px 20px;
}
#contato h3 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
#contato .social-icons .btn {
    border: 1px solid rgba(255, 255, 255, 0.45);
}
#contato h2{font-size:28px}
#contato h3{font-size:20px}

/* Destacando a linha divisória no fundo escuro */
#contato hr {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important; /* Linha branca suave */
    opacity: 1; /* Garante que não fique transparente demais */
    margin: 3rem auto; /* Espaçamento equilibrado */
    width: 70%; /* Não encosta nas bordas, fica mais elegante */
}

/* Centralização e ajuste do selo */
.selo-container {
    padding-bottom: 20px;
}

.selo-container img {
    max-height: 100px; /* Evita que o selo fique desproporcional */
    filter: brightness(0) invert(1); /* Opcional: Torna o selo totalmente branco se ele for escuro */
    opacity: 0.8;
}
/* -------------------------------------------- */

/*  ----------- MEDIA QUERIES  -----------  */

/*  ----------- MEDIA SCREEN 320px - 480px MOBILE DEVICES -----------  */
/*@media only screen and (min-width: 480px){

}*/
/* -------------------------------------------- */

/*  ----------- MEDIA SCREEN 481px - 768px IPADS, TABLETS -----------  */
@media only screen and (min-width: 768px){
    #apresentar h1{font-size:12pt}
    #apresentar h2{font-size:20pt}
    #apresentar p{font-size:unset}
    #parceria h2{font-size:32px}
    #parceria h3{font-size:28px}
    #video h2{font-size:32px}
    #video h3{font-size:28px}
    #contato h2{font-size:32px}
    #contato h3{font-size:24px}
}

@media (max-width: 768px) {

    #hero {
        padding: 40px 0; /* Reduz o padding para telas menores */
    }
    .hero-content {
        padding-top: 0px!important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero-title {
        font-size: 2rem; /* Diminui o tamanho da fonte do título */
    }

    #parceria .content {
        padding: 30px 24px 10px 24px; /* Ajuste para espaçamento em mobile */
    }

    #codigodasfinancas .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    #codigodasfinancas .text-content {
        padding-left: 0;
    }
}

@media (max-width: 1200px) {
    .nav-link{
        margin-top:10px;
    }
    
    .btn-login {
        background: #f3dd52;
        color: #000 !important;
    }
}

/* -------------------------------------------- */

/*  ----------- MEDIA SCREEN 769px - 1024px SMALL SCREENS, LAPTOPS -----------  */
/*@media only screen and (min-width: 1024px){

}*/
/* -------------------------------------------- */

/*  ----------- MEDIA SCREEN 1025px - 1200px DESKTOPS, LARGE SCREENS -----------  */
/*@media only screen and (min-width: 1200px){

}*/
/* -------------------------------------------- */

/*  ----------- MEDIA SCREEN 1201px and more EXTRA LARGE SCREENS, TV -----------  */
/*@media only screen and (min-width: 1400px){

}*/
/* -------------------------------------------- */