/*
*
* @author Cleyton Santos
* @version 0.1
*
*/





/* ======================= menu ======================================= */

 .navbar-inverse .navbar-toggle {
    background-color: transparent;
    border-color: white;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}


.navbar-inverse .navbar-toggle {
    border-color: white;
}


 /* Center the loader */
 #loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #f58320;
    border-right: 16px solid #939598;
    border-bottom: 16px solid #f58320;
    border-left: 16px solid #939598;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
  }

  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }

  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }

  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }

  #myDiv {
	display: none;
	margin-top: 60px;
  }




.heading {
    height: 103px;
	position: absolute;
    height: 10%;
    z-index: 10;
    box-sizing: inherit;
    width: 100%;
    padding-right: 30px;
    padding-top: 10px;

}

.container-right{
	float: right;
	width: 100%;
}

.logo {
    float: left;
    width: 33.33333%;
}

.menu-desk {
    text-align: right;
    margin-top: 5px;
    float: left;
    width: 100%;
}

.menu-cima {
    padding-top: 4px;
    width: 100%;
    display: inline-block;
}

 .telefones {
    margin-left: 20px;
    float: left;
    font-size: 0.9375em;
    color: #999999;
}

.telefones i {
    color: #f4ca74;
    margin-right: 5px;
    font-size: 0.9375em;
}

.fa {
	margin-top: 40%;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.botao-login {
    float: right;
    margin-top: 5px;
}

button {
    cursor: pointer;
    background: #939598;

    margin-top: 20px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: bold;
    border: 0;

}

.rede-social {
    float: right;
}

.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.facebook {
    display: inline-block;
    border: 2px solid #51b7a7;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 1px 8px;
    margin-left: 6px;
        margin-top: 8px;
}

.facebook a {
    color: #51b7a7;
}



.text-capa a {
	text-decoration-color: red;
    color: red;
}

.instagram {
    display: inline-block;
    border: 2px solid #51b7a7;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 1px 6px;
    margin-left: 6px;
        margin-top: 8px;
}
.instagram a {
    color: #51b7a7;
}

/* -- Botões -- */
.btn-custom{
	color: white;
	border-radius: 500px;
	-webkit-border-radius:  500px;
	-moz-border-radius:  500px;
	text-transform: uppercase;
	transition: background  0.5s, color 0.5s;
}



.btn-branco{
	border: 2px solid white;
}
.btn-branco:hover{
	color: #004d4d ;
	background: white;
}




/* ======================= layout ======================================= */

html, body, .capa {
	height: 100%;
	overflow: auto;
}

body{
	/* background: url('../imagens/capa.png'),
				url('../imagens/ruido.png.png'),
				linear-gradient(50deg, #00b3b3, #004d4d); 
	 
	*/
	/*background-image: linear-gradient(to bottom,white, white, #FFE4B5,	#FFDAB9);	*/
	font-family: Helvetica, Arial, sans-serif;
	background: #f8f9fa;
	
}

/* -- Barra de Navegação -- */





/* -- Barra de Navegação -- */
.img-logo{
	height: 50px;
	width: 132px;
	display: block;
	background: url('../imagens/logo.png') no-repeat;
	background-size: contain;
	color: transparent;
	margin-top: 10px;

}


.img-centro {
	width:150px;
	height:150px;
	position:absolute;
	top:50%;
	left:45%;
	margin-top:-50px;
	margin-left:-50px;
	}


.img-logo-footer{
	height: 100px;
	width: 150px;
	display: block;
	background: url('../imagens/logo.png') no-repeat;
	background-size: contain;
	color: transparent;
	margin: 0px 0px 0px 0px;

}



nav.navbar-transparente{
	padding: 15px 0px;
	/* background: rgba(0, 51, 51, 0.9); */
	background: #f1f1f1;
	border: none;
}

.navbar-brand{
	padding: 2px 15px;
}

.divisor{
	width: 1px;
	height: 16px;
	background: #004d4d ;
	margin: 16px 10px;
}

.navbar-inverse .navbar-nav>li>a, #rodape .nav a{
	color:#004d4d ;
	font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a:hover, #rodape .nav a:hover{
	color:#004d4d ;
	font-weight: bold;
	background: none;
}


/* -- Imagem de Capa -- */
.capa{
	display: table;
	width: 100%;
}

.texto-capa{
	text-align: center;
	color: #f5821f ;
	display: table-cell;
	vertical-align: middle;


}

.login-main{
	text-align: center;
	color: #f5821f ;
	display: table-cell;
	vertical-align: middle;
	padding-left: 35%;
	padding-right: 35%;


}


#telefone-capa, #telefone-capa a, #telefone-capa a:hover{
	font-size: 35px;
	font-weight: 700;
	letter-spacing: -0.04em;
	color: white;
	text-decoration: none;
	margin-top: 15px;

}




/* -- Botões -- */
.btn-custom{
	color: white;
	border-radius: 500px;
	-webkit-border-radius:  500px;
	-moz-border-radius:  500px;
	text-transform: uppercase;
	transition: background  0.5s, color 0.5s;
}



.btn-branco{
	border: 2px solid white;
}
.btn-branco:hover{
	color: #004d4d ;
	background: white;
}


/* img{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:  5px;
	-webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
	-moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.77);
	box-shadow:         9px 7px 5px rgba(50, 50, 50, 0.77);

} */


.img-footer{
	width: 50px;
	height: 50px;
	margin: 3px;

}

.container-secao{
	margin-top: 50px;
}


.modal-content{
	min-height:100%;
	margin-bottom: -40px; /* Put negative height of the footer here */
	padding-bottom: 40px; /* Put height of the footer here. Needed for higher than screen height pages */
}


/* ======================= seções ======================================= */

/* -- O Studio Moves -- */

#studio{
	background: white;
	padding-top: 60px;
	padding-bottom: 20px;


}




.albuns{
	padding:  30px 0px 0px 20px;

}

/* -- Pilates -- */
#pilates{
	padding-top: 60px;
	padding-bottom: 20px;
	color: white;

}


/* -- Funcional -- */
#funcional{
	background: white;
	padding-top: 60px;
	padding-bottom: 20px;

}

.texto-direita{
	padding:  0px 0px 0px 40px;

}

/* -- Rodape -- */
footer{
	background: #004d4d;
	background:rgba(0,0,0,0.4);
	position: relative;


}

.row {
    margin-right: 0px;
    margin-left: 0px;

}


  /* LOGO */
  .img-logo-main{
    width: 500px;
    height: 500px;
    background: url('../imagens/logo-main.png') no-repeat;
    background-size: contain;
    color: transparent;


}





/* LAYOUT TELAS LISTAGEM E CADASTRO */

.top_tiles {
    margin-bottom: 0;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-md-55, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}
.dashboard_graph {
    background: #fff;
    padding: 7px 10px;
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

a, a:visited, a:focus, a:active, :visited, :focus, :active, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
}

.float-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}


/* ======================= tipografia ======================================= */
h1{
	font-weight: 700;
	letter-spacing: -0.05em;
	margin-bottom: 40px;
}

h2{
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -0.04em;
}

h3{
	font-size: 35px;
	font-weight: 700;
	letter-spacing: -0.04em;
}

p, li{
	font-size: 18px;
	font-weight: 200;
}

#studio h2, #studio h3{
	color: #004d4d;
}

#pilates h2, #pilates h3{
	color: #004d4d;
}

#funcional h2, #funcional h3{
	color: #004d4d;
}


#rodape h3 {
	color: white;
}

#rodape a,#rodape p, #rodape img{
	color: white;
	font-size: 15px;
	box-shadow: none;

}


/* ======================= media queries ======================================= */

/* Media Queries xs < 768 */
@media screen and (max-width: 767px) {


	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 10px;
}

	.facebook{
		float: left;
	}
	.instagram{
		float: left;
	}
	.botao-login{
		float: left;
	}



	h1{
		margin-top: 100px;
		font-size: 50px;
	}
	.btn-custom{
		margin: 10px 15px;
	}

	h2{
		font-size: 35px;
	}

	h3{
		font-size: 20px;
	}

	img{
		margin-bottom: 20px;
	}

	footer{
		padding: 20px 20px 20px 30px;
		margin:   0px 0px 0px 0px;
	}


}

/* Media Queries md < 992 */
@media screen and (min-width: 768px) {

	button {
	    padding: 5px 10px;
	    letter-spacing: 1px;
	}

	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
	}

	h1{
		margin-top: 100px;
		font-size: 80px;
	}

	.container {
	    width: 90%;
	}
	.navbar-nav li {
	    float: left;
	    font-size: 15px;
	}
	.navbar-right {
    	margin-right: 10px;
	}

	.btn-custom{
		margin: 10px 15px;
	}
	img{
		margin-bottom: 10px;
	}
	footer{
		padding: 50px 0px 20px 0px;
	}

}

/* Media Queries lg < 1200 */
@media screen and (min-width: 993px) {

	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 40px;
}

	h1{
		font-size: 100px;
	}
	.btn-custom{
		margin: 10px 15px;
	}

	.navbar-right {
    	margin-right: 15px;
	}

	/* img{
		margin-bottom: 10px;
	} */
	footer{
		padding: 50px 0px 20px 0px;
	}
}

