  @media (max-width: 360px) {

  body, html{
    padding: 10px;
  }

  .firstContainer{
    margin-top: 5px;
  }

  img{
    width: 180px;
  }

  #titleMetod{
    font-size: 20px;
    line-height: 25px;
  }

  #titleSecond{    
    font-size: 5px;
    line-height: 25px; 
  }

  .titleThird{
    font-family: "Poppins";
    font-size: 14px;
    line-height: 20px;
  }

  .title{
    font-size: 20px;
  }

  .firstText{
    font-family: sans-serif;
    font-weight: 950;
    line-height: 25px;
  }

  .btn{
    width: 60%;
    font-size: 10px;
    font-weight: 950;
  }

  .btn_wpp{
    width: 60%;
    font-size: 15px;
    font-weight: 950;
  }  

  iframe{
    margin: 0 auto;
    width: 95%;
    height: 230px;    
  }

  ul{
    font-size: 15px
  }

  .whatsappButton{
    padding: 10px;
    font-size: 15px;
  }
    
  #expertimg{
    width: 60%;
  }

  h5{
    font-size: 15px;
  }
  
  .pg_whats{
      width: 60%;
  
}

/*MEDIAS EXTRAS*/
  @media (max-width: 475px) {
    body, html{
      background-color: white;
    }
  }

  @media (max-width: 375px){
    .titleThird{
      font-family: "Poppins";
    }

    .title{
      font-size: 30px;
    }

    img{
      width: 200px;
    }
    
        .btn{
      width: 70%;
      font-size: 15px;
      font-weight: 950;
    }

    #titleMetod, #titleSecond{
      font-size: 25px;
    }

  }
  @media (max-width: 420px){
    #titleMetod, #titleSecond{
      font-size: 20px;
      line-height: 25px;
  }
  
    .pg_whats{
      font-size: 10px;
  
}

  
}

  @media (max-width: 760px){
    .btn{
      width: 70%;
      font-size: 15px;
      font-weight: 950;
    }

  .pg_whats{
      width: 60%;
  
}
  }

  @media (min-width: 1000px) {

    .titleThird{
      font-family: "Poppins";
      font-size: 30px;
    }
    
  }
  