


/* Estilos para a seção 6 */
.section6 {
    width: 100%;
    padding-bottom: 3rem;
}

.section6-header {
    align-self: stretch;
    padding-top: 5rem;
    padding-bottom: 3rem;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    display: inline-flex;
    width: 100%;
}

.section6-title {
    align-self: stretch;
    text-align: center;
}

.section6-title-text-black {
    color: black;
    font-size: 3rem;
    font-family: Palanquin Dark;
    font-weight: 400;
    line-height: 1.2;
    word-wrap: break-word;
}

.section6-title-text-purple {
    color: #685BC7;
    font-size: 3rem;
    font-family: Palanquin Dark;
    font-weight: 400;
    line-height: 1.2;
    word-wrap: break-word;
}

.section6-features {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.section6-features-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.section6-accordion-header {
    align-self: stretch;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
    width: 100%;
}

.section6-accordion-question {
    width: 95%;
    color: #161616;
    font-size: 1.1rem;
    font-family: Palanquin;
    font-weight: 600;
    line-height: 1;
    word-wrap: break-word;
}

.section6-accordion-icon img {
    max-width: 20px;
    
}

.section6 .accordion .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.section6 .accordion .card{
    margin-bottom: 1rem;
}

.section6 .accordion .card-header{
    background: #FFF;
    border-radius: 15px !important;
    border: 2px solid #685BC7;
    margin-bottom: 0;
   
}

.section6 .accordion  .card-header.ativo  {
    border-radius: 15px 15px 0 0 !important;
    
}
  
.section6 .accordion .card{
    border: none !important;
}

.section6 .accordion .card-body{
    border-left: 2px solid #685BC7;
    border-right: 2px solid #685BC7;
    border-bottom: 2px solid #685BC7;
    border-radius: 0 0 15px 15px !important;
}

.section6-tarifas {
    align-self: stretch;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: rgba(255, 255, 255, 0);
    border-radius: 15px;
    outline: 2px #685BC7 solid;
    outline-offset: -2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    display: inline-flex;
}

.section6-tarifas-text {
    align-self: stretch;
}

.section6-tarifas-text-normal {
    color: #161616;
    font-size: 1rem;
    font-family: Palanquin;
    font-weight: 300;
    line-height: 1.2;
    word-wrap: break-word;
}

.section6-tarifas-text-bold {
    color: #161616;
    font-size: 1rem;
    font-family: Palanquin;
    font-weight: 500;
    line-height: 1.2;
    word-wrap: break-word;
    font-weight: bold;
}

/* Estilos para a seção 7 */
.section7 {
    width: 100%;
    background: #FBF7EC;
}

.section7-container {
    align-self: stretch;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #FBF7EC;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    display: flex;
    margin: auto;
    width: 100%;
}

.section7-logo-container {
    position: relative;
    overflow: hidden;
}

.section7-logo {
    object-fit: contain;
    max-width: 10rem;
}

/* Estilos para a seção 8 */
.section8 {
    width: 100%;
    background: #685BC7;
}

.section8-footer {
    width: 100%;
    padding-top:2rem;
    padding-bottom: 2rem;
    background: #685BC7;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    display: inline-flex;
}

.section8-copyright {
    text-align: center;
}

.section8-copyright-text {
    color: white;
    font-size: 1rem;
    font-family: Palanquin;
    font-weight: 400;
    line-height: 1.2;
    word-wrap: break-word;
}

.section8-copyright-link {
    color: white;
    font-size: 1rem;
    font-family: Palanquin;
    font-weight: 400;
    text-decoration: underline;
    line-height: 1.2;
    word-wrap: break-word;
}
.section8-copyright-link.pol-priv{
    cursor: pointer;
}

@media (max-width: 1300px) {
    
    .section6 {
        padding-bottom: 3rem;
    }
    .section6-header {
        padding-top: 5rem;
        padding-bottom: 3rem;
        gap: 2rem;
    }
    .section6-features {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .section6-accordion-icon img {
        max-width: 20px; 
    }
    .section6-tarifas {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        gap: 1rem;
    }
    .section7-container {
        padding-top: 4rem;
        padding-bottom: 4rem;
        gap: 5rem;
    }
    .section7-logo {
        max-width: 10rem;
    }
    .section8-footer {
        padding-top:2rem;
        padding-bottom: 2rem;
        gap: 0.7rem;
    }
}

@media (max-width: 680px) {
    .section7-container {
        display: block;
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .section7-logo-container{
        text-align: center;
        padding-bottom: 3rem;
    }
    .section7-logo {
        max-width: 15rem;
    }
}

@media (max-width: 420px) {
    .section6-title-text-black {
        font-size: 2rem;
    }
    .section6-title-text-purple{
        font-size: 2rem;
    }
    .section6-accordion-question {
        font-size:1rem;
    }
    .section6 {
        padding-bottom: 0rem;
    }
    

}
