*{
    box-sizing: border-box;
}

body{
    padding-top: 50px;
    background: url(../img/bg.jpg) center top;
    font-family: 'Open Sans', sans-serif;
    border-top: 6px solid #4c4192;
    background-size:cover;
    background-repeat:no-repeat;
}

h1{
    color: #4c4192;
    font-size: 2em;
    font-weight: 700;
}

img{
    width: 100%;
    height:auto;
}

.foto img{
    max-width: 280px;
}

.d-flex{
    display: flex;
}

.align-center{
    align-items: center;
}

.container{
    max-width: 1140px;
}

.logo img{
    max-width: 90%;
}

.servicos{
    font-size: 17px;
    color: #4c4192;
    font-weight: 700;
}

label{
    margin-bottom: 0;
    font-weight: 700;
}

.form-control{
    border: 2px solid rgb(13, 110, 253, .5);
}

.contatos{
    max-width: 1024px;
}

footer{
    padding: 80px 0 30px 0;
}

.contatos {
    font-size: 18px;
    color: #4d4d4d;
    font-weight: bold;
    margin-bottom: 15px;
}

.endereco {
    font-size: 18px;
    color: #4d4d4d;
    font-weight: bold;
    margin-bottom: 15px;
}

.with-errors{
    color: #ff0000;
}

.mapa iframe{
    width: 100%;
    max-height: 370px;
}

.atendimento-whatsapp i {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #29B43F;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 9999px;
    z-index: 2000;
  }

  .atendimento-whatsapp .aviso {
    line-height: 20px;
    bottom: 21px;
    right: 60px;
    color: #222;
    background-color: #fff;
    border: 3px solid #39bd4b;
    border-radius: 1rem;
    box-shadow: 2px 2px 0 rgb(57 189 75 / 30%);
    font-size: 16px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1;
    padding: 5px 30px 5px 12px;
    font-weight: 700;
}

.contato-titulo{
    font-size: 1.75em;
    font-weight: 700;
    color: #4d4d4d;
}

@media(max-width:992px){
    body{
        padding-top: 25px;
    }
    .foto{
        width: 100%;
        text-align:center;
        margin-bottom: 20px;
    }
    .foto img{
        max-width: 250px;
    }
    .logo{
        margin-bottom: 30px;
    }
    .servicos{
        text-align: center;
        font-size: 18px;
    }
    .contatos{
        text-align:center;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .endereco{
        text-align:center;
    }
    footer{
        padding: 30px 0 100px 0;
    }
}