#contato {
    padding-top: 100px; 
    margin: auto; 
    margin-top: 20px;
    max-width: 1000px;
    background-color: #fff;
}

.contato-esq {
    margin-bottom: 30px;
    margin-top: 50px;
}

.contato-esq p {
    font-size: 16px;
    margin-bottom: 10px;
}
.circle2{
    margin-top: -18px;
}
.contato-esq div {
    display: flex;
    align-items: center;
    flex-direction: row;
}
ol {
    list-style-type: circle;
    margin-left: 20px;
    
}
ol li{
    font-size: 15px;
}
ion-icon{
    padding: 14px;
}
.icon-cont {
    font-size: 44px;
    color: black;
}
form a{
    list-style: none;
    text-decoration: none;
}
.btn-cont {
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #B800ED;
    color: white;
    display: flex;
    transition: 0.6s all;
    text-decoration: none;
    list-style: none;
}
.btn-cont:hover {
    color: white;
    text-decoration: none;
}
form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #97979759;
    width: 450px;
    height: 550px;
    box-shadow: 10px 10px 5px #00000018;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-group textarea{
    max-height: 100px;
  }

  .form-group ::placeholder{
    font-size: 15px;
    color: #ba00ed5d;
  }

.text-cont {
    color: #674188;
    font-weight: 700;
    font-size: 40px;
}

.linha-5 {
    width: 300px;
}

.p-cont {
    color: black;
    font-weight: 500;
    max-width: 300px;
}

.contato-dir {
    display: flex;
    justify-content: flex-end;
}

.contato-info {
    display: flex;
    justify-content: space-between;
    margin-left: 45px;
}


.icon-cont {
    display: flex;
    align-items: center ;
    text-align: center;
    justify-content: center;
    font-size: 30px;
    transition: transform 0.4s;
    margin: 0px 20px;
}

.icon-cont:hover {
    transform: translateY(-5px);
}

.icon-mail,
.icon-call,
.icon-instagram {
    color: #674188;
    margin-left: -20px;
}
.circle{
    text-align: right;
    justify-content: right;
    margin-right: -200px;
    margin-top: -400px;
}

@media (max-width: 767px) {
    #contato {
        padding-top: 20px;
        margin: auto;
        margin-top: 50px;
        padding: 0 20px;
    }
    #contato .linha-2{
        width: 200px;
        margin-left: 120px;
    }
    .contato-esq h1 {
        font-size: 35px;
        text-align: left;
    }
    .circle, .circle2{
        display: none;
    }
    .contato-esq p, ol {
        font-size: 14px;
        text-align: left;
    }

    .contato-esq ion-icon {
        font-size: 20px;
    }

    .contato-dir {
        margin-top: 20px;
        justify-content: flex-start;
    }

    form {
        width: auto;
        max-width: 100%;
    }
}


