html, body {
  height: 100%;
}

.m-h-100 {
  min-height: 100%;
  height: auto;
  position: relative;
}

body {
  position: relative;
  color: #555;
  background-color: #ECFAFF;
  z-index: 0;
  font-family: "roboto-regular", sans-serif;
  font-size: 100%;
  min-height: 100vh;
  padding-bottom: 3rem;
  width: 99%;
}
body::before {
  content: "";
  background: url("../images/rodape-criancas-interno.svg") right bottom no-repeat transparent;
  background-size: 140%;
  position: fixed;
  width: 100%;
  height: 250px;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.text-orange {
  color: #FFB217 !important;
}

a {
  color: #00639C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}

h1 {
  color: #00639C;
  font-family: "Solitreo", cursive;
  font-weight: 700;
  font-size: 3.125rem;
}

.h2, h2 {
  font-size: 1rem;
}

.h3, h3 {
  color: #00639C;
  font-size: 1.563rem;
}

h5 {
  font-size: 1rem;
}

.btn:focus, .btnfocus, .btn:not(.disabled).active:focus, .btn:not(:disabled):not(.disabled), .btn-primary:focus, .btn-primaryfocus, .btn-primary:not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled), .btn-outline-primary:focus, .btn-outline-primaryfocus, .btn-outline-primary:not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled), .btn-secondary:focus, .btn-secondaryfocus, .btn-secondary:not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled), .btn-outline-secondary:focus, .btn-outline-secondaryfocus, .btn-outline-secondary:not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary {
  background-color: #00639C;
  border-color: #00639C;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  background-color: #003655;
  border-color: #003655;
}
.btn-primary:disabled {
  background-color: transparent;
  border-color: #555;
  color: #555;
}

.btn-outline-primary {
  border-color: #00639C;
  color: #00639C;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
  background-color: #00639C;
  border-color: #00639C;
  color: #FFF;
}

.btn-secondary {
  background-color: #555;
  border-color: #555;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
  background-color: #555;
  border-color: #555;
}

.btn-outline-secondary {
  border-color: #555;
  color: #555;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus {
  background-color: #00639C;
  border-color: #00639C;
  color: #FFF;
}

.portal-pmc-topo-padrao-principal {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.pl-25 {
  padding-left: 1.563rem;
}

.z-10 {
  z-index: 10;
}

/* MENU LATERAL */
#wrapper {
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#wrapper.sidebar_open {
  padding-left: 200px;
}
#wrapper.sidebar_open #sidebar_wrapper {
  width: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#wrapper.sidebar_close {
  padding-left: 45px;
}
#wrapper.sidebar_close #user {
  overflow: hidden;
}
#wrapper.sidebar_close .logos {
  overflow: hidden;
  width: 3.125rem;
}
#wrapper.sidebar_close .logos .logo_pmc {
  height: 1.563rem;
  padding: 0 0 0 0.625rem;
}
#wrapper.sidebar_close #sidebar_wrapper {
  width: 45px;
}
#wrapper.sidebar_close .list-group a.list-group-item {
  font-size: 0px;
}
#wrapper.sidebar_close .list-group a.list-group-item i.bi {
  font-size: 1rem;
  margin-left: -8px;
}
#wrapper.sidebar_close #user {
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#wrapper.sidebar_close #user span {
  display: block;
  line-height: 0.9375rem;
}
#wrapper.sidebar_close #user #userName {
  display: none !important;
}
#wrapper.sidebar_close #user .dataHoje {
  display: none;
}
#wrapper.sidebar_close #user .userOptions {
  margin: 4.688rem 0 0 0;
}
#wrapper.sidebar_close #user .userOptions a, #wrapper.sidebar_close #user .userOptions button {
  border-radius: 1.563rem;
  display: inline-block;
  margin: 0.3125rem;
}

#sidebar_wrapper {
  background: #00639C;
  background-size: cover;
  left: 0;
  height: 100%;
  position: fixed;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
}

#content_wrapper {
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  width: 100%;
}
#content_wrapper .page_content {
  padding: 1.563rem 0.625rem 3.125rem 1.25rem;
}

#user {
  display: block;
  text-align: center;
  padding: 0.625rem 1.563rem 0.9375rem 0;
  margin-top: 0.9375rem;
  position: relative;
}
#user .userBrush {
  background: #369;
  background-size: cover;
  height: 5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
#user span {
  display: block;
  line-height: 0.9375rem;
  margin: 0 auto;
}
#user #userName {
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: bold;
  height: 2.188rem;
  position: inherit;
  z-index: 1;
}
#user #userName span {
  margin: 0 auto;
}
#user .dataHoje {
  color: #ffffcc;
  position: inherit;
  z-index: 1;
}
#user .userOptions {
  margin-top: 1.25rem;
}
#user .userOptions a, #user .userOptions button {
  background: #003655;
  border-radius: 0 0 0.625rem 0.625rem;
  color: #FFF;
  font-size: 0.9375rem;
  padding: 0.3125rem 0.5rem;
}
#user .userOptions a:hover, #user .userOptions button:hover {
  background: #5CD3FE;
}
#user .userOptions button.btn {
  padding: 3px 7px 4px;
  margin-top: -3px;
}

.list-group a.list-group-item {
  color: #FFF;
  font-family: "roboto-medium";
  background-color: transparent;
  border-bottom: 1px solid #FFF;
}
.list-group a.list-group-item:hover {
  color: #5CD3FE;
  background-color: white;
}
.list-group a.list-group-item:hover .nav_icon {
  color: #5CD3FE;
}
.list-group a.list-group-item .nav_icon {
  padding: 0.5rem 1rem;
}

.logos {
  bottom: 1.25rem;
  position: fixed;
  text-align: center;
  width: 200px;
}
.logos .logo_pmc {
  height: 2.188rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.logo-ici {
  bottom: 0.625rem;
  position: absolute;
  text-align: center;
  width: 100%;
}
.logo-ici a {
  color: #555;
}

/* MENU LATERAL END*/
.fade {
  background: rgba(0, 0, 0, 0.7);
}

.modal-content {
  background: none;
  border: none;
}
.modal-content .modal-header {
  border: none;
  padding: 0;
}
.modal-content .modal-header .modal-title {
  color: #00639C;
  font-size: 1.875rem;
}
.modal-content .modal-header .close {
  color: #FFF;
  text-shadow: none;
  margin: 0;
  padding: 0.625rem 0 0 0;
}
.modal-content .modal-body {
  background: #FFF;
  border: none;
  border-radius: 5px 5px 0 0;
}
.modal-content .modal-footer {
  background: #FFF;
  border: none;
}
.modal-content .shadow {
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
          box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

/** FONTS **/
@font-face {
  font-family: "roboto-light";
  src: url("https://cdn.ici.curitiba.org.br/fontes/roboto-light.woff") format("woff"), url("https://cdn.ici.curitiba.org.br/fontes/roboto-light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-regular";
  src: url("https://cdn.ici.curitiba.org.br/fontes/roboto-regular.woff") format("woff"), url("https://cdn.ici.curitiba.org.br/fontes/roboto-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-medium";
  src: url("https://cdn.ici.curitiba.org.br/fontes/roboto-medium.woff") format("woff"), url("https://cdn.ici.curitiba.org.br/fontes/roboto-medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-bold";
  src: url("https://cdn.ici.curitiba.org.br/fontes/roboto-bold.woff") format("woff"), url("https://cdn.ici.curitiba.org.br/fontes/roboto-bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-black";
  src: url("https://cdn.ici.curitiba.org.br/fontes/roboto-black.woff") format("woff"), url("https://cdn.ici.curitiba.org.br/fontes/roboto-black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Solitreo";
  src: url("../fonts/Solitreo-Regular.woff2") format("woff2"), url("../fonts/Solitreo-Regular.woff") format("woff"), url("../fonts/Solitreo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?5bfxx5");
  src: url("/fonts/icomoon.eot?5bfxx5#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?5bfxx5") format("truetype"), url("/fonts/icomoon.woff?5bfxx5") format("woff"), url("/fonts/icomoon.svg?5bfxx5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-white .text-muted {
  color: #ffffff !important;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-close:before {
  content: "\e904";
}

.icon-configuracoes:before {
  content: "\e905";
}

.icon-confirmacao:before {
  content: "\e906";
}

.icon-espera:before {
  content: "\e907";
}

.icon-heart:before {
  content: "\e908";
}

.icon-home:before {
  content: "\e909";
}

.icon-lapis:before {
  content: "\e90a";
}

.icon-logout:before {
  content: "\e90b";
}

.icon-mail:before {
  content: "\e90c";
}

.icon-password:before {
  content: "\e90d";
}

.icon-pcd:before {
  content: "\e90e";
}

.icon-perguntas-frequentes:before {
  content: "\e90f";
}

.icon-pin-usuario:before {
  content: "\e910";
}

.icon-plus:before {
  content: "\e911";
}

.icon-solicitacoes:before {
  content: "\e912";
}

.icon-star:before {
  content: "\e913";
}

.icon-target:before {
  content: "\e914";
}

.fadeInTop {
  -webkit-animation: fadeInTop 1s ease both;
          animation: fadeInTop 1s ease both;
}

.fadeInDown {
  -webkit-animation: fadeInDown 1s ease both;
          animation: fadeInDown 1s ease both;
}

.fadeIn {
  -webkit-animation: fadeIn 1s ease both;
          animation: fadeIn 1s ease both;
}

@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
#login {
  width: 100%;
}
#login .content-login-buttons {
  max-width: 380px;
  margin: auto;
}
#login .aplicacao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.188rem;
}
#login .aplicacao h1, #login .aplicacao h2 {
  display: inline-block;
}
#login .aplicacao h1 {
  color: #FFF;
  border-right: 2px solid #5CD3FE;
  display: inline-block;
  font-size: 3.125rem;
  margin: auto 0;
  padding: 0 1.25rem 0 0;
}
#login .aplicacao h2 {
  color: #FFF;
  font-family: "roboto-regular", sans-serif;
  font-size: 0.9375rem;
  margin: auto 0;
  padding: 0 0 0 1.25rem;
  text-transform: uppercase;
}
#login .aplicacao .clear {
  display: block;
}
#login .organizacao-turma {
  border: solid 2px #5CD3FE;
  border-radius: 8px;
}
#login h3 {
  color: #5CD3FE;
  font-weight: 600;
}
#login #descricao {
  background: #00639C;
  color: #FFF;
}
#login #autenticacao {
  background: #198DC0 url("../images/Proposta-background-vagas.jpg") top center no-repeat;
  background-size: 100%;
  position: relative;
}
#login #autenticacao::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/rodape-criancas.svg) no-repeat bottom right;
  background-size: cover;
  height: 180px;
}
#login #autenticacao .btn {
  width: 100%;
}
#login #autenticacao .btn.btn-primary {
  background: #4975F0;
  border-color: #4975F0;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 20px;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
#login #autenticacao .btn.btn-primary:hover {
  background: #003655;
  border-color: #003655;
  color: #FFF;
  fill: #FFF;
}
#login #autenticacao .btn.btn-primary:not(:disabled):not(.disabled).active:focus, #login #autenticacao .btn.btn-primary:not(:disabled):not(.disabled):active:focus, .show > #login #autenticacao .btn.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#login #autenticacao h3 {
  font-family: "Solitreo", cursive;
  font-size: 1.563rem;
  font-weight: 700;
}
#login #autenticacao:after {
  content: "";
  background: url("../images/") center top no-repeat;
  background-size: cover;
  bottom: 0;
  height: 20%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
#login #autenticacaoForm {
  z-index: 5;
}
#login .login_options {
  margin-top: 1.25rem;
}
#login .login_options .btn.btn-outline-light {
  border-color: white;
  border-width: 1px;
  color: white;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
#login .login_options .btn.btn-outline-light i {
  color: white;
  font-size: 1.3rem;
}
#login .login_options .btn.btn-outline-light:hover {
  color: #00639C;
}
#login .login_options .btn.btn-outline-light:hover i {
  color: #00639C;
}
#login .logo-pmc {
  position: absolute;
  right: 0.9375rem;
  text-align: right;
  top: 0.9375rem;
  width: 12.5rem;
  z-index: 2;
}
#login .logo-pmc img {
  height: 5rem;
}
#login .logo-ici {
  bottom: 0;
  left: 0;
  padding: 0.625rem 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
#login .logo-ici small {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0.625rem;
  padding: 0.3125rem;
}

/*HELP INTRO PORTAL*/
.help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 54, 85, 0.8);
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  top: 0;
  z-index: 52;
}
.help .btnSlide {
  cursor: pointer;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.help .btnSlide p {
  margin-bottom: 0 !important;
  padding: 0;
}
.help .btnSlide .circuloBotao {
  background-color: transparent;
  border: 1px solid #e8e8e8;
  max-width: 178px;
}
.help .btnSlide .circuloBotao .icon-seta {
  color: #FFF;
}

.help .box {
  width: 35%;
  height: auto;
  background-color: #e8e8e8;
  position: absolute;
  top: 10%;
  left: auto;
  right: auto;
  border-radius: 5px;
  background-position: top;
  background-repeat: no-repeat;
}
.help .box .boxTitulo {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00639C;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.help .box .boxTitulo h3 {
  text-align: center;
  color: #ffffff !important;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
.help .box .boxTitulo p {
  color: #fff;
  padding-top: 5px;
  font-size: 1.2rem;
}
.help .box .boxTexto {
  background-color: #fff;
  padding: 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .help .box {
    width: 85%;
  }
}
.help .box:before {
  content: "";
  width: 577px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url(../img/bgBalao.svg);
  z-index: -1;
}

.help .box h3 {
  color: #202121;
  font-size: 2rem;
  font-family: roboto-bold;
  margin-bottom: 1rem;
}

.help .box p {
  color: #202121;
  margin-bottom: 7px;
}

.help .box .btnClose {
  background-color: #4975F0;
  color: white;
  cursor: pointer;
}
.help .box .btnClose .icon-close {
  color: #fff;
  font-size: 1.3rem;
}
.help .box .btnClose:hover {
  opacity: 0.8;
}

.help .box .btnClose span {
  color: #f00;
}

.fechaHelp {
  display: none !important;
}

#publico .info-estrangeiros .card-header {
  background: transparent !important;
  color: #00639C;
  text-transform: uppercase;
  font-weight: bold;
}
#publico .info-estrangeiros .card-body {
  max-height: 420px;
  overflow: auto;
}
#publico .card {
  background: white;
  border: unset;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0px rgba(19, 103, 220, 0.2);
          box-shadow: 0 5px 10px 0px rgba(19, 103, 220, 0.2);
}
#publico .card .card-header,
#publico .card .card-footer {
  background-color: white !important;
  border-color: white;
}
#publico .card .card-header {
  border-radius: 10px 10px 0 0;
}
#publico .card .card-footer {
  border-radius: 0 0 10px 10px;
}
#publico .sidebar_title {
  color: #FFF;
  font-size: 1.875rem;
  left: 35%;
  position: absolute;
  text-align: right;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 2.5rem;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
#publico #wrapper.sidebar_open {
  padding-left: 150px;
}
#publico #wrapper #sidebar_wrapper {
  width: 150px;
}
#publico .logos {
  width: 150px;
}
#publico .select2-container--default .select2-selection--single {
  background-color: unset;
  border: unset;
  border-radius: unset;
}

.btn-vaga {
  background: #003655;
  border-radius: 0.3125rem;
  color: #FFF;
  display: inline-block;
  font-size: 0.9375rem;
  overflow: hidden;
  padding: 0.625rem 0.625rem 0.625rem 0;
  position: absolute;
  right: 0.9375rem;
}
.btn-vaga .plus {
  background: #00639C;
  border-radius: 0 2.188rem 2.188rem 0;
  padding: 0.625rem 0.9375rem;
}
.btn-vaga:hover {
  background: #00639C;
  color: #FFF;
}
.btn-vaga:hover .plus {
  background: #5CD3FE;
}

a .round i {
  left: 50%;
  margin-top: -6px;
  margin-left: -4px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-intencao .link {
  background-color: #003655;
}
.btn-intencao .link .link_round {
  background-color: #5CD3FE;
}
.btn-intencao a {
  border-radius: 0.3125rem;
  color: #fff;
  display: inline-block;
  font-family: sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  height: 2.5rem;
  padding: 0.625rem 1.25rem 0.625rem 3.125rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-intencao a span {
  position: relative;
  z-index: 3;
}
.btn-intencao a .link_round {
  color: #003655;
  border-radius: 0.3125rem 0.9375rem 0.9375rem 0.3125rem;
  height: 2.5rem;
  left: 0;
  line-height: 2.5rem;
  position: absolute;
  top: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 38px;
  z-index: 2;
}
.btn-intencao a:hover {
  color: #003655;
  padding: 0.625rem 3.125rem 0.625rem 1.25rem;
}
.btn-intencao a:hover .link_txt {
  left: 0;
}
.btn-intencao a:hover .link_round {
  border-radius: 0.3125rem;
  padding-right: 1.25rem;
  text-align: right;
  width: 100%;
  -moz-border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
}

.list-group.menu-portal a.list-group-item .bi {
  padding: 0 1rem 0.3rem 0;
  float: left;
}

.list-group a.list-group-item:hover {
  color: #003655;
}

.label-black label {
  color: black;
}

.card {
  background: white;
  border: unset;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0px rgba(19, 103, 220, 0.2);
          box-shadow: 0 5px 10px 0px rgba(19, 103, 220, 0.2);
}
.card .card-header,
.card .card-footer {
  background-color: white !important;
  border-color: white;
}
.card .card-header {
  border-radius: 10px 10px 0 0;
}
.card .card-footer {
  border-radius: 0 0 10px 10px;
}

#solicitacao_vaga .btn {
  margin: 0 2px 0.3125rem 0;
}
#solicitacao_vaga #municipios .btn:focus {
  background: none;
  border-color: #555;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #555;
}
#solicitacao_vaga #municipios .btn.active {
  background-color: #00639C;
  border-color: #00639C;
  color: #FFF;
}
#solicitacao_vaga #municipios:after {
  content: "";
  background: rgb(249, 249, 249);
  background: -webkit-gradient(linear, left top, right top, from(rgba(249, 249, 249, 0)), to(rgb(249, 249, 249)));
  background: linear-gradient(90deg, rgba(249, 249, 249, 0) 0%, rgb(249, 249, 249) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#f9f9f9",GradientType=1);
  height: 3.75rem;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 3.75rem;
  z-index: 10;
}
#solicitacao_vaga .card {
  background: white;
  border: none;
  padding: 1rem 0rem 1rem 3rem;
  border-radius: 0 8px 8px 0;
  position: relative;
}
#solicitacao_vaga .card::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 99, 156, 0.5019607843);
  width: 4px;
  height: 100%;
  top: 45px;
  left: 18px;
}
#solicitacao_vaga .card.EtapaFim::before {
  display: none;
}
#solicitacao_vaga .card.card-inativo::before {
  display: none;
}
#solicitacao_vaga .card h3 {
  font-size: 1.25rem;
  margin: 0 0 1.563rem 0;
}
#solicitacao_vaga .card h5 {
  margin: 0.9375rem 0 1.563rem 0;
}
#solicitacao_vaga .card:after {
  border-left: 2px solid #ccc;
  content: "";
  display: block;
  float: left;
  height: 100%;
  left: 0.875rem;
  position: absolute;
  top: 0;
  z-index: -1;
}
#solicitacao_vaga .card:last-child:after {
  content: none;
}
#solicitacao_vaga .card .card-header {
  border: none;
  background: none;
  padding: 0;
}
#solicitacao_vaga .card .card-header h4 {
  color: #003655;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0;
}
#solicitacao_vaga .card .card-body {
  margin: 0 0 2.188rem 0;
  padding: 0;
}
#solicitacao_vaga .card .badge {
  border: 3px solid #00639C;
  background: #fdfff8;
  color: #00639C;
  left: 5px;
  line-height: 1.563rem;
  padding: 0;
  position: absolute;
  width: 1.875rem;
  z-index: 0;
}
#solicitacao_vaga .card.card-inativo h4 {
  color: #D2D2D2;
}
#solicitacao_vaga .card.card-inativo h5 {
  display: none;
}
#solicitacao_vaga .card.card-inativo .badge {
  border-color: #D2D2D2;
  color: #D2D2D2;
}
#solicitacao_vaga .card.card-inativo.card-concluido h4 {
  color: #00639C !important;
}
#solicitacao_vaga .card.card-inativo.card-concluido .badge {
  background-color: #00639C;
  border-color: #00639C;
  color: #FFF;
}
#unidades {
  height: 395px;
  margin: 0;
  padding: 0 0.625rem 0 0;
  overflow: auto;
}
#unidades::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}
#unidades::-webkit-scrollbar {
  width: 5px;
  background: #F4F4F4;
}
#unidades::-webkit-scrollbar-thumb {
  background: #dad7d7;
}
#unidades .list-group-item {
  cursor: pointer;
}
#unidades .check {
  border: 1px solid #555;
  border-radius: 3.125rem;
  color: #FFF;
  height: 1.25rem;
  padding: 0 0 0 2px;
  width: 1.25rem;
}
#unidades .proximidade {
  background: #F1F1F5;
  border-radius: 50%;
  float: right;
  line-height: 3.75rem;
  padding: 0.9375rem 0;
  text-align: center;
}
#unidades .proximidade span {
  font-family: "roboto-bold";
  display: block;
  line-height: 0.9375rem;
  width: 3.75rem;
}
#unidades .proximidade span small {
  font-family: "roboto-regular";
}
#unidades .selected {
  background: #00639C;
  color: #FFF;
}
#unidades .selected .check {
  background: #00933D;
  border: #00933D;
  font-size: 1.2rem;
  width: 2rem;
  height: 1.8rem;
  padding: 0 3px;
}
#unidades .selected .proximidade {
  color: #555;
}

#unidades_ordenacao {
  margin: 0;
}
#unidades_ordenacao .list-group-item {
  background: #F1F1F5;
}
#unidades_ordenacao .list-group-item .selecao_ordem {
  background: #FFF;
  border-radius: 50%;
  float: right;
  text-align: center;
  padding: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
}
#unidades_ordenacao .ordena {
  text-align: right;
  width: 25%;
}
#unidades_ordenacao .ordena .btn_up, #unidades_ordenacao .ordena .btn_down, #unidades_ordenacao .ordena .btn_remove {
  border-radius: 50%;
  border: 0;
  color: #FFF;
  display: inline-block;
  text-align: center;
  padding: 0.1rem 0;
  line-height: 1rem;
  font-size: 1.4rem;
  width: 2.5rem;
  height: 2.5rem;
}
#unidades_ordenacao .ordena .btn_up[disabled], #unidades_ordenacao .ordena .btn_down[disabled], #unidades_ordenacao .ordena .btn_remove[disabled] {
  color: #555;
  background: #F1F1F5;
}
#unidades_ordenacao .ordena .btn_up, #unidades_ordenacao .ordena .btn_down {
  background: #004F7D;
}
#unidades_ordenacao .ordena .btn_up:hover, #unidades_ordenacao .ordena .btn_down:hover {
  background: #00639C;
}
#unidades_ordenacao .ordena .btn_remove {
  background: #E12229;
}

.ico-sucesso {
  background: #00933D;
  border-radius: 50%;
  color: #FFF;
  font-size: 3.75rem;
  padding: 1.25rem 1.8rem;
}

.ico-erro {
  background: #E12229;
  border-radius: 50%;
  color: #FFF;
  font-size: 3.75rem;
  padding: 1.25rem;
}

.protocolo {
  background: #00639C;
  border-radius: 0.3125rem;
  color: #FFF;
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.625rem 0 0.625rem 2.188rem;
}
.protocolo span {
  background: #004F7D;
  border-radius: 0.3125rem;
  margin-left: 1.563rem;
  padding: 0.625rem 2.188rem;
}

#solicitacoes .accordion .card {
  border: 1px solid #D2D2D2;
  margin-bottom: 1.25rem;
}
#solicitacoes .accordion .card .card-header {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
}
#solicitacoes .accordion .card .card-header .solicitacao-status .icon {
  border-radius: 50%;
  color: #FFF;
  font-size: 2.5rem;
  padding: 0.625rem;
}
#solicitacoes .accordion .card .card-header .solicitacao-status .icon.icon-espera {
  background: #FFB217;
}
#solicitacoes .accordion .card .card-header .solicitacao-status .icon.icon-confirmacao {
  background: #00933D;
}
#solicitacoes .accordion .card .card-header .solicitacao-status span {
  font-size: 0.9375rem;
  font-weight: bold;
}
#solicitacoes .accordion .card .card-body {
  border-top: 1px solid #F1F1F5;
}
.ui-sortable .ui-sortable-helper {
  background: #004F7D !important;
  border-color: #00639C;
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.5);
  color: #FFF;
}
.ui-sortable .ui-sortable-helper .selecao_ordem {
  color: #555;
}

.list-option-2 {
  padding: 0 0 0 0.9375rem;
  width: 100%;
}
.list-option-2 li {
  display: block;
  float: left;
  width: 50%;
}

.swiper-container {
  height: 100%;
  width: 100%;
}
.swiper-container .swiper-wrapper {
  height: 3.438rem;
}
.swiper-container .swiper-slide {
  text-align: center;
  width: auto !important;
}

.form-control:focus, .custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control.error:focus, .custom-select.error:focus {
  border-color: #E12229;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.selection {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

label.error {
  color: #E12229;
  font-size: 0.625rem;
}

input.error {
  border-color: #E12229;
}

.alert .ico {
  font-size: 2.188rem;
}
.alert.alert-dismissible .close {
  padding: 0.625rem 1rem;
}
.alert.alert-sucesso {
  background: #00933D;
  color: #FFF;
}
.alert.alert-aviso {
  background: #00639C;
  color: #FFF;
}
.alert.alert-erro {
  background: #E12229;
  color: #FFF;
}
.alert.alert-atencao {
  background: #FFB217;
  color: #FFF;
}

.progress-bar {
  font-size: 0.625rem;
}
.progress-bar.bg-danger, .progress-bar.bg-warning, .progress-bar.bg-info, .progress-bar.bg-success {
  border-radius: 0.3125rem;
  height: 0.9375rem;
  margin: 0.625rem 0;
}
.list-sistemas {
  margin: 0.3125rem 0;
}
.list-sistemas li {
  border-right: 1px solid;
  font-size: 1.125rem;
  font-weight: bold;
  padding-right: 0.625rem;
}
.list-sistemas li:last-child {
  border: none;
}

.fake_label {
  margin-top: 2.5rem;
}

[disabled], [readonly] {
  background-color: #e9e9e9 !important;
  color: #555;
  cursor: not-allowed;
}

.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #00639C;
  border-color: #00639C;
  color: #fff;
}

.custom-checkbox {
  margin-bottom: 0.625rem;
}

.btn-tooltip {
  background: #000;
  border-radius: 2.5rem;
  border: none;
  color: #FFF;
  font-size: 12px;
  padding: 0 7px;
}

.tooltip {
  background: none;
}

#accFaqVagaCreche .card-header {
  cursor: pointer;
}
#accFaqVagaCreche .card-header .btn-link {
  color: #00639C;
}

@media (max-width: 1525px) {
  #login .aplicacao h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1366px) {
  #login .aplicacao h1 {
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  #login .aplicacao h1 {
    font-size: 2.5rem;
  }
  .list-option-2 li {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #solicitacao_vaga #itens_vulnerabilidade ul {
    /*columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;*/
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 2rem;
  }
  .sm-h-auto {
    height: auto !important;
  }
  #login #descricao {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #login #autenticacao {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }
  #solicitacao_vaga .btn {
    margin: 0 0 0.3125rem 0;
  }
  #solicitacao_vaga #municipios:after {
    display: none;
  }
  #solicitacao_vaga #itens_vulnerabilidade ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  #unidades_ordenacao .ordena {
    text-align: center;
    width: 12%;
  }
  .btn-vaga {
    position: inherit;
    right: inherit;
  }
  .list-sistemas .list-inline-item {
    border-right: 0;
    border-bottom: 1px solid;
    margin: 0;
    padding: 0.3125rem 0;
    width: 100%;
  }
  .hidden-sm {
    display: none;
  }
  #unidades .unidades-resultado {
    padding: 0.3125rem 3.75rem 0.3125rem 0.3125rem;
  }
  #unidades .unidades-resultado .address {
    padding-right: 1.875rem;
  }
  #unidades .unidades-resultado .address p {
    font-size: 0.75rem;
  }
  #unidades .unidades-resultado .check {
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
  }
  #unidades .unidades-resultado .proximidade {
    border-radius: 3.125rem 3.125rem 0 3.125rem;
    bottom: 0;
    position: absolute;
    right: 0;
  }
  #unidades_ordenacao .unidades-selecao .address {
    padding-right: 1.875rem;
  }
  #unidades_ordenacao .unidades-selecao .address p {
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  #login .aplicacao {
    display: block;
  }
  #login .aplicacao h1, #login .aplicacao h2 {
    text-align: center;
  }
  #login .aplicacao h1 {
    border-right: none;
    border-bottom: 2px solid #5CD3FE;
    display: block;
    font-size: 2.813rem;
    margin: auto 0;
    padding: 0 0 0.625rem 0;
  }
  #login .aplicacao h2 {
    font-size: 0.625rem;
    display: block;
    padding: 0.625rem 0 0 0;
  }
  #login .aplicacao .clear {
    display: none;
  }
  .protocolo {
    padding: 0.9375rem 0 0 0;
  }
  .protocolo span {
    display: inline-block;
    width: 100%;
    margin: 0.9375rem 0 0 0;
  }
  #publico .sidebar_title {
    color: #FFF;
    font-size: 1.25rem;
    left: 15%;
    top: 2rem;
  }
  #publico #wrapper.sidebar_open {
    padding-left: 3.125rem;
  }
  #publico #wrapper #sidebar_wrapper {
    width: 3.125rem;
  }
  #publico .logos {
    left: 0.625rem;
    overflow: hidden;
    width: 2.188rem;
  }
  #publico .logos .logo_pmc {
    height: 2.188rem;
    padding: 0;
    width: auto;
  }
}