/*
*
* @stylesheet: Quiz de Personagens - Estrelando
* @since: 15/10/2014
* @author: Container Digital
*
*/

@font-face {
    font-family: 'oswaldbook';
    src: 	url('../fonts/oswald-regular-webfont.eot');
    src: 	url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
			url('../fonts/oswald-regular-webfont.woff') format('woff'),
			url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
			url('../fonts/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldlight';
    src: 	url('../fonts/oswald-light-webfont.eot');
    src: 	url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/oswald-light-webfont.woff2') format('woff2'),
			url('../fonts/oswald-light-webfont.woff') format('woff'),
			url('../fonts/oswald-light-webfont.ttf') format('truetype'),
			url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, p, ul, li{ 
	margin:0;
	padding:0;
	list-style-type:none;
	font-family: 'oswaldbook';
}

.container {
	width: 755px;
	height: 650px;
	background: white;
	margin: 0 auto;
	position: relative;
}
.container-image{
	width: 755px;
	height: 650px;
	position: absolute;
	overflow: hidden;
}
.container-layer{
	width: 755px;
	height: 650px;
	opacity: 0.5;
	background: #4d0014;
	position: absolute;
}
.container-text{
	width: 755px;
	height: 650px;
	position: absolute;	
}
.container-text-left{
	width: 50%;
	height: 650px;
	position: absolute;	
	left:0;		
	z-index: 2;
}
.container-title {
	color: #FFF;
	width: 100%;
	height: 200px;
	text-align: left;
	position: absolute;
	left: 30px;
	top: 30px;
	text-shadow: 2px 2px 2px #000;
}
.container-title h1 {
	font-size: 45px;
}
.container-title h3 {
    font-family: 'oswaldlight';
	font-size: 30px;
}
.container-title p {
    font-family: 'oswaldlight';
	font-size: 25px;	
}
.container-title h1 span {
	font-size: 70px;
}
.container-circle {
	width: 205px;
	height: 205px;
	line-height: 205px;
	background: #b7b6b6;
	border-radius: 110px;
	-moz-border-radius: 110px;
	-webkit-border-radius: 110px;
	position: absolute;
	bottom: 40px;
	right: 0;
	border: 6px solid #FFF;
	box-shadow: inset 6px 2px 8px #999, -1px 0px 0px #CCC;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-size: 30px;
}
.container-circle img {
	width: 206px;
}
.container-text-right {
	width: 50%;
	height: 650px;
	position: absolute;	
	right:0;		
}
.container-logo {
	width: 250px;
	height: 150px;
	position: absolute;
	right: 0;
	top: 70px;
	z-index: 2;
}
.container-question {
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: #ff004e;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 200px;
	left: 85px;
	z-index: 2;
}
.container-text-quiz {
	width: 300px;
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 330px;
}
.container-text-quiz h2 {
	color: #910026;
	font-size: 20px;
	text-align: right;
}
.container-text-quiz p,
.container-text-quiz form {
    font-family: 'oswaldlight';
	color: #5a5959;
	font-size: 19px;
	text-align: right;
}
.container-text-quiz img {
	position: absolute;
	right: 0;
}
button.container-button {
	width: 133px;
	height: 35px;
	line-height: 35px;
	background: #ff004e;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	text-align: center;
    font-family: 'oswaldlight';
	font-size: 18px;
	vertical-align: middle;
	color: #FFF;
	position: absolute;
	right: 0;
	border: none;
}
.container-triangle {
	width: 0px;
	height: 0px;
	border-top: 650px solid transparent;
	border-bottom: 0px solid #FFF;
	border-right: 650px solid #FFF;
	position: absolute;
	right: 0px;
	z-index: 1;
}