.carrega_conveniados_home {
    float: left;
    width: 100%;
}

.convenios{

	width: 100%;

	display: block;
	padding-bottom: 100px;
    float: left;

}
/* BLOCO 1 */
.convenios .bloco1{
    margin-bottom: 30px;
}
.convenios .bloco1 .filtros{
    margin-bottom: 30px;
}

.convenios .bloco1 h2{
    font-size: 20px;
    position: relative;
    float: left;
    width: 100%;
    font-family: 'bebas';
    text-align: center;
}

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

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

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

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

.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;
}

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