@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}
    
body {  
    font-family: 'Open Sans', sans-serif;    
    font-size: 14px;
    background: #ededed url(i/textAzul.jpg) left top;
    color: #474747;
	font-weight: light;
	width: 100%;
	overflow-x: hidden;
}

a {
	color: #3fc087;
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: underline;
	outline: 0;
}

h1 {
	font-size: 72px;
	text-transform: uppercase;
	color: #312531;
}

h2 {
	font-size: 36px;
	text-transform: uppercase;
	color: #312531;
}

h3 {
	font-size: 20px;
	font-weight: bold;
}

h4 {
	font-weight: bold;
	text-transform: uppercase;
}

#w1 {
	/*background: #212f3a url(i/textAzul.jpg) center top;*/
	color: #ededed;
	
}
.wrapper {
    display: flex;
    flex-direction: row;
	justify-content: center;
	margin: 0 auto;
}
.inner {
    width: calc(100% - 4rem);
    padding-left: 2rem;
	padding-right: 2rem;
	padding-bottom: 2rem;
}

#w1i {
	position: relative;
	padding-top: 300px;
	padding-bottom: 2rem;
	background: transparent url(i/topoAzul.jpg) center bottom no-repeat;
	background-size: cover;
	border-radius: 0px 0px 30px 30px;
	background-clip: context-box;
}

#w1i h1 {
	line-height: 1em;
	font-size: 4rem;
	color: #ededed;
}

#lnkContato {
	padding: 10px 12px;
	background: #3fc087;
	color: #fff;
	text-decoration: none;
	border-radius: 5px 5px 15px 5px;
}

#lnkContato:hover {
	text-decoration: underline;
}

.sub {
	font-size: 14px;
	text-transform: none;
}

.info1 {
	margin-top: 1rem;
}

#w2i,#w3i {
	position: relative;
	margin: 0px auto;
	background: #fff url(i/textBranco.jpg) center top;
	border-radius: 30px;
	background-clip: padding-box;
}

.inner#w3i {
	padding-top: 2rem;
}

#w3i p {
	margin-bottom: 5px;
}

#itens {
	margin-top: 2rem;
}

.item {
	display: block;
	position: relative;
	/*color: #ededed;*/
	color: #474747;
	margin-bottom: 15px;
	padding: 1rem;
	background: transparent url(i/textCinza.jpg) center center;
	border-radius: 15px;
	text-decoration: none;
	border: 1px solid transparent;
}

.item:hover {
	/*background: #5e4c5e;*/
	text-decoration: none;
	border: 1px solid #ededed;
	color: #000;
}

.ementa {
	font-size: 11px;
}

.receptaculo {
	display: none;
	position: absolute;
	right: 0px;
	padding: 0px;
	padding-bottom: 20px;
	width: 100%;
	background: #cfcfcf url(i/textCinza.jpg) center center;
	z-index: +1;
	border-radius: 0px 0px 15px 15px;
	box-shadow: 0 3px 5px rgba(0,0,0,.3);
	overflow: hidden;
}

.infoOficina > div {
	margin: 1rem 0;
}

.imgOficina img {
	width: 100%;
}

.itemAct {
	border: 1px solid #ededed;
	color: #000;
}

.trans {
	color: #919191;
}

.botaoFechar {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 22px;
	height: 22px;
	background: transparent url(i/botaoFechar.png) 50% 0px no-repeat;
}

a.botaoFechar:hover {
	background-position: 50% -22px;
}

.infoOficina {
	padding: 0 20px;
}

#mandador {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 0;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease-out;
}

#mandador.show {
    opacity: 1;
    pointer-events: all;
}

input,textarea, button {
    box-sizing: border-box;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    background: #fff; 
    font-size: 14px;
    width: 100%;
}

textarea {
    height: 200px;
}

.inputE {
    width: 100%;
    border: 1px solid #e5e5e5;
}

.inputB {
    background: #3fc087;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px 5px 5px 15px;
}

#infoContato {
	margin-top: 1rem;
}

#lnkVolta {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
}