.CTAMobile{
  display: none;
}
.ib-enqueteElement {
  background-color: var(--branco);
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 5px 10px #0000000D;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 400px;
}

.ib-enqueteElement>header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ib-enqueteElement>header>h3 {
  font-size: 16px;
  line-height: 22px;
  color: var(--vermelhoPadrao);
  font-weight: 700;
}

.mw-survey-form fieldset span {
  font-size: 14px;
  line-height: 18px;
  color: var(--pretoPadrao);
  letter-spacing: 0.14px;
}

.mw-survey-btn {
  background-color: var(--vermelhoPadrao);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.14px;
  color: var(--branco);
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0px 5px 10px #0000000D;
  border-radius: 10px;
  width: 100%;
  max-width: 121px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mw-survey-form fieldset input[type="radio"] {
  display: grid;
  place-content: center;
  width: 15px;
  height: 15px;
}

.mw-survey-form fieldset input[type="radio"]::before {
  content: "";
  border-radius: 50%;
  width: 17px;
  height: 17px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--vermelhoPadrao);
}

.mw-survey-form fieldset input[type="radio"]:checked::before {
  transform: scale(.85);
}

.mw-survey-form fieldset {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mw-survey-form fieldset label {
  display: flex;
  gap: 15px;
  align-items: start;
}

.ib-enqueteElement>header>h2 {
  font-size: 20px;
  line-height: 24px;
  color: var(--pretoPadrao);
  letter-spacing: 0.2px;
  font-weight: 700;
}

.ib-popUpResult{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--branco);
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 10px #0000000d;
  display: none;
  flex-direction: column;
  gap: 24px;
  z-index: 9999999;
  width: 100%;
  height: 80vh;
  max-width: 700px;
  min-width: 300px;
}
.ib-popUpResult--active{
  display: flex;
}
.ib-popUpResult h2{
  font-size: 20px;
  line-height: 24px;
  color: var(--pretoPadrao);
  letter-spacing: .2px;
  font-weight: 700;
}
.ib-popUpResult h3{
  font-size: 16px;
  line-height: 22px;
  color: var(--vermelhoPadrao);
  font-weight: 700;
}
#popUpResults{
  display: block;
  overflow-y: scroll;
}
#popUpResults:empty{
  display: block !important;
}

figcaption.wp-element-caption {
  margin-top: 10px;
  font-size: 14px;
}

figcaption.wp-element-caption {
  margin-top: 10px;
  font-size: 14px;
}

figcaption.wp-element-caption {
  margin-top: 10px;
  font-size: 14px;
}

ul.related-posts.mb-5 li a {
  color: #181818;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.22px;
  text-decoration: underline;
}

ul.related-posts.mb-5 li::marker {
  color: #FF1938
}

#article p strong a {
  font-weight: bold;
  color: var(--vermelhoPadrao);
}

.vejaTambem-container ul.related-posts.mb-5 {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.vejaTambem-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vejaTambem-container .text-black {}

.vejaTambem-container>p>strong {
  font-weight: 700;
  font-size: 18px;
}

.vejaTambem-container>p>strong {
  font-weight: 700;
  font-size: 18px;
}

.mw-element-justify {
  max-width: 55% !important;
  overflow: hidden;
}

.mw-element-justify-center {
  max-width: 100% !important;
}

.image-fullscreen>img {
  min-width: 100%;
}

.mw-element-justify-left {
  float: left;
  display: inline-flex !important;
  margin-right: 37px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mw-element-justify-right {
  float: right;
  display: inline-flex !important;
  margin-left: 37px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.ib-audio {
  padding: 6px 9px 6px 6px;
  width: fit-content;
  border: 1px solid #FF783E;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap:43px;
  margin:0 auto;
}

.ib-audio > .ib-audio-left {
  display:flex;
  align-items: center;
  gap:10px;
}

.ib-audio:hover {
  background-color: #FF783E;
}

.ib-audio:hover > .ib-audio-left > img {
  filter: grayscale(1);
}

.ib-audio > .audioDuration {
  padding:5px 8px;
  background-color: #E7E7E7;
  border-radius: 14px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
  color: #161616;
}

.ib-audio > .audioDuration {
  padding:5px 8px;
  background-color: #E7E7E7;
  border-radius: 14px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
  color: #161616;
}

.ib-audio:hover > .ib-audio-left >span {
  color: var(--branco);
}

.ib-audio > .ib-audio-left > img {
  width: 34px;
  height: 34px;
  cursor:pointer;
}

.ib-audio > .ib-audio-left > span {
  font-family: 'RedditSans-Bold';
  font-size: 16px;
  line-height: 21px;
  color: #161616;
}

.ib-attachment {
  width: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
}

.ib-attachment a {
  padding: 6px 8px 6px 6px;
  border: 1px solid #FF783E;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap:20px;
  background-color: #FFFFFF;
}

.ib-attachment a:hover {
  background-color: #FF783E;
}

.ib-attachment a:hover > .attachment-left > img {
  filter: grayscale(1);
}

.ib-attachment a > #attachmentFile {
  padding:5px 8px;
  display:flex;
  justify-content: center;
  align-items: center;
  background-color: #E7E7E7;
  border-radius: 14px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
  color:#161616;
  z-index: 2;
}

.ib-attachment a > .attachment-left {
  display:flex;
  align-items: center;
  gap:10px;
}

.ib-attachment a > .attachment-left > img {
  width: 34px;
  height: 34px;
}

.ib-attachment a > .attachment-left > span {
  font-family: 'RedditSans-Bold';
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #161616;
}

.audioDuration {
  color: var(--cinzaPadrao);
  font-size: 12px;
  font-weight: 500;
}

.mw-article-img-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  position: relative;
}

.mw-article-img-box img {
  width: 100%;
  border-radius: 6px;
  max-width: 100%;
  cursor: pointer;
  height: 100%;
}

.mw-endereco-mapa iframe {
  min-height: 300px;
  border-radius: 5px;
  overflow: hidden;
}

.mw-address-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

sub {
  position: relative;
  bottom: -5px;
  font-size: 10px;
}

.mw-destaque {
  display:flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding:0px 0px 0px 24px;
  position: relative;
}

.mw-destaque::before {
  content: "";
  position: absolute;
  left:0;
  top:0;
  width: 5px;
  height: 100%;
  background-color: #FF1938;
  border-radius: 4px;
}

.mw-destaque h3 {
  font-family: 'RedditSans-Bold';
  width: 100%;
  font-size: 22px;
  line-height: 32px;
  color: #181818;
  letter-spacing: 0.28px;
}

/* video */
.mw-video {
  position: relative;
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  /* overflow: hidden; */
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  gap: 10px;
}

.video-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mw-article-video {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

/* GALERIA */
.mw-galeria-img {
  width: 100%;
  padding:32px 0px 22px 0px;
  background-color: #181818;
  position: relative;
  left: calc(-50vw + 50%);
  height: auto;
  width: 100vw !important;
  z-index: 5;
}

.mw-galeria-img .splide__arrow {
  height: unset;
  width: unset;
}

.mw-galeria-img .splide__arrow--next {
  right: -80px;
}

.mw-galeria-img .splide__arrow--prev {
  left: -80px;
}

.inline-gallery-card .splide__arrow--prev {
  left: -10em;
}

.inline-gallery-card .splide__arrow--next {
  right: 8em;
}

.mw-galeria-img .splide__arrow svg {
  fill: #ff783e;
  height: 9.2em;
  width: 3.2em;
}
.splide--expanded {
  position: relative;
  left: calc(-50vw + 50%);
  height: auto;
  width: 100vw !important;
}

.splide--expanded figure {
  display:flex;
  flex-direction: column;
  gap:11px;
  justify-content: center;
  align-items: center;
}

.splide--expanded figure > img {
  width: 700px;
  max-width: 700px;
  height: 420px!important;
  object-fit: cover;
  border-radius: 12px;
  background-color: #ddd;
}
.inline-galery-splide.splide--short .splide__slide {
  width: 700px;
  margin-right: 140px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.inline-galery-splide.splide--expanded .splide__slide {
  width: 1100px!important;
  margin-right: 140px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.splide--expanded figure > figcaption {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.14px;
  color: #FFF;
}

.splide--expanded .splide__arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
}

.splide--expanded .splide__arrow svg {
  fill: #231f20!important;
  height: 6.2em!important;
  width: 1.2em!important;
}

.splide--expanded .splide__arrows {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  top: 50%;
}

.inline-galery-preview > .galery-preview-cards,
.inline-galery-preview {
  display:flex;
  gap:20px;
  align-items: center;
}

.galery-preview-cards > img,
.galery-preview-cards > iframe {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
}

.galery-preview-cards > img:hover {
  filter: brightness(105%);
  transform: scale(1.01);
}

.galery-preview-cards > img.active-gallery,
.galery-preview-cards > iframe.active-gallery {
  width: 98px;
  height: 98px;
  object-fit: cover;
  border: 2px solid #FF783E;
}

.inline-galery-preview > .galery-preview-button {
  padding:19px 50px;
  border: 1px solid #FF783E;
  border-radius: 12px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.24px;
  color: #FF783E;
  cursor: pointer;
}

.inline-galery-preview > .galery-preview-button:hover {
  border: 1px solid #FF783E;
  background-color:#FF783E;
  color: #181818;
}

.inline-galery-preview > .galery-preview-button > b {
  font-family: 'RedditSans-Bold';
  font-size: 28px;
}

.mw-galeria {
  height: 100%;
  display:flex;
  flex-direction: column;
  gap:32px;
  max-width: 700px;
  margin:0 auto;
}

.inline-galery-splide {
  height: 100%;
}

.inline-galery-splide .splide__track {
  height: 100%;
  border-radius: 12px;
  max-width: 1100px;
  margin: 0 auto;
}

.splide.inline-galery-splide .splide__pagination{
  bottom: 1.8em;
  gap:8px;
}
.splide.inline-galery-splide .splide__pagination .splide__pagination__page{
  width: 30px;
  height: 4px;
  border-radius: 5px;
  background-color: #CFCFCF;
}

.splide.inline-galery-splide .splide__pagination .splide__pagination__page.is-active{
  background-color: var(--defaultOrange);
  transform:unset;
}

.inline-galery-splide .splide__slide {
  border-radius: 20px;
}

.mw-galeria figure {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 446px;
  gap:8px;
  border-radius: 12px;
}

.mw-galeria figure img {
  width: inherit;
  height: inherit;
  object-fit: contain!important;
  max-height: 420px;
  border-radius: 12px;
  box-shadow: 0px 5px 10px #00000033;
  border-radius: 12px;
  background-color: #FFF;
}

.mw-galeria figure img {
  width: 100%;
  transition: 0.3s;
  border-radius: 8px;
  cursor: pointer;
  object-fit: contain;
  transition: 0.5s ease-in;
}

.mw-galeria figure img:hover {
  filter: brightness(105%);
  transform: scale(1.01);
}

.inline-galery-splide > .splide__arrow {
  background: #101010;
  border-radius: 50%;
  opacity: 1;
  bottom: -21px;
  width: 50px;
  height: 50px;
  top: unset;
}

.mw-image-description {
  text-align: center;
  font-family: 'RedditSans-Regular';
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.inline-galery-splide > .splide__arrow svg {
  fill: #000;
  height: 31px;
  width: 12px;
}

.inline-galery-splide > .splide__arrow svg path {
  fill: #FFF;
}

.inline-gallery-backdrop {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  overflow: auto;
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  display:none;
  flex-direction: column;
  gap: 12px;
}
.btn-close-container {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: end;
}
.btn-close-container > .btn-close {
  color: #fff;
  background-color: #FF1938;
  cursor: pointer;
  font-family: 'RedditSans-Regular', sans-serif;
  font-size: 18px;
  line-height: 18px;
  padding: 5px;
  border-radius: 20px;
}
.inline-gallery-card {
  position: relative;
  width: 52%;
  height: 100%;
}

.inline-gallery-card > iframe {
  width: 100%;
  height: 100%;
}

.inline-gallery-close {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: absolute;
  right: -100px;
  top: 0px;
  background-color: unset;
}

.inline-gallery-close span {
  font-family: 'RedditSans-Bold';
  font-size: 16px;
  height: 36px;
  color: #FFFFFF;
}

.lightboxGaleria {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(6px);
  padding: 0 40px;
  gap: 20px;
}

.lightboxGaleria.hidden {
  visibility: hidden;
  opacity: 0;
}

.lightboxGaleria .content {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

.lightboxGaleria .content span {
  color: var(--branco);
  font-weight: 700;
  font-size: 14px;
}

button#close-button {
  position: absolute;
  top: -10px;
  right: 0px;
  font-size: 0.7em;
  cursor: pointer;
  background-color: var(--vermelhoPadrao);
  color: #fff;
  padding: 5px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightboxGaleriaImg {
  width: 100%;
}

.lightboxGaleria button img {
  width: 20px;
  height: 20px;
}

.lightboxGaleria>button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  box-shadow: 0px 5px 10px #0000000D;
  border: 2px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
}

button#prev-button img {
  transform: scaleX(-1);
}

/* citação */

.mw-citacao {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}

.mw-citacao > img {
  width: 54px;
  height: 42px;
  object-fit: contain;
}

.mw-citacao .citacao {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
}

.mw-citacao .citacao .mw-citacao-text {
  font-family: 'RedditSans-Bold';
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #161616;
  font-style: italic;
}

.mw-citacao .citacao .mw-citacao-autor {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.18px;
  color: #000000;
}

.mw-enquete {
  padding: 30px;
  background: #fff;
  width: fit-content;
  border-radius: 15px;
  border: 1px solid #F9F9F9;
  min-width: 380px;
}

.mw-survey-result {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
  height: 100%;
}

.mw-enquete header h3 {
  color: var(--vermelhoPadrao);
  font-family: 'RedditSans-Regular';
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}

.mw-enquete header h2 {
  color: #231F20;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 34px;
}

.mw-enquete form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}

.mw-enquete .option {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mw-enquete .option input {
  accent-color: var(--vermelhoPadrao);
  width: 16px;
  height: 16px;
}

span.mw-option {
  color: #5D5D5D;
  font-size: 14px;
  line-height: 18px;
}

.mw-poll-button {
  width: 100px;
  height: 40px;
  background-color: var(--vermelhoPadrao);
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 20px;
}

.mw-survey-result-option {
  display: flex;
  overflow: hidden;
  padding: 15px;
  gap: 5px;
  height: 40px;
  background-color: #f9f6fe;
  border-radius: 15px;
  position: relative;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}

.mw-survey-result-option .info {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
}

.mw-survey-result-partial {
  position: absolute;
  height: 4px;
  background-color: #FF1938;
  z-index: 0;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.mw-survey-result-option span {
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

label.mw-survey-result-option.votedItem span {
  font-weight: normal;
  color: var(--vermelhoPadrao) !important;
}

label.mw-survey-result-option.votedItem {
  font-weight: bold;
}

.mw-survey-result-option h3 {
  color: #393536;
  font-size: 14px;
  line-height: 18px;
}

.ob-agradecemos {
  color: var(--vermelhoPadrao);
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  display: block;
  width: 100%;
}

.mw-enquete>h2 {
  font-size: 18px;
  line-height: 22px;
  color: #231F20;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
}

#responderNovamente {
  padding: 10px 20px 10px 60px;
  border: 1px solid var(--vermelhoPadrao);
  border-radius: 20px;
  color: var(--vermelhoPadrao);
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  max-width: 250px;
  height: 40px;
  margin: 0 auto;
  margin-top: auto;
}

#responderNovamente:hover img {
  left: 10px;
}

#responderNovamente img {
  transform: rotate(180deg);
  position: absolute;
  left: 25px;
  transition: 0.1s linear;
}

figure.mw-article-img-box.conteudoSensivel::before {
  content: 'Clique para exibir';
  cursor: pointer;
  position: absolute;
  display: flex;
  background: var(--vermelhoPadrao);
  padding: 8px 16px;
  border-radius: 0 0 20px 20px;
  font-weight: bold;
  z-index: 1;
  font-size: 13px;
  color: #fff;
  transition: all 0.2s ease;
}

figure.mw-article-img-box.conteudoSensivel::after {
  content: 'Conteúdo Sensível';
  cursor: pointer;
  position: absolute;
  display: flex;
  background: var(--vermelhoPadrao);
  padding: 8px 16px;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  z-index: 2;
  transition: all 0.2s ease;
}

figure.mw-article-img-box.conteudoSensivel:hover::after {
  margin-bottom: 50px;
  transition: all 0.2s ease;
}

figure.mw-article-img-box.conteudoSensivel>* {
  filter: blur(25px);
}

/* table leia mais */
.table__leia-mais-wrapper {
  scrollbar-width: auto;
  scrollbar-color: var(--vermelhoPadrao);
}

.table__leia-mais-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  border-radius: 20px;
}

.table__leia-mais-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.table__leia-mais-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--vermelhoPadrao);
  border-radius: 5px;
  border: 0px none transparent;
}

.table__leia-mais {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 16px;
  min-height: 292px;
  overflow: hidden;
}

.table__leia-mais h3 {
  font-family: 'RedditSans-Bold';
  font-size: 22px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: #181818;
}

.table__leia-mais-content {
  display: flex;
  flex-direction: row;
  gap: 12px;
  min-width: 300px;
  grid-column: span 1;
  grid-row: span 1;  
  align-items: center;
  justify-content: center;
}

.table__leia-mais-content img {
  width: 118px;
  height: 110px;
  box-shadow: 0px 5px 10px #0000001A;
  border-radius: 12px;
  object-fit: cover;
}

.table__leia-mais-content div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.table__leia-mais-content div>p {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0.18px;
  color: var(--pretoPadrao);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.table__leia-mais-content div span {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--vermelhoPadrao);
  font-family: 'RedditSans-Bold';
  letter-spacing: 0.14px;
}

.table__leia-mais-wrapper {
  display: grid;
  min-width: 100%;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: repeat(2,1fr);
  gap: 20px 24px;
}

.ib-promocao {
  padding: 20px;
  border-radius: 15px;
  border: 1px solid var(--vermelhoPadrao);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ib-promocao>h2 {
  font-weight: 700;
  font-size: 28px;
  color: var(--vermelhoPadrao);
  line-height: 32px;
}

.ib-promocao>h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: var(--pretoPadrao);
}

.ib-promocao ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  line-height: 19px;
  color: var(--pretoPadrao);
  position: relative;
  padding-left: 15px;
}

.ib-promocao ul li>div {
  display: flex;
  align-items: center;
  gap: 15px
}

.ib-promocao ul li>div img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.ib-promocao ul li>div h2 {
  font-size: 15px;
  line-height: 19px;
  text-decoration: underline;
}

.ib-promocao ul li p b a {
  font-size: 15px;
  font-weight: bold;
  color: var(--vermelhoPadrao);
}

.ib-promocao ul li::before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  background: var(--vermelhoPadrao);
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.ib-promocao ul li b {
  font-size: 18px;
}

.ib-promocao ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.CTADesktop {
  max-width: 100%;
  position: relative;
}

.CTADesktop > img {
  max-width: 100%;
  position: relative;
}

.CTADesktop > a {
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 40px;
  bottom: 30px;
  left: 23px;
}
.ib-ad-article {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  position: relative;
}
.ib-ad-article > div {
  position: relative;
  z-index: 1;
}
.ib-ad-article > .continue-after-publi {
  font-family: 'RedditSans-Regular', Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #c1c1c1;
  letter-spacing: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.mw-endereco-mapa {
  display:flex;
  flex-direction: column;
  gap:12px;
  align-items: flex-start;
}

#CTAIbahia {
  width: 100%;
  min-height: 212px;
  max-width: 700px;
  display:flex;
  flex-direction: row;
  padding: 23px 0px 23px 17px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  background: transparent linear-gradient(136deg, #FF1938 0%, #FF783E 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #00000000;
  border-radius: 16px;
}
#CTAIbahia > .ctaInfos {
  display:flex;
  flex-direction: column;
  gap:25px;
  align-items: flex-start;
  justify-content: flex-start;
}
#CTAIbahia > .ctaInfos > p {
  font-size: 26px;
  line-height: 32px;
  color: #FFF;
  max-width: 318px;
}
#CTAIbahia > .ctaInfos > p > b {
  background-color: #c41230;
  padding:1px 2px;
  font-family: 'RedditSans-Bold';
}
#CTAIbahia > .ctaInfos > div {
  padding:12px 105px;
  border: 1px solid #FFFFFF;
  border-radius: 27px;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.14px;
  font-family: 'RedditSans-Bold';
}
#CTAIbahia > img {
  position: absolute;
  bottom:0px;
  right: 0px;
  width: 326px;
  height: 252px;
  object-fit: contain;
  z-index: 2;
}
.ctaMobile {
  display:none;
}

.only-mobi {
  display:none;
}
.ib-bio-autor {
  display:flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  border: 1px solid #E7E7E7;
  border-radius: 15px;
  background-color: #FFF;
  padding: 16px 20px 16px 20px;
  min-height: 166px;
}
.ib-bio-autor > .bio-autor-image > img {
  width: 80px;
  height: 80px;
  border: 2px solid #FF1938;
  border-radius: 50px;
  object-fit: cover;
}
.ib-bio-autor > .bio-autor-infos {
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap:10px;
}
.ib-bio-autor > .bio-autor-infos > .autor-infos-header {
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap:8px;
}
.ib-bio-autor > .bio-autor-infos > .autor-infos-header > span {
  font-family: 'RedditSans-Bold';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.42px;
  color: #FF1938;
}
.ib-bio-autor > .bio-autor-infos > .autor-infos-header > h3 {
  font-family: 'RedditSans-Bold';
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #181818;
}
.ib-bio-autor > .bio-autor-image > .autor-infos-header h3 a {
  color: inherit;
  font-family: inherit;
}
.ib-bio-autor > .bio-autor-infos > .autor-infos-footer {
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap:16px;
}
.ib-bio-autor > .bio-autor-infos > .autor-infos-header > a {
  font-family: 'RedditSans-Bold';
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  color: #181818;
}
.ib-bio-autor > .bio-autor-infos > .autor-infos-footer > p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
  color: #000000;
}
.ib-bio-autor > .bio-autor-infos > .autor-infos-footer > a {
  font-family: 'RedditSans-Bold';
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #FF1938;
}
.ib-bio-autor > .bio-autor-infos > .autor-infos-socials {
  display: flex;
  align-items: center;
  gap: 18px;
}
.ib-bio-autor > .bio-autor-infos > .autor-infos-socials > p {
  font-family: 'RedditSans-Regular', sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.14px;
  color: #636363;
}
.ib-bio-autor > .bio-autor-infos > .autor-infos-socials > div {
  display: flex;
  gap: 8px;
}
.ib-bio-autor > .bio-autor-infos > .autor-infos-socials > div > a {
  min-width: 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  background: transparent linear-gradient(227deg, #FF783E 0%, #E31837 70%, #C41230 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #00000000;
}
.ib-bio-autor > .bio-autor-infos > .autor-infos-socials > div > a > img {
  width: 100%;
  height: 100%;
}
.splide--expanded li {
  height: 100%!important;
}

@media (max-width:796px) {
  #CTAIbahia {
      max-width: 100%;
      min-height: auto;
      padding: 22px;
      border: 1px solid #00000000;
      border-radius: 16px;
      background: transparent linear-gradient(339deg, #FF1938 0%, #FF783E 100%) 0% 0% no-repeat padding-box;
  }
  .inline-galery-splide.splide--short .splide__slide {
    width: 100%;
  }
  .splide--expanded figure>img {
    width: 100%;
    max-width: 100%;
  }
  .inline-galery-splide.splide--expanded .splide__slide {
    flex-direction: column;
  }
  .galery-preview-cards > img,
  .galery-preview-cards > iframe {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
  }
  .galery-preview-cards > img:last-of-type {
    display:none;
  }
  .inline-galery-preview>.galery-preview-cards, .inline-galery-preview {
    display: flex;
    gap: 11px;
    justify-content: center;
  }
  .inline-galery-splide .splide__slide {
    border-radius: unset;
    width: 100% !important;
    flex-direction: column;
  }
  .inline-galery-splide .splide__track {
    border-radius: unset;
  }
  .splide--expanded figure>img {
    height: 216px !important;
    border-radius: unset;
  }
  .splide--expanded .splide__arrows {
    max-width: 100%;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    position: absolute;
    margin: 0 auto;
    top: 71%;
  }
  .splide--expanded .splide__arrows button {
    position: static!important;
    width: 36px;
    height: 36px;
  }
  .splide--expanded figure {
    gap: 20px;
  }
  .splide--expanded figure>figcaption {
    position: static;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .14px;
    color: #fff;
    z-index: 54;
    max-width: 80vw;
    bottom: -87px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
  .mw-image-description {
    text-align: center;
    font-family: 'RedditSans-Regular';
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 0px 20px;
    width: 100%;
    text-align: left;
  }
  .inline-galery-preview > .galery-preview-button {
    padding: 12px 19px 11px 20px;
    border: 1px solid #FF783E;
    border-radius: 12px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .14px;
    color: #FF783E;
    cursor: pointer;
  }
  .inline-galery-preview>.galery-preview-button>b {
    font-size: 16px;
  }
  #aside {
    display:none;
  }
  .ctaMobile {
    display:flex;
  }
  .ctaDesktop {
    display:none;
  }
  #CTAIbahia > .ctaInfos {
      gap:16px;
      width: 100%;
  }
  #CTAIbahia > .ctaInfos > p {
      font-size: 22px;
      line-height: 28px;
      color: #FFF;
      max-width: 280px;
  }
  #CTAIbahia > .ctaInfos > p > b {
      background-color: #c41230;
      padding:1px 3px;
      font-family: 'RedditSans-Bold';
  }
  #CTAIbahia > .ctaInfos > div {
      padding: 11px 67px;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.14px;
      white-space: nowrap;
      width: 100%;
      text-align: center;
  }
  #CTAIbahia > img {
      position: absolute;
      bottom:0px;
      right: 0px;
      width: auto;
      height: 181px;
      object-fit: contain;
      z-index: 2;
  }
  .only-mobi {
    display:flex!important;
  }
  .only-desk {
      display:none!important;
  }
  .ib-bio-autor {
      display:flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 20px;
      width: 100%;
      border: 1px solid #E7E7E7;
      border-radius: 12px;
      background-color: #FFF;
      padding: 14px 14px 16px 14px;
  }
  .ib-bio-autor > .bio-autor-image {
      display:flex;
      align-items: center;
      gap: 12px;
  }
  .ib-bio-autor > .bio-autor-image > img {
      width: 47px;
      height: 47px;
      box-shadow: 0px 15px 20px #1818180D;
      border: 1px solid #FF1938;
      border-radius: 50px;
  }
  .ib-bio-autor > .bio-autor-image > .autor-infos-header {
      display:flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 5px;
  }
  .ib-bio-autor > .bio-autor-image > .autor-infos-header span {
      font-family: 'RedditSans-Bold';
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.36px;
      color: #FF1938;
  }
  .ib-bio-autor > .bio-autor-image > .autor-infos-header h3 {
      font-family: 'RedditSans-Bold';
      font-size: 22px;
      line-height: 28px;
      letter-spacing: 0px;
      color: #181818;
  }
  .ib-bio-autor > .bio-autor-infos {
      display:flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap:10px;
  }
  .ib-bio-autor > .bio-autor-infos > .autor-infos-footer {
      display:flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap:18px;
  }
  .ib-bio-autor > .bio-autor-infos > .autor-infos-footer > p {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.16px;
      color: #000000;
  }
  .ib-bio-autor > .bio-autor-infos > .autor-infos-footer > .infos-footer-socials {
      display:flex;
      align-items: center;
      justify-content: flex-start;
      gap:14px;
  }
  .ib-bio-autor > .bio-autor-infos > .autor-infos-footer > .infos-footer-socials > span {
      font-size: 12px;
      line-height: 28px;
      letter-spacing: 0.12px;
      color: #636363;
  }
  .ib-bio-autor > .bio-autor-infos > .autor-infos-footer > .infos-footer-socials > nav > ul {
      display: flex;
      align-items: center;
      gap: 8px;
  }
  .ib-bio-autor > .bio-autor-infos > .autor-infos-footer > .infos-footer-socials > nav > ul li {
      list-style: none!important;
  }
  .ib-bio-autor > .bio-autor-infos > .autor-infos-footer > .infos-footer-socials > nav > ul a {
      width: 36px;
      height: 36px;
      background: transparent linear-gradient(227deg, #FF783E 0%, #FF1938 70%, #C41230 100%) 0% 0% no-repeat padding-box;
      border: 1px solid #00000000;
      border-radius: 50px;
      display:flex;
      justify-content: center;
      align-items: center;
  }
  .ib-bio-autor > .bio-autor-infos > .autor-infos-footer > .infos-footer-socials > nav > ul a > img {
      width: 19px;
      height: 19px;
      object-fit: cover;
  }
  .inline-gallery-card {
    height: unset;
  }
  .ib-enqueteElement {
    min-height: 450px;
  }
}
@media (max-width: 800px) {
  .lightboxGaleria {
    padding: 0 20px;
  }

  .mw-galeria figure img {
    max-height: 216px;
    max-width: 100%;
    border-radius: unset;
  }

  .mw-galeria figure {
    gap: 20px;
  }

  .mw-galeria {
    gap: 20px;
  }

  .mw-galeria-img {
    max-width: 100%;
    padding: 66px 0 24px 0;
    position: unset;
  }

  .mw-citacao > img {
    position: absolute;
    z-index: -1;
    opacity: 0.8;
  }

  .mw-citacao {
    position: relative;
  }

  .mw-citacao .citacao {
    padding-left: 20px;
    padding-top: 20px;
}

  .lightboxGaleria>button {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }

  .table__leia-mais::after {
    content: '';
  }

  .table__leia-mais-content:first-of-type {
    gap: 18px;
  }

  
  .table__leia-mais-content img {
    width: 88px;
    height: 88px;
    border-radius: 8px;
  }

  .table__leia-mais-content div span {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.12px;
  }

  .table__leia-mais-content div>p {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0.16px;
    color: var(--pretoPadrao);
}

  .table__leia-mais-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 296px;
  }

  .mw-destaque h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.24px;
  }
}

/* import from inlineVideo */
.media {
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}

.controls {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 1s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.controls button {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.controls button img {
  width: 44px;
  height: 44px;
}

.controls button img:hover {
  transform: scale(1.1);
}

.controls button p {
  margin-left: 20px;
  text-align: left;
  padding: 0 !important;
  color: #FFF !important;
  font-weight: 700;
}

.mw-fit-width img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mw-article-video-box {
  height: 100% !important;
  width: 100% !important;
}

.mw-article-video-box iframe {
  height: 100% !important;
  width: 100% !important;
}

.fb-video-container {
  height: 100%;
}

.fb-video-container span {
  width: 100% !important;
  height: 100% !important;
}

.fb-video-container iframe {
  width: 100% !important;
  height: 100% !important;
}

.ib-ad-novos {
  min-height: 50px;
  grid-row: span 1;
  grid-column: span 3/auto;
  width: 100%;
  height: 100%;
}

.ib-ad-novos-maior {
  min-height: 100px;
  grid-row: span 1;
  grid-column: span 3/auto;
  width: 100%;
  height: 100%;
}

@media (max-width:700px) {

  .ib-ad-novos-maior {
    grid-column: 1/-1;
}

  .ib-ad-novos {
    grid-column: 1/-1;
}
  .CTADesktop{
    display: none;
  }
  .CTAMobile {
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
  }
  
  .CTAMobile > img {
    max-width: 100%;
    position: relative;
  }
  
  .CTAMobile > a {
    position: absolute;
    z-index: 2;
    width: 100px;
    height: 40px;
    left: 45px;
    bottom: 152px;
}

  .ib-promocao ul li>div img {
    width: 60px;
    height: 60px;
  }

  .mw-article-img-box img {
    min-height: 224px;
    object-fit: contain;
    height: 100% !important;
  }

  .mw-destaque h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 16px 18px;
  }

  .mw-citacao .citacao .mw-citacao-text {
    font-size: 18px;
    line-height: 22px;
  }

  .ib-galeria {
    gap: 20px;
    grid-auto-rows: 145px;
  }

  .mw-inline-table strong {
    margin-right: 0px;
  }

  .teste span.point {
    display: initial;
  }

  .table__leia-mais {
    /* position: unset */
  }
  .lightbox-content > img {
    width: 100vw!important;
    height: auto!important;
  }
  .ib-ad-article {
    min-height: 250px;
  }
  .mw-galeria-img .splide__arrow--next {
    right: 0;
    top: 30%;
  }
  .mw-galeria-img .splide__arrow svg {
    height: 6.2em;
    width: 2.2em;
  }
  .mw-galeria-img .splide__arrow--prev {
    left: 0;
    top: 30%;
  }
}