@font-face {
  font-family: RobotoCondensed-Regular;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Regular.eot");
  src: url("../fonts/RobotoCondensed-Regular.eot?") format("eot"), url("../fonts/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/RobotoCondensed-Regular.ttf") format("truetype"), url("../fonts/RobotoCondensed-Regular.woff") format("woff");
}
@font-face {
  font-family: RobotoCondensed-Bold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Bold.eot");
  src: url("../fonts/RobotoCondensed-Bold.eot?") format("eot"), url("../fonts/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/RobotoCondensed-Bold.ttf") format("truetype"), url("../fonts/RobotoCondensed-Bold.woff") format("woff");
}
@font-face {
  font-family: RobotoCondensed-Light;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Light.eot");
  src: url("../fonts/RobotoCondensed-Light.eot?") format("eot"), url("../fonts/RobotoCondensed-Light.woff") format("woff"), url("../fonts/RobotoCondensed-Light.ttf") format("truetype"), url("../fonts/RobotoCondensed-Light.woff") format("woff");
}
@font-face {
  font-family: Roboto-Medium;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?") format("eot"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: Roboto-Black;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black.eot?") format("eot"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.woff") format("woff");
}
.alert-success,
.alert-warning,
.alert-danger,
.alert-info {
  padding-left: 60px;
  font: normal 15px "RobotoCondensed-Bold";
  text-align: center;
  background-color: #FFFFFF;
  background-image: none;
}
.alert-success:before,
.alert-warning:before,
.alert-danger:before,
.alert-info:before {
  position: absolute;
  display: flex;
  content: "!";
  width: 50px;
  height: 100%;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  font: normal 34px "RobotoCondensed-Bold";
  align-items: center;
  justify-content: center;
}

.alert-success {
  color: #0EAF78;
  border: solid 2px #0EAF78;
}
.alert-success:before {
  background-color: #0EAF78;
}

.alert-warning {
  color: #E6A23C;
  border: solid 2px #E6A23C;
}
.alert-warning:before {
  background-color: #E6A23C;
}

.alert-danger {
  color: #DE5D6C;
  border: solid 2px #DE5D6C;
}
.alert-danger:before {
  background-color: #DE5D6C;
}

.alert-info {
  color: #0d6efd;
  border: solid 2px #0d6efd;
}
.alert-info:before {
  background-color: #0d6efd;
}

@keyframes skeleton-load {
  0% {
    background-color: rgba(0, 0, 0, 0.1);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
footer {
  width: calc(100% + 30px);
  margin-left: -15px;
}
footer > .container-fluid {
  margin-left: 0px;
  margin-right: 0px;
}

#voltar-topo {
  display: none;
}
#voltar-topo a {
  position: fixed;
  z-index: 120;
  outline: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: 30px;
  bottom: 75px;
  width: 62px;
  height: 62px;
  gap: 5px;
  padding: 0;
  border: solid 1px #2C356F;
  border-radius: 100%;
  background-color: #0E1751;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#voltar-topo a span {
  display: block;
  margin: 0px;
  color: #FFFFFF;
  font: normal 12px "RobotoCondensed-Bold";
  line-height: 15px;
  letter-spacing: 0.04em;
  text-align: center;
}

#rodape .conteudo {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#rodape .conteudo .col-informations {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px 30px;
  border-top: 1px solid #2C356F;
  background-color: #18215B;
}
#rodape .conteudo .col-informations .info-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 30px 0px;
  gap: 15px;
}
@media (max-width: 1199px) {
  #rodape .conteudo .col-informations .info-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  #rodape .conteudo .col-informations .info-content {
    gap: 30px;
  }
}
#rodape .conteudo .col-informations .info-content .copy {
  display: block;
  margin: 0px;
  color: #FFFFFF;
  font: normal 12px "RobotoCondensed-Regular";
  line-height: 15px;
  text-align: center;
}
@media (max-width: 1199px) {
  #rodape .conteudo .col-informations .info-content .copy {
    order: 2;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #rodape .conteudo .col-informations .info-content .copy {
    width: 100%;
  }
}
#rodape .conteudo .col-informations .info-content .options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  flex-grow: 1;
  gap: 15px;
  max-width: 735px;
}
@media (max-width: 1199px) {
  #rodape .conteudo .col-informations .info-content .options {
    order: 1;
    width: 100%;
    max-width: 100%;
    justify-content: space-around;
  }
}
@media (max-width: 575px) {
  #rodape .conteudo .col-informations .info-content .options {
    flex-direction: column;
  }
}
#rodape .conteudo .col-informations .info-content .options .option {
  display: block;
  outline: 0px;
  color: #FFFFFF;
  font: normal 12px "RobotoCondensed-Regular";
  line-height: 15px;
  text-align: center;
}
#rodape .conteudo .col-informations .info-content .plataforma {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  gap: 20px;
  width: 100%;
  max-width: 330px;
}
@media (max-width: 1199px) {
  #rodape .conteudo .col-informations .info-content .plataforma {
    order: 3;
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #rodape .conteudo .col-informations .info-content .plataforma {
    width: 100%;
    justify-content: center;
  }
}
#rodape .conteudo .col-informations .info-content .plataforma .title {
  display: block;
  margin: 0px;
  color: #FFFFFF;
  font: normal 12px "RobotoCondensed-Regular";
  line-height: 15px;
}

/*# sourceMappingURL=rodape.css.map */
