.none-contato-1300 {
  display: none;
}

.none-antes-1300 {
  display: block;
}

.hide {
  opacity: 0;
  pointer-events: none;
}

@media (min-width:860px) {
  .mobile {
    display: flex;
    float: right;
    justify-content: right;
    font-size: 35px;
    color: black;
  }

  .contato_border {
    padding-left: 10px;
    border-left: 1px solid #acacac;
  }

  main {
    display: block;
    
    .flexItem {
      display: flex;
      gap: 20px;
      
      .folhaImg {
        width: 300px;
        height: 150px;
      }
      .inceneradorImg {
        width: 300px;
        height: 200px;
      }

      p {
        display: block;
      }

      img {
        width: 330px;
        height: 170px;
      }
    }
  }

  footer {
    padding: 20px 10%;
    justify-content: center;
    float: left;

    .div1Footer {
      margin: 0 10%;

      h2 {
        max-width: 500px;
      }
      p {
        max-width: 500px;
      }
    }

    section {
      display: flex;
    }

    div {
      float: left;
      h2 {
        max-width: 250px;
      }
      p {
        max-width: 250px;
      }
    }
  }
}

@media (max-width: 860px) {
  header {
    a {
      display: none;
    }
  }
}

@media (min-width: 1330px) {
  .capaIntrodutoria {
    display: flex;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1310px;

    > div:nth-child(1) {

      span {
        display: inline-block;
        border-radius: 40px;

        padding: 5px 10px;
        color: #003319;
        background-color: #b7e6bb;
      }

      > p {
        width: 340px;
      }

      p strong {
        color: #003319;
      }
    }

    .integrantes {
      display: flex;
      gap: 40px;
      justify-content: center;
      align-items: center;

      section {
        padding-left: 40px;
        border-left: 1px solid #c2c2c2;
        display: inline-block;
        text-align: center;
      }

      section:nth-child(1) {
        border: none;
      }
    }
  }

  main {
    margin: 15px auto;

     .flexItem {
      display: flex;
      gap: 20px;

     .folhaImg {
        width: 400px;
        height: 200px;
      }
      .inceneradorImg {
        width: 400px;
        height: 300px;
      }
      
    }
  }
}

@media (min-width:1250px){
  .none-contato-1300 {
    display: block;
  }

  .none-antes-1300 {
    display: none;
  }

  .hide-contato {
    display: block;
  }
  
   #tabelaContatos {
    .main {
      display: flex;
      justify-content: center;

      > div:nth-child(1) {
        border: none;
      }

      > div {
        padding: 0 20px;
        max-width: 350px;
        background-color: #00000000;
        border-left: 1px solid #98C99C;
        border-radius: 0;
      }

      .simone {
        text-align: center;
        
        img {
          height: 130px;
        }
              .tipoContatos {
        margin-top: 25px;
      }
      }
      .cesar {
        padding: 0 20px;
        text-align: center;
      }
      .incone-contato {
        display: flex;
        justify-content: center;
      }
    }
  }
}