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

* {
  scroll-behavior: smooth;
}

header {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;

  padding: 2rem 0 0 0;
  z-index: 999;
}

header .logo img {
  width: 25rem;
  display: none;
}

header.active {
  background-color: var(--tertiary-color);
  box-shadow: 0px 11px 24px -4px var(--dark-text-color);
  padding: 0.2rem 0;
  position: fixed;
}

header.active .logo img {
  display: block;
}

header a {
  text-decoration: none;
  color: var(--light-text-color);
}

header .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

header.active .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav ul {
  display: flex;
  align-items: center;

  list-style: none;
}

header nav ul li a {
  margin: 0 3.5rem;

  font-size: 1.8rem;

  transition: .4s;
}

header nav ul li a:hover {
  color: var(--primary-color);
}

header .login a {
  border-radius: 5px;
  border: 3px solid var(--secondary-color);

  padding: 1rem 2rem;

  text-transform: uppercase;
  font-size: 1.6rem;

  transition: .4s;
}

header .login a:hover {
  background-color: var(--secondary-color);
}

nav#autoNav .close-menu,
nav#autoNav .open-menu {
  display: none;
}

main#home {
  position: relative;
  width: 100%;
  height: 80vh;

  background-image: url(../assets/HOME/main_background_new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-Y: -70PX;
}

main#home .main_cover img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;

  width: 100%;
}

.chevron_down {
  cursor: pointer;

  position: absolute;
  bottom: 3.2rem;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #fff;

  border-radius: 50%;
}

main#home .cont__home {
  position: relative;
}

/*Começo Sessão Sistema */

section#sistemas {
  margin: 7rem 0 0 0;
}

section#sistemas .box {
  max-width: 155rem;
}

section#sistemas .main__text-sistemas {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 7rem 0;
 
}

section#sistemas .grid-content {
  display: grid;
  grid-template-columns: 1fr 350px 1fr;
  margin: 0 3%;
}

section#sistemas .grid-content .title-sistemas {
  grid-column: 1/4;
  text-align: center;
}

section#sistemas .title-sistemas h1 {
  font-family: var(--title-font);
  font-size: var(--title-size);
}

section#sistemas .title-sistemas h2 {
  font-family: var(--title-font);
  font-size: var(--subtitle-size);
  color: #5E5E5E;
  font-weight: 500;
}

section#sistemas .grid-content .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section#sistemas .grid-content .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section#sistemas .grid-content .left .cardd {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: none;
}

section#sistemas .left .cardd h3 {
  font-family: var(--title-font);
  font-size: 1.7rem
}

section#sistemas .left .cardd:nth-child(1),
section#sistemas .left .cardd:nth-child(3) {
  margin-left: 30px;
}

section#sistemas .grid-content .center {
  margin: 0px;
  padding: 0px;

}

section#sistemas .grid-content .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section#sistemas .right p {
  font-family: var(--text-font);
  font-size: var(--subtitle-size);
  padding: 15px 0;
}

section#sistemas .right .button2 {
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
  text-decoration: none;
}

section#sistemas .right .button_sistema {
  display: flex;
  align-items: center;
  font-family: var(--text-font);
  font-size: var(--subtitle-size);
  text-decoration: none;
  color: var(--primary-color);
  gap: 10px;
}

section#sistemas .right .button2:hover {
  color: var(--primary-color);
}

.button2 {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  padding: 1.7rem 2.7em;
  margin: 1.5rem 0;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0.5em;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  ;
  font-family: var(--title-font);
  font-weight: 600;
  text-decoration: none;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.60), -3px -3px 6px rgba(0, 0, 0, 0.60);
}

.button2:hover {
  color: #ffffff;
  border: 1px solid var(--primary-color);
  scale: 1.05;
}

/*Fim Sessão Sistema */

/* Sessão Numeros */
section#numeros {
  position: relative;
  background-size: cover;
  padding: 7rem 0 2rem 0;
  z-index: 1;
}

section#numeros .numeros-content {
  display: flex;
  justify-content: center;
  gap: 10rem;
}

section#numeros .numeros-content .number {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  gap: 10px;
}

section#numeros .numeros-content .number h1 {
  font-family: var(--title-font);
  font-size: 5rem;
  line-height: 3.5rem;
  color: white;
}

section#numeros .numeros-content .number h2 {
  font-family: var(--title-font);
  font-size: var(--subtitle-size);
  font-weight: 300;
  color: white;
}

section#numeros .number .line {
  position: relative;
  width: 11rem;
  height: .2rem;

  background: var(--primary-color);
}

/* Fim Sessão Numeros */

/*Incio Sessão Sobre */

section#sobre {
  position: relative;
  margin: 7rem 0;
  margin: -1rem 0 5rem 0;
  padding: 5rem 0;

  background-image: url(../assets/HOME/IMAGEM\ SOBRE.jpg);
  background-size: cover;
  background-repeat: no-repeat;

}

section#sobre .container {
  max-width: 115rem;
  position: relative;
  margin: 0 auto;

  z-index: 2;
}

section#produtos .main__text-sobre {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

section#sobre .main__text-sobre span {
  color: white;

  padding: 10rem 0;
}

section#sobre .main__text-sobre h1 {
  font-size: 4rem;
  line-height: 5rem;

  font-family: var(--title-font);
  max-width: 85rem;
  margin: 0 auto;
  text-align: center;
  color: black;
  z-index: 4;
}

section#sobre .main__text-sobre p {
  padding-top: 10px;

  max-width: 75rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.6rem;

  color: #CECECE;
  z-index: 2;

  margin: 0 auto;
  text-align: center;

}

.cover_sobre {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-image: url(../assets/HOME/Gradient.png);
  background-color: rgba(0, 0, 0, 0.40);
  background-size: cover;

  z-index: 0;
}

/*Fim Sessão Sobre */

/* Sessão Criação de Sites */

section#sites {
  position: relative;
  margin: 7rem 0;
}

section#sites .box {
  max-width: 155rem;
}

section#sites .main__text-sites {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 7rem 0;
 
}

section#sites .title h1 {
  font-size: var(--title-size);
  font-weight: 600;
  max-width: 60rem;
  width: 100%;
}

section#sites .title h1 span {
  color: var(--primary-color);
}

section#sites .title h2 {
  font-size: var(--subtitle-size);
  font-weight: 400;
  max-width: 60rem;
  width: 100%;
}

section#sites .cards_sites {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

section#sites .cardss {
  padding: 2.5rem;
  width: 40rem;
  background-color: var(--secondary-color);
  border-bottom: solid 5px var(--primary-color);
  border-radius: 10px;
  font-family: var(--title-font);
}

section#sites .cardss h3 {
  font-size: 3rem;
  font-weight: 700;
  max-width: 60rem;
  width: 100%;
  margin-top: 15px;
}

section#sites .cardss p {
  font-size: 2rem;
  max-width: 60rem;
  width: 100%;
  margin-top: 15px;
}

section#sites .sites-cta {
  background-color: #000;
}

section#sites .sites-cta .box_cta{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;

  max-width: 150rem;
  margin: 0 auto;
}

section#sites .sites-cta h1 {
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
  
  width: 100%;
}

section#sites .sites-cta h1 span {
  color: var(--primary-color);
}

section#sites .sites-cta h2 {
  font-size: var(--subtitle-size);
  font-weight: 400;
  color: #fff;
  max-width: 60rem;
  width: 100%;
  margin-top: 15px;
}

section#sites .button2 {
  margin-top: 2rem 0 0 0;
}


/*Incio Sessão Produtos */

section#produtos {
  position: relative;
}

section#produtos .box {
  position: relative;
  display: flex;
  max-width: 115rem;
  justify-content: space-between;
  align-items: center;

  background-image: url(../assets/HOME/Produto\ Fundo.jpg);
  background-size: cover;
  border-radius: 20px;
  padding: 0 15rem;
}

section#produtos .box .cover_produtos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  opacity: 0;
  z-index: 0;
}


section#produtos .main_text--produtos h1 {
  font-family: var(--title-font);
  font-size: var(--title-size);
  font-weight: 700;
  color: white;
}

section#produtos .main_text--produtos h2 {
  font-family: var(--title-font);
  font-size: var(--subtitle-size);
  font-weight: 400;
  color: white;
}

section#produtos .container_carousel {
  display: flex;
  gap: 40px;
  margin: 7rem 0;
  z-index: 4;
}

section#produtos .produto {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 20px;
  background-image: url(../assets/IMAGEM\ PRODUTO.svg);
}

section#produtos .produto h2 {
  position: absolute;
  bottom: 30px;
  left: 20px;

  font-size: 2.5rem;
  line-height: 5rem;
  color: white;
  font-family: var(--title-font);
  max-width: 85rem;
  z-index: 1;
}

section#produtos .produto h4 {
  position: absolute;
  bottom: 5px;
  left: 20px;

  font-size: 1.5rem;
  line-height: 5rem;
  color: #CECECE;
  font-family: var(--title-font);
  max-width: 85rem;
  font-weight: 500;
  z-index: 1;
}


section#produtos .produto .cover_card-prod {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  z-index: 0;
  border-radius: 20px;
}

/*Fim Sessão Produtos */

/*Inicio Sessão Diversos */

section#diversos {
  position: relative;
  margin: 7rem 0;
}

section#diversos .main__text-diversos h1 {
  font-family: var(--title-font);
  font-size: var(--title-size);
  font-weight: 700;
  max-width: 55rem;
  margin-bottom: 3rem;
}

section#diversos .main__text-diversos h1 span {
  color: var(--main-color);
}

section#diversos .cards_diversos img {
  position: relative;
  width: 310px;
  max-width: 100%;
}

section#diversos .cards_diversos {
  display: flex;
  justify-content: space-between;
}

section#diversos .cards_diversos .card_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  gap: 10px;
  padding: 15px;
  transition: .3s;
}

section#diversos .cards_diversos .card_box:hover {
  border-radius: 10px;
  scale: 1.05;
  border: 3px solid var(--primary-color);
}

section#diversos .cards_diversos .card_box .line {
  position: relative;
  width: 11rem;
  height: .4rem;

  background: var(--primary-color);
}

section#diversos .cards_diversos .card_box h3 {
  font-family: var(--title-font);
  font-size: var(--subtitle-size);
  font-weight: 700;
  color: #000;
  max-width: 25rem;
  text-align: center;
}

/*FIM Sessão Diversos */

/* Sessão MEI */

section#mei {
  position: relative;
  margin: 7rem 0;
  background-image: url(../assets/HOME/IMAGEM\ GESTAO.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


section#mei .main__text-mei {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 4rem 0;
  z-index: 2;
}

section#mei .main__text-mei span {
  color: var(--main-color);
  padding: 10rem 0;
}

section#mei .main__text-mei h1 {
  font-family: var(--title-font);
  font-size: var(--title-size);
  max-width: 85rem;
  color: white;
}

section#mei .main__text-mei p {
  padding-top: 10px;
  max-width: 85rem;
  font-size: var(--subtitle-size);
  font-weight: 400;
  line-height: 2.6rem;
  color: #CECECE;
}

/*Fim Sessão MEI */

/*Começo Sessão maps  */

section#maps {
  position: relative;
  margin: 5rem 0;
}

section#maps .container {
  max-width: 115rem;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

section#maps .google-maps {
  text-align: center;
}

section#maps .google-maps iframe {
  height: 35rem;

  border-radius: 10px;
  box-shadow: var(--shadow-back);
}

section#maps .main__text-maps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

section#maps .main__text-maps h1 {
  font-size: 5rem;
  line-height: 6rem;

  font-family: var(--title-font);
  max-width: 100rem;
}

section#maps .main__text-maps h2 {
  max-width: 75rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.6rem;

  color: #7D7E7E;
  z-index: 2;
}

/*Fim Sessão maps  */