@charset "UTF-8";
/* FONT FAMILY*/
/* COLORS */
/* FONT SIZES */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: 'Pogonia';
  src: url("../fonts/PogoniaThin.woff2") format("woff2"), url("../fonts/PogoniaThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Pogonia';
  src: url("../fonts/PogoniaSemibold.woff2") format("woff2"), url("../fonts/PogoniaSemibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Pogonia';
  src: url("../fonts/PogoniaRegular.woff2") format("woff2"), url("../fonts/PogoniaRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Pogonia';
  src: url("../fonts/PogoniaLight.woff2") format("woff2"), url("../fonts/PogoniaLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Pogonia';
  src: url("../fonts/PogoniaMedium.woff2") format("woff2"), url("../fonts/PogoniaMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Pogonia';
  src: url("../fonts/PogoniaBold.woff2") format("woff2"), url("../fonts/PogoniaBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Pogonia';
  src: url("../fonts/PogoniaBlack.woff2") format("woff2"), url("../fonts/PogoniaBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #2D2D2D;
  overflow-x: hidden; }

img,
iframe {
  max-width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Pogonia", sans-serif; }

.font2 {
  font-family: "Pogonia", sans-serif; }

.lh-07 {
  line-height: 0.85; }

button:focus,
a:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none; }

*:focus {
  outline: none; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.btn-close-modal:focus,
.btn-close-modal:active:focus,
.btn-close-modal.active:focus,
.btn-close-modal.focus,
.btn-close-modal:active.focus,
.btn-close-modal.active.focus {
  outline: none;
  box-shadow: none; }

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
  outline: none; }

.btn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 20px;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-decoration: none !important;
  /* BUTTON OUTLINE */
  /* BUTTON OUTLINE */
  /* BUTTON OUTLINE */
  /* BUTTON OUTLINE */
  /* BUTTON OUTLINE */
  /* BUTTON OUTLINE */
  /* BUTTON OUTLINE */
  /* BUTTON OUTLINE */ }
  .btn.btn-default {
    font-size: 14px;
    padding: 6px 20px;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.16); }
    @media (min-width: 768px) {
      .btn.btn-default {
        padding: 9px 30px; } }
  .btn.btn-sm {
    font-size: 14px;
    padding: 6px 15px; }
  .btn.btn-lg {
    font-size: 16px;
    padding: 12px 65px; }
  .btn.btn-color1 {
    background-color: #831E9B; }
    .btn.btn-color1:hover {
      background-color: #301E9C;
      border-color: #301E9C;
      color: #fff; }
    .btn.btn-color1:active, .btn.btn-color1:focus {
      background-color: #831E9B;
      border-color: #831E9B;
      color: #fff; }
  .btn.btn-color1:active, .btn.btn-color1:focus {
    background-color: #2D2D2D;
    border-color: #2D2D2D;
    color: #fff; }
  .btn.btn-color3 {
    color: #2D2D2D; }
  .btn.btn-outline-color1 {
    border-color: #831E9B;
    color: #831E9B;
    background-color: transparent; }
    .btn.btn-outline-color1:hover {
      background-color: #301E9C;
      border-color: #301E9C;
      color: #fff; }
    .btn.btn-outline-color1:active, .btn.btn-outline-color1:focus {
      background-color: #831E9B;
      border-color: #831E9B;
      color: #fff; }
  .btn.btn-bg-hover-color1:hover {
    border-color: #831E9B !important;
    background-color: #831E9B !important;
    color: white !important; }
  .btn.btn-color2 {
    background-color: #301E9C; }
    .btn.btn-color2:hover {
      background-color: #301E9C;
      border-color: #301E9C;
      color: #fff; }
    .btn.btn-color2:active, .btn.btn-color2:focus {
      background-color: #831E9B;
      border-color: #831E9B;
      color: #fff; }
  .btn.btn-color1:active, .btn.btn-color1:focus {
    background-color: #2D2D2D;
    border-color: #2D2D2D;
    color: #fff; }
  .btn.btn-color3 {
    color: #2D2D2D; }
  .btn.btn-outline-color2 {
    border-color: #301E9C;
    color: #301E9C;
    background-color: transparent; }
    .btn.btn-outline-color2:hover {
      background-color: #301E9C;
      border-color: #301E9C;
      color: #fff; }
    .btn.btn-outline-color2:active, .btn.btn-outline-color2:focus {
      background-color: #831E9B;
      border-color: #831E9B;
      color: #fff; }
  .btn.btn-bg-hover-color2:hover {
    border-color: #301E9C !important;
    background-color: #301E9C !important;
    color: white !important; }
  .btn.btn-color3 {
    background-color: #ECD263; }
    .btn.btn-color3:hover {
      background-color: #301E9C;
      border-color: #301E9C;
      color: #fff; }
    .btn.btn-color3:active, .btn.btn-color3:focus {
      background-color: #831E9B;
      border-color: #831E9B;
      color: #fff; }
  .btn.btn-color1:active, .btn.btn-color1:focus {
    background-color: #2D2D2D;
    border-color: #2D2D2D;
    color: #fff; }
  .btn.btn-color3 {
    color: #2D2D2D; }
  .btn.btn-outline-color3 {
    border-color: #ECD263;
    color: #ECD263;
    background-color: transparent; }
    .btn.btn-outline-color3:hover {
      background-color: #301E9C;
      border-color: #301E9C;
      color: #fff; }
    .btn.btn-outline-color3:active, .btn.btn-outline-color3:focus {
      background-color: #831E9B;
      border-color: #831E9B;
      color: #fff; }
  .btn.btn-bg-hover-color3:hover {
    border-color: #ECD263 !important;
    background-color: #ECD263 !important;
    color: white !important; }
  .btn.btn-color4 {
    background-color: #EF9162; }
    .btn.btn-color4:hover {
      background-color: #301E9C;
      border-color: #301E9C;
      color: #fff; }
    .btn.btn-color4:active, .btn.btn-color4:focus {
      background-color: #831E9B;
      border-color: #831E9B;
      color: #fff; }
  .btn.btn-color1:active, .btn.btn-color1:focus {
    background-color: #2D2D2D;
    border-color: #2D2D2D;
    color: #fff; }
  .btn.btn-color3 {
    color: #2D2D2D; }
  .btn.btn-outline-color4 {
    border-color: #EF9162;
    color: #EF9162;
    background-color: transparent; }
    .btn.btn-outline-color4:hover {
      background-color: #301E9C;
      border-color: #301E9C;
      color: #fff; }
    .btn.btn-outline-color4:active, .btn.btn-outline-color4:focus {
      background-color: #831E9B;
      border-color: #831E9B;
      color: #fff; }
  .btn.btn-bg-hover-color4:hover {
    border-color: #EF9162 !important;
    background-color: #EF9162 !important;
    color: white !important; }
  .btn.btn-color5 {
    background-color: #ED6464; }
    .btn.btn-color5:hover {
      background-color: #301E9C;
      border-color: #301E9C;
      color: #fff; }
    .btn.btn-color5:active, .btn.btn-color5:focus {
      background-color: #831E9B;
      border-color: #831E9B;
      color: #fff; }
  .btn.btn-color1:active, .btn.btn-color1:focus {
    background-color: #2D2D2D;
    border-color: #2D2D2D;
    color: #fff; }
  .btn.btn-color3 {
    color: #2D2D2D; }
  .btn.btn-outline-color5 {
    border-color: #ED6464;
    color: #ED6464;
    background-color: transparent; }
    .btn.btn-outline-color5:hover {
      background-color: #301E9C;
      border-color: #301E9C;
      color: #fff; }
    .btn.btn-outline-color5:active, .btn.btn-outline-color5:focus {
      background-color: #831E9B;
      border-color: #831E9B;
      color: #fff; }
  .btn.btn-bg-hover-color5:hover {
    border-color: #ED6464 !important;
    background-color: #ED6464 !important;
    color: white !important; }
  .btn.btn-color6 {
    background-color: #2D2D2D; }
    .btn.btn-color6:hover {
      background-color: #301E9C;
      border-color: #301E9C;
      color: #fff; }
    .btn.btn-color6:active, .btn.btn-color6:focus {
      background-color: #831E9B;
      border-color: #831E9B;
      color: #fff; }
  .btn.btn-color1:active, .btn.btn-color1:focus {
    background-color: #2D2D2D;
    border-color: #2D2D2D;
    color: #fff; }
  .btn.btn-color3 {
    color: #2D2D2D; }
  .btn.btn-outline-color6 {
    border-color: #2D2D2D;
    color: #2D2D2D;
    background-color: transparent; }
    .btn.btn-outline-color6:hover {
      background-color: #301E9C;
      border-color: #301E9C;
      color: #fff; }
    .btn.btn-outline-color6:active, .btn.btn-outline-color6:focus {
      background-color: #831E9B;
      border-color: #831E9B;
      color: #fff; }
  .btn.btn-bg-hover-color6:hover {
    border-color: #2D2D2D !important;
    background-color: #2D2D2D !important;
    color: white !important; }
  .btn.btn-color7 {
    background-color: #F3F3F3; }
    .btn.btn-color7:hover {
      background-color: #301E9C;
      border-color: #301E9C;
      color: #fff; }
    .btn.btn-color7:active, .btn.btn-color7:focus {
      background-color: #831E9B;
      border-color: #831E9B;
      color: #fff; }
  .btn.btn-color1:active, .btn.btn-color1:focus {
    background-color: #2D2D2D;
    border-color: #2D2D2D;
    color: #fff; }
  .btn.btn-color3 {
    color: #2D2D2D; }
  .btn.btn-outline-color7 {
    border-color: #F3F3F3;
    color: #F3F3F3;
    background-color: transparent; }
    .btn.btn-outline-color7:hover {
      background-color: #301E9C;
      border-color: #301E9C;
      color: #fff; }
    .btn.btn-outline-color7:active, .btn.btn-outline-color7:focus {
      background-color: #831E9B;
      border-color: #831E9B;
      color: #fff; }
  .btn.btn-bg-hover-color7:hover {
    border-color: #F3F3F3 !important;
    background-color: #F3F3F3 !important;
    color: white !important; }
  .btn.btn-color8 {
    background-color: #6D6D6D; }
    .btn.btn-color8:hover {
      background-color: #301E9C;
      border-color: #301E9C;
      color: #fff; }
    .btn.btn-color8:active, .btn.btn-color8:focus {
      background-color: #831E9B;
      border-color: #831E9B;
      color: #fff; }
  .btn.btn-color1:active, .btn.btn-color1:focus {
    background-color: #2D2D2D;
    border-color: #2D2D2D;
    color: #fff; }
  .btn.btn-color3 {
    color: #2D2D2D; }
  .btn.btn-outline-color8 {
    border-color: #6D6D6D;
    color: #6D6D6D;
    background-color: transparent; }
    .btn.btn-outline-color8:hover {
      background-color: #301E9C;
      border-color: #301E9C;
      color: #fff; }
    .btn.btn-outline-color8:active, .btn.btn-outline-color8:focus {
      background-color: #831E9B;
      border-color: #831E9B;
      color: #fff; }
  .btn.btn-bg-hover-color8:hover {
    border-color: #6D6D6D !important;
    background-color: #6D6D6D !important;
    color: white !important; }
  .btn.btn-select {
    border: 2px solid #000;
    padding: 5px 40px 5px 20px;
    color: #000;
    display: block;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-out;
    outline: none !important;
    box-shadow: none !important; }
    .btn.btn-select:hover {
      background: #831E9B;
      color: #fff;
      border-color: #831E9B; }
    .btn.btn-select::before {
      content: '+';
      position: absolute;
      top: 10px;
      right: 19px; }
    .btn.btn-select.active {
      background: #831E9B;
      color: #fff;
      border-color: #831E9B; }
      .btn.btn-select.active::before {
        content: '\2713'; }
  .btn.arrow-left {
    padding: 10px; }
    .btn.arrow-left::before {
      content: '';
      background: url("../images/ICONES/ICONE-ARROW-DOWN.png") center no-repeat;
      background-size: contain;
      transform: rotate(90deg);
      width: 15px;
      height: 13px; }
  .btn.arrow-right {
    padding: 10px; }
    .btn.arrow-right::after {
      content: '';
      background: url("../images/ICONES/ICONE-ARROW-DOWN.png") center no-repeat;
      background-size: contain;
      transform: rotate(270deg);
      width: 15px;
      height: 13px; }

a {
  color: #2D2D2D;
  text-decoration: none; }
  a:hover, a:active {
    text-decoration: underline; }

/* BACKGROUND COLORS */
.bg-color1 {
  background-color: #831E9B; }

/* TEXT COLORS */
.text-color1 {
  color: #831E9B; }

/* HOVER COLORS */
.text-hover-color1:hover {
  color: #831E9B; }

/* BORDER COLORS */
.border-color1 {
  border-color: #831E9B !important; }

/* BACKGROUND COLORS */
.bg-color2 {
  background-color: #301E9C; }

/* TEXT COLORS */
.text-color2 {
  color: #301E9C; }

/* HOVER COLORS */
.text-hover-color2:hover {
  color: #301E9C; }

/* BORDER COLORS */
.border-color2 {
  border-color: #301E9C !important; }

/* BACKGROUND COLORS */
.bg-color3 {
  background-color: #ECD263; }

/* TEXT COLORS */
.text-color3 {
  color: #ECD263; }

/* HOVER COLORS */
.text-hover-color3:hover {
  color: #ECD263; }

/* BORDER COLORS */
.border-color3 {
  border-color: #ECD263 !important; }

/* BACKGROUND COLORS */
.bg-color4 {
  background-color: #EF9162; }

/* TEXT COLORS */
.text-color4 {
  color: #EF9162; }

/* HOVER COLORS */
.text-hover-color4:hover {
  color: #EF9162; }

/* BORDER COLORS */
.border-color4 {
  border-color: #EF9162 !important; }

/* BACKGROUND COLORS */
.bg-color5 {
  background-color: #ED6464; }

/* TEXT COLORS */
.text-color5 {
  color: #ED6464; }

/* HOVER COLORS */
.text-hover-color5:hover {
  color: #ED6464; }

/* BORDER COLORS */
.border-color5 {
  border-color: #ED6464 !important; }

/* BACKGROUND COLORS */
.bg-color6 {
  background-color: #2D2D2D; }

/* TEXT COLORS */
.text-color6 {
  color: #2D2D2D; }

/* HOVER COLORS */
.text-hover-color6:hover {
  color: #2D2D2D; }

/* BORDER COLORS */
.border-color6 {
  border-color: #2D2D2D !important; }

/* BACKGROUND COLORS */
.bg-color7 {
  background-color: #F3F3F3; }

/* TEXT COLORS */
.text-color7 {
  color: #F3F3F3; }

/* HOVER COLORS */
.text-hover-color7:hover {
  color: #F3F3F3; }

/* BORDER COLORS */
.border-color7 {
  border-color: #F3F3F3 !important; }

/* BACKGROUND COLORS */
.bg-color8 {
  background-color: #6D6D6D; }

/* TEXT COLORS */
.text-color8 {
  color: #6D6D6D; }

/* HOVER COLORS */
.text-hover-color8:hover {
  color: #6D6D6D; }

/* BORDER COLORS */
.border-color8 {
  border-color: #6D6D6D !important; }

.br-10 {
  border-radius: 10px !important; }

.br-20 {
  border-radius: 20px !important; }

.br-top-20 {
  border-radius: 20px 20px 0 0 !important; }

.br-40 {
  border-radius: 40px !important; }

.fs-xxxSmall {
  font-size: 8px; }

@media (min-width: 768px) {
  .fs-md-xxxSmall {
    font-size: 8px; } }
@media (min-width: 992px) {
  .fs-lg-xxxSmall {
    font-size: 8px; } }
@media (min-width: 1200px) {
  .fs-xl-xxxSmall {
    font-size: 8px; } }
.fs-xxSmall {
  font-size: 10px; }

@media (min-width: 768px) {
  .fs-md-xxSmall {
    font-size: 10px; } }
@media (min-width: 992px) {
  .fs-lg-xxSmall {
    font-size: 10px; } }
@media (min-width: 1200px) {
  .fs-xl-xxSmall {
    font-size: 10px; } }
.fs-xSmall {
  font-size: 12px; }

@media (min-width: 768px) {
  .fs-md-xSmall {
    font-size: 12px; } }
@media (min-width: 992px) {
  .fs-lg-xSmall {
    font-size: 12px; } }
@media (min-width: 1200px) {
  .fs-xl-xSmall {
    font-size: 12px; } }
.fs-small {
  font-size: 14px; }

@media (min-width: 768px) {
  .fs-md-small {
    font-size: 14px; } }
@media (min-width: 992px) {
  .fs-lg-small {
    font-size: 14px; } }
@media (min-width: 1200px) {
  .fs-xl-small {
    font-size: 14px; } }
.fs-xRegular {
  font-size: 16px; }

@media (min-width: 768px) {
  .fs-md-xRegular {
    font-size: 16px; } }
@media (min-width: 992px) {
  .fs-lg-xRegular {
    font-size: 16px; } }
@media (min-width: 1200px) {
  .fs-xl-xRegular {
    font-size: 16px; } }
.fs-regular {
  font-size: 18px; }

@media (min-width: 768px) {
  .fs-md-regular {
    font-size: 18px; } }
@media (min-width: 992px) {
  .fs-lg-regular {
    font-size: 18px; } }
@media (min-width: 1200px) {
  .fs-xl-regular {
    font-size: 18px; } }
.fs-xMedium {
  font-size: 20px; }

@media (min-width: 768px) {
  .fs-md-xMedium {
    font-size: 20px; } }
@media (min-width: 992px) {
  .fs-lg-xMedium {
    font-size: 20px; } }
@media (min-width: 1200px) {
  .fs-xl-xMedium {
    font-size: 20px; } }
.fs-medium {
  font-size: 24px; }

@media (min-width: 768px) {
  .fs-md-medium {
    font-size: 24px; } }
@media (min-width: 992px) {
  .fs-lg-medium {
    font-size: 24px; } }
@media (min-width: 1200px) {
  .fs-xl-medium {
    font-size: 24px; } }
.fs-xxMedium {
  font-size: 28px; }

@media (min-width: 768px) {
  .fs-md-xxMedium {
    font-size: 28px; } }
@media (min-width: 992px) {
  .fs-lg-xxMedium {
    font-size: 28px; } }
@media (min-width: 1200px) {
  .fs-xl-xxMedium {
    font-size: 28px; } }
.fs-large {
  font-size: 32px; }

@media (min-width: 768px) {
  .fs-md-large {
    font-size: 32px; } }
@media (min-width: 992px) {
  .fs-lg-large {
    font-size: 32px; } }
@media (min-width: 1200px) {
  .fs-xl-large {
    font-size: 32px; } }
.fs-xLarge {
  font-size: 42px; }

@media (min-width: 768px) {
  .fs-md-xLarge {
    font-size: 42px; } }
@media (min-width: 992px) {
  .fs-lg-xLarge {
    font-size: 42px; } }
@media (min-width: 1200px) {
  .fs-xl-xLarge {
    font-size: 42px; } }
.fs-xxLarge {
  font-size: 58px; }

@media (min-width: 768px) {
  .fs-md-xxLarge {
    font-size: 58px; } }
@media (min-width: 992px) {
  .fs-lg-xxLarge {
    font-size: 58px; } }
@media (min-width: 1200px) {
  .fs-xl-xxLarge {
    font-size: 58px; } }
.fs-xxxLarge {
  font-size: 65px; }

@media (min-width: 768px) {
  .fs-md-xxxLarge {
    font-size: 65px; } }
@media (min-width: 992px) {
  .fs-lg-xxxLarge {
    font-size: 65px; } }
@media (min-width: 1200px) {
  .fs-xl-xxxLarge {
    font-size: 65px; } }
.fs-exLarge {
  font-size: 82px; }

@media (min-width: 768px) {
  .fs-md-exLarge {
    font-size: 82px; } }
@media (min-width: 992px) {
  .fs-lg-exLarge {
    font-size: 82px; } }
@media (min-width: 1200px) {
  .fs-xl-exLarge {
    font-size: 82px; } }
#accordionFaq .accordion-item {
  border: none;
  margin-bottom: 20px; }
  #accordionFaq .accordion-item .accordion-button {
    background-color: #F3F3F3;
    border-radius: 20px;
    font-weight: bold;
    height: 100px;
    color: #2D2D2D;
    font-size: 20px; }
    @media (min-width: 768px) {
      #accordionFaq .accordion-item .accordion-button {
        font-size: 24px; } }
    @media (min-width: 992px) {
      #accordionFaq .accordion-item .accordion-button {
        height: 116px;
        font-size: 28px; } }

.expand-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* MOBILE */
  /* MINI (FECHADO) */
  /* CONTEÚDO ABERTO */
  /* TEXTO – entra primeiro */
  /* ATIVO MOSTRA */
  /* ESCONDE MINI QUANDO ABRE */ }
  .expand-cards .expand-card {
    flex: unset;
    height: 120px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease; }
    .expand-cards .expand-card:hover {
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
    .expand-cards .expand-card.active {
      height: 380px;
      background-color: #F3F3F3 !important; }
      .expand-cards .expand-card.active .card-text {
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.4s ease 0.5s, transform 0.4s ease 0.2s; }
  .expand-cards .card-mini {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transition: opacity 0.1s ease; }
    .expand-cards .card-mini::before {
      content: '';
      background: url("../images/HOME/SIMBOLO-ADSPLAY.png") center no-repeat;
      background-size: cover;
      width: 100px;
      height: 100px;
      position: absolute;
      top: calc(50% - 50px);
      left: calc(50% - 50px);
      z-index: 0; }
    .expand-cards .card-mini .btn-color7 {
      z-index: 1;
      position: relative;
      left: -25px;
      border-radius: 100%;
      transform: rotate(220deg); }
  .expand-cards .card-full {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    padding-left: 20px; }
    @media (min-width: 768px) {
      .expand-cards .card-full {
        gap: 15px; } }
  .expand-cards .card-text {
    flex: 1;
    opacity: 0;
    transform: translateY(30px);
    transition: none; }
  .expand-cards .card-image {
    height: 100%;
    width: 110px;
    opacity: 0;
    transform: translateY(40px) scale(0.96);
    transition: opacity 0.5s ease 0.35s, transform 0.5s ease 0.35s; }
    @media (min-width: 425px) {
      .expand-cards .card-image {
        width: 130px; }
        .expand-cards .card-image img {
          object-position: 41%; } }
    @media (min-width: 576px) {
      .expand-cards .card-image {
        width: 200px; } }
    @media (min-width: 768px) {
      .expand-cards .card-image {
        width: 280px; } }
    .expand-cards .card-image img {
      height: 380px;
      object-fit: cover;
      object-position: 38%; }
  .expand-cards .expand-card.active .card-text,
  .expand-cards .expand-card.active .card-image {
    opacity: 1;
    transform: translateY(0) scale(1); }
  .expand-cards .expand-card.active .card-mini {
    opacity: 0;
    pointer-events: none; }
  @media (min-width: 992px) {
    .expand-cards {
      height: 332px;
      flex-direction: row;
      /* CARD BASE */
      /* CONTEÚDO ABERTO */
      /* TEXTO – entra primeiro */
      /* IMAGEM – entra depois */
      /* ATIVO MOSTRA */
      /* MINI (FECHADO) */
      /* ESCONDE MINI QUANDO ABRE */ }
      .expand-cards .expand-card {
        height: auto;
        flex: 1;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        transition: flex-grow 0.7s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
        /* CARD ATIVO */ }
        .expand-cards .expand-card:hover {
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
        .expand-cards .expand-card.active {
          height: auto;
          flex-grow: 3.2;
          background-color: #F3F3F3 !important; }
          .expand-cards .expand-card.active .card-text {
            opacity: 1;
            transform: translateY(0);
            transition: opacity 0.4s ease 0.5s, transform 0.4s ease 0.2s; }
      .expand-cards .card-full {
        display: flex;
        align-items: center;
        gap: 32px;
        height: 100%;
        padding-left: 20px; }
      .expand-cards .card-text {
        flex: 1;
        opacity: 0;
        transform: translateY(30px);
        transition: none; }
      .expand-cards .card-image {
        height: 100%;
        width: 130px;
        opacity: 0;
        transform: translateY(40px) scale(0.96);
        transition: opacity 0.5s ease 0.35s, transform 0.5s ease 0.35s; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .expand-cards .card-image {
        width: 220px; } }
    @media (min-width: 992px) and (min-width: 1441px) {
      .expand-cards .card-image {
        width: 280px; } }
  @media (min-width: 992px) {
        .expand-cards .card-image img {
          height: 332px;
          object-fit: cover;
          object-position: 46%; }
      .expand-cards .expand-card.active .card-text,
      .expand-cards .expand-card.active .card-image {
        opacity: 1;
        transform: translateY(0) scale(1); }
      .expand-cards .card-mini {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        transition: opacity 0.1s ease;
        padding: 20px; }
        .expand-cards .card-mini::before {
          content: '';
          background: url("../images/HOME/SIMBOLO-ADSPLAY-CORTADO.png") center no-repeat;
          width: 161px;
          height: 262px;
          position: absolute;
          top: calc(50% - 105px);
          left: 0;
          z-index: 0; }
        .expand-cards .card-mini .btn-color7 {
          z-index: 1;
          position: relative;
          left: -25px;
          border-radius: 100%;
          transform: rotate(220deg); }
      .expand-cards .expand-card.active .card-mini {
        opacity: 0;
        pointer-events: none; } }

@media (min-width: 576px) {
  .card.card-post {
    align-items: center; } }
.card.card-post:hover {
  background-color: #F3F3F3; }
.card.card-post .card-img-top {
  width: 384px;
  height: 332px; }
.card.card-our-culture {
  border: 0;
  border-radius: 10px;
  align-items: start; }
  @media (min-width: 768px) {
    .card.card-our-culture {
      width: 45%; } }
  @media (min-width: 1441px) {
    .card.card-our-culture {
      width: 32%; } }
  .card.card-our-culture .card-img {
    background-color: #831E9B;
    border-radius: 100%;
    width: 91px;
    height: 91px;
    display: flex;
    align-items: center;
    justify-content: center; }
.card.card-adtech {
  border: 0;
  border-radius: 10px; }
  @media (min-width: 768px) {
    .card.card-adtech {
      width: 40%; } }
  @media (min-width: 992px) {
    .card.card-adtech {
      width: 23%; } }
  @media (min-width: 1441px) {
    .card.card-adtech {
      width: 24%; } }
  .card.card-adtech .card-img {
    background-color: #ECD263;
    border-radius: 100%;
    width: 91px;
    height: 91px;
    display: flex;
    align-items: center;
    justify-content: center; }
.card.card-programatica {
  border: 0;
  border-radius: 10px;
  align-items: start; }
  @media (min-width: 768px) {
    .card.card-programatica {
      width: 45%; } }
  @media (min-width: 992px) {
    .card.card-programatica {
      width: 32%; } }
  .card.card-programatica .card-img {
    background-color: #831E9B;
    border-radius: 100%;
    width: 91px;
    height: 91px;
    display: flex;
    align-items: center;
    justify-content: center; }
.card.card-our-differentials {
  border: 0;
  border-radius: 10px;
  align-items: start; }
  @media (min-width: 768px) {
    .card.card-our-differentials {
      width: 45%; } }
  @media (min-width: 992px) {
    .card.card-our-differentials {
      width: 32%; } }
  .card.card-our-differentials .card-img {
    background-color: #EF9162;
    border-radius: 100%;
    width: 91px;
    height: 91px;
    display: flex;
    align-items: center;
    justify-content: center; }
.card.card-performance {
  border: 0;
  border-radius: 10px; }
  @media (min-width: 768px) {
    .card.card-performance {
      width: 40%; } }
  @media (min-width: 992px) {
    .card.card-performance {
      width: 23%; } }
  @media (min-width: 1441px) {
    .card.card-performance {
      width: 24%; } }
  .card.card-performance .card-img {
    background-color: #EF9162;
    border-radius: 100%;
    width: 91px;
    height: 91px;
    display: flex;
    align-items: center;
    justify-content: center; }

.slick-dots {
  bottom: 0; }
  .slick-dots li {
    margin: 0; }
    .slick-dots li.slick-active button::before {
      background-color: #9C9C9C;
      width: 15px;
      height: 15px;
      left: -2px;
      top: -3px;
      opacity: 1;
      background-clip: content-box; }
    .slick-dots li button {
      height: 10px;
      width: 10px;
      background-color: #9C9C9C;
      border-radius: 20px; }
      .slick-dots li button:before {
        content: '';
        border-radius: 20px; }

.home-carousel .slick-next {
  right: 25px;
  bottom: -8px;
  z-index: 1;
  top: auto;
  height: 43px;
  width: 43px;
  background-color: #EBEBEB;
  border-radius: 100%; }
  .home-carousel .slick-next::before {
    content: '';
    background: url("../images/ICONES/ICONE-ARROW-DOWN.png") center no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    transform: rotate(270deg);
    position: relative;
    left: calc(50% - 11px); }
.home-carousel .slick-prev {
  right: 80px;
  bottom: -8px;
  z-index: 1;
  left: auto;
  top: auto;
  height: 43px;
  width: 43px;
  background-color: #EBEBEB;
  border-radius: 100%; }
  .home-carousel .slick-prev::before {
    content: '';
    background: url("../images/ICONES/ICONE-ARROW-DOWN.png") center no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    transform: rotate(90deg);
    position: relative;
    left: calc(50% - 11px); }

@media (min-width: 992px) {
  .collapse-filter-posts {
    position: absolute;
    z-index: 1;
    right: 75px; } }

.logo-footer img {
  width: 200px; }
  @media (min-width: 1200px) {
    .logo-footer img {
      width: 298px; } }

.form-contact-box {
  width: 100%;
  min-height: 650px;
  border-radius: 20px;
  padding: 40px 60px;
  color: #fff;
  position: relative;
  overflow: hidden;
  /* VIDEO */
  /* OVERLAY ESCURO PARA LEGIBILIDADE */
  /* PROGRESSO */
  /* FORM */
  /* BOTÃO NEXT */ }
  .form-contact-box .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; }
  .form-contact-box .video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(33, 0, 50, 0.75);
    /* ajuste intensidade aqui */
    z-index: 1; }
  .form-contact-box .form-content {
    position: relative;
    z-index: 2;
    color: #fff; }
  .form-contact-box .progress-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 75%;
    margin: auto; }
    .form-contact-box .progress-steps::before {
      content: "";
      position: absolute;
      top: 15px;
      left: 0;
      right: 0;
      height: 4px;
      background: #fff;
      z-index: 0; }
  .form-contact-box .step {
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.6); }
    .form-contact-box .step::before {
      content: attr(data-step);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #fff;
      color: #4b145e;
      margin: 0 auto 5px;
      font-weight: bold; }
  .form-contact-box .step.active::before {
    background: #831E9B;
    color: #fff; }
  .form-contact-box .step span {
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 400; }
  .form-contact-box .form-step {
    display: none; }
    .form-contact-box .form-step.step-start {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
  .form-contact-box .form-step.active {
    display: block; }
  .form-contact-box h3 {
    font-size: 36px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px; }
  .form-contact-box .badge-step {
    background: #831E9B;
    padding: 4px 14px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 24px; }
  .form-contact-box .custom-input {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    color: #fff;
    padding-left: 0; }
    .form-contact-box .custom-input::placeholder {
      color: #fff;
      font-family: "Pogonia", sans-serif;
      font-size: 22px; }
  .form-contact-box .custom-input:focus {
    background: transparent;
    box-shadow: none;
    border-color: #fff;
    color: #fff; }
  .form-contact-box .btn-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #831E9B;
    color: #fff;
    font-size: 20px;
    transition: .3s; }
  .form-contact-box .btn-next:hover {
    background: #831E9B; }

.form-select {
  /* Ajusta ícone padrão */ }
  .form-select.select-custom {
    background-color: transparent;
    border: 1px solid #7b1fa2;
    color: #ffffff;
    border-radius: 12px;
    padding: 14px 18px;
    font-weight: 500;
    box-shadow: none;
    transition: 0.2s ease;
    /* Remove estilo padrão Bootstrap ao focar */
    /* Cor das opções (limitado pelo browser) */ }
    .form-select.select-custom:focus {
      background-color: transparent;
      border-color: #9c27b0;
      box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.25);
      color: #ffffff; }
    .form-select.select-custom option {
      background-color: #4b145c;
      color: #ffffff; }
  .form-select .select-custom {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 20 20' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7l5 5 5-5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px;
    padding-right: 45px; }

.newsletter-check {
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  /* Remove estilo padrão Bootstrap */ }
  .newsletter-check .form-check-label {
    margin-bottom: -6px; }
  .newsletter-check .checkbox-custom {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    border: 2px solid #ffffff;
    background-color: transparent;
    cursor: pointer;
    box-shadow: none; }
  .newsletter-check .checkbox-custom:checked {
    background-color: #831E9B;
    border: 2px solid #831E9B;
    width: 22px;
    height: 22px; }
  .newsletter-check .checkbox-custom:checked::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #ffffff;
    border-radius: 100%; }
  .newsletter-check .form-check-input:focus {
    box-shadow: none;
    border: 2px solid #831E9B; }

/* INTERESSE */
.radio-group-interest {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  @media (min-width: 768px) {
    .radio-group-interest {
      width: 60%; } }
  @media (min-width: 1200px) {
    .radio-group-interest {
      width: 30%; } }

.radio-group-segmentaion {
  display: grid;
  gap: 10px; }
  @media (min-width: 768px) {
    .radio-group-segmentaion {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1200px) {
    .radio-group-segmentaion {
      grid-template-columns: repeat(3, 1fr); } }

.radio-card {
  padding: 0; }

/* Esconde o radio padrão */
.radio-card .form-check-input {
  display: none; }

/* Card base */
.radio-card .form-check-label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border: 1px solid #831E9B;
  border-radius: 10px;
  background-color: #F1EAF2;
  color: #2D2D2D;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 18px; }

/* Badge letra */
.radio-badge {
  width: 36px;
  height: 36px;
  border: 1px solid #831E9B;
  border-radius: 10px;
  background-color: #ffffff;
  color: #831E9B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px; }

/* Estado selecionado */
.radio-card .form-check-input:checked + .form-check-label {
  background-color: #831E9B;
  color: #fff; }

.radio-card .form-check-input:checked + .form-check-label .radio-badge {
  background-color: #ffffff;
  color: #831E9B; }

/* INTERESSE */
header .navbar {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #8F8F8F; }
  header .navbar .navbar-brand img {
    width: 150px; }
    @media (min-width: 992px) {
      header .navbar .navbar-brand img {
        width: 225px; } }
  header .navbar .nav-item .nav-link {
    position: relative;
    text-decoration: none; }
    @media (min-width: 992px) {
      header .navbar .nav-item .nav-link.active, header .navbar .nav-item .nav-link:hover {
        color: #831E9B; }
        header .navbar .nav-item .nav-link.active::before, header .navbar .nav-item .nav-link:hover::before {
          content: '';
          position: absolute;
          left: 0;
          bottom: -23.9px;
          width: 100%;
          height: 4px;
          border-radius: 4px;
          background-color: #831E9B; } }
  header .navbar .dropdown-menu {
    border: none;
    box-shadow: 0px 4px 20px 0px #0000001A;
    left: -20px;
    top: 75px; }
    header .navbar .dropdown-menu .dropdown-item:hover {
      border-radius: 20px;
      text-decoration: none; }

.timeline {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding-left: 40px; }

/* Linha vertical */
.timeline::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #831E9B; }

.timeline-item {
  position: relative;
  margin-bottom: 20px; }

.timeline-dot {
  position: absolute;
  left: -34.9px;
  top: 6px;
  width: 14px;
  height: 14px;
  background: #831E9B;
  border-radius: 50%; }

.timeline-content {
  padding-left: 30px; }

.timeline-year {
  color: #831E9B;
  font-size: 14px;
  display: block;
  margin-bottom: 8px; }

.timeline-content h3 {
  font-size: 22px;
  margin-bottom: 12px; }

.timeline-content p {
  font-size: 16px;
  line-height: 1.6; }

#benefits ul, #formats ul {
  list-style: none;
  padding: 0; }
  #benefits ul li, #formats ul li {
    display: flex;
    align-items: center;
    margin-bottom: 12px; }
    #benefits ul li::before, #formats ul li::before {
      content: '';
      background: #F1EAF2 url("../images/ICONES/ICONE-CHECK.png") center no-repeat;
      width: 30px;
      height: 30px;
      display: inline-block;
      border-radius: 100%;
      padding: 21px; }
#benefits .format, #formats .format {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #2D2D2D; }
#benefits .icone, #formats .icone {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F1EAF2;
  width: 79px;
  height: 79px;
  border-radius: 100%; }

.arrows {
  position: relative;
  width: 24px;
  /* Delay progressivo */ }
  .arrows .arrow {
    position: relative;
    opacity: 1;
    animation: arrowSequence 1.6s infinite; }
  .arrows .arrow-1 {
    animation-delay: 0s; }
  .arrows .arrow-2 {
    animation-delay: 0.2s;
    top: -10px; }
  .arrows .arrow-3 {
    animation-delay: 0.4s;
    top: -20px; }
@keyframes arrowSequence {
  /* Início invisível */
  0% {
    opacity: 0; }
  /* Entra */
  15% {
    opacity: 0.5; }
  /* Permanece visível */
  40% {
    opacity: 1; }
  /* Começa a sair */
  55% {
    opacity: 0; }
  /* Invisível até reiniciar */
  100% {
    opacity: 0; } }
#publisher .bg {
  background: url("../images/SERVICOS/PUBLISHER/PATTERN-APOIO-PUBLISHER.png");
  background-size: cover;
  border-radius: 20px; }

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