.section { border-top: 10px solid #f9c701; background: linear-gradient(to top, #f8f8f8, #fff); } 
.section b { color: #15153a; } 
.section .container { padding: 50px 30px 100px; } 
.section-menu { display: flex; flex-direction: column; width: 350px; margin-right: 70px; font-size: 14px; line-height: 1.2; } 
.section-opcao { width: 100%; display: flex; align-items: center; padding: 12px 0 14px; box-shadow: inset 0 -2px 0 0 #e4e4e4; cursor: pointer; } 
.section-opcao i { height: 12px; width: 8px; margin-right: 8px; background: url(../img/icones-svg/direita-cinza.svg) no-repeat center; } 
.section-opcao small { font-size: 12px; } 
.section-opcao-title { width: 100%; background: #f9c701; font-size: 14px; padding: 16px 0; text-align: center; line-height: 1.2; margin: 60px 0 20px; } 
.section-content { flex: 1; } 
.section-text { font: 14.5px montserrat-regular; color: #333; line-height: 2; margin-top: 50px; } 
.section-text a { color: #4056d1; word-break: break-all; } 
.section-text a:hover { text-decoration: underline; } 
.section-header { width: 100%; height: 65px; display: flex; align-items: center; justify-content: space-between; padding: 0 30px; border-radius: 0 32.5px 32.5px 0; background: #f9c701; } 
.section-header b { font-size: 16px; } 
.section-header i { background: url(../img/icones-svg/baixo-azul.svg) no-repeat center; width: 23px; height: 14px; background-size: cover; } 

.rotate { transition: .5s all; } 
.rotate90 { transform: rotate(-90deg); } 
.rotate0 { transform: rotate(0deg); } 

@media(min-width: 991px){
 .section-opcao:hover, .section-opcao.opcao-ativo { box-shadow: inset 0 -4px 0 0 #f9c701; } 
 .section-opcao:hover i, .section-opcao.opcao-ativo i { background-image: url(../img/icones-svg/direita-amarelo.svg); } 
 }

@media(max-width: 990px){
 .header { position: absolute !important; } 

 .section { border: none; } 
 .section .container { padding: 0px !important; } 
 .section-menu { width: 100%; margin: 0; display: none; } 
 .section-opcao { padding: 12px 4% 14px; } 
 .section-opcao.opcao-ativo { background: #f9c701; box-shadow: none; } 
 .section-opcao.opcao-ativo i { background-image: url(../img/icones-svg/direita-azul.svg); } 
 .section-opcao-title { margin: 0px; padding: 12px 0 12px 30px; text-align: left; display: none; } 
 .section-content { background: #fff9e4; } 
 .section-text { margin-top: 15px; text-align: justify; padding: 0 4% 35px; } 
 .section-header { border-radius: 0; padding: 20px 4%; height: auto; } 
 .section-header b { font-size: 13px; } 
 .section-header i { height: 13px; width: 16px; } 

 .section-menu-btn { width: 100%; padding: 20px 4%; background: #141438; justify-content: space-between; align-items: center; } 
 .section-menu-btn b { font-size: 14px; color: #f9c701; } 
 .section-menu-btn i { height: 13px; width: 16px; background: url(../img/icones-svg/baixo-amarelo.svg) no-repeat center; background-size: cover; } 
 }