@import url('fontes.css');

body, html {
  font-family: 'Unimed_Sans_Regular';
  overflow-x: hidden;
  font-size: 18px;
  color: #333;
}

@media (min-width:1200px) {
  .container {
   max-width: 1250px !important;
  }
}

a:hover {text-decoration: none !important;}
.center {text-align: center;}
.right {text-align: right;}
.mobile  {display: none;}
.vertical {margin: auto 0;}
.none {display: none;}
.imgtotal img {width: 100%}
#iraotopo {position: fixed;bottom: 40px;right: 30px;z-index: 9999;width: 32px;height: 32px;text-align: center;background: #00995d;cursor: pointer;border: 0;border-radius: 50%;text-decoration: none;transition: opacity 0.2s ease-out;opacity: 0;}
#iraotopo:hover {background: #b8d12d;}
#iraotopo.show {opacity: 1;}

.overlay_identificacao {left: 0;top: 0;width: 100%;height: 100%;position: fixed;color: #00995d;background: rgba(232, 232, 232, 0.95);z-index: 999999;}
.overlay_identificacao .overlay__inner {left: 0;top: 0;width: 100%;height: 100%;position: absolute;}
.overlay_identificacao .overlay__content {left: 50%;position: absolute;top: 50%;transform: translate(-50%, -50%);text-align: center;font-family: 'Unimed_Sans_Regular';}
.overlay_identificacao h1 {font-size: 22px;color: #00995d;font-family: 'Unimed_Sans_Bold';}
.overlay_identificacao h1 img {margin: 15px 0 50px;height: 48px;}
.overlay_identificacao .consult2 {font-size: 16px;border-radius: 0;padding: 20px 0;border: 1px solid #e6e6e6;}
.overlay_identificacao .enviar {background-color: #00995d;color: #fff;font-size: 16px;text-align: center;border-radius: 0;padding: 5px 20px;font-family: 'Unimed_Sans_SemiBold';}
.overlay_identificacao .enviar:hover {background: #b8d12d;}
.overlay_identificacao hr {margin-top: 70px;border: 0;}
.overlay_identificacao .padrao {background: transparent;color: #00995d;font-size: 16px;text-align: center;border-radius: 0;border: 1px solid #00995d;padding: 5px 20px;font-family: 'Unimed_Sans_SemiBold';}
.overlay_identificacao .padrao:hover {background: #b8d12d;color: #00995d;border: 1px solid #b8d12d;}

/* HEADER */
header {
    margin: 15px 0;
}
header .col-lg-2 {
    max-width: 14%;
}
header .logo img {
    width: 100%;
}
header .linhatels {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 13px;
}
header .linhatels img {
    margin-top: -2px;
    margin-right: 3px;
}
header .linhatels a {
    display: inline;
    color: #333;
    font-family:'Unimed_Sans_Bold';
    font-size: 14px;
    margin-right: 40px;
}
header .menu {
    margin-top: 10px;
}
header .menu ul {
    padding: 0;
    margin: 0;
}
header .menu ul li {
    display: inline-block;
    font-size: 14px;
}
header .menu ul li a {
    margin-right: 25px;
    color: #323232;
    font-family: 'Unimed_Sans_Regular';
}
header .menu ul li a:hover {
    font-weight: bold;
}

/* SUB MENU */
header .menu .bSubmenu {
    position: absolute;
    z-index: 2;
    width: 25%;
}
header .menu .bSubmenu img {
    float: right;
    margin: 4px 13px;
}
header .menu .bSubmenu ul {
    margin-top: 16px;
    background: #fff;
    border: 1px solid #E2E2E2;
    padding: 10px 0;
}
header .menu .bSubmenu ul li {
    width: 100%;
}
header .menu .bSubmenu ul li a {
    color: #6b6c7e;
    font-size: 14px;
    display: inline-block;
    padding: 10px 0 10px 20px;
    font-family: 'Unimed_Sans_SemiBold';
    width: 100%;
}
header .menu .bSubmenu ul li a:hover {
    border-left: 5px solid #00995d;
    background: #f4f4f4;
    color: #333;
}
header .menuinstitucional .bSubmenu {
    left: 11px;
}
header .menuquerosercliente .bSubmenu {
    left: 104px;
}
header .menuservicosproprios .bSubmenu {
    left: 207px;
}
header .menuansa .bSubmenu {
    left: 343px;
}
header .menucontatos .bSubmenu {
    left: 475px;
}
header .menuinstitucional:hover .bSubmenu,header .menuquerosercliente:hover .bSubmenu,header .menuservicosproprios:hover .bSubmenu,header .menuansa:hover .bSubmenu,header .menucontatos:hover .bSubmenu {
    display: block;
    animation: fadeIn 1s;
}

/* SUB/SUB MENU */
header .menu .bSubmenu .bSubmenu2 {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 100%;
    top: 0;
    background: #f4f4f4;
    border-left: 0;
    padding: 11px 0;
    height: 100%;
}
header .menu .bSubmenu .menuans .bSubmenu2 {height: 155%;}
header .menu .bSubmenu .menusobrehospital .bSubmenu2 {height: 170%;}
header .menu .bSubmenu .bSubmenu2 a {
    font-family: 'Unimed_Sans_Regular';
}
header .menusobre:hover .bSubmenu2,header .menurede:hover .bSubmenu2,header .menups:hover .bSubmenu2,header .menuans:hover .bSubmenu2,header .menutabelas:hover .bSubmenu2,header .menusobrehospital:hover .bSubmenu2,header .menuutis:hover .bSubmenu2,header .menuorientacoes:hover .bSubmenu2,header .menuboletos:hover .bSubmenu2,header .menuportais:hover .bSubmenu2,header .menusgu:hover .bSubmenu2,header .menutrabalhe:hover .bSubmenu2,header .menuholerite:hover .bSubmenu2 {
    display: block;
    animation: fadeIn 1s;
}

/* BREADCRUMB */ 
.breadcrumb {
    background-color: #fff;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #EEEEF0;
    box-shadow: 0px 8px 14px -11px rgba(80, 80, 100, 0.3);
    font-size: 11px;
    margin-top: 15px;
    font-family: 'Unimed_Sans_Regular';
    padding-bottom: 7px;
}
.breadcrumb a.home {
    color: #9f9f9f;
}
.breadcrumb a.home:hover {
    text-decoration: underline !important;
}
.breadcrumb a {
    color: #333;
    padding: 15px 5px;
}
.breadcrumb .identificacao {
  float: right;
  margin-top: -5px;
  margin-right: 15px;
}
.breadcrumb .identificacao a.btn-primary {
  padding: 3px 14px;
  background: #F47920;
  color: #fff;
  border: 0;
  font-size: 13px;
  border-radius: 30px;
}
.breadcrumb .identificacao a.btn-primary:hover {
  background: #014d49;
  color: #fff;
}
.breadcrumb .identificacao a i {
  padding-right: 5px;
}
.breadcrumb .identificacao a.btn-normal {
  padding: 3px 14px;
  background: transparent;
  color: #00B06B;
  border: 0;
  font-size: 15px;
}
.breadcrumb .identificacao a.btn-normal:hover {
  background: transparent;
}
.breadcrumb .identificacao a.btn-danger {
  padding: 3px 6px;
  background: #D72121;
  color: #fff;
  border: 0;
  font-size: 11px;
  border-radius: 30px;
}
.breadcrumb .identificacao a.btn-danger:hover {
  background: #EE3636;
  color: #fff;
}

/* MAPA SITE */
.mapasite {
    background-color: #F4F4F4 !important;
    padding: 40px 0;
}
.mapasite .col-lg-3 {
    max-width: 20%;
}
.mapasite h2,.mapasite h2 a {
    font-family: 'UnimedSlab_Regular';
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.mapasite h2 a {
    color: #323232;
    padding-top: 0;
}
.mapasite a {
    display: block;
    font-size: 12px;
    color: #5B5C65;
    padding: 6px 0;
}
.mapasite a:hover {
    text-decoration: underline !important;
}

/* FOOTER */
footer {
    font-size: 13px;
    margin-top: 50px;
    margin-bottom: 50px;
}
footer p {
    margin-bottom: 5px;
    font-weight: normal;
}
footer .espaco {
    margin-top: 40px;
}
footer h3 {
    font-family: 'UnimedSlab_Bold';
    font-size: 18px;
    margin-bottom: 25px;
}
footer .barra_lateral {
    border-left: 1px solid #ECECEC;
}
footer .icones a {
    display: inline;
    margin-right: 13px;
}
footer .img1 img {
    width: 156px;
}
footer .img2 img {
    width: 120px;
}
footer .final {
    border-top: 1px solid #ECECEC;
    padding-top: 40px;
}
footer .footer--telefone {
  font-size: 19px;
  font-family: 'Unimed_Sans_Regular';
}
footer .numero_destaque {
    font-size: 23px;
}
footer strong a {
  color: #085408;
}
footer strong a:houver {
  text-decoration: underline;
}
footer .creditos {
    font-size: 11px;
}

/* MODAL */
.overlay_modal {left: 0;top: 0;width: 100%;height: 100%;position: fixed;background: #222;background: rgba(0,0,0,0.8);z-index: 999999;}

.modal .modal-content.center {
    padding: 20px 0;
}
.modal-body .consult {
    font-size: 20px;
}
.modal .padrao {
    background-color: #ddd;
    color: #333;
    font-family: 'Unimed_Slab_SemiBold';
    font-size: 14px;
    text-align: center;
    width: 25%;
    border-radius: 30px;
    border: 0 none;
    white-space: normal;
    text-transform: uppercase;
    padding: 8px 0;
    margin-right: 15px;
}
.modal .enviar {
    background-color: #014D49;
    color: #fff;
    font-family: 'Unimed_Slab_SemiBold';
    font-size: 14px;
    text-align: center;
    width: 25%;
    border-radius: 30px;
    border: 0 none;
    white-space: normal;
    text-transform: uppercase;
    padding: 8px 0;
}
.modal .padrao:hover {
    background: #e8e8e8;
}
.modal .enviar:hover {
    background: #00965D;
}