@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --white: #fff;
  --black: #000;
  --gray: #f8fff8;
  --custom-primary: #FDC929;
  --font-family: 'Inter', var(--bs-font-sans-serif);
}

.btn-custom-primary {
  background-color: var(--custom-primary);
  border-color: var(--custom-primary);
  color: var(--white);
}

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

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

h1 {
  color: var(--white);
  font-size: 44px;
  font-weight: 600;
}

h1>span {
  color: var(--custom-primary);
}

h2 {
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
}

h2>span {
  color: var(--custom-primary);
}

h3 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

p {
  color: var(--black);
}

section {
  padding: 100px 10px;
}

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

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

.bt a {
  display: block;
  text-decoration: none;
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: 12px;
  background-color: var(--custom-primary);
  padding: 14px 52px;
  width: fit-content;
  transition: all 0.3s ease-in;
}

.bt a:hover {
  background-color: var(--custom-primary);
  transform: translateY(-6px);
}

#mobile {
  display: none;
}

#desktop {
  display: block;
}

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

  #desktop {
    display: none;
  }
}

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

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

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

/* end nav */

/* home */
#hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/banner-negocio-v8-br-principal.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.home {
  padding: 160px 10px;
}

/* 
.formulario {
  display: grid;
  place-items: center;
} */

.form {
  width: 75%;
}

/* end home */

/* produtos */
.produtos .box {
  display: flex;
  ;
  align-items: center;
  gap: 24px;
  border: none;
  border-radius: 12px;
  background-color: var(--gray);
  padding: 24px;
}

.produtos .box img {
  max-width: 100%;
  width: 350px;
}

.produtos .box-content h3 {
  font-size: 26px;
  font-weight: 600;
}

.produtos .box-content p {
  font-size: 18px;
}

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

/* end produtos */

/* cta */
.cta {
  background-image: url('../images/banner-negocio-v8-br-cta.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 140px;
}

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

/* end cta */

/* por que escolher v8brasil */
.porque .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  border: none;
  border-radius: 12px;
  background-color: var(--white);
  padding: 5px 24px;
}

.porque .box img {
  max-width: 100%;
  width: 140px;
}

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

/* end por que escolher v8brasil */

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

.img-about img {
  max-width: 100%;
  width: 90%;
}

/* 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(--white);
  background-color: var(--custom-secundary);
  border: 2px solid var(--white);
}

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

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

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

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

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

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

.footer-list .footer-link:hover {
  color: var(--white);
  border-bottom: 2px solid var(--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;
  }
}

/* end footer */

.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%;
}

/* media */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 32px;
  }

  section {
    padding: 52px 10px;
  }

  .home {
    padding: 72px 10px;
  }

  .bt a {
    width: 100%;
  }

  .produtos .box {
    flex-direction: column;
    text-align: center;
  }

  .produtos .box img {
    width: 100%;
  }

  .img-about {
    margin-bottom: 32px;
  }

  .img-about img {
    width: 100%;
  }
}

/* end media */