/* line 1, ../components/sass/modules/_header.scss */ #header-topo { /* background-image: url("../imgs/background-rodape.png"); */ width: 100%; height: 70px; position: relative; padding: 55px 0 10px; position: fixed; top: 0; z-index: 99; -moz-transition: all, 0.5s, ease-out, 0s; -o-transition: all, 0.5s, ease-out, 0s; -webkit-transition: all, 0.5s, ease-out, 0s; transition: all, 0.5s, ease-out, 0s; } @media (max-width: 479px) { /* line 1, ../components/sass/modules/_header.scss */ #header-topo { padding: 15px; } } /* line 19, ../components/sass/modules/_header.scss */ #header-topo .container { position: relative; } /* line 24, ../components/sass/modules/_header.scss */ #header-topo #logo { width: 200px; height: 100%; position: absolute; left: 50%; margin-top: 5px; margin-left: -105px; margin-bottom: 25px; /* width: 200px; height: 100%; float: left; */ } @media (max-width: 479px) { /* line 60, ../components/sass/modules/_header.scss */ #header-topo #logo img { width: 200px; } } /* line 71, ../components/sass/modules/_header.scss */ #header-topo #logo a { display: block; width: 100%; height: 100%; } /* line 78, ../components/sass/modules/_header.scss */ #header-topo #logo img { -moz-transition: all, 0.5s, ease-out, 0s; -o-transition: all, 0.5s, ease-out, 0s; -webkit-transition: all, 0.5s, ease-out, 0s; transition: all, 0.5s, ease-out, 0s; margin: 5px 0px 0px 5px; } /* line 85, ../components/sass/modules/_header.scss */ #header-topo #menu { /* width: 640px; overflow: hidden; */ margin: 0 0 0 30px; float: left; } #header-topo #menu ul { margin-bottom: 0; } @media (max-width: 1200px) { /* line 85, ../components/sass/modules/_header.scss */ #header-topo #menu { display: none; } } /* line 106, ../components/sass/modules/_header.scss */ #header-topo #menu li { display: inline-block; padding: 15px 0; line-height: 1em } /* line 114, ../components/sass/modules/_header.scss */ #header-topo #menu li.item-menu-lft { float: left; } /* line 119, ../components/sass/modules/_header.scss */ #header-topo #menu li.item-menu-rgt { float: right; } /* line 126, ../components/sass/modules/_header.scss */ #header-topo #menu a { color: #666; font-family: "Montserrat", Arial, Tahoma, sans-serif; font-size: 15px; font-weight: 700; line-height: 3em; position: relative; } /* line 137, ../components/sass/modules/_header.scss */ #header-topo #menu a.active { color: #66728D !important; } /* line 142, ../components/sass/modules/_header.scss */ #header-topo #menu a:before, #header-topo #menu a:after, #header-topo #menu a.active:before, #header-topo #menu a.active:after { position: absolute; top: 0; line-height: 1.3em; color: #66728D; font-weight: 700; z-index: 90; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -moz-transition: all, 0.5s, ease-out, 0s; -o-transition: all, 0.5s, ease-out, 0s; -webkit-transition: all, 0.5s, ease-out, 0s; transition: all, 0.5s, ease-out, 0s; } /* line 172, ../components/sass/modules/_header.scss */ #header-topo #menu a.attention { color: #d64a27; } /* line 177, ../components/sass/modules/_header.scss */ #header-topo #menu a:hover, #header-topo #menu a.active { color: #66728D; } /* line 182, ../components/sass/modules/_header.scss */ #header-topo #menu a:hover:before, #header-topo #menu a.active:before { left: -10px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000); opacity: 100; } /* line 188, ../components/sass/modules/_header.scss */ #header-topo #menu a:hover:after, #header-topo #menu a.active:after { right: -10px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000); opacity: 100; } /* line 203, ../components/sass/modules/_header.scss */ .scrolled #header-topo { /* background-image: url("../imgs/background-rodape.png"); */ background-color: #fff; opacity: 0.97; height: 8em; } /* line 222, ../components/sass/modules/_header.scss */ .removeRedeSocial #header-topo { padding: 5px 0 } .removeRedeSocial #header-topo #menu ul{ top: 65px !important } /* line 3, ../components/sass/modules/_menu-mobile.scss */ .icon-mobile { position: absolute; right: 2%; top: 20px; width: 30px; height: 20px; cursor: pointer; z-index: 99; display: none; } @media (max-width: 1200px) { /* line 3, ../components/sass/modules/_menu-mobile.scss */ .icon-mobile { display: block; } } /* line 20, ../components/sass/modules/_menu-mobile.scss */ .icon-mobile .mb_item { width: 100%; height: 2px; background: #fff; position: absolute; -moz-transition: all, 0.5s, ease-out, 0s; -o-transition: all, 0.5s, ease-out, 0s; -webkit-transition: all, 0.5s, ease-out, 0s; transition: all, 0.5s, ease-out, 0s; } /* line 29, ../components/sass/modules/_menu-mobile.scss */ .icon-mobile .mb_01 { top: 0; } /* line 34, ../components/sass/modules/_menu-mobile.scss */ .icon-mobile .mb_02 { top: 45%; margin-top: -1px; } /* line 40, ../components/sass/modules/_menu-mobile.scss */ .icon-mobile .mb_03 { bottom: 10%; } /* line 47, ../components/sass/modules/_menu-mobile.scss */ .mobile { background: #fff; background: rgba(255, 255, 255, 0.95); width: 320px; height: 100%; position: fixed; top: 0; right: -320px; z-index: 990; -moz-transition: all, 0.5s, ease-out, 0s; -o-transition: all, 0.5s, ease-out, 0s; -webkit-transition: all, 0.5s, ease-out, 0s; transition: all, 0.5s, ease-out, 0s; } /* line 61, ../components/sass/modules/_menu-mobile.scss */ .mobile .container { width: 100%; } /* line 66, ../components/sass/modules/_menu-mobile.scss */ .mobile .menu-mob { padding: 4em; } /* line 70, ../components/sass/modules/_menu-mobile.scss */ .mobile .menu-mob li { margin-bottom: .5em; list-style: none inside; } /* line 74, ../components/sass/modules/_menu-mobile.scss */ .mobile .menu-mob li.item-hidden { display: none; } @media (max-width: 1200px) { /* line 74, ../components/sass/modules/_menu-mobile.scss */ .mobile .menu-mob li.item-hidden { display: block; } } /* line 86, ../components/sass/modules/_menu-mobile.scss */ .mobile .menu-mob a { color: #333; font-family: "Montserrat", Arial, Tahoma, sans-serif; font-size: 12px; font-weight: 800; line-height: 2em; text-transform: uppercase; letter-spacing: 1px; position: relative; text-decoration: none; text-align: left; display: block; -moz-transition: all, 0.5s, ease-out, 0s; -o-transition: all, 0.5s, ease-out, 0s; -webkit-transition: all, 0.5s, ease-out, 0s; transition: all, 0.5s, ease-out, 0s; } /* line 106, ../components/sass/modules/_menu-mobile.scss */ .mobile .close-btn { cursor: pointer; position: absolute; right: 20px; top: 20px; width: 25px; z-index: 90; } /* line 118, ../components/sass/modules/_menu-mobile.scss */ .open .mobile { right: 0; }