#name-page{background-image: url('../img/bg_contato.jpg')}
#contato h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color:#1185d9;
    font-size: 20px;
    margin:0;
    margin-bottom:40px;
}
.label-email,
.label-ligue{
    margin-top:40px;
    margin-bottom: 10px !important;
}
.label-ligue{
    margin-top:80px !important;
}
#tab .email,
#tab .cel,
#tab .phone{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color:#0d2128;
}
#tab .cel,
#tab .phone{
    width: 100%;
    float: left;
    display: block;
}
#tab .cel{
    margin-bottom: 40px !important;
}
/**
 * tab
 */
#tab h5{
    font-size: 15px;
}
#contato .frm{
    margin-top: 0 !important;
}
.nav-tabs {
    border: none;
}
.nav-tabs a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color:#1185d9;
    display: flex !important;
    align-items: center;
    border: none !important;
}
.nav-tabs li{
    box-shadow: none;
    border: none;
    width: 100%;
    border-radius: 0;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    padding: 20px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs li:hover,
.nav-tabs li:hover a,
.nav-tabs li.active,
.nav-tabs li.active a{
    color:#FFF;
    background-color:#1185d9;
}
.nav-tabs a span{
    background-repeat: no-repeat;
    background-position: center center;
    width: 58px;
    height: 38px;
    margin-right: 10px;
}
#r-ouvidoria a span{
    background-position: 12px center !important;
    background-image: url('../img/icn_ouvidoria.png');
}
#r-ouvidoria.active span,
#r-ouvidoria:hover span{
    background-image: url('../img/icn_ouvidoria_hover.png');
}
#r-denuncia a span{
    background-image: url('../img/icn_denuncia.png');
}
#r-denuncia.active span,
#r-denuncia:hover span{
    background-image: url('../img/icn_denuncia_hover.png');
}
#r-duvidas a span{
    background-image: url('../img/icn_duvidas.png');
}
#r-duvidas.active span,
#r-duvidas:hover span{
    background-image: url('../img/icn_duvidas_hover.png');
}
/**
 * form
 */
 .frm > .text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #0d2128;
	font-size: 14px;
	line-height: 29px;
}
.frm label{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color:#0d2128;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.frm input,
.frm select,
.frm textarea{
    border:1px solid #d2d2d2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
    width: 100%;
    padding: 10px 20px 10px 0;
    text-indent: 10px;
}
.frm select{
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:#FFF url('../img/arrow_select.png') 98% center no-repeat;
    text-transform: capitalize;
    cursor: pointer;
}
.frm input.error,
.frm textarea.error,
.frm select.error{
    border:1px solid #D60000 !important;
}
.frm button{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background-color:#1185d9;
    color:#FFF;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 40px;
    font-size: 12px;
}
.frm button:hover,
.frm button:active{
    color:#FFF;
}

@media (max-width: 420px) {
    #tab{
        margin-bottom: 40px;        
    }
}