@import url('fontes.css');

body, html {
  font-family: 'UnimedSans_Regular';
  overflow-x: hidden;
  font-size: 18px;
  color: #4f4f4f;
  background: #fff;
}

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

a:hover {text-decoration: none !important;}
.center {text-align: center;}
.right {text-align: right;}
.mobile  {display: none;}
.vertical {margin: auto 0;}
.imgtotal img {width: 100%}
.none,.pretobranco {display: none;}
.topoPdf {display: none;}
.no-margin {margin: 0;}
strong {color: #333;}
#iraotopo {position: fixed;bottom: 30px;right: 21px;z-index: 9999;width: 32px;height: 65px;text-align: center;background: #00995d;cursor: pointer;border: 0;border-radius: 30px;text-decoration: none;transition: opacity 0.2s ease-out;opacity: 0;}
#iraotopo:hover {background: #006565;}
#iraotopo.show {opacity: 1;}
.btn_enviar_mail {color: #fff;background: #00995d;text-transform: uppercase;font-size: 15px;padding: 8px 40px;border-radius: 10px;margin-top: 20px;}
.btn_enviar_mail:hover {background: #006565;}
.overlay_geral {left: 0;top: 0;width: 100%;height: 100%;position: fixed;background: rgba(0,0,0,0.8);z-index: 999999;}
.overlay_geral .overlay__inner {left: 0;top: 0;width: 100%;height: 100%;position: absolute;}
.overlay_geral .overlay__content {left: 50%;position: absolute;top: 50%;transform: translate(-50%, -50%);text-align: center;}
.overlay_geral .overlay__content p {font-size: 14px;color: #fff;padding-top: 10px;}
.overlay_geral .spinner {width: 75px;height: 75px;display: inline-block;border-width: 2px;border-color: rgba(255, 255, 255, 0.05);border-top-color: #fff;animation: spin 1s infinite linear;border-radius: 100%;border-style: solid;}
@keyframes spin {100% {transform: rotate(360deg);}}
.container-fluid.reguas {padding-left: 60px;padding-right: 60px;}

/* MODAL REFERENCIA */
#referencia h2 {
    font-family: 'UnimedSans_Bold';
    color: #69b794;
    font-size: 22px;
    width: 100%;
}
#referencia h2 strong {
    color: #006565;
}
#referencia form {
    padding: 20px;
}
#referencia form select {
    background: #fff url("../images/seta-busca.gif") no-repeat 100% 50%;
    appearance: none;
}
#referencia form .btn-continuar {
    font-family: 'UnimedSans_Bold';
    text-transform: uppercase;
    font-size: 14px;
    background: #f47920;
    color: #fff;
}
#referencia form .final {
    margin: 15px 0 10px;
}
.btn.referencia {
    background: #008c8d;
    color: #fff;
    font-size: 17px;
}
.btn.referencia:hover {
    background: #f47920;
}

/* HEADER */
header {
    padding: 20px 0;
    font-family: 'UnimedSans_Bold';
    text-transform: uppercase;
    background: #e2ebe6;
}
header h1 {
    font-size: 16px;
    margin: 0;
}
header h2 {
    color: #00995d;
    font-size: 16px;
    margin: 0;
}

/* LOGIN */
.login {
    background: linear-gradient(0deg, rgba(202,236,222,1) 30%, rgba(255,255,255,1) 90%);
    height: 100vh;
}
.login .logo {
    padding: 50px 0 60px;
}
#form_login label {
    color: #929493;
    font-size: 15px;
    padding-left: 19px;
    margin-bottom: 5px;
}
#form_login input {
    border: 1px solid #c9c9c9;
    height: 55px;
    border-radius: 10px;
    padding-left: 50px;
}
#form_login #usuario {
    background: #e1ede9 url("../images/user.png") no-repeat 5% 50%;
}
#form_login #senha {
    background: #e1ede9 url("../images/pass.png") no-repeat 5% 50%;
}
#form_login #email {
    background: #e1ede9;
}
#form_login .esquecisenha {
    margin: -13px 0 0 0;
}
#form_login .esquecisenha a {
    color: #929493;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
#form_login .esquecisenha a:hover {
    color: #00995d;
}

/* TOPO INTERNO */
.topo {
    margin: 40px 0;
}
.topo .menu {
    color: #4f4f4f;
    font-size: 18px;
    cursor: pointer;
}
.topo .menu img {
    margin-right: 5px;
    margin-top: -8px;
}
.topo .help {
    color: #4f4f4f;
    font-size: 18px;
}
.topo .help img {
    margin-left: 5px;
    margin-top: -10px;
}
.topo .identificador {
    color: #00995d;
    font-size: 15px;
    margin: 0;
    padding-top: 5px;
}
.topo .float-right {
    padding: 0 0 0 10px;
}
.topo .identificador strong {
    color: #f47920;
    font-family: 'UnimedSans_Bold';
    font-size: 20px;
}

/* TOPO INTERNO MENU */
.topo #navegacao {
    position: absolute;
    z-index: 2;
    background: #e6e6e6;
    padding: 10px 10px 10px 15px;
    width: 400px;
    border-radius: 5px;
    margin-top: 10px;
}
.topo #navegacao a {
    display: block;
    padding: 7px 0;
    color: #00995d;
    border-top: 1px dashed #e6e6e6;
    border-bottom: 1px dashed #e6e6e6;
}
.topo #navegacao a:hover {
    border-top: 1px dashed #f47920;
    border-bottom: 1px dashed #f47920;
    font-family: 'UnimedSans_Bold';
}
.topo #navegacao a.breve {
    display: block;
    padding: 7px 0;
    color: #333;
    border-top: 1px dashed transparent;
    border-bottom: 1px dashed transparent;
}
.topo #navegacao a .arrow {
    margin-top: -7px;
}

/* SLIDESHOW */
.slideshow .swiper-button-prev {
    background-image: url("../images/arrows-left.png") !important;
    left: 0 !important;
    background-repeat: no-repeat !important;
    border-radius: 0 10px 10px 0;
    background-size: 60px 60px !important;
    width: 40px !important;
    background-color: #fff;
    height: 60px !important;
}
.slideshow .swiper-button-next {
    background-image: url("../images/arrows-right.png") !important;
    right: 0 !important;
    background-repeat: no-repeat !important;
    border-radius: 10px 0 0 10px;
    background-size: 60px 60px !important;
    width: 40px !important;
    background-color: #fff;
    height: 60px !important;
}

/* CONTEUDO HOME */
.conteudo.home {
    margin-top: 60px;
}
.conteudo.home h2 {
    color: #f47920;
    font-size: 23px;
    margin-bottom: 30px;
}
.conteudo.home h3 {
    color: #f47920;
    font-size: 23px;
    margin-top: 30px;
}
.conteudo.home h2 span {
    font-family: 'UnimedSans_Bold';
}
.conteudo.home .info {
    margin-top: -5px;
    position: absolute;
    margin-left: 4px;
}
.conteudo.home .info_detalhes {
    background: #00995d;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 15px;
    width: 340px;
    border-radius: 10px;
    position: absolute;
    margin-top: -200px;
    left: 460px;
    z-index: 2;
}
.conteudo.home .info_detalhes .info_flag {
    position: absolute;
    left: 0;
    bottom: -17px;
}
.conteudo.home .box {
    background: #ffcb79;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    padding: 20px 10px;
    margin-bottom: 30px;
    color: #333;
}
.conteudo.home .box h3 {
    color: #006565;
    font-size: 25px;
    font-family: 'UnimedSans_Bold';
    margin: 0;
}
.conteudo.home .box p {
    margin: 0;
}
.conteudo.home hr {
    border: 2px solid #ffcb79;
    width: 60%;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.conteudo.home .box_regua {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    padding: 20px;
}
.conteudo.home .box_regua .regua {
    /*margin-left: 5px;
    margin-right: 20px;*/
    margin-left: 40px;
    margin-right: 45px;
    margin-bottom: 90px;
}
.conteudo.home .box_regua .acessar_dados {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 30px;
}
.conteudo.home .acessar_dados {
    color: #69b794;
    font-size: 20px;
    font-family: 'UnimedSans_Bold';
    text-transform: uppercase;
    line-height: 23px;
    /*border: 1px solid #eeee;*/
    width: 100%;
    margin-bottom: 30px;
}
.conteudo.home .box_regua .acessar_dados strong {
    color: #008c8d;
    font-size: 20px;
}
.conteudo.home .acessar_dados strong {
    color: #008c8d;
}
.conteudo.home .acessar_dados span {
    font-size: 15px;
    color: #f47920;
    top: -1px;
    position: relative;
}
.conteudo.home .acessar_dados:hover {
    color: #006565;
}

/* CONTEUDO INTERNO */
.conteudo.interno {
    margin-top: 50px;
}
.conteudo.interno .titulos {
    margin-bottom: 40px;
}
.conteudo.interno .titulos h1 {
    background: #006665;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    padding: 5px 20px;
    border-radius: 20px;
    font-family: 'UnimedSans_Bold';
    text-transform: uppercase;
}
.conteudo.interno .titulos h2 {
    color: #00995d;
    font-size: 23px;
    text-transform: uppercase;
    font-family: 'UnimedSans_Light';
}
.conteudo.interno .titulos h2 span {
    font-family: 'UnimedSans_Bold';
}
.conteudo.interno .titulos h3 {
    color: #f47920;
    font-size: 23px;
    font-family: 'UnimedSans_Light';
    text-transform: uppercase;
}
.conteudo.interno .box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    padding: 20px;
    margin-bottom: 65px;
    min-height: 487px;
}
.conteudo.interno .box h2 {
    color: #69b794;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'UnimedSans_Bold';
    margin: 0;
}
.conteudo.interno .box h2 .float-rightC {
    margin-top: -1px;
    right: 30px;
    position: absolute;
}
.conteudo.interno .box .valor {
    background: #f47920;
    color: #fff;
    font-size: 30px;
    font-family: 'UnimedSans_Bold';
    text-transform: uppercase;
    display: inline-block;
    border-radius: 30px;
    padding: 5px 50px;
    margin: 27px 0 10px;
}
.conteudo.interno .box .emoji {
    margin-top: 15px;
}
.conteudo.interno .box .divisor {
    background: url('../images/divisor.png');
    height: 5px;
    margin: 20px 0;
}
.conteudo.interno .box h3 {
    color: #00995d;
    font-size: 20px;
    font-family: 'UnimedSans_Bold';
    text-transform: uppercase;
}
.conteudo.interno .box h4 {
    color: #69b794;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'UnimedSans_Bold';
    margin-bottom: 15px;
}
.conteudo.interno .box h4.eu {
    padding: 9px 0 8px;
}
.conteudo.interno .box h4.eu img {
    margin-top: -8px;
    margin-right: 5px;
}
.conteudo.interno .box .border {
    border: 2px solid #69b794 !important;
    border-radius: 40px;
    padding-top: 5px;
}
.conteudo.interno .box .border.destaque {
    border: 2px solid #f47920 !important;
}
.conteudo.interno .box .border .numero {
    font-size: 30px;
    font-family: 'UnimedSans_Bold';
    line-height: 27px;
}
.conteudo.interno .box .border .numero span {
    font-size: 15px;
    font-family: 'UnimedSans_Regular';
    display: block;
}
.conteudo.interno .box .valor2 {
    color: #f47920;
    font-size: 30px;
    font-family: 'UnimedSans_Bold';
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 50px;
    margin-bottom: 110px;
}
.conteudo.interno .box h2 strong {
    color: #f47920;
}
.conteudo.interno .box .btresult {
    margin-top: 25px;
}
.conteudo.interno .box .btresult a {
    background: #b1d34a;
    color: #fff;
    font-size: 20px;
    font-family: 'UnimedSans_Bold';
    text-transform: uppercase;
    border-radius: 30px;
    padding: 5px 20px;
    cursor: pointer;
}
.conteudo.interno .box .btresult a:hover {
    background: #006565;
}

/* DETALHES */
.conteudo.interno .detalhes {
    margin-top: 10px;
    margin-bottom: 70px;
}
.conteudo.interno .detalhes .titulos_detalhes {
    background: url('../images/divisor4.png');
    background-size: contain;
    height: 36px;
    margin-bottom: 90px;
}
.conteudo.interno .detalhes h2 {
    background: #006665;
    color: #fff;
    font-size: 18px;
    font-family: 'UnimedSans_Bold';
    text-transform: uppercase;
    border-radius: 30px;
    padding: 6px 20px;
    display: inline-block;
    margin: 0;
}
.conteudo.interno .detalhes h4 {
    font-size: 17px;
    margin-top: 12px;
    color: #006665;
    font-family: 'UnimedSans_Light';
}
.conteudo.interno .detalhes .no-margin {
    font-size: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #006665;
    margin-top: -6px;
}
.conteudo.interno .detalhes h3 {
    color: #69b794;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'UnimedSans_Bold';
    margin: 0;
}
.conteudo.interno .detalhes h3.dados {
    background: #f47920;
    color: #fff;
    font-size: 25px;
    font-family: 'UnimedSans_Bold';
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 30px;
}
.conteudo.interno .detalhes h3.dados.forma {
    background: #f2f2f2;
    color: #00995d;
    font-size: 18px;
    font-family: 'UnimedSans_Regular';
    padding-bottom: 5px;
}
.conteudo.interno .detalhes .divisor {
    background: url('../images/divisor.png');
    height: 5px;
    margin: 40px 0;
}
.conteudo.interno .detalhes .baixarpdf {
    margin-bottom: 40px;
    display: block;
    cursor: pointer;
}

/* REGUA */
.regua {
    margin-top: 65px;
    margin-bottom: 100px;
}
.bar-container {
    position: relative;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
}
.bar {
    width: 100%;
    height: 25px;
    position: relative;
}
.bar .left {
    float: left;
    margin-left: -13px;
    color: #d7d7d7;
    font-size: 14px;
    margin-top: 5px;
}
.bar .right {
    float: right;
    margin-right: -30px;
    color: #d7d7d7;
    font-size: 14px;
    margin-top: 5px;
}
.marker {
    position: absolute;
    width: 7px;
    height: 170%;
    border-radius: 10px;
    background: #69b794;
    margin-top: -9px;
    margin-left: -4px;
    z-index: 1;
}
.comment {
    position: absolute;
    white-space: nowrap;
    font-size: 15px;
    transform: translateX(-50%);
}
.comment-value {
    top: -60px;
    background: #f47920;
    border-radius: 10px;
    color: #fff;
    padding: 0 10px;
    font-family: 'UnimedSans_Bold';
}
.comment-top {
    top: -85px;
    color: #f47920;
}
.comment-bottom {
    top: -35px;
    color: #69b794;
    /*border: 1px solid #69b794;*/
    border-radius: 10px;
    padding: 0 10px;
    font-family: 'UnimedSans_Bold';
}
.comment-pos {
    top: 65px;
    color: #69b794;
}
.marker.min,.marker.max {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #e3e3e3;
    background: transparent;
    margin-top: 25px;
    margin-left: -16px;
    z-index: 0;
}
.comment.comment-top.min,.comment.comment-bottom.min,.comment.comment-pos.min,.comment.comment-top.max,.comment.comment-bottom.max,.comment.comment-pos.max {
    color: #adafb0;
}
.comment.comment-value.min,.comment.comment-value.max {
    background: #b6b6b6;
    top: 70px;
}
.comment.comment-top.min,.comment.comment-top.max {
    top: 45px;
}
.comment.comment-bottom.min,.comment.comment-bottom.max {
    top: 95px;
}
.comment.comment-pos.min,.comment.comment-pos.max {
    top: 88px;
}
.comment.comment-bottom span,.comment.comment-bottom.min span,.comment.comment-bottom.max span {
    font-family: 'UnimedSans_Regular';
}

/* BT RESULTADOS DETALHADOS */
.abrirResultados {
    margin-bottom: 40px;
}
.abrirResultados a {
    background: #b1d34a;
    color: #fff !important;
    font-size: 20px;
    font-family: 'UnimedSans_Bold';
    text-transform: uppercase;
    border-radius: 30px;
    padding: 5px 20px;
    cursor: pointer;
}
.abrirResultados a:hover {
    background: #006565;
}












footer {
    font-size: 14px;
    background: #e2ebe6;
    padding: 10px 0;
    margin-top: 50px;
}
footer p {
    margin: 0;
}





