/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

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


footer.page-footer {
    margin-top: 0px;
    padding-top: 20px;
    background-color: #ffffff !important;
    border-top: 1px solid;
    border-color: #e5e6e9;
	 color: rgba(97, 97, 97, 0.8);
}


footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: rgba(97, 97, 97, 0.8);
    background-color: #ffffff;
    border-top: 1px solid;
    border-color: #e5e6e9;
}


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(24, 188, 142, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  background-color: #18BC8E;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}



section#hero {
    background-color: rgba(29,181,171,0.75);
    background-image: url(../img/illustration6.jpg);
    background-position:center;
    background-size: cover;
    height: 450px; 
}

section#herom {
    background-color: rgba(29,181,171,0.75);
    background-image: url(../img/illustration6m.jpg);
    background-position: center;
    background-size: cover;
    height: 340px; 
}

section#videom {
    background-color: rgba(29,181,171,0.75);
    background-image: url(../img/banner_video.jpg);
    background-position:center;
    background-size: cover;
}

section#video {
    background-color: rgba(29,181,171,0.75);
    background-image: url(../img/banner_video2.jpg);
    background-position:center;
    background-size: cover;
    height: 400px; 
}
section#premio {
    background-color: rgba(15, 136, 117, 0.96);
    background-image: url(../img/celulas3.jpg);
    background-position:center;
    background-size: cover;
    padding: 50px 0;

}

.row {
    margin-bottom: 0px;
}

section#sbbc {
    background-color: #fff;
   
    padding: 60px 0;
}

section#aviso {
    background-color: rgb(245, 186, 51);
   
    padding: 10px 0;
}

section#depoimento {
    background-color: #EDEDED;
   
    padding: 40px 0;
}

section#perguntas {
    background-color: #fff;
	   
   
    padding: 20px 0;
}


section#finalidade {
    background-color: #EDEDED;
    
    padding: 20px 0;
}

section#contato{
    background-color: #EDEDED;
    
    padding: 20px 0;
}
section#regulamento {
    background-color: #EDEDED;
    
    padding: 20px 0;
}

section#inscricao {
    background-color: #fff;
    padding: 5px 0;
}

section#inscricao .tabs {
    background-color: transparent;
    margin-bottom: 50px;
}



header.headhesive.headhesive--stick {
    visibility: visible;
    background-color: #149b9e;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.25s linear;
	
	
	
}

header.headhesive {
    visibility: visible;
}

section#sbbc img {
    display: block;
    margin-top: 40px;
}


.row .col.m5 {
	
	width: 41.66667%;
	margin-left: 0;
	line-height: 1.55rem;

}
body img {
    max-width: 100%;
}
.tabs {
    position: relative;
    height: 48px;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
	overflow-x: hidden;

}
h5.Universfont {
	font-family: "UniversLTStd-ThinUltraCn", Roboto, sans-serif;
	font-size: 3.0rem;
	line-height: 3.2rem;
	
	font-weight: 300;
  }

h4.Universfont {
	font-family: "UniversLTStd-ThinUltraCn", Roboto, sans-serif;
	font-size: 5.0rem;
	line-height: 4.5rem;
	color: #fff;
    vertical-align: middle;
	font-weight: 300;
  }

h3.Universfont {
	font-family: "UniversLTStd-ThinUltraCn", Roboto, sans-serif;
	font-size: 6.0rem;
	line-height: 5.5rem;
	color: #fff;
    vertical-align: middle;
	font-weight: 300;
  }

h2.Universfont {
	font-family: "UniversLTStd-ThinUltraCn", Roboto, sans-serif;
	font-size: 10.0rem;
	line-height: 7.5rem;
	color: #fff;
    vertical-align: middle;
	font-weight: 500;
  }

h2.chamada {
	font-family: "UniversLTStd-ThinUltraCn", Roboto, sans-serif;
	font-size: 5.0rem;
	line-height: 4.0rem;
	color: #000;
    vertical-align: middle;
	font-weight: 300;
  }

h3.chamada {
	font-family: "UniversLTStd-ThinUltraCn", Roboto, sans-serif;
	font-size: 4.0rem;
	line-height: 4.5rem;
	color: #000;
    vertical-align: middle;
	font-weight: 200;
  }
h5 {
    font-family: "UniversLTStd-ThinUltraCn", Roboto, sans-serif;
    font-size: 3.2rem;
	line-height: 3.5rem;	

}

h3.premios {
	font-family: "Roboto", sans-serif;
	font-size: 1.4rem;
	line-height: 2.1rem;
	color: #000;
    vertical-align: middle;
	font-weight: 300;
  }

h6.right-align {
    font-size: 0.8em;
}

.buy {
    background-color: #FFC107;
}

.top {
	margin-top: -22px;


	}
