.contato{
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}
.contato h1{
    font-family: 'Oswald Bolder';
    font-weight: bolder;
    font-size: 48px;
}

.content-contato{
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

form{
    /* max-width: 490px; */
    /* margin-right: 100px; */
    display: flex;
    flex-direction: column;
    /* border: 1px solid red; */
}

.descricao-formulario{
    display: flex;
    position: relative;
    /* border: 1px solid; */
}
.text-formulario{
    width: 80%;
}
.text-formulario h3{
    font-size: 20px;
}
.text-formulario p{
    font-size: 14px;
    letter-spacing: 0px;
    color: #00111C;
    opacity: 1;
}
.descricao-formulario img{
    width: 150px;
    position: absolute;
    bottom: 10%;
    left: 75%;
}

.formulario-contato label{
    font-size: 14px;
    letter-spacing: 0px;
    color: #00111C;     
    opacity: 1;
    margin-bottom: 5px;
}

.formulario-contato input{
    width: 100%;
    height: 33px;
    border-radius: 10px;
    border: 0.5px solid #00111C;
    margin-bottom: 20px;
    padding: 15px;
}
.formulario-contato textarea{
    width: 100%;
    height: 99px;
    border-radius: 10px;
    border: 0.5px solid #00111C;
    margin-bottom: 30px;
    color: #049aff;
}

textarea{
    padding: 10px;
}

form #submit{
    width: 152px;
    height: 40px;
    background: #00C795 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    font-size: 16px;
    letter-spacing: 0px;
    color: #00111C;
    opacity: 1;
    margin: auto;
    padding: 0;
    /* text-align: center; */

    
}

.telefone-endereco{
    width: 420px;
    margin-left: 100px;
}
.telefone{
    display: flex;
    align-items: center;
    justify-content: center;
}
#circle-img{
    width: 195px;
    height: 200px;
    /* background-color: #00111C;
    border-radius: 50%; */
    
}
textarea{
    color: black;
}
.text-telefone{
    width:200px;
    margin-left: 20px;
}
.text-telefone h3{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #00111C;
    opacity: 1;
}

.text-telefone p{
    font-size: 14px;
    letter-spacing: 0px;
    color: #00111C;
    opacity: 1;
}

.endereco-contato{
    margin-top: 30px;
    width: 420px;
    height: 249px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 10px #00000029;
    border: 1px solid #00C795;
    border-radius: 30px;
    opacity: 1;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.endereco-text{
    width: 190px;
    font-size: 14px;
    margin-left: 30px;
}

.endereco-text p{
    margin-bottom: 30px;
}

#img-email{
    width: 70px;
    height: 70px;
    margin-left: 30px;
    /* z-index: 999; */
    /* background-color: #00111C; */
}

@media screen and (max-width: 1200px){
    .formulario-contato{
        margin-right: 50px;
        transition: 0.3s all;
    }
    .telefone-endereco{
        transition: 0.3s all;
        margin-left: 50px;
    }
}