section {
    overflow-y: hidden;
    }

.experimente{
    margin-top: 50px;
}

.flex2{
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.title2{
    width: 800px;
}

.text2{
    font-size: 17px;
    color: #525458;
    width: 550px;
    padding-right: 8%;
    text-align: justify;
    float: left;
}

.lista{
    display: flex;
    flex-direction: row; 
}

.list1{
    float: left; 
    margin-left: -43px;
}

.list2{
    padding-left: 70px;
}

.container .lista li{
    
    border-radius: 18px;
    border: 60px;
    background-color: #EFEFEF;
    width: 210px;
    height: 40px;
    list-style-type: none;
    text-align:left;
    padding-top: 8px;
    padding-left: 10px;
    font-size: 14px;
}

.container button{
    background: #FD8E00;
    width: 330px;
    height: 55px;
    border-radius: 7px;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
}

.container button:hover {
    background: #FF9E22;

}

.container button img{
    padding-bottom: 10px;
    float: right;
    margin-right: 10px;
}


.imagem1{
    float: right;
    position: relative;
    margin-top: -450px;
    margin-right: -5px;
    z-index: 2;
    width: 500px;
    height: 465.18px;
}

.fundo{
    float: right;
    position: relative;
    margin-top: -390px;
    margin-right: -560px;
    z-index: 1;
}

/* Telas Mobile */
@media (max-width: 768px) {
    .flex2 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container {
    text-align: center;
  }

  .title2,
  .text2,
  .lista,
  .imagem1,
  .fundo {
    width: auto;
    float: none;
    margin: 0;
  }

  .text2 {
    padding-right: 0;
  }

  .list1 {
    float: left;
  }

  .list2 {
    padding-left: 2%;
    margin-right: 4%;
  }

  .imagem1 {
    padding-top: 60px;
    width: 87%;
    height: auto;
    margin: 0 auto;
    float: none;
  }

  .text2{
    justify-content: center;
    text-align: center;
  }

  .container button{
    width: 95vw;
    
  }

  .lista{
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .container .lista li{
    width: 184px;
  }

}

/* Responsividade do iphone 13 */
@media only screen and (device-width: 390px) and (device-height: 844px) {
    .experimente{
        overflow: hidden;
    }

    .list1{
      margin-left: -24%;
      position: relative;
    }
 
}

