@charset "utf-8";

/* CSS Document */

*{ margin: 0 auto; padding: 0; font-family: Calibri, Arial, "Century Gothic";}

img{border: 0;}

a:link, a:visited, a:active { text-decoration: none; color: inherit;}

html, body{

	height: 100%;
	background-image: url(img/bg-04.png);
	background-repeat: repeat-x;
	background-color: #fff;
	background-position: top center;	
	
}

.largura-01{

	width: 100%;
	
}

.largura-02{
	
	width: 900px;
	
}

#container{

position: relative;
min-height: 100%;
}

#ponto{
	
	position: absolute;
	margin-left: -700px;	
	
}

@font-face {
font-family: Dax;
src: url(dax_medium.ttf);

}


/* Cabeçalho ================================================================================================================== */


#c{

	height: 120px;
	
}

#c-02{

	height: 120px;
	position: relative;
	
}

#c-02-sombra{

	position: absolute;	
	
}

#menu{	
	
	width: 440px;
	float: right;
	height: 120px
	
}

#menu  ul{
	
	list-style: none;	
	
}

#menu ul li{
	
	width: 110px;
	height: 120px;
	background-image: url(img/menu-ul-bg.png);
	background-repeat: no-repeat;
	float: left;	
	
}

.menu-ul-li-div{
	
	background-position: 0 -10px;
	background-repeat: no-repeat;
	width: 110px;
	height: 120px;
	cursor: pointer;	
	
}

.menu-ul-li-div:hover{
	
	background-position: 0 0px;	
	
}

#logotipo-pontomix{

margin-top: 28px;
cursor: pointer;	
	
}

#logo-bubble{
	
	background-image: url(img/logo-bubble.png);
	width: 105px;
	height: 56px;
	position: absolute;
	
}

.logo-bubble-01{

	top: 25px;
	left: 200px;
	opacity:0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=0);			
	
}


.logo-bubble-02{
	
	top: 25px;
	left: 236px;
	opacity:1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);			
	
}


/* Medio ===================================================================================================================== */


#m{  

	padding-bottom: 200px; 
	min-height: 200px;

}

#m-02{ 
	
	min-height: 300px;
	position: relative;
	padding-bottom: 30px;
	padding-top: 30px;

}



#midia{
	
	min-height: 200px;
	/* margin-bottom: 200px; */
	overflow: hidden;	
		
	
}


#midia-img{
	
	width: 292px;
	height: 480px;
	background-color: #09C;
	float: left;
	margin-right: 10px;
	position: relative;
	cursor: url(img/mouse.gif), default; 
	overflow: hidden;	
	
}

#midia-img-hover{
	
	position: absolute;
	top: 0;
	left: 0;
	width: 292px;
	height: 265px;
	background-image: url(img/midia-img-hover.png);
	color: #FFF;
	font-family: Dax;
	font-size: 30px;
	padding-top: 215px;
	text-align: center;	
	text-shadow: 1px 1px 3px #000;
}


#midia-description{
	
	position: absolute;
	height: 60px;
	width: 292px;
	text-align: center;
	color: #fff;
	z-index: 9;
	background-image: url(img/bg-midia-description.png);
	bottom: 0;
	line-height: 60px; 	
	
}

#midia-container{
	
	width: 435px;
	min-height: 200px;
	background-color: #f5f5f5;
	margin-bottom: 30px;
	-moz-box-shadow: 0px 0px 10px #b8b8c0; /* Firefox */
	-webkit-box-shadow: 0px 0px 10px #b8b8c0; /* Safari, Chrome */
	box-shadow: 0px 0px 10px #b8b8c0; /* CSS3 */
	position: relative;	
	
}

#midia-container h1{
	
	font-family: Calibri, Arial, "Century Gothic";
	font-size: 15px;
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 8px;
	color: #7f57b2;
	text-shadow: 1px 1px 1px #fff;	
	
	
}

#midia-container p{
	
	margin-left: 15px;
	margin-right: 15px;
	font-family: Calibri, Arial, "Century Gothic";
	color: #7f57b2;
	font-size: 12px;
	margin-bottom: 20px;	
	
}

#midia-container-bt{
	
	width: 435px;
	height: 64px;
	border-top: 1px solid #dddddd;	
	
}

#midia-bt{
	
	height: 40px;
	width: 197px;
	background-image: url(img/midia-bt.png);
	margin-top: 11px;
	margin-left: 11px;
	float: left;
	font-family: Calibri, Arial, "Century Gothic";
	font-size: 16px;
	text-align: center;
	line-height: 40px;	
	text-shadow: 1px 1px 1px #fff;
	cursor: pointer;
}


#midia-bt:hover, #midia-bt.hover{
	
	background-position: 0px -40px;
	
}

#flag{

	height: 100px;
	background-position: center center;
	font-family: dax;
	color: #fff;
	line-height: 97px;
	text-align: center;
	text-shadow: 1px 1px 1px #29707c;
	font-size: 30px;
	width: 0px;
	float: left;

}

#mini-flag{
	
	background-image: url(img/mini-flag.png);
	height: 126px;
	width: 470px;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 30px;
	font-family: dax;
	color: #fff;
	line-height: 126px;
	text-align: center;
	text-shadow: 1px 1px 1px #29707c;
	font-size: 20px;	
	
}


#flag-shadow{
	
	width: 900px;
	height: 183px;
	background-image: url(img/flag-shadow.png);
	background-repeat: no-repeat;
	
}

/* Contato ===================================================================================================================== */


#contato{
	
	height: 350px;
	/* background-color: #de4949; */
	background-image: url(img/bg-contato-03.png);	
}

#contato-02{

	height: 350px;
	position: relative;	
	
}

#h1-contato{
	
	position: absolute;
	top: 35px;	
	
}

.contato-form-01{
	
	height: 40px;
	width: 260px;
	background-color: #0084a5;
	border: 1px solid #33bddf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	-moz-box-shadow:inset 0px 0px 2px #891c1c; /* Firefox */
 	-webkit-box-shadow:inset 0px 0px 2px #891c1c; /* Safari, Chrome */
	box-shadow:inset 0px 0px 2px #891c1c; /* CSS3 */
	outline-style: none;
	font-family: Calibri, Arial, "Century Gothic";
	font-size: 14px;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	
}

.contato-form-02{
	
	height: 100px;
	width: 260px;
	background-color: #0084a5;
	border: 1px solid #33bddf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	-moz-box-shadow:inset 0px 0px 2px #891c1c; /* Firefox */
 	-webkit-box-shadow:inset 0px 0px 2px #891c1c; /* Safari, Chrome */
	box-shadow:inset 0px 0px 2px #891c1c; /* CSS3 */
	outline-style: none;
	font-family: Calibri, Arial, "Century Gothic";
	font-size: 14px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	line-height: 40px;
	padding-bottom: 40px;
	overflow: hidden;
	
}

.contato-bt{
	
	top:251px; position: absolute; left: 292px; border: none; background-image: url(img/bg-contato-02.png); background-color: transparent; width: 278px;
	height: 40px; background-position: center top; background-repeat: no-repeat; cursor: pointer; color: #fdb4b4;	
	
}

#contato-monkey{
	
	position: absolute;
	top: 50px;
	right: 30px;	

}

#contato-tip{
	
	position: absolute;
	top: 240px;
	right: 240px;
	z-index: 2;
	opacity: 0.0;
	filter: alpha(opacity=0);	
}

#msg{
	
	line-height: 22px;	
	
}

/* wrapper-midia ================================================================================================================*/


#wrapper-midia{
	
	background-color: #9e9e9e;
	height: 430px;
	width: 880px;
	border: 10px solid #FFF;
	margin-top: 100px;
	-moz-box-shadow:inset 0px 0px 10px #747474; /* Firefox */
 	-webkit-box-shadow:inset 0px 0px 10px #747474; /* Safari, Chrome */
	box-shadow:inset 0px 0px 10px #747474; /* CSS3 */		
	-moz-box-shadow: 0px 0px 10px #9f9fa5; /* Firefox */
 	-webkit-box-shadow: 0px 0px 10px #9f9fa5; /* Safari, Chrome */
	box-shadow: 0px 0px 10px #9f9fa5; /* CSS3 */
	float: left;
}

#wrapper-midia-left{
	
	width: 220px;
	background-color: #FFF;
	height: 390px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	padding: 10px;
	
}

#wrapper-midia-right{
	
	width: 620px;
	height: 410px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	background: #333 url('orbit/loading.gif') no-repeat center center;
	
}

p.wrapper-midia-purple{
	
	font-family: Calibri, Arial, "Century Gothic";
	color: #572dbc;
	font-size: 14px;
	font-weight: bold;	
	
}

p.wrapper-midia-red{
	
	font-family: Calibri, Arial, "Century Gothic";
	color: #de4949;
	font-size: 14px;
	font-weight: bold;	
	
}

p.wrapper-midia-green{
	
	font-family: Calibri, Arial, "Century Gothic";
	color: #1aa034;
	font-size: 14px;
	font-weight: bold;	
	
}

p.wrapper-midia-grey{
	
	color: #757575;
	font-family: Calibri, Arial, "Century Gothic";
	font-weight: normal;
	font-size: 12px;	
	
}

#wrapper-midia-left-arrows{
	
	height: 60px;
	background-color: #dddddd;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #adadad;
	
}


#wrapper-midia-left-arrows ul{
	
	list-style: none;	
	
}

#wrapper-midia-left-arrows ul li{
	
	height: 60px;
	float: left;
	line-height: 60px;
	width: 51px;
	text-align: center;
	
}

/* 
.midia-arrows-left{
	
	background-image: url(img/wrraper-midia-left-arrows-left.png);
	cursor: pointer;
	background-position: 0 -60px;		
	
}

.midia-arrows-left:hover, .midia-arrows-left.hover{
	
	background-image: url(img/wrraper-midia-left-arrows-left.png);
	background-position: 0 0px;	
	
}



.midia-arrows-right{
	
	background-image: url(img/wrraper-midia-left-arrows-right.png);
	cursor: pointer;
	background-position: 0 -60px;		
	
}

.midia-arrows-right:hover, .midia-arrows-right.hover{
	
	background-image: url(img/wrraper-midia-left-arrows-right.png);
	background-position: 0 0px;	
	
}
*/


/* Conquistamos ==================================================================================================================== */


#logo-box{

	width: 262px;
	height: 190px;
	background-color: #fff;
	margin-bottom: 30px; 
	-moz-box-shadow: 0px 0px 10px #afafb6; /* Firefox */
 	-webkit-box-shadow: 0px 0px 10px #afafb6; /* Safari, Chrome */
	box-shadow: 0px 0px 10px #afafb6; /* CSS3 */
	overflow: hidden;
	float: left;
}

#logo-box img{
	
	cursor: pointer;
	border: 10px solid #fff;	
	
}

#midia-digital-banner{

	height: 500px;
	background-color: #CCC;
	position: relative;
	overflow: hidden;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 10px solid #fff;
	-moz-box-shadow: 0px 0px 10px #afafb6; /* Firefox */
 	-webkit-box-shadow: 0px 0px 10px #afafb6; /* Safari, Chrome */
	box-shadow: 0px 0px 10px #afafb6; /* CSS3 */
		
}

#midia-digital-img-preloader{
	
	position: absolute;	
	margin-left: -8px;
	margin-top: -5px;
	top: 50%;
	left: 50%;
}


#white{
	
	width: 100%;
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFF;
	z-index: 9999999999999999999999999999999999;	
	
}


#logo-box-info{
	
	width: 175;
	height: 185px;
	background-color: #FFF;
	padding: 20px;
	border-top: 1px solid #d6d6d6;	
	
}

.logo-box-green{
	
	font-family: Calibri, Arial, "Century Gothic";
	font-size: 16px;
	color: #7bbd27;
	
}

.logo-box-grey{
	
	font-family: Calibri, Arial, "Century Gothic";
	font-size: 12px;
	color: #848484;	
	
}

/* pensamos ==================================================================================================================== */


#pensamos-txt{
	
	width: 350px;
	min-height: 100px;
	float: right;
	margin-right: 150px;
}

#pensamos-txt p{
	
	color: #555555;
	font-size: 16px;
	font-family: Calibri, Arial, "Century Gothic";
	text-align: justify;

	
}

#estatua{
	
	top: 340px;
	right: 0px;
	position: absolute;	
	
}

/* Visualize =================================================================================================================== */


#visualize{
	
	width: 435px;
	height: 64px;
	background-image: url(img/bg-midias.png);
	background-repeat: repeat-x;
	background-color: #fafafa;
	position: absolute;
	top: 236px;
	line-height: 64px;
	text-align: center;
	text-transform: uppercase;
	color: #999;
	font-size: 14px;
	font-family: Calibri, Arial, "Century Gothic";
	font-weight: bold;
	cursor: pointer;
}

#visualize:hover, #visualize.hover{
	
	background-position: 0 20px;
	
	
}

#visualize:hover{
	
		color: #666;
	
}


/* Rodapé ===================================================================================================================== */

#r{

position:absolute;
bottom:0px;
height: 200px;
background-color: #131515;
	
}

#r-02{
	
	height: 200px;
	color: #bbbbbb;
	
}

#r-a{

	width: 350px;
	height: 200px;
	float: left;	
	
}

#r-b{

	width: 350px;
	height: 200px;
	float: left;
	text-align: center;	
	
}

#r-c{

	width: 200px;
	height: 200px;
	float: left;	
	
}
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom: 8%;
	margin-bottom: -29px;
	right: 10px;
	overflow:hidden;
	width:95px;
	height:95px;
	border:none;
	text-indent:-999px;
	background:url(ui.totop.png) no-repeat left top;
	z-index: 99999999999999999999;
}

#toTopHover {
	
	/*
	background:url(ui.totop.png) no-repeat left -107px;
	width:107px;
	height:107px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	*/
}

#toTop:active, #toTop:focus {
	outline:none;
}
/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 
 
 
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
#featured { 
	width: 620px;
	height: 410px;
	background: #000 url('orbit/loading.gif') no-repeat center center;
	overflow: hidden; }
#featured>img,  
#featured>div,
#featured>a { display: none; }




/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; }

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(orbit/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(orbit/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(orbit/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(orbit/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; }


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 51px;
    height: 60px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    cursor: pointer; }

div.slider-nav span.right {
	background-image:url(img/wrraper-midia-left-arrows-right.png);
	background-position: 0px -60px;
    right: 0;
	top: 88px;
	right: 631px; 
	
}
	
div.slider-nav span.right:hover, div.slider-nav span.right.hover{
	
	background-position: 0 0px;	
	
}

div.slider-nav span.left {
    
	background-image:url(img/wrraper-midia-left-arrows-left.png);
	background-position: 0px -60px;
    left: -114px; 
	top: 88px;
	
	}
	
	
div.slider-nav span.left:hover, div.slider-nav span.left.hover{
	
	background-position: 0 0px;	
	
}


/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -40px;
    left: 50%;
	margin-left: -50px;
    padding: 0; }

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(orbit/bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden; }

.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0; }
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }