/* Custom Stylesheet */
/**

 */

.destaque{line-height: 1.5em;;padding: 1px 15px;background-color: rgba(0,0,0,0.25)}

 .sn_icon {width: 50px; opacity: 0.5;transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s;}
 .sn_icon:hover {opacity: 1; box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);}
 .slider .indicators .indicator-item.active {background-color: #c32d2d;}

.cartaoimage {box-shadow: 0 4px 4px 0 rgba(0,0,0,0.14),0 2px 10px 0 rgba(0,0,0,0.12),0 6px 2px -4px rgba(0,0,0,0.2);}
.servicesfootnote {font-size: 1.2em; padding-top: 1em;}


p {line-height: 2rem;}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 480px;
  line-height: 0;
  height: auto;
  color: rgb(209, 0, 0);
}

.parallax img {filter:blur(0x) brightness(80%);}
.header {text-transform: uppercase;}

 .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;}

footer.page-footer .footer-copyright {background-color:rgba(51, 51, 51, 0.0);}

#como-jogar, #onde-obter, #contatos {padding-top: 8em;padding-bottom: 2em;}
#sobre {padding-top: 8em;padding-bottom: 2em;}
.espacamento {margin-bottom: 10em;}

nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {height: 100px;line-height: 100px;}
nav ul a {font-size: 1.3rem;}


 /* Three image containers (use 25% for four, and 50% for two, etc) */
 .column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
} 

.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 5px;
}