@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

html {
    overflow-x: hidden;
}
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff;
  color: #0E2042;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  
  user-select: none;
  -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body * {
  box-sizing: border-box;
}

img {
    max-width: 100%;
}

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

.button {
  background-color: #0E2042;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 1rem 2rem;
  border-radius: 100rem;
}
.button:hover {
  background-color: #17346c;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a.button {
  display: inline-block;
  text-decoration: none;
}
a.button:hover {
  color: #fff;
}

h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #30A4D9;
}

.titulo-1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0E2042;
}

.destaque {
  color: #3FB0E4;
  font-size: 1.25rem;
  font-weight: 700;
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.25rem;
    }
    h2 {
        font-size: 0.9rem;
    }
    .titulo-1 {
        font-size: 1.25rem;
    }
    .destaque {
        font-size: 1rem;
    }
}

section {
  padding-bottom: 7.5rem;
}

header {
  background-color: #0E2042;
  padding: 2.5rem 0;
  width: 100%;
  height: 8.5rem;
}
header .header-content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 560px) {
    header img {
        width: 80px;
    }
}
header .header-content ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  z-index: 1000;
}
header .header-content ul a {
  font-size: 1rem;
}

.breadcrumbs {
  padding: 3rem 0 2rem;
  color: #0E2042;
  font-size: 0.75rem;
}
.home .breadcrumbs {
  display: none;
}

.hero {
  margin-top: -8.5rem;
  color: #fff;
  background: linear-gradient(#0E2042 68%, transparent 68%);
  height: calc(100dvh - 8.5rem);
  display: flex;
  align-items: center;
  padding-bottom: 0;
  margin-bottom:64px;
}

@media (max-width: 560px) {
    .hero {
        margin-top: 0;
        margin-bottom: 3rem;
    }
}
@media (max-width: 1800px) {
 .hero {
    padding-top: 8.5rem;
    padding-bottom: 2rem;
    height: auto;
    min-height: calc(100dvh - 8.5rem);
    margin-bottom: 84px;
    
 } 
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hero {
        padding-top: 8.5rem;
        align-items: flex-start;
        height: 460px;
        margin-bottom: 10rem;
    }
}
.stores {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.stores img {
    width: 170px;
}

.cards {
  margin: 2rem 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.card-services {
  border-radius: 1.5rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.75rem 4.25rem;
  color: #000;
}
.card-services h2 {
  color: #fff;
}
.card-services.home {
  margin-bottom: 2rem;
  position: relative;
  height: 100%;
}
[class*=col]:has(.card-services.home) {
  margin-bottom: 4rem;
}
.card-services.home h3 {
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
}
.card-services .inner {
  padding: 0 3.25rem;
}
.card-services.color-1 {
  background-color: #3FB0E4;
}
.card-services.color-1 h3 {
  color: #3FB0E4;
}
.card-services.color-2 {
  background-color: #FF7F32;
}
.card-services.color-2 h3 {
  color: #FF7F32;
}
.card-services.color-3 {
  background-color: #00EB80;
}
.card-services.color-3 h3 {
  color: #00EB80;
}
.card-services.color-4 {
  background-color: #C80000;
}
.card-services.color-4 h3 {
  color: #C80000;
}
.card-services.color-5 {
  background-color: #BDCE00;
}
.card-services.color-5 h3 {
  color: #BDCE00;
}
.card-services.color-6 {
  background-color: #43318B;
}
.card-services.color-6 h3 {
  color: #43318B;
}
.card-services.color-7 {
  background-color: #E45497;
}
.card-services.color-7 h3 {
  color: #E45497;
}
.card-services.color-8 {
  background-color: #C800C0;
}
.card-services.color-8 h3 {
  color: #C800C0;
}

.timeline {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.timeline::before {
  content: "";
  width: 0.125rem;
  height: 100%;
  background-color: #E5E5E5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.timeline .row + .row {
  margin-top: 7.5rem;
}

@media (min-width: 768px) {
    .timeline .row:nth-child(odd) [class^=col]:has(img) {
      order: 2;
    }
    .timeline .row:nth-child(even) [class^=col]:not(:has(img)):not(:has(.number-spot)) {
      order: 2;
    }
}
@media (max-width: 768px) {
  .timeline::before {
      content: none;
   }
}
.timeline .row:first-child .number-spot {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
.timeline .row:first-child .number-spot::before {
  content: "";
  width: 1rem;
  height: 100rem;
  background-color: #fff;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.timeline .row:last-child .number-spot {
  position: relative;
  z-index: 1;
}
.timeline .row:last-child .number-spot::before {
  content: "";
  width: 1rem;
  height: 100rem;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
}
.timeline .number-spot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 5.5rem;
  height: 5.5rem;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 0.5rem;
  background-color: #0E2042;
  color: #fff;
}

.bg-premio {
    background: #FAFAFA;
    border-radius: 5rem;
    padding: 5rem;
}

.testimonials .swiper-pagination {
    position: static;
    margin-top: 2rem;
}
.testimonials {
  background-color: #0E2042;
  display: flex;
  align-items: center;
  color: #fff;
  padding-top: 5rem;
}
.testimonials .swiper-button-prev, .testimonials .swiper-button-next {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #3FB0E4;
  color: #fff;
  border-radius: 50%;
  border: 0;
}
.testimonials .swiper-button-prev::after, .testimonials .swiper-button-next::after {
  font-family: "Poppins";
}
.testimonials .swiper .wrapper-slide {
  padding: 0.5rem 7.5rem;
  position: relative;
}

.testimonials .swiper-button-prev {
  left: 0;
}
.testimonials .swiper-button-prev::after {
  content: "<";
}
.testimonials .swiper-button-next {
  right: 0;
}
.testimonials .swiper-button-next::after {
  content: ">";
}

@media (max-width: 768px) {
    .testimonials .swiper-button-prev, .testimonials .swiper-button-next {
      display: none;
    }
    .testimonials .swiper .wrapper-slide {
      padding: 0;
    }
}
.testimonials .swiper-pagination-bullet {
  background-color: #3FB0E4;
  opacity: 1;
  z-index: 100;
}
.testimonials .swiper-pagination-bullet-active {
  background-color: #fff;
}
.testimonials .testimonial {
  padding-bottom: 2.5rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.testimonials .testimonial::before {
  display: block;
  content: "";
  width: 2.84rem;
  height: 1.96rem;
  background: url(../img/quote.svg) center no-repeat;
  background-size: contain;
  margin-bottom: 0.5rem;
}
.testimonials .testimonial::after {
  display: block;
  content: "";
  width: 2.84rem;
  height: 1.96rem;
  background: url(../img/quote.svg) center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  margin-left: auto;
  margin-top: 0.5rem;
}

.author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.author img {
  border-radius: 50% !important;
  width: 4rem !important;
  height: 4rem !important;
}
.author .destaque {
  color: #fff;
}
.author p {
  margin-bottom: 0;
}

.partners {
  padding: 5rem 0;
  background-color: #E5E5E5;
}
.partners .swiper {
  padding: 5rem 0;
}
.partners .swiper-button-prev, .partners .swiper-button-next {
  display: none;
}

#contato {
  margin-top: 1.5rem;
  display: flex;
  gap: 1.5rem 1.88rem;
  flex-wrap: wrap;
}
#contato label {
  flex: 30%;
  color: #959595;
}
#contato label input, #contato label select, #contato label textarea {
  border: 1px solid #959595;
  border-radius: 0.25rem;
  padding: 0.88rem 0.65rem;
  margin-top: 1rem;
  width: 100%;
  height: 3rem;
  font-size: 0.875rem;
}
#contato label:has(textarea) {
  flex-basis: 100%;
  width: 100%;
}
#contato label:has(textarea) textarea {
  height: 7.5rem;
  resize: none;
}
@media (max-width: 768px) {
    #contato label {
        flex: 100%;
    }
}
#contato .button {
  background-color: #3FB0E4;
  border: 0;
}

.categories {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
@media(max-width: 768px) {
    .categories {
        overflow-x: scroll;
        max-width: 100%;
    }
}
.categories li {
  flex-shrink: 0;
}
.categories .button {
  background-color: #fafafa;
  color: #0E2042;
}
.categories .button.active, .categories .button:hover {
  background-color: #3FB0E4;
  color: #fff;
}

.searchbox {
  position: relative;
}
.searchbox::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/search.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.searchbox input {
  border-radius: 0.5rem;
  border: 1px solid #3FB0E4;
  width: 100%;
  height: 3rem;
  margin-bottom: 2rem;
  padding-left: 2.5rem;
}
.searchbox input[type=submit] {
  display: none;
}

aside h2 {
  color: #0E2042;
}

.categories-list {
  border-top: 1px solid #E5E5E5;
  margin-top: 1rem;
  padding-top: 0.5rem;
}
.categories-list li {
  color: #3FB0E4;
}
.categories-list li + li {
  margin-top: 1rem;
}

.post {
  margin-bottom: 2rem;
  position: relative;
}
.post h3 {
    color: #0E2042;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 1.68rem;
}
.post p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.post a {
  text-decoration: none;
  color: #3FB0E4;
  font-size: 1rem;
  font-weight: 700;
}
.post a::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/arrow-right.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 0.5rem;
}
.post img {
  border-radius: 1.5rem;
  width: 100%;
  height: auto;
}
.post-inner h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0E2042;
  margin-bottom: 1rem;
  text-transform: none;
}
.post-inner h2 + p {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.post-inner img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 1.5rem;
}
.post-inner p {
  font-size: 1rem;
}
.post-inner span.button {
  background-color: #3FB0E4;
}
.popups-insta {
    display: none;
}
.post button {
    background: transparent;
    border: 0;
    position: absolute;
    inset: 0;
}
section.destaque {
  background-color: #3FB0E4;
  padding: 8.75rem 0;
  position: relative;
}
section.destaque p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
section.destaque > img {
    position: absolute;
    bottom: 0;
    right: 10%;
}

@media (max-width: 560px) {
    section.destaque > img {
        position: static;
        margin-top: 2rem;
    }
    section.destaque {
        text-align: center;
        padding-top: 2rem;
        padding-bottom: 0;
    }
}
.box-cinza {
  background-color: #FAFAFA;
  padding: 2rem;
  border-radius: 1.5rem;
}
.box-cinza + .box-cinza {
  margin-top: 2rem;
}

footer {
  padding: 5rem 0;
  position: relative;
  border-top: 1px solid #E5E5E5;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

footer .copy {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
}
footer .whatsapp {
  position: absolute;
  right: 5rem;
  bottom: 5rem;
}

@media (max-width: 860px) {
    footer .stores{
        justify-content: center;
        flex-direction: column;
    }
    
}
@media (max-width: 1024px) {
    footer .whatsapp {
      right: 2.5rem;
      bottom: 2.5rem;
    }
    
}



.featherlight-content {
    width: 100%;
    max-width: 38rem;
    height: 95dvh;
    border-radius: 1rem;
    padding: 2.5rem;
    .featherlight-inner {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
        .images {
            flex: 56.6%;
        }
        .images img {
            width:100%;
        }
        .text {
            flex: 43.3%;
            height: 24%;
            overflow-x: hidden;
        }
        .text::-webkit-scrollbar {
            width: 0.54rem;
            border-radius: 50px;
        }
        .text::-webkit-scrollbar-track {
            background: #EEE;
            padding: 0.2rem;
        }
        .text::-webkit-scrollbar-thumb {
            background: #79747E;
            border-radius: 50px;
        }
        .swiper-pagination {
            padding-right: 1rem;
            text-align: center;
        }
        .swiper-pagination-bullet {
            background: #299AD9;
        }
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #fff;
        }
    }
}