/*!
 * TemaFutebol v1.5.0 (http://ligacriativa.com)
 * Copyright 2017 Liga Criativa Design e Tecnologia Ltda.
 */

body{
  background-color:#fff;
  color: #333;
  font-family:'Open Sans', sans-serif;
}
hr {
    border-color: #F05F40;
    border-width: 3px;
    max-width: 50px;
}
.bg-white{
  background-color: #fff;
}
.space-box{
  padding: 30px 0;
}
/*FONTS*/
h1, h2, h3{
  text-transform: none;
  font-family: 'Oswald', Helvetica,Arial,sans-serif;
  margin-bottom:0;
}
h2{
  font-size:40px;
  margin-bottom:30px;
}
a{
  color:#FFC722;
  cursor:pointer;
}
a:focus, a:hover, a:active {
  color:#F35402;
}
.alinhar-direita{
  float:right;
  margin-right:0;
}
.text-center{
  text-align: center;
}
.text-primary{
  color:#FFC50D;
}
.laranja{
  color:#F35402;
}
.cinza-grafiti{
  color:rgb(66,66,66);
}
.green{
  color:#A2C15A;
}
.yellow{
  color:#FFC722;
}
.navbar-nav>li>a.social-media,
.nav>li>a.social-media,
a.social-media{
  padding:3px 10px;
}
.navbar-nav>li>a.social-media:hover,
.nav>li>a.social-media:hover,
a.social-media:hover,
.navbar-nav>li>a.social-media:focus,
.nav>li>a.social-media:focus,
a.social-media:focus,
.navbar-nav>li>a.social-media:active,
.nav>li>a.social-media:active,
a.social-media:active{
  background-color:#F05F40;
  cursor:pointer;
}
.navbar-custom ul li:hover{
  background-color:#F35402;
  color:#fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition-duration: 0.8s; /* Safari */
  transition-duration: 0.8s;
}
/*BUTTONS*/
.btn-default{
  background-color: rgb(255,199,34);
  color:rgb(255,255,255);
  font-family:'Oswald', sans-serif;
  padding: 10px 30px;
  border:none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active{
  background-color:#F35402;
  color:#fff;
  border:none;
}
.btn-line{
  border: 1px solid rgb(255,199,34);
  font-family:'Oswald', sans-serif;
}
.btn-line:hover,
.btn-line:focus,
.btn-line:active{
  background-color: #FFC722;
  border: 1px solid #FFC722;
  color: #fff;
}
.btn-lg{
  padding: 20px 70px;
}
/*CONTATOS*/
.contact-top{
  width:100%;
  background-color:#000; /*#F05F40*/
  text-align: center;
  padding:3px;
  color:#fff;
  font-family:'Open Sans', sans-serif;
  font-weight: 300;
  font-size:12px;
}
.contact-top ul li{
  margin:0 6px;
}
@media (min-width: 768px){
  .contact-top{
    z-index:2000;
    position:relative;
  }
}
/*NAVBAR*/
nav.navbar-custom a.navbar-brand img,
nav.top-nav-collapse a.navbar-brand img{
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s; /* Safari */
}
nav.navbar-custom a.navbar-brand img,
nav.top-nav-collapse a.navbar-brand img{
  width:120px;
}
.top-alinhar{
  padding-top:10px;
}
@media (min-width: 768px){
  .intro .intro-body .brand-heading {
    font-size: 55px;
  }
  nav.navbar-custom a.navbar-brand img{
    width: 200px;
  }
  nav.top-nav-collapse a.navbar-brand img{
    width:180px;
  }
}
@media (min-width: 996px){
  .navbar-custom {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  nav.navbar-custom a.navbar-brand img{
    width:270px;
  }
  nav.top-nav-collapse a.navbar-brand img{
    width:180px;
  }
}
p.intro-text {
  font-weight: 300;
}
img.logo-responsive{
  margin: 0 auto;
}
/*HEADER SECTION*/
.title-page{
  padding:120px 0;
  margin-bottom:50px;
}
.title-page h1{
  text-transform: uppercase;
  color:#fff;
  padding:20px;
  /*background-color:rgba(61,61,61,0.8);*/
}
@media (min-width:1200px){
  .title-page{
    padding:150px 0;
  }
}
#header-servicos{
  background:url(../img/title_bg_sobre.jpg) center center no-repeat #000;
  background-size: cover;
}
#header-quem-somos{
  background:url(../img/title_bg_quem-somos.jpg) top center no-repeat #000;
  background-size: cover;
}
#header-como-funciona{
  background:url(../img/title_bg_como_funciona.jpg) top left no-repeat #000;
  background-size: cover;
}
/* CAROUSEL */
header.bg-inicial #background-carousel{
	position:fixed;
	width:100%;
  height: 100%;
	z-index:-1;
}
header.bg-inicial .carousel,
header.bg-inicial .carousel-inner {
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
}
header.bg-inicial .item {
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	z-index:0;
}
header.bg-inicial #content-wrapper {
	z-index:1 !important;
	min-width:100%;
	min-height:100%;
}
.intro{
  background: none;
}
@media (min-width:768px) {
  .intro{
    padding: 180px 0;
  }
}
@media (min-width:990px) {
  .intro{
    padding: 150px 0;
  }
}
@media (min-width:1200px) {
  .intro{
    padding: 300px 0;
  }
}
/* fim CAROUSEL */
/*SECTIONS */
.bg-yellow-filter-section{
  width: 100%;
  padding: 50px 0;
  color:#fff;
  background: url(../img/bg-yellow-filter-mobile.png) center center no-repeat #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.bg-yellow-filter-section h3{
  padding-top:15px;
  font-size:30px;
}
.depoimentos-section{
  width: 100%;
  padding: 50px 0;
  color:#fff;
  background: url(../img/bg-gray-filter.png) center center no-repeat #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.content-section{
  padding-top:100px;
}
#quem-pode .service-box{
  background-color:rgba(255,255,255,0.6);
  margin: 10px 0;
}
#quem-pode .service-box i{
  padding:15px 0;
}
#quem-pode .service-box ul{
  font-weight:900;
  padding:10px 0;
}
#quem-pode .service-box ul li{
  font-weight:600;
  font-size:18px;
  padding:6px 0;
  text-align:left;
}
.chamada{
  background:url(../img/bg-gray-filter.png) center center no-repeat #000;
  width: 100%;
  padding: 50px 0;
  color:#fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.img-sobre{
  padding:30px 10px;;
}
#ligas a{
  margin: 5px 10px;
}
#ligas h6{
  text-transform: none;
  font-weight: 400;
}
/*SECTION QUEM SOMOS */
#missao-visao-valores ul li{
  padding: 10px 0;
  font-weight: 300;
}
/*EQUIPE*/
#equipe{
  padding-bottom:50px;
}
#equipe img{
  margin:0 auto;
  padding-top:30px;
}
#equipe .social-icon{
  padding:0 20px 20px 0;
}
.person-info{
  padding:20px 0 40px 0;
}
.person-info h5{
  font-size:18px;
  font-family:'Oswald', sans-serif;
  font-weight:600;
}
/*SECTION YELLOW LINE*/
.sobrepor{
  pointer-events: all;
  line-height: 110px;
  position: relative;
}
.sobrepor span{
  display: block;
  position: relative;
  z-index: 2;
}
.box-line-yellow{
  border: 1px solid #ffc722;
  margin-top: 100px;
  margin-bottom: 100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}
.list-title{
  display: inline-block;
  background-color: #ffffff;
  margin-top: -50px;
  padding: 0px 25px;
}
.list-btn{
  display: inline-block;
  background-color: #ffffff;
  margin-bottom: -100px;
  padding: 0;
}
.service-box{
  padding: 45px 30px;
}
.service-box img{
  height: 140px;
}
@media (min-width: 768px) {
  .service-box{
    padding:45px 100px;
  }
}
@media (min-width: 990px) {
  .service-box h3{
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .service-box{
    padding: 50px 30px;
  }
}
/*SECTION SERVIÇOS */
#servicos{
  padding-top:0;
}
#servicos .service-box p{
  padding-bottom:40px;
}
#servicos .service-box h3{
  padding-top:10px;
  padding-bottom:40px;
}
#servicos .service-box a{
  margin: 20px 10px;
}
@media (min-width:996px){
  #servicos .service-box{
    text-align:left;
    display:block;
    padding:60px 0;
  }
  #servicos .service-box i,
  #servicos .service-description{
    display:inline-block;
  }
  #servicos .service-box h3,
  #servicos .service-box p{
    display:block;
  }
  #servicos .service-box h3{
    padding-left:0;
    padding-bottom:10px;
  }
  #servicos .service-box i{
    text-align:right;
  }
}
/*DEPOIMENTOS*/
#depoimentos{
  padding-top:30px;
}
#depoimentos img{
  display: inline-block;
  border-radius:50%;
  width:150px;
}
#depoimentos .carousel-caption {
  position: static;
}
#depoimentos p{
  margin-bottom:0;
  font-weight:300;
}
#depoimentos .carousel-caption{
  padding-bottom: 60px;
}
/*VANTAGENS*/
#vantagens-section .service-box p{
  padding-bottom:40px;
}
#vantagens-section .service-box a{
  margin: 20px 10px;
}
#vantagens-section .service-box h3{
  padding-top:10px;
  padding-bottom:40px;
}
@media (min-width:996px){
  #vantagens-section .service-box{
    text-align:left;
    display:block;
    padding:60px 0;
  }
  #vantagens-section .service-box i,
  #vantagens-section .service-description{
    display:inline-block;
  }
  #vantagens-section .service-box h3,
  #vantagens-section .service-box p{
    display:block;
  }
  #vantagens-section .service-box h3{
    padding-left:0;
    padding-bottom:10px;
  }
  #vantagens-section .service-box i{
    text-align:right;
  }
}
/*VIDEO */
#video p{
  margin-bottom:0;
}
#video .bg-video{
  width: 100%;
  background: url(../img/bg-gramado.png) center center no-repeat #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#video .video{
  padding-top:30px;
  bottom:0;
  padding-bottom: 80px;
}
.video iframe{
  width: 300px;
  height: 200px;
}
@media (min-width:768px) {
  .video iframe{
    width: 570px;
    height: 320px;
  }
}
@media (min-width:996px) {
  .video iframe{
    width: 750px;
    height: 420px;
  }
}
@media (min-width:1200px) {
  .video iframe{
    width: 853px;
    height: 480px;
  }
}
/*TIMELINE*/
#passo-a-passo h3{
  padding-bottom:30px;
}
.aviso{
  padding:40px;
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ccc;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #ccc;
  color: white;
  border-radius: 100%;
  border: 7px solid #ccc;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
/*FORMULARIO DE CONTATO*/
#contato{
  padding:60px 0;
  background-color:rgb(48,48,48);
  color:#fff;
}
#contato h3{
  font-family:"Oswald",sans-serif;
  font-size:30px;
}
#contato label{
  font-family:'Oswald',sans-serif;
  font-size:12px;
  display:block;
  text-align:left;
  margin-top:15px;
}
#contato input,
#contato textarea{
  width: 100%;
  color:#333;
  padding:5px;
}
#contato input.btn-enviar{
  margin-top:15px;
  color:#fff;
  padding: 20px 70px;
}
.contato-box{
  text-align:center;
  margin: 50px;
}
.contato-box p{
  margin-bottom:0;
  margin-top:5px;
  font-size:16px;
}
@media (min-width: 1200px){
  .contato-box{
    margin-top:10px;
  }
}
/*MAPA*/
#contato .mapa{
  text-align:center;
}
#contato .mapa h4{
  padding-top:25px;
  padding-bottom:0;
  font-size:16px;
  margin:0;
  font-weight:100;
  font-family: 'Open Sans', sans-serif;
}
.mapa iframe{
  width: 400px;
  height:200px;
}
@media (max-width:500px){
  .mapa iframe{
    width: 300px;
    height:200px;
  }
}
/*FOOTER*/
footer{
  padding:60px 0;
  background-color:rgb(63,63,63);
  color:#fff;
}
footer ul.site-map{
  display:inline-block;
  vertical-align: top;
  font-family:'Oswald',sans-serif;
  font-size:28px;
  padding-top: 40px;
}
footer ul.site-map li{
  list-style-type: none;
  font-size:24px;
  font-weight:300;
  cursor:pointer;
  padding: 10px 0;
}
footer ul.site-map li a:hover{
  text-decoration: underline;
}
footer ul.site-map,
footer ul.site-map li{
  text-align:center;
}
.creditos{
  padding:20px;
  background-color:rgb(51,51,51);
  color:#fff;
}
.creditos p{
  margin:0;
  font-size:14px;
}
.social-media h4{
  margin-top:50px;
  margin-bottom: 0;
  text-align: center;
  font-family:'Oswald', sans-serif;
  font-size:28px;
}
.social-media-block{
  text-align: center;
}
.social-icon{
  padding:20px;
  display:inline-block;
}
@media (min-width: 996px){
  .social-media h4,
  .social-media-block{
  text-align:left;
  padding-left: 0;
  }
  .social-icon{
    padding:20px 40px 0 0;
    }
  footer ul.site-map,
  footer ul.site-map li{
    text-align:left;
  }
  footer ul.site-map{
    display: block;
  }
}
@media (min-width: 1200px){
  .social-media h4{
    padding-top:0;
    padding-left: 0;
    margin-top:0;
    font-size:20px;
  }
  .social-icon{
    padding:20px 40px 0 0;
  }
  .creditos p{
    font-size:11px;
  }
  footer ul.site-map{
    font-size: 20px;
    padding-top: 0;
  }
  footer ul.site-map li{
    font-size: 18px;
    padding:3px 0;
  }
}
