
@media screen and (max-width: 360px) {

    
}



@media screen and (max-width: 480px) {


}



@media screen and (max-width: 576px) {

    #contato{
        min-height: 100vh;
        padding-bottom: 20%;
    }


    #contato .wTitle,
    .contactText {
        display: none;
    }

    #contactBox {
        max-width: 95%;
        padding: 20px;
        margin: 20px auto;
        box-sizing: border-box;
        background-color: transparent !important;
    }

    #contactForm {
        width: 100%;
    }

    #contactForm input,
    #contactForm textarea {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 12px;
        margin-bottom: 15px;
    }

    .contactButtons {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
      }
      
      .contactButtons button,
      .contactButtons a {
        display: block;
        width: 100%;
        padding: 12px;
        border: none;
        border-radius: 8px;
        font-size: 14px;
       
        text-align: center;
        text-decoration: none;
        color: #ffffff9c;
        box-sizing: border-box;
        cursor: pointer;
        line-height: 1.2;
      }
      
      .contactButtons button {
        background-color: #2c035d;
      }
      
      
      .contactButtons button {
        appearance: none;
        -webkit-appearance: none;
      }

}



@media screen and (max-width: 768px) {
    #contactTitle{
        margin-top: 100px;
        font-size: 2em;
        padding: 0 5px 0 5px;
    }
    .contactText{
       
        width: 90%;
        justify-items: center;
    }


}



@media screen and (max-width: 1024px) {
    #contactTitle{
        margin-top: 90px;
    }
    .contactText{
        width: 90%;
        justify-items: center;
        margin:0 0 70px 0;
    }

    #contactBox{
        background-color: #0e031ec4;
        padding: 20px 30px;
        width: 100%;
        max-width: 500px;
        margin: 30px auto 0 auto;
        border-radius: 10px;
    
    
    }

    #contactForm textarea {
        resize: none;
        height: 120px;
        margin-top: 15px;
        padding: 15px;
    }

}



@media screen and (min-width: 1025px) {


}



@media screen and (min-width: 1200px) {


}



@media screen and (min-width: 1440px) {


}



@media screen and (min-width: 1920px) {


}