/* SERVIÇOS */
.atuacao { width: 100%; height: auto; position: relative; clear: both; }
.atuacao .titulo { padding: 60px 0px 20px 0px; width: 100%; font-size: 45px; font-family: 'Montserrat'; color: #333333; font-weight: 200; text-align: center; }

.atuacao ul { width: 100%; height: auto; position: relative; text-align: center; display: flex; justify-content: space-between; flex-wrap: wrap; gap:30px; margin: 40px 0px; }
.atuacao ul li { cursor: pointer; width: 31%; box-sizing: border-box; text-align: center; height: 175px; vertical-align: top; display: inline-block; border: 2px solid #867040; position: relative; overflow: hidden; -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; margin: 12px 0px; }
.atuacao ul li .masca { width: 85%; position: absolute; z-index: 10; height: 145px; padding: 20px 7.5%; }
.atuacao ul li .masca .area { width: 100; font-size: 20px; line-height: 22px; font-family: 'Montserrat'; color: #867040; text-decoration: none; font-weight: 700; text-align: left; margin-bottom: 10px; padding: 10px 0px 20px 0px; }
.atuacao ul li .cta_processo { width: auto; font-size: 13px; letter-spacing: 0px; font-family: 'Montserrat'; color: #1a1a1a; font-weight: 600; text-align: left; margin: 0px; line-height:20px; position:absolute; bottom: 40px; left: 7.5%; }
.atuacao ul li .cta_processo i { color:#867040; font-size:12px; position:relative; display:inline-block; vertical-align:top; padding-left: 10px; line-height:20px; }
.atuacao ul li:hover { background-color: #f4f6f8; }