/* CONFIGURAÇÕES GERAIS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
}
.verde{
  background-color: #16547b !important;
  color: white !important;

  border-color: transparent !important;
}
.verde:hover{
  color: #212529 !important;
  background-color: #fff !important;
  border-color: transparent !important;
}
/* NAV */
.navbar{
  border-bottom: 1px solid #ccc;
  background-color: #16547b;
}
.nav-link{
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255,255,255,0.75) !important;
}
.navbar .container{
  width: 980px;
}
/* INÍCIO */
.inicio{
  background-color: #16547b;
}
.inicio h2{
font-weight: 700;
font-size: clamp(30px,4vw,45px);
line-height: 55px;
color: white;
}
.inicio h3{
  color: white;
  font-weight: 500;
font-size: clamp(24px,3vw,28px);
line-height: 40px;
}
.btn-ordernow{
  font-weight: 900;
  padding: 10px 45px;
  box-shadow: 1px 1px 3px 0 #000;
  background-color: #eef9f6;
  transition: all;
  border: 1px solid #5c636a;
  font-size: clamp(21px,3vw,32px);
  line-height: clamp(31px,4vw,48px);
  border-radius: 0.5rem;
}
.btn-ordernow:hover{
  background-color: #5c636a;
  color: white;
  border-color: #5c636a;
}
/* BENEFÍCIOS */
.beneficios{
  color: #212529;
}
/* KITS */
.destaque {
    background-color: #16547b;
    border-radius: 10px;
    padding: 5px 20px;
    color: #fff;
    line-height: 1.6;
    font-weight: 800;
    -webkit-box-decoration-break: clone;
}
.box-kit {
  border-radius: 5px;
}
.kits h2 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: clamp(25px, 3vw, 30px);
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.2;
  color: #161616;
}


.kit-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #16547b;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  min-height: clamp(65px, 7vw, 70px);
  padding: 10px 15px;
}
.kit-header h5 {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: clamp(22px, 3vw, 24px);
  line-height: 1.25;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.kit1 .kit-body {
  padding-top: clamp(20px, 3vw, 35px);
}
.kit-body {
  overflow: hidden;
  background-color: #fff;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #f7f7f7;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 25px 10px 15px 10px;
}
.kit-body p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #161616;
  font-family: "Open Sans", sans-serif;
}
.preco {
  color: #16547b;
  font-family: "Inter", sans-serif;
  font-size: clamp(35px, 6vw, 60px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
  margin-bottom: clamp(5px, 3vw, 10px);
}
.frete {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}
.btn-comprar {
  position: relative;
  display: block;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 100%;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  color: #161616;
  border-radius: 50px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease-in-out;
  border: 3px solid;
  margin-bottom: 10px;
  background-color: #fff;
  border-color: #16547b;
  max-width: 275px;
}
.btn-comprar:hover {
  background-color: #16547b;
  color: white;
}
.kit3 .kit-header {
  min-height: 80px;
  background-color: #1c84c5;
}
.kit3 .kit-header h5 {
  color: white;
}
.kit3 .kit-body {
  padding-top: 25px;
  padding-bottom: 40px;
}
.img-decoration {
  position: relative;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.badge {
  bottom: -5px;
  right: 0;
  max-width: clamp(50px, 6vw, 65px);
  height: clamp(50px, 6vw, 65px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
}
.badge::before {
  background-size: clamp(50px, 6vw, 65px);
  width: clamp(50px, 6vw, 65px);
  height: clamp(50px, 6vw, 65px);
  content: "";
  display: block;
  position: absolute;
  background: url(../images/badge-yellow-sm.svg) no-repeat center/cover;
}
.badge span {
  font-family: "Inter", sans-serif;
  color: #161616;
  text-align: center;
  font-weight: 700;
  z-index: 1;
  font-size: clamp(12px, 3vw, 16px);
  line-height: 1;
}
.kit1 {
  position: relative;
  z-index: 1;
  left: 2rem;
}
.kit3 {
  position: relative;
  z-index: 2;
}
.kit3 .btn-comprar {
  color: #fff;
  border-color: #16547b;
  background-color: #16547b;
}
.kit3 .btn-comprar:hover {
  color: #161616;
  background-color: #fff;
  border-color: #16547b;
}
sub {
  color: #161616;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  bottom: 0;
  font-family: "Open Sans", sans-serif;
}
.kit2 {
  position: relative;
  z-index: 1;
  left: -2rem;
}
/* PACKAGE */
.package {
  background-color: #16547b;
}
.package h2 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.2;
  color: white;
  margin-bottom: 0;
}
.package p{
  font-size: 22px;
  line-height: 1.6;
  font-family: 'Open Sans', sans-serif;
  color: white;
}
.shipping-img{
  filter: brightness(0) invert(1);
}
/* GARANTIA */
.garantia{
  background-color: rgb(238,249,246);
}
.garantia-titulo{
  font-size: clamp(30px,4vw,45px);
  line-height: 55px;
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.is-underlined{
  text-decoration: underline #16547b;
}
/* TIME */
.time{
  color: #212529;
}
.box-time{
  border: 1px solid #16547b;
  border-radius: 10px;
}
.box-imagem img, .box-imagem{
  border-radius: 10px 10px 0px 0px;
}
.discover{
  width: 100%;
  background-color: #16547b;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border: none;
  border-radius: 0.5rem;
  font-weight: 500;
  transition: all 0.3s;
}
.discover:hover{
  color: #212529;
  background-color: #fff;
}
/* FOOTER */
footer{
  background-color: rgb(33,37,41);
}
.link-light {
  color: #f8f9fa!important;
}
.small{
  font-size: 11px;
}
/* COPYRIGHT */
.copyright{
  padding-top: 10px;
  padding-bottom: 10px;
}
.copyright span{
  color: #212529;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
}
.divisor{
  border-left: lightgrey 1px solid;
}
@media(max-width:767px){
      /* KITS */
 
  .kit-body {
    padding: 20px 10px;
  }
  .btn-comprar {
    max-width: 170px;
    font-size: 18px;
    padding: 10px;
  }
  .badge {
    bottom: -10px;
    right: -15px;
  }

  .kit2,
  .kit1 {
    left: 0;
  }
  /* NAV */
  .logo{
    width: 237px;
  }
  /* GARANTIA */
  .garantia-img{
    width: 224px;
    margin-top: 24px;
  }
}