.section-contato{
    width: 100%;
    background-color: white;
    padding-bottom: 40px;
    padding-top: 40px;
}
.contato{
    display: grid;
    grid-template-columns: 1fr 0.2fr 1fr;
    justify-items: center;
    align-items: center;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.coluna-texto{
    width: 92%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 680px;
    align-self: center;
    grid-column:  1 / 2;
}

.coluna-texto hr {
    color: rgba(217, 217, 217, 1);
}

.hr-contato {
    background-color: rgb(39, 38, 38);
    height: 3px;
}

.check-contato{
    margin-top: 20px;
    height: auto;
    display: flex;
    align-items: center;
    font-size: 19px;
}

.check-contato p{
    margin: 0;
    text-align: start;
    font-size: 19px;
}

.check-contato img{
    margin-right: 10px;
}

.check-contato div{
    display: flex;
    align-items: center;
}

.contato h1{
    font-size: 40px;
    color: rgba(47, 126, 62, 1);
}

.texto-contato{
    height: 120px;
    font-size: 21px;
    text-align: center;
}

.texto-contato p {
    margin: 20px 0;
}

.texto-contato-pai h1 {
    font-size: 38px;
}

.check-pai-botoes-contato {
    padding-top: 45px;
}

.check-pai-botoes-contato p {
    align-self: center;
    margin-bottom: 0;
}

.check-botao-contato {
    display: flex;
    text-align: start;
    justify-content: start;
    align-items: center;
    align-self: center;
    height: 40px;
    font-size: 17px;
    padding-top: 3px;
}

.check-botao-contato img{
    height: 23px;
    width: 23px;
    margin-right: 10px;
}

.linha-divisao-contato {
    height: 720px;
    width: 1px;
    background-color: rgba(172, 172, 172, 0.432);
    grid-column: 2 / 3;
    margin: auto;
}

.coluna-formulario{
    max-width: 95%;
    height: 800px;
    grid-column:  3 / 4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;

}

.formulario-pai-contato{
    width: 100%;
    height: 750px;
    background-color: rgba(250, 250, 250, 0.18);
    box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 26px;
    margin: 0 auto;
}

.formulario-pai-contato p{
    margin-top: 10px;
    width: 88%;
    margin: auto;
}

.formulario-alinhamento{
    color: rgba(47, 126, 62, 1);
    font-weight: bold;
    text-align: start;
    margin: auto;
    width: 87%;
    padding-top: 14px;
}

.formulario-alinhamento label{
    padding-left: 10px;
}

.formulario-alinhamento input{
    width: 100%;
    height: 35px;
    border-radius: 15px;
    border: 1px solid rgba(79, 79, 79, 1);
    padding-left: 15px;
}

textarea{
    width: 100%;
    height: 225px;
    border-radius: 10px;
    padding-left: 15px;
    padding-top: 8px;
}

.botao-envio{
    margin-top: 15px;
    height: 56px;
    width: 88%;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: none;
    background-color: rgba(123, 192, 67, 0.9) ;
    color: white;
    font-size: 20px;
}

.coluna-formulario a {
    text-decoration: none;
    color: rgba(45, 156, 219, 1);
}

@media  (max-width: 1200px) {
    .contato{
        grid-template-columns: 0.9fr 0.1fr 1.1fr;
        max-width: 750px;
    }

    .coluna-texto {
        width: 90%;
    }

    .coluna-texto h1{
        font-size: 35px;
    }
    .coluna-texto p{
        font-size: 16px;
    }

    .check-contato img{
        height: 20px;
        width: 20px;

    }

    .check-botao-contato img{
        height: 20px;
        width: 20px;
    }

    .check-contato{
        text-align: start;
        align-items: start;
        justify-content: start;
    }

    .check-contato p, .check-botao-contato p{
        font-size: 14px;
    }
}

@media  (max-width: 820px) {
    .contato{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, auto);
        height: auto;
        max-width: 400px;
    }

    .linha-divisao-contato {
        display: none;
    }

    .coluna-texto{
        border: solid white;
        justify-self: center;
        width: 100%;
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        align-self: center;
        height: auto;
    }

    .coluna-texto p{
        width: 100%;
        justify-self: center;
    }

    .texto-contato-pai{
        text-align: center;
    }

    .texto-contato-pai h1{
        font-size: 32px;
    }

    .texto-contato-pai p{
        font-size: 17px;
    }

    .check-pai-contato{
        display: none;
    }

    .check-pai-botoes-contato{
        display: none;
    }

    .coluna-formulario {
        height: auto;
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .botao-envio {
        height: auto;
        padding: 10px 5px;
        font-size: 10x;
    }
}
