/*
Theme Name: Oportulândia
Theme URI: https://digitalnerd.com.br/
Author: Digital Nerd
Description: Tema WordPress da Oportulândia baseado no layout HTML/CSS/JS fornecido.
Version: 2.0.0
Text Domain: oportulandia
*/
@font-face {
  font-family: "Oportulandia";
  src: url("assets/fonts/oportulandia-regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Oportulandia";
  src: url("assets/fonts/oportulandia-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --blue: #062fa4;
  --blue-dark: #002582;
  --blue-bright: #0755d8;
  --yellow: #ffbd13;
  --green: #12bd25;
  --text: #07154a;
  --muted: #4a4a56;
  --white: #ffffff;
  --shell: 1400px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Oportulandia", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  color: inherit;
}

.page-shell,
.section-shell {
  width: min(calc(100% - 80px), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 50%;
  width: min(calc(100% - 90px), 1390px);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  background: transparent;
}

.brand {
  width: 360px;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: 240px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #06266f;
  font-size: 24px;
  font-weight: 700;
}

.main-nav > a:not(.header-vip) {
  transition: color .2s ease, transform .2s ease;
}

.main-nav > a:not(.header-vip):hover {
  color: var(--blue-bright);
  transform: translateY(-2px);
}

.main-nav > i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}


.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 10px 24px;
  color: white;
  background: var(--blue);
  border-radius: 3px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(0, 31, 120, .15);
  transition: transform .2s ease, filter .2s ease;
}

.header-vip:hover,
.whatsapp-button:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.header-vip img,
.whatsapp-button img {
  width: 350px;
  height: 115px;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 10px;
  border: 0;
  border-radius: 12px;
  background: var(--blue);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 5px 0;
  border-radius: 3px;
  background: white;
}

:root {
  --header-h: 120px;
}


/* =====================================================
   HERO
===================================================== */

.hero {
  position: relative;
  width: 100%;

  overflow: visible;

  background: #f5f6f9;
}


/* =====================================================
   IMAGEM DO HERO
===================================================== */

.hero-background {
  position: relative;
  z-index: 0;

  display: block;

  width: 100%;
  height: auto;

  max-width: none;

  object-fit: contain;
  object-position: center top;

  pointer-events: none;
  user-select: none;
}


/* =====================================================
   CONTEÚDO DO HERO
===================================================== */

.hero-inner {
  position: absolute;

  z-index: 5;

  inset: 0;

  width: min(calc(100% - 80px), 1450px);
  height: 100%;

  margin-inline: auto;
}


/* =====================================================
   TEXTO
===================================================== */

.hero-copy {
  position: absolute;

  z-index: 5;

  top: 29%;
  left: 0;

  width: 660px;

  text-align: center;
}


.hero-copy h1 {
  margin: 0;

  color: var(--blue);

  font-size: clamp(52px, 4.35vw, 72px);
  font-weight: 700;

  line-height: .98;

  text-transform: uppercase;
  text-wrap: balance;
}


.hero-copy h1 span {
  display: block;

  margin: 12px -35px;

  color: #f2a900;

  white-space: nowrap;
}


.hero-copy p {
  margin: 38px 0 0;

  color: #183474;

  font-size: 22px;
  line-height: 1.16;
}


/* =====================================================
   MASCOTE
===================================================== */

.hero-character {
  position: absolute;

  z-index: 6;

  right: 0;
  bottom: 0px;

  height: calc(
    100% - var(--header-h) + 20px
  );

  width: auto;

  max-width: 58vw;

  object-fit: contain;
  object-position: bottom right;

  filter:
    drop-shadow(
      0 14px 10px rgba(0, 28, 80, .09)
    );
}


/* ======================================================
   FEATURES — CARROSSEL SOMENTE MOBILE
   COLOCAR NO FINAL DO CSS
====================================================== */

@media screen and (max-width: 767px) {

    .features .features-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;

        gap: 0 !important;

        overflow-x: auto !important;
        overflow-y: hidden !important;

        scroll-snap-type: x mandatory;

        padding: 25px 0 30px !important;
    }

    .features .features-grid .feature {
        flex: 0 0 100% !important;

        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;

        scroll-snap-align: start;

        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 14px !important;

        margin: 0 !important;
        padding: 0 20px !important;

        box-sizing: border-box;
    }

    .features .features-grid .feature > img {
        width: 48px !important;
        height: 48px !important;

        min-width: 48px !important;

        object-fit: contain !important;

        flex: 0 0 48px !important;
    }

    .features .features-grid .feature > div {
        width: auto !important;
        flex: 0 1 auto !important;
    }
}

@media screen and (max-width: 767px) {

    .features .features-grid {
        overflow-x: auto !important;

        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    .features .features-grid::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
        display: none !important;
        background: transparent !important;
    }

}

/* =====================================================
   IMAGEM AZUL
===================================================== */

.features-background {
  position: relative;

  z-index: 0;

  display: block;

  width: 100%;
  height: auto;

  max-width: none;

  pointer-events: none;
  user-select: none;
}


/* =====================================================
   CONTEÚDO SOBRE A FAIXA
===================================================== */

.features-grid {
  position: absolute;

  z-index: 2;

  top: 60%;
  left: 50%;

  width: min(
    calc(100% - 80px),
    var(--shell)
  );

  margin: 0;

  transform:
    translate(-50%, -50%);

  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  align-items: stretch;

  color: white;
}


/* =====================================================
   FEATURE
===================================================== */

.feature {
  min-height: 165px;

  display: flex;
  
  z-index:9;

  align-items: center;

  gap: 20px;

  padding: 0 27px;

  border-right:
    3px solid rgba(
      255,
      255,
      255,
      .74
    );
}


.feature:first-child {
  padding-left: 0;
}


.feature:last-child {
  padding-right: 0;

  border-right: 0;
}


.feature > img {
  width: 144px;
  height: 137px;

  flex: 0 0 auto;
z-index:10
  object-fit: cover;
  object-position: left center;
}


.feature h2 {
  margin: 0;

  font-size: 25px;

  line-height: 1.02;

  text-transform: uppercase;
}


.feature p {
  margin: 9px 0 0;

  font-size: 18px;

  line-height: 1.15;
}

.categories {
  padding: 60px 0 105px;
}

.section-title {
  margin: 0 0 40px;
  color: var(--blue);
  font-size: clamp(31px, 2.7vw, 46px);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.category-wrap {
  position: relative;
}

.category-grid {
  max-width: 1260px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 58px 30px;
  justify-items: center;
}

.category-card {
  position: relative;
  width: 100%;
  max-width: 370px;
  grid-column: span 2;
  padding-bottom: 23px;
  border-radius: 30px;
  transition: transform .2s ease;
}

.category-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.category-card:hover {
  transform: translateY(-8px);
}

.category-card > img {
  width: 100%;
  aspect-ratio: .79;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 8px 14px rgba(0, 20, 70, .22);
}

.category-card > span {
  position: absolute;
  z-index: 2;
  left: 7%;
  right: 7%;
  bottom: 0;
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 12px 14px;
  border-radius: 16px;
  color: #141414;
  background: #f0f0f0;
  box-shadow: 0 8px 12px rgba(0, 0, 0, .25);
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.carousel-button {
  display: none;
}

.vip-section {
  padding: 0 0 88px;
}

.vip-card {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border-radius: 52px;
  background: linear-gradient(90deg, #0061e4 0%, #0454ca 60%, #f0f0f0 60%, #f0f0f0 100%);
  box-shadow: 0 8px 18px rgba(0, 31, 120, .08);
}

.vip-copy {
  position: relative;
  z-index: 6;
  width: 59%;
  padding: 120px 64px 75px 80px;
  color: white;
  text-align: center;
}

.vip-copy h2 {
  margin: 0;
  font-size: clamp(43px, 3.65vw, 61px);
  font-weight: 400;
  line-height: 1.04;
  text-transform: uppercase;
}

.vip-copy h2 span {
  display: block;
  color: var(--yellow);
  font-weight: 700;
}

.vip-copy p {
  max-width: 650px;
  margin: 35px auto 30px;
  font-size: 20px;
  line-height: 1.24;
}

.whatsapp-button {
  min-width: 430px;
  min-height: 66px;
  border-radius: 50px;
  background: var(--green);
  font-size: 21px;
}

.whatsapp-button img {
  width: 38px;
  height: 38px;
}

.vip-art {
  position: absolute;
  z-index: 4;
  inset: 0 0 0 55%;
}

.vip-art span {
  position: absolute;
  top: -145px;
  left: -110px;
  width: 410px;
  height: 890px;
  border: 27px solid var(--yellow);
  border-radius: 50%;
  background: #f0f0f0;
  transform: rotate(11deg);
}

.vip-art img {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: -10px;
  width: 570px;
  height: 590px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 16px 16px rgba(0, 0, 0, .13));
}

.coin {
  position: absolute;
  z-index: 2;
  filter: blur(.4px);
  pointer-events: none;
}

.coin-one {
  top: -84px;
  left: -34px;
  width: 205px;
}

.coin-two {
  top: 4px;
  left: 49%;
  width: 170px;
}

.coin-three {
  right: -35px;
  bottom: 45px;
  width: 205px;
}

.coin-four {
  left: 31%;
  bottom: -72px;
  width: 170px;
}

.benefits {
  padding: 0 0 105px;
}

.benefits .section-title {
  margin-bottom: 60px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.benefit {
  min-width: 0;
  padding: 0 31px;
  text-align: center;
  border-right: 3px solid var(--blue);
}

.benefit:first-child {
  padding-left: 0;
}

.benefit:last-child {
  padding-right: 0;
  border-right: 0;
}

.benefit img {
  width: 112px;
  height: 112px;
  margin: 0 auto 15px;
  object-fit: cover;
}

.benefit h3 {
  min-height: 60px;
  margin: 0;
  color: var(--blue);
  font-size: 24px;
  line-height: 1.05;
}

.benefit p {
  margin: 20px auto 0;
  color: #4d4d54;
  font-size: 19px;
  line-height: 1.25;
}

.contact-cta {
  position: relative;
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 550px;
  overflow: hidden;
  color: white;
  background: var(--blue);
  border-radius: 50% 50% 0 0 / 17% 17% 0 0;
}

.contact-photo {
  min-height: 550px;
  background: url("assets/images/support-chat.jpg") center 47% / cover no-repeat;
}

.contact-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 100px 65px 55px;
  background: linear-gradient(135deg, #064cc4, #002a9c);
}

.contact-copy h2 {
  margin: 0 0 55px;
  font-size: clamp(46px, 4.25vw, 70px);
  line-height: 1.03;
  text-transform: uppercase;
}

.whatsapp-button.compact {
  min-width: 330px;
  min-height: 61px;
  padding-inline: 30px;
  font-size: 22px;
  text-transform: none;
}

.site-footer {
  background: white;
}

.footer-main {
  min-height: 270px;
  display: grid;
  grid-template-columns: 1.4fr .85fr .7fr 1.05fr;
  align-items: center;
  gap: 55px;
  padding-top: 35px;
  padding-bottom: 28px;
}

.footer-brand img {
  width: 385px;
  height: 180px;
  object-fit: contain;
}

.footer-column h2 {
  margin: 0 0 20px;
  color: #082678;
  font-size: 28px;
  line-height: 1;
}

.footer-column ul {
  margin: 0;
  padding-left: 21px;
}

.footer-column li,
.footer-column address {
  color: #20202a;
  font-size: 17px;
  font-style: normal;
  line-height: 1.42;
}

.footer-column a:hover {
  color: var(--blue-bright);
}

.social-links {
  display: flex;
  gap: 13px;
}

.social-links a {
  width: 58px;
  height: 58px;
}

.social-links img {
  width: 100%;
  height: 100%;
}

.copyright {
  min-height: 47px;
  display: flex;
  align-items: center;
  border-top: 2px solid #6f8ac6;
  color: #191922;
  font-size: 13px;
}

@media (max-width: 1250px) {
  .site-header {
    width: min(calc(100% - 50px), 1180px);
  }

  .brand {
    width: 220px;
  }

  .main-nav {
    gap: 17px;
    font-size: 20px;
  }

  .header-vip {
    padding-inline: 15px;
    font-size: 14px;
  }

  .hero-copy {
    left: 2%;
    width: 540px;
  }

  .hero-copy h1 {
    font-size: 55px;
  }

  .feature {
    padding-inline: 17px;
  }

  .feature > img {
    width: 100px;
    height: 120px;
  }

  .feature h2 {
    font-size: 21px;
  }

  .feature p {
    font-size: 16px;
  }

  .category-grid {
    gap-inline: 22px;
  }

  .category-card > span {
    font-size: 18px;
  }

  .vip-art img {
    right: -35px;
  }

  .benefit {
    padding-inline: 18px;
  }

  .benefit h3 {
    font-size: 20px;
  }

  .benefit p {
    font-size: 16px;
  }
}

@media (max-width: 980px) {
  .page-shell,
  .section-shell {
    width: min(calc(100% - 44px), 860px);
  }

  .site-header {
    top: 10px;
    width: calc(100% - 36px);
  }

  .brand {
    width: 200px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 98px;
    right: 0;
    width: min(360px, calc(100vw - 36px));
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    border-radius: 20px;
    background: white;
    box-shadow: 0 18px 50px rgba(0, 24, 88, .2);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav > i {
    display: none;
  }

  .main-nav > a:not(.header-vip) {
    padding: 15px 10px;
    border-bottom: 1px solid #e6e9f1;
  }

  .header-vip {
    margin-top: 14px;
  }

  .hero {
    height: 1020px;
  }

  .hero-background {
    background-position: 44% top;
  }

  .hero-inner {
    width: calc(100% - 36px);
  }

  .hero-copy {
    top: 160px;
    left: 50%;
    width: min(92vw, 650px);
    transform: translateX(-50%);
  }

  .hero-copy h1 {
    font-size: clamp(44px, 8vw, 64px);
  }

  .hero-character {
    right: 50%;
    bottom: 70px;
    width: min(88vw, 680px);
    transform: translateX(50%);
  }

  .features {
    min-height: 720px;
    margin-top: -150px;
    padding-top: 230px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 0;
  }

  .feature {
    border-right: 2px solid rgba(255,255,255,.65);
  }

  .feature:nth-child(2) {
    border-right: 0;
  }

  .feature:first-child {
    padding-left: 17px;
  }

  .feature:last-child {
    padding-right: 17px;
  }

  .category-grid {
    display: flex;
    max-width: none;
    gap: 22px;
    padding: 10px 2px 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .category-grid::-webkit-scrollbar {
    display: none;
  }

  .category-card {
    flex: 0 0 min(72vw, 340px);
    scroll-snap-align: center;
  }

  .carousel-button {
    position: absolute;
    z-index: 5;
    top: 50%;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: white;
    background: var(--blue);
    box-shadow: 0 5px 15px rgba(0, 20, 80, .25);
    font-size: 39px;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .carousel-button.previous {
    left: -16px;
  }

  .carousel-button.next {
    right: -16px;
  }

  .vip-card {
    min-height: 890px;
    background: linear-gradient(180deg, #0061e4 0%, #0454ca 58%, #f0f0f0 58%, #f0f0f0 100%);
  }

  .vip-copy {
    width: 100%;
    padding: 80px 42px 40px;
  }

  .vip-copy h2 {
    font-size: clamp(38px, 7vw, 52px);
  }

  .vip-art {
    inset: 52% 0 0;
  }

  .vip-art span {
    top: -90px;
    left: calc(50% - 360px);
    width: 720px;
    height: 310px;
    border-width: 20px;
  }

  .vip-art img {
    right: 50%;
    width: 470px;
    height: 430px;
    transform: translateX(50%);
  }

  .coin-two {
    left: auto;
    right: 3%;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 0;
  }

  .benefit {
    padding-inline: 28px;
  }

  .benefit:nth-child(2),
  .benefit:nth-child(4) {
    border-right: 0;
  }

  .benefit:nth-child(5) {
    grid-column: 1 / -1;
    width: 50%;
    margin-inline: auto;
  }

  .contact-cta {
    grid-template-columns: 1fr;
    border-radius: 38px 38px 0 0;
  }

  .contact-photo {
    min-height: 410px;
  }

  .contact-copy {
    min-height: 380px;
    align-items: center;
    padding: 55px 30px;
    text-align: center;
  }

  .contact-copy h2 {
    margin-bottom: 35px;
  }

  .footer-main {
    grid-template-columns: 1.3fr 1fr;
    gap: 25px 60px;
    padding-block: 45px;
  }
}

@media (max-width: 620px) {
  .page-shell,
  .section-shell {
    width: calc(100% - 32px);
  }

  .site-header {
    height: 90px;
  }

  .brand {
    width: 158px;
  }

  .brand img {
    height: 88px;
  }

  .main-nav {
    top: 85px;
  }

  .hero {
    height: 820px;
  }

  .hero-copy {
    top: 130px;
  }

  .hero-copy h1 {
    font-size: clamp(36px, 10vw, 52px);
  }

  .hero-copy h1 span {
    margin: 8px 0;
    white-space: normal;
  }

  .hero-copy p {
    margin-top: 24px;
    font-size: 17px;
  }

  .hero-character {
    bottom: 35px;
    width: min(98vw, 520px);
  }

  .features {
    min-height: 900px;
    margin-top: -85px;
    padding-top: 195px;
    border-radius: 0 0 45% 45% / 0 0 5% 5%;
  }

  .features::before {
    top: -395px;
    left: -35%;
    width: 170%;
    height: 510px;
    border-bottom-width: 10px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .feature,
  .feature:first-child,
  .feature:last-child {
    min-height: 155px;
    padding: 15px 22px;
    border-right: 0;
    border-bottom: 2px solid rgba(255,255,255,.55);
  }

  .feature:last-child {
    border-bottom: 0;
  }

  .feature > img {
    width: 112px;
    height: 125px;
  }

  .feature h2 {
    font-size: 22px;
  }

  .feature p {
    font-size: 16px;
  }

  .categories {
    padding-top: 55px;
    padding-bottom: 70px;
  }

  .section-title {
    margin-bottom: 30px;
    font-size: 31px;
  }

  .category-card {
    flex-basis: min(76vw, 315px);
  }

  .category-card > span {
    min-height: 62px;
    font-size: 17px;
  }

  .vip-section {
    width: calc(100% - 24px);
    padding-bottom: 65px;
  }

  .vip-card {
    min-height: 800px;
    border-radius: 32px;
  }

  .vip-copy {
    padding: 68px 22px 32px;
  }

  .vip-copy h2 {
    font-size: 35px;
  }

  .vip-copy p {
    margin-block: 24px;
    font-size: 16px;
  }

  .whatsapp-button {
    min-width: 0;
    width: 100%;
    max-width: 380px;
    padding-inline: 18px;
    font-size: 16px;
  }

  .vip-art img {
    width: 360px;
    height: 370px;
  }

  .coin-one,
  .coin-three {
    width: 135px;
  }

  .coin-two,
  .coin-four {
    width: 112px;
  }

  .benefits {
    padding-bottom: 70px;
  }

  .benefits .section-title {
    margin-bottom: 38px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .benefit,
  .benefit:first-child,
  .benefit:last-child,
  .benefit:nth-child(5) {
    width: 100%;
    min-height: 230px;
    padding: 24px 12px;
    border-right: 0;
    border-bottom: 2px solid #dbe2f4;
  }

  .benefit:last-child {
    border-bottom: 0;
  }

  .benefit h3 {
    min-height: 0;
  }

  .benefit p {
    margin-top: 12px;
  }

  .contact-photo {
    min-height: 300px;
  }

  .contact-copy {
    min-height: 320px;
    padding-inline: 22px;
  }

  .contact-copy h2 {
    font-size: 39px;
  }

  .whatsapp-button.compact {
    min-width: 0;
    width: min(100%, 320px);
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
  }

  .footer-brand img {
    width: 300px;
    height: 145px;
    margin-inline: auto;
  }

  .footer-column h2 {
    margin-bottom: 15px;
  }

  .footer-column ul {
    padding: 0;
    list-style: none;
  }

  .social-links {
    justify-content: center;
  }

  .copyright {
    justify-content: center;
    padding-block: 15px;
    text-align: center;
  }
}

.social-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.social-column h2 {
    margin: 0 0 10px;
    color: #06369d;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.social-description {
    margin: 0 0 6px;
    color: #222;
    font-size: 16px;
    line-height: 1.3;
}

.instagram-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #222;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
}

.instagram-link img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.instagram-link:hover {
    color: #06369d;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
