@media screen and (max-width: 780px) {
    .header h1{
        font-size: 1.5rem;
    }

    .header h1::after{
        width: 80px;
        height: 1px;
        margin: 10px  auto 0;
    }

    .header p{
        max-width: 90%;
        font-size: 1.2rem;
    }

    form{
        max-width: 90%;
    }

    label{
        font-size: 1.2rem;
    }

    input, textarea, select{
        border: 1px solid var(--titulo);
        border-radius: 5px;
        padding: 5px 10px;
        max-width: 90%;
    }

    .termos h2{
        font-size: 1.4rem;
        margin-top: 100px;
    }

    .termos h2::after{
        width: 80px;
        height: 1px;
        margin: 10px  auto 0;
    }

    .termos p{
        text-align: center;
        font-size: 1.2rem;
    }

    .campo-checkbox label{
        font-size: 1.2rem;
    }

      .campo-checkbox input[type="checkbox"]{
        width: 15px;
        height: 15px;
    }

    .enviar{
        font-size: 1rem;
        width: 70%;
    }

    .footer{
        text-align: center;
        max-width: 80%;
        margin: 0 auto 50px auto;
    }

    .footer h3{
        text-align: center;
        font-size: 1.3rem;
        color: var(--titulo);
        margin-bottom: 20px;
    }

    .PLD{
        font-size: 1.1rem;
        font-weight: bold;
        margin-bottom: 50px;
    }

    .copy{
        font: 1rem;
        font-weight: bold;
    }   

}

@media screen and (min-width: 780px) and (max-width: 1200px) {

    .header h1{
        font-size: 2rem;
    }

    .header h1::after{
        width: 80px;
        height: 1px;
        margin: 20px  auto 0;
    }

    .header p{
        max-width: 70%;
        font-size: 1.5rem;
    }

    form{
        max-width: 70%;
    }

    legend{
        font-size: 1.8;
    }

    label{
        font-size: 1.4rem;
    }

    input, textarea, select{
        border: 1px solid var(--titulo);
        border-radius: 5px;
        padding: 5px 10px;
        max-width: 100%;
    }

    .termos h2{
        font-size: 2rem;
        margin-top: 100px;
    }

    .termos h2::after{
        width: 100px;
        height: 2px;
        margin: 10px  auto 0;
    }

    .termos p{
        text-align: center;
        font-size: 1.5rem;
    }

    .campo-checkbox label{
        font-size: 2rem;
    }

    .campo-checkbox input[type="checkbox"]{
        width: 20px;
        height: 20px;
    }

    .footer{
    text-align: center;
    max-width: 50%;
    margin: 0 auto 50px auto;
}

    .footer h3{
        text-align: center;
        font-size: 1.8rem;
        color: var(--titulo);
        margin-bottom: 20px;
    }

    .PLD{
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 50px;
    }

    .copy{
        font-size: 1.3rem;
        font-weight: bold;
    }
}