/* Início configuração da Home*/
@import url('https://fonts.googleapis.com/css?family=Roboto');


nav ul a,
nav .brand-logo {
  color: #444;
}

.navbar-fixed {
  z-index: 998;
}


p {
  font-family: 'Roboto', sans-serif;
  line-height: 2rem;
}

/*Menu Hamburguer*/
.sidenav-trigger {
  color: #2d3436;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
.parallax-container .section {
  width: 100%;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
  background-color: #2d3436;
}
/* Fim configuração da Home*/



/*Botão login com efeito hover*/
.botao-login-hover{
  color: #01579b ;
  text-transform: uppercase;
}

.botao-login-hover:hover{
  background-color:#01579b ;
  transition:0.3s; 
  color:#fff;
}
/* Fim Botão de login navBar*/


/* Botão submit avaliação física*/
#botao-submit-avaliacao{
 background-color: #2b2f3e;
}

#botao-submit-avaliacao:hover{
 background-color:#26a69a;
 transition:0.3s; 
 color:#fff; 
}
/* Fim Botão submit avaliação física*/




/*Botão logout com efeito hover*/
.botao-logout-hover{
  color: #ecf6ff ;
  text-transform: uppercase;
}

.botao-logout-hover:hover{
  background-color: #718ca2 ;
  transition:0.3s; 
  color:#fff;
}
/* Fim Botão de logout navBar*/



/* Texto Card Home */
.texto-card-home{
  text-align:center; 
  line-height:1.8em;
}



/* Mini card informativo */
#task-card .task-cat {
  padding: 2px 4px;
  color: #fff;
  margin-left: 37px;
  font-weight: 300;
  font-size: 0.8rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
}

.task-cat {
  padding: 2px 4px;
  color: #fff;
  font-weight: 300;
  font-size: 0.8rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
}
/* Fim Mini card informativo */



/*css da landing page no início da home */
#landing{
  height: 100vh;
  /*background-image: url('https://user-images.githubusercontent.com/26179770/37276818-e3e358f4-2608-11e8-9659-05585e92a588.png');*/
  background-image: url('/img/bg-academia1.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}

#mainText{
  margin-top: 30vh;
}

#intro{
  margin-top: 50px;
}

#work{
  background-color: rgb(61,61,61);
}

#p1{
  height: 350px;
}
/*fim do css da landing page no início da home */



/* flight card */
#flight-card .flight-card-title {
  margin: 0;
  font-weight: 300;
  color: #fff;
}

#flight-card .flight-card-date {
  font-size: 1.0rem;
  margin: 0;
  color: #fff;
}

#flight-card .flight-state {
  padding-bottom: 15px;
}

#flight-card .flight-state-two {
  border-left: 1px dashed #bdbdbd;
}

#flight-card .flight-icon {
  font-size: 2.2rem;
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

#flight-card .card-content-bg {
  /*background: url("/img/3.png") no-repeat center center;*/
  background-color: #546e7a;/* #786fa6;*/ 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#flight-card .card-content {
  background: rgba(0, 0, 0, 0.25);
}

#flight-card .flight-state-wrapper {
  margin: 0 0 10px 0 !important;
}

#flight-card .card-header .card-title {
  padding: 20px;
}
/* Fim do fligth card*/




/* Alertas */
.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}


/*Carrega Preloader no centro da view */
#carrega-preloder{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%; 
}
/* Fim Carrega Preloader no centro da view */





/*Card de Informações na Home*/
.material-tooltip {
  display: hidden;
}

.bg-roxo {
  background-color: #3498db !important;
}

.small-box-home {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 50px;
}

.small-box-home>.inner {
  padding: 10px;  
}

.small-box-home h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
  color: #fff;
}

.small-box-home p {
  color: #fff;
}

.small-box-home .icon {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
/* Fim Card de Informações na Home*/


/*Card de Informações Do Aluno*/
.material-tooltip {
  display: hidden;
}

.bg-aqua {
  background-color: #00c0ef !important;
}

.bg-green {
  background-color: #00a65a !important;
}

.bg-yellow {
  background-color: #f39c12 !important;
}

.bg-red {
  background-color: #dd4b39 !important;
}

.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);  
}

.small-box>.inner {
  padding: 10px;  
}

.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
  color: #fff;
}

.small-box p {
  color: #fff;
}

.small-box .icon {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}

.small-box>.small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
/* Fim Card de Informações Do Aluno*/
