.engloba-informacoes{width: 100%; float: left;margin: 75px 0 70px;}

.alinha-informacoes{width: calc(100% - 60px); margin: 0 30px;}
.alinha-informacoes > .img {width: 306px;height: 230px;float: left; margin: 0 32px 15px 0; border: 3px solid #DADADA; position: relative; display: flex; justify-content: center; align-items: center;}
.alinha-informacoes > .img img {width: 100%;height: 100%; object-fit: contain;}
.alinha-informacoes > .img p {text-align: center; font: 600 18.47px montserrat; padding: 8px; display: block; position: absolute; bottom: -22px; background-color: #ffff; border: 1px solid #c5bebe8a; color: #7a7a7a;}
.alinha-informacoes .title{font: 36.47px montserrat; font-weight: 600;line-height: 45.54px;color: var(--preto); margin: 0 0 49px}
.alinha-informacoes .title i{color: var(--cinza-banner);}
.alinha-informacoes .txt{font: 15px montserrat; font-weight: 300;line-height: 28.05px;color: #222222; text-align: left;}
.alinha-informacoes .txt h3{display: inline;}
.alinha-informacoes .txt h4{display: inline;}

.btn.whatsapp {background-color: #00AD42; float: left; display: block; width: 482px; height: 52px; margin: 67px 0 0 -11px;}
.btn.whatsapp .link {display: flex; justify-content: center; align-items: center; height: 100%; box-sizing: border-box; padding: 0 20px;}
.btn.whatsapp .link p {font: 18px montserrat; color: #fff; font-weight: 700; text-transform: unset;}
.btn.whatsapp .img {width: 21px; height: 21px; margin: 0 11px 0 0 ; background: unset;}
.btn.whatsapp:hover {border: none; box-shadow: 0 0 3px #32d971; transform: scale(1.03);}


.alinha-footer {padding: 83px 0 80px;}
.formulario-footer-padrao-3 button {width: 100%; height: 59px;}
.formulario-footer-padrao-3 .container-captcha {margin: 30px 0 0;}

@media(max-width:1220px){    
    .alinha-informacoes .img{width: 250px; height: 190px;}
    .alinha-informacoes .title{font-size: 30px;margin: 0 0 20px}
}
@media(max-width:990px){
    .alinha-informacoes > .img p {font-size: 14px;}
    .alinha-informacoes .img {width: 190px; height: 140px; margin: 0 20px 25px 0;}
    .alinha-informacoes .title{font-size: 26px;margin: 0 0 15px}

    .btn.whatsapp {width: 100%; margin: 25px 0 0 0;}
    .alinha-footer {padding: 30px 0 50px;}
}

@media(max-width:767px){
    .engloba-informacoes {margin: 20px 0 30px}
    .alinha-informacoes {width: 100%; margin: 0px; display: flex; justify-content: center; align-items: center; flex-direction: column;}
    .alinha-informacoes .img {margin: 0 0 25px 0;}
   
    .alinha-informacoes .txt {width: 100%;}
    .alinha-informacoes > .img{float: unset;}
    .alinha-informacoes .title{font-size: 19px; line-height: 25px; text-align: center;margin: 0 0 10px}
    .alinha-informacoes .txt{font-size: 13px;line-height: 20px;}

    .alinha-footer {padding: 30px 0 40px;}
}
@media (max-width: 600px){
    .btn.whatsapp .link p {font: 16px montserrat; color: #fff; font-weight: 700; text-transform: unset;}
}