.region-homepage-conteudo {
    padding: 0px;
}

.region-homepage-conteudo h2 {
    max-width: 1130px;
    margin: 0 auto;
    font-size: 19px;
    color: #01426a;
}

/* Bloco: Banner INÍCIO */

.banner_central_wrapper {
    width: 100%;
    height: 235px;
}

.banner_central {
    width: 100%;
    margin: 0 auto;
    height: 450px;
    background-image: url(/themes/pas_theme/images/tema/banner_topo_v2.jpg);
    background-size: cover;
}

.banner_central .content {
    text-align: center;
    padding-top: 5%;
    height: 249px;
}

.banner_central .content a {
    padding: 0 8px;
}

.banner_central .content h1 {
    font-size: 48px;
    color: #3f3f48;
    text-shadow: 5px 7px 15px #666;
    margin: 15px auto;
    font-weight: normal;
}

.banner_central .content span {
    font-size: 19px;
    color: #178AD2;
}

/* Bloco: Banner FIM */

/* Bloco: Contatos INÍCIO */

.contact {
    width: 100%;
    background-color: #f5f5f7;
}

.contact_box {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: 18px 14px 43px 13px;
    background: #fff;
    height: 196px;
    margin: 50px 10px 50px 10px;
    box-shadow: 0px 0px 5px 0px rgba(242,239,239,0.94);
    border-radius: 5px;
    box-sizing: border-box;
}

.contact-icon {
    width: 63px;
    height: 74px;
    float: left;
    background: url(/themes/pas_theme/images/tema/services_icons.png);
    background-size: 423px;
}

.contact_icon_phone {
    background-position-x: -66px;
    background-position-y: 66px;
}

.contact_icon_message {
    background-position-x: -173px;
    background-position-y: 67px;
}

.contact_icon_address {
    background-position-x: -281px;
    background-position-y: 66px;
}

.contact_title h2 {
    text-decoration: none;
    color: #646473;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 46px;
    vertical-align: top;
    padding: 2px 0 0 27px;
}

.contact_text {
    clear: both;
    padding: 0 15px;
}

.contact_text p {
    font-size: 15px;
    color: #4f4f51;
    text-align: left;
    line-height: 1.2;
    font-weight: normal;
}

/* Bloco: Contatos FIM */

/* Bloco: Services INICÍO */

.services_wrapper {
    padding: 40px 0 10px;
    background-color: #007db8;
    background-image: linear-gradient(to right top,#2ea1ad,#0f5285);
    box-shadow: 0px 0px 3px 1px #0f5285;
}

.services_wrapper .services_content .service_title {
    color: #fff;
    font-size: 19px;
    font-weight: normal;
}

.services_wrapper .services_content hr{
    margin: 0 0 28px 0;
}

.service_marker {
    border-top: #fff 1px solid;
    margin: 0 0 28px 0;
}

.service_item {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    padding: 0px 14px 32px 20px;
    transition: transform 0.3s,box-shadow 0.3s;
    margin: 0 auto;
}

.service_item a {
    padding: 5px;
    transition: 0.2s;
    text-decoration: none;
    padding: 20px 0;
    color: #2c2c30;
    font-size: 16px;
    width: 82%;
    display: block;
    margin: 0 auto;
}

.service_item a:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 1px 2px #CCC, inset 0px 0px 3px 0px #CCC;
    transition: 0.5s;
}

.service_item_title {
    font-family: 'Open Sans';
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.service_icon {
    transition: 0.5s;
    background-image: url(/themes/pas_theme/images/tema/services_icons.png);
    width: 58px;
    height: 58px;
    border-radius: 14px;
    margin: 3px auto;
    background-size: 400px;
}

.service_item a:hover .service_icon {
    transform: rotate(15deg);
}

.service_icon_aderir {
    background-position-x: -133px;
    background-position-y: -164px;
}

.service_icon_incluir {
    background-position-x: -28px;
    background-position-y: -164px;
}

.service_icon_solicitar {
    background-position-x: -227px;
    background-position-y: -164px;
}

.service_icon_consultar {
    background-position-x: -30px;
    background-position-y: -235px;
}

.service_icon_quitar {
    background-position-x: -325px;
    background-position-y: -237px;
}

.service_icon_parcerias {
    background-position-x: -227px;
    background-position-y: -237px;
}

.service_icon_2via {
    background-position-x: -126px;
    background-position-y: -237px;
}

.service_icon_modelos {
    background-position-x: -182px;
    background-position-y: -302px;
}

/* Bloco: Services FIM */

/* Bloco: Links Úteis INÍCIO */

.links_uteis_content {
    width: 100%;
    margin: 35px auto;
    height: 170px;
}

.links_uteis_content .link_item {
    width: 330px;
    height: 150px;
    padding-left: 7px;
    float: left;
    border-left: 10px solid;
    border-radius: 4px;
    border-style: solid;
    border-width: 0 7px;
    border-image: url(/themes/pas_theme/images/tema/borderv2.png) 0 0 0 7 fill stretch;
    box-shadow: 0px 0px 5px 0px rgba(206,206,206,0.94);
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 7px;
    transition: transform 0.3s,box-shadow 0.3s;
    margin-bottom: 16px;
}

.link_item:hover {
    transform: translateY(-5px);
}

.link_item_meio {
    margin-left: 16px;
    margin-right: 16px;
}

.link_item a {
    color: #fff;
}

.links_uteis_content .link_item .topo_item {
    height: 85px;
}

.imagem_item {
    float: left;
    width: 60px;
    height: 60px;
    margin: 10px 26px 0 10px;
    background: url(/themes/pas_theme/images/tema/services_icons.png);
}

.imagem_guia_medico {
    background-position: 310px 198px;
    background-size: 310px;
}

.imagem_seus_gastos {
    background-position: 60px 198px;
    background-size: 310px;
}

.imagem_autorizacao_internet {
    background-position: 179px 198px;
    background-size: 310px;
}

.links_uteis_content .link_item .topo_item h2 {
    color: #a61933;
    font-size: 28px;
}

.links_uteis_content .link_item .corpo_item {
    color: #535362;
    text-align: left;
    padding-left: 5px;
}

.corpo_item p {
    margin-top: 12px;
    text-align: left;
    padding-left: 5px;
    font-size: 15px;
}

/* Bloco: Links Úteis FIM */

/* Bloco: Notícias INÍCIO */

.region-homepage-conteudo #block-pas-theme-views-block-noticias-block-1 h2{
    font-size: 19px;
    color: #01426a;
    font-weight: normal;
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
    height: 35px;
    border-bottom: 1px solid rgb(79,106,79);
    margin-bottom: 8px;
}

.views-view-grid {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
}

.view-noticias .views-field-title {
    font-family: 'Open sans';
    font-size: 16px;
    padding: 0 8px 6px;
    min-height: 45px;
}

.view-noticias .views-field-title a {
    color: #01426a !important;
    padding: 5px 9px;
    display: flex;
    justify-content: left;
    font-style: normal;
}

.view-noticias .views-field-field-noticia-imagem {
    text-align: center;
}

.view-noticias .views-field-field-noticia-imagem .field-content a img {
    padding: 5px;
    box-shadow: 0 0 3px #EEE;
    background: #FFF;
    border: #EEE 1px solid;
    margin-bottom: 5px;
}

.views-field-field-noticia-subtitulo .field-content {
    text-align: center;
    color: #222;
    font-family: Arial, Helvetica;
}

.css-noticias .view-content {
    margin-bottom: 35px;
}

.css-noticias h2 {
    border-bottom: none !important;
    font-family: "Arial", "Helvetica", sans-serif !important;
    font-size: 16px !important;
    text-align: center;
    color: #222 !important;
}

.css-noticias strong {
    font-weight: normal;
}

.css-noticias h3 {
    font-size: 14px;
    font-family: "Arial", "Helvetica", sans-serif;
    color: #222;
    font-weight: normal;
    line-height: 125% !important;
    padding: 0px 7px;
}

.css-noticias p {
    color: #222 !important;
    font-size: 14px;
    font-family: "Arial", "Helvetica", sans-serif;
    line-height: 125% !important;
    text-align: justify;
    padding: 0px 7px;
}

a.views-more-link {
    font-size: 14px;
}

.css-noticias a.views-display-link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px !important;
    text-align: right !important;
    margin-left: 76.5%;
    margin-top: -4.3em;
    justify-content: center;
    display: flex;
    width: 109px;
}

.css-noticias .view-header {
    padding: 1% 5% 0;
    margin-bottom: -20px;
}
/* Bloco: Notícias FIM */

/* Bloco: Serviços Topo INÍCIO */

.servicos_wrapper {
    width: 100%;
}

.servicos_content {
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 210px;
    margin: 0 auto;
    color: #fff;
    box-shadow: 0px 2px 2px 0px rgb(79,106,79);
    opacity: 0.7;
    background: #01426a;
}

.title_services {
    text-align: center;
    padding-top: 10px;
}

.servicos_content a {
    color: #fff;
    font-weight: normal;
}

.servicos_content h2 {
    margin-top: 4px !important;
}

.title_services h2 {
    font-size: 19pt !important;
    color: #fff !important;
    font-weight: normal;
}

.servicos_content .servico {
    float: left;
    text-align: center;
    width: 25%;
    font-size: 0.7em;
    transition: transform 0.3s;
}

.servicos_content .servico:hover {
    transform: translateY(-5px);
}

.servico h2 {
    color: #fff;
    font-family: 'Open sans';
    font-size: 17px;
    letter-spacing: 1.3px;
}

.icon_acesso_rapido {
    width: 132px;
    height: 115px;
    transition: transform 0.3s;
    margin: 0 auto;
    background: url(/themes/pas_theme/images/tema/services_icons.png);
}

.acesso_beneficiario {
    background-position: -8px -32px;
    background-size: 513px;
}

.acesso_credenciados {
    background-position: -154px -36px;
    background-size: 534px;
}

.acesso_peritos {
    background-position: -390px -36px;
    background-size: 535px;
}

.acesso_gestores {
    background-position: -281px -36px;
    background-size: 535px;
    width: 120px;
}

/* Bloco: Serviços Topo FIM */
