@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700;800&amp;display=swap');

body { font-family: 'Rubik', sans-serif; }

/* Global */
a { text-decoration: none; outline: none }
.ls-1 { letter-spacing: 1px; }
.fw-4 { font-weight: 400; }
.fw-5 { font-weight: 500; }
.fw-7 { font-weight: 700; }
.fw-8 { font-weight: 800; }
.fs-tiny { font-size: .8rem; }
.fs-small { font-size: .9rem; }
.fs-medium { font-size: 1.1rem; }
.fs-large { font-size: 1.4rem; }
.text-grey { color: #B3B3B3; }
.text-dark-grey { color: #585858; }
.text-copyright { color: #b9baba; }

/* Section title */
.section-title {
  height: 150px;
  display: flex;
  align-items: center;
  background: rgb(178,136,70);
  background: linear-gradient(135deg, rgba(178,136,70,1) 225px, rgba(255,255,255,1) 225px);
}
.safety .section-title { 
  background: linear-gradient(135deg, rgba(178,136,70,1) 225px, rgba(244,244,244,1) 225px);
}
.plans .section-title, 
.how-it-works .section-title { background: linear-gradient(135deg, rgba(178,136,70,1) 225px, rgba(255,255,255,0) 225px); }
.section-title h3 {
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media(min-width: 576px) {
  .section-title { background: linear-gradient(135deg, rgba(178,136,70,1) 325px, rgba(255,255,255,1) 325px); }
  .safety .section-title { background: linear-gradient(135deg, rgba(178,136,70,1) 325px, rgba(244,244,244,1) 325px); }
  .plans .section-title, 
  .how-it-works .section-title { background: linear-gradient(135deg, rgba(178,136,70,1) 325px, rgba(255,255,255,0) 325px); }
}
@media(min-width: 1600px) {
  .section-title { background: linear-gradient(135deg, rgba(178,136,70,1) 500px, rgba(255,255,255,1) 500px); }
  .safety .section-title { background: linear-gradient(135deg, rgba(178,136,70,1) 500px, rgba(244,244,244,1) 500px); }
  .plans .section-title, 
  .how-it-works .section-title { background: linear-gradient(135deg, rgba(178,136,70,1) 500px, rgba(255,255,255,0) 500px); }
}

/* Container Padding  */
@media(min-width: 576px) {
  .container-padding { padding: 0 4rem; }
}
@media(min-width: 1400px) {
  .container-padding { padding: 0 6rem; }
}

/* Título Seção About e Como Funciona */
.container-padding h2 { font-size: 1.75rem; }
@media(min-width: 360px) {
  .container-padding h2 { font-size: 2rem; }
}
@media(min-width: 576px) {
  .container-padding h2 { font-size: 3rem; }
}
@media(min-width: 768px) {
  .container-padding h2 { font-size: 3.5rem; }
}
@media(min-width: 1200px) {
  .container-padding h2 { font-size: 4.3rem; }
}
@media(min-width: 1400px) {
  .container-padding h2 { font-size: 4.5rem; }
}

/* Header */
.header { position: absolute; left: 0; right: 0; }

/* Navbar */
.navbar .navbar-brand { 
  margin: 0;
}
.navbar .navbar-nav .nav-item .nav-link {
  display: inline-block;
  margin: 0.75rem 0;
  color: #FFF;
  font-size: 1.1rem;
  line-height: 1.25;
  text-transform: uppercase;
}
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #B38A47;
}
.navbar .navbar-nav .nav-item .nav-link::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: #B38A47;
  transition: width .3s;
}
.navbar .navbar-nav .nav-item .nav-link:hover::after,
.navbar .navbar-nav .nav-item .nav-link.active::after {
  width: 75%;
}
@media(min-width: 768px) {
  .navbar .navbar-brand { margin: 0.5rem 0 1.5rem; }
  .navbar .navbar-nav .nav-item .nav-link { margin: 0 1rem; }
  .navbar .navbar-nav .nav-item:nth-child(6) { position: absolute; top: 5px; right: 15px; }
}

/* Banner */
.banner {
  background: url('../img/banner_1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 186px;
}
.banner .content { padding: 8rem 0; }
.banner .content h1 { font-size: 2.25rem; }
@media(min-width: 360px) {
  .banner .content h1 { font-size: 2.5rem; }
}
@media(min-width: 576px) {
  .banner .content h1 { font-size: 3.5rem; }
}
@media(min-width: 768px) {
  .banner { padding-top: 242px; }
  .banner .content { max-width: 540px; }
  .banner .content h1 { font-size: 4rem; }
}
@media(min-width: 1200px) {
  .banner .content { max-width: 720px; padding: 7rem 0 13rem; }
  .banner .content h1 { font-size: 5rem; }
  .banner .content h4 { max-width: 540px; }
}
@media(min-width: 1400px) {
  .banner { background-position: initial; height: 100vh; }
  .banner .content { padding: 12.5rem 0; }
}

/* Sobre */
.about { padding-bottom: 5rem; }

/* Como Funciona */
.how-it-works { 
  background: url('../img/bg-como-funciona.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5rem;
}
.how-it-works .swiper { padding-top: 8rem; }
.how-it-works .swiper .swiper-slide { display: flex; flex-direction: column; }
.how-it-works .swiper .swiper-slide img { order: 1; }
.how-it-works .swiper .swiper-slide .swiper-content {
  min-height: 380px;
  display: flex;
  order: 0;
  flex-direction: column;
  justify-content: center;
  background-color: #FFF;
}
.how-it-works .swiper .swiper-buttons {
  position: absolute;
  top: calc(4rem - 25px);
  width: 100%;
  height: 50px;
}
@media(min-width: 992px) {
  .how-it-works .swiper .swiper-slide { display: flex; flex-direction: row; align-items: center; }
  .how-it-works .swiper .swiper-slide img { order: 0; width: 50%; }
  .how-it-works .swiper .swiper-slide .swiper-content { order: 1; margin-left: -80px; }
}
@media(min-width: 1200px) {
  .how-it-works .swiper .swiper-slide .swiper-content { min-height: 450px; }
}

/* Segurança */
.safety { 
  background-color: #F4F4F4;
  padding-bottom: calc(200px + 5rem);
}
.safety img.mockup {
  display: block;
  margin: 3rem auto 0;
}
.safety .list-group .list-group-item { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  padding-left: 90px;
  padding-right: 0;
  border: none;
}
.safety .list-group .list-group-item img {
  position: absolute;
  left: 0;
}
.safety .safety-buttons {
  position: absolute;
  bottom: 5rem;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  padding-left: .75rem;
  padding-right: .75rem;
  text-align: center;
}
.safety .safety-buttons .safety-buttons-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media(min-width: 576px) {
  .safety { padding-bottom: calc(110px + 5rem); }
  .safety .safety-buttons { max-width: 540px; margin: 0 auto; text-align: left; }
  .safety .safety-buttons .safety-buttons-wrap { flex-direction: row; }
}
@media(min-width: 992px) {
  .safety { padding-bottom: 5rem; }
  .safety img.mockup { margin: 0 0 0 auto; }
  .safety .safety-buttons {
    position: inherit;
    padding-left: 0;
    padding-right: 0;
    margin-top: 2rem;
    max-width: 100%;
  }
}
@media(min-width: 1200px) {
  .safety .safety-buttons { padding-left: 90px; margin-top: 3rem; }
}

/* Planos */
.plans { 
  padding-bottom: 5rem;
}
.plans .card {
  margin: 2rem 0;
  max-width: 360px;
  border-radius: 20px;
  border: 1px solid #020202;
}
.plans .card .card-body {
  padding: 3rem 2rem;
}
.plans .card .card-body .card-title {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.plans .card .card-body .card-price {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-bottom: 2rem;
  font-size: 4rem;
  color: #B38A47;
}
.plans .card .card-body .card-price::after {
  content: "POR MÊS";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #B3B3B3;
}
.plans .card:nth-child(3) .card-body .card-price {
  font-size: 2rem;
  text-transform: uppercase;
}
.plans .card:nth-child(3) .card-body .card-price::after {
  content: "";
}
.plans .card .card-body .card-price small {
  font-size: 1.75rem;
  margin: .5rem .5rem 0 0;
}
.plans .card .card-body .list-group .list-group-item {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #3B3B3B;
  border: none;
  padding: .5rem 0;
  line-height: 1;
}
.plans .card .card-body .list-group .list-group-item::before {
  content: url('../img/icone-check.png');
  margin-right: 1rem;
}
@media(min-width: 360px) {
  .plans .card .card-body .card-price { font-size: 5rem; }
  .plans .card:nth-child(3) .card-body .card-price { font-size: 2.3rem; }
}
@media(min-width: 375px) {
  .plans .card .card-body { padding: 3rem 2.5rem; }
}
@media(min-width: 992px) {
  .plans {
    background: url('../img/bg-planos.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding-bottom: 8rem;
  }
  .plans .card { margin: 0 1rem; }
  .plans .card .card-body { padding: 2.5rem 1.25rem; margin-bottom: 60px; }
  .plans .card .card-body .card-price { font-size: 4.3rem; }
  .plans .card:nth-child(3) .card-body .card-price { font-size: 2rem; }
  .plans .btn-plan { 
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 2.5rem;
    width: auto;
  }
}
@media(min-width: 1200px) {
  .plans .card { margin: 0 2rem; }
  .plans .card .card-body { padding: 3rem 2rem; }
  .plans .btn-plan { left: 2rem; right: 2rem; }
}
@media(min-width: 1400px) {
  .plans { background-size: inherit; }
  .plans .card .card-body { padding: 3rem 2.75rem; }
  .plans .card .card-body .card-price { font-size: 5rem; }
  .plans .card:nth-child(3) .card-body .card-price { font-size: 2.3rem; }
  .plans .btn-plan { left: 2.75rem; right: 2.75rem; }
}

/* Contato */
.contact { 
  background: url('../img/bg-footer.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-top: 5rem;
}
.contact a { color: #FFF; }
.contact a.whatsapp {display: flex; align-items: center; font-size: 1.5rem; }
.contact a.email { display: flex; align-items: flex-start; font-size: 1.2rem; }
.contact .socials a i { font-size: 1.75rem; transition: all .4s; }
.contact .socials a:hover i { transform: rotate(360deg); }
.contact .copyright::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: #B38A47;
}
@media(min-width: 576px) {
  .contact .copyright { width: 520px; }
}

/* Botão Plano  */
.btn-plan {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B38A47;
  border-color: #B38A47;
  color: #FFF;
  width: 100%;
  height: 60px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 30px;
  text-transform: uppercase;
}
.btn-plan:hover,
.btn-plan:focus {
  background-color: #B38A47;
  border-color: #B38A47;
  color: #FFF;
}

/* Botão Área Restrita */
.btn-restricted {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
  width: 228px;
  height: 38px;
  margin: 0.75rem 0;
  border-radius: 19px;
  text-transform: uppercase;
}
.btn-restricted:hover,
.btn-restricted:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #B38A47;
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}
.btn-restricted img:last-of-type { display: none; }
.btn-restricted:hover img:first-of-type,
.btn-restricted:focus img:first-of-type { display: none; } 
.btn-restricted:hover img:last-of-type,
.btn-restricted:focus img:last-of-type { display: flex; } 

/* Swiper Buttons */
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after { font-family: "Font Awesome 6 Free"; font-weight: 900; color: #FFF; }
.swiper .swiper-button-prev::after { content: "\f177"; }
.swiper .swiper-button-next::after { content: "\f178"; }

/* Shake on hover */
.shake-it:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% { transform: translate3d(-1px, 0, 0); }
  20%, 80% { transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% { transform: translate3d(-4px, 0, 0); }
  40%, 60% { transform: translate3d(4px, 0, 0); }
}

/* Botões flutuantes WhatsApp e Voltar ao Topo */
.btn-floating {
  position: fixed;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 1010;
  transition: all .4s;
}
.btn-floating.btn-whatsapp {
  bottom: 70px;
  background-color: #4BAF4F;
  color: #FFFFFF;
}
.btn-floating.btn-arrow-up {
  bottom: 15px;
  background-color: transparent;
  color: #808080;
  flex-direction: column;
}
.btn-floating i {
  font-size: 1.5rem;
}
