.footerWrapper{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5em;font-family:popReg;color:var(--primary);margin-top:8em;margin-bottom:1.5em}.footerWrapper .ofiBox{display:flex;width:100%;gap:1em}.footerWrapper .ofiBox .imgBox{width:50%;height:auto}.footerWrapper .ofiBox .imgBox img{width:100%;height:auto}.footerWrapper .ofiBox .infBox{display:flex;justify-content:center;align-items:center;width:50%;height:auto;border-left:2px solid var(--primary);padding:1em}.footerWrapper .ofiBox .infBox span{font-family:popBlack}.footerWrapper .addBox{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;padding:1em;border-right:2px solid var(--primary)}.footerWrapper .addBox .titTex{font-family:popBlack}@media(max-width:576px){.footerWrapper{grid-template-columns:1fr;margin-top:100px}.footerWrapper .addBox{border:none;border-top:2px solid var(--primary)}}@font-face{font-family:popBlack;src:url(/fonts/pop_black.ttf)}@font-face{font-family:popBold;src:url(/fonts/pop_bold.ttf)}@font-face{font-family:popExtraBold;src:url(/fonts/pop_extrabold.ttf)}@font-face{font-family:popExtLig;src:url(/fonts/pop_extralight.ttf)}@font-face{font-family:popLig;src:url(/fonts/pop_light.ttf)}@font-face{font-family:popMed;src:url(/fonts/pop_medium.ttf)}@font-face{font-family:popReg;src:url(/fonts/pop_regular.ttf)}@font-face{font-family:popThin;src:url(/fonts/pop_thin.ttf)}@font-face{font-family:popRare;src:url(/fonts/yesteryear.ttf)}:root{--thirdy:#fff8e9;--primary:#252525;--orangePrimary:#bf6e15;--orangeSecondary:#eca457;--colLuzGas:var(--colVerCor);--hueRotate:var(0deg)}.thirdy{color:#fff8e9!important}.primary{color:#252525!important}.orangePrimary{color:#bf6e15!important}.orangeSecondary{color:#eca457!important}.hueRotate{filter:hue-rotate(var(--hueRotate))}.tagBox{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;width:2%;border:none;z-index:90;cursor:pointer;transition:all .05s ease-out;padding:0;font-family:popThin}.tagBox .canTex{font-family:popBlack}.tagBox:hover{width:300px}.rojBox{background-color:var(--orangePrimary);top:15%;right:0;height:30%}.azuBox{background-color:var(--primary);top:45%;right:0;height:40%}@media(max-width:576px){.tagBox{display:none}}