/* MIXINS */
/*
>= 1024 == Large
>= 640 < 1023 == Medium
< 639px == small
*/
/*********************/
/*
@include largeGrid {
    // css code for small screens go here
}
*/
/*********************/
/*
@include mediumGrid {
    // css code for small screens go here
}
*/
/*********************/
/*
@include smallGrid {
    // css code for small screens go here
}
*/
/* INIT */
html {
  font-size: 16px;
  max-width: 100%;
  overflow-x: hidden; }
  @media only screen and (max-width: 63.938em) {
    html {
      /*1023px*/
      font-size: 14px; } }
  @media only screen and (max-width: 30em) {
    html {
      /*480px*/ } }

.content {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 1365px;
  /*background: orange;*/ }

h1 {
  font-family: 'Fira Sans', sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 5.938rem;
  /*95px*/
  line-height: 5.938rem;
  /*95px*/ }
  @media only screen and (max-width: 63.938em) {
    h1 {
      /*1023px*/ } }
  @media only screen and (max-width: 30em) {
    h1 {
      /*480px*/
      font-size: 4.25rem;
      /*68px*/
      line-height: 4.25rem;
      /*68px*/ } }

h2 {
  font-family: 'Fira Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 5.5rem;
  /*88px*/
  line-height: 5.5rem;
  /*88px*/ }
  @media only screen and (max-width: 63.938em) {
    h2 {
      /*1023px*/
      font-size: 4.25rem;
      /*68px*/
      line-height: 4.25rem;
      /*68px*/ } }
  @media only screen and (max-width: 30em) {
    h2 {
      /*480px*/
      font-size: 3.125rem;
      /*50px*/
      line-height: 3.125rem;
      /*50px*/ } }

h3 {
  font-family: 'Fira Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 4.25rem;
  /*68px*/
  line-height: 4.25rem;
  /*68px*/ }
  @media only screen and (max-width: 63.938em) {
    h3 {
      /*1023px*/
      font-size: 3.125rem;
      /*50px*/
      line-height: 3.125rem;
      /*50px*/ } }
  @media only screen and (max-width: 30em) {
    h3 {
      /*480px*/
      font-size: 2.188rem;
      /*35px*/
      line-height: 2.188rem;
      /*35px*/ } }

h4 {
  font-family: 'Fira Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 3.125rem;
  /*50px*/
  line-height: 3.125rem;
  /*50px*/ }
  @media only screen and (max-width: 63.938em) {
    h4 {
      /*1023px*/
      font-size: 3.125rem;
      /*50px*/
      line-height: 3.125rem;
      /*50px*/ } }
  @media only screen and (max-width: 30em) {
    h4 {
      /*480px*/
      font-size: 2.188rem;
      /*35px*/
      line-height: 2.188rem;
      /*35px*/ } }

h5 {
  font-family: 'Fira Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 2.188rem;
  /*35px*/
  line-height: 2.188rem;
  /*35px*/ }

/* HEADER */
header {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 104px;
  transition: all .4s ease-in-out;
  z-index: 99;
  opacity: 0; }
  @media only screen and (max-width: 63.938em) {
    header {
      /*1023px*/
      height: 70px; } }
  @media only screen and (max-width: 30em) {
    header {
      /*480px*/
      height: 70px; } }
  header:before {
    content: "";
    position: fixed;
    background: red;
    width: 100%;
    height: 4px;
    background: url("../images/bgLnProgramme.png") repeat-y center center;
    background-size: 100%;
    top: -4px;
    left: 0;
    z-index: 10;
    transition: all .4s ease-in-out; }
  header .content {
    height: 104px; }
    @media only screen and (max-width: 63.938em) {
      header .content {
        /*1023px*/
        height: 70px; } }
    @media only screen and (max-width: 30em) {
      header .content {
        /*480px*/
        height: 70px; } }
    header .content .nav {
      display: block;
      position: relative;
      max-width: 100%;
      width: 1024px;
      margin: 0 auto;
      height: 104px;
      transition: all .4s ease-in-out; }
      @media only screen and (max-width: 63.938em) {
        header .content .nav {
          /*1023px*/
          display: none; } }
      @media only screen and (max-width: 30em) {
        header .content .nav {
          /*480px*/
          display: none; } }
      header .content .nav .faces {
        display: block;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 20px;
        right: 66px;
        background: no-repeat top center;
        background-image: url("../images/ico_faces.png");
        transition: all .4s ease-in-out; }
      header .content .nav .insta {
        display: block;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 20px;
        right: 34px;
        background: no-repeat top center;
        background-image: url("../images/ico_insta.png");
        transition: all .4s ease-in-out; }
      header .content .nav .contactHeader {
        display: block;
        position: absolute;
        top: 28px;
        right: 96px;
        text-align: right;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 600;
        font-size: 0.8125rem;
        /*13px*/
        background: -webkit-linear-gradient(#f0861f, #950b7d);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: all .4s ease-in-out; }
        header .content .nav .contactHeader a {
          text-decoration: none; }
      header .content .nav .btRegister {
        display: block;
        position: absolute;
        width: 80px;
        height: 54px;
        top: 72px;
        right: 20px;
        background: no-repeat top center;
        background-image: url("../images/btRegisterTeam.png");
        background-size: 80px;
        transition: all .4s ease-in-out; }
      header .content .nav ul {
        position: absolute;
        width: 100%;
        bottom: 3px;
        right: 97px; }
        header .content .nav ul li a {
          display: block;
          float: right;
          font-family: 'Fira Sans', sans-serif;
          font-weight: 400;
          font-size: 0.875rem;
          /*14px*/
          color: #fff;
          text-decoration: none;
          text-transform: uppercase;
          margin-right: 17px; }
          header .content .nav ul li a:hover {
            color: #ef851f; }
    header .content .navRWD {
      display: none;
      position: relative;
      max-width: 100%;
      width: 1024px;
      margin: 0 auto;
      transition: all 0.5s ease-in-out;
      opacity: 0; }
      @media only screen and (max-width: 63.938em) {
        header .content .navRWD {
          /*1023px*/
          display: none; } }
      @media only screen and (max-width: 30em) {
        header .content .navRWD {
          /*480px*/
          display: none; } }
      header .content .navRWD ul {
        position: absolute;
        width: 100%;
        top: 80px;
        right: 20px; }
        header .content .navRWD ul li a {
          display: block;
          float: right;
          width: 100%;
          font-family: 'Fira Sans', sans-serif;
          font-weight: 400;
          font-size: 1.125rem;
          /*18px*/
          line-height: 2.8rem;
          color: #fff;
          text-align: right;
          text-decoration: none;
          text-transform: uppercase; }
          header .content .navRWD ul li a:hover {
            color: #66ba82; }
      header .content .navRWD.open {
        display: block; }
      header .content .navRWD.anim {
        opacity: 1; }
    header .content .logo {
      display: block;
      position: absolute;
      top: 40px;
      left: 60px;
      width: 322px;
      height: 317px;
      /*382px;*/
      background: no-repeat top center;
      background-image: url("../images/2019/logoAlgarveSevens_big.png");
      transition: all .2s ease-in-out;
      background-size: 271px;
      /*290px;*/ }
      @media only screen and (max-width: 63.938em) {
        header .content .logo {
          /*1023px*/
          transform: scale(0.8);
          top: 25px;
          left: 60px; } }
      @media only screen and (max-width: 30em) {
        header .content .logo {
          /*480px*/
          transform: scale(0.6);
          top: 10px;
          left: 0px;
          width: 280px;
          height: 317px; } }
      @media only screen and (max-width: 63.938em) {
        header .content .logo.open {
          /*1023px*/
          transform: scale(0.4);
          top: -97px;
          left: -60px; } }
      @media only screen and (max-width: 30em) {
        header .content .logo.open {
          /*480px*/
          transform: scale(0.35);
          top: -97px;
          left: -78px;
          width: 280px;
          height: 317px; } }
    header .content .dayEvent {
      display: block;
      position: absolute;
      top: 360px;
      /*320px;/*430px;*/
      left: 70px;
      width: 292px;
      /*296px;/*273px;*/
      height: 140px;
      /*143px;/*29px;*/
      background: no-repeat top center;
      background-image: url("../images/2019/dayEvent.png");
      transition: all .2s ease-in-out;
      pointer-events: none; }
      @media only screen and (max-width: 63.938em) {
        header .content .dayEvent {
          /*1023px*/
          top: 340px; } }
      @media only screen and (max-width: 30em) {
        header .content .dayEvent {
          /*480px*/
          transform: scale(0.8);
          left: 35px;
          top: 246px; } }
      header .content .dayEvent.open {
        opacity: 0; }
    header .content .txtEvent {
      display: block;
      position: absolute;
      top: 320px;
      right: 200px;
      color: #fff;
      transition: all .1s ease-in-out;
      pointer-events: none;
      text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.7);
      text-align: center; }
      header .content .txtEvent h3 {
        line-height: 1.25rem;
        font-style: italic;
        color: #fbc215; }
      header .content .txtEvent h4 {
        font-style: initial;
        font-weight: 300;
        color: #fbc215; }
      header .content .txtEvent h5 {
        font-size: 1.25rem;
        font-style: initial;
        font-weight: 300; }
        header .content .txtEvent h5 strong {
          font-weight: 500; }
      @media only screen and (max-width: 70.25em) {
        header .content .txtEvent {
          /*1124px*/
          right: 50px; } }
      @media only screen and (max-width: 63.938em) {
        header .content .txtEvent {
          /*1023px*/
          /*
          left: 35px;
          right: auto;
          top: 430px;
          */
          right: 50px;
          top: 270px; } }
      @media only screen and (max-width: 48em) {
        header .content .txtEvent {
          /*768px*/
          display: none; } }
      @media only screen and (max-width: 30em) {
        header .content .txtEvent {
          /*480px*/
          display: none;
          left: 35px;
          right: auto;
          top: 300px; } }
      header .content .txtEvent.open {
        opacity: 0; }
  header.visible {
    display: block;
    opacity: 1; }
  header.small {
    background: rgba(0, 0, 0, 0.85);
    height: 60px; }
    header.small:before {
      top: 0px; }
    header.small .content {
      height: 60px; }
      header.small .content .nav {
        height: 60px; }
        header.small .content .nav .faces {
          transform: scale(0.75);
          top: 11px;
          right: 10px; }
        header.small .content .nav .insta {
          transform: scale(0.75);
          top: 36px;
          right: 10px; }
        header.small .content .nav .contactHeader {
          top: 16px;
          right: 137px; }
        header.small .content .nav .btRegister {
          top: 29px;
          right: 46px; }
        header.small .content .nav ul {
          bottom: 3px;
          right: 121px; }
      header.small .content .logo {
        transform: scale(0.4);
        top: -87px;
        left: -78px; }
      header.small .content .dayEvent {
        opacity: 0; }
      header.small .content .txtEvent {
        opacity: 0; }
  header.open {
    height: 100vh;
    background: rgba(0, 0, 0, 0.8); }

/* Icon 3 */
#navHamb {
  display: none;
  width: 50px;
  height: 30px;
  position: fixed;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media only screen and (max-width: 63.938em) {
    #navHamb {
      /*1023px*/
      display: block; } }
  @media only screen and (max-width: 30em) {
    #navHamb {
      /*480px*/
      display: block; } }

#navHamb span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#navHamb span:nth-child(1) {
  top: 0px; }

#navHamb span:nth-child(2), #navHamb span:nth-child(3) {
  top: 12px; }

#navHamb span:nth-child(4) {
  top: 24px; }

#navHamb.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#navHamb.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#navHamb.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#navHamb.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/* HEROSHOOT */
#heroshoot {
  display: block;
  float: left;
  background: no-repeat top center;
  background-color: #101e28;
  background-image: url("../images/2018/bgHeader.jpg");
  width: 100%;
  height: 525px;
  /*85vh;*/ }
  #heroshoot .liveStream {
    height: 525px;
    /*85vh;*/ }
  #heroshoot .scrollTop {
    display: block;
    position: absolute;
    top: 0px; }
  @media only screen and (max-width: 63.938em) {
    #heroshoot {
      /*1023px*/ } }
  @media only screen and (max-width: 30em) {
    #heroshoot {
      /*480px*/
      background: no-repeat center;
      background-image: url("../images/2018/bgHeader.jpg");
      height: 460px; } }
  #heroshoot .btRegister {
    display: none;
    position: absolute;
    width: 87px;
    height: 70px;
    background: no-repeat top center;
    background-image: url("../images/btRegisterTeam.png");
    transition: all .4s ease-in-out;
    transform: scale(1.1); }
    @media only screen and (max-width: 63.938em) {
      #heroshoot .btRegister {
        /*1023px*/
        display: block;
        top: 470px;
        right: 50px;
        height: 70px; } }
    @media only screen and (max-width: 30em) {
      #heroshoot .btRegister {
        /*480px*/
        display: block;
        top: 390px;
        left: 130px;
        right: auto; } }

/* HEROSHOOT */
/* BAR */
#bar {
  display: block;
  position: relative;
  background: url(../images/lnGrad.png) repeat-y center center;
  background-size: 100%;
  width: 100%;
  /* height: 10px; */
  float: left;
  text-align: center;
  padding: 5px;
  color: #fff;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400; }

/* PARTNERS */
#partners {
  display: block;
  float: left;
  background: white no-repeat top center;
  width: 100%;
  /*
  height: 126px;
  */
  height: auto;
  min-height: 126px; }
  @media only screen and (max-width: 63.938em) {
    #partners {
      /*1023px*/
      height: auto;
      min-height: 126px;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 30em) {
    #partners {
      /*480px*/
      height: auto;
      min-height: 126px;
      padding-bottom: 30px; } }
  #partners .content {
    /*height: 126px;*/
    height: auto;
    min-height: 126px; }
    @media only screen and (max-width: 63.938em) {
      #partners .content {
        /*1023px*/
        height: auto;
        min-height: 126px; } }
    @media only screen and (max-width: 30em) {
      #partners .content {
        /*480px*/
        height: auto;
        min-height: 126px; } }
    #partners .content .holderPartners {
      display: block;
      width: 100%;
      text-align: center; }
      @media only screen and (max-width: 63.938em) {
        #partners .content .holderPartners {
          /*1023px*/
          text-align: initial; } }
      @media only screen and (max-width: 30em) {
        #partners .content .holderPartners {
          /*480px*/
          text-align: initial; } }
      #partners .content .holderPartners .partners_live {
        display: block;
        text-align: center; }
        #partners .content .holderPartners .partners_live img {
          display: inline-block;
          float: initial;
          max-width: 100%; }
      #partners .content .holderPartners .management {
        display: inline-block;
        display: inline-block;
        margin: 28px 20px 0 0; }
        #partners .content .holderPartners .management .label {
          display: inline-block;
          font-family: 'Fira Sans', sans-serif;
          font-weight: 500;
          font-size: 0.6875rem;
          /*11px*/
          text-transform: uppercase;
          color: #000; }
          @media only screen and (max-width: 63.938em) {
            #partners .content .holderPartners .management .label {
              /*1023px*/
              font-size: 0.875rem;
              /*12px*/
              float: left;
              margin-left: 20px; } }
          @media only screen and (max-width: 30em) {
            #partners .content .holderPartners .management .label {
              /*480px*/
              font-size: 0.875rem;
              width: 80px;
              text-align: left;
              float: left;
              margin-left: 20px; } }
        #partners .content .holderPartners .management .sportsVentures {
          display: inline-block;
          margin: 0 0 0 10px; }
          @media only screen and (max-width: 63.938em) {
            #partners .content .holderPartners .management .sportsVentures {
              /*1023px*/ } }
          @media only screen and (max-width: 30em) {
            #partners .content .holderPartners .management .sportsVentures {
              /*480px*/
              transform: scale(0.8);
              float: left; } }
      #partners .content .holderPartners .cooperation {
        display: inline-block;
        display: inline-block;
        margin: 16px 20px 0 20px; }
        @media only screen and (max-width: 63.938em) {
          #partners .content .holderPartners .cooperation {
            /*1023px*/
            margin: 16px 20px 0 0px; } }
        @media only screen and (max-width: 30em) {
          #partners .content .holderPartners .cooperation {
            /*480px*/
            margin: 16px 20px 0 0px; } }
        #partners .content .holderPartners .cooperation .label {
          display: inline-block;
          font-family: 'Fira Sans', sans-serif;
          font-weight: 500;
          font-size: 0.6875rem;
          /*11px*/
          text-transform: uppercase;
          color: #000; }
          @media only screen and (max-width: 63.938em) {
            #partners .content .holderPartners .cooperation .label {
              /*1023px*/
              font-size: 0.875rem;
              /*12px*/
              float: left;
              margin-left: 20px; } }
          @media only screen and (max-width: 30em) {
            #partners .content .holderPartners .cooperation .label {
              /*480px*/
              font-size: 0.875rem;
              width: 80px;
              text-align: left;
              float: left;
              margin-left: 20px; } }
        #partners .content .holderPartners .cooperation .portugalRugby {
          display: inline-block;
          margin: 0 10px 0 10px; }
          @media only screen and (max-width: 63.938em) {
            #partners .content .holderPartners .cooperation .portugalRugby {
              /*1023px*/ } }
          @media only screen and (max-width: 30em) {
            #partners .content .holderPartners .cooperation .portugalRugby {
              /*480px*/
              transform: scale(0.7);
              margin: 0;
              float: left; } }
        #partners .content .holderPartners .cooperation .turismoAlgarve {
          display: inline-block;
          margin: 0 0 0 10px; }
          @media only screen and (max-width: 63.938em) {
            #partners .content .holderPartners .cooperation .turismoAlgarve {
              /*1023px*/ } }
          @media only screen and (max-width: 30em) {
            #partners .content .holderPartners .cooperation .turismoAlgarve {
              /*480px*/
              transform: scale(0.7);
              margin: 0;
              float: left; } }
        #partners .content .holderPartners .cooperation .vrst {
          display: inline-block;
          margin: 0 0 0 10px; }
          @media only screen and (max-width: 63.938em) {
            #partners .content .holderPartners .cooperation .vrst {
              /*1023px*/ } }
          @media only screen and (max-width: 30em) {
            #partners .content .holderPartners .cooperation .vrst {
              /*480px*/
              transform: scale(0.7);
              margin: 0;
              float: left; } }
        #partners .content .holderPartners .cooperation .ipdj {
          display: inline-block;
          margin: 0 10px 0 10px; }
          @media only screen and (max-width: 63.938em) {
            #partners .content .holderPartners .cooperation .ipdj {
              /*1023px*/ } }
          @media only screen and (max-width: 30em) {
            #partners .content .holderPartners .cooperation .ipdj {
              /*480px*/
              transform: scale(0.7);
              margin: 0;
              float: left; } }
        #partners .content .holderPartners .cooperation .turismoPortugal {
          display: inline-block;
          margin: 0 0 0 10px; }
          @media only screen and (max-width: 63.938em) {
            #partners .content .holderPartners .cooperation .turismoPortugal {
              /*1023px*/ } }
          @media only screen and (max-width: 30em) {
            #partners .content .holderPartners .cooperation .turismoPortugal {
              /*480px*/
              transform: scale(0.7);
              margin: 0;
              float: left; } }
  #partners .lnGradTop {
    display: block;
    /*
    position: absolute;
    top: 0;
    left: 0;
    */
    background: url("../images/2019/lnGrad3.png") repeat-y center center;
    background-size: cover;
    width: 100%;
    height: 4px; }

/* PARTNERS */
/* OVERVIEW */
#overview {
  display: block;
  float: left;
  position: relative;
  background: #132634;
  width: 100%;
  height: 680px; }
  @media only screen and (max-width: 63.938em) {
    #overview {
      /*1023px*/ } }
  @media only screen and (max-width: 30em) {
    #overview {
      /*480px*/
      height: auto;
      min-height: 680px; } }
  #overview #scrollOverview {
    display: block;
    position: absolute;
    top: -60px; }
  #overview .content {
    background: url("../images/bgOverview.jpg") no-repeat top center;
    background-size: cover;
    height: 680px; }
    @media only screen and (max-width: 63.938em) {
      #overview .content {
        /*1023px*/ } }
    @media only screen and (max-width: 30em) {
      #overview .content {
        /*480px*/
        height: auto;
        min-height: 680px; } }
    #overview .content .ilustra {
      display: block;
      position: absolute;
      width: 380px;
      height: 489px;
      top: -45px;
      left: -26px;
      background: no-repeat top center;
      background-image: url("../images/ilustrOverview.png");
      background-size: 90%;
      transition: all .2s ease-in-out; }
      @media only screen and (max-width: 63.938em) {
        #overview .content .ilustra {
          /*1023px*/
          display: none; } }
      @media only screen and (max-width: 30em) {
        #overview .content .ilustra {
          /*480px*/
          display: none; } }
    #overview .content .txt {
      display: block;
      float: right;
      position: relative;
      width: 420px;
      min-height: 200px;
      background: rgba(17, 28, 39, 0.75);
      margin: 165px 247px 0 0;
      padding: 50px 30px 20px;
      font-family: 'Fira Sans', sans-serif;
      font-weight: 300 !important;
      font-size: 0.875rem;
      /*14px*/
      line-height: 1.125rem;
      /*18px*/
      color: #fff; }
      #overview .content .txt strong {
        font-weight: 500; }
      @media only screen and (max-width: 63.938em) {
        #overview .content .txt {
          /*1023px*/
          float: left;
          margin: 140px 20px 0;
          max-width: calc(100vw - 40px); } }
      @media only screen and (max-width: 30em) {
        #overview .content .txt {
          /*480px*/
          float: left;
          margin: 80px 20px 0;
          max-width: calc(100vw - 40px); } }
      #overview .content .txt h1 {
        display: block;
        position: absolute;
        width: 100%;
        top: -125px;
        left: 6px;
        background: -webkit-linear-gradient(#ff7800, #ad0038);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media only screen and (max-width: 63.938em) {
          #overview .content .txt h1 {
            /*1023px*/ } }
        @media only screen and (max-width: 30em) {
          #overview .content .txt h1 {
            /*480px*/
            top: -75px; } }
      #overview .content .txt .note {
        display: block;
        float: left;
        width: 100%;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 300;
        font-size: 1.25rem;
        /*20px*/
        line-height: 1.5rem;
        /*24px*/
        text-transform: uppercase;
        background: url("../images/bgLnProgramme.png") repeat-y center center;
        background-size: 100%;
        color: #fff;
        padding: 5px;
        text-align: center;
        margin: 10px 0; }

/* OVERVIEW */
/* LOOP */
#loop {
  display: block;
  float: left;
  background: white no-repeat top center;
  width: 100%;
  height: 680px;
  margin: 10px 0 0; }
  #loop .content {
    height: 680px; }
    #loop .content .slider {
      height: 680px; }
      #loop .content .slider .slick-slide {
        position: relative; }
        #loop .content .slider .slick-slide .bg1 {
          background-image: url("../images/2018/bgLoop1.jpg");
          position: relative;
          background-size: cover;
          width: 100%;
          height: 680px; }
          #loop .content .slider .slick-slide .bg1 .txt {
            padding: 210px 15%;
            color: #fff; }
            #loop .content .slider .slick-slide .bg1 .txt h2, #loop .content .slider .slick-slide .bg1 .txt h3 {
              text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8); }
        #loop .content .slider .slick-slide .bg2 {
          background-image: url("../images/2018/bgLoop2.jpg");
          position: relative;
          background-size: cover;
          width: 100%;
          height: 680px; }
          #loop .content .slider .slick-slide .bg2 .txt {
            padding: 500px 15% 0;
            color: #fff; }
            #loop .content .slider .slick-slide .bg2 .txt h4 {
              text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
              text-align: center;
              font-style: normal; }
        #loop .content .slider .slick-slide .bg3 {
          background-image: url("../images/2018/bgLoop3.jpg");
          position: relative;
          background-size: cover;
          width: 100%;
          height: 680px; }
          #loop .content .slider .slick-slide .bg3 .txt {
            padding: 500px 15% 0;
            color: #fff; }
            #loop .content .slider .slick-slide .bg3 .txt h4 {
              text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
              text-align: center;
              font-style: normal; }
        #loop .content .slider .slick-slide .bg4 {
          background-image: url("../images/2018/bgLoop4.jpg");
          position: relative;
          background-size: cover;
          width: 100%;
          height: 680px; }
          #loop .content .slider .slick-slide .bg4 .txt {
            padding: 500px 15% 0;
            color: #fff; }
            #loop .content .slider .slick-slide .bg4 .txt h4 {
              text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
              text-align: center;
              font-style: normal; }
        #loop .content .slider .slick-slide .bg5 {
          background-image: url("../images/2018/bgLoop5.jpg");
          position: relative;
          background-size: cover;
          width: 100%;
          height: 680px; }
          #loop .content .slider .slick-slide .bg5 .txt {
            padding: 500px 15% 0;
            color: #fff; }
            #loop .content .slider .slick-slide .bg5 .txt h4 {
              text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
              text-align: center;
              font-style: normal; }
        #loop .content .slider .slick-slide .bg6 {
          background-image: url("../images/2018/bgLoop6.jpg");
          position: relative;
          background-size: cover;
          width: 100%;
          height: 680px; }
          #loop .content .slider .slick-slide .bg6 .txt {
            padding: 500px 15% 0;
            color: #fff; }
            #loop .content .slider .slick-slide .bg6 .txt h4 {
              text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
              text-align: center;
              font-style: normal; }
        #loop .content .slider .slick-slide .bg7 {
          background-image: url("../images/2018/bgLoop7.jpg");
          position: relative;
          background-size: cover;
          width: 100%;
          height: 680px; }
          #loop .content .slider .slick-slide .bg7 .txt {
            padding: 500px 15% 0;
            color: #fff; }
            #loop .content .slider .slick-slide .bg7 .txt h4 {
              text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
              text-align: center;
              font-style: normal; }
        #loop .content .slider .slick-slide .bg8 {
          background-image: url("../images/2018/bgLoop8.jpg");
          position: relative;
          background-size: cover;
          width: 100%;
          height: 680px; }
          #loop .content .slider .slick-slide .bg8 .txt {
            padding: 500px 15% 0;
            color: #fff; }
            #loop .content .slider .slick-slide .bg8 .txt h4 {
              text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
              text-align: center;
              font-style: normal; }
        #loop .content .slider .slick-slide .bg9 {
          background-image: url("../images/2018/bgLoop9.jpg");
          position: relative;
          background-size: cover;
          width: 100%;
          height: 680px; }
          #loop .content .slider .slick-slide .bg9 .txt {
            padding: 500px 15% 0;
            color: #fff; }
            #loop .content .slider .slick-slide .bg9 .txt h4 {
              text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
              text-align: center;
              font-style: normal; }
        #loop .content .slider .slick-slide .bg10 {
          background-image: url("../images/2018/bgLoop10.jpg");
          position: relative;
          background-size: cover;
          width: 100%;
          height: 680px; }
          #loop .content .slider .slick-slide .bg10 .txt {
            padding: 500px 15% 0;
            color: #fff; }
            #loop .content .slider .slick-slide .bg10 .txt h4 {
              text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
              text-align: center;
              font-style: normal; }
        #loop .content .slider .slick-slide .bg11 {
          background-image: url("../images/2018/bgLoop11.jpg");
          position: relative;
          background-size: cover;
          width: 100%;
          height: 680px; }
          #loop .content .slider .slick-slide .bg11 .txt {
            padding: 500px 15% 0;
            color: #fff; }
            #loop .content .slider .slick-slide .bg11 .txt h4 {
              text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
              text-align: center;
              font-style: normal; }

/* LOOP */
/* COMPETITIONS */
#competitions {
  display: block;
  float: left;
  position: relative;
  background: url("../images/bgTravel.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 680px;
  margin: 10px 0 0; }
  @media only screen and (max-width: 63.938em) {
    #competitions {
      /*1023px*/
      height: auto;
      min-height: 680px; } }
  @media only screen and (max-width: 30em) {
    #competitions {
      /*480px*/
      height: auto;
      min-height: 680px; } }
  #competitions #scrollCompetitions {
    display: block;
    position: absolute;
    top: -60px; }
  #competitions .content {
    width: 1370px;
    /*990px;*/
    max-width: 100%;
    /*height: 530px;*/
    min-height: 530px;
    padding: 70px 0 80px; }
    @media only screen and (max-width: 63.938em) {
      #competitions .content {
        /*1023px*/
        height: auto;
        min-height: 530px; } }
    @media only screen and (max-width: 30em) {
      #competitions .content {
        /*480px*/
        height: auto;
        min-height: 530px; } }
    #competitions .content h2 {
      text-align: left;
      color: #fff;
      position: relative;
      z-index: 10;
      margin: 0 0 0 230px; }
      #competitions .content h2.dark {
        color: #111c27; }
      @media only screen and (max-width: 63.938em) {
        #competitions .content h2 {
          /*1023px*/
          text-align: center;
          margin: 0;
          width: 100%; } }
      @media only screen and (max-width: 30em) {
        #competitions .content h2 {
          /*480px*/
          text-align: center;
          margin: 0;
          width: 100%; } }
    #competitions .content .grid-x {
      margin-top: -15px; }
    #competitions .content .cellM {
      height: 440px;
      margin: 0 0.5%;
      position: relative; }
      #competitions .content .cellM.bg1 {
        background: url("../images/2018/competition01.jpg") no-repeat center center;
        background-size: cover; }
      #competitions .content .cellM.bg2 {
        background: url("../images/2018/competition02.jpg") no-repeat center center;
        background-size: cover; }
      #competitions .content .cellM.bg3 {
        background: url("../images/2018/competition03.jpg") no-repeat center center;
        background-size: cover; }
      #competitions .content .cellM.bg4 {
        background: url("../images/2018/competition04.jpg") no-repeat center center;
        background-size: cover; }
      #competitions .content .cellM.bg5 {
        background: url("../images/2018/competition05.jpg") no-repeat center center;
        background-size: cover; }
      #competitions .content .cellM.bg6 {
        background: url("../images/2018/competition06.jpg") no-repeat center center;
        background-size: cover; }
      @media print, screen and (min-width: 40em) {
        #competitions .content .cellM.medium-6 {
          width: 49%;
          margin-bottom: 10px; } }
      @media print, screen and (min-width: 64em) {
        #competitions .content .cellM.large-3 {
          width: 24%;
          margin-bottom: 10px; }
        #competitions .content .cellM.large-2 {
          width: 49%;
          margin: 0 0.3% 50px; } }
      @media print, screen and (min-width: 78em) {
        #competitions .content .cellM.large-3 {
          width: 24%;
          margin-bottom: 10px; }
        #competitions .content .cellM.large-2 {
          width: 16%;
          margin: 0 0.3% 10px; } }
      @media only screen and (max-width: 63.938em) {
        #competitions .content .cellM {
          /*1023px*/
          margin-bottom: 10px; } }
      @media only screen and (max-width: 30em) {
        #competitions .content .cellM {
          /*480px*/
          margin-bottom: 10px; } }
      #competitions .content .cellM .holderTxt {
        position: absolute;
        bottom: -37px;
        right: -4px;
        background: url("../images/ovo.png") no-repeat center center;
        width: 221px;
        height: 173px; }
        @media only screen and (max-width: 63.938em) {
          #competitions .content .cellM .holderTxt {
            /*1023px*/
            right: 10px;
            bottom: 10px; } }
        @media only screen and (max-width: 30em) {
          #competitions .content .cellM .holderTxt {
            /*480px*/
            right: 10px;
            bottom: 10px; } }
        #competitions .content .cellM .holderTxt .txt {
          position: relative;
          width: 221px;
          height: 173px; }
          #competitions .content .cellM .holderTxt .txt h5 {
            font-family: 'Fira Sans', sans-serif;
            font-weight: 800;
            font-size: 2.188rem;
            line-height: 2.188rem;
            background: -webkit-linear-gradient(#ff7800, #ad0038);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase;
            font-style: normal;
            margin: 30px 0 0 15px; }
          #competitions .content .cellM .holderTxt .txt h6 {
            font-family: 'Fira Sans', sans-serif;
            font-weight: 400;
            font-size: 1.75rem;
            line-height: 1.75rem;
            background: -webkit-linear-gradient(#ff7800, #ad0038);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase;
            font-style: normal;
            margin: 0px 0 0 12px; }
          #competitions .content .cellM .holderTxt .txt .desc {
            font-family: 'Fira Sans', sans-serif;
            font-weight: 500;
            font-size: 1.25rem;
            line-height: 1.25rem;
            color: #fff;
            font-style: italic;
            margin: 0px 0 0 70px; }
            #competitions .content .cellM .holderTxt .txt .desc span {
              display: inline-block;
              font-size: 0.8125rem;
              line-height: 1rem;
              font-style: normal; }

/* COMPETITIONS */
/* VENUE */
#venue {
  display: block;
  float: left;
  position: relative;
  background: white no-repeat top center;
  /*background-image:url('../images/base/7_tournament_venue.png');*/
  width: 100%;
  height: 680px;
  margin: 10px 0 0; }
  @media only screen and (max-width: 63.938em) {
    #venue {
      /*1023px*/
      height: auto;
      min-height: 880px; } }
  @media only screen and (max-width: 30em) {
    #venue {
      /*480px*/
      height: auto;
      min-height: 980px; } }
  #venue #scrollVenue {
    display: block;
    position: absolute;
    top: -60px; }
  #venue .content {
    height: 680px;
    position: relative; }
    @media only screen and (max-width: 63.938em) {
      #venue .content {
        /*1023px*/
        height: auto;
        min-height: 880px; } }
    @media only screen and (max-width: 30em) {
      #venue .content {
        /*480px*/
        height: auto;
        min-height: 980px; } }
    #venue .content .slider {
      height: 680px;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1; }
      @media only screen and (max-width: 63.938em) {
        #venue .content .slider {
          /*1023px*/
          height: auto;
          min-height: 880px; } }
      @media only screen and (max-width: 30em) {
        #venue .content .slider {
          /*480px*/
          height: auto;
          min-height: 980px; } }
      #venue .content .slider .slick-slide {
        position: relative; }
        #venue .content .slider .slick-slide .bg1 {
          background-image: url("../images/2018/bgTournament1.jpg");
          position: relative;
          background-size: cover;
          width: 100%;
          height: 680px; }
          @media only screen and (max-width: 63.938em) {
            #venue .content .slider .slick-slide .bg1 {
              /*1023px*/
              height: auto;
              min-height: 880px; } }
          @media only screen and (max-width: 30em) {
            #venue .content .slider .slick-slide .bg1 {
              /*480px*/
              height: auto;
              min-height: 980px; } }
        #venue .content .slider .slick-slide .bg2 {
          background-image: url("../images/2018/bgTournament2.jpg");
          position: relative;
          background-size: cover;
          width: 100%;
          height: 680px; }
          @media only screen and (max-width: 63.938em) {
            #venue .content .slider .slick-slide .bg2 {
              /*1023px*/
              height: auto;
              min-height: 880px; } }
          @media only screen and (max-width: 30em) {
            #venue .content .slider .slick-slide .bg2 {
              /*480px*/
              height: auto;
              min-height: 980px; } }
        #venue .content .slider .slick-slide .bg3 {
          background-image: url("../images/2018/bgTournament3.jpg");
          position: relative;
          background-size: cover;
          width: 100%;
          height: 680px; }
          @media only screen and (max-width: 63.938em) {
            #venue .content .slider .slick-slide .bg3 {
              /*1023px*/
              height: auto;
              min-height: 880px; } }
          @media only screen and (max-width: 30em) {
            #venue .content .slider .slick-slide .bg3 {
              /*480px*/
              height: auto;
              min-height: 980px; } }
        #venue .content .slider .slick-slide .bg4 {
          background-image: url("../images/2018/bgTournament4.jpg");
          position: relative;
          background-size: cover;
          width: 100%;
          height: 680px; }
          @media only screen and (max-width: 63.938em) {
            #venue .content .slider .slick-slide .bg4 {
              /*1023px*/
              height: auto;
              min-height: 880px; } }
          @media only screen and (max-width: 30em) {
            #venue .content .slider .slick-slide .bg4 {
              /*480px*/
              height: auto;
              min-height: 980px; } }
    #venue .content .txt {
      display: block;
      float: left;
      position: relative;
      width: 595px;
      min-height: 200px;
      background: rgba(17, 28, 39, 0.75);
      margin: 200px 0 0 70px;
      padding: 100px 30px 20px;
      font-family: 'Fira Sans', sans-serif;
      font-weight: 300;
      font-size: 0.875rem;
      /*14px*/
      line-height: 1.125rem;
      /*18px*/
      color: #fff;
      z-index: 2; }
      #venue .content .txt strong {
        font-weight: 500; }
      @media only screen and (max-width: 70.25em) {
        #venue .content .txt {
          /*1124px*/
          margin: 200px 0 0 20px; } }
      @media only screen and (max-width: 63.938em) {
        #venue .content .txt {
          /*1023px*/
          font-size: 1rem;
          /*16px*/
          line-height: 1.25rem;
          /*20px*/
          float: left;
          padding: 0px 30px 20px;
          margin: 110px 20px 0;
          max-width: calc(100vw - 40px); } }
      @media only screen and (max-width: 30em) {
        #venue .content .txt {
          /*480px*/
          padding: 0px 30px 20px;
          float: left;
          margin: 80px 20px 0;
          max-width: calc(100vw - 40px); } }
      #venue .content .txt h2 {
        display: block;
        position: absolute;
        width: 200%;
        top: -45px;
        left: 6px;
        background: -webkit-linear-gradient(#ff7800, #ad0038);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 4rem;
        line-height: 4rem; }
        @media only screen and (max-width: 63.938em) {
          #venue .content .txt h2 {
            /*1023px*/
            position: relative;
            width: 100%;
            top: 0px;
            left: 0px; } }
        @media only screen and (max-width: 30em) {
          #venue .content .txt h2 {
            /*480px*/
            position: relative;
            width: 100%;
            top: 0px;
            left: 0px;
            font-size: 2.6rem;
            line-height: 2.6rem; } }
      #venue .content .txt h4 {
        display: block;
        position: absolute;
        font-size: 2.063rem;
        width: 150%;
        top: 10px;
        left: 16px;
        color: #fff;
        text-transform: uppercase; }
        @media only screen and (max-width: 63.938em) {
          #venue .content .txt h4 {
            /*1023px*/
            position: relative;
            width: 100%;
            top: 0px;
            left: 0px; } }
        @media only screen and (max-width: 30em) {
          #venue .content .txt h4 {
            /*480px*/
            position: relative;
            width: 100%;
            top: 0px;
            left: 0px;
            font-size: 1.6rem;
            line-height: 1.6rem; } }
      #venue .content .txt h5 {
        display: block;
        position: absolute;
        font-size: 2.8em;
        line-height: initial;
        width: 100%;
        top: 40px;
        right: 16px;
        background: -webkit-linear-gradient(#ff7800, #ad0038);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-right: 5px;
        text-align: right; }
        @media only screen and (max-width: 63.938em) {
          #venue .content .txt h5 {
            /*1023px*/
            position: relative;
            width: 100%;
            top: 0px;
            left: 0px; } }
        @media only screen and (max-width: 30em) {
          #venue .content .txt h5 {
            /*480px*/
            position: relative;
            width: 100%;
            top: 0px;
            left: 0px;
            font-size: 2.6rem;
            line-height: 2.6rem; } }
    #venue .content .txt2 {
      display: block;
      float: left;
      position: relative;
      width: 390px;
      min-height: 100px;
      background: url(../images/lnGrad2.png) repeat-y center center;
      background-size: 100%;
      padding: 20px;
      font-family: 'Fira Sans', sans-serif;
      font-weight: 300;
      color: #fff;
      margin: 495px 0 0 10px;
      z-index: 2; }
      @media only screen and (max-width: 63.938em) {
        #venue .content .txt2 {
          /*1023px*/
          float: left;
          padding: 20px;
          margin: 10px 20px 0; } }
      @media only screen and (max-width: 30em) {
        #venue .content .txt2 {
          /*480px*/
          float: left;
          padding: 20px;
          margin: 10px 20px 0;
          width: calc(100vw - 40px); } }
      #venue .content .txt2 .tit {
        display: block;
        width: 100%;
        float: left;
        font-size: 0.875rem;
        /*14px*/
        line-height: 1.125rem;
        /*18px*/
        font-weight: 500; }
        @media only screen and (max-width: 63.938em) {
          #venue .content .txt2 .tit {
            /*1023px*/
            position: relative;
            width: 100%;
            top: 0px;
            left: 0px; } }
        @media only screen and (max-width: 30em) {
          #venue .content .txt2 .tit {
            /*480px*/
            position: relative;
            width: 100%;
            top: 0px;
            left: 0px; } }
      #venue .content .txt2 .desc {
        display: block;
        width: 100%;
        float: left;
        font-size: 0.875rem;
        /*14px*/
        line-height: 1.125rem;
        /*18px*/
        font-weight: 200; }
        @media only screen and (max-width: 63.938em) {
          #venue .content .txt2 .desc {
            /*1023px*/
            position: relative;
            width: 100%;
            top: 0px;
            left: 0px; } }
        @media only screen and (max-width: 30em) {
          #venue .content .txt2 .desc {
            /*480px*/
            position: relative;
            width: 100%;
            top: 0px;
            left: 0px; } }

/* VENUE */
/* TRAVEL */
#travel {
  display: block;
  float: left;
  position: relative;
  background: url("../images/bgTravel.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 580px;
  margin: 10px 0 0; }
  @media only screen and (max-width: 63.938em) {
    #travel {
      /*1023px*/
      height: auto;
      min-height: 580px; } }
  @media only screen and (max-width: 30em) {
    #travel {
      /*480px*/
      height: auto;
      min-height: 580px; } }
  #travel #scrollTravel {
    display: block;
    position: absolute;
    top: -60px; }
  #travel .content {
    width: 990px;
    height: 530px;
    min-height: 530px;
    padding: 70px 0 80px; }
    @media only screen and (max-width: 63.938em) {
      #travel .content {
        /*1023px*/
        height: auto;
        min-height: 530px; } }
    @media only screen and (max-width: 30em) {
      #travel .content {
        /*480px*/
        height: auto;
        min-height: 530px; } }
    #travel .content h2 {
      text-align: left;
      color: #fff;
      position: relative;
      z-index: 10;
      margin: 0 0 0 20px; }
      #travel .content h2.dark {
        color: #111c27; }
      @media only screen and (max-width: 63.938em) {
        #travel .content h2 {
          /*1023px*/
          margin: 0px 0 0px 20px; } }
      @media only screen and (max-width: 30em) {
        #travel .content h2 {
          /*480px*/
          margin: 0px 0 0px 20px; } }
    #travel .content h3 {
      text-align: left;
      color: #fff;
      position: relative;
      z-index: 10;
      margin: -39px 0 0px 20px; }
      #travel .content h3.dark {
        color: #111c27; }
      @media only screen and (max-width: 63.938em) {
        #travel .content h3 {
          /*1023px*/
          margin: 0px 0 0px 20px; } }
      @media only screen and (max-width: 30em) {
        #travel .content h3 {
          /*480px*/
          margin: 0px 0 0px 20px; } }
    #travel .content h5 {
      text-align: left;
      color: #fff;
      position: relative;
      z-index: 10;
      margin: -19px 0 0px 20px;
      text-transform: uppercase; }
      #travel .content h5.dark {
        color: #111c27; }
      @media only screen and (max-width: 63.938em) {
        #travel .content h5 {
          /*1023px*/
          margin: 0px 0 0px 20px; } }
      @media only screen and (max-width: 30em) {
        #travel .content h5 {
          /*480px*/
          margin: 0px 0 0px 20px; } }
    #travel .content .prog {
      position: relative;
      padding: 20px;
      margin-bottom: 0px;
      z-index: 9; }
      #travel .content .prog .title {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 400;
        font-size: 1.125rem;
        /*18px*/
        line-height: 1.375rem;
        /*22px*/
        color: #fff;
        width: 100%;
        text-transform: uppercase; }
        #travel .content .prog .title span {
          font-size: 0.9rem;
          font-weight: 300; }
        #travel .content .prog .title strong {
          font-weight: 500; }
      #travel .content .prog .desc {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 300;
        font-size: 1rem;
        /*18px*/
        line-height: 1.125rem;
        /*22px*/
        color: #000;
        width: 100%; }
        #travel .content .prog .desc strong {
          font-weight: 500; }
        #travel .content .prog .desc span {
          font-family: 'Fira Sans', sans-serif;
          font-size: 0.8rem;
          line-height: 0.8rem;
          font-style: italic;
          font-weight: 300; }
    #travel .content .ilustra1 {
      display: block;
      position: absolute;
      width: 256px;
      height: 116px;
      top: 20px;
      right: 60px;
      background: no-repeat top center;
      background-image: url("../images/ilustrTravel.png");
      transition: all .2s ease-in-out; }
      @media only screen and (max-width: 63.938em) {
        #travel .content .ilustra1 {
          /*1023px*/
          display: none; } }
      @media only screen and (max-width: 30em) {
        #travel .content .ilustra1 {
          /*480px*/
          display: none; } }

/* TRAVEL */
/* HOTEL */
#hotel {
  display: block;
  float: left;
  position: relative;
  background: #111c27 no-repeat top center;
  /*background-image:url('../images/base/8_official_hotel.png');*/
  width: 100%;
  height: 680px;
  margin: 10px 0 0; }
  @media only screen and (max-width: 63.938em) {
    #hotel {
      /*1023px*/
      height: auto;
      min-height: 680px; } }
  @media only screen and (max-width: 30em) {
    #hotel {
      /*480px*/
      height: auto;
      min-height: 680px; } }
  #hotel #scrollHotel {
    display: block;
    position: absolute;
    top: -60px; }
  #hotel .content {
    height: 680px; }
    @media only screen and (max-width: 63.938em) {
      #hotel .content {
        /*1023px*/
        height: auto;
        min-height: 680px; } }
    @media only screen and (max-width: 30em) {
      #hotel .content {
        /*480px*/
        height: auto;
        min-height: 680px; } }
    #hotel .content .slider {
      position: absolute;
      /*width: 495px;*/
      width: 100%;
      height: 680px;
      top: 25px;
      right: 40px;
      z-index: 1; }
      @media only screen and (max-width: 63.938em) {
        #hotel .content .slider {
          /*1023px*/
          position: relative;
          height: auto;
          min-height: 635px;
          padding-bottom: 40px; } }
      @media only screen and (max-width: 30em) {
        #hotel .content .slider {
          /*480px*/
          position: relative;
          height: auto;
          min-height: 635px;
          padding-bottom: 40px; } }
      #hotel .content .slider .slick-slide {
        position: relative; }
        #hotel .content .slider .slick-slide .colBg {
          width: 495px;
          float: right; }
          @media only screen and (max-width: 70.25em) {
            #hotel .content .slider .slick-slide .colBg {
              /*1124px*/
              width: 430px; } }
          @media only screen and (max-width: 63.938em) {
            #hotel .content .slider .slick-slide .colBg {
              /*1023px*/
              float: left;
              margin: 0px 80px;
              width: calc(100vw - 40px); } }
          @media only screen and (max-width: 30em) {
            #hotel .content .slider .slick-slide .colBg {
              /*480px*/
              float: left;
              margin: 0px 80px;
              width: calc(100vw - 40px); } }
        #hotel .content .slider .slick-slide .bg1 {
          background-image: url("../images/bgHotel1.jpg");
          position: relative;
          background-size: cover;
          width: 495px;
          height: 315px;
          float: right;
          margin-bottom: 12px; }
          @media only screen and (max-width: 70.25em) {
            #hotel .content .slider .slick-slide .bg1 {
              /*1124px*/
              width: 430px; } }
          @media only screen and (max-width: 63.938em) {
            #hotel .content .slider .slick-slide .bg1 {
              /*1023px*/
              float: left;
              width: calc(100vw - 40px);
              background-position: center; } }
          @media only screen and (max-width: 30em) {
            #hotel .content .slider .slick-slide .bg1 {
              /*480px*/
              float: left;
              width: calc(100vw - 40px); } }
        #hotel .content .slider .slick-slide .bg2 {
          background-image: url("../images/bgHotel2.jpg");
          position: relative;
          background-size: cover;
          width: 495px;
          height: 315px;
          float: right; }
          @media only screen and (max-width: 70.25em) {
            #hotel .content .slider .slick-slide .bg2 {
              /*1124px*/
              width: 430px; } }
          @media only screen and (max-width: 63.938em) {
            #hotel .content .slider .slick-slide .bg2 {
              /*1023px*/
              float: left;
              width: calc(100vw - 40px);
              background-position: center; } }
          @media only screen and (max-width: 30em) {
            #hotel .content .slider .slick-slide .bg2 {
              /*480px*/
              float: left;
              width: calc(100vw - 40px); } }
        #hotel .content .slider .slick-slide .bg3 {
          background-image: url("../images/bgHotel3.jpg");
          position: relative;
          background-size: cover;
          width: 495px;
          height: 315px;
          float: right;
          margin-bottom: 12px; }
          @media only screen and (max-width: 70.25em) {
            #hotel .content .slider .slick-slide .bg3 {
              /*1124px*/
              width: 430px; } }
          @media only screen and (max-width: 63.938em) {
            #hotel .content .slider .slick-slide .bg3 {
              /*1023px*/
              float: left;
              width: calc(100vw - 40px);
              background-position: center; } }
          @media only screen and (max-width: 30em) {
            #hotel .content .slider .slick-slide .bg3 {
              /*480px*/
              float: left;
              width: calc(100vw - 40px); } }
        #hotel .content .slider .slick-slide .bg4 {
          background-image: url("../images/bgHotel4.jpg");
          position: relative;
          background-size: cover;
          width: 495px;
          height: 315px;
          float: right; }
          @media only screen and (max-width: 70.25em) {
            #hotel .content .slider .slick-slide .bg4 {
              /*1124px*/
              width: 430px; } }
          @media only screen and (max-width: 63.938em) {
            #hotel .content .slider .slick-slide .bg4 {
              /*1023px*/
              float: left;
              width: calc(100vw - 40px);
              background-position: center; } }
          @media only screen and (max-width: 30em) {
            #hotel .content .slider .slick-slide .bg4 {
              /*480px*/
              float: left;
              width: calc(100vw - 40px); } }
        #hotel .content .slider .slick-slide .txt {
          display: block;
          float: left;
          position: relative;
          width: 420px;
          min-height: 200px;
          margin: 200px 0 0 206px;
          padding: 80px 30px 20px;
          font-family: 'Fira Sans', sans-serif;
          font-weight: 300;
          font-size: 0.875rem;
          /*14px*/
          line-height: 1.125rem;
          /*18px*/
          color: #fff;
          z-index: 2; }
          @media only screen and (max-width: 70.25em) {
            #hotel .content .slider .slick-slide .txt {
              /*1124px*/
              width: 370px;
              margin: 160px 0 0 190px; } }
          @media only screen and (max-width: 63.938em) {
            #hotel .content .slider .slick-slide .txt {
              /*1023px*/
              font-size: 1rem;
              /*16px*/
              line-height: 1.25rem;
              /*20px*/
              float: left;
              width: calc(100vw - 40px);
              margin: 100px 0 0 60px; } }
          @media only screen and (max-width: 30em) {
            #hotel .content .slider .slick-slide .txt {
              /*480px*/
              float: left;
              width: calc(100vw - 40px);
              margin: 60px 0 0 60px; } }
          #hotel .content .slider .slick-slide .txt h2 {
            display: block;
            position: absolute;
            width: 200%;
            top: -45px;
            left: 6px;
            background: -webkit-linear-gradient(#ff7800, #ad0038);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
            @media only screen and (max-width: 63.938em) {
              #hotel .content .slider .slick-slide .txt h2 {
                /*1023px*/
                width: 100%;
                top: -65px; } }
          #hotel .content .slider .slick-slide .txt h4 {
            display: block;
            position: absolute;
            width: 200%;
            top: 10px;
            left: 16px;
            color: #fff;
            text-transform: uppercase;
            font-size: 2.4rem; }
            @media only screen and (max-width: 63.938em) {
              #hotel .content .slider .slick-slide .txt h4 {
                /*1023px*/
                width: 100%;
                top: -10px; } }
          #hotel .content .slider .slick-slide .txt.topM {
            margin: 300px 0 0 206px; }
            @media only screen and (max-width: 70.25em) {
              #hotel .content .slider .slick-slide .txt.topM {
                /*1124px*/
                margin: 300px 0 0 206px; } }
            @media only screen and (max-width: 63.938em) {
              #hotel .content .slider .slick-slide .txt.topM {
                /*1023px*/
                margin: 100px 0 0 60px; } }
            @media only screen and (max-width: 30em) {
              #hotel .content .slider .slick-slide .txt.topM {
                /*480px*/
                margin: 60px 0 0 60px; } }
      @media only screen and (max-width: 63.938em) {
        #hotel .content .slider .slickPrev {
          /*1023px*/
          left: 50px;
          top: 120px; } }
      @media only screen and (max-width: 30em) {
        #hotel .content .slider .slickPrev {
          /*480px*/
          left: 50px;
          top: 120px; } }
      @media only screen and (max-width: 63.938em) {
        #hotel .content .slider .slickNext {
          /*1023px*/
          right: -30px;
          top: 120px; } }
      @media only screen and (max-width: 30em) {
        #hotel .content .slider .slickNext {
          /*480px*/
          right: -30px;
          top: 120px; } }
    #hotel .content .ilustra1 {
      display: block;
      position: absolute;
      width: 209px;
      height: 164px;
      top: 10px;
      left: 535px;
      background: no-repeat top center;
      background-image: url("../images/ilustrHotel1.png");
      transition: all .2s ease-in-out;
      z-index: 9; }
      @media only screen and (max-width: 63.938em) {
        #hotel .content .ilustra1 {
          /*1023px*/
          display: none; } }
      @media only screen and (max-width: 30em) {
        #hotel .content .ilustra1 {
          /*480px*/
          display: none; } }
    #hotel .content .ilustra2 {
      display: block;
      position: absolute;
      width: 273px;
      height: 148px;
      bottom: 0px;
      left: 510px;
      background: no-repeat top center;
      background-image: url("../images/ilustrHotel2.png");
      transition: all .2s ease-in-out;
      z-index: 9; }
      @media only screen and (max-width: 63.938em) {
        #hotel .content .ilustra2 {
          /*1023px*/
          display: none; } }
      @media only screen and (max-width: 30em) {
        #hotel .content .ilustra2 {
          /*480px*/
          display: none; } }

/* HOTEL */
/* PROGRAMME */
#programme {
  display: block;
  float: left;
  position: relative;
  background: url("../images/bgProgramme.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 590px;
  padding: 60px 0 30px;
  margin: 10px 0 0; }
  #programme #scrollProgramme {
    display: block;
    position: absolute;
    top: -60px; }
  #programme .content {
    width: 990px;
    min-height: 570px; }
    #programme .content h2 {
      text-align: left;
      color: #fff;
      position: relative;
      z-index: 10;
      margin-left: 310px; }
      @media only screen and (max-width: 63.938em) {
        #programme .content h2 {
          /*1023px*/
          text-align: center;
          width: 100%;
          margin-left: 0; } }
      @media only screen and (max-width: 30em) {
        #programme .content h2 {
          /*480px*/
          text-align: center;
          width: 100%;
          margin-left: 0; } }
      #programme .content h2.dark {
        color: #111c27;
        margin: -39px 0 0px 310px; }
        @media only screen and (max-width: 63.938em) {
          #programme .content h2.dark {
            /*1023px*/
            margin: -19px 0 0px;
            text-align: center;
            width: 100%; } }
        @media only screen and (max-width: 30em) {
          #programme .content h2.dark {
            /*480px*/
            margin: -9px 0 0px;
            text-align: center;
            width: 100%; } }
    #programme .content .prog {
      position: relative;
      padding: 20px;
      background: #fff;
      border: 5px solid #fff;
      margin-bottom: 20px;
      z-index: 9;
      /*
      Colors
      oldGrey: #101e28
      laranja: #ef861f
      rosa: #e1004c
      rosadark: #950c7c
      */ }
      #programme .content .prog .ilustra1 {
        display: block;
        position: absolute;
        width: 165px;
        height: 161px;
        top: -190px;
        right: 26px;
        background: no-repeat top center;
        background-image: url("../images/ilustrProgramme.png");
        transition: all .2s ease-in-out; }
        @media only screen and (max-width: 63.938em) {
          #programme .content .prog .ilustra1 {
            /*1023px*/
            display: none; } }
        @media only screen and (max-width: 30em) {
          #programme .content .prog .ilustra1 {
            /*480px*/
            display: none; } }
      #programme .content .prog .title {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 400;
        font-size: 1.125rem;
        /*18px*/
        line-height: 1.375rem;
        /*22px*/
        color: #f6483f;
        /*
        background: -webkit-linear-gradient(#f0861f, #950b7d);
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
        */
        transition: all .4s ease-in-out;
        width: 100%; }
        #programme .content .prog .title strong {
          font-weight: 500; }
      #programme .content .prog .desc {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 300;
        font-size: 1.125rem;
        /*18px*/
        line-height: 1.375rem;
        /*22px*/
        color: #f6483f;
        /*
        background: -webkit-linear-gradient(#f0861f, #950b7d);
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
        */
        transition: all .4s ease-in-out;
        width: 100%; }
        #programme .content .prog .desc strong {
          font-weight: 500; }
    #programme .content .note {
      font-family: 'Fira Sans', sans-serif;
      font-weight: 300;
      font-size: 1.4rem;
      /*24px*/
      line-height: 1.625rem;
      /*18px*/
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      border: 2px solid #fff;
      padding: 4px 0; }
      #programme .content .note strong {
        font-weight: 500; }

/* PROGRAMME */
/* PARTY */
#party {
  display: block;
  float: left;
  position: relative;
  /*background: url('../images/bgTravel.jpg') no-repeat center center;*/
  background-size: cover;
  width: 100%;
  min-height: 680px;
  margin: 10px 0 0; }
  @media only screen and (max-width: 63.938em) {
    #party {
      /*1023px*/
      height: auto;
      min-height: 680px; } }
  @media only screen and (max-width: 30em) {
    #party {
      /*480px*/
      height: auto;
      min-height: 680px; } }
  #party #scrollParty {
    display: block;
    position: absolute;
    top: -60px; }
  #party .content {
    width: 100%;
    min-height: 672px;
    position: relative; }
    @media only screen and (max-width: 63.938em) {
      #party .content {
        /*1023px*/
        height: auto;
        min-height: 680px; } }
    @media only screen and (max-width: 30em) {
      #party .content {
        /*480px*/
        height: auto;
        min-height: 680px; } }
    #party .content .cell {
      height: 672px;
      position: relative; }
      @media only screen and (max-width: 63.938em) {
        #party .content .cell {
          /*1023px*/
          height: 100vw;
          max-height: 680px; } }
      @media only screen and (max-width: 30em) {
        #party .content .cell {
          /*480px*/
          height: 100vw; } }
      #party .content .cell.bg1 {
        background: url("../images/2018/partyLeft.jpg") no-repeat center right;
        background-size: cover; }
      #party .content .cell.bg2 {
        background: url("../images/2018/partyRight.jpg") no-repeat center left;
        background-size: cover; }
    #party .content .logo {
      display: block;
      position: absolute;
      bottom: -100px;
      left: calc( 50vw - 166px);
      width: 322px;
      height: 382px;
      background: no-repeat top center;
      background-image: url("../images/logoJuniorSevens_big.png");
      transition: all .2s ease-in-out;
      transform: scale(0.43);
      z-index: 9; }
      @media only screen and (max-width: 63.938em) {
        #party .content .logo {
          /*1023px*/
          display: none; } }
      @media only screen and (max-width: 30em) {
        #party .content .logo {
          /*480px*/
          display: none; } }

/* PARTY */
/* INTRODUCING */
#introducing {
  display: block;
  float: left;
  position: relative;
  background: white no-repeat top center;
  width: 100%;
  height: 653px;
  margin: 10px 0 0px; }
  @media only screen and (max-width: 63.938em) {
    #introducing {
      /*1023px*/ } }
  @media only screen and (max-width: 30em) {
    #introducing {
      /*480px*/
      height: auto;
      min-height: 653px; } }
  #introducing #scrollIntroducing {
    display: block;
    position: absolute;
    top: -60px; }
  #introducing .content {
    /*background: url('../images/bgIntroducing.jpg') no-repeat top center;*/
    background-size: cover;
    height: 653px;
    position: relative; }
    @media only screen and (max-width: 63.938em) {
      #introducing .content {
        /*1023px*/ } }
    @media only screen and (max-width: 30em) {
      #introducing .content {
        /*480px*/
        height: auto;
        min-height: 653px; } }
    #introducing .content .ilustra {
      display: block;
      position: absolute;
      width: 283px;
      height: 434px;
      top: 0px;
      left: 0px;
      background: no-repeat top center;
      background-image: url("../images/ilustrIntroducing.png");
      transition: all .2s ease-in-out;
      z-index: 9; }
      @media only screen and (max-width: 63.938em) {
        #introducing .content .ilustra {
          /*1023px*/
          display: none; } }
      @media only screen and (max-width: 30em) {
        #introducing .content .ilustra {
          /*480px*/
          display: none; } }
    #introducing .content .slider {
      height: 680px;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1; }
      @media only screen and (max-width: 63.938em) {
        #introducing .content .slider {
          /*1023px*/
          height: auto;
          min-height: 680px; } }
      @media only screen and (max-width: 30em) {
        #introducing .content .slider {
          /*480px*/
          height: auto;
          min-height: 680px; } }
      #introducing .content .slider .slick-slide {
        position: relative; }
        #introducing .content .slider .slick-slide .bg1 {
          background-image: url("../images/bgIntroducing1.jpg");
          position: relative;
          background-size: cover;
          width: 100%;
          height: 680px; }
          @media only screen and (max-width: 63.938em) {
            #introducing .content .slider .slick-slide .bg1 {
              /*1023px*/
              height: auto;
              min-height: 680px; } }
          @media only screen and (max-width: 30em) {
            #introducing .content .slider .slick-slide .bg1 {
              /*480px*/
              height: auto;
              min-height: 680px; } }
        #introducing .content .slider .slick-slide .bg2 {
          background-image: url("../images/bgIntroducing2.jpg");
          position: relative;
          background-size: cover;
          width: 100%;
          height: 680px; }
          @media only screen and (max-width: 63.938em) {
            #introducing .content .slider .slick-slide .bg2 {
              /*1023px*/
              height: auto;
              min-height: 680px; } }
          @media only screen and (max-width: 30em) {
            #introducing .content .slider .slick-slide .bg2 {
              /*480px*/
              height: auto;
              min-height: 680px; } }
    #introducing .content .txt {
      display: block;
      float: right;
      position: relative;
      width: 420px;
      min-height: 200px;
      background: rgba(17, 28, 39, 0.75);
      margin: 165px 247px 0 0;
      padding: 80px 30px 20px;
      font-family: 'Fira Sans', sans-serif;
      font-weight: 300;
      font-size: 0.875rem;
      /*14px*/
      line-height: 1.125rem;
      /*18px*/
      color: #fff;
      z-index: 9; }
      @media only screen and (max-width: 63.938em) {
        #introducing .content .txt {
          /*1023px*/
          font-size: 1rem;
          /*16px*/
          line-height: 1.25rem;
          /*20px*/
          float: left;
          margin: 140px 20px 0;
          max-width: calc(100vw - 40px); } }
      @media only screen and (max-width: 30em) {
        #introducing .content .txt {
          /*480px*/
          float: left;
          margin: 80px 20px 0;
          max-width: calc(100vw - 40px); } }
      #introducing .content .txt h2 {
        display: block;
        position: absolute;
        width: 150%;
        top: -45px;
        left: 6px;
        background: -webkit-linear-gradient(#ff7800, #ad0038);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media only screen and (max-width: 63.938em) {
          #introducing .content .txt h2 {
            /*1023px*/
            top: -40px; } }
        @media only screen and (max-width: 30em) {
          #introducing .content .txt h2 {
            /*480px*/
            top: -26px; } }
      #introducing .content .txt h4 {
        display: block;
        position: absolute;
        width: 150%;
        top: 10px;
        left: 16px;
        color: #fff;
        text-transform: uppercase; }
      #introducing .content .txt .note {
        text-transform: uppercase;
        font-weight: 500; }

/* INTRODUCING */
/* REGISTRATION */
#registration {
  display: block;
  float: left;
  position: relative;
  background: white no-repeat top center;
  width: 100%;
  margin: 25px 0 0; }
  #registration #scrollRegistration {
    display: block;
    position: absolute;
    top: -85px; }
  #registration .content {
    width: 990px;
    padding: 153px 14px 0; }
    #registration .content h3 {
      display: block;
      background: -webkit-linear-gradient(#ff7800, #ad0038);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      line-height: 4.85rem;
      margin: 0px 8px; }
    #registration .content .titleBloco {
      display: block;
      width: 100%;
      font-family: 'Fira Sans', sans-serif;
      font-weight: 600;
      font-size: 1rem;
      /*16px*/
      line-height: 1.125rem;
      /*18px*/
      color: #111c27;
      margin: 20px 8px;
      text-transform: uppercase; }
    #registration .content .descBloco {
      display: block;
      width: 100%;
      font-family: 'Fira Sans', sans-serif;
      font-weight: 400;
      font-size: 1rem;
      /*16px*/
      line-height: 1.125rem;
      /*18px*/
      color: #111c27;
      margin: 0px 8px 20px; }
    #registration .content label {
      display: block;
      width: 100%;
      font-family: 'Fira Sans', sans-serif;
      font-weight: 500;
      font-size: 1rem;
      /*16px*/
      line-height: 1.125rem;
      /*18px*/
      color: #111c27; }
      #registration .content label span {
        color: #ed1c25; }
    #registration .content input {
      display: block;
      width: 100%;
      height: 1.4375rem;
      padding: .2rem;
      font-size: 0.8rem;
      border: 1px solid #111c27;
      border-radius: 0px; }
    #registration .content .btSend {
      display: block;
      float: left;
      width: 86px;
      height: 55px;
      background: no-repeat top center;
      background-image: url("../images/btSend.png");
      background-size: 86px;
      cursor: pointer; }
    #registration .content .noteBloco {
      display: block;
      width: 100%;
      font-family: 'Fira Sans', sans-serif;
      font-weight: 500;
      font-size: 1rem;
      /*16px*/
      line-height: 1.125rem;
      /*18px*/
      text-transform: uppercase;
      background: -webkit-linear-gradient(#ff7800, #ad0038);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin: 40px 8px; }
  #registration .lnGradTop {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/lnGrad.png") repeat-y center center;
    background-size: cover;
    width: 100%;
    height: 10px; }

/* REGISTRATION */
/* CONTACT US */
#contact {
  display: block;
  float: left;
  position: relative;
  background: white no-repeat top center;
  width: 100%;
  min-height: 753px;
  margin: 25px 0 50px; }
  #contact #scrollContact {
    display: block;
    position: absolute;
    top: -86px; }
  #contact .content {
    width: 990px;
    padding: 100px 14px 0; }
    #contact .content h3 {
      display: block;
      background: -webkit-linear-gradient(#ff7800, #ad0038);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      line-height: 4.85rem;
      margin: 0px 8px; }
    #contact .content label {
      display: block;
      width: 100%;
      font-family: 'Fira Sans', sans-serif;
      font-weight: 500;
      font-size: 1rem;
      /*16px*/
      line-height: 1.125rem;
      /*18px*/
      color: #111c27; }
    #contact .content input {
      display: block;
      width: 100%;
      height: 1.4375rem;
      padding: .2rem;
      font-size: 0.8rem;
      border: 1px solid #111c27;
      border-radius: 0px; }
    #contact .content textarea {
      display: block;
      width: 100%;
      height: 110px;
      padding: .2rem;
      font-size: 0.8rem;
      border: 1px solid #111c27;
      border-radius: 0px; }
    #contact .content .btSendContact {
      display: block;
      float: left;
      width: 86px;
      height: 55px;
      background: no-repeat top center;
      background-image: url("../images/btSend.png");
      cursor: pointer;
      margin: 0 0 20px;
      background-size: 86px; }
    #contact .content .noteBloco {
      display: block;
      width: 100%;
      font-family: 'Fira Sans', sans-serif;
      font-weight: 500;
      font-size: 1rem;
      /*16px*/
      line-height: 1.125rem;
      /*18px*/
      text-transform: uppercase;
      background: -webkit-linear-gradient(#ff7800, #ad0038);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin: 40px 8px; }
    #contact .content .blocoContactos .holderManagement {
      text-align: right;
      padding: 16px 33px; }
      #contact .content .blocoContactos .holderManagement .label {
        display: inline-block;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 400;
        font-size: 1rem;
        /*16px*/
        text-transform: uppercase;
        color: #111c27; }
      #contact .content .blocoContactos .holderManagement .sportsVentures {
        display: inline-block;
        margin: 0 0 0 10px; }
      #contact .content .blocoContactos .holderManagement .ptRugby {
        display: inline-block;
        margin: 20px 20px 0 0; }
    #contact .content .blocoContactos .holderInfo {
      font-family: 'Fira Sans', sans-serif;
      font-weight: 400;
      font-size: 1rem;
      /*16px*/
      line-height: 1.3rem;
      color: #111c27;
      padding: 20px 0px; }
      #contact .content .blocoContactos .holderInfo .address {
        font-size: 0.8rem;
        /*14px*/
        line-height: 1rem; }
      #contact .content .blocoContactos .holderInfo .mail, #contact .content .blocoContactos .holderInfo .phone {
        font-weight: 500; }
      #contact .content .blocoContactos .holderInfo .linkSite {
        font-weight: 500;
        font-style: italic; }
      #contact .content .blocoContactos .holderInfo a {
        color: #111c27;
        text-decoration: none; }
    #contact .content .blocoContactos .holderTurismo {
      text-align: left;
      padding: 0; }
      #contact .content .blocoContactos .holderTurismo .label {
        display: inline-block;
        float: left;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        font-size: 0.8rem;
        /*14px*/
        line-height: 1rem;
        color: #111c27;
        width: 100%;
        margin-top: 12px; }
      #contact .content .blocoContactos .holderTurismo .turismo {
        display: inline-block;
        float: left;
        margin: 0; }
      #contact .content .blocoContactos .holderTurismo .pt2020 {
        display: inline-block;
        float: right; }
  #contact .lnGradTop {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/lnGrad.png") repeat-y center center;
    background-size: cover;
    width: 100%;
    height: 10px; }

/* CONTACT US */
/* PARTNERS BOTTOM */
#partnersBottom {
  display: block;
  position: relative;
  float: left;
  background: white no-repeat top center;
  width: 100%;
  min-height: 130px; }
  @media only screen and (max-width: 63.938em) {
    #partnersBottom {
      /*1023px*/
      height: auto;
      min-height: 130px;
      padding-bottom: 40px; } }
  @media only screen and (max-width: 30em) {
    #partnersBottom {
      /*480px*/
      height: auto;
      min-height: 130px;
      padding-bottom: 40px; } }
  #partnersBottom .content {
    min-height: 126px; }
    @media only screen and (max-width: 63.938em) {
      #partnersBottom .content {
        /*1023px*/
        height: auto;
        min-height: 130px; } }
    @media only screen and (max-width: 30em) {
      #partnersBottom .content {
        /*480px*/
        height: auto;
        min-height: 130px; } }
    #partnersBottom .content .holderPartners {
      display: block;
      width: 100%;
      text-align: center; }
      #partnersBottom .content .holderPartners .partners_live {
        display: block;
        text-align: center;
        margin-top: 6px; }
        #partnersBottom .content .holderPartners .partners_live img {
          display: inline-block;
          float: initial; }
      #partnersBottom .content .holderPartners .cooperation {
        display: inline-block;
        display: inline-block;
        margin: 16px 20px 0 20px; }
        #partnersBottom .content .holderPartners .cooperation .label {
          display: inline-block;
          font-family: 'Fira Sans', sans-serif;
          font-weight: 500;
          font-size: 0.6875rem;
          /*11px*/
          text-transform: uppercase;
          color: #000; }
        #partnersBottom .content .holderPartners .cooperation .portugalRugby {
          display: inline-block;
          margin: 0 10px 0 10px; }
        #partnersBottom .content .holderPartners .cooperation .turismoAlgarve {
          display: inline-block;
          margin: 0 0 0 10px; }
        #partnersBottom .content .holderPartners .cooperation .vrst {
          display: inline-block;
          margin: 0 0 0 10px; }
        #partnersBottom .content .holderPartners .cooperation .ipdj {
          display: inline-block;
          margin: 0 10px 0 10px; }
        #partnersBottom .content .holderPartners .cooperation .turismoPortugal {
          display: inline-block;
          margin: 0 0 0 10px; }
  #partnersBottom .lnGradTop {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/lnGrad.png") repeat-y center center;
    background-size: cover;
    width: 100%;
    height: 5px; }

/* PARTNERS BOTTOM */
/* COMPONENTS */
/*Slick*/
.slider {
  width: 100%;
  margin: 0;
  padding: 0; }
  .slider .slick-slide {
    margin: 0px; }
    .slider .slick-slide img {
      width: 100%; }
  .slider .slick-prev:before,
  .slider .slick-next:before {
    color: black; }

.slickPrev, .slickNext {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc( 50% - 23px );
  display: block;
  width: 40px;
  height: 46px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  color: black;
  z-index: 80; }

.slickPrev {
  left: 100px;
  background: no-repeat top center;
  background-image: url("../images/arrowLeft.png"); }
  @media only screen and (max-width: 63.938em) {
    .slickPrev {
      /*1023px*/
      left: 20px; } }
  @media only screen and (max-width: 30em) {
    .slickPrev {
      /*480px*/
      left: 20px;
      top: 120px; } }

.slickNext {
  right: 100px;
  background: no-repeat top center;
  background-image: url("../images/arrowRight.png"); }
  @media only screen and (max-width: 63.938em) {
    .slickNext {
      /*1023px*/
      right: 20px; } }
  @media only screen and (max-width: 30em) {
    .slickNext {
      /*480px*/
      right: 20px;
      top: 120px; } }

.slickPrev.colors {
  left: 50px;
  background: no-repeat top center;
  background-image: url("../images/arrowLeft_colors.png"); }

.slickNext.colors {
  right: -30px;
  background: no-repeat top center;
  background-image: url("../images/arrowRight_colors.png"); }

/*Forms*/
form label span {
  color: #ed1c25; }

#form-messages {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  color: #000; }
  #form-messages.error {
    color: #ed1c25; }
  #form-messages.success {
    color: #00a650; }

#form-messages-contact {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  color: #000; }
  #form-messages-contact.error {
    color: #ed1c25; }
  #form-messages-contact.success {
    color: #00a650; }

/* FOOTER */
#footer {
  display: block;
  float: left;
  background: white no-repeat top center;
  /*background-image:url('../images/base/13_footer.png');*/
  width: 100%;
  height: 336px; }
  #footer .footerTop {
    display: block;
    float: left;
    background: url("../images/lnGrad.png") repeat-y center center;
    background-size: 100%;
    width: 100%;
    height: 124px; }
    #footer .footerTop .content {
      height: 124px; }
      #footer .footerTop .content .nav {
        display: block;
        position: relative;
        max-width: 100%;
        width: 1024px;
        margin: 0 auto;
        height: 124px;
        transition: all .4s ease-in-out; }
        #footer .footerTop .content .nav .faces {
          display: block;
          position: absolute;
          width: 25px;
          height: 25px;
          top: 31px;
          right: 198px;
          background: no-repeat top center;
          background-image: url("../images/ico_faces.png");
          transition: all .4s ease-in-out;
          transform: scale(1.1); }
          @media only screen and (max-width: 70.25em) {
            #footer .footerTop .content .nav .faces {
              /*1124px*/
              right: 90px; } }
          @media only screen and (max-width: 63.938em) {
            #footer .footerTop .content .nav .faces {
              /*1023px*/
              right: 90px; } }
          @media only screen and (max-width: 30em) {
            #footer .footerTop .content .nav .faces {
              /*480px*/
              right: 90px; } }
        #footer .footerTop .content .nav .insta {
          display: block;
          position: absolute;
          width: 25px;
          height: 25px;
          top: 31px;
          right: 162px;
          background: no-repeat top center;
          background-image: url("../images/ico_insta.png");
          transition: all .4s ease-in-out;
          transform: scale(1.1); }
          @media only screen and (max-width: 70.25em) {
            #footer .footerTop .content .nav .insta {
              /*1124px*/
              right: 50px; } }
          @media only screen and (max-width: 63.938em) {
            #footer .footerTop .content .nav .insta {
              /*1023px*/
              right: 50px; } }
          @media only screen and (max-width: 30em) {
            #footer .footerTop .content .nav .insta {
              /*480px*/
              right: 50px; } }
        #footer .footerTop .content .nav .contactFooter {
          display: block;
          position: absolute;
          top: 41px;
          right: 237px;
          text-align: right;
          font-family: 'Fira Sans', sans-serif;
          font-weight: 500;
          font-size: 0.875rem;
          /*14px*/
          color: #111c27;
          transition: all .4s ease-in-out; }
          @media only screen and (max-width: 70.25em) {
            #footer .footerTop .content .nav .contactFooter {
              /*1124px*/
              right: 140px; } }
          @media only screen and (max-width: 63.938em) {
            #footer .footerTop .content .nav .contactFooter {
              /*1023px*/
              right: 140px; } }
          @media only screen and (max-width: 30em) {
            #footer .footerTop .content .nav .contactFooter {
              /*480px*/
              display: none;
              right: 140px; } }
          #footer .footerTop .content .nav .contactFooter a {
            color: #111c27;
            text-decoration: none; }
        #footer .footerTop .content .nav .btRegister {
          display: block;
          position: absolute;
          width: 80px;
          height: 54px;
          top: 86px;
          right: 50px;
          background: no-repeat top center;
          background-image: url("../images/btRegisterTeam.png");
          background-size: 80px;
          transition: all .4s ease-in-out;
          transform: scale(1.1); }
          @media only screen and (max-width: 70.25em) {
            #footer .footerTop .content .nav .btRegister {
              /*1124px*/
              right: 50px; } }
          @media only screen and (max-width: 63.938em) {
            #footer .footerTop .content .nav .btRegister {
              /*1023px*/
              right: 50px; } }
          @media only screen and (max-width: 30em) {
            #footer .footerTop .content .nav .btRegister {
              /*480px*/
              right: 50px; } }
        #footer .footerTop .content .nav ul {
          position: absolute;
          width: 100%;
          bottom: 13px;
          right: 0px;
          padding-left: 50px;
          text-align: center; }
          @media only screen and (max-width: 70.25em) {
            #footer .footerTop .content .nav ul {
              /*1124px*/
              right: 0;
              padding-left: 50px;
              text-align: center;
              display: none; } }
          @media only screen and (max-width: 63.938em) {
            #footer .footerTop .content .nav ul {
              /*1023px*/
              right: 0;
              padding-left: 50px;
              text-align: center;
              display: none; } }
          @media only screen and (max-width: 30em) {
            #footer .footerTop .content .nav ul {
              /*480px*/
              display: none; } }
          #footer .footerTop .content .nav ul li {
            display: inline-block; }
            @media only screen and (max-width: 70.25em) {
              #footer .footerTop .content .nav ul li {
                /*1124px*/
                display: inline-block; } }
            @media only screen and (max-width: 63.938em) {
              #footer .footerTop .content .nav ul li {
                /*1023px*/
                display: inline-block; } }
            @media only screen and (max-width: 30em) {
              #footer .footerTop .content .nav ul li {
                /*480px*/ } }
            #footer .footerTop .content .nav ul li a {
              display: block;
              float: right;
              font-family: 'Fira Sans', sans-serif;
              font-weight: 500;
              font-size: 0.875rem;
              /*14px*/
              color: #fff;
              text-decoration: none;
              text-transform: uppercase;
              margin-right: 17px; }
              #footer .footerTop .content .nav ul li a:hover {
                color: #111c27; }
      #footer .footerTop .content .logo {
        display: block;
        position: absolute;
        top: -97px;
        left: 0px;
        width: 322px;
        height: 382px;
        background: no-repeat top center;
        background-image: url("../images/2018/logoAlgarveSevens_big.png");
        transition: all .2s ease-in-out;
        transform: scale(0.43);
        z-index: 9; }
        @media only screen and (max-width: 70.25em) {
          #footer .footerTop .content .logo {
            /*1124px*/
            left: -30px; } }
        @media only screen and (max-width: 63.938em) {
          #footer .footerTop .content .logo {
            /*1023px*/
            left: -30px; } }
        @media only screen and (max-width: 30em) {
          #footer .footerTop .content .logo {
            /*480px*/
            left: -30px; } }
  #footer .footerBottom {
    display: block;
    float: left;
    background: #111c27;
    width: 100%;
    height: 212px; }
    #footer .footerBottom .content {
      height: 162px; }
      #footer .footerBottom .content .zffects {
        display: block;
        text-align: center;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 400;
        font-size: 0.8125rem;
        /*13px*/
        color: #fff;
        margin: 50px 0 0; }
        #footer .footerBottom .content .zffects a {
          color: #ef851f;
          font-weight: 500;
          text-decoration: none; }
