/*  * parceiros.css  *   * Autor: Wilson da Silva Cabrera (https://wilsoncabrera.com.br)  * Atualizado em 31/07/2024 às 15h03  *   */ @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-parceiros.jpg'); background-position: right center; background-repeat: no-repeat; background-size: 50% 100%;} h1 {font-size: 60px; color: #465eff; font-family: ft-bold;}  .box-partners {min-height: 640px; padding-top: 50px; padding-bottom: 50px;} .box-partners .partner {display: inline-block; width: 23%; height: 260px; border-radius: 16px; box-shadow: 0px 7px 5px 0px #ddd; background-size: 70%; background-position: center center; background-repeat: no-repeat; margin: 10px;}   /* SM */ @media (max-width: 767px) {     .box-banner {height: 200px; background: #fcfc30;}     .box-banner .container {height: 200px; background-image: url('_acervo/fundo-parceiros.jpg'); background-position: right -50% 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;}      .box-partners {min-height: 640px; padding-top: 50px; padding-bottom: 50px;}     .box-partners .partner {display: inline-block; width: 100%; height: 260px; border-radius: 16px; box-shadow: 0px 7px 5px 0px #ddd; background-size: 70%; background-position: center center; background-repeat: no-repeat; margin: 10px 0px 10px 0px;} }  /* 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) { } 