@charset "utf-8";
/* CSS Document */

/* páginas internas */
/*strong {
  font-weight: bold;  
}*/
fieldset {
    border: solid 1px #D5D4D8;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
}

/************/
/* NAVBAR   */
/************/

nav {
    /*background-color: rgba(0,139,90,.8);*/
    background-color: #008C50;
}

#acessb {
    background-color: #BBD034;
}

#acessb img {
    background-color: #008c50;
}

#acessb ul li a {
    color: #008C50;
}

#acessb ul li a:hover {
    color: #C9E2D3;
}

/********** MENU RESPONSIVO ****************/

.sidebar {
    background-color: rgba(0, 139, 90, 1);
}

.sidebar ul li span {
    color: #BBD035;
}

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

.sidebar ul li a:active {
    color: #fff !important;

}

.sidebar ul li a:hover {
    color: #015e53;
}

.sidebar .closebtn {
    color: #fff;
    background-color: #BBD035;
}

.closebtn i {
    color: #fff;
}

.closebtn:hover,
.closebtn i:hover {
    color: #90A735 !important;
}

/********** SLIDESHOW ****************/

.bts_prev {
    width: 2em;
    position: absolute;
    top: 50%;
    left: 2%;
    z-index: 99;
    border: none;
}

.bts_next {
    width: 2em;
    position: absolute;
    top: 50%;
    right: 2%;
    z-index: 99;
}

.bts_prev i,
.bts_next i {
    color: #000 !important;
    background-color: #fff;
}

.bts_prev i:hover,
.bts_next i:hover {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.35) !important;
}

/*****************************/
/* MENU INSTITUCIONAL COLOR */
/****************************/

.mn #menu-inst .caixa div#img0,
div#img1,
div#img2,
div#img3,
div#img4,
div#img5,
div#img6,
div#img7,
div#img8 {
    width: calc(100% - 0.05vw);
    ;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mn #menu-inst .caixa div#img0 {
    background-image: url("../..../img/icon.cliente.png");
}

.mn #menu-inst .caixa div#img1 {
    background-image: url("../..../img/icon.cliente.png");
}

.mn #menu-inst .caixa div#img2 {
    background-image: url("../..../img/icon.cliente.empresa.png");
}

.mn #menu-inst .caixa div#img3 {
    background-image: url("../..../img/icon.empresa.png");
}

.mn #menu-inst .caixa div#img4 {
    background-image: url("../..../img/icon.cooperado.png");
}

.mn #menu-inst .caixa div#img5 {
    background-image: url("../..../img/icon.colaborador.png");
}

.mn #menu-inst .caixa div#img6 {
    background-image: url("../..../img/icon.fornecedor.png");
}

.mn #menu-inst .caixa div#img7 {
    background-image: url("../..../img/icon.terceirizado.png");
}

.mn #menu-inst .caixa div#img8 {
    background-image: url("../..../img/icon.prestador.png");
}

h5.bt1 {
    color: #008C50;
}

h5.bt2 {
    color: #ee730b;
}

h5.bt3 {
    color: #ee730b;
}

h5.bt4 {
    color: #411564;
}

h5.bt5 {
    color: #a3238e;
}

h5.bt6 {
    color: #6a340e;
}

h5.bt7 {
    color: #65656c;
}

h5.bt8 {
    color: #0396D2;
}

h5.bt1,
h5.bt2,
h5.bt3,
h5.bt4,
h5.bt5,
h5.bt6,
h5.bt7,
h5.bt8 {
    font-weight: bold;
}


@media screen and (max-width: 480px) {
    .mn #menu-inst .caixa {
        width: 100% !important;
        height: auto !important;
    }

    .mn #menu-inst .caixa div#img0,
    div#img1,
    div#img2,
    div#img3,
    div#img4,
    div#img5,
    div#img6,
    div#img7,
    div#img8 {
        display: none;
    }

    .mn #menu-inst-mob .caixa h4 {
        padding: 0.25em;
        margin: 0.25em;
        /* display: block;*/
        border: 1px solid;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .mn #menu-inst-mob .caixa a.bt1 h4 {
        color: #008C50;
        border-color: #008C50;
    }

    .mn #menu-inst-mob .caixa a.bt2 h4 {
        color: #ee730b;
        border-color: #ee730b;
    }

    .mn #menu-inst-mob .caixa a.bt3 h4 {
        color: #ee730b;
        border-color: #ee730b;
    }

    .mn #menu-inst-mob .caixa a.bt4 h4 {
        color: #411564;
        border-color: #411564;
    }

    .mn #menu-inst-mob .caixa a.bt5 h4 {
        color: #a3238e;
        border-color: #a3238e;
    }

    .mn #menu-inst-mob .caixa a.bt6 h4 {
        color: #6a340e;
        border-color: #6a340e;
    }

    .mn #menu-inst-mob .caixa a.bt7 h4 {
        color: #65656c;
        border-color: #65656c;
    }

    .mn #menu-inst-mob .caixa a.bt8 h4 {
        color: #0396D2;
        border-color: #0396D2;
    }

    .mn #menu-inst-mob .caixa a:hover h4,
    a div:hover {
        color: rgba(0, 0, 0, .3);
    }
}

/*****************/
/*   DROPDOWN   */
/****************/


/*.dropdown-mn li a {
    color: #fff;
    background-image: url("../img/dropdown-seta-branca.png");
    background-size: auto;
    background-position: right 0.1em top 1em;
    background-repeat: no-repeat;
}
.dropdown-mn li a:hover {
    color: #bbcf33;
    background-image: url("../images/dropdown-seta-verde.png");
    background-size: auto;
    background-position: right 0.1em top 1em;
    background-repeat: no-repeat;
}
.dropdown-mn li a.lst {
    color: #fff;
}
.dropdown-mn li a.lst:hover {
    color: #015e53;
    background-color: #bbcf33;
    background-image: none;
}
.dropdown-mn li {
    border-radius: 10px 10px 0px 0px;
    background-color: rgba(1, 94, 83, .1);
}
.dropdown-mn li:hover {
    background-color: #015e53;
}
.dropdown-mn li.ur,
li.unsv,
li.reg,
li.gov,
li.aces {
    background-color: rgba(0, 139, 90, .8);
}
.dropdown-mn li.ur:hover,
li.unsv:hover,
li.reg:hover,
li.gov:hover,
li.aces:hover {
    background-color: rgba(0, 139, 90, .8);
}
*/
/*************/
/* PAGINAÇÃO */
/*************/

.paginacao {
    width: 100%;
    height: 2.5em;
}

.paginacao ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-end;
    display: flex;
}

.paginacao ul li {
    padding: 0.3em;
    margin: 0 0.25em 0 0;
    list-style-type: none !important;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.paginacao ul li.nulo,
span.nulo {
    color: #999;
    /*padding: 0.25em;
	margin: 0 0.25em 0 0;*/
    list-style: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.paginacao ul a {
    color: #EB7F05;
}

.paginacao ul a:hover {
    color: #D2D7DB;
}

/* global */
.acessibi p,
.acessibi span {
    font-family: 'Calibri';
    margin: 0.2em 0.2em 1em 0.2em;
    color: #474647;

}

.acessibi ul li {
    font-family: 'Calibri';
    /*list-style:none;*/
    color: #474647;
    list-style-type: circle;
    /*margin: 0.2em;*/
}

.ul li {
    list-style-type: circle;
}

h1 {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    color: #008C50 !important;
    font-weight: bolder !important;

}

h2 {
    font-family: 'Trebuchet MS' !important;
    color: #008C50 !important;
    font-weight: bolder !important;

}

h3 {
    font-family: 'Trebuchet MS' !important;
    color: #025E53 !important;
    font-weight: bolder !important;

}

h4 {
    font-family: 'Trebuchet MS' !important;
    color: #025E53 !important;
    font-weight:600 !important;
}

h5 {
    font-family: 'Trebuchet MS' !important;
    color: #EE7203 !important;
    font-weight: 600 !important;
}

h6 {
    font-family: 'Trebuchet MS' !important;
    color: #EE7203 !important;
}

/***********/
/* NOTICIAS */
/**********/

.not {
    margin: 0;
    padding: 0 0 0 1em;
    /* border: 1px solid red;*/
}

.not a span {
    font-size: calc(100% - 0.1vw);
    line-height: calc(100% + 0.1vw);
    font-weight: bold;
}

.not a p {
    font-size: calc(90% + 0.1vw);
    line-height: calc(100% + 0.1vw);
    padding: 0 0.25em 1em 0;
    min-height: calc(65% + 0.1vw);
    height: auto;
    /*border-bottom: 1px solid #eee;*/
}

.not a h5 {
    font-size: calc(95% + 0.1vw);
    line-height: calc(100% + 0.2vw);
    color: #EE7203;
}

/****** / NOTICIAS ******/


/**************************************/

i {
    height: auto;
    color: #7F2B87;
    font-size: 1.3em;
    /*vertical-align: middle;*/
    /*display: block;
    float:left;*/
    margin-right: 0.25em;
    /*border:  1px solid blue;*/
    clear: both;
}

.hr {
    border: solid 1px #ededed;
}

a {
    font-family: 'Calibri';
    /*color: #474647;*/
    text-decoration: none;
}

/*a:visited {
  color: #6f8d72;
}
*/
a:hover,
i:hover {
    color: #dadada;
}

/* voltar ao topo */
.subir {
    background-color: #CAE2D3;
}

.subir a,
.subir a i {
    font-family: 'Calibri';
    color: #035E53 !important;
    text-decoration: none;
}

/*a:visited {
  color: #6f8d72;
}
*/
.subir a:hover,
.subir a:hover i {
    color: #fff !important;
}


/* /// FORM /// */

select {
    width: 99%;
    font-family: 'Calibri';
    /*font-size: 0.9em;*/
    border: 1px solid #ccc;
    margin: 0;
    padding: 0.4em 0.2em 0.4em 0.2em;
    text-indent: 0.3em;
    /*border: 0 0 1px 0;*/

    color: #474647;
    /*background-color: #e8f5e9;*/

    border-radius: 10px 10px 0px 10px;
    -moz-border-radius: 10px 10px 0px 10px;
    -webkit-border-radius: 10px 10px 0px 10px;
    cursor: hand;
}

label {
    font-family: 'Calibri';
    /*font-size: 0.9em;*/
    color: #474647;
    margin: 0.5em;
    padding: 0.5em;
}

.obrigatorio {
    font-family: 'Calibri';
    color: #E50046;
}

input {
    font-family: 'Calibri';
}

input[type=checkbox] {
    width: 15px;
    height: 15px;
    color: #474647;
    background-color: #eee;
}

input[type=checkbox]:checked {
    color: #dadada;
    background-color: #025e53;
}

input[type=text],
input[type=password],
input[type=file] {
    width: 99%;
    height: 2.3em;
    color: #474647;
    background-color: #fff;
    margin: 0;
    padding: 0.4em;
    text-indent: 0.3em;

    border: 1px solid #ccc;
    border-radius: 10px 10px 0px 10px;
    -moz-border-radius: 10px 10px 0px 10px;
    -webkit-border-radius: 10px 10px 0px 10px;
    cursor: hand;
}

button,
input[type=button],
input[type=reset] {
    height: 2.3em;
    font-family: "unimed_slabbook";
    font-size: calc(100% - 0.1vw) !important;
    padding: 0.4em;

    background-color: #f9f9f9;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    border-top: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover {
    background-color: #eee;
    opacity: 0.5;
}

.btconsulta {
    color: #BBD034;
    background-color: #008C50 !important;
}


.btnovaconsulta {
    color: #008C50;

    height: 2.1em;
    font-family: "unimed_slabbook";
    font-size: 1em;
    padding: 0.4em;

    /*	background-color: #008C50 !important;*/

    border-radius: 7px 7px 7px 0px;
    -moz-border-radius: 7px 7px 7px 0px;
    -webkit-border-radius: 7px 7px 7px 0px;

    border-top: 1px solid #88C2A2;
    border-left: 1px solid #88C2A2;
    border-right: 1px solid #097E50;
    border-bottom: 1px solid #097E50;
}

table {
    width: 95%;
    font-family: 'Calibri';
    font-size: calc(95% - 0.05vw);
    line-height: calc(100% + 0.1vw);
    margin: 0.5em;
}

table tr:nth-child(odd) {
    background-color: #ffffff;
    padding: 0.7em;
}

table tr:nth-child(even) {
    background-color: #F4F4F5;
    padding: 0.7em;
}

table td,
th {
    padding: 0.7em;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.tableNo {
    width: 95%;
    font-family: 'Calibri';
    font-size: calc(95% - 0.05vw);
    line-height: calc(100% + 0.1vw);
    margin: 0.1em;
    padding: 0.1em;
    background-color: transparent !important;
    border: 0 !important;
}

.tableNo tr,
td,
th {
    background-color: transparent !important;
    border: 0px !important;
}

/* Tooltip container */

#bt-tooltip {
    width: 25px;
    height: 25px;
    background-image: url("../images/bt-tooltip.png");
    background-repeat: no-repeat;
    background-position: center center;
}

#toolDica {
    /*  visibility: hidden; */
    width: calc(100% - 2vw);
    position: relative;
    display: none;
    border: 1px dotted red;
    padding: 0;
    margin: 0;
    /*border-bottom: 1px dotted black;  If you want dots under the hoverable text */
}

/* Tooltip text */
#toolDica .cima {
    width: calc(100% + 2vw);
    min-width: calc(100% + 10vw);
    height: auto;
    border: 1px dotted black;
    padding: 0px;
    margin: 0px;
    left: -70;
    top: -20;
    right: 0;
    bottom: 0;

    align-content: center;
    position: absolute;
    z-index: 2;
}

#toolDica .txt {
    width: 100%;
    /*<!-- display: inline-block; -->*/
    background-color: #008C50;
    color: #fff;
    border-radius: 6px;
    padding: 5px;
    margin: 0;
}

#toolDica .seta {
    width: 100%;
    /*display: inline-block;*/
    background-image: url("../..../img/seta_baixo.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    margin: 0;

    border: 1px dotted black;
}

#toolDica .baixo {
    visibility: hidden;
    /*width:calc(100% + 2vw);
  min-width: calc(100% + 10vw);*/
    height: auto;
    border: 1px dotted black;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    /*left: -70;*/
    top: 100%;
    /* right: 0;
  bottom: 0;*/

    align-content: center;
    position: absolute;
    z-index: 2;
}

#toolDica .txt {
    width: 100%;
    /*<!-- display: inline-block; -->*/
    background-color: #008C50;
    color: #fff;
    border-radius: 6px;
    padding: 5px;
    margin: 0;
}

#toolDica .seta {
    background-image: url("..../img/seta_cima.png");
    background-position: top;
    margin: 0;
}

/* Show the tooltip text when you mouse over the tooltip container */
/*.bt-tooltip:hover{
    visibility: visible;
}*/

/* /// FORM /// */

.bg-box-guia {
    background-color: #FFF2CE;
}

.bgrodape .call {
    background-color: #BBD035;
}

/*.bgrodape .call p{
  color: #000;
}*/
.bgrodape .ans {
    padding: 1em;
    background-color: #fff;
    /* padding: 1em;*/
}

/* BTS REGULAÇÃO */
.lst-mn ul {
    margin: 0 !important;
    padding: 0 !important;
    /*border: 1px solid red;*/
}

.lst-mn li {
    /*width: 90%;*/
    margin: 0 0 0.3em 0;
    padding: 0.1em 0.5em 0.1em 0.5em;
    list-style-type: none !important;
    background-color: #eee;

    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
}

.lst-mn li a {
    font-family: "unimed_slabbook";
    font-size: 1em;
    text-decoration: none;
}

.lst-mn li:hover {
    background-color: #eee;
    opacity: 0.5;
}

.bts {
    font-family: "unimed_slabbook";
    font-size: 1em;
    padding: 0.2em 0.5em 0.2em 0.5em;
    color: #fff !important;
    background-color: #028D50;


    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;

    border-top: 2px solid #f7f7f7;
    border-left: 2px solid #f7f7f7;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.bts:hover {
    color: #008C50 !important;
    background-color: rgba(0, 0, 0, .1);
}

/* FIM - BTS REGULAÇÃO */


/* ///////////////////////////// */
/*       IMAGNES PÁGINAS         */
/* //////////////////////////// */

.img-marca {
    background-image: url("/img/marca_unimed_pe.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 167px;
    height: 61px;
    padding: 0.1em;
}

@media screen and (max-width: 480px) {
    .img-marca {
        height: 50px;
    }
}

.bgGuiaMedico {
    width: 100%;
    height: auto;
    background-image: url("../images/bg-guia-medico.png");
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
}

.imgPgReg,
.imgPgNot,
.imgPgInst,
.imgPgDir,
.imgPgResSoc,
.imgPgCoral {
    width: 100%;
    min-height: 450px;
    height: auto;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.imgPgReg {
    background-image: url("../images/img.pg.regulacao.png");
}

.imgPgNot {
    background-image: url("../images/img.pg.noticias.png");
}

.imgPgInst {
    background-image: url("../images/img.pg.institucional.png");
}

.imgPgDir {
    background-image: url("../images/img.pg.diretoria.png");
}

.imgPgResSoc {
    background-image: url("../images/img.resp.social.png");
}

.imgPgCoral {
    background-image: url("../images/img.pg.coral.png");
}

.imgPgIdOrg {
    background-image: url("../images/img.pg.identorg.png");
}

#box {
    /*background-color:#dadada;*/
    background: linear-gradient(to top right, #dadada, #eeeeee, #dadada);
}

#txtConsultaGuia {
    /*background-color:#dadada;*/
    font-family: 'Calibri';
    font-size: calc(100% - 0.27vw);
}

#boxpesqguia {
    height: auto;
    background: #fff;
    padding: 1em;
    margin: 0;
    clear: both;
    border: 1px solid #eee;
    border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

#boxguia {
    height: auto;
    min-height: 95%;
    background: #fff;
    padding: 1em;
    margin: 0;
    clear: both;
    border: 1px solid #eee;
    border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);

}

#boxguia .result {

    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

#boxguia .obs {
    font-family: 'Calibri';
    font-size: 0.7em;
    color: #EE7203;
}

#boxconsulta {
    height: auto;
    background: #fff;
    padding: 1em;
    padding-bottom: 2em;
    border: 1px solid #eee;
    border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

#boxconsulta .obrigatorio {
    font-family: 'Calibri';
    color: #474647;

    border: 1px solid #E40046;
    border-radius: 10px 10px 0px 10px;
    -moz-border-radius: 10px 10px 0px 10px;
    -webkit-border-radius: 10px 10px 0px 10px;
    cursor: hand;
}

/*#boxguia .esp{
    display: none;
}*/

.bt-conecta {
    color: #bbd034;
    padding: 0.2em;
    margin-bottom: 1em;
    border: 1px solid #bbd034;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.bt-conecta i {
    color: #bbd034;
}

.bt-conecta:hover {
    color: #26a475;
}

.bt-conecta:before {
    background-color: #26a475;
}

@media screen and (min-width: 1920px) {
    .bt-conecta {
        font-size: calc(100% - 0.2vw);
        line-height: calc(100% - 0.4vw);
    }
}

@media screen and (min-width: 1367px) and (max-width: 1919px) {
    .bt-conecta {
        font-size: calc(100% - 0.3vw);
        line-height: calc(100% - 0.6vw);
    }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .bt-conecta {
        font-size: calc(100% - 0.4vw);
        line-height: calc(100% - 0.8vw);
    }
}

@media screen and (max-width: 480px) {
    .bt-conecta {
        font-size: calc(100% - 0.1vw);
        line-height: calc(100% - 0.2vw);
    }
}


#boxtcontrato {
    /*background-color:#dadada;*/
    background: linear-gradient(to top right, #3f245f, #4a2f70, #3f245f);
}

#boxtcontrato p {
    color: white;
}

#boxviverbem {
    /*background-color:#dadada;*/
    background: linear-gradient(to top right, #a71680, #c6059d, #a71680);
}