/*  * quem-somos.css  *   * Autor: Wilson da Silva Cabrera (https://wilsoncabrera.com.br)  * Atualizado em 31/07/2024 às 14h52  *   */ @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'); }  .pointer {cursor: pointer;}  .box-banner {height: 400px; background: #fcfc30;} .box-banner .container {height: 400px; background-image: url('_acervo/fundo-quem-somos.jpg'); background-position: right center; background-repeat: no-repeat; background-size: 50% 100%;} h1 {font-size: 60px; color: #465eff; font-family: ft-bold;}  .box-text {min-height: 640px; padding-top: 50px; padding-bottom: 50px; text-align: justify;}  h2 {font-size: 42px; color: #465eff; font-family: ft-bold;} h6 {font-size: 28px; color: #767a85;}  /* SM */ @media (max-width: 767px) {     .box-banner {height: 200px; background: #fcfc30;}     .box-banner .container {height: 200px; background-image: url('_acervo/fundo-quem-somos.jpg'); background-position: right -60% center; background-repeat: no-repeat; background-size: 70% 80%;} h1 {font-size: 32px; color: #465eff; font-family: ft-bold;}      .box-text {min-height: 640px; padding-top: 50px; padding-bottom: 50px;}      h2 {font-size: 22px; color: #465eff; font-family: ft-bold;}     h6 {font-size: 18px; color: #767a85;} }  /* MD */ @media (min-width: 777px) and (max-width: 991.98px) { }  /* iLG */ @media (min-width: 992px) and (max-width: 1374.98px) { }  /* LG */ @media (min-width: 992px) and (max-width: 1999.98px) { } 