/* STARTING */

body,html{
	width:100%;
	height:100%;
	display:block;
	background:#f7f8f6;
	margin:0;
	padding:0;
	position:relative;
	transition: all .6s ease;
    font-family: 'Gotham-Book';
}

.applink img{
	max-width: 150px;
    margin-left: -10px;
}


/* BUTTON ATUAL */

#activepagebutton{
	padding:6px;
	background:#9ac23c;
  	color:#fff;
}

.active{
	padding:6px;
	background:#9ac23c;
  	color:#fff!important;
}

#buttontourchangeclass.active{
	padding:6px;
	background:#9ac23c;
  	color:#fff;
}

.margintop{margin-top:180px;}

/* FONTS */
@font-face {
	font-family: "Gotham-Black";
	src: url("../fontes/Gotham-Black.eot");
}

@font-face {
	font-family: "Gotham-Black";
	src: url("../fontes/Gotham-Black.otf");
}

@font-face {
	font-family: "Gotham-Bold";
	src: url("../fontes/Gotham-Bold.eot");
}

@font-face {
	font-family: "Gotham-Bold";
	src: url("../fontes/Gotham-Bold.otf");
}

@font-face {
	font-family: "Gotham-Book";
	src: url("../fontes/Gotham-Book.eot");
}

@font-face {
	font-family: "Gotham-Book";
	src: url("../fontes/Gotham-Book.otf");
}

@font-face {
	font-family: "Gotham-Medium";
	src: url("../fontes/Gotham-Medium.eot");
}

@font-face {
	font-family: "Gotham-Medium";
	src: url("../fontes/Gotham-Medium.otf");
}

/* RESET */
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
li{list-style-type: none;}
a{text-decoration:none;}
.clear{clear:both; margin:0; padding:0;}
.fullwidth{width:100%; display:block;}

/* PARALAX */
#cloud1,
#cloud2{
background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    z-index: 3;
}

#cloud1{
	background: url(../images/cloud.png)no-repeat;
	width:180px;
	height:20%;
	position:absolute;
	right:0;
	top:110%;
}

#cloud2{
	background: url(../images/cloud.png)no-repeat;
	width:180px;
	height:20%;
	position:absolute;
	left:0;
	top:85%;
	right:0;
}

#cloud3{
	background: url(../images/cloud.png)no-repeat;
	width:180px;
	height:20%;
	position:absolute;
	left:0;
	top:200%;
}

#cloud4{
	background: url(../images/cloud.png)no-repeat;
	width:180px;
	height:20%;
	position:absolute;
	right:0;
	top:120%;
}

/* SECTION CONTENT = IMPORTANT */

section.content{
	width:60%;
	margin:0 auto;
}

/* SECTION HOME */

section#home{
	width:100%;
	display:block;
	background:#f3f5f3;
	float:left;
}

/* HEADER */

section#home header{
	width:100%;
	height:130px;
	display:block;
	float:left;
}

section#home header #logo{
	width:190px;
	height:93px;
	display:block;
	background: url('../images/logo.png')no-repeat;
	float:left;
	margin-top:0px;
	transition: all .4s ease;
}

section#home header #logo:hover{
	 -ms-transform: scale(1.05,1.05); /* IE 9 */
    -webkit-transform: scale(1.05,1.05); /* Safari */
    transform: scale(1.05,1.05); /* Standard syntax */
}



/* SECTION HOME CONTINUE */

section#home section.content section#left{
	margin-top:90px;
	width:30%;
	float:left;
	max-height:280px;
	margin-bottom: 20px;
}

section#home section.content section#left #icon1{
	width:200px;
	float:left;
}


section#home section.content section#right{
	margin-top:90px;
	width:70%;
	float:right;
}

section#home section.content section#right #icon2{
	width:12%;
	float:right;
	margin-top:2%;
}



section#home section.content section#right #hometitle{
	color:#AC3335;
	/*#3faf6c*/
	font-family: 'Gotham-Medium', Arial;
	font-weight: bold;
	font-size:30px;
	text-align: right;
	width:60%;
	float:right;
	padding-bottom:20px;
}

section#home section.content section#right #confira{
	color:#808378;
	width:60%;
	text-align:right;
	float:right;
	padding:0;
	font-size:17px;
	padding-bottom:20px;
	font-family: 'Gotham-Book';
}






section#home section.content section#right #links{
	display: block;
	float: left;
	width:100%;
	margin-bottom:10%;
}
section#home section.content section#right #links #trintadias{
	color:#9ac23c;
	font-family: 'Gotham-Bold', Arial;
	font-size:14px;
	text-decoration: none;
	padding:5px;
	border:3px solid #9ac23c;
	margin-left:20px;
	transition:all .2s ease;
	float:right;
	text-transform: uppercase;
}
section#home section.content section#right #links #como{
	color:#9ac23c;
	font-size:18px;
	text-decoration: none;
	font-family: 'Gotham-Medium', Arial;
	font-weight: bold;
	float:right;
	transition: all .2s ease;
	line-height:40px;
}

section#home section.content section#right #links #como:hover{
	color:#000;
	opacity: 0.7;
}
section#home section.content section#right #links #trintadias:hover{
	background:#9ac23c;
	color:#fff;
}
section#servicos{
	width:100%;
	display:block;
	background: #dd485b;
	float:left;
}


#cutcloud{
	background: url(../images/cutcloud.png)no-repeat;
	position:absolute;
	height:42%;
	width:13%;
	top:165%;
	left:0;
}

#greycloud{
	background: url(../images/greycloud.png)no-repeat;
	position:absolute;
	height:15%;
	width:9%;
	top:265%;
	right:0;
	padding-right:-6%;
}


/* SECTION EMPRESA */
/*-----------------------*/
section#empresa{
	width:100%;
	display:block;
	background:#f3f5f3;
	float:left;
}
section#empresa section.content section#right_emp{
	margin-top:2px;
	width:30%;
	float:right;
	max-height:280px;
	margin-bottom: 20px;
}

section#empresa section.content section#right_emp #icon1{
	width:200px;
	float:right;
}


section#empresa section.content section#left_emp{
	margin-top:2px;
	width:70%;
	float:left;
}


section#empresa section.content section#left_emp #empresatitle{
	color:#AC3335;
	/*#3faf6c*/
	font-family: 'Gotham-Medium', Arial;
	font-weight: bold;
	font-size:30px;
	text-align: left;
	width:100%;
	float:right;
	padding-bottom:20px;
}

section#empresa section.content  section#left_emp #confiraempresa{
	color:#808378;
	width:100%;
	text-align:left;
	float:right;
	padding:0;
	font-size:17px;
	padding-bottom:20px;
	font-family: 'Gotham-Book';
}

/*-----------------------*/


/* SECTION CONTATO */
/*-----------------------*/
section#contato{
	width:100%;
	display:block;
	background:#FFFFFF;
	float:left;
}

section#contato section.content section#left{
	margin-top:2px;
	width:40%;
	float:left;
}
section#contato section.content section#right{
	margin-top:40px;
	width:60%;
	float:right;
	max-height:280px;
	margin-bottom: 20px;
}

section#contato section.content section#right #icon1{
	width:200px;
	float:right;
}
section#contato section.content section#left #contatotitle{
	color:#AC3335;
	/*#3faf6c*/
	font-family: 'Gotham-Medium', Arial;
	font-weight: bold;
	font-size:30px;
	text-align: left;
	width:100%;
	float:right;
	padding-bottom:20px;
}

section#contato section.content section#right #fonetitle{
	color:#AC3335;
	/*#3faf6c*/
	font-family: 'Gotham-Medium', Arial;
	font-weight: bold;
	font-size:30px;
	text-align: right;
	width:100%;
	float:right;
	padding-bottom:20px;
}



section#contato section.content  section#right #confirafone{
	color:#808378;
	width:100%;
	text-align: right;
	float:right;
	padding:0;
	font-size:17px;
	padding-bottom:20px;
	font-family: 'Gotham-Book';
}

/*-----------------------*/


/* SECTION SERVICOS */

section#servicos #cloud2{
	float:right;
	width:8%;
	position:absolute;
	margin-top:10%;
}

section#servicos section.content #blingfaz{
	color:#fff;
	font-family: 'Gotham-Black', Arial;
	margin-top:50px;
	width:100%;
	text-align: center;
	font-size:30px;
}

section#servicos section.content #blingfazsub{
	color:#fff;
	font-size:17px;
	width:100%;
	text-align: center;
	margin-top:15px;
	font-family: 'Gotham-Book';
}

section#servicos section.content #faz{
	width:100%;
	display:block;
	margin-top:50px;
	padding-bottom:80px;
	float:left;
}

section#servicos section.content #faz a{
	width:33%;
	display:block;
	float:left;
	margin-right:2px;
	border-radius: 8px;
	border:1px solid #dd485b; /*#3faf6c;*/
	margin:2px 0;
	text-decoration: none;
	transition:all .2s;
	padding-bottom:20px;
}

section#servicos section.content #faz a:hover{
	/*border:1px solid #ddd;*/
	background: #ac2925; /*#3ba465;*/
}

section#servicos section.content #faz a img{
	display:block;
	margin:0 auto;
	margin-top:20px;
	max-width:37px;
}

section#servicos section.content #faz a h1{
	width:100%;
	text-align: center;
	color:#fff;
	font-size:15px;
	margin-top:10px;
	font-family: 'Gotham-Medium';
}

section#servicos section.content #faz a p{
	width:90%;
	height:60px;
	text-align: center;
	display:block;
	margin:0 auto;
	color:#fff;
	font-size:13px;
	font-family: 'Gotham-Book';
	margin-top:5px;
	padding-bottom: 15px;
}

section#servicos section.content #faz a h4{
	display:block;
	margin:0 auto;
	float:left;
	color:#fff;
	text-decoration: none;
	width:100%;
	text-align: center;
	font-size:13px;
	margin-top:10px;
	padding-bottom:20px;
	color: #ffffff; /*#3faf6c;*/
	font-family: 'Gotham-Book';
}
section#servicos section.content #faz a:hover h4{
	color:#fff;
}


/* SECTION TOUR */

#tour{
	width:100%;
	display:block;
	float:left;
	background:#dd485b;
}

#tour #tourimg{
	display:block;
	margin:80px auto;
}

#tour #tourvideo{
	display: block;
	margin:30px auto;
	width: 560px;
	height: 315px;
}

#tour #faca{
	width:100%;
	text-align: center;
	font-family: 'Gotham-Medium', Arial;
	font-weight: bold;
	font-size:25px;
	color:#fff;
	padding:25px 0;
}

#tour #assista{
	display:block;
	margin:0 auto;
	background:#dd485b;
	padding:10px;
	color:#fff;
	text-decoration: none;
	width:450px;
	text-align: center;
	font-size:16px;
	font-family: 'Gotham-Bold', Arial;
	margin-bottom:50px;
	transition: all .2s ease;
	border:3px solid #fff;
	text-transform: uppercase;
}

#tour #assista:hover{
	background:#fff;
	color:#dd485b;
	border:3px solid #fff;
}

/* SECTION POSSUI */





section#possui{
	width:100%;
	display:block;
	float:left;
	background:#eff2f1;
}

section#possui #cutcloud{
	position:absolute;
	margin-top:-3%;
}

section#possui #greycloud{
	float:right;
	margin-top:13%;
}


section#possui section.content #icon3{
	/*position:absolute;*/
	/*margin-top:-8%;*/

	width:200px;
	float:left;
}


section#possui section.content #obling{
	width:40%;
	display:block;
	float:right;
	color:#3faf6c;
	font-family: 'Gotham-Black', Arial;
	font-size:30px;
	text-align: center;
	margin-top:8%;
	margin-right:15%;
}


section#possui section.content #assim{
	float:right;
	clear:both;
	font-family: 'Gotham-Book', Arial;
	color:#3faf6c;
	width:40%;
	margin-right:15%;
	text-align: center;
	font-size:20px;
	padding-bottom:80px;
}



section#possui section.content #assim a {
	color: #a2bf15;
	font-weight: bold;
	margin-top: 10px;
	display: block;
	cursor: pointer;
}

section#possui section.content section#left{
	width:70%;
	float:left;
	max-height:280px;
}

section#possui section.content section#right{
	width:30%;
	float:right;
	max-height:280px;
}

/* SECTION PARCEIROS/CAROUSEL */

#parceiros{
	width:100%;
	height: 290px;
	display:block;
	float:left;
	background: #eff2f1;
}

.carousel {
  width: 75%;
  margin:0 auto;
  margin-top:20px;
}

.carousel img {
  margin: auto;
}

/* SECTION PLANOS */

section#planos{
	width:100%;
	display:block;
	float:left;
	padding-top: 20px;
}

section#planos #precos{
	color:#d12149;
	width:100%;
	text-align: center;
	font-family: 'Gotham-Black', Arial;
	font-size:30px;
	padding-top:25px;
}

section#planos #escolha{
	width:100%;
	text-align: center;
	font-family: 'Gotham-Book', Arial;
	color:#494949;
	text-align: center;
	font-size:17px;
}

section#tableprice{
	width:100%;
	float:left;
	display:block;
	margin-top:20px;
}

section#tableprice section.content #tabelas{
	width:100%;
	display:block;
}

section#tableprice section.content #tabelas li{
	display:inline-block;
	width:25%;
	margin-bottom:50px;
	float:left;
}

section#tableprice section.content #tabelas li img{
	display:block;
	margin:0 auto;
	max-width:115px;
}

section#tableprice section.content #tabelas li h5{
	font-family: 'Gotham-Book', Arial;
	width:100%;
	text-align: center;
	font-size:20px;
	margin-top:15px;
	font-weight:bolder;
}

section#tableprice section.content #tabelas li h1, section#tableprice section.content #tabelas li h6{
	font-family: 'Gotham-Medium', Arial;
	font-weight: bold;
	width:100%;
	text-align: center;
	font-size:18pt;
}

section#tableprice section.content #tabelas li a{
	background:#f7941e;
	color:#fff;
	font-family: 'Gotham-Medium', Arial;
	font-weight: bold;
	padding:5px;
	border-radius: 8px;
	display:block;
	margin:0 auto;
	text-decoration: none;
	width:70%;
	text-align: center;
	transition: all .2s ease;
}

section#tableprice section.content #tabelas li a:hover{
		 -ms-transform: scale(1.05,1.05); /* IE 9 */
    -webkit-transform: scale(1.05,1.05); /* Safari */
    transform: scale(1.05,1.05); /* Standard syntax */
}

section#tableprice section.content #tabelas li p{
	width:100%;
	text-align: center;
	font-family: 'Gotham-Book', Arial;
	color:#494949;
	margin-top:10px;
	font-size:11px;
}

section#tableprice section.content #tabelas #cromo,
section#tableprice section.content #tabelas #titanio,
section#tableprice section.content #tabelas #platina,
section#tableprice section.content #tabelas #niobio{
	margin-top:66px;
}

section#tableprice section.content #tabelas #cromo h1,
section#tableprice section.content #tabelas #cromo h6{
	color:#f7941e;
	padding: 6px 0px;
}

section#tableprice section.content #tabelas #cobalto h4{
	font-family: 'Gotham-Medium', Arial;
	font-weight: bold;
	color:#ffcb08;
	width:100%;
	text-align: center;
	font-size:12px;
	margin-bottom: 10px;
	margin-top: 10px;
}

section#tableprice section.content #tabelas #cobalto h1,
section#tableprice section.content #tabelas #cobalto h6{
	color:#ffcb08;
	padding: 6px 0px;
}

section#tableprice section.content #tabelas #cobalto a{
	background:#ffcb08;
}

section#tableprice section.content #tabelas #titanio h1,
section#tableprice section.content #tabelas #titanio h6{
	color:#25aae1;
	padding: 6px 0px;
}

section#tableprice section.content #tabelas #titanio a{
	background:#25aae1;
}

section#tableprice section.content #tabelas #platina h1,
section#tableprice section.content #tabelas #platina h6{
	color:#573293;
	padding: 6px 0px;
}

section#tableprice section.content #tabelas #platina a{
	background:#573293;
}

section#tableprice section.content #tabelas #niobio a{
	background:#a9c952;
}

section#tableprice section.content #tabelas #niobio h1,
section#tableprice section.content #tabelas #niobio h6{
	color:#a9c952;
}

/* SECTION SAIBA MAIS */

section#saiba{
	width:100%;
	display: block;
	float:left;
}

section#saiba #saibamais {
	color:#d12149;
	padding:8px;
	border:3px solid #d12149;
	margin:0 auto;
	margin-bottom:100px;
	text-align: center;
	font-size: 16px;
	font-family: 'Gotham-Bold', Arial;
	text-decoration: none;
	text-transform: uppercase;
	display:block;
	width:25%;
	transition: all .2s ease;
}

section#saiba #saibamais:hover {
	color:#fff;
	background:#d12149;
}

section#saiba #crie {
	color:#574f4f;
	font-family: 'Gotham-Bold', Arial;
	font-size:40px;
	text-align: center;
	margin-top:30px;
	width:100%;
}
section#saiba #crie strong{
	font-family: 'Gotham', Arial;
	font-weight: bold;
	color:#7abc5f;
}

section#saiba #trintadias{
	width:100%;
	text-align: center;
	font-family: 'Gotham-Book', Arial;
	color:#575656;
	font-size:17px;
}

section#saiba form {
	display:block;
	margin:0 auto;
	margin-top:50px;
}

section#saiba form section.content input{
	width:270px;
	height: 30px;
	padding-left:10px;
	font-family: 'Gotham-Book', Arial;
	font-size: 13px;
	color:#7abc5f;
	border:1px solid #7abc5f;
	display:inline-block;
	margin:0 auto;
}

::-webkit-input-placeholder {
   font-family: 'Gotham-Book', Arial;
	color:#7abc5f;
}

:-moz-placeholder {
   font-family: 'Gotham-Book', Arial;
	color:#7abc5f;
}

::-moz-placeholder {
   font-family: 'Gotham-Book', Arial;
	color:#7abc5f;
}

:-ms-input-placeholder {
   font-family: 'Gotham-Book', Arial;
	color:#7abc5f;
}

section#saiba form section.content input[type=submit]{
	background:#fff;
	width:400px;
	height: 40px;
	font-family: 'Gotham-Bold';
	color:#7abc5f;
	display:block;
	margin:0 auto;
	margin-top:30px;
	padding:8px;
	font-size:16px;
	text-align: center;
	transition: background .2s ease;
	border:3px solid #7abc5f;
	text-transform: uppercase;
}

section#saiba form section.content input[type=submit]:hover{
	background:#7abc5f;
	color:#fff;
	border:3px solid #7abc5f;
}

section#exclamacao{
	width:100%;
	display:block;
	background:#AC3335;
	float:left;
	margin-top:50px;
}

section#exclamacao img{
	display:block;
	margin:0 auto;
	max-height:109px;
	padding:25px 0px;
}


/* FOOTER */


a{text-decoration: none!important;}

footer{
	width:100%;
	display:block;
	background:#fff;
	float:left;
	padding-bottom:15px;
}

footer section.content #links{
	width:100%;
	display:block;
	float:left;
	margin-top:30px;
	padding:0;
}

footer section.content #links li{
	width:20%;
	display:block;
	float:left;
	padding:0;
	margin:0;
	border-right:1px solid #fff;
	font-family: 'Gotham-Book';
}

footer section.content #links #linktitulo{
	width:50%;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	color:#252424;
	margin-bottom:10px;
	font-size:14px!important;
}


footer section.content #links a{
	display: block;
	text-align: left;
	margin-bottom:10px;
	color:#413e3e;
	font-size:11px;
	width:100%;
}

footer section.content #links #fourth a {
    display: initial;
	text-align: left;
	margin-bottom:10px;
	color:#413e3e;
	font-size:11px;
	width:100%;
}

footer section.content #links a:hover{
	text-decoration: underline!important;
}

.open-modal button {
 background:none;
 border:0;
 font-family: 'Gotham-Book';
 font-size:11px;
 cursor: pointer;
 color:#413e3e;
 width:100%;
 text-align: left;
 margin-bottom:6px;
 padding:0;
 margin:0;
  margin-bottom:6px;
}

.open-modal2 button {
 background:none;
 border:0;
 font-family: 'Gotham-Book';
 font-size:11px;
 cursor: pointer;
 color:#413e3e;
 width:100%;
 text-align: left;
 margin-bottom:6px;
 padding:0;
 margin:0;
  margin-bottom:6px;
}

.open-modal3 button {
 background:none;
 border:0;
 font-family: 'Gotham-Book';
 font-size:11px;
 cursor: pointer;
 color:#413e3e;
 width:100%;
 text-align: left;

 padding:0;
 margin:0;
  margin-bottom:6px;
}



/* MEDIA QUERIES */

@media screen and (max-width: 1500px) {
	footer section.content #icon4{display: none;}
	section#home section.content section#left #icon1{
		width:100%;
	}
	section#home section.content section#right #hometitle{
		width:73%;
	}
	section#possui section.content #obling{
		width:55%;
	}
	section#home section.content section#right #confira{
		width:60%;
	}
	section#possui section.content #assim{
		width:50%;
		margin-right:19%;
	}
	section#planos #escolha{
		width:100%;
		text-align: center;
	}
	section#saiba #saibamais{
		width:35%;
		margin-bottom:8%;
	}
	section#tableprice #tabelas li a{
		width:65%;
	}



#cloud1{
	width:13%;
}

#cloud2{
	width:19%;
	top:100%;
}

/*FOOTER*/
footer section.content #redes{
	float:none!important;
	margin:0 auto!important;
	margin-left:40%!important;
}
footer section.content #redes li{
	display: inline-block;
}

@media (max-width: 1450px){
/*footer*/

footer section.content #links{
		width:100%!important;
		display: block;
		clear:left;
	}
	footer section.content #redes{
		width:50%!important;
		display: block;
		margin:0 auto;
		margin-left:-20%;
	}
	footer section.content #siga{
		width:100%!important;
		text-align: center;
	}
}



}
@media (max-width: 1380px){
	#cloud1, #cloud2, #cloud3, #cloud4,section#possui section.content #icon3{
		display: none;
	}
	section.content{
		width:80%;
	}
	section#possui section.content #obling, section#possui section.content #assim{
		width:70%!important;
		display: block;
		margin:30px auto;
		text-align: center;
		float: none!important;
	}

}
@media (max-width: 1100px){
	section.content{
		width:80%;
	}
	section#servicos section.content #faz{
		padding-bottom:30px;
	}
	section#servicos section.content #faz a{
		width:50%!important;
	}
	section#servicos section.content #faz a:last-child{
		margin-left:25%;
	}
	section#servicos section.content #faz a h4{
		color:#fff;
	}
	#tour #faca{width:80%!important; float:none!important; margin:0 auto;}
	#tour #assista{
		min-width:100px;
		width: auto;
	}
/*footer*/

	footer section.content #links li{
		width:50%!important;
		float:left!important;
		margin:20px 0px;
	}
	footer section.content #links #linktitulo{
		width:100%!important;
	}

	footer section.content #links li a{
		margin:0!important;
		padding-bottom:10px;
		width:100%!important;
		text-align: left!important;
		float:none!important;
	}
}

@media (max-width: 1100px){
	section.content{
		width:90%;
	}
	section#home section.content section#right #icon2, footer section.content #icon4{display: none;}
	section#home section.content section#left{
		float:none!important;
		margin:0!important;
		padding: 0!important;
		margin:0 auto;
	}
	section#home section.content section#left #icon1{
		float:none!important;
		display:none;
		margin-left:150%!important;

	}
	section#home section.content section#right{
		width:100%;
		margin-top:50px!important;
		padding-bottom:50px;
	}
	/*---------------*/



	/*-------------*/


	section#home section.content section#left{
		width:80%;
		text-align: center;
		float:none!important;
		margin:0 auto;
	}

	section#home section.content section#right #links{
		width:400px!important;
		float:none!important;
		display: block;
		margin:0 auto;
	}
	section#contato section.content section#left{
		width:100%;
		margin-top:20px!important;
		padding-bottom:10px;
	}
	section#contato section.content section#left #contatotitle{
		width:80%;
		text-align: center;
		float:none!important;
		margin:0 auto;
	}
	section#contato section.content section#right{
		width:100%;
		margin-top:20px!important;
		padding-bottom:50px;
	}
	section#contato section.content section#right #fonetitle, section#contato section.content section#right #confirafone{
		width:80%;
		text-align: center;
		float:none!important;
		margin:0 auto;
	}

	section#servicos section.content #blingfaz, section#servicos section.content #blingfazsub{
		float:none!important;
		width:100%;
		text-align: center;
		margin-left:0!important;
	}

	section#tableprice #tabelas li{
		width:50%!important;
	}
	section#saiba #saibamais{
		width:300px;
	}

	section#saiba form section.content input{
		width:100%!important;
		margin-bottom:10px;
	}

	footer section.content #links li{
		width:50%!important;
		float:left!important;
		margin:15px 0px;
	}
	footer section.content #links #linktitulo{
		width:100%!important;
		text-align: center!important;
	}

	footer section.content #links li a{
		margin:0!important;
		padding-bottom:10px;
		width:100%!important;
		text-align: center!important;
		float:none!important;
	}

	.open-modal button{text-align: center;}
	.open-modal2 button{text-align: center;}
	.open-modal3 button{text-align: center;}
}
@media (max-width: 700px){
	section#servicos section.content #faz a{width:90%!important; float:none!important; display: block; margin:0 auto!important; min-height:250px;}
	section#servicos section.content #faz a:last-child{
		margin-left:0!important;
		display: block;
		margin:0 auto!important;
	}
	section#servicos section.content #faz a p{height: auto!important;}
	#tour #tourimg{
		max-width: 90%!important;
	}
/*footer*/
	footer section.content #links li{
		width:100%!important;
	}
	footer section.content #links #linktitulo{
		width:100%!important;
		text-align: center;
	}
	footer section.content #links #first a, footer section.content #links #second a, footer section.content #links #third a,footer section.content #links #fourth a{
		margin-left:0!important;
		float:left!important;
		width:100%!important;
		text-align: center!important;
	}
	.open-modal button{text-align: center;}
	.open-modal2 button{text-align: center;}
	.open-modal3 button{text-align: center;}
	footer section.content #links li #second {
		width: 30%;
	}

}

@media (max-width: 600px){
	section#servicos section.content #faz a{
		width:90%!important;
		display: block;
		margin:0 auto;
		float:none!important;
		height:250px;
	}
	#tour #tourimg{
		max-width: 90%!important;
	}

	#tour #tourvideo {
		width: auto;
		height: auto !important;
	}
}


@media (max-width: 500px){
	section#home section.content section#right #links{
		width:80%!important;
		float:none!important;
		display: block;
		margin:0 auto;
	}
	section#home section.content section#right #links #como{
		width:80%!important;
		float:none!important;
		display: block;
		margin-top:20px!important;
		margin-left:40px!important;
		text-align: center;
	}
	section#home section.content section#right #links #trintadias{
		margin-bottom:10px!important;
		float: none;
		display: block;
		text-align: center;
	}
	#tour #tourimg{
		max-width: 90%!important;
	}

	section#tableprice #tabelas li{
		width:90%!important;
	}

	section#saiba form section.content input[type=submit]{
		width:80%!important;
		font-size:13px;
	}

	section#saiba #saibamais{
		width:80%!important;
		font-size:13px;
	}

}
