

.capa {
  height: 800px;
}

/*---------------------------------*/

.anuncie-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:
    linear-gradient(to bottom, #ffffffd9 0%, #f5e6b34d 36%),
    url("/static/recife/assets/img/fundoBg.png") no-repeat center;
  background-size: cover;
}

.anuncie-cards-sticky {
  width: 100%;
}

.anuncie-header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 4rem 1rem 0;
  width: 100%;
}

.anuncie-header-headphone {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.anuncie-header-title {
  font-size: 2rem;
  text-align: start;
  background: linear-gradient(to right, #ff9500 0%, #ff5c2e 54%, #fb1f1f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-family: var(--primary-font);
  line-height: 1;
  text-transform: uppercase;
}

.anuncie-header-subtitle {
  font-size: 0.75rem;
  text-align: start;
  font-weight: 500;
  color: var(--color-vinho-400);
  font-family: var(--tertiary-font);
  letter-spacing: 0.45px;
  max-width: 820px;
}

.anuncie-cards-request-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  padding: 4rem 0;
}

.anuncie-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 1.5rem;
  padding: 0 1rem 0;
}

.anuncie-cards-reach {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(
    to right,
    #0057c2 0%,
    #0072fa 51%,
    #3d97ff 100%
  );
  padding: 3rem 2rem;
  width: 100%;
  border-radius: 0.75rem;
  gap: 0.5rem;

  position: relative;
  overflow: hidden;
  max-width: 500px;
}

.anuncie-cards-reach::before {
  content: "";
  position: absolute;
  transform: scale(2);
  inset: 0;
  background: url("/static/recife/assets/img/star.svg") no-repeat center;
  background-size: contain;
  opacity: 0.1;
  pointer-events: none;
}

.anuncie-cards-time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(to right, #fb2c36 0%, #e60076 100%);
  padding: 3rem 2rem;
  width: 100%;
  border-radius: 0.75rem;
  gap: 0.5rem;

  position: relative;
  overflow: hidden;
  max-width: 500px;
}

.anuncie-cards-time::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/static/recife/assets/img/vertical.svg") no-repeat center;
  background-size: cover;
  opacity: 0.1;
  pointer-events: none;
}

.anuncie-cards-listeners {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(
    to right,
    #ff9500 0%,
    #ff5c2e 54%,
    #fb1f1f 100%
  );
  padding: 3rem 2rem;
  width: 100%;
  border-radius: 0.75rem;
  gap: 0.5rem;

  position: relative;
  overflow: hidden;
  max-width: 500px;
}

.anuncie-cards-listeners::before {
  content: "";
  position: absolute;
  transform: scale(2);
  inset: 0;
  background: url("/static/recife/assets/img/radial.svg") no-repeat center;
  background-size: contain;
  opacity: 0.1;
  pointer-events: none;
}

.anuncie-cards-font {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.anuncie-cards-font p {
  color: var(--color-vinho-300);
  font-size: 0.75rem;
  font-weight: 700;
  text-align: start;
  word-break: break-all;
  font-family: var(--secondary-font);
}

.anuncie-cards-title {
  font-size: 2rem;
  font-weight: 900;
  color: var(--color-branco);
  font-family: var(--secondary-font);
  text-align: center;
  line-height: 1;
}

.anuncie-cards-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-branco);
  font-family: var(--secondary-font);
  text-align: center;
}

.anuncie-cards-text {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--secondary-font);
  color: var(--color-branco);
  text-align: center;
}

.anuncie-request {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background-color: var(--color-branco);
  padding: 2rem 1rem 2rem;
  border-radius: 1.5rem 1.5rem 0 0;
  border: 1px solid var(--color-bege-600);
}

.anuncie-request-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.anuncie-request-header-title {
  font-family: var(--primary-font);
  font-weight: 700;
  color: var(--color-vinho-500);
  text-align: center;
  font-size: 1.5rem;
}

.anuncie-request-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.anuncie-request-form-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
}

.anuncie-request-form-item-label {
  font-size: 14px;
  color: var(--color-vinho-500);
  font-family: var(--secondary-font);
  font-weight: 700;
  line-height: 1.5;
}

.anuncie-request-form-item-input {
  border: 1px solid var(--color-vinho-100);
  border-radius: 10px;
  background-color: var(--color-branco);
  color: var(--color-vinho-300);
  padding: 1rem;
  font-family: var(--secondary-font);
  font-weight: 500;
  width: 100%;
}

.anuncie-request-form-item-input::placeholder {
  color: var(--color-vinho-300);
}

.anuncie-request-form-item-input:focus {
  outline: 1px solid var(--color-laranja-500);
}

.anuncie-request-form-item-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 0.75rem;

  border: 1px solid var(--color-vinho-100);
  border-radius: 10px;
  background-color: #fff;
  color: var(--color-vinho-400);

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23804A5A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px;
}

.anuncie-request-form-item-select:focus {
  outline: 1px solid var(--color-laranja-500);
}

.anuncie-request-form-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.anuncie-request-form-submit-confirm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.anuncie-request-form-submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  background-color: var(--color-laranja-500);
  border-radius: 9999px;
  color: var(--color-branco);
  font-family: var(--secondary-font);
  font-weight: 600;
  width: 100%;
  font-size: 1rem;
  transition: all 0.4s ease-in-out;
}

.anuncie-request-form-submit-button:hover {
  background-color: var(--color-ambar-500);
}

.anuncie-request-form-submit-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  background-color: var(--color-branco);
  border-radius: 9999px;
  color: var(--color-laranja-500);
  font-family: var(--secondary-font);
  font-weight: 600;
  width: 100%;
  gap: 10px;
  border: 2px solid var(--color-laranja-500);
  font-size: 1rem;
  transition: all 0.4s ease-in-out;
}

.anuncie-request-form-submit-contact:hover {
  background-color: var(--color-laranja-500);
  color: var(--color-branco);
}

.anuncie-request-form-submit-info {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  color: #4a5565;
}

.anuncie-request-form-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.75rem;

  .anuncie-request-form-checkbox-input {
    appearance: none;
    -webkit-appearance: none;

    width: 20px;
    height: 20px;
    border: 1px solid var(--color-vinho-100);
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    flex-shrink: 0;
  }

  .anuncie-request-form-checkbox-input:checked {
    background: var(--color-laranja-500);
    border-color: var(--color-vinho-100);

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.5l3 3 6-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
  }

  .anuncie-request-form-checkbox-label {
    font-size: 14px;
    font-family: var(--tertiary-font);
    font-weight: 500;
    color: var(--color-vinho-500);
    line-height: 1.25;
  }
}

.anuncie-request-form-submit-kit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: var(--color-laranja-500);
  font-family: var(--tertiary-font);
  font-weight: 700;
}

.anuncie-request-form-submit-kit-link:hover {
  text-decoration: underline;
}

#anuncieFormFeedback {
  padding: 0.5rem;
  border-radius: 0.3rem;
  background-color: rgb(220 252 231);
  color: rgb(21 128 61 );
}

.anuncie-info {
  position: relative;
  background: radial-gradient(circle, #ff69004d 0%, #fb2c364d 51%), #f08036;
  padding: 4rem 1rem;
  width: 100%;
  max-width: 1440px;
}

.anuncie-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.anuncie-info::before {
  content: "";
  width: 100%;
  background: url("/static/recife/assets/img/folder.png");
  background-repeat: no-repeat;
  height: 100px;
  position: absolute;
  bottom: 100%;
  left: 0;
  display: none;
}

.anuncie-info-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}

.anuncie-info-data-title {
  text-transform: uppercase;
  color: var(--color-branco);
  font-size: 1.25rem;
  font-family: var(--primary-font);
}

.anuncie-info-data-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 3rem;
  width: 100%;
  flex-wrap: wrap;
}

.anuncie-info-data-item {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  gap: 0.5rem;

  width: min-content;
}

.anuncie-info-data-item-title {
  font-size: 4rem;
  font-family: var(--secondary-font);
  color: var(--color-branco);
  font-weight: 900;
  line-height: 1;
}

.anuncie-info-data-item-subtitle {
  font-size: 1rem;
  font-weight: 900;
  color: var(--color-branco);
  font-family: var(--secondary-font);
  text-align: center;
  text-transform: uppercase;
}

.anuncie-info-text-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.anuncie-info-text-container-title {
  display: none;
}

.anuncie-info-text-container-infos {
  display: flex;
}

.anuncie-info-text-container-subtitle {
  color: var(--color-branco);
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: start;
  width: 100%;
}

.anuncie-info-text-container-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}

.anuncie-info-text-container-text {
  color: var(--color-branco);
  font-family: var(--secondary-font);
  font-size: 1rem;
  font-weight: 700;
}

.anuncie-info-text-container-icon {
  display: none;
}

.anuncie-info-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;

  color: var(--color-branco);
  font-family: var(--secondary-font);
  font-size: 1rem;
  font-weight: 700;
}

.anuncie-partners {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 4rem 0 0;
}

.anuncie-partners h2 {
  text-align: center;
  text-transform: uppercase;
  color: var(--color-vinho-500);
  font-family: var(--primary-font);
}

.partners-slider {
  width: 100%;
  overflow: hidden;

  display: flex;
  align-items: center;
  padding: 3rem 0;
  gap: 4rem;
}

.partners-track {
  display: flex;
  align-items: center;
  gap: 1.5rem;

  flex-shrink: 0;

  min-width: 100%;

  animation: marquee 65s linear infinite;

  will-change: transform;
}

.partners-track img {
  display: block;
  flex-shrink: 0;
}

.partners-slider:hover .partners-track {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@media (width >= 48em) {
  .anuncie-header-subtitle {
    max-width: 560px;
    text-align: center;
  }

  .anuncie-header {
    padding: 4rem 2rem 0;
  }

  .anuncie-cards {
    padding: 0 2rem 0;
  }

  .anuncie-request {
    padding: 2rem;
  }

  .anuncie-info {
    padding: 4rem 2rem;
  }
}

@media (width >= 64em) {
  .anuncie-header {
    padding: 128px 4rem 0;
    gap: 1.5rem;
    max-width: 1440px;
  }

  .anuncie-header-title {
    font-size: 3rem;
  }

  .anuncie-header-subtitle {
    font-size: 1.25rem;
    text-align: center;
    max-width: 720px;
  }

  .anuncie-header-headphone {
    display: block;
  }

  .anuncie-cards-request-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    padding: 8rem 4rem 12rem;
    max-width: 1440px;
  }

  .anuncie-request {
    padding: 4rem 3rem;
    border-radius: 1.5rem;
  }

  .anuncie-cards-sticky {
    position: relative;
    height: 100%;
    width: 100%;
  }

  .anuncie-cards {
    padding: 0;
    justify-content: flex-start;
    position: sticky;
    top: 8rem;
    width: 100%;
    height: fit-content;
    z-index: 50;
  }

  .anuncie-info {
    border-radius: 0 3rem 3rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4rem 4rem 8rem;
    gap: 4rem;
    width: 100%;
  }

  .anuncie-info::before {
    display: block;
  }

  .anuncie-info-text-content {
    display: flex;
  }

  .anuncie-info-text {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .anuncie-info-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
  }

  .anuncie-info-data-title {
    text-transform: uppercase;
    color: var(--color-branco);
    font-size: 1.25rem;
    font-family: var(--primary-font);
  }

  .anuncie-info-data-container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .anuncie-info-text-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }

  .anuncie-info-wrapper {
    gap: 4rem;
  }

  .anuncie-info-text-container-icon {
    display: block;
    transform: scale(-1, 1);
  }

  .anuncie-info-text-container-title {
    display: block;
    color: var(--color-branco);
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-size: 3rem;
    text-align: start;
  }

  .anuncie-info-text-container-text {
    font-size: 1.5rem;
  }

  .anuncie-partners {
    padding: 6rem 0 0;
    font-size: 36px;
  }

  .partners-track {
    gap: 4rem;
  }

  .partners-slider {
    padding: 6rem 0;
  }

  .anuncie-cards-title {
    font-size: 60px;
  }

  .anuncie-cards-subtitle {
    font-size: 30px;
  }

  .anuncie-cards-text {
    font-size: 1rem;
  }

  .anuncie-request-header-title {
    font-size: 2rem;
  }
}
