.carrega_conveniados_home {
	overflow: auto;
    float: left;
    width: 100%;
    height: 420px
}

/* BLOCO 5 */
.bloco5 {
	padding-top: 30px;
    border-bottom: dashed 3px #5C5C5C;
    padding-bottom: 30px;
}

.bloco5 h1{
	font-size: 47px;
	position: relative;
	float: left;
	width: 100%;
	font-family: 'bebas';
	color: #5C5C5C;
	margin-bottom: 30px;
	text-align: center;
}

.bloco5 h2{
	font-size: 21px;
	position: relative;
	float: left;
	width: 100%;
	font-family: 'bebas';
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bloco5 small{
	text-align: left;
}

.bloco5 a {
	position: relative;
	float: left;
	color: #5C5C5C;
	border: solid 1px #FFF;
	margin-bottom: 30px;
}

.bloco5 a figure{
    position: relative;
    border: none;
    float: left;
    width: 100%;
	height: 230px;
	overflow: hidden;
}

.bloco5 a figure img{
    position: absolute;
    margin: auto;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.bloco5 a:hover {
    color: #DF358A;
}

.bloco5 .destaques figure:before {
	position: absolute;
	content: url('../img/icone-8.png');
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 2;
	width: 57px;
	height: 57px;
}

/* BLOCO 5 */

/* BLOCO 4 */
.bloco4 {
	padding-top: 30px;
    border-bottom: dashed 3px #5C5C5C;
    padding-bottom: 30px;
}

.bloco4 h1{
	font-size: 47px;
	position: relative;
	float: left;
	width: 100%;
	font-family: 'bebas';
	color: #5C5C5C;
	margin-bottom: 30px;
	text-align: center;
}

.bloco4 h2{
	font-size: 21px;
	position: relative;
	float: left;
	width: 100%;
	font-family: 'bebas';
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bloco4 small{
	text-align: left;
}

.bloco4 a {
	position: relative;
	float: left;
	color: #5C5C5C;
	border: solid 1px #FFF;
	margin-bottom: 30px;
}

.bloco4 a figure{
    position: relative;
    border: none;
    float: left;
    width: 100%;
	height: 230px;
	overflow: hidden;
}

.bloco4 a figure img{
    position: absolute;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bloco4 a:hover {
    color: #DF358A;
}
/* BLOCO 4 */

/* BLOCO 1 */
.bloco1 {
	text-align: center;
	padding-top:30px;
}



.bloco1 h1{
	font-size: 47px;
	position: relative;
	float: left;
	width: 100%;
	font-family: 'bebas';
	color: #5C5C5C;
	margin-bottom: 71px;
}

.bloco1 h2{
	font-size: 23px;
	position: relative;
	float: left;
	width: 100%;
	font-family: 'bebas';
}

.bloco1 a {
	position: relative;
	float: left;
	width: calc(100% / 4 - 40px);
	color: #5C5C5C;
	height: 220px;
	border: solid 1px #FFF;
	margin-right: 40px;
	margin-bottom: 30px;
}

.bloco1 a figure{
    position: relative;
    border: none;
    float: left;
    width: 100%;
	height: 140px;
	overflow: hidden;
}

.bloco1 a:hover {
    color: #DF358A;
    border: solid 1px #DF358A;
}
/* BLOCO 1 */

/* BLOCO 2 */

.bloco2{
	margin-top: 21px;
	padding-bottom: 80px;
	padding-top: 40px;
	position: relative;
	border-top: dashed 3px #5C5C5C;
	border-bottom: dashed 3px #5C5C5C;
}

.bloco2 h1{
	font-size: 47px;
	position: relative;
	float: left;
	width: 100%;
	font-family: 'bebas';
	color: #5C5C5C;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 22px;
}

.bloco2 p{
	font-size: 15px;
	line-height: 22px;
	width: 100%;
	float: left;
	font-family: ogonek;
	color: #5C5C5C;
}

/* BLOCO 2 */

/* BLOCO 3 */
.bloco3{
	margin-top: 0px;
	padding-bottom: 63px;
	padding-top: 40px;
	position: relative;
}

.bloco3 h1{
	font-size: 47px;
	position: relative;
	float: left;
	width: 100%;
	font-family: 'bebas';
	color: #5C5C5C;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 22px;
}

.bloco3 p{
	font-size: 15px;
	line-height: 22px;
	width: 100%;
	float: left;
	font-family: ogonek;
	color: #5C5C5C;
}


/* BLOCO 3 */

.container-conveniados-carregando {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-direction: column !important;
}

.container-btn-pdf {
	display: flex;
	justify-content: center;
	padding-bottom: 17px;
}

.btn-gerar-pdf {
	border: none;
    background: #3c8dbc;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 20px;
}

.btn-gerar-pdf:hover {
	background-color: #333 !important;
}