﻿@font-face {
  font-family: "Ubuntu Bold";
  src: url("./fonts_unimed/Ubuntu-B.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  src: url("./fonts_unimed/Ubuntu-R.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu Medium";
  src: url("./fonts_unimed/Ubuntu-M.ttf") format("truetype");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  margin: 0;
  padding: 0;
}

input,
textarea,
select,
button {
  font-family: "Trebuchet MS", sans-serif;
}

button {
  outline: none !important;
}

div:focus {
  outline: 0;
}

a:focus {
  outline: 0;
}

body {
  line-height: 1;
  font-family: "Trebuchet MS", sans-serif;
  color: #444444;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.topoConteudo {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 10px;
}

input:focus {
  border: 1px solid #b1d34b;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

input {
  border: 0;
}

input,
select {
  font-size: 16px;
  color: #4e4e4e;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

div.topo {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

#pagina {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00995d;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

input,
select {
  height: 45px;
  border-radius: 7px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}

.select2-results__option {
  font-size: 16px;
}

.select2-container--default .select2-selection--single {
  height: 45px;
  border-radius: 7px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}

.select2-container--default .select2-selection--single span {
  font-size: 16px;
}

.select2-results__option .select2-results__option--highlighted:hover {
  background-color: #00995d !important;
}

.topoInner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  align-self: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 4px 4px rgba(0, 0, 0, 0.23);
  /* Todos menos default */
  height: 80px;
  background-color: #008c50;
}

a {
  text-decoration: none;
  color: inherit;
}

* {
  box-sizing: border-box;
}

.not-allowed {
  cursor: not-allowed;
}

.bannerNormal {
  display: none;
}

.subTituloDefault {
  display: none;
}

.header {
  height: 80px;
  width: 100%;
}

strong {
  font-weight: bold;
}

.rodape {
  display: flex;
  justify-content: center;
  background-color: #f6f5f5;
  height: 135px;
  box-shadow: 0px 0px 11px #888888;
}

.footer1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  max-width: 1200px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.footer1 .esquerdaC {
  width: 40%;
  display: flex;
  justify-content: center;
}

.footer1 .esquerdaC span {
  max-width: 400px;
  font-family: "Trebuchet MS", sans-serif;
  color: #444;
  line-height: 18px;
}

span .verde {
  color: #b1d34b !important;
  text-decoration: underline;
}

.footer1 .centroC {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 20%;
}

.footer1 .direitaC {
  width: 40%;
  display: flex;
  justify-content: center;
}

.footer1 .direitaC span {
  display: block;
  font-family: "Trebuchet MS", sans-serif;
  color: #444;
}

.rodape2 {
  display: flex;
  justify-content: center;
  background-color: #0a5f55;
  height: 80px;
}

.footer2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
}

.footer2 .voltarUnimed span {
  font-size: 18px;
  color: #444444;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
}

.tituloHeader {
  color: #fff;
  font-size: 22px;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  display: flex;
  flex: 2;
}

.divUnimedLogo {
  order: 1;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  color: #444;
}

.divLogado {
  order: 3;
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.divLogado a {
  margin-right: 15px;
}

.divLogado .btnSair {
  margin-right: 0;
  margin-left: 10px;
}

.divUnimedLogo img {
  width: 110px;
}

.divTitulo {
  order: 2;
}

.loginDiv {
  height: 40px;
  max-width: 230px;
  background-color: #b1d34b;
  border-radius: 4px;
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 1px #3e3e3e;
  order: 3;
}
.loginDiv img {
  width: 30px;
}

.loginText {
  color: #444444;
  padding-right: 30px;
  padding-left: 15px;
  font-size: 14px;
  font-family: "Trebuchet MS", sans-serif;
  display: block;
}

.loginPic {
  margin-left: 10px;
}

.divSubtitulo {
  display: flex;
  text-align: center;
  width: 100%;
  margin-top: 100px;
  justify-content: center;
}

.subTituloDefault {
  font-size: 60px;
  color: #fff;
  font-family: "Ubuntu Bold", sans-serif;
  max-width: 950px;
}

.centroC img {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.centroC img:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

/* Classes de erro para inputs */

.msgErro {
  display: unset;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #c60000;
  top: 22px;
  right: 0px;
  position: absolute;
}

.inputRed {
  border-color: inherit;
  border: 1px solid #c60000;
}

.inputNotRed {
  border: 0px;
}

.hideErro {
  display: none;
}

.msgErroIcon {
  display: block;
  position: absolute;
  right: 10px;
  top: 60px;
}

.msgErroDefault {
  display: none;
}

.padding12px {
  padding-left: 12px;
  display: flex;
  align-items: center;
}

.loginDiv:hover,
.voltarUnimed:hover {
  background-color: #c2e45b;
}

.hoverDefault:hover {
  background-color: #c2e45b;
}

.direitaB {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #fff;
  font-size: 12px;
}

.direitaB img {
  width: 150px;
  margin-top: 5px;
}

.bordaVermelha {
  border: 1px solid #c60000;
}

#informe {
  text-align: left;
}
.erroDep {
  color: #c60000;
  display: none;
}
.display {
  display: block;
}

.btnGeneralizado {
  font-size: 14px;
  background-color: #b1d34b;
  color: #00401a;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  display: flex;
  cursor: pointer;
}

.btnGeneralizado:hover {
  background-color: #c2e45b;
}

.btnPadrao {
  background-color: #b1d34b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 14px 40px;
  color: #00401a;
  font-family: "Trebuchet MS", sans-serif;
  white-space: nowrap;
  font-size: 14px;
  cursor: pointer;
  margin-top: 10px;
}

.btnPadrao span {
  height: 9px;
}

.margin15 {
  margin-left: 15px;
  margin-right: 15px;
}

.btnComum {
  font-size: 14px;
  background-color: #b1d34b;
  padding: 10px 25px;
  /* margin: 0 20px; */
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-top: 30px;
  border-radius: 4px;
  color: #444;
}

.btnComum:hover {
  background-color: #c2e45b;
}

.btnComumSmall {
  font-size: 12px;
  background-color: #b1d34b;
  padding: 8px 14px;
  flex-wrap: nowrap;
  white-space: nowrap;
  border-radius: 4px;
  color: #444;
  text-align: center;
}

.btnComumSmall:hover {
  background-color: #c2e45b;
}

.div_login_logout {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  color: #fff;
}

.div_login_logout {
  font-size: 14px;
}

.div_itens_logado {
  display: flex;
}

.divBtn2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.btnSair {
  color: #b1d34b;
  text-decoration: underline;
}

.wrapperTopo {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  align-items: center;
  padding: 10px 20px;
}

.btnAcesse {
  padding: 7px 11px;
  color: #454545;
  background-color: #fff0c7;
  border-radius: 4px;
  font-family: "Ubuntu Medium", sans-serif;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-size: 14px;
  cursor: pointer;
}

.btnAcesse:hover {
  background-color: #eddfb7;
}

.wrapper_passos {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  position: relative;
  padding: 22px 20px;
  margin: auto;
}

.step {
  display: flex;
  align-items: center;
  z-index: 1;
  background-color: #fff;
  padding: 0 5px;
}

.step div {
  font-size: 16px;
  font-family: "Ubuntu Bold", sans-serif;
  background-color: #898989;
  color: #fff;
  height: 22px;
  width: 22px;
  min-width: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.linha_cinza_passos {
  height: 1px;
  background-color: #c9c9c9;
  width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.step span {
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
}

.step-active div {
  background-color: #f59048;
}

.step-active span {
  color: #f59048;
}

@media (max-width: 1150px) {
  .div_itens_logado {
    flex-direction: column-reverse;
    align-items: center;
  }

  .div_login_logout {
    margin-bottom: 15px;
  }

  .divLogado a {
    margin-right: 0;
  }
}

@media (max-width: 980px) {
  .tituloHeader {
    font-size: 18px;
  }
}

@media screen and (max-width: 835px) {
  .divUnimedLogo {
    order: 1;
    width: unset;
  }

  .loginDiv {
    order: 2;
    /* margin-top:22px; */
  }

  .divTitulo {
    order: 3;
    width: 100%;
    text-align: center;
    display: none;
  }

  .footer1 {
    flex-direction: column;
  }

  .rodape {
    height: 220px;
  }

  .footer1 .esquerdaC span {
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: center;
  }

  .footer1 .esquerdaC {
    width: 80%;
  }

  .footer1 .direitaC {
    width: 80%;
  }

  .footer1 .direitaC span {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
  }

  .footer2 {
    flex-direction: column;
    height: unset;
    overflow: hidden;
    height: 130px;
    padding: 10px 0;
  }

  .footer2 .voltarUnimed {
    margin-top: 10px;
  }

  .divDica .dica {
    align-self: center;
  }

  .divDica span {
    align-self: center;
  }

  .rodape2 {
    height: 130px;
  }
}

@media screen and (max-width: 768px) {
  .step span {
    display: none;
  }

  .step div {
    margin-right: 0;
  }

  .div_itens_logado {
    align-items: flex-end;
  }

  .sumir768 {
    display: none;
  }

  .topoConteudo h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .fixSpan {
    font-size: 12px;
  }

  .btnGeneralizado {
    padding: 10px 20px;
    font-size: 12px;
  }

  .divTitulo {
    display: none;
  }

  .centroC img {
    width: 30px;
  }

  .wrapperTopo {
    padding: 10px 20px;
  }

  .topoInner {
    height: auto;
  }
}

@media (max-width: 640px) {
  .divUnimedLogo {
    width: 130px;
    flex: auto;
    flex: unset;
  }
}

@media screen and (max-width: 500px) {
  .loginPic {
    display: none;
  }

  .sumir500 {
    display: none;
  }

  .loginDiv {
    width: 80px;
  }

  .loginText {
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 100%;
    text-align: center;
  }

  .divLogado {
    flex-direction: column;
    align-items: flex-end;
    font-size: 14px;
  }

  .div_login_logout {
    flex-direction: column;
    align-items: flex-end;
  }

  .divLogado a {
    margin-left: 0;
  }

  .btnAcesse {
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
  .sumir400 {
    display: none;
  }

  .divUnimedLogo img {
    width: 90px;
  }

  .div_login_logout p {
    font-size: 12px;
  }
}