.header{
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #1f2d38;
    display: flex;
    align-items: center;
    justify-content: center; /* separa os lados */
    padding: 0 20px; /* opcional, dá respiro lateral */
}
.header-A {
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #1f2d38;
    align-items: center;
    justify-content: center; /* separa os lados */
    padding: 0 20px; /* opcional, dá respiro lateral */
}
.header-menu{
    flex: 1;
    display: flex;
    justify-content: flex-end; /* joga o botão Entrar para direita */
    font-weight: 500;
}
.header-logo{
    width: fit-content;
    color: #f1f1f1;
}
.header-logo a{
    color: var(--dark-5);
    font-weight: 500;
    gap: .5rem;
}
.header-logo img{
    width: 1.5rem;
}
.header-menu{
    flex: 1;
    font-weight: 500;
}
.header-menu ul{
    list-style: none;
}
.header-menu ul li{
    margin-left: 30px;
}
.header-menu ul li a{
    color: var(--light-1);
    gap: .3rem;
}

a {
    text-decoration: none;
    color: #5c5b5b; /* Exemplo: cor cinza escuro */
}
a:link, a:visited {
    text-decoration: none; /* Remove a linha */
}
.txt-large-banner {
    position: absolute;
    text-decoration: none;
    padding: 15px;
    border-radius: 20px;
    background-color: rgba(37, 44, 52, 0.863);
}
.intro{
    width: 100%;
    height: calc(80% - 64px);
    background-image: url('../img/back-loadway.avif');
    background-size: cover;
    background-position: center;
    text-align: center;
    /*text-shadow: 2px 2px 2px rgba(0,0,0,8);(58, 57, 57, 0.8)*/
    color: var(--light-1);
    position: relative;
    overflow: hidden;
}
.intro p{
    margin: 1rem auto;
}
.intro-img{
    position: absolute;
    margin-top: 0px;
    width: 200px;
    top: 200px;
    height: 38px;
    color: rgb(168, 124, 1);
    background-color:var(--light-1);
    border-radius: 20px;
    text-shadow:none;
    padding: 4px;
    box-shadow: 10px 5px 5px -3px rgba(0,0,0,0.8);
}
.intro-img img{
    width: 100%;
}

.header-footer{
    width: 72px;
    position: absolute;
    bottom:20px;
    left:calc(50% - 36px);
    margin:0 auto;
    animation: updown 0.75s infinite alternate;
    -webkit-animation: updown .75s infinite alternate;
}
.header-footer svg{
    width: 100%;
    fill: var(--light-1);
    filter:drop-shadow(2px 2px 6px rgba(0,0,0,.4));
}
#header-footer-desktop{
    display: block;
}
#header-footer-mobile{
    display: none;
}
@keyframes updown {
    0% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}
.default-half{
    width: 100%;
    flex-wrap: wrap;
    color: #3a3a3a;
}
.default-half hr{
    width: 100%;
    height: 2px;
    border: none;
    background-color: #f4b223;
}
.half-img{
    width: 200px;
}
.half-img img{
    width: 100%;
    border-radius: 10px;
}
.half-txt{
    flex: 1;
    padding-left: 2rem;
    color: #3a3a3a;
}
.half-txt h2{
    margin-bottom: 1rem;
    color: #1f2d38;
}
.apresentation{
    border-top: 6px dashed var(--light-1);
    width: 100%;
    background-color: #1f2d38;
    color: var(--light-1);
}
.apresentation h2{
    margin-bottom: 2rem;
}
.apresentation h2 img{
    width: 38px;
    margin-right: 1rem;
}
/*FALE CONOSCO*/
.section-link{
    width: 100%;
    background-color: var(--tertiary-4);
    color: var(--light-1);
    text-align: center;
    padding: 10px 10px;
    text-align:center;
    flex-wrap: wrap;
}
.section-link .container-small{
    flex-wrap: wrap;
    gap: 1rem;
}
.section-link .container-small div{
    max-width: calc(100% - 260px);
}
.section-link a{
    max-width: 150px;
    padding: .5rem .75rem;
    border-radius: 6px;
    background: var(--primary-gradient);
    color: var(--light-1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-link a img{
    width: 20px;
    margin-right: 5px;
    margin-left: 1px;
}
.questions{
    width:100%;
    max-width: 1080px;
    margin: 0 auto;
}
.question{
    width: 100%;
    border-left: 1px solid var(--light-4);
    border-right: 1px solid var(--light-4);
}
.question:first-child{
    border-top: 1px solid var(--light-4);
    border-bottom: 1px solid var(--light-4);
}
.question:not(:first-child) {
    border-bottom: 1px solid var(--light-4);
}
.question-header{
    width: calc(100% - 50px);
    padding: 25px;
    cursor: pointer;
    background-color: var(--light-1);
    color:var(--dark-3);
}
.question-copy{
    width: calc(100% - 50px);
    padding: 0 25px 25px 25px;
    background-color: var(--light-1);
    color: var(--dark-4);
    display: none;
    overflow: hidden;
}
.question-copy a{
    color: var(--primary-3);
}
.question-copy ul{
    width: calc(100% - 20px);
    margin:20px 0;
    margin-left: 20px;
    list-style: circle;
}
.question-copy ul li{
    height: 34px;
}
.question-copy p{
    margin-bottom: 20px;
}
.question-copy p:last-child{
    margin-bottom: 0;
}
.question-footer{
    width: 100%;
    text-align: center;
}
.question-footer a{
    width: fit-content;
    padding: 10px 14px;
    margin: 0 auto;
    text-shadow: 0 2px 2px rgba(0,0,0,.15);
    color: var(--light-1);
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    background-color: var(--primary-3);
    border-radius: 6px;
}
.question-footer a svg{
    width: 20px;
    margin-right: 8px;
    fill:var(--light-1);
}
.default{
    width: 100%;
    flex-wrap: wrap;
}
#terms h2{
    padding:40px 0 20px 0;
}
#terms h2:first-child{
    padding:0 0 20px 0;
}
.hr-page{
    border:none;
    height: 2px;
    background-color: var(--light-4);
}
.main-footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 40px 0 20px;
    font-family: sans-serif;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; /* Essencial para responsividade */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-section ul li {
list-style-type: none;
}

.footer-section h3 {
    margin-bottom: 15px;
    color: #00bcd4; /* Cor de destaque */
}

.footer-section a {
    color: #bbb;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.footer-section a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 20px;
    color: #777;
}