/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "JUST Sans", sans-serif;
  background-color: #000;
  color: #fff;
}

section {
  padding: 60px 0;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.5s;
}

.header-scrolled {
  backdrop-filter: blur(4px);
  background: rgba(1, 12, 35, 0.75);
}

header .navbar .offcanvas {
  height: 100vh;
}

.navbar {
  background: rgba(1, 12, 35, 0.1);
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  top: 0;
}

header .navbar-toggler {
  --bs-navbar-color: #fff;
  --bs-navbar-toggler-border-color: #fff;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

header .navbar .offcanvas {
  --bs-offcanvas-bg: #0a1428;
}

header .navbar .offcanvas .btn-close {
  color: #fff;
  opacity: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3E%3C/svg%3E")
    center/1em no-repeat;
}

.navbar .offcanvas .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(140, 255, 220, 0.25);
  opacity: 1;
}
.navbar .navbar-brand img {
  max-height: 80px;
}

.navbar-nav {
  padding-right: 10%;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
#banner {
  background-image: url(../img/banner.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #000817;
  padding-top: 200px;
  padding-bottom: 160px;
  overflow: visible;
}

#banner .triangle {
  position: absolute;
  bottom: 0px;
  left: 15%;
  transform: translateY(calc(100% - 1px));
  fill: #d4d8da;
  transition: fill 0.1s linear;
  z-index: 2;
}

@media (min-width: 1440px) {
  #banner .triangle {
    fill: #e3e9ea;
  }
}
@media (min-width: 1530px) {
  #banner .triangle {
    fill: #d2dfe1;
  }
}
@media (min-width: 576px) {
  #banner {
    background-image: url(../img/banner.webp);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #000817;
    padding-top: 260px;
    padding-bottom: 160px;
    overflow: visible;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
  padding: 80px 0;
  position: relative;
  overflow: visible;
}

#about .about-photo {
  position: relative;
}

#about .about-photo::after {
  content: "";
  position: absolute;
  background-image: url(../img/setinha_sobre_foto.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  right: -15px;
  top: -15px;
}

#about .about-photo img {
  border-radius: 2rem;
}

#about .legend {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.45);
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

#about .triangle {
  position: absolute;
  bottom: 0px;
  right: 15%;
  transform: translateY(calc(100% - 1px));
  fill: #08192b;
  transition: fill 0.1s linear;
  z-index: 2;
}

/*--------------------------------------------------------------
# Benefits
--------------------------------------------------------------*/
#benefits {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

#benefits .summary {
  padding: 0;
}

#benefits .benefits-photo {
  position: relative;
  background-color: #f4f4f4;
  margin-top: 110px;
  margin-bottom: 60px;
  border-radius: 10px;
}

#benefits .benefits-photo::after {
  content: "";
  position: absolute;
  background-image: url(../img/setinha_sobre_foto.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  right: -15px;
  top: -15px;
}

#benefits .trial-image {
  min-height: 390px;
}

@media (min-width: 1200px) {
  #benefits .trial-image {
    min-height: 500px;
  }

  #benefits .summary {
    padding: 0 80px;
  }

  #benefits .trial-image img {
    position: absolute;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  #benefits .trial-image img {
    bottom: -3rem;
    left: auto;
    transform: none;
    max-width: 650px;
  }
}

#benefits .benefits-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f4f4f4;
  padding: 40px 25px;
  border-radius: 10px;
  height: auto;
}

#benefits .benefits-slider .swiper-slide .divider {
  max-width: 70px;
  margin: 30px 0;
}

@media (max-width: 1099px) {
  #benefits .swiper-button-next,
  #benefits .swiper-button-prev {
    top: unset;
    bottom: 5px;
    --swiper-navigation-size: 16px;
    --swiper-navigation-color: #000a19;
    z-index: 100;
  }

  #benefits .swiper-button-next {
    right: 30%;
    width: 20px;
    height: 20px;
  }

  #benefits .swiper-button-prev {
    left: 30%;
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 1100px) {
  #benefits .swiper-button-next,
  #benefits .swiper-button-prev {
    position: absolute;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #f4f4f4;
    top: 45%;
    --swiper-navigation-size: 16px;
    --swiper-navigation-color: #ffffff;
  }

  #benefits .swiper-button-next {
    right: -50px;
  }
  #benefits .swiper-button-prev {
    left: -50px;
  }
}

@media (max-width: 700px) {
  #benefits .container-fluid {
    padding: 0 30px;
  }

  #benefits .swiper-button-next {
    right: 3px;
  }
  #benefits .swiper-button-prev {
    left: 3px;
  }
}

#benefits .row .triangle {
  position: absolute;
  bottom: 0px;
  right: 10%;
  width: 110px;
  transform: translateY(calc(100% - 1px));
  fill: #f4f4f4;
  transition: fill 0.1s linear;
  z-index: 2;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#testimonials {
  background-color: #fff;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
  margin: 0 50px 0 50px;
}

#testimonials .container-fluid {
  padding: 0 150px;
}

#testimonials .testimonial-item h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #4d4d4d;
}

#testimonials .testimonial-item h4 {
  font-size: 1rem;
  color: #b2b2b2;
}

.testimonial-text {
  font-weight: 200;
  font-size: 1rem;
  height: 150px;
  color: #000;
  overflow-y: scroll;
}

.testimonial-text::-webkit-scrollbar {
  width: 7px;
}

.testimonial-text::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
}

.testimonial-text::-webkit-scrollbar-track {
  background-color: #f3f4f5;
}

#testimonials .swiper-button-next,
#testimonials .swiper-button-prev {
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #b3b3b3;
  top: 55%;
  --swiper-navigation-size: 16px;
  --swiper-navigation-color: #ffffff;
}

#testimonials .swiper-button-next {
  right: 90px;
}
#testimonials .swiper-button-prev {
  left: 90px;
}

@media (max-width: 700px) {
  #testimonials .container-fluid {
    padding: 0;
  }

  #testimonials .swiper-button-next {
    right: 3px;
  }
  #testimonials .swiper-button-prev {
    left: 3px;
  }
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #b3b3b3;
  border: 2px solid #b3b3b3;
  opacity: 1;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b3b3b3;
  border: 3px solid #b3b3b3;
  opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  font-size: 0.9375rem;
}

footer .footer {
  padding: 60px 0;
  background-image: url(../img/bg_rodape.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

footer .footer-link {
  font-weight: 100;
  display: flex;
  align-items: center;
  gap: 5px;
}

footer .footer-link img {
  transition: transform 0.5s;
}

footer .footer-link:hover img {
  transform: translateX(-5px);
}

footer .copyright {
  color: #0a1428;
  padding: 20px 0;
  background-color: #8cffdc;
}

/*--------------------------------------------------------------
# Custom Bootstrap Classes
--------------------------------------------------------------*/

/**
* Width and Heigth
*/

/**
* Margin and Padding
*/

.py-2-50 {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

.px-4-50 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/**
* Text
*/

.text-gray {
  color: #5d5d5d;
}

.text-cyan {
  color: #8cffdc;
}

.text-darkblue {
  color: #000a19;
}

.text-justify {
  text-align: justify;
}

.text-underline-cyan {
  text-decoration: underline;
  text-decoration-color: #10ecf5;
}

.ff-gilroy {
  font-family: "Gilroy", "sans-serif";
}

.fs-5-50 {
  font-size: 1.1rem;
}

/**
* Background
*/

.gradient {
  background: linear-gradient(0deg, #0a1428 0%, #022431 50%, #0a1428 100%);
  background: -moz-linear-gradient(0deg, #0a1428 0%, #022431 50%, #0a1428 100%);
  background: -webkit-linear-gradient(
    0deg,
    #0a1428 0%,
    #022431 50%,
    #0a1428 100%
  );
}

/**
* Border
*/

.border-darkblue {
  --bs-border-opacity: 1;
  border-color: rgba(0, 10, 25, var(--bs-border-opacity)) !important;
}

.border-cyan {
  --bs-border-opacity: 1;
  border-color: rgba(140, 255, 220, var(--bs-border-opacity)) !important;
}

.rounded-bottom-4 {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

/**
* Buttons
*/

.btn-green {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00e600;
  --bs-btn-border-color: #00e600;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #059e05;
  --bs-btn-hover-border-color: #059e05;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #059e05;
  --bs-btn-active-border-color: #059e05;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #48b948;
  --bs-btn-disabled-border-color: #48b948;
}

.btn-cyan {
  --bs-btn-color: #000;
  --bs-btn-bg: #8afeda;
  --bs-btn-border-color: #8afeda;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #6cecc4;
  --bs-btn-hover-border-color: #6cecc4;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #6cecc4;
  --bs-btn-active-border-color: #6cecc4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #7cc8ca;
  --bs-btn-disabled-border-color: #7cc8ca;
}

.btn-outline-cyan {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #8cffdc;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #8cffdc;
  --bs-btn-hover-border-color: #8cffdc;
  --bs-btn-focus-shadow-rgb: 17, 238, 247;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #8cffdc;
  --bs-btn-active-border-color: #8cffdc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2ec4c9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2ec4c9;
  --bs-gradient: none;
}

/**
* Responsive Media Queries
*/

/* xxl */
@media (max-width: 1400px) {
}

/* xl */
@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important;
  }
}

/* lg */
@media (min-width: 992px) {
  .border-lg-0 {
    border: 0 !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .offcanvas {
    height: auto;
  }
}

/* md */
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }

  .gap-md-6 {
    gap: 5rem !important;
  }
}

/* sm */
@media (min-width: 556px) {
  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/*
* Just Sans
*/

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/JUST-Sans-ExBold.woff") format("woff"),
    url("../fonts/JUST-Sans-ExBold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Bold.woff") format("woff"),
    url("../fonts/JUST-Sans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/JUST-Sans-SemiBold.woff") format("woff"),
    url("../fonts/JUST-Sans-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Medium.woff") format("woff"),
    url("../fonts/JUST-Sans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Regular.woff") format("woff"),
    url("../fonts/JUST-Sans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Light.woff") format("woff"),
    url("../fonts/JUST-Sans-Light.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/JUST-Sans-ExLight.woff") format("woff"),
    url("../fonts/JUST-Sans-ExLight.woff2") format("woff2");
}

/*
* Gilroy
*/

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Gilroy-Light.ttf") format("truetype");
}
