body {
    margin: 0;
    color: #333333;
    padding-bottom: 96px;
}

.topbar {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 0px;
    background: transparent;
    z-index: 1;
}
#masthead{
  /*position: absolute;*/
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
}
.entry-players{
  margin: 0 auto;
  background: rgba(247, 124, 35, 0.9);
  padding-top: 5rem;
  max-width: 940px;
  /*position: absolute;
  left: 50%;
  top: 190%;
  transform: translate(-50%, -50%);*/
box-shadow: 10px 10px 0px -4px rgba(0,0,0,0.1);

}

.entry-players h2{
  color: #FFFFFF;
  text-align: center;
  font-family: "Flama";
  font-size: 2.9rem;
  text-transform: uppercase;
  padding: 0;
  font-weight:400;
  text-align: center;
  letter-spacing: 0.4rem;
  margin-bottom: 2rem;
}
.entry-players h2:after{
  width: 10%;
  height: 0.3rem;
  background: #FFFFFF;
  content:"";
  display: block;
  margin: auto;
  margin-top: 2rem;
}


.entry-players > p{
  color: #FFFFFF;
  text-align: center;
}

.players{
  padding: 0 32px;
  /*max-width: 900px;*/
}

.slick-arrow{
  position: relative;
  z-index: 1000;
  cursor: pointer;
}

.avatar {
  position: relative;
}
.avatar-img{
  position: absolute;
  bottom: 0;
  max-width: 100%;
  height: auto;
  max-height: 192px;
}

.inside{
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.inside > div{
  width: 40%;
}


.informations{
  color: #FFFFFF;
  border-right: 1px solid #FFFFFF;

}
.nome{
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 600;

}
.cidade{
  text-transform: uppercase;
  font-weight: 100;
}

.body-player{
  padding-left: 2rem;
  border-left: 2px solid #F9AE7A;
  font-weight: 200;
}

.anos{

}
.altura{

}
.kilos{

}
.posicao{
  font-weight: 400;
  text-transform: uppercase;

}
.campeonato{
  color: #FFFFFF;
  padding-left: 3rem;
}
.campeonato span{
  font-weight: 400;
  float: right;
  text-transform: uppercase;

}

.wtc{
  font-weight: 600;
}
.participacoes{
  border-bottom: 1px dotted #F9AE7A;
}

.participacoes::before{
  content:"Participações:";
  opacity: 0.4;
  text-transform: uppercase;
  font-weight: 300;

}
.vitorias{
  border-bottom: 1px dotted #FFFFFF;
}
.vitorias::before{
  content:"Vitórias:";
  opacity: 0.4;
  text-transform: uppercase;
  font-weight: 300;
}
.premiacao{
  border-bottom: 1px dotted #FFFFFF;
}
.premiacao::before{
  content:"Premiação:";
  opacity: 0.4;
  text-transform: uppercase;
  font-weight: 300;
}
.campeao{
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 2rem;
  font-size: 2rem;
}
.entry-header{
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
}


#video {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
background: url('images/poster.jpg') no-repeat;
background-size: cover;
transition: 1s opacity;
opacity: 0.9;
}



.scrollDown {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    margin-bottom: 4rem;
    bottom: 0;
    z-index: 200;
}


.entry-title{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 8rem;
  padding: 0 1rem;
  min-height: calc(100vh - 7rem);
  color: white;
  /*text-align: center;*/
  /*position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);*/
  text-align: center;

}

.entry-title > p{
  font-size: 2.5rem;
  font-weight: 300;
  color: #333333;
}

.entry-text{

  z-index: 200;
  /*position: absolute;
  left: 50%;
  top: 130%;
  transform: translate(-50%, -50%);*/
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 96rem;
  font-weight: 600;
}

.entry-text > p{

  font-weight: 400;
}


.entry-text > h4{
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
}


.fixas-contente{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content:space-around;
      -ms-flex-pack:distribute;
          justify-content:space-around;
}

.mapa-surfe{
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  /*position: absolute;
  left: 50%;
  top: 260%;
  transform: translate(-50%, -50%);*/
  /*height: 300px;*/


}
.mapa-surfe > h4{
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
}

.mapa-surfe > p{
  text-align: center;
}

.boxe-map{
  background: #FFFFFF;
  padding: 3.2rem 3.2rem;
  margin-top: 2rem;
  /*max-width: 500px;*/

}



.info-etapas{}
.etapa{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.nome-etapa{
  font-size: 3rem;
  color: #F77C23;
}
.pais-etapa{
  font-size: 2rem;
  margin-top: 0.3rem;
  color: #666666;
}
.data-etapa{font-weight: 800;}
.campeao-etapa{
  margin-top: 0.4rem;
  text-transform: uppercase;
  padding: 0.3rem;
  font-size: 1.4rem
}
.texto-etapa{
  margin-top: 2rem;
  font-size: 1.7rem;
}



.fixas{
  position: relative
}

.entry-section {
  position: absolute;
}

.kicker {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 8px;
    padding: 0 16px;
    text-align: center;
    color: #8ba566;
}

.lead {
    width: 100%;
    max-width: calc(550px + 32px);
    margin: 0 auto 64px;
    padding: 0 16px;
    font-weight: 700;
    opacity: .54;
}

.entry-content {

  padding-top: 4rem;

}


p {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 32px;
    font-weight: 300;
}

p:last-of-type {
    margin-bottom: 54px;
}

.row {
    width: 100%;
    max-width: 942px;
    margin: 0 auto;
}

.row p {
    margin-bottom: 32px;
}

.margin-note {
    width: 100%;
    max-width: 180px;
    float: left;
}

.entry-sub {
    float: right;
    width: 100%;
    max-width: 360px;
    margin-left: 16px;
}

/* */

@media (max-width: 958px) {
    .margin-note {
        float: right;
        margin: 0 0 16px 16px;
    }
}

@media (max-width: 720px) {
    .entry-sub {
        float: none;
        max-width: 550px;
        margin: 0 auto 32px;
    }
}

/* figure */

figure {
    margin: 0 auto;
}

figure img {
    width: 100%;
    vertical-align: bottom;
}

.extra-large-figure {
    max-width: 1440px;
}

.large-figure {
    max-width: 720px;
}

.medium-figure {
    max-width: 550px;
}

.small-figure {

}

figcaption {
    margin-bottom: 32px;
    padding-top: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    opacity: .54;
}

.extra-large-figure figcaption {
    padding: 4px 16px 0;
}

/* menu */

.mask {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}

.mask.on {
    opacity: .5;
    pointer-events: auto;
}

.hamburger-button {
    position: fixed;
    top: 10px;
    right: 16px;
    width: 48px;
    height: 48px;
    border: none;
    font-size: 24px;
    color: #006194;
    z-index: 3;
    background: rgba( 255, 255, 255, .5 );
    border-radius: 999px;
    display: -webkit-box;
    padding: 0;
}

.hamburger-button:hover {
    cursor: pointer;
}

.hamburger-button:focus {
    outline:0;
}

.menu {
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100vh;
    background: #fff;
}

.menu.open {
    right: 0;
}

.transition {
    transition: all ease .3s;
}

/* porta-retratos */

.porta-retratos {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
        -webkit-align-items: center;
            align-items: center;
    padding: 32px;
    padding-top: 16px;
    padding-bottom: 0;
    background-color: #f5f5f5;
}

.porta-retratos img {
    display: block;
    width: 100%;
    max-width: 48px;
    margin-right: 16px;
}

.arquivo-pessoal {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .54;
}

/* */

html[data-touch='true'] .frame-container {
    display: none;
}

.ampliar {
    max-width: 180px;
}

.margin-text {
    font-size: 14px;
    line-height: 1.5;
}

.entry-credits {
    text-transform: uppercase;
    margin: auto;
    font-size: 14px;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 700;
    opacity: .54;
    line-height: 1.8;
}

.data {
    font-size: 15px;
    text-align: center;
    margin-bottom: 56px;
    opacity: .54;
}

.inside > .placeholder {
  width: 100%;
}

.placeholder {
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
  background-color: black;
}

.placeholder::before {
  content: '';
  display: block;
  padding-top: 56.25%;
  width: 100%;
}

.placeholder iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.credit {
  margin: 2rem auto;
  box-shadow: 10px 10px 0 -4px rgba(0, 0, 0, 0.1);
  padding: 16px;
  background: rgba(247, 124, 35, 0.9);
  color: white;
  text-align: center;
}

.credit h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.credit p {
  margin-bottom: 0;
}

@media (max-width: 719px) {
  .inside {
    flex-wrap: wrap;
  }

  .inside > div {
    width: 100%;
  }

  .avatar-img {
    position: static;
  }

  .informations,
  .body-player {
    border: none;
  }

  .campeonato {
    margin-bottom: 3.2rem;
  }

  .avatar,
  .nome,
  .cidade {
    text-align: center;
  }

  .slick-slide img {
    display: inline;
  }
}

/*# sourceMappingURL=style.css.map */
