:root {
  --fc-azul:        #0F58A2;
  --fc-azul-escuro: #02509E;

  --fs-base: 18px;
  --fs-h1: 52px;
  --fs-h2: 36px;
  --fs-h3: 22px;
}
@media (max-width: 991px) {
  :root {
    --fs-base: 16px;
    --fs-h1: 32px;
    --fs-h2: 22px;
    --fs-h3: 18px;
  }
}
.page-template-page-fontescalibracao *,
.page-template-page-fontescalibracao *::before,
.page-template-page-fontescalibracao *::after {
  text-wrap: pretty;
}
/* TOPO */
.fc-topo__banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 700px;
  display: flex;
  align-items: center;
}
.fc-topo__banner-content {
  max-width: 400px;
}
.fc-topo__titulo {
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: var(--fs-h1);
  font-weight: 500;
  color: #fff;
}
.fc-topo__subtitulo {
  font-size: var(--fs-base);
  color: #fff;
  margin: 0;
}
.fc-topo__qualidades {
  background-color: #fff;
}
.fc-topo__qualidades-row {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
}
.fc-topo__tag-col {
  position: absolute;
  top: -18px;
  left: -16px;
  flex-shrink: 0;
  padding: 8px 16px;
  border-radius: 8px;
  background: #fff;
}
.fc-topo__tag {
  margin: 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--fc-azul);
}
.fc-topo__items-col {
  flex: 1;
  min-width: 0;
  position: relative;
}
@media (min-width: 768px) {
  .fc-topo__items {
    display: flex;
    gap: 24px;
  }
}
.fc-topo__item {
  display: flex !important;
  align-items: center;
  gap: 12px;
}
.fc-topo__item-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}
.fc-topo__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fc-topo__item-texto {
  margin: 0;
  font-size: var(--fs-base);
  line-height: 1.45;
  color: var(--fc-azul);
}
/* TOPO — Mobile */
@media (max-width: 991px) {
  .fc-topo__banner {
    min-height: 548px;
    align-items: start;
    text-align: center;
    background-position: bottom center;
  }
  .fc-topo__banner .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .fc-topo__banner-content {
    max-width: 330px;
    margin: 0 auto;
  }
  .fc-topo__qualidades-row {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .fc-topo__tag-col {
    position: unset;
    max-width: 100%;
    padding: 0;
  }
  .fc-topo__tag {
    padding-left: 0;
    text-align: center;
    font-size: var(--fs-h2);
    border-left: none;
  }
  .fc-topo__items-col {
    width: 100%;
    padding: 0 32px;
  }
  .fc-topo__items .slick-dots {
    padding-left: 0;
    margin-top: 24px;
    margin-bottom: 0;
  }
}

/* HERO */
.fc-hero {
  background-color: var(--fc-azul);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fc-hero__content {
  max-width: 600px;
  padding: 96px 32px 96px 0;
  color: #fff;
}
@media (max-width: 991px) {
  .fc-hero__content {
    padding: 48px 0;
  }
}
.fc-hero__titulo {
  margin: 0;
  font-size: var(--fs-h2);
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.fc-hero__anvisa {
  margin: 24px 0;
  font-size: var(--fs-h3);
  color: #fff;
}
.fc-hero__anvisa strong {
  color: #FCD316;
}
.fc-hero__divider {
  width: 214px;
  height: 2px;
  background-color: #fff;
  margin: 0;
}
.fc-hero__texto {
  margin: 24px 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
/* Lista de benefícios */
.fc-beneficios {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fc-beneficios li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 24px;
  font-weight: 700;
  color: #fff;
}
.fc-beneficios li:last-child {
  margin-bottom: 0 !important;
}
.fc-beneficios li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 32px;
  background: center center / contain no-repeat url('../img/fontes-calibracao/fontes_icon-lista.png');
}
@media (max-width: 991px) {
  .fc-hero__anvisa {
    margin: 8px 0 24px;
  }
  .fc-beneficios li {
    margin-bottom: 16px;
  }
  .fc-beneficios li,
  .fc-hero__texto {
    font-size: var(--fs-base);
    font-weight: 400;
  }
}
/* TÓPICOS */
.fc-topicos__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
  color: var(--fc-azul-escuro);
}
.fc-topico {
  display: flex;
  flex-direction: column;
}
.fc-topico__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-topico__label {
  font-size: var(--fs-h3);
  font-weight: 700;
  margin: 16px 0 0;
}
.fc-topico__desc {
  font-size: var(--fs-base);
  margin: 0;
}
@media (max-width: 991px) {
  .fc-topicos__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
}
/* DIVISOR */
.fc-divisor .container hr {
  border: none;
  border-top: 2px solid var(--fc-azul);
  margin: 0;
  opacity: 1;
}
@media (max-width: 991px) {
  .fc-divisor .container hr {
    max-width: 300px;
    margin: 0 auto;
  }
}
/* PRODUTOS */
.fc-produtos__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.fc-produto-card {
  display: flex;
  flex-direction: column;
  flex: 0 1 300px;
  gap: 8px;
  border-radius: 24px;
  box-shadow: 0 0 5px 5px rgba(94, 94, 94, 0.04);
  color: var(--fc-azul-escuro);
  overflow: hidden;
}
.fc-produto-card__thumb {
  overflow: hidden;
  aspect-ratio: 360/240;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-produto-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fc-produto-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 24px 24px;
}
.fc-produto-card__tipo {
  font-size: var(--fs-base);
  font-weight: 700;
  margin: 0;
}
.fc-produto-card__titulo {
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.fc-produto-card__sku {
  font-size: var(--fs-base);
  margin: 0;
}
@media (max-width: 991px) {
  .fc-produtos__grid {
    gap: 24px;
  }
  .fc-produto-card {
    flex: 0 1 calc(50% - 12px);
  }
  .fc-produto-card__content {
    padding: 0 16px 16px;
  }
}
/* CTA */
.fc-cta {
  display: block;
  margin: 0 auto;
  min-width: 320px;
  width: fit-content;
  padding: 16px 64px;
  border-radius: 56px;
  border: none;
  font-size: var(--fs-base);
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  background-color: var(--fc-azul);
  color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.fc-cta:hover {
  box-shadow: inset 0 0 0 1px var(--fc-azul);
  background-color: #fff;
  color: var(--fc-azul);
}
@media (max-width: 991px) {
  .fc-cta {
    padding: 12px 24px;
  }
}
/* CONTATO */
.fc-contato {
  background-color: var(--fc-azul-escuro);
}
.fc-contato .container {
  display: flex;
  gap: 48px;
  border-bottom: 1px solid #fff;
}
.fc-contato .infos { 
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  flex-shrink: 0;
  color: #fff;
}
.fc-contato .infos a {
  color: #fff;
  text-decoration: none;
  width: fit-content;
  font-size: var(--fs-base);
}
.fc-contato__titulo {
  margin: 0 0 16px;
  font-size: var(--fs-h2);
  font-weight: 700;
  text-transform: uppercase;
  color: #EFEFEF;
}
.fc-contato__subtitulo {
  font-size: var(--fs-base);
  margin: 0 0 72px;
  font-weight: 400;
}
.fc-contato__nome {
  margin: 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1.2;
}
.fc-contato__cargo {
  margin: 0;
  font-size: var(--fs-base);
  font-weight: 400;
  line-height: 1.2;
}
.fc-contato__divider {
  width: 214px;
  height: 2px;
  background-color: #fff;
  margin: 24px 0;
}
.fc-contato__wpp,
.fc-contato__email {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
}
.fc-contato__wpp {
  margin-bottom: 16px;
}
.fc-contato .btn-primary {
  font-weight: 400;
  border: none;
  background: #FCD316;
  color: var(--fc-azul-escuro);
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.fc-contato .btn-primary:hover {
  background-color: var(--fc-azul-escuro);
  box-shadow: inset 0 0 0 1px #FCD316;
  color: #FCD316;
}
.fc-contato .forms * {
  font-size: var(--fs-base) !important;
}
.fc-contato .form-control::placeholder {
  color: #505050;
}
.wpcf7-form .row .col-12:nth-of-type(5) {
  margin-top: 16px !important;
  padding-top: 0 !important;
}
.wpcf7-form .row .col-12.position-relative {
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  .fc-contato {
    padding-left: calc(1.5rem * .5);
    padding-right: calc(1.5rem * .5);
  }
  .fc-contato .container {
    flex-direction: column;
    gap: 32px;
    padding: 0 0 48px !important;
  }
  .fc-contato__subtitulo {
    margin: 0 0 32px;
  }
}