@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-flex.f-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.d-flex.f-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.d-flex.f-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-flex.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.d-flex.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .d-flex.f-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .d-flex.f-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.d-flex.gap-025 {
  gap: 0.25rem;
}

.d-flex.gap-05 {
  gap: 0.5rem;
}

.d-flex.gap-1 {
  gap: 1rem;
}

.d-flex.gap-2 {
  gap: 2rem;
}

.d-flex.gap-3 {
  gap: 3rem;
}

@media only screen and (max-width: 768px) {
  .d-flex .col-sm-100 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .d-flex .col-lg-30 {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .d-flex .col-lg-50 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .d-flex .col-lg-60 {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) {
  .d-flex .col-lg-70 {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) {
  .d-flex .col-lg-40 {
    width: 40%;
  }
}

.p-relative {
  position: relative;
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ | Ritto Edit */
html {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
body {
  font-size: 16px;
  overflow-x: hidden;
  background: #fff;
}

.wrap-bj {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  position: relative;
  z-index: 1;
}

.wrap-bj.anuncie {
  position: unset;
}

@media only screen and (min-width: 768px) {
  .wrap-bj {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .wrap-bj {
    max-width: 90rem;
    padding-right: 4.375rem;
    padding-left: 4.375rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.container-brj {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media only screen and (min-width: 576px) {
  .container-brj {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .container-brj {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .container-brj {
    max-width: 90rem;
    padding-right: 4.375rem;
    padding-left: 4.375rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.main {
  width: 100%;
  position: relative;
}

section {
  width: 100%;
  height: auto;
  position: static;
  outline: none;
  z-index: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.scrollhidden {
  overflow: hidden;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    vertical-align: middle;
    border-style: none;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  opacity: 1;
  -webkit-transition-duration: .55s;
          transition-duration: .55s;
}

a:active, a:focus, a:hover {
  text-decoration: none;
  opacity: .9;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
}

.gigantic,
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: 'Duplicate Slab';
}

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px;
}

h1 {
  font-size: 58px;
  line-height: 1.05;
}

h2 {
  font-size: 35px;
  line-height: 1.14;
}

h3 {
  font-size: 29px;
  line-height: 1.38;
}

h4 {
  font-size: 21px;
  line-height: 1.4;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 11px;
}

small {
  font-size: 10px;
  line-height: 1.2;
}

p {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 1rem;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

input,
textarea,
button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  background: transparent;
  border: none;
}

button:focus {
  outline: none;
}

.title-box h1 {
  font-size: 54px;
  padding: 0;
  margin: 0;
  color: #2E2E2E;
  padding: 5px;
  position: relative;
  display: inline-block;
}

.title-box h1:before {
  content: '';
  background: #4BDCDC;
  z-index: -1;
  width: 100%;
  height: 55%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(5%, 80%);
          transform: translate(5%, 80%);
}

.container-style {
  background: #F2F2F2;
  position: relative;
  color: #2E2E2E;
  padding: 20px;
  margin-bottom: 40px;
  border: 3px solid #2E2E2E;
}

.container-style:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15px;
  left: 15px;
  border: 3px solid #2E2E2E;
  z-index: -1;
}

.flex-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print {
  .no-print {
    display: none !important;
  }
}

.print {
  display: none;
}

@media print {
  .print {
    display: block !important;
  }
}

.print-flex {
  display: none;
}

@media print {
  .print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.logo-print img {
  margin: 0 auto;
  text-align: center;
}

@media print {
  * {
    background: transparent;
    color: #000;
    text-shadow: none;
    -webkit-filter: none;
            filter: none;
    -ms-filter: none;
  }
  nav, footer, video, audio, object, embed, iframe {
    display: none;
  }
  @page {
    margin: 0.5cm !important;
  }
  body {
    font: 12pt Georgia, "Times New Roman", Times, serif !important;
    color: #000 !important;
  }
  a {
    color: inherit !important;
    border-bottom-color: #9a9a98;
  }
  a[href]::after {
    content: " (" attr(href) ")" !important;
    color: #0078a4 !important;
  }
  a, a:visited {
    text-decoration: underline !important;
  }
  .headerbrj-row {
    display: none !important;
  }
}

.header {
  position: fixed;
  padding: 8px 16px;
  width: 100%;
  z-index: 9999;
  top: 0;
}

.header .header-wrap-rounded {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 16px 48px;
  border-radius: 64px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .header-wrap-rounded .logo-wrap {
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .header {
    position: relative;
    background-color: #e52397;
  }
}

.user-dropdown-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user-dropdown-wrapper .user-icon {
  background: transparent;
  border: none;
  cursor: pointer;
  margin-left: 1rem;
  padding: 0.5rem;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.user-dropdown-wrapper .user-icon:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.user-dropdown-wrapper .user-icon svg {
  width: 24px;
  height: 24px;
  color: #170054;
}

.user-dropdown-wrapper .user-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.5rem 0;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 150px;
}

.user-dropdown-wrapper .user-dropdown li {
  list-style: none;
}

.user-dropdown-wrapper .user-dropdown li button {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
  color: #170054;
}

.user-dropdown-wrapper .user-dropdown li button:hover {
  background-color: #f6f6f6;
}

#user-profile-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#user-profile-modal .modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  max-width: 500px;
  width: 100%;
  font-family: "DM Sans", sans-serif;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

#user-profile-modal .modal-content h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ec008c;
  font-family: "DM Sans", sans-serif;
}

#user-profile-modal .modal-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

#user-profile-modal .modal-content form label {
  font-weight: 600;
  font-size: 0.95rem;
  font-family: "DM Sans", sans-serif;
}

#user-profile-modal .modal-content form input {
  padding: 0.6rem 1rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
}

#user-profile-modal .modal-content form input:focus {
  border-color: #ec008c;
}

#user-profile-modal .modal-content form .btn-primary {
  background-color: #ec008c;
  color: white;
  border: none;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 1rem;
}

#user-profile-modal .modal-content form .btn-primary:hover {
  background-color: #d01682;
}

.footer-wrap {
  background-color: #e52397;
  width: 100%;
  min-height: 50px;
  margin-top: 3rem;
}

.live-wrap {
  max-width: 1280px;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-wrap {
  max-width: 1040px;
  margin: auto;
}

.page-live {
  padding-top: 15vh;
  background: url(../image/background.png);
  background-size: 100% 450px;
  background-position: top;
  background-repeat: no-repeat;
  min-height: calc(100vh - 50px - 5rem);
}

@media only screen and (max-width: 768px) {
  .page-live {
    padding-top: 50px;
    background: #e52397;
  }
}

.page-live .chat-info {
  font-size: .875rem;
  line-height: 1.25rem;
  line-height: 1.5rem;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page-live .chat-info {
    padding-bottom: 1rem;
    color: #fff;
    text-align: center;
    max-width: 80%;
    margin: auto;
  }
}

.calendar-highlight {
  background-color: #ec008c;
  color: white;
  padding: 2em 1em;
  text-align: center;
  border-radius: 20px;
  max-width: 600px;
  margin: 1em auto;
  display: none;
}

.calendar-highlight h2 {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 0.5em;
  font-family: "DM Sans", sans-serif;
}

.calendar-highlight h2 span {
  display: block;
  color: #ffffff;
  font-weight: 900;
  font-family: "DM Sans", sans-serif;
}

.calendar-highlight p {
  font-family: "DM Sans", sans-serif;
  color: #FAFAFA;
  font-weight: 600;
  font-size: 1em;
}

.calendar-highlight .calendar-description {
  font-family: "DM Sans", sans-serif;
  font-size: 1em;
  margin-bottom: 1.5em;
  line-height: 1.4;
  padding: 0 1rem;
}

.calendar-highlight .calendar-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calendar-highlight .calendar-buttons button,
.calendar-highlight .calendar-buttons a {
  font-family: "DM Sans", sans-serif;
  background: white;
  color: #ec008c;
  font-weight: 600;
  font-size: 1em;
  padding: 0.75em 1.5em;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.calendar-highlight .calendar-buttons button:hover,
.calendar-highlight .calendar-buttons a:hover {
  background: #ffe0ef;
}

.calendar-highlight .calendar-buttons a {
  display: inline-block;
}

.destaque {
  padding-top: 15vh;
  background: url(../image/background.png);
  background-size: 100% 450px;
  background-position: top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .destaque {
    padding-top: 0px;
    background: #e52397;
  }
}

.destaque.breve {
  padding-top: 300px;
}

@media only screen and (max-width: 768px) {
  .destaque.breve {
    padding-top: 10vh;
    background: url(../image/background.png);
    background-size: 100% 10vh;
    background-position: top;
    background-repeat: no-repeat;
  }
}

.destaque .banner-wrap {
  width: 100%;
}

.destaque .banner-wrap .module-destaque img {
  width: 100%;
  height: auto;
}

.reload-wrap {
  position: absolute;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .reload-wrap {
    bottom: 0%;
    right: 0;
  }
}

@media only screen and (min-width: 769px) {
  .reload-wrap {
    top: 0%;
    left: 104%;
  }
}

.content-breve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#e52397), color-stop(80%, #f592c5), to(#e52397));
  background: linear-gradient(180deg, #e52397 0%, #f592c5 80%, #e52397 100%);
  min-height: calc(100vh - 300px);
  padding-top: 4rem;
}

.content-breve h1 {
  font-family: "DM Sans", sans-serif;
  color: #2E2E2E;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 700;
  max-width: 900px;
  padding: 0 2rem;
}

.content-breve p {
  font-family: "DM Sans", sans-serif;
  color: #2E2E2E;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  max-width: 1100px;
  padding: 0 2rem;
}

#countdown {
  padding: 2rem 0;
}

#countdown .countdown-wrap {
  font-family: "DM Sans", sans-serif;
  font-size: 3rem;
  line-height: 1;
}

#countdown .countdown-wrap .text-xs {
  font-family: "DM Sans", sans-serif;
  font-size: .75rem;
  line-height: 1rem;
}

.content-wrap {
  padding: 2rem 2rem 2rem 0;
}

@media only screen and (max-width: 768px) {
  .content-wrap {
    padding: 0 2rem;
  }
}

.content-wrap h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.content-wrap h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.content-wrap p {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.content-wrap ul li {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

.content-wrap .text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
  line-height: 1.5rem;
  font-family: "DM Sans", sans-serif;
}

.form-wrap {
  padding: 2rem;
}

.form-wrap .form-hearing {
  font-family: "DM Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
}

.form-wrap .mc-field-group {
  padding-bottom: 1rem;
}

.form-wrap .mc-field-group .asterisk {
  color: red;
}

.form-wrap #mce-responses {
  display: none;
}

.form-wrap #mce-responses #mce-error-response {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: red;
  font-weight: 500;
  visibility: hidden;
  height: 30px;
  padding-top: 0.5rem;
}

.form-wrap #mce-responses #mce-success-response {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: green;
  font-weight: 500;
  visibility: hidden;
  height: 0px;
  padding-top: 0.5rem;
}

.form-wrap .mc_fieldset label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-wrap .mc_fieldset label .gdpr {
  width: 18px;
  margin-right: 0.5rem;
}

.form-wrap label {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.form-wrap input {
  width: 100%;
  min-width: 0px;
  outline: 0;
  outline-offset: 0;
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 6px;
  padding: 0 1rem;
  border: solid 2px #e6dfe3;
  min-height: 40px;
}

.form-wrap input:focus {
  border-color: #f39aa3;
}

.form-wrap .btn-primary {
  opacity: 0.4;
  cursor: not-allowed;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  outline: 2px solid transparent;
  outline-offset: 2px;
  width: auto;
  line-height: 1.2;
  border-radius: 6px;
  min-width: 100%;
  font-family: "DM Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff;
  background-color: #e52397;
  min-height: 50px;
  margin-top: 1rem;
  padding: 0 1.25rem;
  cursor: pointer;
}

.form-wrap .btn-primary:hover {
  opacity: 0.8;
}

.page-em-breve {
  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: #e52397;
  width: 100%;
  height: 100vh;
}

.page-em-breve img {
  max-width: 50%;
}

iframe {
  max-width: 100%;
}

iframe.live {
  aspect-ratio: 16/9;
  height: auto;
}

iframe.chat {
  aspect-ratio: 8/10.5;
  height: auto;
  margin-bottom: 3rem;
}
/*# sourceMappingURL=style.css.map */