@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
}

body{
	font-family: 'Montserrat', Calibri, Verdana, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	overflow-x: hidden;
}

.style1{
	color: #ffffff;
    margin: 5px;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
}

.style2{
	color: #4D4D4D;
    margin: 5px;
    font-size: 18px;
	text-align: justify;
	line-height: 30px;
    font-weight: normal;
    font-style: normal;
}

.style3{
	color: #4D4D4D;
    margin: 15px;
    font-size: 22px;
	text-align:center;
    font-weight: normal;
}

.style4{
	color: #ffffff;
    margin: 15px;
    font-size: 22px;
	text-align:center;
    font-weight: normal;
}

.style5{
	text-align:center;
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 200;
    font-style: normal;
	text-decoration: none !important;
}

.style5:hover{
    color: #EF6F2E;
    cursor: pointer;
    text-decoration: none !important;
	transition: all ease 0.3s;
}

.style6{
	color: #ffffff;
    margin: 15px;
    font-size: 13px;
	text-align:center;
    font-weight: normal;
}

.style7{
	text-align:center;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 200;
    font-style: normal;
	text-decoration: none !important;
}

.style7:hover{
    color: #EF6F2E !important;
    cursor: pointer;
    text-decoration: none !important;
	transition: all ease 0.3s;
}

.style8{
	color: #4D4D4D;
    margin: 15px;
    font-size: 16px;
	text-align:center;
    font-weight: normal;
}

.style9{
	color: #4D4D4D;
    margin: 5px;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
}

.style10{
	color: #4D4D4D;
    margin: 15px;
    font-size: 22px;
	text-align:center;
    font-weight: normal;
}

.style11{
	color: #EF6F2E;
    margin: 15px;
    font-size: 22px;
	text-align:center;
    font-weight: bold;
	line-height: 30px;
}

.style12{
	color: #4D4D4D;
    margin: 5px;
    font-size: 16px;
	text-align:center;
	line-height: 30px;
    font-weight: normal;
    font-style: normal;
}

.style13{
	color: #4D4D4D;
    margin: 5px;
    font-size: 16px;
	text-align:left;
	line-height: 30px;
    font-weight: normal;
    font-style: normal;
}

.style14{
	color: #EF6F2E;
    margin: 18px;
    font-size: 22px;
	text-align:left;
    font-weight: bold;
}

.art-sheet2 {
    background: #e2e2e2;
    margin: 0;
    position: relative;
    cursor: auto;
    width: 100%;
    z-index: auto !important;
}

.whatsapp {
	height:45px; 
	position:fixed !important; 
	bottom: 160px; 
	right: 10px;
	z-index:99999999999;
}

.facebook{
	height:45px; 
	position:fixed !important; 
	bottom: 110px; 
	right: 10px;
	z-index:99999999999;
}

.instagram{
	height:45px; 
	position:fixed !important; 
	bottom: 60px; 
	right: 10px;
	z-index:99999999999;
}

.imagem{
	max-width: 400px;
}

.background-01 {
	background: url(images/banner-l2ueng.jpg) no-repeat center center fixed;
	background-size: 100% !important;
	background-repeat: repeat-y;
	width: 100%;
	height: 0 auto;
	text-align: center;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
	padding-bottom: 120px;
}

.background-rodape-top {
	background: url(images/fundo-rodape-top.png) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 0 auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}

.background-rodape-top-2 {
	background: url(images/fundo-rodape-top-2.png) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 0 auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}

.background-rodape-bottom {
	background: url(images/fundo-rodape-bottom.png) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 0 auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}

/* */
.transparencia{
	transition-duration: 0.5s;
}

.transparencia:hover{
	transition-duration: 0.5s;
	opacity: 0.6;
}
/* */

/*inicio-back-to-top*/
.back-to-top{
	width:45px;
	height: 45px;
	display:block;
	background: url('images/back-to-top.png') no-repeat;
	position: fixed;
	bottom: 9px;
	right: 10px;
	z-index: 9999999;
}

.back-to-top:hover {
	cursor: pointer;
	background-position: 0 -45px;
}
/*fim-back-to-top*/

/* aligncenter */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #cccccc !important;
	border-radius: 0;
	width:95%;
	margin-bottom: 10px;
}
/* aligncenter */

/* Formulário */
#frm input,
#frm textarea{
	font-family: 'Montserrat', Calibri, Verdana, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	padding: 4px; 
	width: 90%;
    border: 1px solid #cccccc;
    font-size: 15px;
    display: inline-block;
    padding-left: 10px;
    height: 50px;
    z-index: 100;
}
#frm .text{
	height: 80px;
}
#frm .button2{
	padding-left: 0px;
	width: 220px;
	height:50px;
	font-size: 18px;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 5px;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #F58634;
	background: #F58634;
	color: #ffffff;
}
#frm .button2:hover{
	color: #F58634;
	background: #ffffff;
	border: 1px solid #F58634;
}
/* Formulário */

/* Formulário2 */
form {
	font-family: 'Montserrat', Calibri, Verdana, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    margin-bottom: 40px;
}

.input1,
.input2,
.input3 {
	font-family: 'Montserrat', Calibri, Verdana, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    display: inline-block;
    width: 30%;
    margin-bottom: 0;
    border-radius: 0;
    min-height: 45px;
    margin-top: 0;
    padding-left: 9px;
    margin-right: 21px;
    padding-right: 11px;
    background: #fafafa;
    border:1px solid #cccccc;
}

.input3 {
    margin-right: 0
}

.inputs,
textarea {
    padding-left: 15px;
    padding-right: 15px;
}

textarea {
	font-family: 'Montserrat', Calibri, Verdana, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    border-radius: 0;
    width: 100%;
    max-width: 99%;
    padding: 10px 0 0 10px;
    position: relative;
    min-height: 200px;
}
/* Formulário2 */

/* Button1 */
.btn1 {
	font-family: 'Montserrat', Calibri, Verdana, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-weight: 400;
	border: none;
	font-size: 18px;
	text-transform: none;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0;
	min-width: 160px;
	max-width: 250px;
}
.btn1:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-1 {
	border: 1px solid #cccccc;
	color: #4D4D4D !important;
	background: #ffffff;
	margin: 10px;
}
.btn-1a:hover, .btn-1a:active {
	border: 1px solid #EF6F2E;
	color: #ffffff !important;
	background: #EF6F2E;
}
/* Button1 */

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none !important;
	transition: all ease 0.3s;
}
