body, html{
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px; 
    background-color: #000; 
    font-family: 'Fugaz One', sans-serif;
    color:#fff;
} 
:root {
    --color-default: #FFCC29; /* Definição da variável */
}
.section-1 {
    position: relative;
    overflow: hidden; /* Garante que o conteúdo não saia dos limites da seção */
  
    box-shadow: 0px 20px 100px 15px rgba(255, 204, 41, 0.5);    
 
} 
 
.bar_color_default {
    background-color: var(--color-default); /* Uso da variável */
    color: #000;
} 
.yellow-font{
    color: #FFCC29;
}
.underline{
text-decoration: underline;
}
.background{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title{
    font-size: 40px;
    line-height: 70px;
}
.title2{
    font-size: 35px;
    line-height: 45px;
}
.color_default{
    color: var(--color-default); 
}
.bg_default{
    background-color: var(--color-default); 
}
.tab{
    color: #fff;
    padding: 10px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);  
    border-radius: 5px;
}
.bg_mentor{
    background-image: url('../imagens/bg-01.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.icon_default{
    color: var(--color-default);
    font-size: 80px;
}
.dashed{
    border: dashed 4px var(--color-default);
    font-size: 25px;
    line-height: 25px;
    padding: 20px;
}
.title_default{
    padding: 20px; 
}
.var_buttom{
    width: 100%;
}
.line_division{
    width: 50%; 
    height: 2px;
    background: var(--color-default);
}
.text-box{
    font-size: 30px;
}
.sobreposicao{
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 1));
    padding: 20px;  
    height: 100%;
}
.subtitle{
    font-size: 20px;
}
.open-sans-bold {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }
.open-sans-light {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }
  .icon-arrow{
    font-size: 20px;
  }
  .background-slider .slide {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    z-index: 1; 
    
}
.relative{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.btn_subscription{
    padding: 10px;
    max-width: 400px;
    width: 100%;
    cursor: pointer;
    font-family: 'Fugaz One', sans-serif;
    background-image:linear-gradient(to left, #A98A13, #F1EF60, #A98A13) ; 
    color: #000;
    border: #000;
    font-size: 20px;
}
.btn_subscription:hover{
    color: #000;
    font-size: 21px;
    background-image:linear-gradient(to left, #9b7f10, #dedc41, #A98A13) ; 
}
.accordion {
    background-color: #000000;
    color: #ffffff;
    border: 0px;
}

.accordion-header .accordion-button {
    background-color: #000000;
    color: #ffffff; 
    border: 0px;
    font-family: 'Fugaz One', sans-serif;
    text-transform: uppercase;
}
.uppercase{
    text-transform: uppercase;
}
.accordion-header .accordion-button:not(.collapsed) {
    background-color: #333333;
    color: #ffffff;
    border: 0px;
}

.accordion-header .accordion-button:focus {
    box-shadow: none; 
    border: 0px;
}

.accordion-body {
    background-color: #000000;
    color: #ffffff; 
    border: 0px;
}
 
.accordion-button, .accordion-header, .accordion-item, .accordion, .accordion-collapse, .collapse{
    border: 0px;
}
.form-input{
    background-color: rgba(255, 255, 255, 0.3);
    border: 0px;
}
.reponsive-padding{
    padding-left: 40px;
    padding-right: 40px;
}
.name-secret-gold{
    width: 60%;
}
.img-box-1,  .img-box-2{
    display: block;
}
.invisible_desktop{
    display: none;
}
.invisible_mobile{
    display: block;
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background-color: #111111;
    border-radius: 10px;
} 

::-webkit-scrollbar-thumb {
    background-color: var(--color-default);
    border-radius: 10px;
    border: 3px solid #111111;
}
 
::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-default);
}
 
::-webkit-scrollbar-corner {
    background-color: #111111;
}
/* Responsividade */
@media (max-width: 768px) {
    .title{
        font-size: 30px;
        line-height: 35px;
    }
    .title2{
        font-size: 20px;
        line-height: 35px;
    }
    .reponsive-padding{ 
        padding: 0px;
    }
    .name-secret-gold{
        width: 90%;
    }
    .img-box-1,  .img-box-2{
        display: none;
    }
    .bg_mentor{
        background-image: url('../imagens/bg-manoel-02.png');
        background-position: left;
    }
    .pqe-1{
        background-image: linear-gradient(#272727, transparent);
        padding-bottom: 30px;
        border-radius: 10px;
    }
    .pqe-2{
        background-image: linear-gradient(transparent, #272727);
        padding-top: 30px;
        border-radius: 10px;
    }
    .pqe-1, .pqe-2, .font-responsive{
        font-size: 20px;
    }
    .invisible_desktop{
        display: block;
    }
    .invisible_mobile{
        display: none;
    }

}
