@import "styles.css";

html {
  scroll-behavior: smooth;
}

section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*======================================
	Start Hero CSS
========================================*/

.section-hero {
  height: fit-content;
  margin-top: 80px;
}

#splide-carousel {
  display: flex;
  width: 100%;
  height: 80vh;
}

.icon-topicos {
  width: 40px;
  height: 40px;
  margin-top: 8px;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {

  .section-hero {
    height: fit-content;
    margin-top: 80px;
  }

  #splide-carousel {
    display: flex;
    height: fit-content;
    padding: 20px 0px;
  }

  .icon-topicos {
    width: 32px;
    height: 32px;
  }

  .margin-responsive {
    margin: 20px 0px;
  }
}

/*======================================
	Start Soluções CSS
========================================*/
.section-solucao {
  background-position-y: calc(50% - 120px);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/elements/Wave_02.png");
}

.card-solucao {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 400px;
  border: 4px solid var(--green);
  border-radius: 20px;
  padding: 16px;
}

.card-solucao h2 {
  margin-top: 8px;
}

.card-solucao img {
  width: 60px;
}

.card-solucao ul {
  list-style: none;
  padding: 0;
  padding-left: 8px;
  margin: 0;
  margin-top: 16px;
  text-align: start;
}

.card-solucao ul li p i {
  color: var(--green);
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {

  .card-solucao {
    height: 350px;
  }

}

@media only screen and (min-width: 320px) and (max-width: 768px) {

  .section-solucao {
    height: fit-content !important;
    padding: 30px 0px;
    background-position-y: 50px;
    background-size: 200%;
  }

  .card-solucao {
    height: fit-content;
  }
}

/*======================================
	Start Analise de Dados CSS
========================================*/
.section-dados {
  position: relative;
}

.section-dados .wave {
  position: absolute;
  width: 1600px;
  height: 622px;
  right: 50%;
  bottom: 50%;
  transform: translate(67%, 90%);
  rotate: -8.5deg;
  background-image: url("../img/elements/Wave_03.png");
  z-index: -1;
}

.light-point {
  position: absolute;
  width: 1050px;
  height: 1050px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: cover;
  background-image: url("../img/elements/Light_01.png");
  z-index: -1;
}

.col-img-dados img {
  height: 480px;
}

.icon-dados {
  width: 34px;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {

  .col-img-dados img {
    height: 380px;
  }

}

@media only screen and (min-width: 320px) and (max-width: 768px) {

  .section-dados {
    height: fit-content !important;
    padding: 30px 0px;
  }

  .section-dados .wave {
    width: 100%;
    right: unset;
    left: 0;
    bottom: 50%;
    transform: translate(0, 70%);
    rotate: 0deg;
    background-position: center;
    background-size: cover;
    background-image: url("../img/elements/Wave_03.png");
    z-index: -1;
  }

  .light-point {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background-position: center;
    background-size: cover;
    background-image: url("../img/elements/Light_01.png");
    z-index: -1;
  }
}

/*======================================
	Start Agente Virtual CSS
========================================*/
.section-agente {
  position: relative;
}

.section-agente .wave {
  position: absolute;
  width: 1600px;
  height: 622px;
  left: 50%;
  bottom: 50%;
  transform: translate(-67%, 90%) rotateY(180deg);
  rotate: 8.5deg;
  background-image: url("../img/elements/Wave_03.png");
  z-index: -11;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {

  .section-agente {
    height: fit-content !important;
    padding: 30px 0px;
  }

  .section-agente .wave {
    width: 100%;
    right: unset;
    left: 0;
    bottom: 50%;
    transform: translate(0, 70%);
    rotate: 0deg;
    background-position: center;
    background-size: cover;
    background-image: url("../img/elements/Wave_03.png");
    z-index: -1;
  }
}

/*======================================
	Start Cards CSS
========================================*/
.section-cards {
  height: fit-content;
}

.light-point-cards {
  background-position: center;
  background-size: 135%;
  background-image: url("../img/elements/Light_01.png");
}

.img-cliente-carousel {
  width: 80%;
  filter: invert();
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .section-cards {
    height: fit-content;
  }

  .img-cliente-carousel {
    width: 80%;
  }
}

/*======================================
	Start Contato CSS
========================================*/
.section-contato {
  position: relative;
  height: fit-content;
  padding: 30px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/elements/Wave_04.png");
}

.light-point-contato {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/elements/Light_01.png");
  z-index: -1;
}

.light-point-redes {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  transform: translate(25%, 25%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/elements/Light_01.png");
  z-index: -1;
}

.socials {
  width: 100%;
}

.socials ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  gap: 16px;
}

.socials li a {
  font-size: 42px;
  color: var(--white);
  position: relative;
  display: inline-block;
}

.socials li a span {
  opacity: 0.5;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.socials li a:hover span {
  transform: scale(1.1);
  /* Ajuste o valor da escala conforme necessário */
  color: var(--green);
  background: var(--diamond-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {

  .light-point-contato {
    display: none;
  }

  .light-point-redes {
    display: none;
  }
}