* {
	/*overflow: hidden;*/
}
@font-face {
    font-family: quicksandregular;
    src: url('fonts/quicksand-regular-webfont.eot');
    src: url('fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quicksand-regular-webfont.woff') format('woff'),
         url('fonts/quicksand-regular-webfont.ttf') format('truetype'),
         url('fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	margin:0px;
	font-family: quicksandregular, Verdana, Arial, Helvetica, sans-serif;
        font-size: 17px;
		overflow-x: hidden;
        /*font-weight: bold*/
	}
#divao{
	width:800px;
	height:669px;
	padding-left:650px;
	background:url(fundo3.png);
	background-repeat:repeat-y;
    position: relative;
	margin: 0 auto;
	margin-top:-46px;
	}

.fundotransparente{
	position:absolute;
	left:0%;
	height:669px;
}	
.box-right{
        float: right;
        position: absolute;
        top: 35%;
		margin-left: 50px;
        margin-top: -70px;
        }        
.logo{
		background-image:url(logo.png);
        width: 500px;
        height: 280px;
        }        
		
.container{
	position:relative;
	top:10px;
	left:-60%;
}

.const {
	/*position:absolute;*/
	left:27%;
	top:30%;
	color:white;
	font-family:Quicksand;
	height:600px;
	
}

.um {
font-family: quicksandregular!important;
	font-size:3em;
	position:absolute;
	top:194px;
	
}

.dois{
font-family: quicksandregular!important;
	font-size:4.7em;
	position:absolute;
	top:200px;
	
}
.tres {
font-family: quicksandregular!important;
	font-size:2.6em;
	position:absolute;
	top:304px;
	
}

.sitecgdw{
	font-size:1.4em;
	/*position:absolute;
	top:500px;*/
}

.logocgdw { 
	position:absolute;
	top:8%;
	max-width:100%;
	right:64%;
	text-decoration:none;
}

.linktexto{
	color:white;	
	text-decoration:initial;
	font-size:1.5em;
	font-family: quicksandregular!important;
}

.posicao{
	position:relative;
	top:84%;
}

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

.Preencher{
	position: absolute;
	background-color: #005e6b;
	width: 40%;
	height:669px;
	left:0px;
	
}
