#header{position:relative;background-color:rgb(0 0 0 / .8)!important}body{background-color:#171717}#cab{position:relative;height:350px;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}#cab::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../../images/bg-arara.jpg);background-size:cover;background-position:center;animation:zoomSuave 15s ease-in-out infinite alternate}@keyframes zoomSuave{0%{transform:scale(1)}100%{transform:scale(1.15)}}#projetos{background-color:#171717;padding-top:40px;padding-bottom:40px}#projetos h2{font-family:"elevon",sans-serif;font-weight:400;font-style:normal;font-size:42px;text-transform:uppercase;color:var(--main-white)}#projetos p,#projetos p strong{color:var(--main-white);font-size:16px}#projetos a{text-transform:uppercase}#projetos a img{max-width:100%;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px}