.bg-gradient-1 {
  background: var(--wp--preset--gradient--gradient-1);
}
.bg-gradient-2 {
  background: var(--wp--preset--gradient--gradient-2);
}

.bg-gray-100 {
  background: var(--wp--preset--color--gray-100);
}

.csf-bg-primary {
  background: var(--wp--preset--color--primary) ;
}

.csf-bg-secondary {
  background: var(--wp--preset--color--secondary) ;
}

.color-primary {
  color: var(--wp--preset--color--primary);
}

.color-info {
  color: var(--wp--preset--color--info);
}

.btn {
  border-radius: 100px;
  border: 0;
}

.btn-primary{
  background: var(--wp--preset--color--primary) !important;
}

.btn-secondary{
  background: var(--wp--preset--color--secondary) !important;
}

.btn-primary-outline {
  border: 2px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  font-weight: 500;
}

.btn-secondary-outline {
  border: 2px solid var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--secondary);
  font-weight: 500;
}

.text-xs {
  font-size: 0.875rem !important;
}

.text-sm {
  font-size: 1rem !important;
}

.text-md {
  font-size: 1.125rem !important;
}

.text-lg {
  font-size: 1.25rem !important;
}

.text-xl {
  font-size: 1.5rem !important;
}

.text-2xl {
  font-size: 1.75rem !important;
}

.text-3xl {
  font-size: 2rem !important;
}

.text-4xl {
  font-size: 2.5rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.icon_share-container {
  z-index: 9;
}

.icon_share-container a img {
  filter: saturate(0);
}

#formNewsLetter {
  max-width: 335px;
  z-index: 9;
}

.politica-privacidade-card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  padding: 8px;
  min-height: 130px;
}

/* Encontre uma loja */

.customSearchInput {
  width: 100%;
  max-width: 368px;
  padding: 11px 32px;
  border-radius: 100px;
  border: 1px solid #5a626b;
  background: #fff;
  gap: 12px;
}

.customSearchInput input#cidade {
  background: transparent;
  border: 0;
  flex-grow: 1;
}

.customSearchInput input#cidade:focus {
  outline: none;
}

.container_addresses > .row {
  gap: 8px;
}

.card_address {
  width: 100%;
  max-width: 564px;
  background: #fff;
  padding: 12px 18px;
}

.card_address .city_unit {
  font-weight: 700;
  color: #266200;
  font-size: 1.5rem;
  line-height: 24px;
}

.card_address .address {
  font-size: 1.125rem;
}

.reset_form {
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  border: 0;
  outline: 0;
}

.autocomplete_container {
  width: 100%;
  background: #fff;
}

.autocomplete_container .autocomplete_lista {
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
}

.autocomplete_container .autocomplete_lista .autocomplete_lista_item {
  border: 1px solid #e4e5e7;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

div.label_field {
  color: #5a626b;
}

@media (max-width: 768px) {
  .col-md-6 + .col-md-6 {
    margin-top: 10px;
  }
}

/* Encontre uma loja */

/* Ícones */
.icon-32 {
  width: 32px;
  height: 32px;
}
.icon-60 {
  width: 60px;
  height: 60px;
}
.icon-80 {
  width: 80px;
  height: 80px;
}
.icone-branco img {
  filter: invert(1) brightness(1) hue-rotate(80deg);
}
.wp-block-image {
  min-width: fit-content;
}

/* sorteados */

.card-sorteio_title {
  color: var(--wp--preset--color--secondary);
}

.real {
  color: #54575a;
  font-size: 12px;
}

/* Botões */
.wp-block-button__link {
  &:hover {
    filter: contrast(1.1) brightness(0.9);
  }
}

.is-style-secondary-button {
  .wp-block-button__link {
    background-color: var(--wp--preset--color--secondary);
    border-width: 2px;
    border-color: var(--wp--preset--color--secondary);
    color: white;
  }
}

.is-style-outline-primary-button {
  .wp-block-button__link {
    background-color: transparent;
    border-width: 2px;
    border-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--primary);
  }
}

.is-style-outline-secondary-button {
  .wp-block-button__link {
    background-color: transparent;
    border-width: 2px;
    border-color: var(--wp--preset--color--secondary);
    color: var(--wp--preset--color--secondary);
  }
}

.is-style-white-button {
  .wp-block-button__link {
    background-color: var(--wp--preset--color--white);
    border-width: 2px;
    border-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--primary);
  }
}

/* Accordion */
.wp-block-details {
  position: relative;
  summary {
    padding-right: 32px;

    &::marker {
      content: "";
    }
		&:after {
      content: "";
      display: block;
      position: absolute;
      transition: transform 0.2s ease-in-out;
      top: 0;
      right: 0;
      width: 24px;
      height: 24px;
      background: url("../images/arrow-down.png");
      background-size: cover;
      display: flex;
      justify-content: space-between;
      align-items: center;
	  }
  }

  &[open] summary:after {
    transform: rotate(-180deg);
  }
}

/* Lista */
.wp-block-list li {
  position: relative;
  &:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -32px;
    width: 24px;
    height: 24px;
    background-size: cover;
  }
}
.is-style-list-check {
  &::marker {
    content: "";
  }
  &:before {
    background-image: url("../images/checklist.png");
  }
}
.is-style-list-phone {
  &::marker {
    content: "";
  }
  &:before {
    background-image: url("../images/contato-telefonico.png");
  }
}
.list-icon img {
  margin-top: -8px;
}

/* Mídia e texto */
.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.has-media-on-the-left .wp-block-media-text__content {
  padding-right: 0;
}

/* Tabela */
.wp-block-table table thead th,
.wp-block-table table tbody td {
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--wp--preset--color--gray-300);
  padding: var(--wp--preset--spacing--40) 0;
}
.wp-block-table tr {
  &:first-of-type {
    td {
      border-top: 0;
      padding-top: 0;
    }
  }
}

.wp-block-separator {
  opacity: 1;
}

/* TIMELINE SOBRE NÓS */
.timeline {
  position: relative;
  padding-left: 40px;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #e6007e;
}

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

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-date {
  position: absolute;
  left: -50px;
  top: 0;
  font-weight: bold;
  background-color: #e6007e;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
}

.timeline-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.timeline-content h2 {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.timeline-content p {
  font-size: 0.9em;
  color: #555;
}

/* Responsiveness */
@media screen and (max-width: 768px) {
  .timeline {
    padding-left: 20px;
  }

  .timeline:before {
    left: 10px;
  }

  .timeline-date {
    left: -50px;
  }

  .timeline-item {
    padding-left: 10px;
  }

  .timeline-content {
    padding: 15px;
  }
}

@media screen and (max-width: 480px) {
  .timeline:before {
    left: 5px;
  }

  .timeline-date {
    left: -40px;
    top: -20px;
    font-size: 0.9em;
  }

  .timeline-content {
    padding: 10px;
  }
}

/* LP Aquisição */

.frag_btn .btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
}

.frag_banner .banner {
  width: 100%;
  max-height: 600px;
  margin: auto;
}

.cta {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 550px;
}

.frag_banner .large_text {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}

.frag_banner .titulo {
  margin: 0px 0 16px 0;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

.cta-btn {
  width: 192px;
  height: 40px;
  color: #fff;
  background: #f16621;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Raleway", sans-serif;
  transition: 0.2s;
}

.cta-btn:hover {
  filter: opacity(0.9);
}

.frag_banner .cta span {
  color: #ffaf00;
}

.frag_btn {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .banner {
    background-image: url("../images/banner.png") !important;
    background-size: cover !important;
    background-position: center !important;
  }
  #banner-img {
    height: 100%;
    background-image: url("../images/banner-usou-zerou.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  #banner-img-mob {
    width: 100%;
    height: 288px;
    background-image: url("../images/banner-usou-zerou-mob.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .banner {
    width: 100%;
  }

  .frag_banner .banner {
    min-height: 550px;
  }

  .bg-banner,
  .large-bg-banner {
    display: none;
  }

  .bg-banner-mob {
    display: block;
  }

  .cta {
    align-items: center;
    justify-content: flex-start;
  }

  .frag_banner .titulo {
    margin: 24px 0 9px 0;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 14px;
  }

  .frag_banner .large_text {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 16px;
    text-align: center;
    margin: 24px 0;
  }

  .frag_banner .row {
    max-height: 512px;
  }
}

@media (max-width: 320px) {
  .frag_banner {
    max-height: 500px;
  }
}

.frag_aproveite .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .frag_aproveite .title {
    font-size: 32px;
    line-height: 37.57px;
  }
}

.frag_descontos .beneficio-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.frag_descontos .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 450px) {
  .frag_descontos .title {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }
  .beneficio-box {
    background: transparent !important;
  }
}

.frag_parcerias .parceria-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.frag_parcerias .parceria-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.frag_parcerias .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}

.frag_parcerias .description {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

@media (max-width: 450px) {
  .frag_parcerias .title {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }
  .frag_parcerias .description {
    font-size: 18px;
    line-height: 24px;
  }
}

.frag_controle-financeiro {
  padding: 64px 0px;
  background: linear-gradient(52.26deg, #1e5bc6 44.79%, #009bdb 100%);
}

.frag_controle-financeiro .beneficio-box {
  height: auto;
  padding: 54px 20px 30px 24px;
  margin-bottom: 16px;
  max-height: 197px;
}

.frag_controle-financeiro .beneficio-mobile {
  display: none;
  position: relative;
  top: 300px;
}

.frag_controle-financeiro .beneficio-icone img {
  max-width: 26px;
  max-height: 26px;
}
.frag_controle-financeiro .beneficio-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  padding-top: 15%;
}
.frag_controle-financeiro .beneficio-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.frag_controle-financeiro .title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 16px;
}

.frag_controle-financeiro .subtitle {
  font-family: "Open sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 28.18px;
  margin-bottom: 32px;
}

.frag_controle-financeiro .btn_descontos-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  font-family: "Open sans" !important;
}

.phone-img {
  max-width: 100%;
  position: absolute;
  top: 75%;
}

.beneficio3 {
  margin-top: -72px;
}

.frag_controle-financeiro .icone {
  width: 26px;
  height: 26px;
}

.frag_controle-financeiro .phone-img-mob {
  max-width: 100%;
}

@media (max-width: 768px) {
  .frag_controle-financeiro {
    padding: 0;
    max-height: 430px;
    margin-bottom: 360px;
  }
  .frag_controle-financeiro .title {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .frag_controle-financeiro .subtitle {
    font-size: 16px;
    line-height: 18.78px;
  }

  .frag_controle-financeiro .beneficio {
    padding: 0 !important;
    margin-top: 16px;
  }

  .frag_controle-financeiro .beneficio .beneficio-box {
    background: transparent;
    display: flex;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0;
  }

  .frag_controle-financeiro .beneficio .beneficio-title {
    padding: 0 !important;
  }

  .frag_controle-financeiro .beneficio .beneficio-item {
    padding: 0 !important;
    margin-bottom: 32px !important;
  }

  .beneficio3 {
    margin: 0 !important;
  }

  .phone-img {
    top: 95%;
    left: 0;
  }
}

@media (max-width: 320px) {
  .frag_controle-financeiro {
    max-height: 445px;
    margin-bottom: 410px;
  }
}

.frag_namidia .content-img {
	width: 100%;
	max-width: 97px;
}

.frag_namidia .title {
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 0em;
	text-align: left;
}

.frag_namidia .content-descricao {
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 16px;
}


@media (max-width: 768px) {
	.frag_namidia {
		background-image: none;
	}
	
	.frag_namidia .title {
		font-size: 32px;
		font-weight: 700;
		line-height: 38px;
		letter-spacing: 0em;
		text-align: left;
	}
}

#playStore, #appStore {
	max-width: 135px;
	margin: 0 20px 0 0;
}

.frag_app_lp .icon-beneficio-lp {
    filter: invert(1) brightness(1) hue-rotate(80deg);
}

.frag_app_lp .csf-space-bottom {
padding: 40px 0 10px 0;
}

.btn_descontos-link {
	font-weight:700;
	font-size: 14px;
	line-height: 16px;
}

.frag_ta-esperando {
  padding-top: 80px;
	padding-bottom: 58px;
}

.large-text {
  font-size: 57px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-bottom: 16px;
}

.small-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
	margin-bottom: 32px;
}

.frag_ta-esperando .img-cartao {
  width: 100%;
}

.frag-btn .btn {
  font-family: "Open sans" !important;
}

@media (max-width: 768px) {
  .frag_ta-esperando {
    padding-top: 48px;
		padding-bottom: 0;
  }

  .large-text {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }

  .small-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
  }
}

/* LP Aquisição */

/* tooltip */
.btn-tooltip {
  background-color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 0.8rem;
  font-weight: normal;
  margin-left: 5px; 
}
/* tooltip */

.shop-card {
  height: 400px !important;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff;
  width: 100%;
}

.wp-block-query-pagination-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.wp-block-query-pagination-numbers > * {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.wp-block-query-pagination-numbers > .current {
  font-weight: bold;
  background: var(--wp--preset--color--light);
  color: var(--wp--preset--color--primary);
}

.wp-block-query-pagination-previous, .wp-block-query-pagination-next {
  text-decoration: none !important;
}