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

:root {
  --white: #fff;
  --black: #0a0a0a;
  --custom-primary: #373894;
  --custom-primary-hover: #303182;
  --custom-secondary: #f69320;
  --custom-secondary-hover: #f69220d2;
  --bg-white: #f8f9fa;
  --bg-gray: #f1f1f1;
  --font-family: 'Poppins', var(--bs-font-sans-serif);
}

.btn-custom-primary {
  background-color: var(--custom-secondary);
  border-color: var(--custom-secondary);
  color: var(--white);
  transition: all 0.3s ease-in-out;
}

.btn-custom-primary:hover,
.btn-custom-primary:focus,
.btn-custom-primary:active {
  background-color: var(--custom-secondary-hover) !important;
  border-color: var(--custom-secondary-hover) !important;
  color: var(--white) !important;
  filter: brightness(0.9) !important;
}

.bt {
  display: grid;
  place-items: center;
}

.bt a {
  text-decoration: none;
  color: var(--white);
  font-weight: 500;
  font-size: 1.2rem;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: var(--custom-primary);
  transition: all 0.3s ease-in-out;
}

.bt a:hover,
.bt a:focus,
.bt a:active {
  background-color: var(--custom-primary-hover) !important;
  border-color: var(--custom-primary-hover) !important;
  color: var(--white) !important;
  filter: brightness(0.9) !important;
}

body {
  font-family: var(--font-family);
}

h1 {
  color: var(--white);
  font-size: 3.1rem;
  font-weight: 700;
}

h2 {
  color: var(--custom-primary);
  font-size: 2.5rem;
  font-weight: 600;
}

section {
  padding: 92px 0px;
}

section:nth-of-type(odd) {
  background-color: var(--bg-white);
}

section:nth-of-type(even) {
  background-color: var(--bg-gray);
}

#mobile {
  display: none;
}

#desktop {
  display: block;
}

@media (max-width: 1024px) {
  #mobile {
    display: block;
  }

  #desktop {
    display: none;
  }
}

/* nav */
.logo {
  max-width: 150px;
  width: 100%;
  height: auto;
}

.navbar {
  background-color: var(--white);
}

.nav-link {
  color: var(--custom-primary);
  font-size: 18px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}

.nav-link:hover {
  color: var(--custom-primary-hover);
  border-bottom: 2px solid var(--custom-primary-hover);
}

/* end nav */

/* hero */
.hero-section {
  background-image: url('../images/banner-home-vida-principal.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home {
  padding: 140px 0px;
}

/* end hero */

.img-aluguel {
  display: grid;
  place-items: center;

  img {
    max-width: 100%;
    width: 85%;
    height: auto;
  }
}

.aluguel .bt {
  place-items: start;
}

/* kit */
.kit .content>h3 {
  color: var(--custom-secondary);
}

.img-kit {
  display: grid;
  place-items: center;

  img {
    max-width: 100%;
    width: 85%;
    height: auto;
  }
}

.kit .bt {
  place-items: start;
}

/* end kit */

/* produtos */
.box-prod {
  display: grid;
  place-items: center;

  img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

/* end produtos */

/* about */
.about .bt {
  place-items: start;
}

.img-about {
  display: grid;
  place-items: center;

  img {
    max-width: 100%;
    width: 85%;
    height: auto;
  }
}

/* end about */

/* footer */
footer {
  color: var(--white);
  background-color: var(--custom-primary);
  width: 100%;
}

footer ul li {
  padding-left: 0px !important;
}

footer span {
  color: var(--white);
  padding-left: 14px;
}

.footer-link {
  text-decoration: none;
}

#footer_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 50px 20px 0px 50px;
}

.footer-logo img {
  max-width: 100%;
  width: 220px;
}

#footer_social_media {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  #footer_social_media {
    align-items: left;
    justify-content: left;
  }
}

#footer_social_media .footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  color: var(--white);
  background-color: transparent;
  border: 2px solid var(--white);
  border-radius: 50%;
  transition: all 0.4s;
}

#footer_social_media .footer-link:hover {
  color: var(--custom-primary-hover);
  background-color: var(--white);
  border: 2px solid var(--off-white);
}

#footer_social_media .footer-link i {
  font-size: 1.25rem;
}

#instagram,
#facebook,
#whatsapp-footer {
  background-color: transparent;
}

#contacts li i {
  color: var(--custom-secondary);
  font-size: 16px;
  padding-right: 4px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
}

.footer-list h3 {
  color: var(--custom-white);
  font-weight: 600;
  font-size: 24px;
  gap: 100px;
}

.footer-list .footer-link {
  color: var(--custom-white);
  font-size: 16px;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}

.footer-list .footer-link:hover {
  color: var(--custom-white);
  border-bottom: 2px solid var(--custom-white);
}

#footer_copyright {
  display: flex;
  justify-content: center;
  font-size: 0.9rem;
  padding: 1.5rem;
  font-weight: 100;
}

@media screen and (max-width: 768px) {
  #footer_content {
    text-align: left;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

@media screen and (max-width: 450px) {
  #footer_content {
    grid-template-columns: repeat(1, 1fr);
    padding: 10px;
  }
}

.float {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  transition: 0.5s;
}

.float:hover {
  transform: scale(1.1);
}

.float img {
  max-width: 100%;
}

/* mobile */
@media (max-width: 768px) {
  h1 {
    text-align: center;
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  .bt a {
    text-align: center;
    display: block;
    width: 100%;
  }

  section {
    padding: 60px 10px;
  }

  .hero-section {
    background-image: url('../images/banner-home-vida-principal.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .home {
    padding: 80px 10px;
  }

  .home .content {
    text-align: center;
  }

  .img-aluguel img,
  .img-kit img,
  .img-about img {
    width: 100%;
  }
}

/* tablets */
@media (max-width: 1024px) {
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .bt a {
    width: 100%;
    text-align: center;
  }

  .hero-section {
    background-image: url('../images/banner-home-vida-principal.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .home {
    padding: 100px 10px;
  }
}