@charset "UTF-8";
@font-face {
    font-family:'Firme-Black';
    src: url('font/Firme-Black.otf');
}
@font-face {
    font-family:'Firme-Bold';
    src: url('font/Firme-Bold.otf') format('opentype');
}
@font-face {
  font-family:'Firme-Book';
  src: url('font/Firme-Book.otf') format('opentype');
}
@font-face {
  font-family:'Firme-Thin';
  src: url('font/Firme-Thin.otf') format('opentype');
}
@font-face {
    font-family:'Firme-ExtraBold';
    src: url('font/Firme-ExtraBold.otf') format('opentype');
}
@font-face {
    font-family:'Firme-Light';
    src: url('font/Firme-Light.otf') format('opentype');
}
@font-face {
    font-family:'Firme-Medium';
    src: url('font/Firme-Medium.otf') format('opentype');
}


/* Links */
a:link {
    color: #ffffff;
}
a:visited {
    color: #ffffff;,
}
a:hover {
    color: #97a5b2;
}
a:active {
    color: #5b6776;
}
capitulo_bloco{
    display: block;
    min-width: 260px;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-left: auto;
    margin-right: auto; 
}
.capitulo_bloco_numeros{
    display: block;
    min-width: 260px;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 0.5em;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-left: auto;
    margin-right: auto; 
    border-top-style:dashed;
    border-top-width: 1.5px;
    border-color:#eeaf00;
    border-bottom-style:dashed;
    border-bottom-width: 1.5px;
    }
.capitulo_icone{
    height: 120px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    }
.capitulo_numero{
	font-family: 'Firme-Thin', sans-serif;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.5em;
    line-height: 0.75;
    letter-spacing: -0.02em;
    text-transform: none;
    padding-top: 0em;
    padding-bottom: 0.35em;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom-color:inherit;
}
.banqueiro{
	font-family: 'Firme-Bold', sans-serif;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.85em;
    line-height: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 0em;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom-color:inherit;
}
.banco{
	font-family: 'Firme-Black', sans-serif;
    line-height: 1;
    font-size: 1.75em;
    font-weight: normal;
    letter-spacing: 0.07em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5em;
    text-transform: uppercase;
}
.foto{
	width:130px;
	height: 130px;
	padding: 4px;
	border-radius: 50%;
	background-size: 100%;
	background-position: 20% 20%;
	background-clip:content-box;
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align: center;
	margin: 20px auto 0 auto;
	}
.bes{
		background-image: url("https://images.impresa.pt/expresso/2021-12-13-salgado_1.jpg-15e02de9/original"), linear-gradient(to bottom right, #919191, #d1d0d0);
		border: 6px solid #019d56;
}
.bpp{
		background-image: url("https://images.impresa.pt/expresso/2021-12-13-rendeiro_1.jpg-de24f89a/original"), linear-gradient(to bottom right, #919191, #d1d0d0);
		border: 6px solid #00348a;
}
.bpn{
		background-image: url("https://images.impresa.pt/expresso/2021-12-13-oliveira_costa_1.jpg-b5284978/original"), linear-gradient(to bottom right, #919191, #d1d0d0);
		border: 6px solid #791c27;
}
.banif{
		background-image: url("https://images.impresa.pt/expresso/2021-12-13-tome_1.jpg-506eb1e9/original"), linear-gradient(to bottom right, #919191, #d1d0d0);
		border: 5px solid #820096;

}
.capitulo_texto{
    font-family: 'Firme-Book', sans-serif;
    line-height: 1.5;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2em;
}
mark {
  border-radius: 2em 0;
  padding: .5rem 1.8rem;
}
.amarelo{background-color: #eeaf00;}
.cinza_1{background-color:#f8f8f8;}
.cinza_2{background-color:#cccccc;}
.cinza_3{background-color:#a5a5a5;}
.cinza_4{background-color:#555555;}
.cinza_5{background-color:#333333;}
.cor_bpp{background-color:#00348a;}
.cor_bes{background-color:#019d56;}
.cor_bpn{background-color:#791c27;}
.cor_banif{background-color:#820096;}
.tx_amarelo{color: #eeaf00;}
.tx_cinza_1{color:#f8f8f8;}
.tx_cinza_2{color:#cccccc;}
.tx_cinza_3{color:#a5a5a5;}
.tx_cinza_4{color:#555555;}
.tx_cinza_5{color:#333333;}
.tx_bpp{color:#00348a;}
.tx_bes{color:#019d56;}
.tx_bpn{color:#791c27;}
.tx_banif{color:#820096;}
.tx_branco{color:#ffffff;}