*{ margin: 0px; padding: 0px; } .content{ width: 75%; margin: 0px auto; display: block; } .clear{ clear: both; } /********** DEFINIÇÕES **********/ @font-face{font-family:Octarine;src:url(../fonts/Octarine-Light.otf);font-weight:400;} @font-face{font-family:Octarine;src:url(../fonts/Octarine-Bold.otf);font-weight:700;} @amarelo: #fdeb53; @azul: #22c9ed; @verde: #86d341; .right{float: right;} .left{float: left;} body{ font-family:Octarine; } #cover { position: fixed; height: 100%; width: 100%; top:0; left: 0; background: #000 url(../img/loader.gif) no-repeat center center; z-index:9999; } /********** HEADER **********/ .headerhome{ margin: 20px; animation: aparecer; animation-duration: 2s; opacity: 0; animation-fill-mode:forwards; position: relative; z-index: 300; h1{ background: url(../img/logo-mariatv.png) no-repeat center center; background-size: 100%; width: 80px; height: 91px; text-indent: -9999px; display: block; float: left; transition: 0.5s width; } h1.um{ width: 70px; } h1.dois{ width: 65px; } h1.tres{ width: 60px; } h1.quatro{ width: 55px; } h1.cinco{ width: 50px; } h1.seis{ width: 45px; height: 55px; } } .page .headerhome, .archive .headerhome{ position: fixed; } .page .headerhome.fixo, .archive .headerhome.fixo{ } /********** FOOTER **********/ .footerhome{ position: absolute; bottom: 20px; width: 100%; z-index: 2; ul{ float: left; margin-left: 20px; list-style-type: none; li{ display: inline-block; margin-right: 30px; padding-top: 10px; a{ text-decoration: none; color: #fff; font-weight: 700; text-transform: uppercase; animation: aparecer; animation-duration: 2s; opacity: 0; animation-fill-mode:forwards; } a:hover{ color: @amarelo; } } } @keyframes aparecer{ 0%{ opacity: 0; } 100%{ opacity: 1; } } .redes{ animation: aparecer; animation-duration: 2s; opacity: 0; animation-fill-mode:forwards; float: right; margin-right: 10px; a{ display: inline-block; width: 20px; height: 20px; margin: 0 10px; img{ height: 100%; width: auto; } } a:hover{ opacity: 0.5; } } .idiomas{ margin-right: 30px; padding-top: 5px; margin-left: 30px; } } .sombra{ background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ width: 100%; height: 80%; position: absolute; bottom: 0; z-index: 1; } /********** HOME **********/ .slider{ .setas{ width: 25px; position: absolute; z-index: 2; cursor: pointer; top: 50%; img{ width: 100%; } } .setaleft{ left: 20px; } .setaright{ right: 20px; } .slide{ color: #fff; margin-top: 30px; .content{ position: relative; z-index: 2; animation: leftright; animation-duration: 1s; -webkit-transform: translateX(-25vw); transform: translateX(-25vw); animation-fill-mode:forwards; } @keyframes leftright{ 0%{ -webkit-transform: translateX(-25vw); transform: translateX(-25vw); } 80%{ -webkit-transform: translateX(2vw); transform: translateX(2vw); } 100%{ -webkit-transform: translateX(0); transform: translateX(0); } } p.canalcase{ margin-bottom: 10px; text-shadow: 2px 2px 2px rgba(0, 0, 0, 1); } .resumocase{ width: 60%; display: block; margin: 20px 0 30px 0; line-height: 24px; text-shadow: 2px 2px 2px rgba(0, 0, 0, 1); } h2{ font-size: 85px; font-weight: 700; padding-right: 35%; text-transform: uppercase; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); } h2:after{ position: absolute; top: 5%; height: 100px; background: #fff; content: ''; display: block; right: -16.7%; animation: tamanho; animation-duration: 1s; animation-fill-mode:forwards; width: 0; animation-delay: 1s; } @keyframes tamanho{ 0%{ width: 0; } 100%{ width: 35%; } } a{ display: inline-block; background: #fff; font-weight: 700; color: #000; padding: 15px 30px 10px 30px; text-transform: uppercase; text-decoration: none; } a:hover{ background: #fff !important; color: #000 !important; } video { position: fixed; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; transform: translateX(-50%) translateY(-50%); background-size: cover; transition: 1s opacity; } } .slide.amarelo{ a, h2:after{ background: @amarelo; } } .slide.azul{ a, h2:after{ background: @azul; color: #fff; } } .slide.verde{ a, h2:after{ background: @verde; color: #fff; } } } .pattern{ position: fixed; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 1; transform: translateX(-50%) translateY(-50%); background-size: cover; transition: 1s opacity; background: url(../img/outlets.png); } /********** PÁGINA INTERNA **********/ .menuinterna{ background: #383838; display: block; padding: 15px 15px 30px 15px; h2{ background: url(../img/logo-mariatv.png) no-repeat center center; background-size: 100%; width: 50px; height: 57px; text-indent: -9999px; display: none; float: left; margin-left: 20px; } ul{ float: right; margin-left: 20px; list-style-type: none; padding-top: 10px; li{ display: inline-block; margin-right: 30px; padding-top: 15px; a{ text-decoration: none; color: #adadad; font-weight: 700; text-transform: uppercase; } a:hover{ color: @amarelo; } } li.current_page_item{ a{ color: #fff; } } } .redes{ float: right; margin-right: 10px; padding-top: 15px; a{ display: inline-block; width: 20px; height: 20px; margin: 0 10px; img{ height: 100%; width: auto; } } } .idiomas{ margin-right: 20px; margin-left: 30px; } } .menuinternafixo.fixed{ display: block; } .menuinternafixo{ background: #383838; display: none; padding: 15px 15px 30px 15px; position: fixed; width: 100%; z-index: 200; h2{ background: url(../img/logo-mariatv.png) no-repeat center center; background-size: 100%; width: 50px; height: 57px; text-indent: -9999px; display: block; float: left; margin-left: 20px; } ul{ float: right; margin-right: 30px; list-style-type: none; padding-top: 10px; li{ display: inline-block; margin-right: 30px; padding-top: 15px; a{ text-decoration: none; color: #adadad; font-weight: 700; text-transform: uppercase; } a:hover{ color: @amarelo; } } li.current_page_item{ a{ color: #fff; } } } } .idiomas{ color: #fff; font-weight: bold; float: right; margin-right: 50px; padding-top: 25px; a{ text-decoration: none; color: #fff; } a:hover{ color: @amarelo; opacity: 1 !important; } a.pb{ opacity: 1; } a.en{ opacity: 0.5; } } .idiomas.ingles{ a.pb{ opacity: 0.5; } a.en{ opacity: 1; } } .footerinterna{ background: #232323; display: block; padding: 30px 20px; h2{ background: url(../img/logo-mariatv.png) no-repeat center center; background-size: 100%; width: 80px; height: 95px; text-indent: -9999px; display: block; float: right; margin-right: 50px; margin-top: -50px; } ul{ float: left; margin-left: 20px; list-style-type: none; padding-top: 10px; width: 35%; li{ display: inline-block; margin-right: 30px; padding-top: 15px; a{ text-decoration: none; color: #fff; font-weight: 400; text-transform: uppercase; } a:hover{ color: @amarelo; } } li.current_page_item{ a{ font-weight: 700; } } } .redes{ float: left; margin-left: 15px; padding-top: 15px; margin-top: 30px; a{ display: inline-block; width: 20px; height: 20px; margin: 0 10px; img{ height: 100%; width: auto; } } a:hover{ opacity: 0.5; } } p{ margin-right: 25px; margin-top: 0px; text-align: right; } } /*.menuinterna.fixed{ position: fixed; top: 0; width: 98.5%; z-index: 99; .redes{ margin-right: 40px; } }*/ .headerinterna{ height: 660px; background-size: cover; background-position: center; .content{ padding-top: 200px; } .resumo{ width: 70%; display: block; margin: 20px 0 30px 0; line-height: 24px; text-shadow: 2px 2px 2px rgba(0, 0, 0, 1); color: #fff; } a{ img{ width: 40px; height: auto; display: block; margin: 80px auto 0 auto; } } h3{ font-size: 85px; font-weight: 700; padding-right: 35%; text-transform: uppercase; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); color: #fff; } h3:after{ position: absolute; top: 28%; height: 100px; background: #fff; content: ''; display: block; right: 0%; animation: tamanhointerna; animation-duration: 1s; animation-fill-mode:forwards; width: 0; animation-delay: 1s; } @keyframes tamanhointerna{ 0%{ width: 0; } 100%{ width: 20%; } } } .headerinterna.verde{ h3:after{ background: @verde; color: #fff; } } .headerinterna.amarelo{ h3:after{ background: @amarelo; color: #fff; } } .headerinterna.azul{ h3:after{ background: @azul; color: #fff; } } .paginainterna{ .content{ padding: 50px 0px; } p{ font-size: 18px; line-height: 28px; } } /*** SUSTENTABILIDADE ***/ .page-template-sustentabilidade .headerinterna h3{ font-size: 80px; padding-right: 15%; word-wrap: break-word; } .sustentabilidade{ padding-top: 100px; #conteudo:focus{ outline:none; } .textleft{ width: 45%; float: left; margin-top: 40px; p{ padding-left: 30px; } } .textleft:before{ width: 100px; height: 50px; content: ""; background: #bfbfbf; display: block; margin-left: -120px; margin-bottom: -30px; } .textright{ width: 34%; float: right; margin-top: 40px; margin-right: 20px; } .imgsustum{ width: 50%; height: auto; float: right; } .imgsustdois{ width: 60%; height: auto; margin-top: -200px; } h5{ font-size: 35px; text-transform: uppercase; margin-top: 60px; font-weight: 400; padding: 0px 0px 0px 30px; width: 50%; line-height: 45px; } hr{ margin: 50px auto; } h4{ text-transform: uppercase; font-size: 45px; text-align: center; margin: 20px auto 100px auto; width: 70%; } h4.titapoio{ margin: 50px auto !important; } .apoio{ width: 740px; margin: 0px auto; .logos{ margin: -20px 20px 10px 20px; } .logos:hover{ opacity: 0.5; } } } /*** CONTATO ***/ .contato{ padding-top: 100px !important; .enderecos{ width: 70%; float: left; p{ font-size: 45px; line-height: 55px; text-transform: uppercase; em{ font-style: normal; font-size: 25px; margin-top: 30px; } } a{ text-decoration: none; color: #000; display: block; } div{ width: 45%; display: inline-block; vertical-align: top; margin-right: 20px; } } .enderecos:focus{ outline:none; } .enderecos:before{ width: 100px; height: 50px; content: ""; background: #bfbfbf; display: block; margin-left: -120px; margin-bottom: -50px; } .redescontato{ float: right; margin-right: 10px; padding-top: 15px; width: 25%; a{ display: inline-block; width: 40px; height: 40px; margin: 0 10px; img{ height: 100%; width: auto; } } a:hover{ opacity: 0.5; } } hr{ margin: 50px 0px 20px 0px; } h4{ text-transform: uppercase; font-size: 45px; text-align: center; margin: 40px auto 100px auto; width: 70%; } form{ width: 80%; margin: 0px auto; font-family:Octarine; input{ width: 100%; height: 30px; border-right: none; border-left: none; border-top: none; border-bottom: 1px solid #000; margin-bottom: 20px; font-size: 20px; text-transform: uppercase; padding: 10px; font-weight: bold; } textarea{ width: 100%; height: 70px; border-right: none; border-left: none; border-top: none; border-bottom: 1px solid #000; margin-bottom: 20px; font-size: 20px; text-transform: uppercase; padding: 10px; font-weight: bold; font-family:Octarine; } input[type=submit]{ width: 200px; text-transform: uppercase; font-weight: bold; color: #fff; background: #000; float: right; border: none; cursor: pointer; font-family:Octarine; font-size: 20px; padding: 20px 0px 30px 0px; margin-top: 20px; } input[type=submit]:hover{ background: @azul; } } .screen-reader-response{ text-align: center; margin-bottom: 40px; } } /*** QUEM SOMOS ***/ .page-template-quemsomos{ .headerinterna h3{ padding-right: 0px; } } .quemsomos{ padding-top: 100px; #conteudo:focus{ outline:none; } .textleft{ width: 45%; float: left; } .textright{ width: 45%; float: right; p{ font-weight: bold; font-size: 45px; text-align: center; text-transform: uppercase; line-height: 55px; font-style: italic; } p:before{ content: '❝'; font-size: 130px; color: #ccc; float: left; margin-left: -80px; font-weight: normal; margin-top: 80px; } p:after{ content: '❞'; font-size: 130px; color: #ccc; float: right; margin-right: -50px; font-weight: normal; margin-top: -30px; } } .boxsocio{ margin-bottom: 30px; .txt{ width: 45%; padding-bottom: 40px; border-bottom: 2px solid #ccc; h3{ font-size: 60px; line-height: 70px; text-transform: uppercase; width: 60%; } p{ font-size: 14px; line-height: 20px; margin-top: 30px; } } } .spacer{ height: 80px; } .boxsocio.socioum{ img{ float: left; } .txt{ float: right; } h3{ width: 100%; } h3:after{ width: 100px; height: 50px; content: ""; background: #bfbfbf; display: block; margin-left: -120px; margin-bottom: 0px; float: left; margin-top: 5px; position: relative; } } .boxsocio.sociodois{ img{ float: right; position: relative; z-index: 2; } .txt{ float: left; text-align: right; border-bottom: none; h3{ float: right; width: auto; z-index: 5; position: relative; } h3:after{ width: 100px; height: 50px; content: ""; background: #bfbfbf; display: block; margin-right: -120px; margin-bottom: 0px; float: right; margin-top: -40px; position: relative; z-index: 5; } } } hr{ margin: 50px auto; } h4{ text-transform: uppercase; font-size: 45px; text-align: center; margin: 20px auto 100px auto; width: 70%; } } /*** CLIPPING ***/ .clipping:focus{ outline:none; } .clipping{ #conteudo{ padding-top: 120px; } #conteudo:focus{ outline:none; } ul{ list-style-type: none; li{ margin-bottom: 60px; border-bottom: 1px solid #cecece; padding-bottom: 60px; .txts{ width: 60%; float: left; padding-left: 0; -webkit-transition: padding 50ms; h4{ font-size: 35px; margin-bottom: 20px; a{ text-decoration: none; color: #000; } } h5{ font-weight: normal; font-size: 20px; margin-bottom: 20px; } h5.data{ font-size: 15px; } h5.nomeprograma{ text-transform: uppercase; font-size: 15px; } } img{ width: 35%; height: auto; float: right; } .addthis_sharing_toolbox{ a.at-share-btn{ background: @azul !important; } } } .txts:hover{ padding-left: 20px; border-left: 7px solid @azul; -webkit-transition: padding 1s; /* Safari */ transition: padding 1s; } } } .voltartopo{ display: block; width: 50px; background: #000; padding: 20px 10px; float: right; margin: 30px; img{ width: 100%; } } /***** CASES *****/ .cases{ overflow: hidden; position: relative; .setas{ width: 25px; position: absolute; z-index: 2; cursor: pointer; top: 50%; img{ width: 100%; } } .setaleft{ left: 5%; top: 240px; } .setaright{ left: 5%; bottom: 760px; top: auto; } .slide{ color: #fff; height: 600px; .content{ position: relative; z-index: 2; margin-top: 100px } @keyframes leftrightcases{ 0%{ -webkit-transform: translateY(-25vw); transform: translateY(-25vw); } 80%{ -webkit-transform: translateY(2vw); transform: translateY(2vw); } 100%{ -webkit-transform: translateY(0); transform: translateY(0); } } .txt{ width: 40%; float: left; animation: leftrightcases; animation-duration: 1s; -webkit-transform: translateY(-25vw); transform: translateY(-25vw); animation-fill-mode:forwards; } .canalcase{ text-shadow: 2px 2px 2px rgba(0, 0, 0, 1); margin-bottom: 15px; } .resumocase{ display: block; margin: 20px 0 30px 0; text-shadow: 2px 2px 2px rgba(0, 0, 0, 1); p{ font-size: 16px; line-height: 22px; } } h2{ font-size: 50px; font-weight: 700; text-transform: uppercase; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); } iframe, .filevideo{ width: 50%; float: right; animation: rightleftcases; animation-duration: 1s; -webkit-transform: translateY(25vw); transform: translateY(25vw); animation-fill-mode:forwards; } @keyframes rightleftcases{ 0%{ -webkit-transform: translateY(25vw); transform: translateY(25vw); } 80%{ -webkit-transform: translateY(-2vw); transform: translateY(-2vw); } 100%{ -webkit-transform: translateY(0); transform: translateY(0); } } video.bg { position: fixed; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; transform: translateX(-50%) translateY(-50%); background-size: cover; transition: 1s opacity; } .patterncases{ position: fixed; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -50; transform: translateX(-50%) translateY(-50%); background-size: cover; transition: 1s opacity; background: url(../img/outlets.png); } } .slide.amarelo{ a, h2:after{ background: @amarelo; } } .slide.azul{ a, h2:after{ background: @azul; color: #fff; } } .clientes{ background: #fff; position: relative; h3{ text-transform: uppercase; font-size: 45px; margin-bottom: 20px; } .carousel{ overflow-x: scroll; overflow: -moz-scrollbars-none; .carousel-inner{ height:280px; width: max-content; width: -moz-max-content; } .item{ float: left; } } .carousel::-webkit-scrollbar { display: none; } .setas{ width: 25px; position: absolute; z-index: 2; cursor: pointer; top: 50%; img{ width: 100%; } } .setaleft{ left: 50px; top: 200px; } .setaright{ right: 50px; top: 200px; left: auto !important; } } } .menumobile, #nav-icon2{ display: none; } #mapdiv{ margin: 0px auto; } .instagram{ width: 100%; height: 300px; overflow-x: scroll; margin-top: -50px; #instafeed{ width: max-content; width: -moz-max-content; img { max-height: 250px; float: left; margin: 0px 10px; } img:hover{ opacity: 0.5; } } } .instagram::-webkit-scrollbar-track{ background-color: #F5F5F5; cursor: pointer; } .instagram::-webkit-scrollbar{ width: 5px; height: 15px; cursor: pointer; background-color: #F5F5F5; } .instagram::-webkit-scrollbar-thumb{ background-color: #000000; border: 0px solid #555555; cursor: pointer; } .instagram::-moz-scrollbar-track{ background-color: #F5F5F5; cursor: pointer; } .instagram::-moz-scrollbar{ width: 5px; height: 15px; cursor: pointer; background-color: #F5F5F5; } .instagram::-moz-scrollbar-thumb{ background-color: #000000; border: 0px solid #555555; cursor: pointer; } /******************** MOBILE ***************************/ @media (max-width: 480px) { .page .headerhome, .archive .headerhome { width: 90%; padding: 20px; background: #000; margin: 0; h1{ width: 45px; height: 55px; } } .content{ width: 80%; } .slider{ .content{ width: 65%; margin-top: 60px; } .setas{ width: 15px; top: auto; bottom: 40%; } .slide{ h2{ font-size: 8vw; } h2:after{ right: -27.7%; } @keyframes tamanho{ 0%{ width: 0; } 100%{ width: 17%; } } a{ font-size: 3.5vw; padding: 15px 15px 10px 15px; } .resumocase{ width: 100%; p{ font-size: 4vw; line-height: 6vw; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } } } } .page-template-sustentabilidade .headerinterna h3{ font-size: 6vw; } .headerinterna{ height: fit-content; .content{ padding-top: 150px; } .resumo{ width: 90%; } a{ img{ width: 30px; margin: 30px auto 30px auto; } } h3{ font-size: 13vw; padding-right: 0; } h3:after{ top: 23%; } @keyframes tamanhointerna{ 0%{ width: 0; } 100%{ width: 15%; } } } #mapdiv{ width: 100% !important; } .quemsomos{ padding-top: 0; h4{ font-size: 9vw; margin: 20px auto 50px auto; width: 100%; line-height: 12vw; } .textleft, .textright{ width: 100%; float: none; margin-bottom: 20px; } .textright{ margin-top: 30px; p{ font-size: 7vw; line-height: 10vw; } p:before{ margin-left: -30px; margin-top: 80px; margin-right: -50px } p:after{ margin-right: 20px; margin-top: 0px; margin-left: -100px; } } .boxsocio{ img{ float: none !important; width: 100%; height: auto; margin-bottom: 20px; } .txt{ float: none; width: 100%; h3{ float: none !important; width: 100%; font-size: 13vw; line-height: 15vw; } h3:after{ display: none !important; } } } } .sustentabilidade{ padding-top: 0; h4{ font-size: 9vw; margin: 20px auto 50px auto; width: 100%; line-height: 12vw; } h5{ width: 100%; padding: 0; margin-top: 0; } .textleft, .textright{ width: 100%; float: none; margin-bottom: 20px; margin-top: 0; p{ padding: 0; } } .textleft:before{ display: none !important; } .imgsustum, .imgsustdois{ width: 100%; float: none; margin-bottom: 20px; margin-top: 0 !important; } .apoio{ width: 100%; .logos{ margin: 20px auto; display: block; } .logos:hover{ opacity: 0.5; } } } .cases { .setaleft, .setaright{ left: 50%; z-index: 5; } .setaleft{ top: 50px; } .setaright{ bottom: 500px; } .slide{ height: auto; h2{ font-size: 10vw; } .txt{ width: 100%; float: none; } iframe{ width: 100%; float: none; } .filevideo{ float: none !important; width: 100% !important; height: auto !important; margin-bottom: 100px; } } } .clipping{ ul{ li{ .txts{ width: 100%; float: none; } img{ display: none; } } } } .contato{ h4{ font-size: 9vw; margin: 20px auto 50px auto; width: 100%; line-height: 12vw; } .enderecos, .redescontato{ width: 100%; float: none; div { width: 100%; display: block; vertical-align: top; margin-bottom: 30px; } } .enderecos:before{ display: none; } } .menuinterna, .footerhome{ display: none; } .menuinternafixo{ display: none !important; } .footerinterna { ul{ display: none; } .redes{ margin-right: 0px; padding-top: 20px; } } .menumobile.on{ display: block; position: fixed; background: #000; width: 100%; top: 0px; height: 100%; z-index: 50; ul{ float: left; margin-left: 20px; list-style-type: none; padding-top: 10px; padding-top: 150px; animation: leftright; animation-duration: 1s; -webkit-transform: translateX(-25vw); transform: translateX(-25vw); animation-fill-mode:forwards; li{ display: block; margin-right: 30px; padding-top: 15px; margin-bottom: 20px; a{ text-decoration: none; color: #fff; font-weight: 700; text-transform: uppercase; } a:hover{ color: @amarelo; } } } .redes{ position: absolute; bottom: 20px; left: 15px; a{ display: inline-block; width: 20px; height: 20px; margin: 0 10px; animation: leftright; animation-duration: 1s; -webkit-transform: translateX(-25vw); transform: translateX(-25vw); animation-fill-mode:forwards; img{ height: 100%; width: auto; } } } } #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 { width: 50px; height: 45px; position: relative; margin: 10px 10px 0 0; float: right; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; z-index: 100; } #nav-icon1 span, #nav-icon3 span, #nav-icon4 span { display: block; position: absolute; height: 9px; width: 100%; background: #ffffff; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; } #nav-icon2 { display: block; } #nav-icon2 span { display: block; position: absolute; height: 7px; width: 50%; background: #ffffff; opacity: 1; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; } #nav-icon2 span:nth-child(even) { left: 50%; border-radius: 0 9px 9px 0; } #nav-icon2 span:nth-child(odd) { left:0px; border-radius: 9px 0 0 9px; } #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) { top: 0px; } #nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) { top: 15px; } #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) { top: 30px; } #nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } #nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } #nav-icon2.open span:nth-child(1) { left: 5px; top: 9px; } #nav-icon2.open span:nth-child(2) { left: calc(50% - 5px); top: 9px; } #nav-icon2.open span:nth-child(3) { left: -50%; opacity: 0; } #nav-icon2.open span:nth-child(4) { left: 100%; opacity: 0; } #nav-icon2.open span:nth-child(5) { left: 5px; top: 27px; } #nav-icon2.open span:nth-child(6) { left: calc(50% - 5px); top: 27px; } } /******************** TABLET ***************************/ @media (width: 768px) { .slider .slide h2{ word-wrap: break-word; } .footerhome { ul{ width: 60%; margin-left: 30px; } .redes{ margin-right: 20px; } } .headerinterna a img{ margin-top: 40px; } .menuinterna ul li{ margin-right: 20px; padding-top: 10px; } .menuinternafixo{ padding: 40px 15px 30px 15px; } .menuinternafixo ul{ padding: 0px; } .menuinternafixo ul li{ margin-right: 12px; padding-top: 0px; } .headerhome h1.seis{ margin-top: 0px; } .content{ width: 85%; } .quemsomos .boxsocio.socioum img, .quemsomos .boxsocio.sociodois img{ float: none; margin: 0px auto 50px auto; display: block; } .quemsomos .boxsocio .txt{ float: none !important; width: 100%; } .quemsomos .boxsocio.sociodois .txt h3:after{ margin-top: -5px; } #mapdiv{ width: 100% !important; } .footerinterna ul{ width: 60%; } .page-template-sustentabilidade .headerinterna h3{ font-size: 60px; } .sustentabilidade .imgsustdois{ margin-top: -20px; } .sustentabilidade h5{ width: 100%; text-align: center; } .cases .slide .txt{ width: 80%; float: none; margin: 0px auto; } .cases .slide{ height: auto; min-height: 600px; } .cases .slide iframe{ margin: 0px auto; display: block; width: 70%; float: none; } .contato .redescontato{ width: 8%; } .contato .redescontato a{ margin: 10px; } .contato .enderecos div{ width: 100%; margin-bottom: 30px; } .contato .enderecos:before{ margin-bottom: -50px; } }