/* Fontes */

@font-face {
    font-family: 'unimed_sansextrabold';
    src: url('../portalunimed/fonts/webfontkit-20161104-122232/unimedsans-extrabold-webfont.woff2') format('woff2'),
    url('../portalunimed/fonts/webfontkit-20161104-122232/unimedsans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'unimed_sanslight';
    src: url('../portalunimed/fonts/webfontkit-20161104-122232/unimedsans-light-webfont.woff2') format('woff2'),
    url('../portalunimed/fonts/webfontkit-20161104-122232/unimedsans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'unimed_sansregular';
    src: url('../portalunimed/fonts/webfontkit-20161104-122232/unimedsans-regular-webfont.woff2') format('woff2'),
    url('../portalunimed/fonts/webfontkit-20161104-122232/unimedsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'unimed_slabextrabold';
    src: url('../portalunimed/fonts/webfontkit-20161104-122232/unimedslab-extrabold-webfont.woff2') format('woff2'),
    url('../portalunimed/fonts/webfontkit-20161104-122232/unimedslab-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'unimed_slablight';
    src: url('../portalunimed/fonts/webfontkit-20161104-122232/unimedslab-light-webfont.woff2') format('woff2'),
    url('../portalunimed/fonts/webfontkit-20161104-122232/unimedslab-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'unimed_slabregular';
    src: url('../portalunimed/fonts/webfontkit-20161104-122232/unimedslab-regular-webfont.woff2') format('woff2'),
    url('../portalunimed/fonts/webfontkit-20161104-122232/unimedslab-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ======================================= Esquema de cores para fontes */

/* Cores Primarias */

.color_green{
    color: #00995D !important;
}

.color_green2{
    color: #B1D34B !important;
}

.color_yellow2{
    color: #FFF0C7 !important;
}

.color_white{
    color: #fff !important;
}


/* Cores Secundárias - Claras */

.color_pink{
    color: #ED1651 !important;
}

.color_purple{
    color: #A3238E !important;
}

.color_orange{
    color: #F47920 !important;
}

.color_yellow{
    color: #FFCB08 !important;
}


/* Cores Secundárias Escuras */

.color_green3{
    color: #00401A !important;
}

.color_purple2{
    color: #411564 !important;
}

.color_green4{
    color: #0A5F55 !important;
}

.color_cinza2{
    color: #5B5C65 !important;
}

.color_brown{
    color: #682D00 !important;
}


/* Outras Cores */

.color_black{
    color: #000 !important;
}

.color_red{
    color: #a70202;
}


/* =======================================Esquema de cores para o background */

/* Cores Primarias */

.background_green{
    background-color: #00995D !important;
}

.background_green2{
    background-color: #B1D34B !important;
}

.background_yellow2{
    background-color: #FFF0C7 !important;
}

.background_white{
    background-color: #fff !important;
}

/* Cores Secundárias - Claras*/

.background_pink{
    background-color: #ED1651 !important;
}

.background_purple{
    background-color: #A3238E !important;
}

.background_orange{
    background-color: #F47920 !important;
}

.background_yellow{
    background-color: #FFCB08 !important;
}


/* Secundárias Escuras */

.background_green3{
    background-color: #00401A !important;
}

.background_purple2{
    background-color: #411564 !important;
}

.background_green4{
    background-color: #0A5F55 !important;
}

.background_cinza2{
    background-color: #5B5C65 !important;
}

.background_brown{
    background-color: #682D00 !important;
}


/* Outras Cores de Background */

.background_black{
    background-color: #000 !important;
}

.background_grey{
    background-color: #eee;
}

.background_transparent{
    background-color: transparent !important;
}


/* =======================================Esquemas de Cores para Bordas padrão */

/* Cores Primarias */

.border_green{
    border-color: #00995D !important;
}

.border_green2{
    border-color: #B1D34B !important;
}

.border_yellow2{
    border-color: #FFF0C7 !important;
}

.border_white{
    border-color: #fff !important;
}


/* Cores Secundárias - Claras */

.border_pink{
    border-color: #ED1651 !important;
}

.border_purple{
    border-color: #A3238E !important;
}

.border_orange{
    border-color: #F47920 !important;
}

.border_yellow{
    border-color: #FFCB08 !important;
}


/* Cores Secundárias Escuras */

.border_green3{
    border-color: #00401A !important;
}

.border_purple2{
    border-color: #411564 !important;
}

.border_green4{
    border-color: #0A5F55 !important;
}

.border_cinza2{
    border-color: #5B5C65 !important;
}

.border_brown{
    border-color: #682D00 !important;
}

/* Outras Cores de bordas */

.border_black{
    border-color: #000 !important;
}

.border_transparent{
    border-color: transparent !important;
}

/* Customizações Gerais */


.list_square{
    list-style: square;
}

.img_radius{
    border-radius: 10px 10px 0px 10px;
    margin-bottom: 20px;
}

a:hover{
    text-decoration: none;
}

.close {
    float: right;
    //font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: .9;
}

.close:hover{
    color: #fff;
    opacity: .9;
}

.close_custom{
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000 !important;
    color: #fff;
    position: absolute;
    z-index: 999;
    top: -12px;
    right: -12px;
    font-size: 35px;
    font-weight: 100;
    border: 3px solid #fff !important;
    box-shadow: 2px 5px 5px #000;
}

.icon_info{
    font-size: 22px !important;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.navbar-toggler{
    border-radius: 8px 8px 0px 8px;
}

.navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .9rem;
    font-size: 18px;
}

.list_style_square{
    list-style: square;

}

.uppercase{
    text-transform: uppercase;
}

.center_box{
    text-align: center;
}

.bold{
    font-weight: bold;
    color: #000 !important;
}

body{
    font-family: 'unimed_sansregular';
    margin-top: 100px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: 4.2em !important;
    margin-left: 0px !important;
}

.border_bottom{
    border-bottom: 1px solid #eee;
}

.modal {
    z-index: 9999;
}

.dados_modal{
    font-size: 14px;
}

.modal-header{
    background-color: #eee;
}

.btn{
    cursor: pointer;
}

.btn_custom{
    border-radius: 8px 8px 0px 8px;
}

a{
    color: #000;
}

a .fa{
    color: #525252;
}

a .fa:hover{
    color: #000;
}

.alert_custom{
    font-weight: bold;
    font-size: 20px;
}

.text_upercase{
    text-transform: uppercase;
}


.underline{
    text-decoration: underline;
}

.btn-custom{
    background-color: #00995D;
    border: none;
}

.btn-custom:hover{
    background-color: #00995D;
}

.btn-custom_aux{
    background-color: #F47920;
    border: none;
    text-transform:uppercase;
    padding: 15px;
    color: #fff !important;
}

.btn-custom_aux:hover{
    background-color: #e47915;
    padding: 15px;
}

.btn-custom_aux:visited, .btn-custom_aux:active{
    color: #fff !important;
}

/* Modal Home */

.store {
     position: relative;
     top: -155%;
     text-align: center;
}

#myModal{
    border-radius: 10px 10px 0px 10px !important;
}

#myModal .img{
    border-radius: 10px 10px 0px 10px !important;
}

/* Menu Topo */

.fixed-top {
    z-index: 888;
}

.nav_barra_topo{
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #f1f1f1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #f1f1f1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #f1f1f1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #f1f1f1); /* Standard syntax */
}

.border_right {
    border-right: 1px solid #ccc;
    padding: 0px 4px;
    margin-right: 8px;
    height: 22px;
    margin-top: 11px;
}

.nav-item-mobile{
    display: none;
}

a.nav-link{
    padding: 10px;
    color: #565656;
}

.navbar-brand {
    margin-left: -20px;
}

.dropdown-item {
    border-bottom: 1px solid #eee;
    padding: 10px 10px 10px 10px;
}

.dropdown-item:hover {
    background-color: #f7f7f7;
    background-image: url("../../img/portalunimed/bg3.png");
    color: #000;
    padding-left: 20px;
    -webkit-transition: padding-left 0.5s;
    transition: padding-left 0.5s;
}

.dropdown-menu {
    border: none;
    z-index: 999;
    min-width: 13rem;
}

.icon_login{
    font-size: 21px !important;
}

.dropdown-menu{
    border: 1px solid #ddd;
}

.dropdown-toggle::after {
    margin-left: .1em;
}

/* Menu Unimed */

.unimed_active{
    background-color: #00995D;
    border-radius: 8px 8px 0px 8px;
}

li.unimed_active a.nav-link{
    color: #fff !important;
}

#unimed:hover{
    background-color: #00995D;
    color: #fff;
    border-radius: 8px 8px 0px 8px;
}

/* Menu Primavera */

.primavera_active{
    background-color: #F47920;
    border-radius: 8px 8px 0px 8px;
    color: #fff !important;
}

li.primavera_active a.nav-link{
    color: #fff !important;
}

#primavera:hover{
    background-color: #F47920;
    color: #fff;
    border-radius: 8px 8px 0px 8px;
    /*opacity: 0.3;*/
}

/* Menu Ilhotas */

.ilhotas_active{
    background-color: #ED1651;
    border-radius: 8px 8px 0px 8px;
    color: #fff !important;
}

li.ilhotas_active a.nav-link{
    color: #fff !important;
}

#ilhotas:hover{
    background-color: #ED1651;
    color: #fff;
    border-radius: 8px 8px 0px 8px;
    /*opacity: 0.3;*/
}

/* Menu Medicina Preventiva */

.medicinapreventiva_active{
    background-color: #F47920;
    border-radius: 8px 8px 0px 8px;
    color: #fff !important;
}

li.medicinapreventiva_active a.nav-link{
    color: #fff !important;
}

#medicinapreventiva:hover{
    background-color: #F47920;
    color: #fff;
    border-radius: 8px 8px 0px 8px;
}

/* Menu Atendimento Domiciliar */

.atendimentodomiciliar_active{
    background-color: #F47920;
    border-radius: 8px 8px 0px 8px;
    color: #fff !important;
}

li.atendimentodomiciliar_active a.nav-link{
    color: #fff !important;
}

#atendimentodomiciliar:hover{
    background-color: #F47920;
    color: #fff;
    border-radius: 8px 8px 0px 8px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #fff #eceeef;
}

/* Sub-Menu Páginas Unimed */

a.pagina_active_unimed{
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #fff !important;
    border-top: 3px solid #00995D !important;
}

/* Sub-Menu Páginas Primavera */

a.pagina_active_primavera{
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #fff !important;
    border-top: 3px solid #F47920 !important;
}

/* Sub-Menu Páginas Ilhotas */

a.pagina_active_ilhotas{
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #fff !important;
    border-top: 3px solid #ed1651 !important;
}

.nav_menu {
    margin-bottom: 10px;
    padding-top: 10px;
}

.nav_menu a.nav-link {
    padding: 10px;
    color: #565656;
    margin: 5px 5px 0px 5px;
    border-radius: 0px;
}

/* Button Login*/

.btn_login{
    height: 38px;
    margin-left: 10px;
}

.head_login {
    height: 170px;
    margin-top: -35px;
    background: url("../../img/portalunimed/head/news_head2.png") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#inputsBeneficiario{
    /*display: none;*/
    padding-top: 10px;

}

#inputsCooperado{
    /*display: none;*/
    padding-top: 10px;
    border: 1px solid #ddd;
    padding: 20px;
}

#inputsPrestador{
    /*display: none;*/
    padding-top: 10px;
    border: 1px solid #ddd;
    padding: 20px;
}

#inputsEmpresa{
    /*display: none;*/
    padding-top: 10px;
    border: 1px solid #ddd;
    padding: 20px;
}

#inputsFornecedor{
    /*display: none;*/
    padding-top: 10px;
    border: 1px solid #ddd;
    padding: 20px;
}

#inputsBeneficiario .nav-tabs .nav-link {
    font-weight: bold;
}

#inputsBeneficiario .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #ddd #ddd #fff #ddd;
}

#inputsBeneficiario .tab-content .tab-pane{
    padding: 20px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.formsAreaUnimed{
    padding: 10px;
}

.slogan{
    margin-top: 0px !important;
}

/* Menu de acessos */

.icon_acesso{
    //width: 30px;
    margin-right: 8px;
    opacity: 0.7;
}

.link_menu_acesso{
    font-weight: 500;
}

/* Organograma Gerais*/

.div_organograma{
    padding: 25px;
}

.head_organograma{
    padding: 10px;
    background-color: #00995D;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    border-radius: 8px 8px 0px 8px;
    margin-bottom: 20px;
    box-shadow: 5px 5px 5px #eee;
}

.sub-head_organograma{
    padding: 10px;
    background-color: #ED1651;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    border-radius: 8px 8px 0px 8px;
    margin-bottom: 20px;
    box-shadow: 5px 5px 5px #eee;
}

.body_organograma{
    background-color: #B1D34B;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 8px 8px 0px 8px;
    width: 100%;
    //min-height: 68px;
    box-shadow: 5px 5px 5px #eee;
}

.body_organograma:hover{
    background-color: #F47920;
    background-image: url("../../img/portalunimed/bg3.png");
    cursor: auto;
}

.legenda{
    background-color: #eee;
    padding: 20px;
    border-radius: 10px 10px 0px 10px;
    background-image: url("../../img/portalunimed/bg3.png");
}

.line-height{
    line-height: 48px;
}

/* Planos de Saúde */

.logo_planos{
    border: 1px solid #eee;
    border-radius: 10px 10px 0px 10px;
}

.logo_planos img{
    margin: 0 auto;
    border-radius: 10px 10px 0px 10px;
}

.logo_planos:hover{
    //box-shadow: 3px 3px 10px #eee;
}

/* Página de Login */

.bx-wrapper{
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 35px !important;
}

.page_login_title h2{
    font-family: 'unimed_slabextrabold';
    font-size: 44px;
    margin-top: -120px;
    color: #fff;
}

.page_login_content{
    margin-top: 10px;
}

.card-header-login{
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    background-color: #00995D;
    color: #fff;
}

.custom-select{
    min-width: 250px !important;
    margin-bottom: 15px;
}

.btn_login_areas{
    cursor: pointer;
    font-size: 18px;
    background-color: #00995D !important;
    border: none;
    //text-transform: uppercase;
}

.container_login .fa{
    font-size: 18px;
}

.card_login{
    margin: 40px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 25px #dad9d9;
}

.img_hint{
    width: 100%;
}

.footer_login{
    //border-top: 1px solid #ddd;
    padding-top: 15px;
}

/* Buscar no site Menu */

.show_hide {
    display:none;
}

.icon_search{
    width: 20px;
    margin-top: 12px;
    display: inline-block;
    cursor: pointer;
    margin-left: 4px !important;
}

.icon_search_mobile {
    width: 20px;
    margin-top: 35px;
    margin-right: 70px;
    display: none;
    cursor: pointer;
}

.slidingDiv{
    width: 100%;
    height: 75px;
    background-image: url("../../img/portalunimed/bg3.png");
//background-color: #00995D;
    z-index: 777;
    /*-webkit-box-shadow: -1px 4px 24px -1px rgba(189,182,189,1);*/
    /*-moz-box-shadow: -1px 4px 24px -1px rgba(189,182,189,1);*/
    /*box-shadow: -1px 4px 24px -1px rgba(189,182,189,1);*/
    position: fixed !important;
}

.form_search{
    width: 100%;
    margin-top: 16px;
}

.div_search{
    width: 100%;
    margin: 3px 115px 5px 115px;
}

.lupa {
    width: 20px;
    position: absolute;
    right: 140px;
    top: 29px;
    cursor: pointer;
}

.input_search{
    width: 100% !important;
    border: none;
    /*font-family: 'unimed_sansregular';*/
    font-family: 'unimed_slabregular';
    /*font-style: italic;*/
    border-radius: 8px 8px 0px 8px;
}

/* Buscar no site Página*/

.result_search{
    font-size: 20px;
    font-family: 'unimed_slabregular';
}

.result_search strong{
    font-weight: bold;
    text-transform: uppercase;
}

ul.result_search_data{
    list-style: none;
    padding-left: 0px;
}

ul.result_search_data li{
    //border-bottom: 1px solid #ddd;
}

ul.result_search_data li h3{
    font-family: 'unimed_slabregular';
    font-weight: bold;
    border: none;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 10px;
}

ul.result_search_data li h3 a:hover,
ul.result_search_data li h3 a:active,
ul.result_search_data li h3 a:visited{
    color: #000 !important;
}

ul.result_search_data li p{
    margin-top: -10px;
}

/* Banner Home */

.carousel-inner{
    border-radius: 15px 15px 0px 15px;
}

.back_banner{
    background-image: url("../../img/portalunimed/bg3.png");
    //background-color: #f5f5f5;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.back_banner img{
    //box-shadow: 0px 6px 20px rgba(41, 41, 41, 0.59);
    /*width: 100%;*/
    /*height: 100%;*/
    height: auto;
}

.banner{
    text-align: center;
    //margin-bottom: 35px;
}

.banner_navigation{
    box-shadow: none !important;
    opacity: 0.3;
}

.banner_rotate{
    width: 1110px;
    /*height: 411px !important;*/
    height: auto !important;

}

img.banner_rotate_hospital{
    width: 1110px;
    /*height: 270px;*/
    height: auto;
    border-radius: 15px 15px 0px 15px;
    //margin-bottom: 30px;
}


/* Banner Venda */

.banner_venda{
    width: 100%;
    border-radius: 10px 10px 0px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Convênios*/

.bx-wrapper {
    background-color: transparent !important;
}

.convenios{
    background-color: #f8f8f8;
    background-image: url(../../img/portalunimed/bg3.png);
    padding: 10px 0px 75px 0px;
}


/* Serviços */

.linha_servicos{
    background-color: #f8f8f8;
    background-image: url(../../img/portalunimed/bg3.png);
    padding: 10px 0px 10px 0px;
}

.slider_servicos{
    margin-bottom: 10px;
}

.head_servicos{
    //margin-top: 15px;
}


.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -20px !important;
}

/* Módulos row um*/

.modules_row_primario{
    //margin-top: 40px;
}

.module{
    /*background-color: #00995D;*/
    background-image: url("../../img/portalunimed/bg3.png");
    padding: 20px;
    /*color: #fff;*/
    /*min-height: 200px;*/
    /*box-shadow: 0px 7px 7px #ccc;*/
    border-radius: 10px 10px 0px 10px;
}

.box-seta {
    position: absolute;
    background: #b1d34b;
    color: #fff;
    border-radius: 0;
    padding: 4px 16px;
    right: 4px;
    top: 30px;
}

.box-seta:before {
    border-color: #0a5f55 transparent transparent #0a5f55;
    border-style: solid;
    border-width: 2px 3px 6px 8px;
    content: "";
    position: absolute;
    margin: 0;
    width: 0;
    right: 0;
    bottom: -8px;
}

.link_module:hover{
    text-decoration: none !important;
    /*color: #000;*/
}

.link_module .fa{
   color: #00995D;
}

.link_module:hover .box-seta{
    background-color: #F47920;
}

.link_module:hover .fa{
    color: #fff;
}


.box-seta_ilhotas {
    position: absolute;
    background: #B1d34b;
    color: #fff;
    border-radius: 0;
    padding: 4px 16px;
    right: 4px;
    top: 30px;
}

.box-seta_ilhotas:before {
    border-color: #005e37 transparent transparent #005e37;
    border-style: solid;
    border-width: 2px 3px 6px 8px;
    content: "";
    position: absolute;
    margin: 0;
    width: 0;
    right: 0;
    bottom: -8px;
}

.link_module_ilhotas:hover{
    text-decoration: none !important;
}

.link_module_ilhotas .fa{
    color: #00995d;
}

.link_module_ilhotas:hover .box-seta_ilhotas{
    background-color: #F47920;
}

.link_module_ilhotas:hover .fa{
    color: #fff;
}

.module h3{
    font-family: 'unimed_slabextrabold';
    margin-top: -4px;
    margin-bottom: 3px;
    font-size: 24px;
    //line-height: 25px;
}

.module p{
    font-family: 'unimed_slabregular';
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}

.module_icon{
    text-align: center;
}

.module_icon img {
    /*position: absolute;*/
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: 10px;
}

.module_servicos {
    margin: 15px 0px;
}

.module_boletos{
    background: url("../../img/portalunimed/boletos.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
}

.module_guia_medico{
    background: url("../../img/portalunimed/guia_medico.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
}

.module_central_vendas{
    background: url("../../img/portalunimed/central_vendas.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
}

.module_boletos2{
    background: url("../../img/portalunimed/boletos.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
}

.module_guia_medico2{
    background: url("../../img/portalunimed/guia_medico.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
}

.module_central_vendas2{
    background: url("../../img/portalunimed/central_vendas.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
}


.module_hospital {
    margin-bottom: 20px;
    padding: 16px 20px;
}

.module_hospital h3{
    font-size: 22px !important;
    margin-left: -10px;
}

.module_hospital p{
    font-size: 15px !important;
    margin-left: -10px;
}


/* Galeria de Vídeos */

.div_youtube{
    margin-bottom: 20px;
    background-color: #F9F9F9;
}

.div_youtube iframe{
    border-radius: 10px 10px 0px 10px;
}

/* Listagem Padrão de notícias */

.list_default_news{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 20px;
}

.list_default_news h2 {
    font-family: 'unimed_slabextrabold';
    font-size: 22px;
    border-bottom: none !important;
    padding: 0px;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

.list_default_news span{
    color: #777;
    font-size: 14px;
}

.list_default_news p {
    line-height: 26px;
    margin-top: 5px;
}

.btn_leia_mais{
    background-color: #00995D;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    display: table;
    margin-top: 10px;
}

.btn_leia_mais:link,
.btn_leia_mais:active,
.btn_leia_mais:focus{
    color: #fff;
    text-decoration: none;
}

.btn_leia_mais:hover{
    background-color: #F47920;
    color: #fff;
    text-decoration: none;
}

.list_default_news span i{
    margin-right: 5px;
}

.img_list_news{
    border-radius: 10px 10px 0px 10px;
    width: 160px !important;
    height: 130px !important;
    //border: 1px solid #ccc;
    margin-bottom: 10px;
    box-shadow: 2px 2px 10px #ccc;
}

/* Páginas Detalhes da Notícia */

.btn_ajuste_font{
    font-family: 'unimed_slabextrabold';
    font-size: 16px;
    margin: 5px 3px;
    color: #707070;
    box-shadow: 5px 5px 5px #eee;
    border: 1px solid #e8e8e8;
}

.default_news{
    margin-top: 20px !important;
    margin-bottom: 40px !important;
    border-bottom: none;
}

.default_news h2 {
    font-family: 'unimed_slabregular';
    font-size: 36px;
    font-weight: bold;
    border-bottom: none !important;
    padding: 0px;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

.default_news img{
    //float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px 10px 0px 10px;
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.default_news span{
    color: #777;
}

.default_news p {
    line-height: 26px;
    font-size: 17px;
    text-align: left !important;
}

.default_news p span{
    font-family: 'unimed_sansregular' !important;
}

/* Galeria de Imagens */

.galeria img{
    border-radius: 5px;
    //margin-bottom: 30px;
}

/* Caminho Completo - Breadcrumb */

.breadcrumb {
    margin-top: 25px;
    border-radius: 10px 10px 0px 10px;
}

a.breadcrumb-item {
    color: #000;
}

.img_home_breadcrumb {
    position: relative;
    top: -3px;
    margin-right: 7px;
    opacity: 0.8;
}

/* Paginação Geral */

.page-link {
    color: #00995D;
}

.page-link:hover {
    color: #000;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #00995D;
    border-color: #00995D;
}

.pagination{
    margin: 15px auto;
}

/* Notícia em destaque */

.noticia_destaque{
    //background-color: #b1d34b;
    padding: 20px;
    margin-top: 30px;
    //margin-bottom: 30px;
    border-radius: 10px 10px 0px 10px;
}

.noticia_destaque img{
    width: 100%;
    //margin-bottom: 10px;
}

.noticia_destaque h3{
    /*font-family: 'unimed_slabextrabold';*/
    font-family: 'unimed_slabregular';
    font-weight: bold;
    //color: #fff;
    font-size: 26px;
    line-height: 30px;
    padding-right: 20px;
    padding-top: 7px;
}

.noticia_destaque p{
    font-family: 'unimed_sansregular';
    font-size: 18px;
    //color: #fff;
}

.button_leia_mais{
    font-family: 'unimed_sanslight';
    font-size: 16px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: bold;
    border-radius: 8px 8px 0px 8px;
}

.button_leia_mais:hover{
    background-color: #F47920 !important;
}

.date_news{
    position: absolute;
    top: 16px;
    right: 25px;
    z-index: 666;
}

.dia{
    font-family: 'unimed_sansextrabold';
    font-size: 22px;
    padding: 5px 15px 0px 15px;
    text-align: center;
}

.mes{
    font-family: 'unimed_sansregular';
    font-size: 12px;
    padding: 5px;
    text-align: center;
}


.date_news2{
    margin-top: 8px;
    z-index: 666;
}

.dia2{
    font-family: 'unimed_sansextrabold';
    font-size: 20px;
    padding: 5px 0px;
    text-align: center;
}

.mes2{
    font-family: 'unimed_sansextrabold';
    font-size: 16px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.page_interna_news{
    text-align: left;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.page_interna_news img {
    width: 50px;
    opacity: 0.9;
    float: left;
    margin-right: 15px;
}

.page_interna_news h2{
    /*font-family: 'unimed_slabextrabold';*/
    font-family: 'unimed_slabregular';
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    margin-left: -20px;
    padding-top: 10px;

}

.mais_noticias ul{
    list-style: none;
    padding-left: 0px;
}

.mais_noticias ul li{
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
}

.mais_noticias ul li a{
    font-size: 22px;
    font-family: 'unimed_slabregular';
    color: #3f3f3f;
    font-weight: bold;
}

.mais_noticias ul li a:hover{
    color: #000;
    text-decoration: underline;
}

.mais_noticias span{
    color: #707070;

}

.data_noticias{
    color: #000;
    margin-top: -15px;
    margin-bottom: 30px;
    opacity: 0.6;
}

.date_mais_noticias{
    color: #000;
    opacity: 0.6;
    font-weight: normal;
}

.date_mais_noticias img{
    position: relative;
    top: -2px;
    margin-right: 2px;
}

.btn_news_all{
    margin-bottom: 20px !important;
}

.all_news_home{
    font-family: 'unimed_sanslight';
    font-size: 16px;
    font-weight: bold;
    //text-transform: uppercase;
    color: #fff !important;
    padding: 8px;
    background-color: #00401A;
    border-radius: 8px 8px 0px 8px;
}

.all_news_home:hover{
    color: #fff !important;
    background-color: #F47920;
    text-decoration: none;
}

/* Notícia em destaque2 */

.title_noticia{
    margin-top: 35px;
}

.title_noticia img{
    width: 40px;
    position: absolute;
    top: 25px;
}

.title_noticia h2{
    font-family: 'unimed_slabextrabold';
    font-size: 24px;
    margin-left: 50px;
}

.div_ultimas_noticias{
    /*background-color: #009b62;*/
    background-color: #f8f8f8;
    background-image: url(../../img/portalunimed/bg3.png);
    //border-radius: 10px 10px 0px 10px;
    padding: 30px;
    margin-top: 30px;
    border-radius: 10px 10px 0px 10px;
}

.div_ultimas_noticias h2{
    font-family: 'unimed_slabregular';
    font-size: 18px;
    color: #00401A;
    margin-top: 5px;
    font-weight: bold;
    line-height: 23px;
}

.div_ultimas_noticias p{
    font-family: 'unimed_slabregular';
    color: #00401A;
}

.noticia{
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


/* Assinatura Notícia */

.assinatura_noticia{
    border-radius: 10px 10px 0px 10px;
    padding: 20px;
    display: inline-block;
}

.assinatura_noticia .dados_autor{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    //margin-left: 40px;
}

.assinatura_noticia .dados_autor h3{
    font-family: 'unimed_slabregular';
    font-size: 22px;
    font-weight: bold;
    margin-top: -5px;
    margin-bottom: 10px;
}

.assinatura_noticia .dados_autor p{
    font-family: 'unimed_sansregular';
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
    line-height: 20px;
}

.assinatura_noticia .box_assinatura{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.assinatura_noticia .box_assinatura p{
    font-family: 'unimed_slabregular';
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    border: 1px solid #b1d34b;
    border-radius: 0px 10px 0px 0px;
    padding: 15px;
}

.assinatura_noticia .logo_assinatura{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 140px !important;
}


.fanpage{
    padding: 20px;
    //border: 1px solid #ddd;
    margin-top: 30px;
    //border-radius: 10px 10px 0px 10px;
    text-align: center;
}

.fanpage span{
    font-family: 'unimed_slabextrabold';
    font-size: 34px;
    color: #ccc;
}

/* Clube de Desconto */

.panel_clube img{
    filter: grayscale(100%)
}

.panel_clube:hover img{
    filter: grayscale(0%);
}

.clube_img{
    height: 150px;
    border: 1px solid #e6e6e6;
    border-radius: 10px 10px 0px 10px;
    margin: 10px 0px;
    padding: 5px;
}

.clube_img:hover{
    box-shadow: 5px 5px 10px #eee;
    cursor: pointer;
}

.clube_img img{
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    margin: auto;
    width: 70%;
}

.title_clube{
    width: 100%;
}

.title_clube h3{
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
}

/* Notícias secundárias */

.news{
    padding: 20px 55px 20px 20px;
    //margin-bottom: 30px;
}

.news h3{
    font-family: 'unimed_slabextrabold';
    //color: #fff;
    font-size: 24px;
    line-height: 30px;
}

.news p{
    font-family: 'unimed_sansregular';
    font-size: 18px;
    //color: #fff;
}

.news img{
    width: 100%;
    z-index: 9997;
}

/* Módulos row dois */

.modules_row_secundario{
    margin-top: 30px;
}

.module_line{
    margin-top: 30px;

}



/* Módulos Unimed Teresina */

/* Viver Bem */

.module_viver_bem{
    background: url("../../img/portalunimed/viver_bem.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

/* Medicina Preventiva */

.module_medicina_preventiva{
    background: url("../../img/portalunimed/medicina_preventiva.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

/* Medicina Preventiva */

.module_espaco_ans{
    background: url("../../img/portalunimed/espaco_ans.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

/* Reajuste de Contratos */

.module_reajuste_contratos{
    background: url("../../img/portalunimed/reajuste_contratos.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

/* Clube do Desconto */

.module_clube_desconto{
    background: url("../../img/portalunimed/clube_desconto.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

/* Substituição de Prestador */

.module_substituicao_prestador{
    background: url("../../img/portalunimed/substituicao_prestador.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}


/* Módulos Hospitais */

/* Complexo Cirúrgico */

.module_centro_cirurgico{
    background: url("../../img/portalunimed/module/centro_cirurgico.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

/* Pronto Atendimento */

.module_pronto_atendimento{
    background: url("../../img/portalunimed/module/pronto_atendimento.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

/* Antendimento Ambulatorial */

.module_atendimento_ambulatorial{
    background: url("../../img/portalunimed/module/atendimento_ambulatorial.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

/* Oncologia */

.module_oncologia{
    background: url("../../img/portalunimed/module/oncologia.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

/* Hemodinâmica */

.module_hemodinamica{
    background: url("../../img/portalunimed/module/hemodinamica.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

/* Centro de Imagens */

.module_exame_imagens{
    background: url("../../img/portalunimed/module/exame_imagem.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

/* Exame Laboratorial */

.module_exame_laboratorial{
    background: url("../../img/portalunimed/module/exame_laboratorial.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

/* Internação */

.module_internacao{
    background: url("../../img/portalunimed/module/internacao.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

.module_complexo_cirurgico{
    background: url("../../img/portalunimed/module/complexo_cirurgico.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

.module_urgencia_emergencia{
    background: url("../../img/portalunimed/module/urgencia_emergencia.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

.module_pediatria{
    background: url("../../img/portalunimed/module/pediatria.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

.module_apoio_diagnostico_terapeutico{
    background: url("../../img/portalunimed/module/diagnostico_terapeutico.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

.module_ambulatorio{
    background: url("../../img/portalunimed/module/ambulatorio.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

.module_obstetricia{
    background: url("../../img/portalunimed/module/obstetricia.png") no-repeat;
    margin-top: -20px;
    margin-left: -5px;
    margin-bottom: -20px;
    height: 220px;
    border-radius: 10px 0px 0px 10px;
}

/* NAS */

.card-header{
    border-radius: 10px 10px 0px 0px !important;
}

.img_nas{
    box-shadow: 0px 6px 7px #ccc;
    border: 1px solid #ccc;

}

.border_bottom_nas_orange {
    border-bottom: 4px solid #F47920;
    max-width: 100px;
    height: 30px;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 40px;
}

.border_bottom_nas_white {
    border-bottom: 4px solid #fff;
    max-width: 100px;
    height: 30px;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 40px;
}

.nas_container{
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}

.title_pag_nas{
    font-family: 'unimed_slabextrabold';
    text-align: center;
    font-size: 44px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.nas_container p{
    font-family: 'unimed_sansregular';
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2px;
}

.nas_container i{
    font-size: 18px;
}

.background_container{
    padding: 10px;
    background-image: url("../../img/portalunimed/bg3.png");
}

.background_container_servicos_nas{
    background: url("../../img/portalunimed/modulo_servicos_nas.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 5px;
}

.module_funcionamento{
    margin-bottom: 20px;
}

.icon_funcionamento {
    font-size: 60px !important;
    display: block !important;
    text-align: center;
    margin-bottom: 16px;
}

.title_funcionamento{
    font-family: 'unimed_slabextrabold';
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}

.module_nas{
    background-color: #fff;
    //min-height: 400px !important;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px 10px 0px 10px;
    min-height: 415px;
}

.module_nas:hover{
    box-shadow: 0px 0px 20px #00401A;
    background-image: url("../../img/portalunimed/bg3.png");
}


.module_nas h2{
    font-family: 'unimed_slabextrabold';
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}

.module_nas p{
    font-family: 'unimed_sansregular';
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 40px;
}

.module_nas a{
    padding: 12px;
    color: #fff;
    font-size: 20px;
    border-radius: 10px 10px 0px 10px;
}

.module_nas a:hover{
    text-decoration: none;
    background-color: #ff8e1f !important;
}


.programas_nas{
    background-color: rgba(192, 192, 192, 0.07);
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px 10px 0px 10px;
    margin-top: 35px;
}

/* Atendimento Domiciliar */

.unihome_container{
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: left;
}

.title_pag_unihome{
    font-family: 'unimed_slabextrabold';
    text-align: center;
    font-size: 44px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.unihome_container p{
    font-family: 'unimed_sansregular';
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2px;
}

.unihome_container i{
    font-size: 18px;
}

.img_unihome{
    margin: 15px 0px;
    border-radius: 10px 10px 0px 10px;
}

/* Páginas Internas*/


.minHeigth{
    min-height: 290px;
}

.page_interna h2{
    font-family: 'unimed_slabregular';
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.page_interna_hospital h2{
    font-family: 'unimed_slabregular';
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.page_interna h3{
    font-family: 'unimed_sansregular';
    margin-top: 30px;
    //border-bottom: 1px solid rgba(0,0,0,.1) !important;
    margin-bottom: 20px;
}

.page_interna > p{
    margin: 30px 0px;
    font-family: 'unimed_sansregular';
}

.page_interna img{
    max-width: 100% !important;
    //margin-top: 10px;
    margin-bottom: 10px;
}

.page_interna h4{
    font-family: 'unimed_slabregular';
    font-size: 26px;
    font-weight: bold;
    //margin-top: 40px;
    margin-bottom: 25px;
    color: #00995D;
    text-align: center;
    //border-bottom: 1px solid #eee;
}

.page_interna h5{
    font-family: 'unimed_slabregular';
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0px;
    //border-bottom: 1px solid #eee;
    //color: rgba(0, 0, 0, 0.56);

}

.title_card_header{
    font-family: 'unimed_slabextrabold';
    font-size: 18px;
}

blockquote ul li{
    margin-left: -15px;
    list-style: square;
}

.card{
    margin-bottom: 20px;
    border-radius: 10px 10px 0px 10px;
}

/* Sistemas Unimed */


.link_icon_sistemas{
    display: flow-root !important;
}

.linha_icones_sistemas{
    margin-bottom: 50px;
}

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

.icones_sistemas:hover{
    cursor: pointer;
}

.icones_sistemas img{
    position: relative;
    margin: 0 auto;
    margin-bottom: 0px;
    //width: 70px;
    color: #fff;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

a .icones_sistemas label{
    color: #009B63 !important;
    margin-top: 0px;
    font-weight: bold;
}

.title_sistemas{
    /*font-family: 'unimed_slabextrabold';*/
    font-family: 'unimed_slabregular';
    font-weight: bold;
    text-align: center;
    margin: 50px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

/* Portal Tiss */

.portal_links{
    margin: 30px 0px;
}

.portal_links a{
    color: #000;
    margin: 40px 5px;
}

.box{
    background-color: #f5f5f5;
    border: 1px solid #dadada;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 10px 10px 0px 10px;
    box-shadow: 5px 5px 5px #eee;
}

.box p{
    font-size: 16px;
    margin-bottom: 0px;
}

.box h5{
    font-weight: bold;
}

/* FAQ */

.faq{
    margin-top: 30px;
}

.faq_question{
    background-color: #f5f5f5;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #e8e8e8;
}

.faq_resposta{
    padding: 10px;
    border: 1px solid #e8e8e8;

}

.box_faq_null{
    padding: 10px;
    border: 1px solid #eee;
    text-align: center;
}

/* Contato */

.red{
    color: #a50909;
}

.pagina .fa-phone {
    position: relative;
    top: 1px;
    left: 10px;
    margin-left: -8px;
}

.sidebar {
    width: 100%;
    border: 1px solid #eee;
    padding: 20px;
    //background-color: #f5f5f5;
    margin-top: 20px;
    border-radius: 5px;
    display: inline-block;
    border-radius: 10px 10px 0px 10px;
    min-height: 290px;
}

.sidebar h3{
    font-family: unimed_slabregular;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    color: #00995D;
}

.sidebar h4{
    font-family: 'unimed_slabregular';
    font-weight: bold;
}

.sidebar ul li{
    list-style-type: square;
    font-family: 'unimed_slabregular';
}

.container_send .fa{
    margin-right: 5px;
    font-size: 14px !important;
}

#mensagem{
    height: 150px;
}

/* Revendas */

.div_revendas_desktop{
    background-color: #f5f5f5;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.tab_content {
    padding: 30px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: none;
}

a.nav_link {
    border-bottom: 1px solid #ddd !important;
}

.card_header h4{
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
}

.module_card_revendas{
    min-height: 180px;
}

.img_close{
    width: 20px;
    margin-right: -10px;
    margin-top: -10px;
    cursor: pointer;
}

.card_revendas_mobile{
    margin-bottom: 0px;
}

.card-header h5{
    color: #000;
}

.link_revendas_mobile:hover, .link_revendas_mobile:active, .link_revendas_mobile:focus{
    text-decoration: none;
}

.div_revendas_mobile{
    display: none;
}


.module_card_revendas .fa{
    font-weight: bold;
    color: #00995D;
    font-size: 20px;
}

/* Vendas  */

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.sw-theme-arrows>ul.step-anchor>li>a:hover {
    color: #fff !important;
}

.simulacao_title{
    font-size: 28px;
    /*font-family: 'unimed_slabextrabold';*/
    font-family: 'unimed_slabregular';
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0px 0px 0px;
    text-align: center;

}

.simulacao_title_left{
    /*font-family: 'unimed_slabextrabold';*/
    font-family: 'unimed_slabregular';
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin: 20px 20px 20px 0px;
    text-align: left;

}

.simulacao_info{
    font-size: 28px;
    font-family: 'unimed_sansregular';
    background-color: #efeeee;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.simulacao_valor {
    font-family: 'unimed_slabextrabold';
    font-size: 30px;
    color: #025E32;
    position: relative;
    top: 4px;
}

.step-content{
    padding: 25px !important;
}

#dnascimento, #ndependentes, #dependenteidade{
    width: 180px;
}

.dados_pessoais{
//height: 450px;
}

.div_dependentes{
    background-color: #F1F1F1;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px;
}

.modulo_central_vendas_title {
    position: absolute;
    top: 15px;
    width: 60%;
    left: 45px;
    z-index: 333;;
}

.modulo_central_vendas_title h1 {
    font-size: 60px;
    font-family: 'unimed_slabextrabold';
//color: #025E32;
    color: #fff !important;
    margin-bottom: -18px;
//text-shadow: 2px 2px 4px #fff;
}

.modulo_central_vendas_title h3{
    font-size: 18px;
    font-family: 'unimed_slabextrabold';
    padding-bottom: 5px;
    color: #000;
//text-shadow: 2px 2px 4px #fff;
}

.modulo_central_vendas_title p {
    font-size: 16px;
    color: #000;
    margin-top: -6px;
}

.form-control {
    height: 40px;
}

#box-msg-info{
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: bold;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    display: none;
}

.fa-custom{
    margin-right: 6px;
    font-size: 17px !important;
}

#box-simulacao_info{
    display: none;

}

.msn_simulacao{
    font-size: 25px;
}

.sw-btn-prev{
    //display: none;
}

.sw-theme-arrows .sw-toolbar {
    margin-top: 10px;
}

/* Substituição de Prestador */

.btn_pesquisar{
    margin-top: 20px;
    cursor: pointer;
    margin-right: 10px;
}

.label_pesquisa{
    font-weight: bold;
}

#label_pesquisa{
    font-weight: bold;
}

#search, #pesquisa{
    width: 100%;
}

.card-success{
    background-color: #337AB7;
    color: #fff;
    border: none;
    font-size: 16px;
}

.card-danger{
    background-color: #F2DEDE;
    color: #a94442;
    border: none;
    font-size: 16px;
}

.btn_cursor{
    cursor: pointer;
    width: 100%;
    margin: 5px 0px;
    font-size: 14px;
}

/* Trabalhe Conosco */

.module_captacao_talentos{
    border: 3px solid #eee;
    border-radius: 10px 10px 0px 10px;
    text-align: center;
    padding: 20px 10px;
    margin: 20px 0px;
    min-height: 520px;
}

.module_captacao_talentos:hover{
    box-shadow: 5px 5px 10px #eee;
    background-image: url("../../img/portalunimed/bg3.png");

}

.module_captacao_talentos h3{
    /*font-family: 'unimed_slabextrabold';*/
    font-family: 'unimed_slabregular';
    font-weight: bold;
    margin-top: 0px;
    font-size: 26px;
    border-bottom: none;

}

.module_captacao_talentos p{
    margin-bottom: 0px;
}

.module_captacao_talentos p label{
    font-weight: bold;
    margin-right: 5px;
}

.module_captacao_talentos img{
    width: 95%;
    border-radius: 10px 10px 0px 10px;
    margin-bottom: 20px;
}

.default_trabalhe_conosco{
    margin-top: -20px !important;
}

.default_trabalhe_conosco img{
    border-radius: 10px 10px 0px 10px;
}

.sit_aberta{
    font-family: 'unimed_slabregular';
    font-size: 16px;
    color: #fff;
    /*font-weight: bold;*/
    background-color: #00995D;
    padding: 3px 10px;
    margin:0px 5px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px 5px 0px 5px;
}

.sit_andamento{
    font-family: 'unimed_slabregular';
    font-size: 16px;
    color: #fff;
    /*font-weight: bold;*/
    background-color: #B1D34B;
    padding: 3px 10px;
    margin:0px 5px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px 5px 0px 5px;
}

.sit_fechada{
    font-family: 'unimed_slabregular';
    font-size: 16px;
    color: #fff;
    /*font-weight: bold;*/
    background-color: red;
    padding: 3px 10px;
    margin:0px 5px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px 5px 0px 5px;
}

.box-trabalhe-conosco-faixa_breve {
    position: absolute;
    background: #F47920;
    color: #fff;
    border-radius: 0;
    padding: 4px 16px;
    right: 4px;
    top: 100px;
    font-weight: bold;
}

.box-trabalhe-conosco-faixa_breve:before {
    border-color: #0a5f55 transparent transparent #0a5f55;
    border-style: solid;
    border-width: 2px 3px 6px 8px;
    content: "";
    position: absolute;
    margin: 0;
    width: 0;
    right: 0;
    bottom: -8px;
}

.box-trabalhe-conosco-faixa_aberta {
    position: absolute;
    background: #00995D;
    color: #fff;
    border-radius: 0;
    padding: 4px 16px;
    right: 4px;
    top: 100px;
    font-weight: bold;
}

.box-trabalhe-conosco-faixa_aberta:before {
    border-color: #0a5f55 transparent transparent #0a5f55;
    border-style: solid;
    border-width: 2px 3px 6px 8px;
    content: "";
    position: absolute;
    margin: 0;
    width: 0;
    right: 0;
    bottom: -8px;
}

.box-trabalhe-conosco-faixa_fechada {
    position: absolute;
    background: red;
    color: #fff;
    border-radius: 0;
    padding: 4px 16px;
    right: 4px;
    top: 100px;
    font-weight: bold;
}

.box-trabalhe-conosco-faixa_fechada:before {
    border-color: #0a5f55 transparent transparent #0a5f55;
    border-style: solid;
    border-width: 2px 3px 6px 8px;
    content: "";
    position: absolute;
    margin: 0;
    width: 0;
    right: 0;
    bottom: -8px;
}

.box-trabalhe-conosco-faixa_andamento {
    position: absolute;
    background: #B1D34B;
    color: #fff;
    border-radius: 0;
    padding: 4px 16px;
    right: 4px;
    top: 100px;
    font-weight: bold;
}

.box-trabalhe-conosco-faixa_andamento:before {
    border-color: #0a5f55 transparent transparent #0a5f55;
    border-style: solid;
    border-width: 2px 3px 6px 8px;
    content: "";
    position: absolute;
    margin: 0;
    width: 0;
    right: 0;
    bottom: -8px;
}

.default_trabalhe_conosco p{
    margin-bottom: 10px;
}

.btn_trabalhe_conosco{
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px 5px 0px 5px;
}

.btn_trabalhe_conosco i{
    color: #fff;
    font-size: 16px;
}

.btn_trabalhe_conosco i:hover{
    color: #fff;
}

.img_trabalhe_conosco{
    margin-bottom: 10px;
    //box-shadow: 5px 5px 10px #ddd;
}

.btn_lg {
    font-size: 16px;
    background-color: #00995D;
    border-radius: 8px 8px 0px 8px !important;
    border: none;
    font-family: 'unimed_sanslight';
    font-weight: bold;
    text-transform: uppercase;
}

.btn_lg:hover{
    background-color: #F47920;
}

.title_form{
    font-weight: bold;
    font-size: 22px;
    //border-bottom: 1px solid #ccc;
    width: 100%;
}

.form_trabalhe_conosco label{
    font-weight: bold;
}

.form_trabalhe_conosco textarea{
    height: 100px;
}

.form_trabalhe_conosco i{
    //font-size: 14px;
    //color: #a70202;
}

.regime_contratacao{
    //border: 1px solid #eee !important;
    margin: 20px 0px;
    padding: 10px;

}

.input_obrigatorio{
    font-weight: bold;
    color: #a70202;
}

.container_trabalhe_conosco{
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0px;
}

.adicionarFormacao, .adicionarExperiencia, .linkRemoverFormacao, .linkRemoverExperiencia{
    cursor: pointer;
    float: right !important;
}

.trabalheConoscoFormacao{
    border-bottom: 2px dotted #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.trabalheConoscoExperiencia{
    border-bottom: 2px dotted #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.container_outras_instituicoes{
    display: none;
}

.container_outros_cargos{
    display: none;
}

.btn_add, .btn_remove {
    font-weight: bold;
}

.div_acesso{
    padding: 10px 30px 30px 30px;
    border: 5px solid #eee;
    border-radius: 10px 10px 0px 10px;
    //min-height: 430px;
    margin-bottom: 10px;
    background-color: #fcfcfc;
}

.div_acesso h3{
    font-size: 32px;
    font-family: 'unimed_sanslight';
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,.1) !important;

}

.div_acesso label{
    font-weight: bold;
}

.div_acesso img{
    margin-right: 5px;
    margin-bottom: 7px;
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #00995D;
}

.btn_login_trabalheconosco{
    font-family: 'unimed_sanslight';
    font-size: 22px;
    font-weight: bold;
    border-radius: 8px 8px 0px 8px;
}

.btn_login_trabalheconosco .fa{
    color: #fff !important;
}

a.btn_custom, a.btn_custom i {
    color: #fff !important;
}

.link_menu_acesso span{
    display: block;
    font-size: 10px;
    margin-left: 35px;
    margin-top: -5px;
    font-weight: bold;
    color: #000;
}

.box_menu_trabalhe_conosco{
    border: 3px solid #eee;
    border-radius: 8px 8px 0px 8px;
    margin-top: 20px;
    //box-shadow: 5px 5px 10px #eee;
}

.box_menu_trabalhe_conosco ul{
    padding: 0px;
}

.box_menu_trabalhe_conosco ul li{
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 15px 20px;
    font-size: 18px;
}

.box_menu_trabalhe_conosco ul a:hover{
    text-decoration: none !important;
    color: #000;
}

.box_menu_trabalhe_conosco ul li:hover{
    background-color: #f7f7f7;
    background-image: url("../../img/portalunimed/bg3.png");
    width: 100%;
    padding-left: 30px;
    -webkit-transition: padding-left 0.5s;
    transition: padding-left 0.5s;
}

.box_menu_trabalhe_conosco ul li i{
    font-size: 18px;
    margin-right: 5px;
}

.box_menu_padding_left{
    padding-left: 30px !important;
}

.box_menu_hover{
    background-color: #f7f7f7;
    background-image: url("../../img/portalunimed/bg3.png");
}

.alert_vagas {
    background: #00995D;
    border: 2px solid #fff;
    border-radius: 200px;
    padding: 2px;
    font-size: 12px;
    font-weight: bold;
    width: 25px;
    text-align: center;
    color: #fff;
    box-shadow: 3px 3px 5px #ccc;
}

.alert_vagas_top {
    position: relative;
    top: -9px;
    margin-right: -5px;
}

.inside {
    position: absolute;
    text-indent: 10px;
    margin-top: 11px;
    color: #959595;
    font-size: 20px !important;
}

.inp {
    font-family: 'unimed_sanslight';
    font-weight: bold;
    font-size: 16px;
    padding-left: 40px;
    padding-top: 10px;
    color: #000;
}

/* Histórico de inscrições em vagas */

.card-header_custom{
    //border: none;
}

.card-header{
    cursor: pointer;
    background-image: url("../../img/portalunimed/bg3.png");
}

.title_accordion{
    font-size: 20px;
    font-family: 'unimed_slabregular';
    line-height: 25px;
}

.title_accordion:hover{
    color: #000;
    text-decoration: none;
}

.title_accordion:focus{
    color: #000;
    text-decoration: none;
}

.title_accordion i{
    margin-right: 5px;
}

.box_trabalhe_conosco{
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px 8px 0px 8px;
    margin: 10px 0px;
    box-shadow: 5px 5px 5px #eee;
    font-size: 20px;
    font-weight: normal;
}

.card-block .background_orange{
    background-image: url("../../img/portalunimed/bg3.png");
}

.box_trabalhe_conosco:hover{
    background-image: url("../../img/portalunimed/bg3.png");
}

.box_trabalhe_conosco label{
    border-bottom: 1px solid #eee;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

/* Perfil Profissional */

.print_curriculum{
    //border: 1px solid #eee;
    padding: 30px 20px 20px 30px;
    margin: 0px;
}

.title_head{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.box_info{
    //border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0px;
}

.box_data{
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 10px;
}

.sub_title_head{
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;

}

.linha{
    margin-bottom: 10px;
}

.print_curriculum h4{
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

.print_curriculum label{
    font-size: 18px;
    text-transform: uppercase;
}

.btn_print{
    margin: 10px 0px;
}

.chosen-container-single .chosen-single {
    font-size: 16px !important;
    font-family: sans-serif !important;
    height: 40px !important;
    padding-top: 9px !important;
    text-transform: uppercase !important;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: .25rem !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #00995D;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #00995d), color-stop(90%, #00995d));
    background-image: -webkit-linear-gradient(#00995d 20%, #00995d 90%);
    background-image: -moz-linear-gradient(#00995d 20%, #00995d 90%);
    background-image: -o-linear-gradient(#00995d 20%, #00995d 90%);
    background-image: linear-gradient(#00995d 20%, #00995d 90%);
    color: #fff;
}

/* Footer */

footer{
    background-image: url("../../img/portalunimed/bg3.png");
}

.container_footer{
    padding: 50px 0px 40px 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-image: url("../../img/portalunimed/bg3.png");
}

.container_footer ul li{
    /*color: #fff;*/
    list-style: none;
}

.container_footer ul li a{
    padding-left: 10px;
}

.container_footer ul li h3{
    /*color: #fff;*/
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

#scroll-to-top{
    border-radius: 10px 10px 0px 10px;
    bottom:80px !important;
}

/* Ajustes no rodapé */

.background_green h3{
    color: #fff;
}

.background_green ul li a{
    color: #fff;
}

.background_purple h3{
    color: #fff;
}

.background_purple ul li a{
    color: #fff;
}

.background_green2 h3{
    color: #fff;
}

.background_green2 ul li a{
    color: #fff;
}

.background_yellow2 ul li a:hover{
    color: #000;
}

.background_orange h3{
    color: #fff;
}

.background_orange ul li a{
    color: #fff;
}

.background_orange ul li a:hover{
    color: #fff;
}

.background_pink h3{
    color: #fff;
}

.background_pink ul li a{
    color: #fff;
}

.background_pink ul li a:hover{
    color: #fff;
}

.container_footer_aux_um{
    margin-top: 80px;
    margin-bottom: 80px;
}

.container_footer_aux_um h3{
    font-family: 'unimed_sansregular';
    font-size: 22px;
}

.container_footer_aux_um ul.redes_sociais {
    padding-left: 0px;
}

.container_footer_aux_um ul.redes_sociais li {
    list-style: none;
    display: inline;
    margin-right: 10px;
}

.container_footer_aux_um ul.redes_sociais li a{
    font-size: 22px;
    color: #000;
}

.container_footer_aux_um ul.redes_sociais li a:hover{
    color: #ED1651;
}

.container_footer_aux_um ul.app{
    padding-left: 0px;
}

.container_footer_aux_um ul.app li{
    list-style: none;
    display: inline;
    margin-right: 0px;
    padding: 0px;
}

.container_footer_aux_um ul.app li img{
    margin-bottom: 10px;
}

.container_footer_aux_dois ul.center_box{
    border-right: 1px solid #ccc;
}

.container_footer_aux_dois ul:nth-child(6){
    border-right: none;
}

.container_footer_aux_dois ul li {
    list-style: none;
}

.container_footer_aux_dois ul li a{
    color: #767676;
    font-size: 14px;
}

.corp{
    text-align: center;
}


.module_rodape{
    background-image: url("../../img/portalunimed/bg3.png");
    background-color: #eee;
    padding-top: 15px;
}

.module_rodape ul li a{
    font-weight: 500;
}

.logo_footer{
    //width: 90%;
    margin-bottom: 20px;
}

/* Eventos */

.modulo_eventos{
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px 10px 0px 10px;
    margin-bottom: 30px;
    /*height: 315px;*/
}

.modulo_eventos:hover{
    box-shadow: 5px 5px 10px #eee;
    background-image: url("../../img/portalunimed/bg3.png");
}

.modulo_eventos h2{
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: none;
    margin-top: 5px;
    margin-bottom: 14px;
}

.modulo_eventos img{
    margin-bottom: 10px;
    border-radius: 10px 10px 0px 10px;
    width: 100%;
}

.button_insc_eventos{
    font-weight: bold;
    font-size: 18px;
    background-color: #F47920;
    border: none;
    color: #fff;
}

.button_insc_eventos:hover{
    background-color: rgba(244, 121, 32, 0.85);
    color: #fff;
}

.div_info_eventos{
    display: none;
}

.card_eventos .card-header h2{
    font-family: 'unimed_slabregular';
}

.card_eventos h3{
    border-bottom: 1px solid #eee;
    font-size: 22px;
    margin-bottom: 10px;
}

.img_evento{
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 10px;
}

.select_turma{
    font-size: 20px;
    width: 250px;
    height: 50px !important;
    color: #717171;
    border-radius: 5px;

}

.module_info_eventos{
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 15px;
    box-shadow: 4px 4px 12px #eee;
    background-color: #fafafa;
    font-size: 18px;
}

.module_info_eventos img{
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.module_info_eventos p{
    font-size: 26px;
}

.btn_eventos{
    font-size: 18px;
}

#btn_submit_gestao{
    font-size: 22px;
}

/* SOBRE NEW */

.gestao{
    font-family: 'unimed_slabregular';
    font-weight: bold;
}


.diretoria_executiva h3{
    font-family: 'unimed_slabregular';
    font-weight: bold;
    font-size: 22px;
}


.diretoria_executiva h5{
    font-family: 'unimed_slabregular';
    font-size: 16px;
}


.missao_visao_valores{
    margin: 45px 0px;
    padding: 10px 0px 50px 0px;
    text-align: center;
}


.missao_visao_valores h2{
    font-family: 'unimed_slabregular';
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.missao_visao_valores a{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #B1D34B;
    border-radius: 25px;
    padding: 15px 25px;
}

.missao_visao_valores a i{
    color: #fff;
    margin-left: 10px;
}

.missao_visao_valores a i:hover{
    color: #fff;
}

.img_sobre{
    text-align: center;
    padding: 25px;
}

.img_sobre img{
    width: 150px;
}

.breadcrumb_head {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ffffffd1;
    border-radius: .25rem;
}

.back_banner_home{
    margin-bottom: 20px;
    padding: 30px 0px;
    background-image: url("../../img/portalunimed/bg3.png");
}

.back_banner{
    height: 411px;
    margin-bottom: 20px;
}

.back_banner_custom{
    height: 300px;
}

.back_banner_search{
    background: url("../../img/portalunimed/page_head/search.jpg") no-repeat;
    background-size: cover;
}

.back_banner_noticias_unimed_teresina{
    background: url("../../img/portalunimed/page_head/noticias_unimed_teresina_news.jpg") no-repeat;
    background-size: cover;
}

.back_banner_sobre{
    background: url("../../img/portalunimed/page_head/sobre_unimed.jpg") no-repeat;
    background-size: cover;
}

.back_banner_responsabilidade_social{
    background: url("../../img/portalunimed/page_head/responsabilidade_social.jpg") no-repeat;
    background-size: cover;
}

.back_banner_telefones_enderecos{
    background: url("../../img/portalunimed/page_head/telefones_enderecos.jpg") no-repeat;
    background-size: cover;
}

.back_banner_sistema_unimed{
    background: url("../../img/portalunimed/page_head/sistema_unimed.jpg") no-repeat;
    background-size: cover;
}

.back_banner_portal_governanca{
    background: url("../../img/portalunimed/page_head/portal_governanca.jpg") no-repeat;
    background-size: cover;
}

.back_banner_fale_conosco{
    background: url("../../img/portalunimed/page_head/contato.jpg") no-repeat;
    background-size: cover;
}

.back_banner_eventos{
    background: url("../../img/portalunimed/page_head/eventos.jpg") no-repeat;
    background-size: cover;
}

.back_banner_sistemas{
    background: url("../../img/portalunimed/page_head/sistemas_unimed.jpg") no-repeat;
    background-size: cover;
}

.back_banner_portal_tiss{
    background: url("../../img/portalunimed/page_head/portal_tiss.jpg") no-repeat;
    background-size: cover;
}

.back_banner_faq{
    background: url("../../img/portalunimed/page_head/faq.jpg") no-repeat;
    background-size: cover;
}

.back_banner_nas{
    background: url("../../img/portalunimed/page_head/nas.jpg") no-repeat;
    background-size: cover;
}

.back_banner_nas_apa{
    background: url("../../img/portalunimed/page_head/nas_avaliacao_pre_admissional.jpg") no-repeat;
    background-size: cover;
}

.back_banner_nas_ad{
    background: url("../../img/portalunimed/page_head/nas_assistencia_domiciliar.jpg") no-repeat;
    background-size: cover;
}

.back_banner_nas_mp{
    background: url("../../img/portalunimed/page_head/nas_medicina_preventiva.jpg") no-repeat;
    background-size: cover;
}

.back_banner_nas_imc{
    background: url("../../img/portalunimed/page_head/nas_imc.jpg") no-repeat;
    background-size: cover;
}

.back_banner_nas_fagerstrom{
    background: url("../../img/portalunimed/page_head/nas_fagerstrom.jpg") no-repeat;
    background-size: cover;
}

.back_banner_nas_framingham{
    background: url("../../img/portalunimed/page_head/nas_framingham.jpg") no-repeat;
    background-size: cover;
}

.back_banner_nas_plano_acao{
    background: url("../../img/portalunimed/page_head/plano_acao.jpg") no-repeat;
    background-size: cover;
}

.back_banner_viver_bem{
    background: url("../../img/portalunimed/page_head/viver_bem.jpg") no-repeat;
    background-size: cover;
}

.back_banner_espaco_ans{
    background: url("../../img/portalunimed/page_head/espaco_ans.jpg") no-repeat;
    background-size: cover;
}

.back_banner_reajuste_contratos{
    background: url("../../img/portalunimed/page_head/reajuste_contratos.jpg") no-repeat;
    background-size: cover;
}

.back_banner_clube_desconto{
    background: url("../../img/portalunimed/page_head/clube_desconto.jpg") no-repeat;
    background-size: cover;
}

.back_banner_substituicao_prestador{
    background: url("../../img/portalunimed/page_head/substituicao_prestador.jpg") no-repeat;
    background-size: cover;
}

.back_banner_central_vendas{
    background: url("../../img/portalunimed/page_head/central_vendas.jpg") no-repeat;
    background-size: cover;
}

.back_banner_missao_visao_valores{
    background: url("../../img/portalunimed/page_head/missao_visao_valores.jpg") no-repeat;
    background-size: cover;
}

.back_banner_palavras_presidente{
    background: url("../../img/portalunimed/page_head/palavras_presidente.jpg") no-repeat;
    background-size: cover;
}

.back_banner_termo_uso{
    background: url("../../img/portalunimed/page_head/sistemas_unimed.jpg") no-repeat;
    background-size: cover;
}

.back_banner_politica_editorial{
    background: url("../../img/portalunimed/page_head/sistemas_unimed.jpg") no-repeat;
    background-size: cover;
}

.back_banner_mapa_site{
    background: url("../../img/portalunimed/page_head/mapa_site.jpg") no-repeat;
    background-size: cover;
}

.back_banner_sobre_hosp_primavera{
    background: url("../../img/portalunimed/page_head/hospitais/hosp_primavera_institucional.jpg") no-repeat;
    background-size: cover;
}

.back_banner_hosp_primavera{
    background: url("../../img/portalunimed/page_head/hospitais/hosp_primavera_institucional.jpg") no-repeat;
    background-size: cover;
}

.back_banner_centro_cirurgico{
    background: url("../../img/portalunimed/page_head/hospitais/centro_cirurgico.jpg") no-repeat;
    background-size: cover;
}

.back_banner_pronto_atendimento{
    background: url("../../img/portalunimed/page_head/hospitais/pronto_atendimento.jpg") no-repeat;
    background-size: cover;
}

.back_banner_atendimento_ambulatorial{
    background: url("../../img/portalunimed/page_head/hospitais/atendimento_ambulatorial.jpg") no-repeat;
    background-size: cover;
}

.back_banner_oncologia{
    background: url("../../img/portalunimed/page_head/hospitais/oncologia.jpg") no-repeat;
    background-size: cover;
}

.back_banner_hermodinamica{
    background: url("../../img/portalunimed/page_head/hospitais/hermodinamica.jpg") no-repeat;
    background-size: cover;
}

.back_banner_exames_imagem{
    background: url("../../img/portalunimed/page_head/hospitais/exames_imagem.jpg") no-repeat;
    background-size: cover;
}

.back_banner_exames_laboratorial{
    background: url("../../img/portalunimed/page_head/hospitais/exame_laboratorial.jpg") no-repeat;
    background-size: cover;
}

.back_banner_internacao{
    background: url("../../img/portalunimed/page_head/hospitais/internacao.jpg") no-repeat;
    background-size: cover;
}

.back_banner_pediatria{
    background: url("../../img/portalunimed/page_head/hospitais/pediatria.jpg") no-repeat;
    background-size: cover;
}

.back_banner_diagnotico_terapeutico{
    background: url("../../img/portalunimed/page_head/hospitais/diagnostico_terapeutico.jpg") no-repeat;
    background-size: cover;
}

.back_banner_obstetricia{
    background: url("../../img/portalunimed/page_head/hospitais/obstetricia.jpg") no-repeat;
    background-size: cover;
}

.back_banner_horario_visitas{
    background: url("../../img/portalunimed/page_head/hospitais/horario_visitas.jpg") no-repeat;
    background-size: cover;
}

.back_banner_urgencia_emergencia{
    background: url("../../img/portalunimed/page_head/hospitais/urgencia_emergencia.jpg") no-repeat;
    background-size: cover;
}

.back_banner_urgencia_emergencia{
    background: url("../../img/portalunimed/page_head/hospitais/urgencia_emergencia.jpg") no-repeat;
    background-size: cover;
}

.back_banner_em_desenvolvimento{
    background-color: #000;
    position: relative;

}

.back_banner_em_desenvolvimento::before{
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../../img/portalunimed/page_head/em_desenvolvimento.jpg") no-repeat;
    background-size: cover;
    opacity: 0.4;
}

/* Hospital Ilhotas */

.conteudo_head{
    position: absolute;
    top: 10%;
    bottom: 10%;
    /*left: 5%;*/
    /*right: 10%;*/
    margin: 2% 0;
}

.conteudo_head h2{
    font-family: 'unimed_slabregular';
    font-weight: bold;
    font-size: 2.8em;
    color: #fff;
    //text-shadow: 2px 2px 8px #000;
}

.page_interna_sobre h2{
    /*font-family: 'unimed_slabextrabold';*/
    font-family: 'unimed_slabregular';
    color: #00995D;
    font-weight: bold;
    //margin-top: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.row-nav{
    margin-top: -45px;
    margin-bottom: 30px;
}

.background_green4{
    background-color: #0A5F55;
}
.background_green4:hover{
    background-color: #0A5F55
}

.background_green4 .data-dia{
    background-color: #0A5F55;
}

.background_green4 .data-mes{
    background-color: #043a33;
}

.background_green4 .data-mes:after{
    border-color: #0A5F55  transparent transparent #0A5F55;
}

.nav-background_purple2{
    background-color: #411564;
    margin-left: -15px;
    margin-right: -15px;
}

.nav-background_purple2:hover{
    background-color: #2E104A;
}

.background_purple2 .data-dia{
    background-color: #501e82;
}

.background_purple2 .data-mes{
    background-color: #331752;
}

.background_purple2 .data-mes:after{
    border-color: #411564 transparent transparent #411564;
}


.nav-background_purple{
    background-color: #A3238E;
    margin-left: -15px;
    margin-right: -15px;
}
.nav-background_purple:hover{
    background-color: #7e1e6b;
}
.background_purple .data-dia{
    background-color: #8c1c7d;
}

.background_purple .data-mes{
    background-color: #671659;
}

.background_purple .data-mes:after{
    border-color: #8c1c7d transparent transparent #8c1c7d;
}



.nav-background_pink{
    background-color: #ED1651;
    margin-left: -15px;
    margin-right: -15px;
}
.nav-background_pink:hover{
    background-color: #ba1442;
}
.background_pink .data-dia{
    background-color: #ce063d;
}

.background_pink .data-mes{
    background-color: #a40d39;
}

.background_pink .data-mes:after{
    border-color: #ce063d transparent transparent #ce063d;
}



.nav-background_orange{
    background-color: #F47920;
    margin-left: -15px;
    margin-right: -15px;
}
.nav-background_orange:hover{
    background-color: #c4621a;
}
.background_orange .data-dia{
    background-color: #e1711f;
}

.background_orange .data-mes{
    background-color: #c75a00;
}

.background_orange .data-mes:after{
    border-color: #e1711f transparent transparent #e1711f;
}


.nav-background_yellow{
    background-color: #FFCB08;
    margin-left: -15px;
    margin-right: -15px;
}
.nav-background_yellow:hover{
    background-color: #d0a508;
}
.background_yellow .data-dia{
    background-color: #edb707;
}

.background_yellow .data-mes{
    background-color: #d0a609;
}

.background_yellow .data-mes:after{
    border-color: #edb707 transparent transparent #edb707;
}


.nav-background_green{
    background-color: #00995D;
    margin-left: -15px;
    margin-right: -15px;
}
.nav-background_green:hover{
    background-color: #007a48;
}
.background_green .data-dia{
    background-color: #00af69;
}

.background_green .data-mes{
    background-color: #006941;
}

.background_green .data-mes:after{
    border-color: #00af69 transparent transparent #00af69;
}


.nav_auxiliar{
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.row-nav .active_nav{
    border-bottom: 3px solid #000;
}

/* Sobre */

.mapa iframe{
    pointer-events: none;
}

.img_empresa{
    border-radius: 10px 10px 0px 10px;
    box-shadow: 5px 5px 5px #eee;
    margin-bottom: 12px;
    margin-top: 0px !important;
}

.sub_title{
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.header_estrutura{
    font-weight: bold;
    font-size: 22px;
    cursor: default;
    line-height: 28px;
}

.div_info_sobre_empresa{
    background-color: #eee;
    //border: 1px solid #ccc;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 10px 10px 0px 10px;
    background-image: url("../../img/portalunimed/bg3.png");
}

.div_info_sobre_empresa h4{
    font-family: 'unimed_slabregular';
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px;
}

.div_info_especialidades{
    width: 95%;
    height: 80px;
    border: 1px solid #eee;
    margin: 15px;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 10px 10px 0px 10px;
    background-image: url("../../img/portalunimed/bg3.png");
    box-shadow: 5px 5px 10px #eee !important;
}

.div_info_especialidades label{
    font-family: 'unimed_slabregular';
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.img_pronto_atendimento{
    margin-bottom: 20px;
}

.img_centro_pediatrico{
    margin-top: 20px;
    margin-bottom: 20px;
}

.album_foto{
    margin-bottom: 30px;
}

.album_foto img{
    border-radius: 8px 8px 0px 8px;
}

.title_album{
    font-family: 'unimed_slabregular';
    border-bottom: 1px solid #eee;

}



/* Institucional */

.head_sobre_hospital{
    margin-top: 5px;
    margin-bottom: 10px;
}

.service{
    padding: 20px;
    margin: 10px 0px 10px 0px;
    text-align: center;
    border-radius: 8px 8px 0px 8px;
    background-color: #00995D;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 100% !important;
}

.service:hover {
    background-image: url(../../img/portalunimed/bg3.png);
    cursor: pointer;
}


.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    background-color: #00995d;
    border-radius: 8px 8px 0px 8px;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link{
    background-color: #eee;
    margin: 5px 10px 5px 0px;
}


.img_diretoria{
    border-radius: 10px 10px 0px 10px;
}


.diretoria{
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.diretoria h3{
    margin-bottom: 15px;
}


.modal_title_custom{
    font-size: 22px;
}

.btn_mensagem_medico{
    background-color: #00995D;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px 8px 0px 8px;
    width: 100%;
    border: none;
}


.btn_mensagem_medico:hover{
    background-image: url(../../img/portalunimed/bg3.png);
    cursor: pointer;
    background-color: #00995D;
}


.btn_enviar_msn_diretoria{
    border: none;
}


/* Horário de Visitas */

.div_horario_visitas{
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px 10px 0px 10px;
    background-image: url("../../img/portalunimed/bg3.png");
    min-height: 330px;
    margin-bottom: 20px;
}

.div_horario_visitas:hover{
    box-shadow: 5px 5px 10px #eee;

}

.horario_visitas h4{
    font-family: 'unimed_slabregular';
    font-weight: bold;
}

.horario_visitas p{
    font-size: 24px;
}

.horario_visitas_info{
     display: block;
     font-size: 18px;
}

.cursor_default{
    cursor: default;
}

.label_horario_visitas{
    margin-bottom: 40px;
}

.img_horario_visitas{
    text-align: center;
    //margin-bottom: 40px;
}

.card-block {
    //min-height: 200px;
}

.card-header {
    //min-height: 85px;
}

.horario_visitas_list h3{
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3c3c3c;
    text-align: center;
    padding-top: 31px;
}

.horario_visitas_list span{
    width: 100%;
    text-align: center;
    font-size: 22px;
    text-align: center !important;
    color: #00995D;
    padding-bottom: 25px;
}


/* Informações Importantes */


.img_info_importantes img{
    width: 25%;
}


.media-body-custom{
    padding-top: 23px;
}


/* Lista de Ramais */

.table_ramais{
    border: 1px solid #eee;
    box-shadow: 5px 5px 10px #eee;
}

.table_ramais tr td{
    //font-family: 'unimed_slabregular';
    font-size: 18px;
}

/* Corpo Clínico */

.input_buscar_corpo_clinico{
    background-image: url(../../img/portalunimed/icons/searchicon.png);
    background-position: 10px 9px;
    background-repeat: no-repeat;
    border-radius: 8px 8px 0px 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 12px 20px 10px 42px;
    font-size: 16px;
    color: #ccc;
    box-shadow: 0px 5px 10px #eee;
}

.head_table{
    font-size: 20px;
    background-color: #eceeef;
    font-family: 'unimed_slabregular' !important;
}

.legend_head{
    border-bottom: 1px solid #eee;
    font-size: 12px;
    //background-color: #00995D;
    font-family: 'unimed_slabregular' !important;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.crm{
    font-size: 12px;
    color: #9a9a9a;
    font-weight: bold;
    margin-left: 8px;
    background-color: #00995D;
    color: #fff;
    padding: 5px;
    border-radius: 5px 5px 0px 5px;
}

/* Palavra do presidente */

p.assinatura_presidente{
    font-style: italic;
    text-align: right !important;
    margin-top: 50px;
}

.img_presidente{
    box-shadow: 5px 5px 10px #eee;
}

.font_size{
    //margin-top: 55px;
}


/* Links Rodapé */

.link_rodape{
    color: #000;
    text-decoration: none;
}

.link_rodape:hover{
    color: #00995D;
    text-decoration: underline;
}


/* Mapa do site */

.bg_mapa{
    min-height: 250px;
    background: url("../../img/portalunimed/mapa_site.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg_mapa h2{
    font-family: 'unimed_slabextrabold';
    color: #fff;
    border-bottom: none;
    font-size: 60px;
    position: relative;
    top:80px;
    line-height: 60px;
}


.container_mapasite{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.mapasite{
    padding-left: 0px;
    margin-left: 0px;
}

.mapasite li{
    list-style: none;
}

.mapasite li h3{
    padding: 5px;
    font-size: 24px;
    color: #00995D;
    font-weight: bold;
    border-bottom: 1px solid #00995D;
}

.mapasite li ul li{
    list-style: none;
    margin-left: -10px;
    padding: 5px 0px;
    color: #000;
    font-size: 15px;
    font-weight: normal;
}

ul.mapasite a:hover{
    color: #000;
}


/* Termo de Uso */

.bg_termo_uso{
    min-height: 250px;
    background: url("../../img/portalunimed/termo_uso.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg_termo_uso h2{
    font-family: 'unimed_slabextrabold';
    color: #fff;
    border-bottom: none;
    font-size: 60px;
    position: relative;
    top:80px;
    line-height: 60px;
}

ul.termo_uso{
    padding-left: 0px;
}

ul.termo_uso li{
    list-style: none;
    margin: 15px;
    margin-left: 0px;
}

/* Política Editorial */

.bg_politica_editorial{
    min-height: 250px;
    background: url("../../img/portalunimed/politica_editorial.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg_politica_editorial h2{
    font-family: 'unimed_slabextrabold';
    color: #fff;
    border-bottom: none;
    font-size: 60px;
    position: relative;
    top:80px;
    line-height: 60px;
}


ul.politica_editorial li{
    list-style: square;
    line-height: 26px;
    font-size: 17px;
}


/* Política de Privacidade */

.bg_politica_privacidade{
    min-height: 250px;
    background: url("../../img/portalunimed/politica_privacidade.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg_politica_privacidade h2{
    font-family: 'unimed_slabextrabold';
    color: #fff;
    border-bottom: none;
    font-size: 60px;
    position: relative;
    top:80px;
    line-height: 60px;
}


ul.politica_privacidade li{
    list-style: square;
    line-height: 26px;
    font-size: 17px;
}


/* Custom sistema de cores Unimed*/

.slide-out-div {
    padding: 20px;
    width: 250px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 999;
    position: fixed !important;
    border-radius: 0px 0px 10px 0px;
    background-image: url("../../img/portalunimed/bg3.png");
}

.slide-out-div h5{
    font-size: 16px;
    border-bottom: 1px dotted #929292;
    padding-bottom: 5px;

}

.slide-out-div a{
    top: -1px !important;
    right: -56px !important;
}


.div_inline{
    display: inline-block;
    margin: 5px 0px;
}

.div_color{
    width: 30px;
    height: 30px;
    float: left;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #eee;
    position: relative;
    display: inline-block;
}

.div_color:hover{
    border: 2px solid #000;
}


/* Hint */

.div_color .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}

.div_color .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.div_color:hover .tooltiptext {
    visibility: visible;
}


/* Fale Conosco */

.fale_conosco{
    background: url("../../img/portalunimed/contato.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0px;
}

.inner-addon {
    position: relative;
}

.inner-addon .fa {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.left-addon .fa  { left:  2px; top: 5px; color: #939393; font-size: 20px;}
.right-addon .fa { right: 0px;}

.left-addon input  { padding-left:  40px; }
.left-addon textarea  { padding-left:  30px; }

.right-addon input { padding-right: 30px; }


#inputNome, #inputEmail, #inputTelefone{
    height: 50px;
    font-size: 18px;
    padding-top: 12px;
}

#inputMensagem{
    height: 120px;
    font-size: 18px;
    padding-left: 35px;
    padding-top: 12px;
}

.btn_send_email{
    border-radius: 0px;
    padding: 15px;
    //margin-top: 10px;
    background-color: #B1D34B;
    border: none;
    color: #00401A;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px 10px 0px 10px;

}

.btn_send_email:hover{
    background-color: #F47920;
    color: #fff;
}

.alerta-contato .close {
    color: #00995D;
    margin-top: -6px;
}

.container_outros_contatos{
    background-color: #f8f8f8;
    background-image: url("../../img/portalunimed/bg3.png");
    padding-top: 20px;
    padding-bottom: 40px;
}

.outros_canais{
    font-size: 28px !important;
}


/* PÁGINA DE ERRO */

.title_desenvolvimento{
    margin: 30px 0px;
    padding: 30px;
}

h3.title_desenvolvimento{
    font-family: 'unimed_slabextrabold';
    font-size: 80px;
    border-bottom: 1px solid #eee;
}

.img_desenvolvimento{
    text-align: center;
}

.img_desenvolvimento img{
    width: 80px;
    margin: 10px;
}


/* Página de Notícias NAS */

.data-grande{
    position: absolute;
    top: 20px;
    left: 45px;
    width: 64px;
}

.data-dia{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 8px 20px;
}

.data-mes{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    text-transform: uppercase;
    text-align: center;
}

.data-mes:after {
    border-style: solid;
    content: "";
    position: absolute;
    border-width: 0 0 27px 30px;
    height: 0;
    margin-top: 22px;
    top: 64px;
    left: 34px;
}

.div_box_news{
    height: 337px;
    margin-bottom: 10px;
}

.div_box_news img{
    width: 337px;
    height: 337px;
    margin-bottom: 10px;
}

.div_box_news_mobile{
    height: 220px;
    margin-bottom: 20px;
}

.div_box_news_mobile img{
    height: 220px;
    float: left;
    margin-right: 20px;
}

.div_box_news h2{
    margin: 30px 30px 30px 0px;
    font-family: 'unimed_slabextrabold';
    color: #fff;
}

.div_box_news_mobile h2{
    padding: 10px 10px 0px 10px;
    font-family: 'unimed_slabextrabold';
    font-size: 25px;
    color: #fff;
}

.div_box_news p{
    margin: 30px 30px 30px 0px;
    font-family: 'unimed_sansregular';
    color: #fff;
}

.div_box_news_mobile p{
    padding: 0px 20px 0px 10px;
    font-family: 'unimed_sansregular';
    color: #fff;
}

.btn_continue_lendo{
    background-color: #eee;
    padding: 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    //margin-left: 10px;
}

.btn_continue_lendo:hover{
    color: #000;
    background-color: #ccc;
}

.btn_continue_lendo i{
    font-size: 18px;
    position: relative;
    top: 2px;
}

.form_newsletter{
    border: 1px solid #ccc;
    padding: 30px 45px;
    border: 3px solid #ccc;
}

.form_newsletter h2{
    font-family: 'unimed_slabextrabold';
    font-size: 28px;
}

.form_newsletter label{
    display: block;
    font-size: 18px;
    margin-top: 10px;
}

.form_newsletter input{
    display: block;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}


.form_newsletter button{
    border: none;
    border-radius: 20px;
    margin: 20px auto;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    font-weight: bold;
}

.form_newsletter button:hover{
    background-color: #06312b !important;
}

.conteudo_nas{
    margin-top: 20px;
    text-align: center;
}


/* Planos de Ação */

.table_planos_acao tr{
    //font-size: 14px;
}


/* Categoria de notícias vazia */

.cat_null{
    margin-top: 30px;
}

.cat_null i{
    font-size: 118px;
    color: #ccc;
}
.cat_null h1{
    font-family: 'unimed_slabextrabold';
    color: #ccc;
    font-size: 42px;
    line-height: 40px;
}

/* Módulo Veja Mais */

.modulo_veja_mais{
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 20px;
}

.modulo_veja_mais .head{
    background-color: #00995D;
    padding: 10px;
}

.modulo_veja_mais .head h3{
    color: #fff;
    font-family: 'unimed_slabregular';
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

.modulo_veja_mais .head h3 span{
    color: #fff;
    font-family: 'unimed_slabextrabold';
    font-size: 20px;
    font-weight: bold !important;
}

.modulo_veja_mais .content{
    padding-top: 10px;
}

.modulo_veja_mais .content ul li{
    list-style: none;
    padding-top: 10px;
}

.modulo_veja_mais .content ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.modulo_veja_mais .content ul li a:hover{
    text-decoration: underline;
    color: #000;
}


/* Chat Custom */

#lz_chat_overlay_main{
    background-color: #f47920 !important;
    border-radius: 0px !important;
}

#lz_chat_overlay_text{
    background-color: #f47920 !important;
    text-shadow: none !important;
    height: auto !important;
    font-family: 'unimed_slabregular' !important;
}

#lz_chat_data_form_header_text{
    font-family: 'unimed_slabregular' !important;
    font-size: 16px;
}

table#lz_group_selection_box tbody tr td strong{
    font-family: 'unimed_slabregular' !important;
}

.lz_form_base{
    font-family: 'unimed_slabregular' !important;
}

#lz_overlay_chat{
    border-radius: 0px !important;
}

.lz_overlay_chat_gradient{
    background-color: #f47920 !important;
}

.lz_overlay_chat_gradient #lz_chat_overlay_text{
    font-family: 'unimed_slabregular' !important;
}

#lz_chat_overlay_data_form_ok_button{
    font-family: 'unimed_slabregular' !important;
    text-transform: uppercase;
    background-color: #00a65a;
    border: none;
    padding: 10px;
}

#lz_chat_apa a{
    display: none !important;
}

#lz_chat_apa::before{
    content: "POSSO AJUDAR?" !important;
    font-family: 'unimed_slabregular' !important;
    text-shadow: none !important;
    font-size: 16px;
}

#lz_chat_overlay_icon{
    border: none !important;
}

#lz_overlay_eyecatcher_close{
    font-size: 18px !important;
}

#lz_overlay_eyecatcher *{
    font-family: 'unimed_slabregular' !important;
}

#lz_chat_data_form{
    background-image: url("../../img/portalunimed/background.png") !important;
    background-size: cover !important;
    background-position: center !important;
}

#lz_chat_content_box{
    background-image: url("../../img/portalunimed/background.png") !important;
    background-size: cover !important;
    background-position: center !important;
}

#lz_form_groups{
    background-color: #fff !important;
}

#lz_overlay_eyecatcher_bubble{
    z-index: 10002 !important;
    background-color: #00995D !important;
    border-radius: 10px 10px 0px 0px;
}

#lz_ec_header_text{
    padding-left: 7px !important;
    color: #fff !important;
}

#lz_ec_sub_header_text{
    padding-left: 7px !important;
    height: 60px !important;
    color: #fff !important;
    height: 100px !important;
    line-height: 20px !important;
}

span#lz_overlay_eyecatcher_close{
    color: transparent !important;
}

span#lz_overlay_eyecatcher_close::before{
    position: absolute !important;
    top: 4px !important;
    left: -6px !important;
    content:url('../../img/portalunimed/icons/close.png');
    opacity: 0.5;
}

span#lz_overlay_eyecatcher_close:hover{
    background-color: transparent !important;
    color: transparent !important;
}


/* Quando os avatares estiverem regulariados substituir por este trecho */

/*#lz_overlay_eyecatcher_avatar{*/
    /*border: 3px solid #fff !important;*/
    /*background-size: cover !important;*/
/*}*/


/* Enquanto os avatares não estão regularizados */

#lz_overlay_eyecatcher_avatar{
    border: 3px solid #fff !important;
    background: url('../../img/portalunimed/avatar.png') center center !important;
    background-size: cover !important;
}

/* Assinatura Tecnologia */

.assinatura_ti{
    font-family: 'unimed_slabregular' !important;
    padding: 5px;
    background-color: #000;
    color: #fff;
    text-align: center;
}


/* Menu acesso aberto */

#menu_acesso:hover{
    animation: none;
}


/* Página OffLine*/

.container_box_offline{
    text-align: center;
    padding: 45px 0px;
}

.container_box_offline i{
    font-size: 92px;
    color: #fff;
}

.container_box_offline h2{
    border-bottom: none;
    font-size: 34px;
    color: #fff;
}

/* Teste de Fagerstom */

ul.list_number{
    padding-left: 0px;
    margin: 15px;
    list-style: none;
}

.p_title{
    font-family: 'unimed_slabregular';
    font-size: 18px;
    margin: 0px 0px 30px 0px;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.step-tab-panel p{
    margin-bottom: 10px;
}

.question_tabagistmo{
    font-family: 'unimed_slabregular';
    font-size: 18px;
    margin: 20px 0px;
    text-align: left;
}


.result_fagerstrom{
    border: 1px solid #eee;
    padding: 20px;
    background-color: #eeeeee8c;
    background-image: url("../../img/portalunimed/bg3.png");
    text-align: center;
    border-radius: 10px;
    margin: 10px;
}

.result_fagerstrom h4{
    font-family: 'unimed_slabregular';
    margin-bottom: 30px;
}

.mbaixa_display, .baixa_display, .media_display, .elevada_display, .melevada_display{
    font-family: 'unimed_slabregular';
    margin-top: 25px;
}

ul.mbaixa li.mbaixa,ul.baixa li.baixa,ul.media li.media,ul.elevada li.elevada, ul.melevada li.melevada, ul.normal li.normal, ul.alterada li.alterada, ul.diminuida li.diminuida, ul.diabete li.diabete {
    background-color: #00995d;
    color: #fff;
    padding: 5px;
}

.step-tab-panel ul li {
    list-style: none;
}

.step-app > .step-steps > li.active a {
    font-family: 'unimed_slabextrabold';
    background-color: #00995d;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.step-app > .step-steps > li > a {
    font-family: 'unimed_slabextrabold';
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.step-app > .step-content{
    border: none !important;
}

.step-app > .step-footer{
    margin-top: 0px !important;
}

ul#dependencia{
    padding: 5px;
    list-style: none;
}

.btn_calcular_dependencia{
    background-color: #00995D;
    border: none;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 1.25rem;
    border-radius: .3rem;
    margin: 35px 0px;
}


/* Cálculo do IMC */

.modulo_veja_mais fieldset{
    margin: 15px;
}

#div_result{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

#num_resultado h3 {
    border: 5px solid #eee;
    padding: 10px;
    border-radius: 5px;
    background-color: #eeeeee82;
    margin: 15px 15px 30px 15px;
}


.btn_calcular_imc{
    background-color: #00995d;
    border-radius: 5px;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.btn_reset_imc{
    background-color: #eee;
    border-radius: 5px;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.tabela_imc{
    margin: 15px;
}

.tabela_imc table thead{
    background-color: #f47920;
    color: #fff;
}

.tabela_imc h1{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

/* Escore de Framingham */

.form_container{
    border: 1px solid #cccccc42;
    padding: 30px;
    border-radius: 10px;
}

.nav-tabs-custom{
    border: none;
}

.nav-link-custom{
    cursor: default;
    font-size: 22px;
    font-weight: bold;
    background-image: url("../../img/portalunimed/bg3.png");
}

.tab-content-custom>.active {
    padding: 15px;
    border: 1px solid #ddd;
    background-image: url("../../img/portalunimed/bg3.png");
}


.btn_calc_framingham{
    background-color: #00995d;
    border-radius: 5px;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.btn_calc_framingham:hover{
    background-color: #00995d;
}

.btn_reset_framingham{
    background-color: #eee;
    border-radius: 5px;
    color: #000;
    border: none;
    padding: 10px;
    cursor: pointer;
}

/* Plano de Ação */

.card-custom{
    width: 100%;
    min-height: 400px;
}

.card-body-custom{
    padding: 15px;
}

.card-custom .card-img-top{
    border-radius: 10px 10px 0px 0px;
}

h5.card-title-custom{
    margin: -10px 0px 15px 0px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}



/* Viver Bem 2 */


.btn-success_custom{
    background-color: #00995d;
    border: 1px solid #00995d;
}

.btn-success_custom:hover{
    background-color: #007849;
    border: 1px solid #007849;
}

.back_viver_bem{
    background-color: #00995d;
    padding: 45px 0px;
    position: relative;
    text-align: center;
}

.back_viver_bem:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../../img/portalunimed/page_head/viver_bem.jpg") no-repeat;
    background-size: cover;
    opacity: 0.1;
}

.back_viver_bem h2{
    font-family: 'unimed_slabextrabold';
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.back_viver_bem p{
    text-align: center;
    color: #fff;
    font-size: 24px;
}


.btn-custom_tranparent{
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.btn-custom_tranparent:visited{
    color: #fff;
}

.btn-custom_tranparent:active{
    color: #fff;
}

.btn-custom_tranparent:hover{
    color: #000;
    background-color: #fff;
}

/* Link Cartilha */

.cartilha{
    border: 1px solid #F47920;
    padding: 20px;
    border-radius: 15px 15px 0px 15px;
    background-color: transparent;
    color: #F47920;
    font-weight: bold;
    text-transform: uppercase;
}

.cartilha:hover{
    background-color: #F47920;
    color: #fff;
}


/* Abertura Protocolo site */

.btn_open_protocol{
    background-color: #00995d;
    background-image: url("../../img/portalunimed/bg3.png");
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-family: 'unimed_slablight';
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    margin: 5px;

    position: relative;
    overflow: hidden;
}

/*.btn_open_protocol::after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: -50%;*/
    /*right: -40%;*/
    /*bottom: -50%;*/
    /*left: -50%;*/
    /*background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));*/
    /*transform: rotateZ(60deg) translate(-5em, 7.5em);*/
/*}*/

/*.btn_open_protocol:hover::after, .btn_open_protocol:focus::after {*/
    /*animation: sheen 1s forwards;*/
/*}*/

/*@keyframes sheen {*/
    /*100% {*/
        /*transform: rotateZ(60deg) translate(1em, -9em);*/
    /*}*/
/*}*/

/* Custom input file */

.btn-file {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #F47920 !important;
    border: 1px solid #F47920 !important;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
ul#viewFilesToUpload{
    margin-left: 0px;
    padding-left: 0px;
    overflow-y: scroll;
    max-height: 150px;
}
ul#viewFilesToUpload li{
    list-style: none;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 10px;
    border-bottom: 1px solid #fff;
    margin: 10px 0px;
    font-size: 18px;
    border-radius: 5px;
}
#removeFile {
    font-weight: 500;
    font-size: 24px;
}
ul.files_upload{
    margin: 10px;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 10px 40px;
    border-radius: 5px;
}
ul.files_upload li{
    font-size: 14px;
    list-style: none;
}

ul.files_upload li a{
    color: #31708f;
    font-weight: bold;
}

/* Inputs SELECT2 */

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 5px 0px 0px 5px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 35px;
    border-radius: 0px !important;
    border: 1px solid #ccc !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.sw-theme-arrows>ul.step-anchor{
    background-image: url("../../img/portalunimed/bg3.png") !important;
}

.js-example-basic-single{
    border: 1px solid #ccc;
    height: 35px;
}

#smartwizard textarea{
    height: 100px !important;
}

/* BREAKPOINTS para prints */

@media print {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }

    .box_data{
        page-break-inside:avoid;
    }

    .btn_print{
        display: none;
    }
}

/* Página de Denúncia */

.link_protocolo{
    color: #0b7c71;
    font-weight: bold;
    text-decoration: none;
}


.link_protocolo:hover{
    color: #0b7c71;
    text-decoration: underline;
}

.alert_denuncia{
    margin-top: 10px;
}


.alert_denuncia b{
    padding: 10px !important;
}

#form_denuncia{
    //background: #f8f8f8;
    padding: 10px;
    //border: 1px solid #ddd;
}

/* Atendimento COVID */

.atendimento_covid{
    margin-top: 12px;
    margin-bottom: 12px;
}

.atendimento_covid .btn_atendimento_covid{
    padding: 15px 8px;
    background-color: #de532a;
    border-radius: 5px;
    color: #fff;
    /*box-shadow: 0px 2px 24px rgba(222,83,93,0.36);*/
    text-decoration: none;
    font-size: 14px;
}


/* BREAKPOINTS Gerais */

@media (max-width: 319px) {

    body{
        margin-top: 0px;
    }

    .fixed-top{
        position: relative;
    }

    .slidingDiv{
        position: relative !important;
    }

    .lupa {
        top: 28px;
        right: 25px;
    }

    .navbar-brand {
         margin-left: 0px;
    }

    .navbar-brand img{
        width: 65%;
    }

    .nav-item-mobile{
        display: block;
    }

    .nav-item-desktop{
        display: none;
    }

    .navbar-light .navbar-toggler {
        margin-top: 25px;
    }

    .menu .border_right {
        display: none;
    }

    .nav-item{
        //padding: 10px !important;
    }

    .navbar-nav .nav-link {
        padding: 14px !important;
        font-size: 18px;
    }

    .nav_menu{
        display: none;
    }

    .navbar-light .navbar-nav .nav-link{
        font-size: 18px;
        padding: 10px;
    }

    .icon_search{
        display: none;
    }

    .icon_search_mobile{
        display: inline-block;
    }

    .div_search{
        width: 100%;
        margin: 0 auto;
    }

    .module{
        margin-bottom: 25px;
    }

    .module p{
        font-size: 16px;
    }

    .module h3{
        font-size: 18px;
    }

    /*.modules_row_primario {*/
        /*margin-top: 0px;*/
    /*}*/

    .news{
        padding: 20px;
        margin-bottom: 20px;
    }

    .news h3 {
        margin-top: 10px;
    }

    .noticia_destaque h3 {
        margin-top: 10px;
    }


    .container_footer_aux_um{
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .container_footer_aux_dois ul.center_box{
        border-right: none;
    }

    .corp{
        text-align: left;
    }

    .page_login_title h2{
        font-size: 35px;
    }

    .div_revendas_mobile{
        display: block;
    }

    .div_revendas_desktop{
        display: none;
    }

    .clube_img img{
        width: 40%;
    }

    .container_footer_aux_um ul.redes_sociais{
        padding-left: 0px;
    }

    .social_network {
        margin-top: 20px;
        padding-left: 0px;
    }

    .menu_login {
        margin-top: -25px;
    }

    .funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
        font-size: 14px;
    }

    .input_beneficiario{
        margin: 5px 0px;
    }

    .body_organograma{
        font-size: 23px;
    }

    .logo_footer{
        width: 90%;
        margin-bottom: 0px;
    }

    .default_news img{
        width: 100% !important;
    }


    .logo_planos{
        border: none;
    }

    .linha_servicos{
        margin-bottom: 25px;
    }

    .module_line{
        margin-top: 0px;
    }

    .head_table{
        font-size: 15px;
    }

    .body_table{
        font-size: 12px;
    }

    .font_size{
        margin-top: 15px;
    }

    .show_br{
        display: none;
    }

    .module_funcionamento p{
        font-size: 14px;
    }

    .table_ramais tr td {
        font-size: 15px;
    }

    .store {
        top: -135%;
    }

    .media-body-custom{
        padding-top: 0px;
    }

    img.banner_rotate_hospital{
        //height: 170px;
    }

    .modulo_eventos{
        height: auto;

    }
    .box_mobile{
        display: block;
    }

    .box_desktop{
        display: none;
    }

    .div_box_news_mobile{
        height: auto;
        padding: 30px;
    }

    .div_box_news_mobile h2{
        margin-top: -20px;
    }

    .div_box_news_mobile img{
        display: none;
    }

    .data-grande {
        position: absolute;
        top: 46px;
        right: 16px;
        left: auto;
    }

    .assinatura_noticia .dados_autor{
        margin-left: 0px;
    }

    .div_message_contato_anonimo img{
        top: -5px !important;
        width: 150px !important;
        left: 50%;
        transform: translate(-50%);
    }

}
@media (min-width: 320px) and (max-width: 480px) {

    body{
        margin-top: 0px;
    }

    .fixed-top{
        position: relative;
    }

    .slidingDiv{
        position: relative !important;
    }

    .lupa {
        top: 27px;
        right: 25px;
    }

    .navbar-brand {
        margin-left: 0px;
    }

    .navbar-brand img{
        width: 55%;
    }

    .nav_menu{
        display: none;
    }

    .nav-item-mobile{
        display: block;
    }

    .nav-item-desktop{
        display: none;
    }

    .navbar-light .navbar-toggler {
        margin-top: 25px;
    }

    .navbar-light .navbar-nav .nav-link{
        font-size: 18px;
        padding: 10px;
    }

    .menu .border_right {
        display: none;
    }

    .nav-item{
        //padding: 10px !important;
    }

    .nav_menu{
        display: none;
    }

    .icon_search{
        display: none;
    }

    .icon_search_mobile{
        display: inline-block;
    }

    .div_search{
        width: 100%;
        margin: 0 auto;
    }

    .news{
        padding: 20px;
        margin-bottom: 20px;
    }

    .news h3 {
        margin-top: 10px;
    }

    .noticia_destaque h3 {
        margin-top: 10px;
    }

    .module{
        margin-bottom: 25px;
    }

    .module p{
        font-size: 16px;
    }

    .module h3{
        font-size: 22px;
    }

    /*.modules_row_primario {*/
        /*margin-top: 0px;*/
    /*}*/

    .container_footer_aux_um{
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .container_footer_aux_dois ul.center_box{
        border-right: none;
    }

    .corp{
        text-align: left;
    }

    .page_login_title h2{
        font-size: 35px;
    }

    .div_revendas_mobile{
        display: block;
    }

    .div_revendas_desktop{
        display: none;
    }

    .sw-theme-arrows>ul.step-anchor>li>a {
        padding: 0px;
        width: 300%;
    }


    .sw-theme-arrows>ul.step-anchor>li>a {
        padding: 10px 0 10px 45px;
    }


    .sw-theme-arrows>ul.step-anchor>li:first-child>a {
        padding-left: 45px !important;
    }

    .nav>li {
        width: 100%;
    }

    .sw-theme-arrows>ul.step-anchor>li {
        border-bottom: 2px solid #ccc !important;
    }

    .step-content{
        padding: 5px !important;
    }

    .clube_img img{
        width: 40%;
    }

    .container_footer_aux_um ul.redes_sociais{
        padding-left: 0px;
    }

    .social_network {
        margin-top: 20px;
        padding-left: 0px;
    }

    .menu_login {
        margin-top: -25px;
    }

    .funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
        font-size: 14px;
    }

    .input_beneficiario{
        margin: 5px 0px;
    }

    .body_organograma{
        font-size: 23px;
    }

    .logo_footer{
        width: 90%;
        margin-bottom: 0px;
    }

    .head_ortopedia{
        //margin-left: 10px;
    }

    .p_ortopedia{
        //margin-left: 10px;
        font-size: 15px !important;
    }

    .head_oncologia{
        //margin-left: 10px;
    }

    .p_oncologia{
        //margin-left: 10px;
        font-size: 15px !important;
    }

    .head_cardiologia{
        //margin-left: 10px;
    }

    .p_cardiologia{
        //margin-left: 10px;
        font-size: 15px !important;
    }

    .head_hermodinamica{
        //margin-left: 10px;
    }

    .p_hermodinamica{
        //margin-left: 10px;
        font-size: 15px !important;
    }

    .default_news img{
        width: 100% !important;
    }

    .logo_planos{
        border: none;
    }

    .linha_servicos{
        margin-bottom: 25px;
    }

    .module_line{
        margin-top: 0px;
    }

    .head_table{
        font-size: 15px;
    }

    .body_table{
        font-size: 12px;
    }

    .font_size{
        margin-top: 15px;
    }

    .show_br{
        display: none;
    }

    .module_funcionamento p{
        font-size: 14px;
    }

    .table_ramais tr td {
        font-size: 15px;
    }

    .store {
        top: -115%;
    }

    .media-body-custom{
        padding-top: 0px;
    }

    img.banner_rotate_hospital{
        //height: 170px;
    }

    .modulo_eventos{
        height: auto;
    }

    .box_mobile{
        display: block;
    }

    .box_desktop{
        display: none;
    }

    .div_box_news_mobile{
        height: auto;
        padding: 30px;
    }

    .div_box_news_mobile h2{
        margin-top: -20px;
    }

    .div_box_news_mobile img{
        display: none;
    }

    .data-grande {
        position: absolute;
        top: 10px;
        right: 25px;
        left: auto;
    }

    .assinatura_noticia .dados_autor{
        margin-left: 0px;
    }

    .div_message_contato_anonimo img{
        top: -5px !important;
        width: 150px !important;
        left: 50%;
        transform: translate(-50%);
    }
}
@media (min-width: 481px) and (max-width: 767px) {

    body{
        margin-top: 0px;
    }

    .fixed-top{
        position: relative;
    }

    .slidingDiv{
        position: relative !important;
    }

    .lupa {
        top: 26px;
        right: 25px;
    }

    .navbar-brand {
        margin-left: 0px;
    }

    .nav-item-mobile{
        display: block;
    }

    .nav-item-desktop{
        display: none;
    }

    .navbar-light .navbar-toggler {
        margin-top: 25px;
    }

    .navbar-light .navbar-nav .nav-link{
        font-size: 18px;
        padding: 10px;
    }

    .menu .border_right {
        display: none;
    }

    .nav-item{
        //padding: 10px !important;
    }

    .nav_menu{
        display: none;
    }

    .icon_search{
        display: none;
    }

    .icon_search_mobile{
        display: inline-block;
    }

    .div_search{
        width: 100%;
        margin: 0 auto;
    }

    .news{
        padding: 20px;
        margin-bottom: 20px;
    }

    .news h3 {
        margin-top: 10px;
    }

    .noticia_destaque h3 {
        margin-top: 10px;
    }

    .module{
        margin-bottom: 25px;
    }

    /*.modules_row_primario {*/
        /*margin-top: 0px;*/
    /*}*/

    .container_footer_aux_um{
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .container_footer_aux_dois ul.center_box{
        border-right: none;
    }

    .corp{
        text-align: left;
    }

    .div_revendas_mobile{
        display: block;
    }

    .div_revendas_desktop{
        display: none;
    }

    .sw-theme-arrows>ul.step-anchor>li>a {
        padding: 0px;
        width: 300%;
    }


    .sw-theme-arrows>ul.step-anchor>li>a {
        padding: 10px 0 10px 45px;
    }


    .sw-theme-arrows>ul.step-anchor>li:first-child>a {
        padding-left: 45px !important;
    }

    .nav>li {
        width: 100%;
    }

    .sw-theme-arrows>ul.step-anchor>li {
        border-bottom: 2px solid #ccc !important;
    }

    .step-content{
        padding: 5px !important;
    }

    .clube_img img{
        width: 40%;
    }

    .container_footer_aux_um ul.redes_sociais{
        padding-left: 0px;
    }

    .social_network {
        margin-top: 20px;
        padding-left: 0px;
    }

    .menu_login {
        margin-top: -25px;
    }

    .input_beneficiario{
        margin: 5px 0px;
    }

    .body_organograma{
        font-size: 23px;
    }

    .logo_footer{
        margin-bottom: 0px;
    }

    .head_cardiologia{
        margin-left: -20px;
    }

    .p_cardiologia{
        margin-left: -20px;

    }

    .head_hermodinamica{
        margin-left: -20px;
    }

    .p_hermodinamica{
        margin-left: -20px;

    }

    .head_ortopedia{
        margin-left: -20px;
    }

    .p_ortopedia{
        margin-left: -20px;

    }

    .head_oncologia{
        margin-left: -20px;
    }

    .p_oncologia{
        margin-left: -20px;
    }

    .default_news img{
        width: 100% !important;
    }

    .linha_servicos{
        margin-bottom: 25px;
    }

    .module_line{
        margin-top: 0px;
    }

    .font_size {
        margin-top: 15px;
    }

    .show_br{
        display: none;
    }

    .store {
        top: -135%;
    }

    .media-body-custom{
        padding-top: 0px;
    }

    img.banner_rotate_hospital{
        //height: 170px;
    }

    .modulo_eventos{
        height: auto;
    }

    .box_mobile{
        display: block;
    }

    .box_desktop{
        display: none;
    }

    .assinatura_noticia .dados_autor{
        margin-left: 0px;
    }

    .div_message_contato_anonimo img{
        top: -5px !important;
        width: 150px !important;
        left: 50%;
        transform: translate(-50%);
    }
}
@media (min-width: 768px) and (max-width: 992px) {

    body{
        margin-top: 0px;
    }

    .fixed-top{
        position: relative;
    }

    .slidingDiv{
        position: relative !important;
    }

    .lupa {
        top: 26px;
        right: 25px;
    }

    .navbar-brand {
        margin-left: 0px;
    }

    .nav-item-mobile{
        display: block;
    }

    .nav-item-desktop{
        display: none;
    }

    .navbar-light .navbar-toggler {
        margin-top: 25px;
    }

    .navbar-light .navbar-nav .nav-link{
        font-size: 18px;
        padding: 10px;
    }

    .menu .border_right {
        display: none;
    }

    .nav-item{
        //padding: 10px !important;
    }

    .nav_menu{
        display: none;
    }

    .icon_search{
        display: none;
    }

    .icon_search_mobile{
        display: inline-block;
    }

    .div_search{
        width: 100%;
        margin: 0 auto;
    }

    .module {
        padding: 20px 10px 20px 20px;
    }

    .module h3{
        font-size: 18px;
    }

    .module p{
        font-size: 12px;
    }

    .container_footer_aux_um{
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .container_footer_aux_dois ul.center_box{
        border-right: none;
    }

    .div_revendas_mobile{
        display: block;
    }

    .div_revendas_desktop{
        display: none;
    }

    .sw-theme-arrows>ul.step-anchor>li>a {
        padding: 0px;
        width: 300%;
    }


    .sw-theme-arrows>ul.step-anchor>li>a {
        padding: 10px 0 10px 45px;
    }


    .sw-theme-arrows>ul.step-anchor>li:first-child>a {
        padding-left: 45px !important;
    }

    .nav>li {
        width: 100%;
    }

    .sw-theme-arrows>ul.step-anchor>li {
        border-bottom: 2px solid #ccc !important;
    }

    .step-content{
        padding: 5px !important;
    }

    .container_footer_aux_um ul.redes_sociais{
        //padding-left: 35px;
    }

    .social_network {
        margin-top: 0px;
        //padding-left: 35px;
    }

    .menu_login {
        margin-top: -25px;
    }

    .card_eventos .btn{
        margin-top: 10px;

    }

    .input_beneficiario{
        margin: 5px 0px;
    }

    .body_organograma{
        font-size: 23px;
    }

    .media-body-custom{
        padding-top: 0px;
    }

    .modulo_eventos{
        height: auto;
    }

    .box_mobile{
        display: block;
    }

    .box_desktop{
        display: none;
    }

    .div_message_contato_anonimo img{
        top: -5px !important;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
    .module h3 {
        font-size: 22px;
    }

    .nav-link {
        font-size: 11px;
    }

    .nav_link {
        font-size: 14px;
    }

    .container_footer_aux_um ul.redes_sociais{
        //padding-left: 35px;
    }

    .social_network {
        margin-top: 0px;
        //padding-left: 35px;
    }

    .module {
        padding: 20px 10px 20px 20px;
    }

    .head_ortopedia{
        font-size: 38px !important;
        margin-top: 10px;
        margin-bottom: 0px !important;
    }


    .p_ortopedia{
        font-size: 20px !important;
        margin-top: 15px;
        margin-bottom: 0px !important;
    }

    .head_oncologia{
        font-size: 38px !important;
        margin-top: 10px;
        margin-bottom: 0px !important;
    }


    .p_oncologia{
        font-size: 20px !important;
        margin-top: 15px;
        margin-bottom: 0px !important;
    }


    .head_cardiologia{
        font-size: 38px !important;
        margin-top: 10px;
        margin-bottom: 0px !important;
    }


    .p_cardiologia{
        font-size: 20px !important;
        margin-top: 15px;
        margin-bottom: 0px !important;
    }

    .head_hermodinamica{
        font-size: 38px !important;
        margin-top: 10px;
        margin-bottom: 0px !important;
    }

    .p_hermodinamica{
        font-size: 20px !important;
        margin-top: 15px;
        margin-bottom: 0px !important;
    }

    .body_organograma{
        font-size: 24px;
    }

    .modulo_eventos{
        height: 375px;
    }

    .box_mobile{
        display: block;
    }

    .box_desktop{
        display: none;
    }

}
@media (min-width: 1201px) {

    .container_footer_aux_um ul.redes_sociais{
        //padding-left: 35px;
    }

    .social_network {
        margin-top: 0px;
        //padding-left: 35px;
    }

    .module h3 {
        font-size: 25px;
    }


    .head_ortopedia{
        font-size: 38px !important;
        margin-top: 10px;
        margin-bottom: 0px !important;
        margin-left: -25px;
    }


    .p_ortopedia{
        font-size: 20px !important;
        margin-top: 15px;
        margin-bottom: 0px !important;
        margin-left: -25px;
    }

    .head_oncologia{
        font-size: 38px !important;
        margin-top: 10px;
        margin-bottom: 0px !important;
        margin-left: -25px;
    }


    .p_oncologia{
        font-size: 20px !important;
        margin-top: 15px;
        margin-bottom: 0px !important;
        margin-left: -25px;
    }


    .head_cardiologia{
        font-size: 38px !important;
        margin-top: 10px;
        margin-bottom: 0px !important;
        margin-left: -25px;
    }


    .p_cardiologia{
        font-size: 20px !important;
        margin-top: 15px;
        margin-bottom: 0px !important;
        margin-left: -25px;
    }

    .head_hermodinamica{
        font-size: 38px !important;
        margin-top: 10px;
        margin-bottom: 0px !important;
        margin-left: -25px;
    }

    .p_hermodinamica{
        font-size: 20px !important;
        margin-top: 15px;
        margin-bottom: 0px !important;
        margin-left: -25px;
    }

    .banner{
        margin-bottom: 0px;
    }

    .box_mobile{
        display: none;
    }

    .box_desktop{
        display: block;
    }
}


/* Customização Novo Chat */

.powerzap_chat_canvas_footer {
    display: none !important;
}


/* Customização Contato Anônimo */

.div_message_contato_anonimo{
    margin: 50px 0px;
    border: 10px solid #ddd;
    padding: 35px;
    border-radius: 25px;
    background-color: #f7f7f7;
    background-image: url("../../img/portalunimed/bg3.png");
}

.div_message_contato_anonimo img{
    width: 100%;
    position: relative;
    top: -15px;
}


.div_message_contato_anonimo h4{
    text-align: left;
    margin-bottom: 10px;
    color: #A3238E;
}

.div_message_contato_anonimo p{
    margin: 5px 0px 5px 0px;
    line-height: 26px;
    font-size: 17px;
}

/* Menu Imposto de Renda */

.menu_float_right{
    position: absolute;
    width: 300px;
    height: auto;
    right: -300px;
    top: 230px;
    z-index: 99999;
    background: #fff;
    padding: 15px;
    position: fixed;
    transition: .5s;
    border-radius: 0px 0px 0px 5px;
    border-left: 3px solid #ddd;
    border-top: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
    text-align: center;
}

.menu_float_right:before {
    content: url('../../img/portalunimed/logo_receita.png');
    font-family: 'FontAwesome';
    font-size: 26px;
    position: absolute;
    width: 55px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px 0px 0px 5px;
    border-left: 3px solid #ddd;
    border-top: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
    background-color: #fff;
    top: -3px;
    left: -55px;
}

.menu_float_right:hover {
    transform: translateX(-300px);
}

.menu_float_right p{
    font-size: 18px;
}


/* Portal TISS */

.btn_portaltiss{
    padding:10px;
    background-color: #00995d;
    color: #ffffff;
}

.btn_portaltiss:hover{
    color: #fff;
    background-color: #f47920;
}

.btn_portaltiss:visited{
    color: #fff;
}

ul.list_tiss{
    line-height: 30px;
    list-style: circle;
}

.head_title_portaltiss{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* Alerta Novo */

.novo {
    position: absolute;
    top: -5px;
    font-size: 10px;
    letter-spacing: 1px;
    background-color: red;
    padding: 3px 5px;
    border-radius: 4px;
    color: #fff;
    right: 10px;
    font-weight: bold;
    -webkit-box-shadow: 0px 7px 13px -4px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 7px 13px -4px rgba(0,0,0,0.28);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.28);
}







