@font-face { font-family: 'BebasNeueRegular'; src: url('fonts/BebasNeue-webfont.eot'); src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'OSPDIN'; src: url('fonts/OSP-DIN-webfont.eot'); src: url('fonts/OSP-DIN-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OSP-DIN-webfont.woff') format('woff'), url('fonts/OSP-DIN-webfont.ttf') format('truetype'), url('_assets/fonts/OSP-DIN-webfont.svg#OSPDIN') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PTSansNarrowRegular'; src: url('fonts/PTN57F-webfont.eot'); src: url('fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTN57F-webfont.woff') format('woff'), url('fonts/PTN57F-webfont.ttf') format('truetype'), url('fonts/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PTSansCaptionBold'; src: url('fonts/PTC75F-webfont.eot'); src: url('fonts/PTC75F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTC75F-webfont.woff') format('woff'), url('fonts/PTC75F-webfont.ttf') format('truetype'), url('fonts/PTC75F-webfont.svg#PTSansCaptionBold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PTSansCaptionRegular'; src: url('fonts/PTC55F-webfont.eot'); src: url('fonts/PTC55F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTC55F-webfont.woff') format('woff'), url('fonts/PTC55F-webfont.ttf') format('truetype'), url('fonts/PTC55F-webfont.svg#PTSansCaptionRegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PTSansBoldItalic'; src: url('fonts/PTS76F-webfont.eot'); src: url('fonts/PTS76F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTS76F-webfont.woff') format('woff'), url('fonts/PTS76F-webfont.ttf') format('truetype'), url('fonts/PTS76F-webfont.svg#PTSansBoldItalic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PTSansBold'; src: url('fonts/PTS75F-webfont.eot'); src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTS75F-webfont.woff') format('woff'), url('fonts/PTS75F-webfont.ttf') format('truetype'), url('fonts/PTS75F-webfont.svg#PTSansBold') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PTSansItalic'; src: url('fonts/PTS56F-webfont.eot'); src: url('fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTS56F-webfont.woff') format('woff'), url('fonts/PTS56F-webfont.ttf') format('truetype'), url('fonts/PTS56F-webfont.svg#PTSansItalic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PTSansRegular'; src: url('fonts/PTS55F-webfont.eot'); src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTS55F-webfont.woff') format('woff'), url('fonts/PTS55F-webfont.ttf') format('truetype'), url('fonts/PTS55F-webfont.svg#PTSansRegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'PTSansNarrowBold'; src: url('fonts/PTN77F-webfont.eot'); src: url('fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTN77F-webfont.woff') format('woff'), url('fonts/PTN77F-webfont.ttf') format('truetype'), url('fonts/PTN77F-webfont.svg#PTSansNarrowBold') format('svg'); font-weight: normal; font-style: normal; } body { font: 12px Verdana, Arial, Helvetica, sans-serif; background: #FFF; margin: 0; padding: 0; color: #000; } /* ~~ Element/tag selectors ~~ */ ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */ padding: 0; margin: 0; } h1, h2, h3, h4, h5, h6, p { margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */ padding-right: 15px; padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */ } a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */ border: none; } /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */ a:link { color: #42413C; text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */ } a:visited { color: #6E6C64; text-decoration: underline; } a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */ text-decoration: none; } /* ~~ this fixed width container surrounds the other divs ~~ */ .container { width: 960px; margin: 0 auto; } .header { background: #ADB96E; } .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; } .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */ float: left; margin-right: 8px; } .clearfloat { /* this class can be placed on a
or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */ clear:both; height:0; font-size: 1px; line-height: 0px; } img { border:0; } #home { height:688px; background:url(../_images/bg_home.jpg) no-repeat center top; padding:160px 0 0 0; } #home .arrowleft { position:absolute; margin:250px 0 0 175px; z-index:998; } #home .arrowright { position:absolute; margin:250px 0 0 710px; z-index:998; } #banners { height:600px; background:transparent; } #banners ul { list-style-type:none; } #banners ul li { position:absolute; width:960px; height:808px; } #banners ul li .img { height:808px; width:960px; position:absolute; } #banners ul li .img span { display:none; } #noticias ul { list-style-type:none; } #noticias ul li { position:absolute; width:960px; height:808px; } #noticias ul li .img { height:808px; width:960px; position:absolute; } #noticias ul li .img span { display:none; } .nomargin { margin:0; } .nodisplay { display:none; } #nucleos { height:911px; background:url(../_images/bg_nucleos.jpg) no-repeat center top; } .a_nucleos { margin:-50px 0 0 0px; } #nucleos .title { height:86px; background:url(../_images/title_nucleos.png) no-repeat center top; } #nucleosnews { width:600px; height: 100px; float:left; position:absolute; } #nucleosnews .nucleos_arrowleft { float:left; z-index:300; margin:25px 0 0 184px; position:absolute; } #nucleosnews .nucleos_arrowright { float:left; z-index:300; margin:25px 0 0 722px; position:absolute; } #nucleos .nucleos_news_title { position:absolute; width:426px; height:50px; display:table-cell; text-align:middle; text-align: center; font-size:18px; font-family:'PTSansItalic'; color:#79BF64; } .ball_i_out, .ball_i_over, .ball_i_click { float:left; } .ball_p_out, .ball_p_over, .ball_p_click { float:left; } .ball_r_out, .ball_r_over, .ball_r_click { float:left; } #nucleosnews ul { list-style-type:none; display:inline-block; float: left; margin:35px 0 0 271px; position:absolute; height:100px; width:600px; } #nucleos .title_importacao { font-family: 'BebasNeueRegular'; font-size: 23px; color: #FFFFFF; width:130px; margin:-84px 0 0 -9px; } #nucleos .title_ppsustentavel { font-family: 'BebasNeueRegular'; font-size: 23px; color: #FFFFFF; width:106px; margin:-70px 0 0 3px; } #nucleos .title_rodizios { font-family: 'BebasNeueRegular'; font-size: 23px; color: #FFFFFF; width:130px; position:absolute; float:left; margin:-70px 0 0 -9px; } .nucleo_balls { margin:140px 0 0 0; height:400px; color:#FF0000; text-align:center; } .nucleo_balls .ul_balls { height:100px; margin:-50px 0 0 26px; list-style-type:none; position:absolute; float:left; } .nucleo_balls .li_balls { display:inline-block; float:left; position:absolute; margin:-50px 0 0 0px; cursor: pointer; } .nucleo_balls .li_importacao { float:left; margin:0px 0 0 0px; cursor:pointer; width:347px; } .nucleo_balls .li_ppsustentavel { float:left; margin:0px 0 0 -91px; cursor:pointer; width:347px; } .nucleo_balls .li_rodizios { float:left; margin:0px 0 0 0px; cursor:pointer; width:200px; margin:0px 0 0 -91px; } .nucleosul { list-style-type:none; text-align:center; margin:0 0 0 -50px; } #nucleos .div_li_ico_importacao { width:109px; height:112px; position:absolute; margin:233px 0 0 145px; background:url(../_images/nucleos_smallball1.png) no-repeat center top; } #nucleos .div_li_ico_ppsustentavel { width:109px; height:112px; position:absolute; margin:228px 0 0 145px; background:url(../_images/nucleos_smallball2.png) no-repeat center top; } #nucleos .div_li_ico_rodizios { width:109px; height:112px; position:absolute; margin:231px 0 0 145px; background:url(../_images/nucleos_smallball3.png) no-repeat center top; } #nucleos .nucleos_infos { width:400px; float:left; position:absolute; margin:-79px 0 0 336px; text-align:left; } .li_textimportacao { float:left; font-family:'PTSansItalic'; font-size:16px; color:#FFFFFF; text-align:left; width:200px; margin:120px 0 0 -20px; } .li_textppsustentavel { float:left; font-family:'PTSansItalic'; font-size:16px; color:#FFFFFF; text-align:left; width:200px; margin:120px 0 0 -20px; } .li_textrodizios { float:left; font-family:'PTSansItalic'; font-size:16px; color:#FFFFFF; text-align:right; width:200px; margin:120px 0 0 -20px; } .info_importacao_partners { float:left; margin:316px 0 0 90px; } .info_rodizios_items { float:left; margin:307px 0 0 302px; } .info_importacao_partners .li_partner { background:url(../_images/whiteball_parceiro.png) no-repeat center; width:135px; height:150px; text-align:center; display:table-cell; vertical-align:middle; } .info_rodizios_items .li_rodizio { background:url(../_images/whiteball_rodizio.png) no-repeat center; width:150px; height:180px; text-align:center; display:table-cell; vertical-align:middle; float:left; } .img_rodizio { margin:52px 0 0 0; } .name_rodizio { color:#FFFFFF; width:60px; float:left; position:absolute; font-family:'PTSansBoldItalic'; font-size:13px; line-height:20px; width:128px; padding:158px 0 0 10px; } .ul_partners { list-style-type:none; width:900px; float:left; } .ul_rodizio { list-style-type:none; width:600px; float:left; } .rodizio_box { background:url(../_images/bg_modal.jpg) no-repeat left top #fff; width:810px; height:425px; margin: 10px 0 0 4px; } .modal { width:450px; } .img_cross { position:absolute; float:left; margin:0px 0 0 705px; cursor:pointer; } .modal_title { font-family: 'BebasNeueRegular'; font-size: 67px; text-transform:uppercase; width:624px; margin: 30px 0 0 52px; line-height:60px; } .modal_img { margin: 30px 0 0 52px; } .modal_descricao { float:left; margin:30px 0 0 42px; font-family:'PTSansItalic'; font-size: 20px; width:470px; position:relative; } .modal_logopartner { position:absolute; margin:300px 0 0 633px; } #noticias { height:1024px; background:url(../_images/bg_noticias.jpg) no-repeat center top; } #noticias .main_news { height:1024px; width: 940px; margin: 0 0 0 0; background:url(../_images/main_news.png) no-repeat center top; } #noticias .main_news .news_text { height:500px; width:370px; float:left; font-family:'PTSansBoldItalic'; font-size:14px; padding: 380px 0 0 0; color:#8c8c8c; } #noticias .main_news .news_title { margin:-501px 0 0 485px; width:270px; text-align: right; font-size:16px; float:left; font-family:'PTSansItalic'; color:#026B16; } #noticias .main_news .news_date { margin:-510px 0 0 796px; width:100px; text-align: center; font-size:65px; float:left; font-family:'OSPDIN'; color:#FBFF84; } #noticias .main_news .news_month { margin:-447px 0 0 799px; width:100px; text-transform:lowercase; text-align: center; font-size:20px; float:left; font-family:'OSPDIN'; color:#FFFFFF; } #noticias .newsarrowleft { position:absolute; float:left; margin:486px 0 0 643px; z-index:998; } #noticias .newsarrowright { position:absolute; float:left; margin:-538px 0 0 710px; z-index:998; } #noticias .share { margin:0px 0 0 20px; } #noticias .share div { width:110px; margin:0 0 8px 0; display:inline-block; vertical-align:top; } #contato { height:1218px; background:url(../_images/bg_contato.jpg) no-repeat center top; } #contato .main_contato { height:1000px; float:left; width: 959px; margin: 73px 0 0 0px; background:url(../_images/main_contato.png) no-repeat center top; } #contato main_contato .inpts { width:265px; float:left; } #contato main_contato input { width:230px; height:55px; line-height:55px; padding:0 15px 0 15px; border:1px solid #2f3031; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:#262829; font-size:12px; text-transform:uppercase; color:#FFF; margin:0 0 15px 0; } #contato main_contato input:active, #contato main_contato input:focus { background:url(../_images/bg_input.png) repeat-x left top; color:#000; } #contato main_contato textarea { width:230px; height:168px; padding:15px; resize:none; font-family:'PTSansRegular'; border:1px solid #2f3031; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:#262829; font-size:12px; text-transform:uppercase; color:#FFF; margin:0 0 0 13px; } #contato main_contato textarea:active, #contato form textarea:focus { background:url(../_images/bg_textarea.jpg) repeat-x left top; color:#000; } #contato .phone { font-family:'PTSansBoldItalic'; font-size:31px; color:#2C4C0A; padding:453px 0 0 357px; float:left;} #contato .address { position:absolute; font-family:'PTSansBoldItalic'; font-size:14px; color:#9FC182; padding:515px 0 0 310px; float:left; text-align:center; z-index:0;} #contato .address .end { float:left; text-align:center; width:340px;} #contato .maplink { color:#2C4C0A; text-decoration:none; } #contato .address .fbbutton { float:left; margin:-85px 0 0 252px; position:absolute; z-index:999; cursor:pointer;} #contato .submit { position:absolute; border:0; float:left; margin:891px 0 0 -138px; z-index:0; } #contato .inpts { width:265px; float:left; font-family:'PTSansItalic'} #contato .inputname { width:246px; height:30px; font-family:'PTSansItalic'; line-height:30px; padding:0 15px 0 15px; border:0px solid #2f3031; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:12px; color:#000; margin:611px 0 0 -350px; float:left; position:absolute;} #contato .inputphone { width:246px; height:30px; font-family:'PTSansItalic'; line-height:30px; padding:0 15px 0 15px; border:0px solid #2f3031; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:12px; color:#000; margin:680px 0 0 -350px; float: left; position:absolute;} #contato .inputemail { width:246px; height:30px; font-family:'PTSansItalic'; line-height:30px; padding:0 15px 0 15px; border:0px solid #2f3031; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:12px; color:#000; margin:611px 0 0 -54px; float:left; position:absolute;} #contato .inputmessage { resize:none; width:530px; height:140px; font-family:'PTSansItalic'; line-height:30px; padding:0 15px 0 15px; border:0px solid #2f3031; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:12px; color:#000; margin:750px 0 0 -350px; float:left; position:absolute; z-index:0;} .error { width:426px; min-height:20px; font-size:13px; font-family:arial; font-weight:bold; color:#ff0000; display:inline-block; vertical-align:top; } div.selectBox { width:271px; border:0px; margin:681px 0 0 -45px; position:absolute; font-family: 'PTSansItalic'; display:inline-block; cursor:default; text-align:left; line-height:30px; clear:both; color:#000; z-index:999px; } span.selected { width:167px; text-indent:6px; text-transform:lowercase; border:0px solid #ccc; border-right:none; border-top-left-radius:5px; border-bottom-left-radius:5px; background:#FFFFFF; overflow:hidden; } span.selectArrow { background:transparent; width:30px; background:url(../_images/select_down_arrow.png) no-repeat right; border:0px solid #60abf8; border-top-right-radius:5px; border-bottom-right-radius:5px; text-align:center; font-size:20px; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; } span.selectArrow,span.selected { position:absolute; float:left; height:30px; width:263px; z-index:1; } div.selectOptions { position:absolute; top:28px; left:0; width:282px; border:1px solid #DDDDDD; border-bottom-right-radius:5px; border-bottom-left-radius:5px; overflow:hidden; background:#FFFFFF; padding-top:2px; display:none; z-index:999; margin:9px 0 0 -11px; } span.selectOption { display:block; background-color:#FFFFFF; width:80%; line-height:25px; padding:5px 10%; } span.selectOption:hover { color:#FFFFFF; background:#4F8901; } #menu { position:fixed; z-index: 999; width:100%; display:block; height:127px; background:url(../_images/bg_menu.png) top center repeat-x; } #menu .container { background:url(../_images/bg_menu_container.png) no-repeat center; height:100px; font-family:'OSPDIN'; font-size:21px; } #menu ul { list-style-type:none; padding:40px 0 0 135px; } #menu ul li { float:left; color:#c0c1a6; margin:0 10px 0 0; text-transform:uppercase; letter-spacing:-1px; cursor:pointer;} #menu ul li.nucleos { margin:0 0 0 30px; } #menu ul li.noticias { margin:0 0 0 295px; } #menu ul li.contato { margin:0 0 0 40px; } #menu ul li a { text-decoration:none; color:#c0c1a6; } .footer .deenlink { height: 85px; margin: -86px 0 0 0; background:url(../_images/deen_link.png) no-repeat center; } .footer { padding: 0px 0; }