.col-box-vinheta-capa h3,
.col-box-vinheta-capa a h3 {
    color: #333333;
    font-size: 22px!important;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 60px;
    font-family: "Montserrat";
}

.col-box-vinheta-capa .fa-file-pdf-o:before {
    font-size: 20px!important;
}

.table-responsive {
    padding: 0%;
}

.table-downloads-interna{
	background-color: #258fdd;
}
.thead-downloads tr th{
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Montserrat-SemiBold";
	font-weight: lighter;
	padding-left: 15px;
}
.tbdoy-downloads tr{
	background-color: #FFF ;
}
.tbdoy-download tr:nth-of-type(odd){
	background-color: #f9f9f9;
}
.tbdoy-downloads tr td section{
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	float: left;
}
.td-download section a{
	font-size: 18px;
	font-weight: lighter;
	font-family: "Montserrat";
	color: #333;
	padding: 0px;
}
.td-download section a i{
	color: #258fdd;
}
.td-download section a:hover{
	color: #258fdd;
}

.box-noticias {
    margin-bottom: 30px;
}

 .box-noticias-img {
    width: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 175px;
}

.box-noticias-txt h4 {
    color: #000000;
    font-size: 14px;
    font-family: 'Montserrat';
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

a:hover .box-noticias-txt h4 {
    text-decoration: underline;
}

.box-noticias-txt h6 {
    color: #bbbbbb;
    font-size: 12px;
    margin: 0px;
    text-decoration: none;
}

a:hover .box-noticias-txt h6 {
    text-decoration: none;
}

.card-categoria {
    font-size: 18px;
    padding: 0 10px;
    min-height: 74px;
    color: #fff;
    background-color: #258fdd;
    border-radius: 8px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat";
}

.card-categoria:hover  {
    background-color: #1c73b3;
}