.loader-container {
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
}

.loader {
  width: 2rem;
  height: 2rem;
  border: 4px solid #f4ce1b;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

:root {
  --principal-color: #1b21c4;
  --secondary-color: #f4ce1b;
  --secondary-db: #1b21b3;
  --white: #ffffff;
  --black: #000000;
  --card-color: #111473;
  --btn-color: #82e534;
}

html {
  /* overflow-x: hidden; */
}

body {
  background: var(--principal-color);
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 27.3px;
  color: var(--white);
  padding: 0;
  margin: 0;
}

.container {
  width: initial;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--btn-color);
  border-radius: 0px 17px;
  color: var(--principal-color);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
  transition: all 0.6s;
  width: 100%;
}

.btn:hover {
  background: var(--secondary-color);
}

.btn.header {
  max-width: 176px;
  height: 51px;
}

.card {
  border-radius: 25px;
  background: var(--card-color);
  height: calc(100% - 48px);
  padding: 32px 24px;
}

.bg-azul-escuro {
  background: var(--secondary-db);
}

.inicio {
  padding-bottom: 50px;
}

.inicio h1 {
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 0.68px;
  padding-top: 70px;
}

.inicio h1 span {
  color: var(--secondary-color);
  font-size: 80px;
}

.inicio p {
  max-width: 540px;
}

.inicio h3 {
  max-width: 455px;
  color: var(--white);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.inicio .arrow-down {
  margin-top: 40px;
  margin-bottom: 30px;
}

.inicio .pet {
  width: 100%;
}

.inicio .devices {
  width: 100%;
  margin-top: 30px;
}

.valores {
  width: 100%;
  padding-top: 110px;
  padding-bottom: 46px;
}

.valores h2 {
  color: var(--secondary-color);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 70px; /* 140% */
  letter-spacing: 0.68px;
  margin-bottom: 0;
}

.valores p {
  text-align: center;
  max-width: 730px;
}

.valores .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.valores .card h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  text-align: center;
  color: var(--white);
  margin-bottom: 10px;
}

.valores .card p span {
  color: var(--secondary-color);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 990px) {
  .inicio h1 {
    font-size: 28px;
    line-height: 40px;
    width: 100%;
    text-align: center;
  }

  .inicio h1 span {
    font-size: 38px;
    line-height: 40px;
  }

  .inicio p {
    max-width: 100%;
    text-align: center;
  }

  .valores h2 {
    font-size: 30px;
    text-align: center;
  }

  .inicio h3 {
    max-width: 100%;
    text-align: center;
  }

  .inicio a {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

.btn.btn-valores {
  max-width: 700px;
  height: 112px;
  font-size: 35px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

@media screen and (max-width: 990px) {
  .valores p {
    text-align: center;
    max-width: 80%;
  }
}

.sorteio {
  width: 100%;
  padding-top: 80px;
}

.sorteio h1 {
  color: var(--secondary-color);
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
  letter-spacing: 0.68px;
}

.sorteio h1 span {
  font-size: 50px;
}

.sorteio p {
  max-width: 540px;
}

.sorteio h3 {
  max-width: 455px;
  color: var(--white);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sorteio .img-sorteio {
  width: 100%;
}

.sorteio .valores-premios {
  background: var(--secondary-color);
  color: var(--principal-color);
  border-radius: 25px;
  text-align: center;
  width: 100%;
  padding: 12px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.btn.btn-sorteio {
  min-height: 112px;
  font-size: 35px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 30px;
}

@media screen and (max-width: 990px) {
  .sorteio h1 {
    font-size: 28px;
    line-height: 35px;
    width: 100%;
    text-align: center;
  }

  .sorteio h1 span {
    font-size: 30px;
  }

  .sorteio p {
    max-width: 100%;
    text-align: center;
  }

  .sorteio h3 {
    max-width: 100%;
    text-align: center;
  }

  .sorteio a {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .btn.btn-sorteio {
    min-height: 70px;
    font-size: 23px;
  }
}

.sorteio-anterior {
  width: 100%;
  padding-top: 80px;
}

.sorteio-anterior .card {
  width: 100%;
  text-align: center;
  padding: 30px 67px;
  height: auto !important;
  position: relative;
  z-index: 30;
}

.sorteio-anterior .card::after {
  content: "";
  position: absolute;
  width: 87px;
  height: 87px;
  background: var(--secondary-color);
  border-radius: 50px;
  top: -55px;
  right: -40px;
  z-index: 10;
}

.sorteio-anterior .card::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  background: var(--secondary-color);
  border-radius: 50px;
  bottom: 105px;
  left: -87px;
  z-index: 10;
}

.sorteio-anterior h4 {
  text-align: center;
  font-size: 20px;
}

.sorteio-anterior h4 span {
  color: var(--secondary-color);
}

.sorteio-anterior h1 {
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 0.68px;
}

.sorteio-anterior h1 span {
  color: var(--secondary-color);
  font-size: 70px;
}

.sorteio-anterior .img-ganhador {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 352px;
}

.sorteio-anterior .img-ganhador img {
  width: 100%;
  margin-top: -100px;
}

@media screen and (max-width: 990px) {
  .sorteio-anterior .card {
    padding: 20px;
  }

  .sorteio-anterior .img-ganhador img {
    width: 100%;
    margin-top: -50px;
  }

  .sorteio-anterior .card::before,
  .sorteio-anterior .card::after {
    display: none;
  }
}

.sorteio-anterior p {
  max-width: 540px;
}

.sorteio-anterior a {
  text-decoration: none;
}

.sorteio-anterior h3 {
  max-width: 455px;
  color: var(--white);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sorteio-anterior .pet2 {
  width: 100%;
}

@media screen and (max-width: 990px) {
  .sorteio-anterior h1 {
    font-size: 28px;
    line-height: 40px;
    width: 100%;
    text-align: center;
  }

  .sorteio-anterior h1 span {
    font-size: 30px;
  }

  .sorteio-anterior p {
    max-width: 100%;
    text-align: center;
  }

  .sorteio-anterior h3 {
    max-width: 100%;
    text-align: center;
    font-size: 24px;
  }

  .sorteio-anterior a {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

.apoiadores {
  padding: 22px 0 100px 0;
  width: 100%;
}

.apoiadores h1 {
  color: var(--secondary-color);
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 70px; /* 87.5% */
  letter-spacing: 0.68px;
}

.apoiadores p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
}

.apoiadores .card {
  padding: 53px 7px 20px 7px;
}

.apoiadores .apoiadores-sliders {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
}

.apoiadores .apoiadores-sliders .apoiador-slider {
  background: var(--principal-color);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 32px;
  height: 427px;
  margin: 0 26px 20px 26px;
}

.apoiadores .slider-nav {
  padding: 0px 33px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.apoiadores .slider-nav .slick-next {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.apoiadores .navigation-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  margin-top: 33px;
}

.apoiadores .apoiadores-nav button {
  border: 0;
  background: transparent;
  cursor: pointer;
  margin-left: 30px;
  margin-right: 20px;
}

.apoiadores .navigation-row .line {
  width: 70%;
  height: 4px;
  background: var(--secondary-color);
  border-radius: 2px;
}

@media screen and (max-width: 990px) {
  .apoiadores h1 {
    font-size: 56px;
    line-height: 60px;
    width: 100%;
    text-align: center;
  }

  .apoiadores h1 span {
    font-size: 60px;
  }

  .apoiadores p {
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
  }

  .apoiadores .navigation-row .line {
    width: 50%;
  }
}

.btn.btn-apoiadores {
  height: 112px;
  font-size: 35px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-top: 10px;
}

.apae {
  padding: 110px 0;
  width: 100%;
}

.capemisa {
  padding: 110px 0;
  width: 100%;
}

.apae h1,
.capemisa h1 {
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 0.68px;
}

.apae h1 span,
.capemisa h1 span {
  color: var(--secondary-color);
}

.text-center {
  text-align: center;
}

.apae img,
.capemisa img {
  width: 80%;
}

.btn.btn-apae-capemisa {
  max-width: 400px;
  height: 112px;
  font-size: 35px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 30px 0;
}

.midia {
  padding: 134px 0 100px 0;
  width: 100%;
}

.midia h1 {
  color: var(--secondary-color);
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px; /* 87.5% */
  letter-spacing: 0.68px;
  margin: 0;
}

.midia p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 70px;
}

.midia .card {
  padding: 53px 7px 20px 7px;
}

@media screen and (max-width: 990px) {
  .apae {
    padding: 0px 0;
  }
  
  .capemisa {
    padding: 0px 0;
  }

  .apae h1,
  .capemisa h1 {
    font-size: 30px;
    text-align: center;
  }

  .midia h1 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    text-align: center;
  }

  .midia h1 span {
    font-size: 60px;
  }

  .midia p {
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
  }
}

.midia .midia-sliders {
  padding: 0 30px;
}

.midia .midia-sliders h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 30px 0;
}

.midia .midia-sliders p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}

.midia .midia-sliders img {
  width: 100%;
  border-radius: 16px;
}

.midia .confira {
  max-width: 286px;
  height: 58px;
  color: var(--card-color);
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 30px 0;
  background: var(--secondary-color);
}

.midia .midia-nav .slick-next {
  display: none !important;
}

.midia .nav-nav-midia {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.midia .nav-nav-midia button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.midia .nav-nav-midia .slick-prev {
  transform: rotate(180deg);
}

.card.nav-card {
  padding: 20px;
}

.midia .midia-nav a {
  margin: 10px;
}

.midia .midia-nav .midia-nav-image {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 16px;
}

.midia .midia-nav .midia-nav-image img {
  max-height: 100%;
  max-width: 80px;
}

.midia .midia-nav .midia-nav-image.r7 {
  background: #ffffff;
}

.midia .midia-nav .midia-nav-image.coluna-do-fla {
  background: #000000;
}

.midia .midia-nav .midia-nav-image.fla-rj {
  background: #ffffff;
}

.midia .midia-nav .midia-nav-image.insurance {
  background: #e81026;
}

.midia .midia-nav .midia-nav-image.jm {
  background: #3984be;
}

.midia .midia-nav .midia-nav-image.noroeste {
  background: #ffffff;
}

.midia .midia-nav .midia-nav-image.og {
  background: #0862a8;
}

.midia .midia-nav .midia-nav-image.onefootball {
  background: #d2e5f5;
}

.midia .midia-nav .midia-nav-image.samba-food {
  background: #019736;
}

.galeria {
  padding: 134px 0 100px 0;
  overflow: hidden;
}

.galeria h1 {
  color: var(--secondary-color);
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px; /* 87.5% */
  letter-spacing: 0.68px;
  margin: 0;
  margin-bottom: 30px;
}

.galeria .btn-galeria {
  max-width: 600px;
  min-height: 112px;
  font-size: 35px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-top: -100px;
}

.galeria h2 {
  max-width: 1080px;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  text-align: center;
}

.galeria .img-sorteio {
  width: 100%;
  max-width: 900px;
  margin-left: -40px;
}

@media screen and (max-width: 990px) {
  .galeria h1 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    text-align: center;
  }

  .galeria .img-sorteio {
    margin-left: 0px;
  }

  .galeria .btn-galeria {
    margin-top: 0px;
    min-height: 70px;
    font-size: 24px;
  }

  .galeria h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.galeria h2 span {
  color: var(--secondary-color);
}

.galeria .galeria-sliders {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: r;
  gap: 20;
  margin-left: -20px;
  width: 100%;
}

.galeria .grid-slide {
  height: 420px;
  display: grid;
  grid-template-rows: 200px 200px;
  grid-template-areas:
    "grid-1 grid-3"
    "grid-2 grid-3";
  gap: 20px;
}

.galeria .grid-slide img {
  object-fit: cover;
}

.galeria .grid-slide .grid-1 {
  overflow: hidden;
  grid-area: grid-1;
  height: 200px;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.galeria .grid-slide .grid-1 img {
  width: 100%;
}

.galeria .grid-slide .grid-2 {
  overflow: hidden;
  grid-area: grid-2;
  height: 200px;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.galeria .grid-slide .grid-2 img {
  width: 100%;
  height: 100%;
}

.galeria .grid-slide .grid-3 {
  overflow: hidden;
  grid-area: grid-3;
  height: 420px;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.galeria .grid-slide .grid-3 img {
  height: 100%;
}

.galeria .galeria-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.galeria .galeria-nav .slick-prev {
  transform: rotate(180deg);
}

.galeria .galeria-nav button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
