/* BANNER DE MODULOS APRESENTACAO */
.midle-menu-wrapper,
#portal-searchbox,
#header-bar,
#category {
    display: none;
}

.itens {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin: 0;
}

.itens .list-item {
    margin: 12px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    width: 245px;
    min-height: 240px;
    color: #000;
    line-height: 32px;
    padding: 25px 8px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
}

.itens .list-item img {
	width: 100px;
	margin: 0 0 40px 0;
}

.itens .list-item .icon {
	font-size: 80px;
	margin: 0 0 20px 0;
}

.itens .list-item .titulo {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #0c326f;
    margin: 0;
}

.itens .list-item .descricao {
    display: block;
    font-size: 0.1rem;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #555;
    padding: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0ms .3s,height 0ms .3s,opacity .3s ease-in-out 0ms;
    -o-transition: width 0ms .3s,height 0ms .3s,opacity .3s ease-in-out 0ms;
    transition: width 0ms .3s,height 0ms .3s,opacity .3s ease-in-out 0ms;
}

.itens .list-item:hover .descricao {
    width: 100%;
    height: 100%;
    opacity: 1;
    font-size: 1rem;
    -webkit-transition: width 0ms 0ms,height 0ms 0ms,opacity .3s ease-in-out .2s;
    -o-transition: width 0ms 0ms,height 0ms 0ms,opacity .3s ease-in-out .2s;
    transition: width 0ms 0ms,height 0ms 0ms,opacity .3s ease-in-out .2s;
    color: #fff;
    text-align: left;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Helvetica,Arial,sans-serif;
}

.br-divider {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px;
    text-transform: uppercase;
    margin: 0 0 35px 0;
}

.br-divider:before,
.br-divider:after {
    background: #ccc;
    content: "";
    height: 1px;
    width: 100%;
}

.br-divider h2 {
	font-family: 'rawline', sans-serif;
	color: #555;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0 12px;
    white-space: nowrap;
    text-transform: uppercase;
}

.informacao {
	margin: 20px 0 30px 0;
	padding: 20px 0;
	width: 100%;
}

.informacao p {
	text-align: center;
	font-family: 'rawline', sans-serif;
	line-height: 1.4rem;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
	margin: 0;
}

.canais-atendimento h2 {
	text-align: center;
    margin: 0;
    color: #0c326f;
    text-align: center;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: normal;
    vertical-align: baseline;
}

.canais-atendimento h3 {
	font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 15px 0;
    text-align: center;
    letter-spacing: normal;
    vertical-align: baseline;
    color: #555;
}

.canais-atendimento ul.cards {
	margin: 22px 0 10px 0;
	padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.canais-atendimento ul.cards li {
	list-style: none;
    background-color: #ededed;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    padding: 10px;
    text-align: center;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.canais-atendimento ul.cards li span {
    display: block;
    font-size: 50px;
    margin-bottom: 30px;
    color: #0c326f;
}

.canais-atendimento ul.cards li .title {
    display: block;
    color: #0c326f;
    font-size: 1.074rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    text-transform: uppercase;
}

.canais-atendimento ul.cards li a:hover {
	text-decoration: none !important;
}

.canais-atendimento ul.cards li a img{
	display: inline-block;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 1024px) {
	
	.flex {
		margin-left: 0 !important;
	}
	
	.aba_hover {
		width: 29% !important;
	    margin: 0 2% 2% 2% !important;
	}
	
	.aba_hover div {
		padding: 20px 0px;
	}
	
}

@media screen and (max-width: 767px) {

	/* APRESENTACAO */
	.flex {
		width: 55%;
    	margin: 0 auto !important;
	}
	
	.aba_hover {
		width: 100% !important;
	    margin: 0 0 10% 0 !important;
	}
	
	.aba_hover a {
		overflow: hidden;
	}
	
	.aba_hover img {
		width: 80px !important;
		height: 80px !important;
		margin: 0;
	}
	
	.aba_hover div {
		padding: 20px 0;
		font-size: 1rem;
	}
	
	.itens .list-item {
    	margin: 12px auto;
    	width: 80%;
	}
	
	.canais-atendimento {
		margin-top: 30px;
	}
	
	.canais-atendimento .title {
		font-size: 15pt !important;
	}
	
	.canais-atendimento h2 {
		line-height: 2rem;
		font-size: 1.9rem;
	}
	
	.canais-atendimento h3 {
		font-size: 1.2rem;
    	line-height: 1.4rem;
	}
		
	.canais-atendimento ul.cards {
    	margin: 0 !important;
	}
	
	.canais-atendimento ul.cards li {
		-ms-flex-preferred-size: 80%;
    	flex-basis: 80%;
	    margin: 8px 0;
	}

}

