@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=Roboto+Slab:300,400,700');

html, body {
  overflow-x: hidden;
  /* background: #F0F0F0 url('../imgs/paternWhite.png') repeat; */
}

body {
	font-family: 'Roboto Slab', serif;
  font-weight: 400;
	font-size: 15px;
  color: #6A665D;
  -webkit-font-smoothing: antialiased;
}

section {
	width: 100%;
	padding: 10vw 0;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

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

.size70 { font-size: 70px; }
.size24 { font-size: 24px; }
.size20 { font-size: 20px; }

a {
  color: #6A665D;
	text-decoration: none;
}

a:hover {
  color: #6A665D;
  text-decoration: underline;
}

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

.cta {
  position: relative;
	color: #6A665D;
	display: inline-block;
	padding: 15px 40px;
	border-radius: 0;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease;
	border: 1px solid #6A665D;
	font-size: 15px;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

.cta span {
  z-index: 1;
  position: relative;
}

.cta::before {
  content: "";
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: rgba(66,58,30,.1);
  transition: all .3s ease;
}

.ctaWhite {
	color: #fff;
	border: 1px solid #fff;
}

.ctaWhite::before {
	background: rgba(255,255,255,.1);
}

.cta:hover {
	color: #fff;
	text-decoration: none;
}

.cta:hover::before {
	background: #423A1E;
  width: 100%;
  height: 100%;
}

.ctaWhite:hover {
	color: #423A1E;
}

.ctaWhite:hover::before {
	background: #fff;
}

/* TRANSITION STYLE */

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

.col2 {
  position: relative;
  display: inline-block;
  width: 50%;
}

.bold {
  font-weight: 700;
  display: inline-block;
}

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

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 80px 0 0 0;
  background: rgba(255,255,255,0);
}

#header .wrap {
  text-align: center;
}

#header .link {
  color: #fff;
  padding: 20px 30px;
  display: inline-block;
  min-width: 170px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
  transition: all 1s;
}

#header .link:first-child {
  border-left: 1px solid rgba(255,255,255,.3);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

#header .link:last-child {
  border-right: 1px solid rgba(255,255,255,.3);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

#header .link:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,1);
}

#header .link:nth-child(2) {
  margin-right: 70px;
}

#header .link:nth-child(3) {
  margin-left: 70px;
}

#header .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#header .logo img {
  position: relative;
  top: 20px;
}

#header .call,
#header .burger {
  display: none;
}

#header .burger,
#header .call {
  width: 30%;
  text-align: center;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-top: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
}

#header .call {
  padding: 9px 0 0 0;
  border-right: 1px solid rgba(255,255,255,.3);
  color: #fff;
  margin: 0 0 0 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

#header .burger {
  margin: 0 20px 0 0;
  border-left: 1px solid rgba(255,255,255,.3);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#header .burger li {
  position: absolute;
  top: 19px;
  left: 15px;
  width: 20px;
  height: 1px;
  background: #fff;
}

#header .burger li:first-child {
  top: 13px;
}

#header .burger li:last-child {
  top: 25px;
}

#header .burger.active li:nth-child(2) {
  transform: rotate(45deg);
}

#header .burger.active li:nth-child(3) {
  transform: rotate(-45deg);
}

#header .burger.active li:first-child,
#header .burger.active li:last-child {
  opacity: 0;
}

#header.active {
  background: rgba(0,0,0,.8);
  padding: 20px 0 50px 0;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

/* #header.active {
  background: rgba(255,255,255,1);
  padding: 20px 0;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
} */

/* #header.active .logo img {
  content:url("../imgs/logoBlack.png");
}

#header.active a {
  color: #333;
  border-color: rgba(0,0,0,.2) !important;
}

#header.active .link:hover {
  border-bottom: 1px solid rgba(0,0,0,1) !important;
}

#header.active .burger li {
  background: #333;
}

#header.active .burger,
#header.active .call {
  border-top: 1px solid rgba(0,0,0,.3);
  border-bottom: 1px solid rgba(0,0,0,.3);
}

#header.active .burger {
  border-left: 1px solid rgba(0,0,0,.3);
} */

.canvas {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

#header a:hover {
  text-decoration: none;
}

#s1 {
  height: 100vh;
  z-index: 10;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  padding: 0;
}

#s1 .bg {
  height: 100vh;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

#s1 .bg::after {
  content: "";
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.3);
}

#s1 .down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 20px 10px 20px;
  background: rgba(0,0,0,.5);
  font-size: 30px;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  color: #fff;
}

#s1 .down:hover {
  text-decoration: none;
  background: #fff;
  color: #333;
}

#s2 .canvas::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  padding: 0 0 0 50%;
  height: 100%;
  border-right: 400px solid transparent;
  border-top: 2000px solid #fff;
}

#s2 .wrap {
  max-width: 1000px;
}

#s2 .title {
  line-height: 100%;
  letter-spacing: -2px;
  padding: 0 0 0 4vw;
  font-weight: 300;
}

#s2 span {
  display: inline;
}

#s2 .text {
  padding: 0 0 4vw 0;
  font-weight: 300;
}

#s2 .summary {
  color: #24757D;
  font-weight: 300;
  width: calc(100% - 5vw);
  min-width: 300px;
}

#s2 .col2:last-of-type {
  text-align: right;
}

#s2 .sliderCtaContainer {
  max-width: 300px;
  display: inline-block;
  width: 100%;
}

#s2 .sliderCta {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  max-width: 300px;
  background: #24757D;
  border-top-right-radius: 50%;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-align: center;
}

#s2 .sliderCta:last-child {
  background: #59544A;
  border-top-right-radius: 0;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

#s2 .sliderCta:hover {
  z-index: 10;
  box-shadow: inset 0 0 20px rgba(0,0,0,.3);
  background: #fff;
}

#s2 .sliderCta:first-of-type:hover {
  border-top-left-radius: 50%;
}

#s2 .sliderCta:last-of-type:hover {
  border-bottom-right-radius: 0;
}


#s2 .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

#s2 .info .icon {
  font-size: 70px;
  padding: 0 0 20px 0;
}

#s2 .sliderCta:hover > .info {
  color: #6A665D;
}

#master-slider-2,
#master-slider-3 {
  max-width: 1600px;
  position: relative;
  margin: auto;
	padding: 0 4vw;
  top: 10vh;
  height: 80vh;
}

#master-slider-2 .item,
#master-slider-3 .item {
  width: 100%;
  height: 80vh;
  position: relative;
}

#s2 .sliderContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.99);
  z-index: 50;
  display: none;
}

#s2 .sliderContainer .closer {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  display: inline-block;
}

#s2 .sliderContainer .closer:hover {
  opacity: .5;
}

#master-slider-2 .subtitle,
#master-slider-3 .subtitle {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 20px;
  background: rgba(0,0,0,.7);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#s2 .owlNav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  padding: 0 4vw;
  left: 0;
}

#s2 .owlNav .icon {
  position: absolute;
  color: #fff;
  padding: 20px;
  background: rgba(0,0,0,0);
  border-radius: 50%;
  cursor: pointer;
}

#s2 .owlNav .icon:last-child {
  top: 0;
  left: initial;
  right: 4vw;
}

#s2 .owlNav .icon:hover {
  background: rgba(0,0,0,.7);
}

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

#s3 .canvas::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 50%;
  width: 0;
  padding: 0 0 0 calc(50% - 1500px);
  height: 100%;
  border-right: 1500px solid transparent;
  border-top: 1500px solid #fff;
}

#s3 .wrap::before {
  content: "· · ·";
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 5px;
}

#s3 .opinion {
  padding: 10vw 0 20px 0;
  margin: auto;
  max-width: 700px;
  text-align: center;
}

#s3 .author {
  padding: 20px 0 0 0;
}

#s3 .owlNav {
  margin: auto;
  width: 100px;
  text-align: center;
}

#s3 .icon {
  font-size: 24px;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
}

#s3 .icon:hover {
  opacity: .5;
}

#s4 {
  background: #f1f1f1;
  z-index: 10;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  padding: 0;
}

#master-slider-1 {
  width: 100%;
  position: relative;
  margin: auto;
	padding: 0;
  top: 0;
  height: 80vh;
}

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

#s4 .owlNav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#s4 .owlNav .icon {
  position: relative;
  top: 0;
  left: 4vw;
  color: #fff;
  font-size: 24px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(0,0,0,.2);
}

#s4 .owlNav .icon:last-of-type {
  left: initial;
  right: 4vw;
}

#s4 .owlNav .icon:hover {
  background: rgba(0,0,0,.6);
}

#master-slider-1 .subtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 40px 20px calc(4vw + 40px);
  background: rgba(255,255,255,.9);
  border-top-right-radius: 20px;
}

#s5 .canvas::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  padding: 0 50%0 0;
  height: 100%;
  border-right: 1500px solid transparent;
  border-bottom: 1500px solid #fff;
}

#s5 .col2:first-of-type {
  text-align: right;
  padding: 0 30px 0 0;
}

#s5 .col2:last-of-type {
  padding: 0 0 0 30px;
}

#s5 .videoContainer {
  position: relative;
  max-width: 500px;
  display: inline-block;
  width: 100%;
}

#s5 .mainVideo {
  position: relative;
  width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

#s5 .mainVideo iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#s5 .title {
  padding: 0 0 20px 0;
}

#s5 .videoContainer.small {
  max-width: 300px;
  width: 30%;
  margin: 0 10px 10px 0;
}

#s5 .videoContainer.small:last-of-type {
  margin: 0;
}

#s5 .mainVideo.small {
  position: relative;
  width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

#s5 .videoContainer.small:nth-child(5),
#s5 .videoContainer.small:nth-child(6),
#s5 .videoContainer.small:nth-child(7) {
  margin: 10px 10px 0 0;
}

#footer {
  text-align: center;
  font-weight: 300;
  background: #fff;
}

#footer .col2 {
  padding: 50px 10px;
  max-width: 400px;
  margin: auto;
}

strong {
  font-weight: 700;
}

#footer .callCta {
  background: #546758;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  border-radius: 30px;
  display: block;
  position: relative;
}

#footer .callCta::after {
  content: "\e904";
  font-family: "icomoon";
  font-size: 20px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: #546758;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#footer .callCta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 1px solid #546758;
  border-radius: 50%;
  transition: all .3s;
  z-index: 5;
}

#footer .callCta.mail::after {
  content: "\e905";
}

#footer .callCta:hover {
  text-decoration: none;
  background: #333;
}

#footer .callCta:hover::after {
  color: #333;
}

#footer .callCta:hover::before {
  border: 1px solid #333;
}

#footer .callCta span {
  position: relative;
  z-index: 10;
}

#footer .address {
  font-weight: normal;
}

#footer .map {
  padding: 6vw 0;
}

#footer .icon-byM {
  display: inline-block;
}

#footer .icon-byM:hover {
  opacity: .5;
}

#footer .footerBar {
  height: 20px;
  background: #546758;
  margin: 30px 0 0 0;
}

#s2 .center {
  text-align: center;
}

#master-slider-1 .item {
  height: 70vh;
}

#master-slider-1 {
  height: 70vh;
}

#s2 .title {
  padding: 10vw 0 0 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
}

#s2 {
  padding: 10vw 0 30px 0;
}

#s5 .title2 {
  padding: 0 0 30px 0;
  text-align: center;
}

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

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  #s5 .videoContainer.small {
    max-width: 300px;
    width: 45%;
    margin: 0 10px 0 0;
  }

  #s5 .videoContainer.small:nth-child(4) {
    margin: 10px 10px 0 0;
  }
}

/* Medium Devices, Desktops LG */
@media only screen and (max-width : 992px) {
  .size70 { font-size: 40px; }
  .size24 { font-size: 18px; }
  .size20 { font-size: 16px; }

  #header {
    padding: 10px 0;
  }

  #header .call,
  #header .burger {
    display: inline-block;
  }

  #header .menu {
    display: none;
    /* background: rgba(0,0,0,.2); */
    position: absolute;
    left: 10%;
    top: calc(100% + 10px);
    width: 80%;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.3);
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
  }

  /* #header.active .menu {
    background: rgba(255,255,255,.8);
    border: 1px solid rgba(0,0,0,.1);
  } */

  #header.active {
    padding: 20px 0;
  }

  #header.active .menu {
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(0,0,0,.1);
  }

  #header.active a:not(.call) {
    color: #333;
    border-color: rgba(0,0,0,.2) !important;
  }

  #header.active .link:hover {
    border-bottom: 1px solid rgba(0,0,0,1) !important;
  }

  #header .link {
    padding: 10px;
    border: none !important;
    margin: 0 !important;
    display: block;
  }

  #header .logo {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    transform: translateX(0);
    max-width: 40%;
  }

  #header .logo img {
    width: 100%;
    top: 0;
  }

  .col2 {
    display: block;
    width: 100%;
  }

  #s2 .title {
    padding: 0 0 4vw 0;
  }

  #s2 .col2:last-of-type {
    text-align: center;
  }

  #s2 .sliderCtaContainer {
    max-width: 400px;
    display: block;
    padding: 30px 0 0 0;
    margin: auto;
  }

  #s2 .sliderCta {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 0;
  }

  #s2 .sliderCta:last-child {
    background: #59544A;
    border-top-left-radius: 0;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 0;
  }

  #s2 .info {
    font-size: 15px;
  }

  #s2 .info .icon {
    display: none;
  }

  #s5 .col2:first-of-type {
    text-align: center;
    padding: 0;
  }

  #s5 .col2:last-of-type {
    text-align: center;
    padding: 20px 0 0 0;
  }

  #s5 .videoContainer.small {
    max-width: 250px;
    width: 100%;
    margin: 0 0 20px 0 !important;
  }

  #footer .col2 {
    padding: 40px 0;
  }
  
  #header .link:last-child {
      padding-bottom: 25px;
  }
}

/* Small Devices, Tablets MD */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones SM */
@media only screen and (max-width : 576px) {

}
