/* src/styles.scss */
@font-face {
  font-family: "BB Texto";
  src: url("./media/texto-light.woff2") format("woff2"), url("./media/texto-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BB Texto";
  src: url("./media/texto-light-italic.woff2") format("woff2"), url("./media/texto-light-italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BB Texto";
  src: url("./media/texto-regular.woff2") format("woff2"), url("./media/texto-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BB Texto";
  src: url("./media/texto-regular-italic.woff2") format("woff2"), url("./media/texto-regular-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BB Texto";
  src: url("./media/texto-medium.woff2") format("woff2"), url("./media/texto-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BB Texto";
  src: url("./media/texto-medium-italic.woff2") format("woff2"), url("./media/texto-medium-italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BB Texto";
  src: url("./media/texto-bold.woff2") format("woff2"), url("./media/texto-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BB Texto";
  src: url("./media/texto-bold-italic.woff2") format("woff2"), url("./media/texto-bold-italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BB Texto";
  src: url("./media/texto-black.woff2") format("woff2"), url("./media/texto-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BB Texto";
  src: url("./media/texto-black-italic.woff2") format("woff2"), url("./media/texto-black-italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BB Titulo";
  src: url("./media/titulo-medium.woff2") format("woff2"), url("./media/titulo-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BB Titulo";
  src: url("./media/titulo-light-italic.woff2") format("woff2"), url("./media/titulo-light-italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BB Titulo";
  src: url("./media/titulo-regular.woff2") format("woff2"), url("./media/titulo-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BB Titulo";
  src: url("./media/titulo-bold.woff2") format("woff2"), url("./media/titulo-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BB Titulo";
  src: url("./media/titulo-medium-italic.woff2") format("woff2"), url("./media/titulo-medium-italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BB Titulo";
  src: url("./media/titulo-bold-italic.woff2") format("woff2"), url("./media/titulo-bold-italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BB Titulo";
  src: url("./media/titulo-light.woff2") format("woff2"), url("./media/titulo-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BB Titulo";
  src: url("./media/titulo-black.woff2") format("woff2"), url("./media/titulo-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BB Titulo";
  src: url("./media/titulo-regular-italic.woff2") format("woff2"), url("./media/titulo-regular-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BB Titulo";
  src: url("./media/titulo-black-italic.woff2") format("woff2"), url("./media/titulo-black-italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@keyframes appear {
  0% {
    opacity: 0.5;
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes appear2 {
  0% {
    opacity: 0.5;
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.custom-select {
  position: relative;
}
.custom-select label {
  justify-content: space-between;
  margin-bottom: 0 !important;
}
.custom-select svg {
  transition: all 0.4s ease-in-out;
}
.custom-select strong {
  font-weight: normal;
}
.custom-select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 12px;
}
.custom-select select:focus-within + label svg {
  transform: rotate(180deg);
}
textarea,
input[type=text],
input[type=tel],
input[type=date],
input[type=email],
.custom-select label {
  outline: 3px solid transparent;
}
textarea:focus-visible,
input[type=text]:focus-visible,
input[type=tel]:focus-visible,
input[type=date]:focus-visible,
input[type=email]:focus-visible,
.custom-select label:focus-visible {
  outline-color: rgba(255, 255, 255, 0.6);
}
.custom-select input {
  outline: none !important;
}
.custom-select:has(:focus-visible) label {
  outline-color: rgba(255, 255, 255, 0.6);
}
form.default {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
form.default .custom-select label,
form.default textarea,
form.default input[type=text],
form.default input[type=tel],
form.default input[type=date],
form.default input[type=email] {
  height: 38px;
  padding: 0 20px;
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 19px;
  color: #767A86;
  font-size: 12px;
  transition:
    opacity 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    outline-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
form.default .custom-select label::placeholder,
form.default textarea::placeholder,
form.default input[type=text]::placeholder,
form.default input[type=tel]::placeholder,
form.default input[type=date]::placeholder,
form.default input[type=email]::placeholder {
  color: rgba(118, 122, 134, 0.6);
}
form.default input[type=date] {
  min-width: 170px;
}
form.default .custom-select label {
  color: rgba(118, 122, 134, 0.6);
}
form.default .custom-select.filled label {
  color: #767A86;
}
form.default textarea {
  height: 124px;
  padding-top: 11px;
  padding-bottom: 11px;
  resize: none;
}
form.default label {
  display: block;
  margin-bottom: 6px;
  color: #767A86;
  font-size: 14px;
  font-weight: 400;
}
form.default .custom-select label {
  display: flex;
  align-items: center;
}
form.default .field-item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 12px);
  min-width: 35%;
}
form.default .field-item .error-report,
form.default .field-item .error-desc {
  display: block;
  margin: 4px 0 0 !important;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  font-style: normal;
  color: #FF1300;
  text-transform: initial;
}
form.default .field-item.icon-left > div {
  position: relative;
}
form.default .field-item.icon-left > div > svg {
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: 20px;
}
form.default .field-item.icon-left > div input {
  width: 100%;
  padding-left: 42px;
}
form.default .field-item.full {
  width: 100%;
}
form.default .field-item:has(:disabled) input,
form.default .field-item:has(:disabled) select,
form.default .field-item:has(:disabled) textarea,
form.default .field-item:has(:disabled) .custom-select label,
form.default .field-item:has(:disabled) label,
form.default .field-item:has(:disabled) button[data-action=toggle] {
  opacity: 0.5;
}
form.default .field-item:has(:disabled) .custom-select input {
  opacity: 1;
}
form.default .field-item.error .custom-select label,
form.default .field-item.error textarea,
form.default .field-item.error input[type=text],
form.default .field-item.error input[type=tel],
form.default .field-item.error input[type=date],
form.default .field-item.error input[type=email] {
  border-color: #FF0000;
  color: #FF0000;
  outline-color: rgba(255, 0, 0, 0.4) !important;
}
form.default fieldset,
form.default .fieldgroup {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 22px;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
form.default .form-submit {
  height: 48px;
  padding: 0 20px;
  margin-top: 22px;
  border-radius: 10px;
  background: #465EFF;
  border: 0;
  color: #FFF;
  font-family: "BB Titulo";
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
form.default .form-submit:not(:disabled):hover {
  background-color: #FCFC30;
  color: #465EFF;
}
form.default .form-submit:disabled {
  opacity: 0.5;
  background-color: gray;
  cursor: default;
}
form.default fieldset .form-submit {
  margin-top: 0;
  margin-left: auto;
}
form.default.two-columns {
  flex-direction: row;
  width: 100%;
  gap: 22px;
}
form.default.two-columns fieldset {
  width: auto;
  min-width: 45%;
  flex: 1 1 0px;
}
form.default.color--2 .custom-select label,
form.default.color--2 textarea,
form.default.color--2 input[type=text],
form.default.color--2 input[type=tel],
form.default.color--2 input[type=date],
form.default.color--2 input[type=email] {
  background: #F1F2F4;
  color: #767A86;
}
form.default.color--2 .custom-select label:focus-visible,
form.default.color--2 textarea:focus-visible,
form.default.color--2 input[type=text]:focus-visible,
form.default.color--2 input[type=tel]:focus-visible,
form.default.color--2 input[type=date]:focus-visible,
form.default.color--2 input[type=email]:focus-visible {
  outline-color: rgba(115, 92, 198, 0.6);
}
form.default.color--2 .custom-select:has(:focus-visible) label {
  outline-color: rgba(115, 92, 198, 0.6);
}
form.default.color--2 .form-submit:not(:disabled):not(:hover) {
  background-color: #735CC6;
}
form.default.color--3 .field-item > label {
  color: #FFF;
}
form.default.color--3 textarea:focus-visible,
form.default.color--3 input[type=text]:focus-visible,
form.default.color--3 input[type=tel]:focus-visible,
form.default.color--3 input[type=date]:focus-visible,
form.default.color--3 input[type=email]:focus-visible,
form.default.color--3 .custom-select label:focus-visible {
  outline-color: rgba(70, 94, 255, 0.6);
}
form.default.color--3 .custom-select:has(:focus-visible) label {
  outline-color: rgba(70, 94, 255, 0.6);
}
form.default.color--3 .form-submit {
  background-color: #FCFC30;
  color: #465EFF;
}
form.default.color--3 .form-submit:hover {
  background-color: #465EFF;
  color: #ffffff;
}
@media (max-width: 672px) {
  form.default.two-columns {
    flex-direction: column;
  }
  form.default.two-columns fieldset,
  form.default.two-columns .fieldgroup {
    width: 100%;
    gap: 18px 22px;
  }
}
@media (max-width: 480px) {
  form.default {
    margin-top: 25px;
    gap: 20px;
  }
  form.default .form-submit {
    margin-top: 0;
  }
  form.default.two-columns fieldset {
    width: 100%;
    gap: 10px;
  }
  form.default.two-columns fieldset .form-submit {
    margin-left: 0;
  }
  form.default.two-columns .field-item {
    width: 100%;
  }
  form.default.two-columns textarea {
    height: 80px;
  }
  .custom-select strong {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
ol {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 0;
  list-style: none;
  counter-reset: item;
}
ol li {
  display: flex;
  counter-increment: item;
  color: #767A86;
}
ol li:not(:first-child) {
  margin-top: 20px;
}
ol li:before {
  content: counter(item) "-";
  display: inline-block;
  margin-right: 15px;
  color: #465EFF;
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  font-style: normal;
}
.content-app-wrapper app-video {
  display: block;
  max-width: 698px;
}
.content-app-wrapper > * > .header-section,
.content-app-wrapper > * > .rich-text-content,
.content-app-wrapper > * > .component-video,
.content-app-wrapper > * > .text-left-list-right {
  margin-top: 42px;
}
.content-app-wrapper > *:first-child > *:first-child {
  margin-top: 0;
}
.page-menu-right .content-app-wrapper .center {
  width: 100%;
}
.page-no-hero {
  padding-top: 138px;
}
.page-no-hero > header > h2 {
  margin: 0;
  font-size: 60px;
  line-height: normal;
}
.content-app-wrapper.home {
  padding-top: 40px;
}
.content-app-wrapper.sorteios app-page-header,
.content-app-wrapper.sorteios .page-header {
  margin-bottom: 0;
}
.content-app-wrapper.sorteios .list-cards {
  position: relative;
  margin-top: -175px;
  z-index: 10;
}
.content-app-wrapper.sorteios .list-cards ul {
  align-items: flex-start;
}
.content-app-wrapper.sorteios .list-cards ul .card {
  min-height: 300px;
}
.content-app-wrapper.resultado-sorteado .list-cards {
  position: relative;
  margin-top: -140px;
  z-index: 5;
}
.content-app-wrapper.resultado-sorteado .list-cards ul {
  width: 100%;
}
.content-app-wrapper.resultado-sorteado .list-cards li {
  width: calc(50% - 10px);
}
.content-app-wrapper.resultado-nao-sorteado .list-cards {
  position: relative;
  margin-top: -258px;
  z-index: 5;
}
.content-app-wrapper.resultado-nao-sorteado .list-cards ul {
  align-items: flex-start;
}
.content-app-wrapper.resultado-nao-sorteado .list-cards .card {
  min-height: 315px;
}
.content-app-wrapper.valores-sorteados .resultados-de-sorteios {
  position: relative;
  z-index: 10;
}
.content-app-wrapper.politica .title-text-banner-botao h3 {
  margin-bottom: 0;
  font-size: 18px;
}
.content-app-wrapper.politica .title-text-banner-botao p {
  max-width: 334px;
  margin-top: 0;
}
.default-page.sorteios app-page-header {
  margin-bottom: 0;
}
.default-page.sorteios .page-header {
  position: relative;
  z-index: 5;
}
.default-page.sorteios .components-finals {
  position: relative;
  margin-top: -135px;
  z-index: 10;
}
@media (max-width: 1280px) {
  .default-page.sorteios .components-finals {
    margin-top: -75px;
  }
}
@media (max-width: 1100px) {
  .default-page.sorteios .components-finals {
    margin-top: -42px;
  }
}
@media (max-width: 1050px) {
  .content-app-wrapper.resultado-sorteado .list-cards {
    margin-top: 220px;
  }
}
@media (max-width: 998px) {
  .default-page.sorteios .components-finals {
    margin-top: -20px;
  }
}
@media (max-width: 719px) {
  .content-app-wrapper.resultado-sorteado .list-cards li {
    width: 100%;
  }
}
@media (max-width: 675px) {
  .page-no-hero {
    padding-top: 98px;
  }
}
@media (max-width: 719px) {
  .content-app-wrapper.resultado-sorteado .list-cards li {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .default-page.sorteios .components-finals {
    margin-top: -66px;
  }
  .content-app-wrapper.home {
    padding-top: 30px;
  }
  .page-no-hero {
    padding-top: 88px;
  }
  .page-no-hero > header > h2 {
    font-size: 36px;
  }
  .page-no-hero > header em {
    font-size: 24px;
  }
  .page-no-hero > header .rich-text-content p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .content-app-wrapper.resultado-nao-sorteado .list-cards {
    margin-top: -198px;
  }
}
body .embeddedMessagingFrame,
body .embeddedMessagingConversationButtonWrapper {
  z-index: 99999;
}
body .embeddedMessagingConversationButtonWrapper .embeddedMessagingConversationButton {
  position: fixed;
  bottom: 20px;
  right: 48px;
  width: 48px;
  height: 48px;
  outline: 0;
  border: none;
  border-radius: 50%;
  box-shadow: 2px 2px 5px 0 rgba(45, 45, 45, 0.5);
  text-align: center;
  overflow: hidden;
  pointer-events: all;
  cursor: pointer;
  display: block;
  line-height: normal;
  padding: 0;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  background-image: url(/images/AvatarCatarina.png);
  z-index: 99999;
}
body .embeddedMessagingConversationButtonWrapper .embeddedMessagingConversationButton div.embeddedMessagingIconContainer > svg.embeddedMessagingIconChat {
  width: 100%;
  height: 100%;
  max-height: 30px;
  max-width: 30px;
  transform: scale(1) translate(0px, 1.5px);
  overflow: visible;
  display: none;
}
body .minimizedButtonWrapper .minimizedButton {
  background-color: #1A1B1E;
  color: #ffffff;
  outline: 0;
  border: none;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  pointer-events: all;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 2px 2px 5px 0 rgba(45, 45, 45, 0.5);
  position: fixed;
  bottom: 3px;
  right: 3px;
  width: 48px;
  height: 48px;
  background-image: url(/images/AvatarCatarina.png);
}
body .slds-button__icon {
  width: 0.875rem;
  height: 0.875rem;
  display: none !important;
}
body .slds-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background: 0 0;
  background-color: transparent;
  background-clip: border-box;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.25rem;
  line-height: 1.875rem;
  text-decoration: none;
  color: #0176d3;
  -webkit-appearance: none;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url(https://www.brasilcap.com.br/160126/AvatarCatarina.png);
}
.contact-floater {
  position: fixed;
  right: 48px;
  bottom: 85px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 99990;
}
.contact-floater img {
  display: block;
}
@media (max-width: 540px) {
  .contact-floater {
    right: 20px;
    gap: 9px;
  }
  .contact-floater img {
    width: 40px;
    height: 40px;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  text-transform: inherit;
  text-decoration: inherit;
}
.screen-header-text {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -999vw;
}
html {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
body {
  position: relative;
  width: 100%;
  display: flex;
  margin: 0;
  overflow-x: hidden;
  font-family: "BB Texto";
  color: #333333;
}
body > div > div.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100dvw;
  flex: 1;
}
body > div > div.main > * {
  width: 100%;
  animation: 0.4s ease-out 10ms 1 appear;
}
html,
body {
  scroll-behavior: smooth !important;
  scroll-padding-top: 130px !important;
}
html.lockscroll,
body.lockscroll {
  overflow: hidden !important;
}
.app-root {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.center {
  max-width: 1280px;
}
.center--small {
  max-width: 1076px;
}
.center,
.center--small {
  display: flex;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: auto;
  margin-left: auto;
}
.center .center,
.center .center-small,
.center--small .center,
.center--small .center-small {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.shortcode-only {
  position: fixed;
  right: 110vw;
  bottom: 110vw;
  width: 0;
  height: 0;
  overflow: hidden;
}
.menu-toggle-footer.active {
  color: #00EBD0 !important;
}
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "BB Titulo";
  font-weight: 700;
}
body h2 {
  margin: 0 0 22px;
  font-size: 32px;
  color: #465EFF;
  line-height: normal;
}
body h2.style--2 {
  color: #000000;
}
body h2.size--medio {
  font-size: 42px;
  text-transform: uppercase;
}
body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-teaser {
  display: flex;
  flex-direction: column;
  width: 387px;
  padding: 20px;
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0px 4px 22px -1px rgba(0, 0, 0, 0.1);
}
.news-teaser > div {
  flex: 1;
}
.news-teaser h3 {
  flex: 1;
  margin: 0 0 12px;
  font-size: 16px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-teaser em,
.news-teaser strong {
  color: #333;
  font-family: "BB Titulo";
  text-transform: uppercase;
}
.news-teaser em {
  margin: 0 0 12px;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
}
.news-teaser strong {
  font-size: 14px;
  font-weight: 300;
}
.news-teaser footer {
  display: flex;
  justify-content: space-between;
}
.news-teaser footer a {
  font-size: 15px;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}
.pagination ng-template[ngbPaginationNext] {
  display: block;
  background: orange;
}
.pagination .page-item a {
  color: #767A86;
  font-family: "BB Titulo";
  font-size: 20px;
  font-weight: 300;
}
.pagination .page-item.active a {
  display: block;
  line-height: 24px;
  color: #465EFF;
  font-weight: 700;
}
.pagination .page-item.disabled {
  opacity: 0.5;
}
.pagination .page-item:last-child a span,
.pagination .page-item:first-child a span {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -223vw;
  background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTS0zLjcxNTQ3ZS0wNyA4LjVMOS4xNzk1NSAwLjQyODI2NkM5LjgxNzkzIC0wLjE0Mjc1NiAxMC44NzQ2IC0wLjE0Mjc1NiAxMS41MTMgMC40MjgyNjZDMTIuMTYyMyAwLjk5OTI4OCAxMi4xNjIzIDEuOTA5MDUgMTEuNTEzIDIuNDgwMDdMNC42NjY4MiA4LjVMMTEuNTEzIDE0LjUxOTlDMTIuMTYyMyAxNS4wOTA5IDEyLjE2MjMgMTYuMDEwNCAxMS41MTMgMTYuNTcxN0MxMC44NjM2IDE3LjE0MjggOS44MTc5MyAxNy4xNDI4IDkuMTc5NTQgMTYuNTcxN0wtMy43MTU0N2UtMDcgOC41WiIgZmlsbD0iIzQ2NUVGRiIvPgo8L3N2Zz4K);
}
.pagination .page-item:last-child a span {
  transform: scaleX(-1);
}
.single-page-content {
  margin-top: 20px;
}
.single-page-content app-content {
  display: block;
}
.single-page-content app-content .content-app-wrapper .header-section,
.single-page-content app-content .content-app-wrapper > * > .center {
  padding-left: 0;
  padding-right: 0;
}
.single-page-content app-content .content-app-wrapper > app-list-default {
  display: block;
  margin-top: 42px;
}
.components-finals {
  margin-top: 60px;
}
.anima-apear {
  animation: 0.5s ease-out 10ms 1 appear;
}
.anima-apear2 {
  animation: 0.5s ease-out 10ms 1 appear2;
}
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0 !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
.unselect,
.unselect * {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 741px) {
  body button.menu-toggle-footer svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .center,
  .center--small {
    padding-left: 24px;
    padding-right: 24px;
    max-width: initial;
  }
}
@media (max-width: 540px) {
  .center,
  .center--small {
    padding-left: 20px;
    padding-right: 20px;
  }
  body h2 {
    font-size: 20px;
  }
  body h2.size--medio {
    font-size: 28px;
  }
  body p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .news-teaser {
    width: 64vw;
    padding: 14px 10px;
  }
  .news-teaser em,
  .news-teaser h3 {
    margin: 0 0 16px;
  }
  .news-teaser footer {
    flex-direction: column;
    justify-content: initial;
    gap: 16px;
  }
  .header-section h2 {
    margin: 0 0 9px;
  }
  .header-section h2.color--azul.size--padrao {
    margin-bottom: 20px;
  }
  .header-section p span {
    font-size: 12px;
    line-height: 20px;
  }
  .header-section blockquote {
    margin: 16px 0 16px 19px;
  }
  .header-section blockquote span {
    font-size: 16px;
    line-height: 22px;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
