@font-face {
    font-family: 'robotoregular';
    src: url('../fontes/roboto-regular-webfont.eot');
    src: url('../fontes/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/roboto-regular-webfont.woff2') format('woff2'),
         url('../fontes/roboto-regular-webfont.woff') format('woff'),
         url('../fontes/roboto-regular-webfont.ttf') format('truetype'),
         url('../fontes/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	border: none;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'robotoregular';
	font-size: 15px;
	color: #666;
}
a {
	text-decoration: none;
}
p {
	margin: 15px 0;
}
.lock {
	width: 1020px;
	margin: 0 auto;
}
header {
	width: 100%;
	height: 720px;
	background: url(../images/bg-header-simulador.jpg) no-repeat top center;
}
#bg-cinza {
	width: 100%;
	height: 720px;
	background: url(../images/bg-cinza.png) no-repeat top center;
	position: relative;
	z-index: 1;
}
#barra-azul {
	width: 940px;
	height: 720px;
	left: 50%;
	margin: 0 0 0 -470px;
	position: absolute;
	top: 0;
}
#barra-azul span {
	width: 263px;
	height: 100%;
	display: block;
	background: url(../images/bluetile.png);
	padding: 40px 20px 0;
	box-sizing: border-box;
}
#barra-azul span h1 {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
#barra-azul span h2 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
#barra-azul span h2.t01 {
	font-size: 33px;
	line-height: 33px;
	font-weight: 900;
}
#barra-azul span h2.t02 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
}
#barra-azul span h2.t03 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
}
.botao a {
	width: 100%;
	line-height: 40px;
	display: block;
	background: #fff;
	border-radius: 120px;
	color: #306d87;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 5px 5px 20px;
	box-sizing: border-box;
	margin: 50px 0 0 0;
	position: relative;
	z-index: 2;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.botao a:after {
	font-family: FontAwesome;
	font-size: 18px;
	font-weight: normal;
	content: '\f002';
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #de2431;
	float: right;
	border-radius: 120px;
}
.botao a:hover {
	background: #de2431;
	color: #fff;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
#bg-azulejo {
	width: 100%;
	background: url(../images/bg-azulejo.jpg) top left;
	padding: 0 0 50px 0;
	position: relative;
	z-index: 1;
}
#bg-gotas {
	width: 100%;
	display: inline-block;
	background: url(../images/bg-gotas.png) no-repeat top center;
}
.chamada {
	width: 1020px;
	text-align: center;
	position: relative;
	z-index: 3;
	left: 50%;
	margin: -245px 0 0 -510px;
	float: left;
}
#marca {
	width: 100%;
	display: inline-block;
	margin: 30px 0;
}
.chamada h2 {
	font-size: 48px;
	font-weight: inherit;
	text-transform: uppercase;
}
#torneiras {
	width: 400px;
	float: left;
        
}
.torneira {
	transition-duration: 0.8s;
    transition-property: transform;
}
.chamada02 {
	width: 600px;
	float: right;
	text-align: left;
	margin: 100px 0 0 0;
}
#steam {
	display: none;
	position: absolute;
	bottom: -60px;
}
.chamada02 h2 {
	font-size: 30px;
	font-weight: inherit;
	text-transform: uppercase;
}
#simulador {
	width: 100%;
	position: relative;
	z-index: 2;
	background: url(../images/bg-simulador.jpg) top center;
	display: inline-block;
	padding: 30px 0;
}
#simulador:before {
	content: '';
	width: 100%;
	height: 166px;
	background: url(../images/bg-before-simulador.png) no-repeat top center;
	display: inline-block;
	margin: -196px 0 0 0;
	float: left;
}
#img-simulador {
	width: 365px;
	float:left;
}
#info-simulador {
	width: 620px;
	float: right;
	background: url(../images/marca-rheem-negativo.png) no-repeat;
	text-align: right;
	color: #fff;
	margin-bottom: 20px;
}
#info-simulador h2, .respostas h2 {
	text-transform: uppercase;
}
#info-simulador h2.maior {
	font-size: 45px;
	line-height: 50px;
	font-weight: 900;
}
#info-simulador h2.menor, .respostas h2.menor  {
	font-size: 30px;
	line-height: 35px;
	font-weight: inherit;
}
#info-simulador h3.menor {
	font-size: 17px;
	margin-top: 30px;
}
#info-simulador h3.maior, .respostas h3.maior {
	font-size: 30px;
	margin-top: 30px;
}
#info-simulador form {
	float: right;
}
#info-simulador label {
	line-height: 40px;
	display: block;
	background: #fff;
	border-radius: 120px;
	color: #666;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 5px 5px 10px;
	box-sizing: border-box;
	float: left;
	margin: 10px 0 10px 5px;
	cursor: pointer;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
#info-simulador label:hover {
	background: #de2431;
	color: #fff;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
#info-simulador label.duchaL:after {
	content: url(../images/ico-ducha-simulador.png);
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #de2431;
	float: right;
	border-radius: 120px;
	margin-left: 15px
}
#info-simulador label.torneiraL:after {
	content: url(../images/ico-torneira-simulador.png);
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #de2431;
	float: right;
	border-radius: 120px;
	margin-left: 5px
}
#info-simulador input[type=radio] {
	display: none;
}
.perguntas {
	/*display: none;*/
	padding-top: 40px;
}
.respostas {
	padding: 140px 0 10px 0;
	background: url(../images/marca-rheem-negativo.png) no-repeat center 10px;
	text-align: center;
	color: #fff;
        display: none;
}
.respostas ul li {
	display: inline-block;
	line-height: 50px;
	margin: 20px 20px 10px;
}
.respostas ul li i.rducha {
	content: url(../images/ico-ducha-simulador.png);
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #de2431;
	float: left;
	border-radius: 120px;
	margin: 0 10px 0 0;
	border: 4px solid #fff;
 }
 .respostas ul li i.rtorneira {
	content: url(../images/ico-torneira-simulador.png);
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #de2431;
	float: left;
	border-radius: 120px;
	margin: 0 10px;
	border: 4px solid #fff;
 }
.respostas .produtos ul li {
	 width: 50%;
	 float: left;
	 margin: 40px 0 0 0;
	 line-height: normal;
}
.respostas .produtos ul li figure {
	width: 100%;
    height: 330px;
    /*line-height: 390px;*/
    position: relative;
    text-align: center;
}
.respostas .produtos ul li figure img {
	width: auto;
	height: 330px;
	vertical-align: bottom;
}
.respostas .produtos ul li.naMedida figure:before, .respostas .produtos ul li.maisConforto figure:before {
	font-size: 12px;
	text-transform: uppercase;
    color: #fff;
    width: 90px;
    height: 90px;
	line-height: 90px;
    text-align: center;
    background: #ff9600;
	border: 4px solid #fff;
    border-radius: 120px;
	position: absolute;
	top: 110px;
    left: 100px;
}
.respostas .produtos ul li.naMedida figure:before {
	content: 'na medida';
}
.respostas .produtos ul li.maisConforto figure:before {
	content: '+ conforto';
}
.produtos {
	width: 100%;
	float: left;
}
.produtos figure {
	margin-bottom: 20px;
}
.produtos h4 {
	text-transform: uppercase;
	font-size: 17px;
	margin: 0;
}
.produtos h5 {
	font-size: 17px;
	margin: 0;
}
.botao-veja-mais a {
	line-height: 40px;
    display: inline-block;
    background: #fff;
    border-radius: 120px;
    color: #666;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 5px 5px 20px;
    box-sizing: border-box;
    margin: 30px 0 0 0;
    position: relative;
    z-index: 2;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.botao-veja-mais a:after {
    font-size: 25px;
    font-weight: normal;
    content: '+';
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #de2431;
    float: right;
    border-radius: 120px;
	margin: 0 0 0 10px;
}
.botao-veja-mais a:hover {
	background: #de2431;
	color: #fff;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
#botao-voltar {
	display: inline-block;
	margin: 30px 0;
}
#botao-voltar a {
	color: #fff;
	line-height: 40px;
	font-weight: bold;
}
#botao-voltar a:before {
	font-size: 20px;
    content: 'x';
    color: #de2431;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #fff;
    float: left;
    border-radius: 120px;
	margin: 0 10px 0 0;
}
.respostas p {
	margin: 0;
	padding: 10px;
	text-align: left;
}
footer {
	width: 100%;
	line-height: 72px;
	background: url(../images/bg-azulejo.jpg) top left;
	text-align: center;
}

#quest-chuveiros{
    
}
#quest-torneiras{
    display: none;
}
fieldset{
    height: 70px
}
.respostas > div{
	margin-top: 20px;
}
.respostas > div p {
    text-align: center;
}

@media screen and (max-width: 1024px){
	#barra-azul, .chamada{
		width: 100%;
		left: 0;
		margin: 0;
	}
	#barra-azul span{
		width: 100%;
		padding: 25px;
	}
	.lock, #torneiras, .chamada02, #img-simulador, #info-simulador, .respostas .produtos ul li{
		width: 100%;
	}
	.chamada img, #img-simulador img, #simulador{
		width: 100%;
		height: auto;
	}
	#marca img{
		width: auto;
		margin-top: 0;
	}
	.chamada img{
		margin-top: -90px;
	}
	.chamada h2, #info-simulador h2.maior{
		font-size: 35px;
	}
	.torneira img{
		margin-top: 0;
	}
	#info-simulador, .respostas{
		background: none;
		text-align: center;
	}
	#quest-chuveiros{
		display: block;
	}
	#info-simulador label, #info-simulador form, #torneiras{
		float: none;
	}
	footer{
		line-height: 2;
		padding: 20px 0;
	}
	.chamada h2, .texto-simu{
		padding: 15px;
	}
	fieldset{
		height: 100%;
	}
	
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait){
	#barra-azul{
		width: 100%;
		left: 0;
	}
	#barra-azul span{
		width: 263px;
		    padding: 40px 20px 0;
	}
	.chamada img, #img-simulador img{
		width: auto;
	}
	#img-simulador img{
		text-align: center;
		margin: 0 auto;
    	display: block;
	}
}