@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;900&display=swap");
/*RESET*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: auto;
  min-height: 100%;
  font-size: 16px;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  background-size: 100%;
  line-height: 1.3;
  cursor: default;
}

/*
  ========================================
  Typography
  ========================================
*/
b,
strong {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/*
  ========================================
  Img
  ========================================
*/
img,
picture,
video,
embed,
object {
  max-width: 100%;
}

img {
  display: inline-block;
  vertical-align: middle;
}

:root {
  --gradient-site: linear-gradient(to right, #FE0 0%, #FCFE2E 100%);
}

/**/
body {
  background: #fff;
  font-family: "Poppins", sans-serif;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0px;
  overflow-x: hidden;
  background: url("../images/bg_points.png") center;
}

body * {
  color: #000;
  font-family: "Inter", sans-serif;
}

p {
  font-size: 1.125rem;
}

.--transition {
  transition: all 0.8s;
  scale: 0.8;
  opacity: 0;
}
.--transition.--show {
  opacity: 1;
  scale: 1;
  z-index: 9;
  position: relative;
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 5px;
}

.pagination li a,
.pagination li span {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #FE0;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
}

.pagination li a:hover,
.pagination li span:hover {
  background-color: #0047CB;
}

.pagination li.active span {
  background-color: #0047CB;
  font-weight: bold;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination {
  z-index: 8 !important;
}

/*CONTAINER*/
.container {
  margin: 0 auto;
  max-width: 76.25rem;
  padding-left: 20px;
  padding-right: 20px;
}
.container.--small {
  max-width: 1000px;
}

.swiper {
  position: relative;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #ede4db;
}

::-webkit-scrollbar-thumb {
  background: #00700B;
  border-radius: 30px;
}

::-webkit-scrollbar-thumb:active {
  background: #0047CB;
}

.grecaptcha-badge {
  visibility: collapse;
  z-index: -9999;
}

/* DESKTOP LARGE - 1400px*/
/* DESKTOP - 1200px*/
/* LAPTOP - 1024px*/
/* TABLET BIG - 900px*/
/* TABLET - 600px*/
/* MOBILE - 400px*/
/*
  ========================================
  HOME
  ========================================
*/
.home .__titleMain {
  font-size: 2.1875rem;
  font-weight: 700;
  color: #0047CB;
}
.home .__top_bg {
  background: url("../images/bg_top.png") no-repeat center top;
  height: 120px;
  margin-bottom: 45px;
}
.home .__bottom_bg {
  background: url("../images/bg_bottom.png") no-repeat center bottom;
  height: 120px;
  margin-top: 45px;
}
.home .__grid_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.home .__grid_content .__one .__subTitle {
  font-size: 1.5625rem;
  margin-bottom: 20px;
}
.home .__grid_content .__one p:not(:last-child) {
  margin-bottom: 20px;
}
.home .__grid_content .__two {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.home .__grid_content .__two .__img_main {
  padding: 40px;
  position: relative;
}
.home .__grid_content .__two .__img_main .--1, .home .__grid_content .__two .__img_main .--2 {
  position: absolute;
  border-radius: 0 20px 0 20px;
  width: 65%;
  aspect-ratio: 1/1;
}
.home .__grid_content .__two .__img_main .--1 {
  background: #0047CB;
  top: 0;
  right: 0;
  z-index: -1;
}
.home .__grid_content .__two .__img_main .--2 {
  background: #00700B;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home .__grid_content .__two details {
  background: #0047CB;
  padding: 15px 30px;
  border-radius: 10px;
}
.home .__grid_content .__two details summary {
  list-style: none;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #FE0;
  outline: none;
}
.home .__grid_content .__two details .--txt {
  margin-top: 8px;
}
.home .__grid_content .__two details .--txt * {
  color: #fff;
  font-size: 0.875rem;
}
.home .__grid_content .__two details .--txt.--links {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.home .__faixa {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 70px 0;
}
.home .__faixa .__titleMain {
  text-align: center;
}
.home .__slider {
  position: relative;
}
.home .__slider::before {
  content: "";
  width: 100%;
  height: calc(100% - 90px);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 20px;
  background: #0047CB;
}
.home .__slider .swiper {
  padding: 0 70px;
}
.home .__slider .swiper .swiper-button-prev:after {
  height: 60px;
  content: url("../images/icons/arrow-left.png");
}
.home .__slider .swiper .swiper-button-next:after {
  height: 60px;
  content: url("../images/icons/arrow-right.png");
}
.home .__slider .swiper .swiper-slide {
  transition: all 0.3s;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .__slider .swiper .swiper-slide a {
  width: 100%;
  height: 100%;
}
.home .__slider .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .__slider .swiper .swiper-slide-duplicate-prev,
.home .__slider .swiper .swiper-slide-prev {
  opacity: 0;
}

/* RESPONSIVE */
/* LAPTOP - 1024px*/
@media (max-width: 64rem) {
  .home .__titleMain {
    font-size: 1.5625rem;
  }
  .home .__top_bg {
    margin-bottom: 25px;
  }
  .home .__bottom_bg {
    margin-top: 25px;
  }
  .home .__grid_content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .home .__grid_content .__one .__subTitle {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .home .__grid_content .__one p:not(:last-child) {
    margin-bottom: 15px;
  }
  .home .__grid_content .__two {
    gap: 20px;
  }
  .home .__grid_content .__two .__img_main {
    max-width: 500px;
    padding: 20px;
    margin: auto;
  }
  .home .__grid_content .__two details {
    padding: 15px 25px;
  }
  .home .__grid_content .__two details summary {
    font-size: 1.25rem;
  }
  .home .__faixa {
    margin: 30px 0;
  }
  .home .__slider .swiper {
    padding: 0 50px;
  }
}
/**/ /**/

/*# sourceMappingURL=style.css.map */
