@import url('default.css');

/* ESSENCIAIS */
/*_____________________________________________________________________________________________________________________________________________________________*/

/* cores do ecrã de loading */
.loader { background: #2A2A2A; }	/* loader background color */
.loader i.fa-cog { color: #ffffff; } /* loader spinner color */

/* cor do botão scroll top */
.scrollup { color: auto; } /* go top button color */

/* hightlight colors */
/* ::selection, ::-moz-selection { background: auto; color: auto; } */

/* placeholder dos formularios */
/* ::-webkit-input-placeholder { color: #000000; }
:-moz-placeholder { color: #000000; }
::-moz-placeholder { color: #000000; }
:-ms-input-placeholder { color: #000000; } */

/* locker on or off */
#locked { display: none; }

/* LIMPAR PADDING E MARGIN DO BOOTSTRAP */
.noPadding {
  padding-left: 0;
  padding-right: 0;
}

.noMargin {
  margin-left: 0;
  margin-right: 0;
}


/* ADICIONAR CÓDIGO ABAIXO*/
/*_____________________________________________________________________________________________________________________________________________________________*/

/* FONTS NÃO GOGGLE */
/* @font-face {
	font-family: 'myFont';
	src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'),
	     url('myfont-webfont.ttf')  format('truetype');
} */


/* IMPORT FONTS GOOGLE */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600');

html, body {
  overflow-x: hidden;
}

body {
	font-family: 'Montserrat', sans-serif;
  font-weight: 400;
	font-size: 14px;
  color: #4D4D4D;
  -webkit-font-smoothing: antialiased;
  line-height: 170%;
}

section {
	width: 100%;
	padding: 10vw 0;
	position: relative;
}

img {
  width: 100%;
}

.wrap {
  max-width: 1400px;
  position: relative;
  margin: auto;
	padding: 0 4vw;
}

.size36 { font-size: 36px; }
.size26 { font-size: 26px; }
.size20 { font-size: 20px; }

a {
  color: #4D4D4D;
  font-weight: 600;
	text-decoration: none;
}

a:hover {
  color: #4D4D4D;
  font-weight: 600;
  text-decoration: underline;
}

/************************************/
/* GRAPHIC ELEMENTS */
/************************************/
/* CALL TO ACTION */

.cta {
	background: #fff;
	color: #4D4D4D;
	display: block;
	padding: 10px 20px;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	transition: all .3s ease;
	border: 1px solid #fff;
  text-align: center;
}

.cta:hover {
	background: #2BA9B0;
	border: 1px solid #2BA9B0;
	text-decoration: none;
  color: #fff;
}

/* TRANSITION STYLE */

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

.ctaFile {
  position: relative;
  display: inline-block;
}

.ctaFile::before {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  right: 100%;
  top: 0;
  font-size: 20px;
  padding: 0 20px 0 0;
  font-size: 16px;
}

/************************************/
/* END GRAPHIC ELEMENTS */
/************************************/

#s1 .bg {
  width: 100%;
  height: 100vh;
  z-index: -10;
  position: relative;
}

#s1 .bg::after {
  content: "";
  width: 100%;
  height: 100vh;
  background: url('../imgs/dotsWhite.png') #000 repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .5;
}

#s1 .mainNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#s1.active .mainNav {
  z-index: 100;
}

#s1 .navUl {
  text-align: center;
  width: 100%;
  padding: 1.4vw 4vw;
  background-position: top;
  background-size: 100% 200%;
}

#s1 .navLi {
  display: inline-block;
  vertical-align: middle;
}

#s1 .logoLi {
  max-width: 800px;
  max-height: 600px;
  position: absolute;
  top: calc(50% - 50px);
  left: 50%;
  transform: translate(-50%, -50%);
}

#s1.active .mainNav {
  height: auto;
}

#s1.active .navUl {
  background-position: bottom;
}

#s1.active .logoLi {
  max-width: 300px;
  max-height: 100px;
  position: relative;
  top: initial;
  transform: translate(0);
  padding: 0 30px;
  left: 0;
}

#s1 .mainLink {
  color: #fff;
  padding: 10px 20px;
  display: block;
  text-transform: uppercase;
}

#s1 a:hover {
  color: rgba(255,255,255,.5);
  text-decoration: none;
}

#languageChanger {
  position: fixed;
  top: 1vw;
  right: 4vw;
  color: #fff;
}

#languageChanger ul li {
  padding: 10px;
  transition: all .3s ease;
  display: inline-block;
}

#languageChanger ul li:hover {
  color: rgba(255,255,255,.5);
}

#s2 {
  z-index: 50;
  min-height: 60vh;
}

#s2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
}

#s2 .bgTop {
  position: absolute;
  top: calc(0px - 5vw);
  width: 100%;
  height: 10vw;
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
  left: 0;
}

#s2 .popup {
  position: absolute;
  top: 50%;
  left: -8vw;
  transform: translateY(-50%);
}

#textoPopup h1 p {
  font-size: xx-large;
  padding: 0 0 30px 0;
}

div.areaTexto {
  border-radius: 5px;
  background: #fff;
}

#textoPopup h1, #textoPopup p {
  color: #4D4D4D;
}

div.closePopups i {
  color: #333;
}

#s2 .ctaPopup {
  padding: 10px;
  width: 50px;
  height: 50px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
  color: #4D4D4D;
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer;
  margin-top: 150px;
}

#s2 .ctaPopup:hover {
  background: #333;
  color: #fff;
}

#s2 .title {
  padding: 5px 0;
  text-transform: uppercase;
}

#s2 .summary {
  padding: 1.5vw 0;
}

#s2 .summary p {
  padding: .5vw 0;
}

#s2 .summary p:last-of-type {
  padding: 0;
}

#s2 .info .lang1, #s2 .info .lang2 {
  z-index: 1;
  position: relative;
}

#s3 {
  background: url('../imgs/dotsWhite2.png') #D9D9D9 repeat;
}

#s3 .bgTop {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#s3 .title {
  text-align: center;
}

#s3 .subTitle {
  text-align: center;
  padding: 20px 0 3vw 0;
}

#s3 .daysUl {
  text-align: center;
  padding: 0 0 4vw 0;
  max-width: 600px;
  margin: auto;
}

#s3 .daysLi {
  width: 30%;
  position: relative;
  display: inline-block;
}

#s3 .daysLi .cta {
  font-weight: 600;
  padding: 15px 0;
  margin: 5px;
  text-transform: uppercase;
}

#s3 .dayLi {
  display: none;
}

#s3 .dayLi.active {
  display: block;
}

#s3 .dayUl .info {
  text-align: center;
  padding: 0 0 4vw 0;
}

#s3 .dayText {
  padding: 0 0 30px 0;
}

#s3 .afternoon {
  display: none;
}

#s3 .infoUl {
  padding: 0 0 20px 0;
  position: relative;
  max-width: 800px;
  margin: auto;
}

#s3 .infoLi {
  width: 60%;
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #999;
}

#s3 .infoLi:nth-child(odd) {
  width: 40%;
  text-align: right;
  border-left: 0;
  border-right: 1px solid #999;
  margin-right: -1px;
}

#s3 .infoLi:first-child, #s3 .infoLi:nth-child(2) {
  font-weight: 600;
}

#s3 .infoLi:nth-child(3) {
  font-style: italic;
}

#s4 .title {
  text-align: center;
}

#s4 .subTitle {
  text-align: center;
  padding: 20px 0 3vw 0;
}

#s4 .listUl {
  text-align: center;
  max-width: 900px;
  margin: auto;
}

#s4 .listLi {
  width: 50%;
  /* display: inline-block; */
  float: left;
  padding: 0 25px;
}

#s4 .listLi:nth-child(even) {
  padding-top: 70px;
}

#s4 .ctaPopup {
  padding: 70px 0;
  text-align: center;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  cursor: pointer;
  position: relative;
}

#s4 .ctaPopup::after {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  padding: 0 10px;
  font-size: 30px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  transition: all .3s;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
}

#s4 .ctaPopup:hover::after {
  color: #fff;
  background: #333;
}

#s5 {
  padding: 0;
}

#master-slider-1 .item {
  width: 100%;
  height: 90vh;
}

#s5 .owlNav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}

#s5 .owlNav .icon {
  font-size: 30px;
  background: #fff;
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 5px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  transition: all .3s;
}

#s5 .owlNav .icon:hover {
  background: #333;
  color: #fff;
}

#s5 .owlNav .icon:last-of-type {
  left: initial;
  right: 10px;
  transform: rotate(180deg);
}

#master-slider-1 .subtitles {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,.8);
  padding: 10px;
}

#s6 {
  padding: 0;
}

#s6 iframe {
  height: 100%;
  width: 100%;
  min-height: 350px;
}

#s6 .contactBg {
  background: url('../imgs/dotsBlack.png') repeat;
}

#s6 .wrap {
  padding: 10vw 8vw;
  background: url('../imgs/bgContact.png') top left /contain no-repeat;
}

#s6 .info {
  position: relative;
}

#s6 .contactCta {
  padding: 10px 0 40px 0;
  display: inline-block;
}

#s6 .contactCta:hover {
  text-decoration: none;
  color: #333;
}

#s6 .subTitle {
  padding: 0 0 15px 0;
}

#s6 .contactFiles {
  padding: 2px 0;
}

#s6 .contactAddress {
  padding: 30px 0 0 0;
}

#s6 .contactAddress a:first-of-type {
  padding: 5px 0;
  display: inline-block;
}

#s6 .socialNet {
  display: block;
  margin: 20px 0 0 0;
}

#s6 .socialNet > li {
  display: inline-block;
  margin: 0 5px;
}

#s6 .socialNet > li:first-child {
  margin:0 5px 0 0;
}

#s6 .socialNet > li a {
  padding: 10px;
  font-size: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  min-width: 42px;
  min-height: 42px;
  text-align: center;
}

#s6 .socialNet > li a:hover {
  text-decoration: none;
  opacity: .6;
}

#s7 {
  padding: 10vw 0 0 0;
}

#s7 .title {
  text-align: center;
}

#s7 .supportUl {
  padding: 40px 0 5vw 0;
  text-align: center;
}

#s7 .supportLi {
  display: inline-block;
  width: 18%;
  padding: 10px;
}

#s7 .bgSupport {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}

#s7 .footerBg {
  height: 15vw;
  min-height: 100px;
}

#s7 .by {
  padding: 10px 0;
  text-align: right;
}

#s7 .by a {
  color: #666;
  text-decoration: none;
  font-size: 10px;
}

#s7 .by a:hover {
  opacity: .5;
}

#s7 .by a > * {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: auto;
}

#s7 .by a img {
  width: 40px;
  margin: 0 0 0 8px;
}

strong {
  font-weight: 600;
  font-size: large;
}

em {
  font-style: italic;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  #s1 .mainNav {
    z-index: 100;
    height: auto;
  }

  #s1 .navUl {
    text-align: left;
    padding: 1.4vw 4vw;
    position: relative;
  }

  #s1 .navLi:not(.logoLi) {
    display: block;
    width: 100%;
    position: absolute;
    right: 100%;
  }

  #s1 .logoLi, #s1.active .logoLi {
    top: 0;
    left: 0;
    transform: translate(0);
    padding: 10px 0 10px 10px;
    position: relative;
    max-width: 60vw;
    max-height: 40vw;
  }

  #s1 .logoLi::after {
    content: "\e902";
    font-family: "icomoon";
    font-size: 20px;
    padding: 10px;
    transform: rotate(180deg);
    position: fixed;
    top: calc(100% + 1.4vw + 10px);
    left: -4vw;
    /* width: 40px;
    height: 40px; */
    background: rgba(255,255,255,.8);
    transition: all .3s ease;
    color: #333;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #fff;
    border-right: none;
    cursor: pointer;
  }

  #s1 .logoLi.open::after {
    left: calc(-4vw - 50px);
  }

  #s1 .navLi.active:not(.logoLi) {
    right: 0;
    background: rgba(0,0,0,.8);
  }

  #s1 .logoLi::before {
    content: "\e902";
    font-family: "icomoon";
    font-size: 15px;
    padding: 5px;
    position: fixed;
    top: calc(100% + 1.4vw);
    left: calc(-4vw - 50px);
    /* width: 25px;
    height: 25px; */
    background: rgba(0,0,0,.8);
    transition: all .3s ease;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  #s1 .logoLi.active::before {
    left: -4vw;
  }

  #s1 a:hover {
    color: rgba(255,255,255,.7);
  }

  #master-slider-1 .item {
    /* width: 100%; */
    height: 0;
    padding-bottom: 62.5%;
  }
}

/* Medium Devices, Desktops LG */
@media only screen and (max-width : 992px) {
  .size36 { font-size: 24px; }
	.size26 { font-size: 20px; }
	.size20 { font-size: 18px; }

  #s2 .info h2, #s2 .info h3 {
    padding: 0 0 0 80px;
  }

  #s2 .popup {
    top: 0;
    left: 0;
    transform: translateY(0);
  }


  #s2 .title {
    padding: 5px 0;
  }

  #s2 .summary {
    padding: 40px 0;
  }

  #s2 .summary p {
    padding: 10px 0;
  }

  #s2 .summary p:last-of-type {
    padding: 0;
  }

  #s2 .ctaFile {
    margin: 0 0 0 15px;
  }

  #s2 .ctaPopup {
    margin-top: 0;
  }

  #s3 .bgTop {
    display: none;
  }

  #s3 .daysLi .cta {
    padding: 5px;
    font-size: 14px;
    white-space: nowrap;
  }

  #s4 .listLi:nth-child(even) {
    padding-top: 0;
  }

  #s4 .listLi {
    width: 100%;
    display: inline-block;
    padding: 40px 0;
  }

  #s4 .ctaPopup::after {
    top: -25px;
    left: 50%;
    transform: translateY(0);
    transform: translateX(-50%);
  }

  #master-slider-1 .subtitles {
    display: none;
  }

  #s7 .supportLi {
    width: 23%;
  }

  .ctaFile::before {
    font-size: 10px;
    right: calc(100% - 15px);
  }
}

/* Small Devices, Tablets MD */
@media only screen and (max-width : 768px) {
  #s7 .supportLi {
    width: 32%;
  }
}

/* Extra Small Devices, Phones SM */
@media only screen and (max-width : 576px) {
  #s7 .supportLi {
    width: 45%;
  }
}

.sponsors {
  text-align: center;
}

.mainSponsor {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  padding: 30px 20px 0 20px;
}
