@CHARSET "ISO-8859-1";
@import "bourbon";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5{
  overflow: hidden !important;
}
h1{
  font-size: 6em !important;
}
h2{
  font-size: 5em !important;
}
h3{
  font-size: 3em !important;
}
h4{
  font-size: 2em !important;
}
h5{
  font-size: 1.4em !important;
}
a{
  text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
  font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;
}
img{
  max-width: 100%;
  padding: 0;
  margin: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
h1{
  font-size: 3.5em;
}
section{
  padding: 30px 0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { 
  border: 0;
}
body {
  margin: 0 auto;
}
.wrap{
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}
header, footer{
  min-width: 100%;
  min-height: 90px;
  background-color: #2980b9;
  padding: 0;
  margin: 0;
}
nav {
    text-align: center;
}
nav ul{
    display: inline-block;
}
nav ul li {
    float: left;
    /* padding-right: 25px; */
    text-transform: uppercase;
}
nav ul li a:hover, nav ul li a:active {
  font-weight: 700;
  color: white;
  text-decoration: none;
}

.logo{
    margin: 15px 0px;
    overflow: hidden;
}
i{
  color: #FFFFFF;
  font-size: 2.4em !important;
  margin: 25px 10px 0;
}
.white{
  color: #FFFFFF;
}
.footer-desc{
  margin: 25px 0;
}
.fotos{
  padding: 60px 0;
}
.no-scroll{
  overflow: hidden;
}
textarea{
  resize:none;
}
form{
  margin-top: 10px;
}
table{
  margin-top: 10px;
}
.thumbnail{
  margin: 2px;
}
.video-header{
  margin: 0 0 50px 0;
}
.video-header .video-texto{
  margin: 25px 0;
}
.video-item{
  margin: 15px;
  overflow: hidden;
}
.video-youtube,
.video-youtube:active{
  text-decoration: none !important;
  border: 0;
}
.video-item p {
  color: white;
  background-color: rgba(0, 0, 0, 0.90);
  width: 100%;
  padding: 15px;
  margin: 0;
}
.video-item img {
    width: 100%;
    -webkit-filter: grayscale(20%);
    -moz-filter: grayscale(20%);
    filter: grayscale(20%); 
}
.video-item .play{
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  text-align: center;
  padding: 10px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transform: translateX(-50%) translatey(-50%);
  -moz-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
}
.video-item .play i{
  margin-left: 15px;
  font-size: 60px;
  color: #666;
}
.alphamask{
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.video-item:hover .play i{
  color: #B90202;
}
.video-item:hover .alphamask{
  transition: .3s;
  background: rgba(255, 255, 255, 0);
}
.title{
  /* margin-bottom: 25px; */
}
.box{
  overflow: hidden;
}
.callout-dark{
  padding: 30px;
  color: #fff;
  background-color: #252525;
}
.callout-title{
  font-weight: 300;
  line-height: 1.4;
  color: #FFFFFF;
}
.callout-dark p{
  color: #B1B1B1;
  font-size: 17px;
}
.desc{
  padding: 10px 0;
  font-size: 20px;
}
@media screen and (max-width: 480px){
  h4{
    text-align: center;
  }
  h4 i{
    display: none;
  }
  .video-header .video-texto{
    margin: 0;
  }
}
/* =========================== ESTATISTICAS SECTION ============================== */
.estatisticas{
  background:url(../images/fotos/estatisticas/fundo.jpg) center fixed;
  background-size: cover;
}
.estatisticas .estatisticas-inner{
  padding-top:50px;
  padding-bottom:70px;
}
.estatisticas h3{
  color:#fff;
  margin: 20px 0;
}

.statistic-post {
    text-align: center;
    padding: 25px 10px;
    margin: 0px 5px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 25px;
    height: 250px;
    overflow: hidden;
  }
.statistic-video {
    text-align: center;
    padding: 25px 10px;
    margin: 0px 5px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 25px;
}

span.icon-stat {
    display: inline-block;
    margin-bottom: 35px;
}

span.icon-stat i {
    color: #FFF;
    font-size: 44px;
}

.statistic-post p span.numb, .statistic-video p span.numb{
    display: inline-block;
    color: #EEE917;
    font-size: 56px;
    font-weight: 500;
    line-height: 36px;
    margin: 20px 0;
}

.statistic-post p, .statistic-video p{
    color: #c7c7c7;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;    
}
.sucesso{
  min-height: 500px;
}
/* =========================== CLIENT SECTION ============================== */
.container.client-inner {
    padding-top: 60px;
  padding-bottom: 60px; 
}
.clients .client-logo .logo-top, .clients .client-logo .logo-bottom{
  padding:5px 30px;
}
.clients .client-logo .logo-top img, .clients .client-logo .logo-bottom img{
  margin:15px 35px;
}
.contato{
  min-height: 650px;
}
@media screen and (max-width: 480px){
  .logo-top img{
    width: 49%;
  }
  .apoiadores img{
    width: 50%;
  }
  .logo-bottom img{
    width: 50%;
  }
}
.clearfix{
  width: 100%;
  margin-right: 100px;
}
@media screen and (max-width: 768px){
  nav ul li {
    float: none;
    padding-right: 0px;
    text-transform: uppercase;
    text-align: center;
  }
  .nav>li{
    float: none;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
    width: auto;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .nav{
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .logo{
    width: 100%;
    text-align: center;
  }
}