@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@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");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background: #12c2e9; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to bottom,
    #f64f59,
    #c471ed,
    #12c2e9
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom,
    #f64f59,
    #c471ed,
    #12c2e9
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  main {
    width: 1200px;
    margin: 0 auto 0 auto;
  }
}

.container {
  max-width: 1200px;
  margin: auto;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header {
  width: 100%;
  padding: 60px 4%;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s;

  img {
    font-size: 30px;
    color: #fff;
  }
  ul {
    list-style-type: none;

    li {
      display: inline-block;
      font-weight: 700;
      margin: 0 40px;
      a {
        color: #fff;
        text-decoration: none;
      }
    }
  }
}

header.rolagem {
  background-color: #0077b6;
  padding: 20px 4%;
  a,
  i {
    color: #fff;
  }
}

.btn-contato button {
  width: 180px;
  height: 40px;
  border: 0;
  background-color: #fff;
  color: #f64f59;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 700;
}

.banner {
  padding-top: 250px;
  margin-bottom: 130px;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  h1,
  h2,
  h3 {
    font-size: 2em;
    text-align: start;
    color: #fff;
    span{
      color: #2b12e9;
      font-size: 1.3em;
    }
  }
  p {
    padding-top: 20px;
    color: #fff;
    font-size: 20px;
    padding-right: 150px;
  }
}
.foco {
  img {
    width: 400px;
    height: 400px;
    opacity: 0.7;
  }
}
.segundo {
  background-image: none;
}
.grid-home {
      padding-top: 250px;
  margin-bottom: 130px;
 
  width: 1200px;


  display: flex;
  /*FLEXBOX */
  flex-wrap: wrap;
  /* PERMITE A QUEBRA DE LINHO CONFORME TAMANHO ESTABELECIDO*/
  gap: 25px;

  /*espacamento entre os cards*/
  * {
    flex-basis: 250px;
    /* tamanho inicial para o elemento filho*/
    flex-grow: 1;
    /* vai permitir aumentar o tamanho*/
    flex-shrink: 1;
    /* vai permitir reduzir o tamanho*/
    
  }

  a {
    text-decoration: none;
    color: #492291;
  }
}

.card {
  /*sombra descolacamento horizontal, vertical, desfoque e a cor da sombra*/
  border-radius: 10px;
  /* cantos arredodados */
  padding-bottom: 15px;
  text-align: center;
  background-color: #fff;
  height: 400px;

  img {
    width: 60%;
  }

  H3 {
    color: #6a3bc8;
    margin: 15px 0 20px 0;
  }

  p {
    font-size: 1rem;
    padding: 0px 10px;
  }
}

/*formata o comportamento do card*/
.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 10px rgb(0, 0, 0);
  /*modifica a condicao visual do elemento */
}
.redes-sociais {
  padding: 10px 0 80px 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;

  a {
    padding: 10px 15px;
    /* 10 pk de top npttpm e 15 px de cada lado*/
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    /*tira sublinhado do link*/
  }

  a:nth-child(1) {
    background-color: #3b5998;
  }

  a:nth-child(2) {
    background-color: #c4302b;
  }

  a:nth-child(3) {
    background: linear-gradient(
      45deg,
      #405de6,
      #5851db,
      #833ab4,
      #c13584,
      #e1306c,
      #fd1d1d
    );
  }

  a:nth-child(4) {
    background-color: #075e54;
  }

  a:nth-child(5) {
    background-color: #000000;
  }

  a:hover {
    transform: translateY(-2px);
  }
}
h4 {
  font-size: 50px;
  text-align: center;
  padding: 30px 0 30px 0;
  color: #fff;
}
footer {
  background-color: #f1f1f1;
  text-align: center;
  padding: 40px;
  color: #777;
}
.grid-segundo {
        padding-top: 250px;
  margin-bottom: 130px;
  display: flex;
  /*FLEXBOX */
  flex-wrap: wrap;
  /* PERMITE A QUEBRA DE LINHO CONFORME TAMANHO ESTABELECIDO*/

  /*espacamento entre os cards*/
  * {
    flex-basis: 530px;
    /* tamanho inicial para o elemento filho*/
    flex-grow: 1;
    /* vai permitir aumentar o tamanho*/
    flex-shrink: 1;
    /* vai permitir reduzir o tamanho*/
    align-items: stretch;
    color: #000000;
  }
}
.grid-terceiro {
        padding-top: 50px;
  margin-bottom: 130px;
  
  display: flex;
  /*FLEXBOX */
  flex-wrap: wrap;
  /* PERMITE A QUEBRA DE LINHO CONFORME TAMANHO ESTABELECIDO*/
  gap: 2px;

  /*espacamento entre os cards*/
  * {
    flex-basis: 250px;
    /* tamanho inicial para o elemento filho*/
    flex-grow: 1;
    /* vai permitir aumentar o tamanho*/
    flex-shrink: 1;
    /* vai permitir reduzir o tamanho*/
    align-items: stretch;
  }
}
.cont1 {
  height: 500px;
  background-color: #efb6d6;

  padding: 20px 20px 20px 20px;
  border-radius: 15px 0px 0px 15px;

  h1 {
    color: #0077b6;

    font-size: 40px;
    padding-bottom: 50px;
    margin: 50px 20px 0 50px;
  }
  p {
    margin: 10px 0px 0 50px;
    color: #0077b6;
    font-size: 15px;
  }
}
.cont2 {
  height: 500px;
  background-color: #efb6d6;

  padding: 0px 20px 20px 20px;
  border-radius: 0px 15px 15px 0px;
  text-align: center;

  h1 {
    text-align: center;
    color: #5d0ae3;
    padding: 0px 20px 20px 20px;
  }

  i {
    font-size: 30px;
    text-align: center;
    color: #5d0ae3;
  }
}
.box {
  background-color: #fff;
  border-radius: 20px;
  height: 200px;
  margin: 4px 0px 4px 4px;
}
.briefing {
  text-align: center;
  h1 {
    text-align: center;
    font-size: 30px;
    color: white;
    margin: 30px;
    margin-top: 100px;
  }
  p {
    text-align: center;
    color: white;
    font-size: 20px;
  }
  .whatsapp button {
    width: 180px;
    height: 40px;
    border: 0;
    background-color: #fff;
    color: #0e7012;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    margin-block: 100px;
  }
}

.processo {
   

 
  width: 1200px;

  display: flex;
  /*FLEXBOX */
  flex-wrap: wrap;
  /* PERMITE A QUEBRA DE LINHO CONFORME TAMANHO ESTABELECIDO*/
  gap: 25px;

  /*espacamento entre os cards*/
  * {
    flex-basis: 450px;

    /* tamanho inicial para o elemento filho*/
    flex-grow: 1;
    /* vai permitir aumentar o tamanho*/
    flex-shrink: 1;
    /* vai permitir reduzir o tamanho*/
    text-align: center;
  }
}

.card2 {
  height: 150px;
  margin-top: 10px;
  
  color: white;
  h1 {
    margin: 10px;
  }
}
.cardimg {
  height: 160px;
  margin-top: 20px;

  img {
    width: 25vh;
    height: 25vh;
  }
}

.planosletre{
      padding-top: 250px;

 
}
.containera {
  width: 100%;
  overflow: hidden; /* Esconde o texto que ultrapassa a largura */
}

.marquee {
  color: white;
  font-size: 3em;
  white-space: nowrap; /* Impede quebra de linha */
  display: inline-block; /* Permite animação horizontal */
  animation: marquee 15s linear infinite; /* Aplica a animação */
  img{
    width: 5rem;
  }
  span{
    color: #5d0ae3;
    font-weight: 800;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(100%); /* Começa fora da tela à direita */
  }
  100% {
    transform: translateX(-100%); /* Termina fora da tela à esquerda */
  }
}





@media screen and (max-width: 800px) {
  body {
    main {

     width: 90%;
    }
  }
  .banner{

padding-bottom: 350px;

    display: block;
    p{
      width: 100%;
      padding-right: 0;
    }
  }

  .flex {
    align-items: center;
    .div {
      display: block;
    }
  }
  .btn-contato {
    display: none;
  }

  .foco {
    display: none;
  }
  .grid-home {
 
    width: 100%;
    align-items: center;
    

    
   
  }
  .card {
    height: 46vh;
   
    img {
      width: 20%;
    }
  }
  
  .redes-sociais {
   flex-direction: column;
    justify-content: center;
    *{
      flex-basis: 900%;
      flex-grow: 1;
        /* vai permitir aumentar o tamanho*/
        flex-shrink: 1;
    }

  }
}
h4{
  font-size: 2em;
}
hr{
  display: none;
}
