@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: #46195f;
}

#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;
}



/* 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;
}

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

h1 {
    font-family: 'Trebuchet MS' !important;
    color: #025E53 !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: #46195f !important;
    font-weight: bolder !important;
}

h4 {
    font-family: 'Trebuchet MS' !important;
    color: #003e1b !important;
    font-weight: bolder !important;
}

h5 {
    font-family: 'Trebuchet MS' !important;
    color: #8A1BA6 !important;
    font-weight: normal !important;
}

h6 {
    font-family: 'Trebuchet MS' !important;
    color: #EE7203 !important;
    font-weight: normal !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: #028d50;
    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:"Trebuchet MS" !important;
    color: #028d50 !important;
    text-decoration: none !important;
}

a:hover,
a:active{
	/*background-color: #4d286a;*/
	color: #C9E2D3 !important;
}


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

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

/*a:visited {
  color: #6f8d72;
}
*/
.subir a:hover,
.subir a:hover i {
    color: #3B2749 !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: #fff;
}

input[type=checkbox]:checked {
    color: #88c2a2;
    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],
input[type=submit] {
    height: 2.3em;
    font-family: 'Trebuchet MS' !important;
    ;
    font-size: 1vw !important;
    padding: 0.4em;

    color: #fff;
    background-color: #008c50;

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

    border-top: 2px solid #c9e2d3 !important;
    border-left: 2px solid #c9e2d3 !important;
    border-right: 2px solid #26a475 !important;
    border-bottom: 2px solid #26a475 !important;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    color: #c9e2d3;
    background-color: #26a475;
    opacity: 0.5;
}

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


.btnovaconsulta {
    color: #008C50;

    height: 2.1em;
    font-family: 'Trebuchet MS';
    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: 'Trebuchet MS';
    font-size: 1em;
    text-decoration: none;
}

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

.bts {
    font-family: 'Trebuchet MS';
    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-recife.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width:100%;
    height: auto;
    /* margin-left: 3em; */
}

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

.borda{
    border: 1px solid red; 
}

.img-connecta{
    background-image: url("../img/img-connecta.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100%;
}
.img-connecta-link {
    display: flex;
    background-image: url("../img/img-connecta-link.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 62px;
}
.img-connecta-link:hover {
    background-image: url("../img/img-connecta-link-hover.png");   
    cursor: hand;
}
.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);
}

#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);
}