/*  * duvidas.css  *   * Autor: Wilson da Silva Cabrera (https://wilsoncabrera.com.br)  * Atualizado em 19/01/2026 às 12h12  *   */ @charset "UTF-8";  @font-face {     font-family: 'ft-regular'; src: url('fontes/BancoDoBrasilTextos-Regular-web.ttf'); } @font-face {     font-family: 'ft-bold'; src: url('fontes/BancoDoBrasilTextos-Bold-web.ttf'); } body {background: #f2f2f4 !important;}  .pointer {cursor: pointer;}  .box-banner {height: 196px; background: #465eff;} .box-banner .container h1 {font-size: 46pt; color: #fcfc30; font-family: ft-bold;} .hero {height: 196px;} .box-content {min-height: 800px; padding-top: 48px;}  .accordion-item {background: #ffffff !important; border: 1px solid #ffffff !important; box-shadow: -4px 1px 4px #bbb; border-radius: 8px !important;} .accordion-button {background: #ffffff !important; font-family: ft-bold; color: #465eff; font-size: 22px !important; outline: none;box-shadow: none;} .accordion-body {font-size: 18px !important; font-family: ft-regular; color: #767a85 !important; padding-top: 0 !important;} .accordion-button:not(.collapsed) {color: #465eff; border: none !important; outline: none;box-shadow: none;} .accordion-button:focus {outline: none;box-shadow: none; outline: none; box-shadow: none;} .accordion-button::after {background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23465eff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;} .accordion-button:not(.collapsed)::after {background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23465eff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;}  #duvidas {display: none !important;}  /* Tablet */ @media (min-width: 768px) and (max-width: 1199px) { }  /* Mobile */ @media (max-width: 767px) {     .box-banner {height: 160px; background: #465eff;}     .box-banner .container h1 {font-size: 24pt; color: #fcfc30; font-family: ft-bold; padding-left: 16px;}     .hero {height: 160px;}     .accordion-button {background: #ffffff !important; font-family: ft-bold; color: #465eff; font-size: 14pt !important; outline: none;box-shadow: none;}     .accordion-body {font-size: 12pt !important; font-family: ft-regular; color: #767a85 !important; padding-top: 0 !important;} } 