html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  overflow: scroll;
}

@font-face {
    font-family: Andes_Black;
    src: url(../fonts/Andes_Black.otf);
}

@font-face {
    font-family: Andes_Bold;
    src: url(../fonts/Andes_Bold.otf);
}

@font-face {
    font-family: Andes_Light;
    src: url(../fonts/Andes_Light.otf);
}

@font-face {
    font-family: Andes_Regular;
    src: url(../fonts/Andes_Regular.otf);
}

@font-face {
    font-family: BebasNeue_Bold;
    src: url(../fonts/BebasNeue_Bold.otf);
}

@font-face {
    font-family: BebasNeue_Regular;
    src: url(../fonts/BebasNeue_Regular.otf);
}


.tshirt {
  width: 65%;
}

.nbg1 {
  background-color: #1d70b7;
  padding-top:35px;
}

.bg0 {
  background:rgba(0,0,0,0.8);
  padding-top:35px;
  padding-bottom:35px;
}

.bg1 {
  background: url(../img/header3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg2 {
  background: url(../img/fundo.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top:30px;
}

.bg3 {
  background: url(../img/gajos.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top:50px;
  padding-bottom: 70px;
}

.ohoh {
  font-family: Andes_Black;
  font-size: 96px;
  color:#58595b;
  line-height: 80px;
}

.descubra {
  font-family: Andes_Light;
  font-size: 34px;
  color:#58595b;
  line-height: 38px;
}

.adquira {
  margin-top:110px;
  font-family: Andes_Bold;
  font-size: 53px;
  color:#fff;
  line-height: 50px;
}

.equipa {
  font-family: Andes_Regular;
  font-size: 27px;
  color:#f5911e;
  margin-bottom: 60px;
}

.bola {
  width:20px;
  margin-right:10px;
}

.icon {
  vertical-align: top;
}

.imgClass { 
background-image: url("../img/botao-facebook-normal.png");
background-position:  0px 0px;
background-repeat: no-repeat;
width:305px;
height:55px;
border: 0px;
background-color: none;
cursor: pointer;
outline: 0;
margin-left:10px;
margin-top:-2px;
}

.btn {
    font-family: Andes_Black;
    background-color: #c3ff1d;
    color: #1d70b7;
    border-radius: 20px;
    cursor: pointer;
    font-size: 41px;
    padding: 26px 60px 18px 60px;
    text-transform: uppercase;
    margin-top:50px;
    margin-bottom: 70px;
}

.btn a:hover{
    background-color: #a4c842;
    color: #1d70b7;
}

.btn2 {
    font-family: Andes_Black;
    background-color: #1d70b7;
    color: #c3ff1d;
    border-radius: 20px;
    cursor: pointer;
    font-size: 41px;
    padding: 26px 60px 18px 60px;
    text-transform: uppercase;
    margin-top:50px;
    margin-bottom: 70px;
}

.btn2 a:hover{
  color: #58595b;
}

.btn3 {
    font-family: Andes_Black;
    background-color: #f5911e;
    color: #a51115;
    border-radius: 20px;
    cursor: pointer;
    font-size: 41px;
    padding: 26px 60px 18px 60px;
    text-transform: uppercase;
    margin-top:0px;
    margin-bottom: 112px;
}

.btn4 {
    font-family: Andes_Bold;
    background-color: #00BAB8;
    color: #fff;
    cursor: pointer;
    border-radius: 20px;    
    font-size: 26px;
    padding-top:10px;
    padding-bottom:5px;    
    text-transform: uppercase;
    margin-bottom: 0px;
    width:100%;
}

.participe {
  font-family: Andes_Black;
  font-size: 40px;
  color:#00BAB8;
  text-align: center;
  height:96px;
  padding-top:24px;
}

.programa {
  font-family: BebasNeue_Bold;
  font-size: 60px;
  color:#1d70b7;
  text-align: center;
  height:96px;
  padding-top:26px;
  margin-bottom: 30px;
}

.programa1 {
  font-family: Andes_Light;
  font-size: 18px;
  color:#3d3d3f;
  text-align: center;
  height:45px;
  padding-top:10px;  
  background-color: #ededee;
  text-align: left;
}

.programa2 {
  font-family: Andes_Light;
  font-size: 18px;
  color:#3d3d3f;
  text-align: center;
  height:45px;
  padding-top:10px;
  background-color: #cccecf;
  text-align: left;  
}

.prog > .horas {
  width:17%;
  float:left;
  padding-left: 20px;
}

.prog > .aula {
  width:45%;
  float:left;
  font-family: Andes_Black;
  font-size: 15px;  
  text-transform: uppercase;  
}

.prog > .vagas {
  width:18%;  
  float:left;
}

.split {
  margin-top:60px;
  font-family: Andes_Regular;
  font-size: 20px;
  color:#fff;
  text-align: left;
  line-height: 26px;
  margin-bottom:60px;
}

.split > .tit {
  color: #00BAB8;
  font-family: Andes_Bold;
  margin-top:10px;
}

.piscina {
  margin-top:0px;
  font-family: BebasNeue_Bold;
  font-size: 36px;
  color:#58595b;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.eporque {
  margin-top:60px;
  font-family: Andes_Bold;
  font-size: 30px;
  color:#58595b;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.presentes1 {
  font-family: Andes_Black;
  font-size: 45px;
  color:#00BAB8;
  text-align: center;
}

.presentes2 {
  font-family: Andes_Regular;
  font-size: 24px;
  color:#404041;
  text-align: left;
  line-height: 26px;
  margin-top:55px;
  margin-bottom: 15px;
}

.presentes2 > p {
  margin-bottom:40px;
}

.presentes3 {
  font-family: Andes_Regular;
  font-size: 26px;
  color:#f5911e;
  text-align: center;
}

.pfooter {
  font-family: Andes_Light;
  font-size: 30px;
  color:#fff;
  text-align:right;
}

.registe {
  font-family: Andes_Black;
  font-size: 42px;
  line-height: 42px;
  color: #00BAB8;
  text-align:center;
  margin-top:75px;
}

.mform {
  margin-top:60px;
}

.form-control {
  font-family: Andes_Light;
  font-size: 26px;
  color:#6d6e70;  
  height:40px;
  /*padding-top:20px;  
  padding-bottom:20px;    */
}

.nutricao {
  font-family: Andes_Light;
  font-size: 26px;
  color:#6d6e70;
}

input[type="checkbox"] {
  transform:scale(1.7, 1.7);
  margin-top:10px;
}

.obri {
  font-family: Andes_Light;
  font-size: 13px;
  color:#6d6e70;
  text-align:center;
}

.gift{
  width:100%;
}

.selectB {
  padding-top:0px;
  padding-bottom:0px;
}


#clockdiv{
    font-family: Andes_Light;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 56px;
    line-height: 1;
}

.faltam{
    font-family: Andes_Bold;
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 1;
    vertical-align: top;
    padding-top:22px;
}

#clockdiv > div{
    display: inline-block;
}

#clockdiv div > span{
    display: inline-block;
}

.smalltext{
  font-family: Andes_Regular;
    padding-top: 0px;
    font-size: 17px;
    color: #00BAB8;
        text-transform: uppercase;
}

.clockCont {
  text-align:right;
}

.barras {
  height:50px;
}

.motiv {
    position: absolute;
    text-align: center;
    top:65%;
    left:0%;
    width:100%;
}

.gratuita {
  font-family: Andes_Regular;
  font-size: 20px;
  line-height: 24px;
  color: #58595b;
  margin-top:30px;
}

.gratuita2 {
  font-family: Andes_Bold;
  font-size: 24px;
  line-height: 24px;
  color: #58595b;
  margin-top:10px;
}

.eporque2 {
  margin-top:30px;
  font-family: Andes_Black;
  font-size: 30px;
  color:#58595b;
  text-align: center;
}

#my_youtube_embed {
        height:500px;
        width:80%;
        -moz-box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 10px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 10px;
        -o-box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 10px;
        box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 10px;
}

.raz1 {
  font-family: BebasNeue_Bold;
  font-size: 63px;
  line-height:1;
  color:#fff;
  margin-bottom:40px;
}

.raz2 {
  width:30%;
  margin-bottom:40px;
}

.raz3 {
  font-family: Andes_Bold;
  font-size: 26px;
  color:#fff;
  margin-bottom:80px;
  line-height:1.3;
}

.categorias_ {
  float:left;
}

.categorias {
  float:left;
  margin-left:10px;
}

.raz0 {
  padding-top:40px;
}

.logo {
  width:20%;
}

.icons {
  width:7%;
}

@media (max-width: 768px) {

.icons {
  width:14%;
}

.raz0 {
  padding-top:0px;
}

.categorias, .categorias_ {
  float:none;
  margin-left:0px;
  font-size: 20px;  
}

.raz3 {
  font-size: 18px;
  margin-bottom:40px;
}

.raz2 {
  width:70%;
}

.raz1 {
  font-size: 40px;
}

.bloco2 {
  display:none;
}

.tshirt {
  width: 100%;
}

.prog > .iform {
  width:100%;
  text-align:center;
}

.prog > .horas {
  width:100%;
  text-align: center;
  padding-left:0px;
}

.prog > .aula {
  width:100%;
  font-size: 18px;  
  text-transform: uppercase;  
  text-align: center;  
}

.prog > .vagas {
  width:100%;
  text-align: center;
  margin-bottom:6px;
}

.bola {
  width:13px;
  margin-right:10px;
}

.programa1 {
  font-size: 12px;
  color:#3d3d3f;
  height:auto;
  padding-top:4px;
}

.programa2 {
  font-size: 12px;
  height:auto;
  padding-top:4px;
}

.piscina {
  margin-top:0px;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 26px;
}

.programa {
  font-size: 30px;
  text-align: center;
  height:66px;
  padding-top:14px;
  margin-bottom: 0px;
}

.presentes2 > p {
  margin-bottom:15px;
}

.eporque2 {
  margin-top:24px;
  font-size: 22px;
  text-align: center;
}

.participe {
  font-size: 18px;
  height:60px;
  padding-top:8px;
}

.gratuita {
  font-size: 16px;
  line-height: 20px;
  margin-top:20px;
}

.gratuita2 {
  font-size: 20px;
  line-height: 20px;
  margin-top:10px;
}

  #my_youtube_embed {
        height:200px;
        width:98%;
  }

  .ohoh {
    font-family: Andes_Black;
    font-size: 50px;
    color:#fff;
  }

  .bg1 {
    background: url(../img/openela.jpg) no-repeat bottom right #d6d6d7;

    background-size: auto 80%;
/*
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
  }

.descubra {
  font-family: Andes_Light;
  font-size: 20px;
  color:#fff;
  line-height: 35px;
  text-align:right;
  padding-left:30%;
}

.adquira {
  margin-top:50px;
  font-family: Andes_Bold;
  font-size: 26px;
  color:#fff;
  line-height: 40px;
  text-align: right;
  padding-left:30%;
}

.equipa {
  font-family: Andes_Regular;
  font-size: 20px;
  color:#f5911e;
  margin-bottom: 60px;
    padding-left:30%;
    text-align: right;
}

.btn {
    font-size: 14px;
    margin-top:35px;
    margin-bottom: 35px;
    white-space: normal;
    padding:12px;
}


.bg2 {
  background: url(../img/fundo.jpg) no-repeat center center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.btn2 {
          white-space: normal;
          font-size:14px;
}

.split {
  margin-top:25px;
  font-family: Andes_Regular;
  font-size: 16px;
  color:#fff;
  text-align: left;
  line-height: 20px;
}

.split > div {
  margin-bottom: 20px;

}

.bg3 {
  background-color: #e1e1e1;
  background-image: none;
  margin-top:0px;
  padding-top:20px;
}

.pfooter {
  font-size: 16px;
  text-align: center;
}

.eporque {
  margin-top:20px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom:30px;
}

.presentes1 {
  font-size: 26px;
  line-height: 26px;
}

.presentes2 {
  font-size: 16px;
  line-height: 22px;
  margin-top:20px;
  margin-bottom: 15px;
}

.presentes3 {
  font-size: 16px;
}


.btn3 {
          white-space: normal;
          font-size:16px;
          margin-top:20px;
          line-height: 30px;
}

.gift{
  width:50%;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.registe {
  font-size: 20px;
  margin-top:35px;
  color: #00BAB8;
  line-height: 20px;
}

.mform {
  margin-top:30px;
}

.form-control {
  font-size: 16px;
  color:#6d6e70;  
}

.btn4 {
    font-size: 16px;
    padding-top:14px;
    padding-bottom:10px;    
}

.nutricao {
  font-size:15px;
}

  .logo {
    width:50%;
  }


.icon {
  width:10%;
  vertical-align: none;
}

.fff {
  text-align: center;
}

.imgClass { 
background-image: url("../img/botao-facebook-normal.png");
background-position:  0px 0px;
background-repeat: no-repeat;
width:166px;
height:30px;
background-size: 100% 100%;
margin-top:0px;
}

input[type="checkbox"] {
  transform:scale(1.3, 1.3);
  margin-top:6px;
}

#clockdiv{
  font-size: 18px;
}

#clockdiv > div{
    display: inline-block;
}

#clockdiv div > span{
    display: inline-block;
}

.faltam{
  display:none !important;
}

.smalltext{
  font-family: Andes_Regular;
  padding-top: 0px;
  font-size: 8px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top:4px;
}

.clockCont {
  text-align:left;
}

.barras {
  height:20px;
}




}








.descricao::-webkit-scrollbar {
    width: 15px;
}
 
.descricao::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.descricao::-webkit-scrollbar-thumb {
  background-color: #d09877;
  outline: 1px solid slategrey;
}


.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header {
    background-color:#000;
    background-image: url(../images/banner.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.header-cont {
    width:100%;
    position:fixed;
    top:0px;
    background-image: url(../images/header_back.png);
    z-index: 1000;
    height:50px
}

  .hl {
    margin-top:14px;
    width:48%;
  }  

  .hlf {
    margin-top:26px;
    width:10%;
  }



.footer {
  background-color:#393536;
  margin-top:60px;
  height:40px;
}

.fl {
    margin-top:10px;
}

.ph {
  height: 85.2px;
  width:15%;
}

.results {
  font-size: 10px;
}

.aux {
  margin-left:6%;
}

.descricao {
  color:#fff;
  padding-top:20px;
  padding-bottom:20px;
  font-size: 26px;
  line-height: 30px;
  padding-right: 10px;
}

.cover {
    margin: auto;
    width: 40%;
    height: 38px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
}

.cover2 {
    margin: auto;
    width: 69.4%;
    height: 43.8%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
    margin-top:69.5%;
}

.banner {
  width:100%;
  max-width:2000px;
}

.motiv_text {
    font-family: 'Open Sans', sans-serif;
    font-size:40px;
    text-transform: uppercase;
    color: #5d4231;
}

#slideshow { 
  position: relative;
  height:54px;
  margin-bottom: 10px;
}

#slideshow > div {
    width:100%;
    position: absolute;
}


@media (min-width: 768px) {
  .header-cont {
      height:50px;
  }
  .hl {
    margin-top:14px;
  }
  .footer {
    height:40px;
  }
  .fl {
    margin-top:10px; 
  }
  .ph {
    height: 177.5px;
  }
  .results {
    font-size: 12px;
  }     
  .descricao {
    font-size: 20px;
    line-height: 22px;
  }   
  .cover {
    height: 24.4px;
  }
  .motiv_text {
    font-size:24px;
  }

}

@media (min-width: 992px) {
  .header-cont {
      height:70px;
  }
  .hl {
    margin-top:20px;
  }
  .footer {
    height:60px;
  }    
  .fl {
    margin-top:20px; 
  }  
  .ph {
    height: 229.6px;
  }     
  .results {
    font-size: 14px;
  }     
  .descricao {
    font-size: 26px;
    line-height: 30px;
  }
  .cover {
    height: 31.2px;
  }
  .motiv_text {
    font-size:32px;
  }
}


@media (min-width: 1200px) {
  
  .header-cont {
      height:90px;
  }
  .hl {
    margin-top:26px;
  }
  .footer {
    height:80px;
  }
  .fl {
    margin-top:30px; 
  }
  .ph {
    height: 277px;
  }
  .results {
    font-size: 16px;
  }    
  .descricao {
    font-size: 26px;
    line-height: 30px;
  }  
  .cover {
    height: 38px;
  }
  .motiv_text {
    font-size:40px;
  }  
}

.descricao p {
  margin: 0px;
}

.styled-select {
  width:100%;
  height: 46px;
  overflow: hidden;
  background: url(new_arrow.png) no-repeat right #fff;
  border: 1px solid #bdbcbc;
  color: #918f90;
  padding-left:10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 70px;
}

.clip-circle {
  height: 38px;
}



@font-face {
    font-family: "My Custom Font";
    src: url(BEBAS__.TTF) format("truetype");
}
.customfont {
    font-family: "My Custom Font", Verdana, Tahoma;
}


.imgClass:hover{ 
  background-image: url("../img/botao-facebook-over.png");
}

.imgClass:active{
  background-image: url("../img/botao-facebook-normal.png");
}

.rotate90 {
  -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

