.wrapperTopo {
  display: none;
}

.wrapperBanner {
  background-color: #05c378;
  height: 536px;
  position: relative;
  overflow: hidden;
}

.conteudoBanner {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  margin: auto;
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.casalSaude {
  transform: translateY(48px);
  margin-right: 10%;
  height: 91%;
}

.divBorda {
  border: 1px solid #fff;
  color: #fff;
  font-size: 34px;
  padding: 10px;
  margin: 25px 0;
}

.conteudoEscritoBanner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 20px;
}

.texto_banner {
  font-size: 46pxw;
}

.texto_banner {
  font-size: 38px;
  font-family: "Ubuntu Bold", sans-serif;
  text-align: left;
  max-width: 348px;
}

.texto_1 {
  color: #fff0c7;
}

.texto_2 {
  color: #fff;
}

.btnAcesse {
  position: absolute;
  right: 10px;
  top: 20px;
}

.header {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  height: unset;
}

.div_itens_logado {
  visibility: hidden;
}

.topoInner {
  height: unset;
  box-shadow: none;
}

.bannerNormal {
  display: block;
}

.subTituloDefault {
  display: block;
  font-size: 50px;
}

.tituloHeader {
  color: #fff;
}

.divTopo {
  box-shadow: none;
}

.divCampos {
  width: 510px;
  background-color: #f47920;
  display: flex;
  flex-direction: column;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 10px;
  order: 2;
  position: absolute;
  right: 0;
  top: -40px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.divCamposPj {
  width: 510px;
  background-color: #f47920;
  display: flex;
  flex-direction: column;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 10px;
  order: 2;
  position: absolute;
  left: 0;
  top: -40px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.infoBox {
  display: flex;
  flex-direction: column;
}

.infoBox .label {
  font-family: "Trebuchet MS", sans-serif;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 20px;
  position: relative;
  font-size: 14px;
}

.titulo {
  width: 70%;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 35px;
  text-align: center;
}

.primeiroTitulo {
  font-family: "Ubuntu Bold", sans-serif;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
  max-width: 100%;
}

.subTitulo {
  font-size: 18px;
  color: #fff;
  font-family: "Trebuchet MS", sans-serif;
}

.tituloDep {
  padding-left: 20px;
  font-family: "Trebuchet MS", sans-serif;
  color: #fff;
  margin-top: 45px;
  padding-left: 0px;
  padding-bottom: 10px;
}

.line-title {
  font-size: 20px;
  margin-top: 45px;
  margin-bottom: 6px;
  padding-top: 1px; /* Allows for hr margin to start at top of h2 */
}

/* clearfix for floats */
.line-title:after {
  content: "";
  display: table;
  clear: both;
}

.line-title span {
  padding-left: 20px;
  font-family: "Trebuchet MS", sans-serif;
  color: #fff;
  padding-left: 0px;
  float: left;
  padding-right: 30px;
}

.line-title hr {
  border: 1px solid #ffffff;
  border-width: 1px 0 0 0;
  margin-top: 11px;
}
.line-title2 hr {
  border: 1px solid #ffffff;
  border-width: 1px 0 0 0;
  margin-top: 11px;
}

#informe {
  color: #fff;
  font-family: "Trebuchet MS", sans-serif;
  margin-bottom: 25px;
}

.adicionarDep {
  height: 34px;
  background-color: #0b5e53;
  border-radius: 4px;
  /* box-shadow: 0px 3px 6px #888888;     */
  margin-top: 25px;
  margin-bottom: 15px;
  width: 230px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.adicionarDep a {
  font-family: "unimed_demibolbold", sans-serif;
  font-size: 16px;
  color: #444444;
}

.infoBox img {
  cursor: pointer;
}

.line-title {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 6px;
  padding-top: 1px; /* Allows for hr margin to start at top of h2 */
}

.divConfirma {
  width: 100%;
  background-color: #009c52;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
}

.divConfirma:hover {
  background-color: #0b5e53;
}

.divConfirma:hover:before {
  left: 90%;
  top: 50%;
  transform: translateY(-50%);
}

.adicionarDep:hover {
  background-color: #08413a;
}

.divConfirma a {
  text-decoration: none;
  color: #444444;
  font-family: "Ubuntu Bold", sans-serif;
  font-size: 20px;
}

.divDica {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  order: 1;
  padding-right: 10px;
  padding-left: 10px;
  color: #444444;
}

.divDica span {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-size: 24px;
  max-width: 400px;
}
.divDica h4 {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-size: 24px;
  max-width: 400px;
}

.divDica .dica {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 400px;
  margin-top: 50px;
}

.divDica .dica span {
  font-family: "Ubuntu Regular", sans-serif;
  font-size: 20px;
  padding-left: 20px;
  line-height: 20px;
  text-align: left;
  color: #4c4c4c;
  font-weight: normal;
}

.divDica .dica strong {
  font-weight: bold;
  font-size: 20px;
}

#main .conteudo {
  display: flex;
  flex-direction: row;
  width: 1200px;
  justify-content: flex-start;
  position: relative;
  color: #444444;
}

#main .conteudoPj {
    display: flex;
    flex-direction: row;
    width: 1200px;
    justify-content: flex-end;
    position: relative;
    color: #444444;
}
#main {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.conteudoContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 2rem;
}

.cardTitle {
    font-size: 2rem;
    text-align: center;
    color: #018e53;
}

.cardWrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 80%;
    margin: 3rem 0;
}

.cardContainer {
    width: 300px;
    height: 300px;
    background-color: #eee;
    border-radius: 1rem;
    color: white;
    display: flex;
    flex-direction: column;
}

.cardImage {
    object-fit: cover;
    max-height: 60%;
    border-radius: 1rem 1rem 0 0;
}

.cardText {
    width: 100%;
    height: 100%;
    background-color: #018e53;
    border-radius: 0 0 1rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardText h1 {
    font-size: 2rem;
}

.infoDependente {
    display: flex;
}

.infoDependente .infoBox .label {
  padding-left: unset;
}

.infoDependente .infoBox {
  margin-right: 5px;
  justify-content: center;
}
.infoDependente .infoBox img {
  margin-top: 48px;
}

.adicionar {
  display: flex;
  align-content: center;
}

.adicionar span {
  font-size: 16px;
  margin-left: 15px;
}

.msgErroDefault {
  display: none;
}

.msgErro {
  color: #682d00;
}

.erroDep {
  color: #682d00;
  font-family: "Trebuchet MS", sans-serif;
}

.boxImgDica {
  width: 110px;
  height: 105px;
  display: flex;
  align-items: center;
}

.infoBox input {
  width: 100%;
}

.controlAdicionarDep {
  display: block;
}

.fixInputDep {
  width: 68%;
}

.inputRed {
  border-color: #682d00;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 7px;
  text-align: left;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 35px;
  position: absolute;
  top: 13%;
  right: 1px;
  width: 32px;
}

.select2-search--dropdown .select2-search__field {
  height: 25px;
  border-color: #4e4e4e !important;
}

.select2-container--default
  [aria-selected].select2-results__option--highlighted {
  background-color: #4e4e4e;
}

.divConfirma {
  position: relative;
  overflow: hidden;
}

.divConfirma:before {
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 3.5;
  color: #444444;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  left: 130%;
}

.icon-arrow-right:before {
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f061";
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #fff;
}

.passosTitle {
  width: 100%;
  text-align: left;
  color: #008c50;
}

.passosTitle p {
  font-size: 32px;
  font-family: "Ubuntu Bold", sans-serif;
}

.passosTitle h4 {
  font-size: 22px;
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
}

.listaPassos {
  position: relative;
  flex-direction: column;
  margin-top: 30px;
}

.icone_passo {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  color: #fff;
  font-size: 44px;
  font-family: "Ubuntu Bold", sans-serif;
  background-color: #05c378;
  display: flex;
  justify-content: center;
  align-items: center;
}

.green_bar {
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 40px;
  background-color: #05c378;
  z-index: -1;
}

.fundoGradientBottom {
  background: #75ec6d; /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    #75ec6d 0%,
    #04968f 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    #75ec6d 0%,
    #04968f 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    #75ec6d 0%,
    #04968f 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75ec6d', endColorstr='#04968f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  height: 753px;
  width: 100%;
  display: flex;
  align-items: center;
}
.wrapperVideo {
  width: 1200px;
  margin: auto;
  height: 70%;
  position: relative;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.playYoutube {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  cursor: pointer;
  font-size: 120px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapperVideo .iframe {
  width: 100%;
  height: 100%;
}
.videoFrame {
  display: block;
}
.videoFrame p {
  font-size: 30px;
  color: #fff;
  font-family: "Ubuntu Bold", sans-serif;
  position: absolute;
  top: -60px;
}
.select2-container--default .select2-selection--single {
  border: none;
}
.infoBox .fa-times {
  font-size: 30px;
  color: #fff;
  margin-top: 14px;
  cursor: pointer;
}

.infoDependente .infoBox .label {
  padding-top: 5px;
}

.erroParentesco {
  color: #ffcb08;
  padding: 6px 0;
}

@media (max-width: 1200px) {
  .fundoGradientBottom {
    height: 550px;
    padding: 0 20px;
  }
}
@media (max-width: 1080px) {
  .wrapperBanner {
    height: 430px;
  }
  .divBorda {
    font-size: 30px;
  }
  .texto_banner {
    font-size: 34px;
  }
  .conteudoEscritoBanner img {
    width: 150px;
  }
}
@media screen and (max-width: 1015px) {
  .divCampos {
    width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .titulo {
    width: 90%;
  }
}
@media screen and (max-width: 950px) {
  .bannerNormal {
    height: 420px;
  }
  .divCampos {
    top: -40px;
    width: 400px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .subTituloDefault {
    font-size: 45px;
  }
}
@media (max-width: 900px) {
  .divBorda {
    font-size: 22px;
  }
  .texto_banner {
    font-size: 30px;
  }
  .texto_banner {
    max-width: 280px;
  }
}
@media screen and (max-width: 870px) {
  .divDica {
    width: 350px;
  }
}
@media screen and (max-width: 835px) {
  .infoBox .label {
    text-align: left;
  }
}
@media screen and (max-width: 810px) {
  .divCampos {
    padding-right: 15px;
    padding-left: 15px;
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .infoBox .fa-times {
    margin-top: 45px;
  }
  .subTitulo {
    font-size: 14px;
  }
  .primeiroTitulo {
    font-size: 20px;
  }
  .divConfirma {
    font-size: 14px;
    padding: 10px;
    height: auto;
  }
  .adicionar span {
    font-size: 12px;
    margin-left: 10px;
  }
  .adicionar img {
    height: 12px;
  }
  .adicionarDep {
    padding: 10px 5px;
    width: 175px;
    height: auto;
  }
  .titulo {
    width: 100%;
  }
  #main .conteudo {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .divCampos {
    order: 1;
    width: unset;
    border-radius: unset;
  }
  .divDica {
    order: 2;
    align-self: center;
    width: unset;
  }
  .divCampos {
    position: relative;
    right: unset;
    top: unset;
  }
  .bannerNormal {
    height: 350px;
  }
  /* .topCobertura{
        top:63%
    } */
  .infoBox input {
    font-size: 12px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
  }
  .divDica span {
    font-size: 16px;
  }
  .boxImgDica img {
    width: 50px;
  }
  .divDica .dica strong {
    font-size: 16px;
  }
  .divDica .dica span {
    font-size: 14px;
  }
  .divDica .dica {
    margin-top: 15px;
  }
  .divDica {
    margin-top: 40px;
  }
  input,
  select {
    height: 36px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 4px;
  }
  .select2-container--default .select2-selection--single {
    height: 36px;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 0%;
  }
  .infoBox .label {
    padding-top: 25px;
  }
  .wrapperBanner {
    height: 276px;
  }
  .casalSaude {
    height: 60%;
    transform: none;
  }
  .conteudoBanner {
    align-items: flex-end;
  }
  .divBorda {
    font-size: 14px;
    margin: 60px 0 10px;
  }
  .texto_banner {
    font-size: 20px;
    max-width: 220px;
  }
  .conteudoEscritoBanner img {
    width: 120px;
    position: absolute;
    top: 20px;
  }
  .conteudoEscritoBanner {
    height: 100%;
    justify-content: center;
  }
  .fundoGradientBottom {
    height: 400px;
  }
  .icone_passo {
    width: 55px;
    height: 55px;
    min-width: 55px;
    font-size: 36px;
  }
  .green_bar {
    width: 4px;
    left: 28px;
  }
  .divDica .dica span {
    font-size: 16px;
  }
  .playYoutube {
    font-size: 80px;
  }
  .passosTitle p {
    font-size: 24px;
  }
  .passosTitle h4 {
    font-size: 18px;
  }
  .videoFrame p {
    font-size: 18px;
    top: -35px;
  }
}
@media screen and (max-width: 640px) {
  .subTituloDefault {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .divSubtitulo {
    margin-top: 28px;
    line-height: 31px;
  }
  .bannerNormal {
    height: 270px;
  }
  .divUnimedLogo img {
    width: 130px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .infoDependente .infoBox img {
    width: 20px;
  }
}
@media screen and (max-width: 450px) {
  .msgErro {
    top: 92px;
  }
  .casalSaude {
    margin-right: 1%;
  }
  .conteudoEscritoBanner {
    padding-left: 10px;
  }
}
@media screen and (max-width: 400px) {
  .conteudo {
    overflow: hidden;
  }
  .fixInputDep {
    width: 100%;
  }
  .divBorda {
    padding: 4px;
    font-size: 12px;
  }
  .texto_banner {
    font-size: 18px;
  }
  .casalSaude {
    margin-right: -6%;
  }
  .texto_banner {
    font-size: 16px;
  }
  .divDica .dica span {
    line-height: 18px;
  }
}
