

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0;
}

/* HOME */
.titulo.cabecalho {margin:40px 0;}
.titulo.cabecalho h3 {padding-top:20px;margin-bottom: 10px;text-transform: uppercase;font-weight: 600;background: transparent url('/imagens/bg-dot.jpg') repeat-x left 72%;}
.titulo.cabecalho h3 a {padding:0 15px;}
.titulo.cabecalho h3 a:hover {text-decoration:none;}
.titulo.cabecalho .linha-titulo {width: 65px;height: 4px;margin: 0 auto;}

/* LAYOUT */
.portal-bloco {clear:both;}

/*
================================
Beneficios Home
================================
*/

.bg-pattern {
    /*background: url('/imagens/fundotopo.png') -37px -43px repeat;  */
    margin-top: 0px;
}
.beneficios-home .no-padding {
    padding-left: 5px;
    padding-right: 5px;
}
.beneficios-home {
    width: 100%;
    float: left;
    padding: 0 10px;
}
.beneficios-home .item {
    padding: 2px;
}
.beneficios-home a:hover .bloco {
    background: #f2efef;
    transition: 0.3s;
}
/*.beneficios-home a:hover .texto h2 {
    color: #FFF;
    transition: 0.3s;
}*/
.beneficios-home .bloco {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding: 0 0 25px 0;
    overflow: hidden;
    background-color: #f4f3f3;
    border-radius: 0px;
}
.beneficios-home .imagem {
    width: 100%;
    height: 246px;
    float: left;
    -webkit-box-shadow: 0 5px 7px -4px #848383;
    -moz-box-shadow: 0 5px 7px -4px #848383;
    box-shadow: 0 5px 7px -4px #848383;
    border-radius: 100% 100% 100% 100%;
}



.beneficios-home .texto {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 5px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    min-height: 80px;
}
.beneficios-home .texto h2 {
    color: #006599;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.beneficios-home .texto h2 a {
    color: #555;
}

/*
================================
Canais de atendimento 
================================
*/
#atendimento-home-base {
	width: 100%;
	height: auto;
	padding: 25px 0 0px 0;
	background-color: #006599;
	background-image: -webkit-linear-gradient(-20deg, #b8e6f1, #fff 51%);
	background-image: -moz-linear-gradient(-20deg, #b8e6f1, #fff 51%);
	background-image: -o-linear-gradient(-20deg, #b8e6f1, #fff 51%);
	background-image: -ms-linear-gradient(-20deg, #b8e6f1, #fff 51%);
	background-image: linear-gradient(-20deg, #b8e6f1, #fff 51%);
	/* z-index: -1; */
	box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.13);
	margin-top: 25px;
}
.imagem-atendente {
    z-index: 3;
    display: block;
    margin: 0px 0 0 0;
    bottom: 0;
    position: relative;
}
.botao-atendimento{
    width: 454px;
    float: left;
    margin: 5px 0px 30px 160px;
    padding: 8px 4px 8px 102px;
    color: #FFF;
    transition: 0.2s;
    cursor: pointer;
    text-align: center;
    border: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 4px;
    letter-spacing: 0.03em;
    background-color: #00aeef;
    background-image: linear-gradient(-80deg, #00aeef, #006599);
    z-index: 0;
    bottom: 0;
    position: absolute;
}
.botao-atendimento .fa{
    font-size: 18px;
    color: #FFF;
    margin-right: 5px;
    padding-top: 2px;
}
.botao-atendimento span{
    /*! line-height: 40px; */ 
}
.titulo-atendimento-home {
    text-align: left;
    margin-bottom: 25px;
    width: 100%;
    float: left;
}
.titulo-atendimento-home h1 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 65px;
    color: #006599;
}
.titulo-atendimento-home h1::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0, 174, 239, 0.76);
    border-bottom: 1px solid;
    border-bottom-style: solid;
    border-bottom-style: solid;
    border-style: none;
    margin: 0 auto;
}
.atendimento-desc h2{
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 20px;
    margin-top: 0;
    color: #006599;
}
.atendimento-desc h3{
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 14px;
    margin-top: 0;
    color: #006599;
    padding-right: 20px;
    line-height: 20px;
}
.atendimento-desc h3 span{
    font-weight: 600;

}
.atendimento-desc > .btn{
    width: 100%;
    padding: 0px;
}
.atendimento-desc > .btn a{
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    padding: 12px;
    letter-spacing: 1px;
    margin-top: 8px;
    border: 1px solid transparent;
    border-radius: 3px;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    border-image: linear-gradient(to right, #006599 0%, #00aeef 100%);
    border-image-slice: 100%;
    border-image-slice: 1;
    text-transform: uppercase;
    width: 100%;
    /*! margin-right: 20px; */
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
    height: 100%;
    display: block;
    
    color: #fff;
    background-color: #00aeef;
    background-image: -webkit-linear-gradient(-80deg, #00aeef, #006599);
    background-image: -moz-linear-gradient(-80deg, #00aeef, #006599);
    background-image: -o-linear-gradient(-80deg, #00aeef, #006599);
    background-image: -ms-linear-gradient(-80deg, #00aeef, #006599);
    background-image: linear-gradient(-80deg, #00aeef, #006599);
}

.atendimento-desc > .btn a:hover{
    color: #006599;
    background-color: #FFF!important;
    transition: 0.3s;
    text-decoration: none;
    
    background-image: -webkit-linear-gradient(-80deg, #FFF, #CCC);
    background-image: -moz-linear-gradient(-80deg, #FFF, #CCC);
    background-image: -o-linear-gradient(-80deg, #FFF, #CCC);
    background-image: -ms-linear-gradient(-80deg, #FFF, #CCC);
    background-image: linear-gradient(-80deg, #FFF, #CCC);
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*height: 396px;*/
    box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.13);
}