
@font-face{
	font-family: lato-regular;
    src: url(../fonts/Lato-Regular.woff);
}
@font-face{
	font-family: raleway-light;
    src: url(../fonts/raleway-light.woff);
}
@font-face{
	font-family: raleway-bold;
    src: url(../fonts/raleway-bold.woff);
}
* {margin:0; padding: 0;}
html, body {height:100%;}
body{margin-top:95px;
}
 
/** formata elementos que tem backgrounds parallax **/
.bgParallax {
	font-family: 'Elsie', cursive;
	color:#FFF;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	position: relative;
	min-height: 100%;
	text-shadow:0 0 10px rgba(0,0,0,0.7);
 
	background-position: 50% 0;
	background-repeat: repeat;
	background-attachment: fixed;
}
.navbar{
	height: 100px;
	background-color: #ffffff !important;
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
	z-index: 99;
}
#container-menu{
	background-color: #ffffff;
	z-index: 99;
}
/* Define backgrounds dos divs */

/** Formata o article que vai o texto **/
.bgParallax article {
  width: 70%;
  text-align: center;
  margin:0 auto;
  padding:20% 0 0;
}
strong{
	font-family: raleway-bold;
}


@media screen and (min-width : 691px) {
	h1 {
	    text-align: center;
	    font-size: 500%;
	    color: #fff;
	    text-shadow: 0 2px 2px #000;
	    font-family: raleway-light;
	}
	#home h1 {
	    text-align: center;
	    font-size: 600%;
	    color: #fff;
	    text-shadow: 0 2px 2px #000;
	    font-family: raleway-light;
	}
	h2{
	    text-align: center;
	    font-size: 300%;
	    color: #eb9167;
	    text-shadow: 0 2px 2px #000;
	    font-family: raleway-light;
	}
	.text-info{
	    text-align: center;
	    font-size: 130%;
	    color: #eb9167;
	    text-shadow: 0 1px 1px #000;
	    font-family: raleway-light;
	}
	.navbar-nav li a{
		font-family: raleway-light;
		transition: all .2s ease-in-o	ut; 
	}
	.navbar-nav li a:hover{
		background-color: transparent;
		transform: scale(1.2);
	}
	.navbar-nav li a:visited{
		background-color: #ffffff;
	}
	.navbar-nav li a:active{
		background-color: transparent;
		color: orange;
	}

	#home {
		background-image: url(../../imagens/bg/bg1.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
	    height: 100%;
	    padding-top: 18%;
	    -webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
	#aulas {
		background-image: url(../../imagens/bg/bg6.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
	    height: auto;
	    padding: 96px;
		-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
	#pilates-e-funcional {
		background-image: url(../../imagens/bg/bg2.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
	    height: auto;
	    padding: 96px;
		-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
	#contato-e-localizacao {
		background-image: url(../../imagens/bg/bg7.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
	    height: auto;
	    padding: 96px;
		-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
	#fotos {
		background-image: url(../../imagens/bg/bg8.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
	    height: auto;
	    padding: 96px;
		-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
	#myCarousel{
		display:none;
	}
}
@media screen and (max-width : 1186px) {
	#face{
		display: none;
	}
}

/* CELULAR EM PÉ */
@media screen and (max-width : 690px) and (orientation: portrait) {
   	h1 {
	    text-align: center;
	    font-size: 250%;
	    color: #fff;
	    text-shadow: 0 2px 2px #000;
	    font-family: raleway-light;
	}
	 h2 {
	    text-align: center;
	    font-size: 230%;
	    color: #eb9167;
	    text-shadow: 0 2px 2px #000;
	    font-family: raleway-light;
	}
	.text-info{
	    text-align: center;
	    font-size: 100%;
	    color: #eb9167;
	    text-shadow: 0 1px 1px #000;
	    font-family: raleway-light;
	}
	.navbar-nav li a{
		font-family: raleway-light;
	}
	.navbar-nav li a:hover{
		background-color: transparent;
	}
	.navbar-nav li a:visited{
		background-color: #ffffff;
	}
	.navbar-nav li a:active{
		background-color: transparent;
		color: orange;
	}

	#home {
		background-image: url(../../imagens/bg/bgm3.jpg);
		background-repeat: no-repeat;
		-webkit-background-size: cover; 
	    -moz-background-size: cover; 
	    -o-background-size: cover; 
	    background-size: cover; 
		width: 100%;
	    height: auto;
	    min-height: 100%;
	    padding-top: 96px;

	    -webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
	#aulas {
		background-image: url(../../imagens/bg/bgm2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	    padding-top: 96px;
	    height: auto;
	    min-height: 100%;
		-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
	#pilates-e-funcional {
		background-image: url(../../imagens/bg/bgm1.jpg);
		background-size: cover;
		padding-top: 96px;
		width: 100%;
	    height: auto;
	    min-height: 100%;
		-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
	#fotos {
		background-image: url(../../imagens/bg/bg8.jpg);
		background-repeat: no-repeat;
		width: 100%;
	    height: auto;
	    min-height: 100%;
	    padding-top: 96px;
		-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
	#contato-e-localizacao {
		background-image: url(../../imagens/bg/bg7.jpg);
		width: 100%;
	    height: auto;
	    min-height: 100%;
	    padding-top: 96px;
		-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
	#fotosDesk{
		display:;
	}
	#myCarousel,#mapa{
		display:none;
	}
	
}


/* CELULAR DEITADO */
@media screen and (max-width : 690px) and (orientation: landscape) {
	h1 {
	    text-align: center;
	    font-size: 280%;
	    color: #fff;
	    text-shadow: 0 2px 2px #000;
	    font-family: raleway-light;
	}
	 h2 {
	    text-align: center;
	    font-size: 230%;
	    color: #eb9167;
	    text-shadow: 0 2px 2px #000;
	    font-family: raleway-light;
	}
	.text-info{
	    text-align: center;
	    font-size: 100%;
	    color: #eb9167;
	    text-shadow: 0 1px 1px #000;
	    font-family: raleway-light;
	}
	.navbar-nav li a{
		font-family: raleway-light;
	}
	.navbar-nav li a:hover{
		background-color: transparent;
	}
	.navbar-nav li a:visited{
		background-color: #ffffff;
	}
	.navbar-nav li a:active{
		background-color: transparent;
		color: orange;
	}

	#home {
		background-image: url(../../imagens/bg/bg1.jpg);
		background-repeat: no-repeat;
		width: 100%;
	    height: auto;
	    min-height: 100%;
	    padding-top: 96px;
	    -webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
	#aulas {
		background-image: url(../../imagens/bg/bg6.jpg);
		background-repeat: no-repeat;
		width: 100%;
	    height: auto;
	    min-height: 100%;
	    padding: 96px;
		-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
	#pilates-e-funcional {
		background-image: url(../../imagens/bg/bg2.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-color: #000;
		width: 100%;
	    height: auto;
	    min-height: 100%;
	    padding: 96px;
		-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
	#contato-e-localizacao {
		background-image: url(../../imagens/bg/bg7.jpg);
		background-size: cover;
		width: 100%;
	    height: auto;
	    min-height: 100%;
	    padding: 96px;
		-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
	#fotos {
		background-image: url(../../imagens/bg/bg8.jpg);
		background-repeat: no-repeat;
		width: 100%;
	    height: auto;
	    min-height: 100%;
	    padding: 96px;
		-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
		box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
	}
	#myCarousel,#mapa{
		display:none;
	}
}