/*FONTS <<< Carregar as fontes no ficheiro fonts.css >>> */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600|Playfair+Display:900i&display=swap');

/**********************************************/
/* GRAPHIC DEFAULT */
/**********************************************/

:root {
  --loaderBackground: whiteSmoke;
  --mainColor: #283D42;
}

body *::-webkit-scrollbar {
  display: none;
}

body * {
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none; /* Firefox 64 */
}

html.lock, body.lock {
  overflow: hidden;
}

body {
   font-family: 'Montserrat', sans-serif;
   font-size: 13px;
   font-weight: 400;
   color: #454545;
   letter-spacing: 1px;
}

section {
  position: relative;
  padding: 10vw 0;
}

.playfair {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-style: italic;
}

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

a,
a:hover {
  text-decoration: none;
  color: #283D42;
}

img {
  width: 100%;
}

.transition {
  transition: all .8s;
}

.italic {
  font-style: italic;
}

.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.semiBold {
  font-weight: 600;
}

.white {
  color: #fff;
}

.lineHeight {
  line-height: 150%;
}

.light {
  font-weight: 300;
}

.size36 { font-size: 48px; }
.size26 { font-size: 26px; }
.size16 { font-size: 16px; }

.nav {
  position: absolute;
  bottom: 100%;
  height: 130px;
}

.nodeTitle {
  padding: 0 0 4vw 4vw;
  border-left: 2px solid #283D42;
  position: relative;
  max-width: 900px;
}

.nodeTitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6vw;
  height: 2px;
  background: #283D42;
}

.nodeTitle::after {
  content: "\e90b";
  font-family: "icomoon";
  position: absolute;
  bottom: 8px;
  left: 0;
  color: #283D42;
  font-size: 30px;
}

.nodeSubTitle {
  margin: 0 0 4vw calc(6vw + 20px);
  max-width: 600px;
  top: -10px;
  position: relative;
}

.slickNav {
  display: flex;
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
  background-image: linear-gradient(to right, rgba(0,0,0,.5) 1px, rgba(255,255,255,0) 0%);
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
}

.slickNav li {
  width: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  color: transparent;
  text-shadow: 0 0 0 rgba(40,61,66,1), -40px 0 0 rgba(40,61,66,0);
  padding: 15px 0;
  border-radius: 25px;
}

.slickNav li:first-child {
  transform: rotate(180deg);
}

.slickNav li:hover {
  text-shadow: -40px 0 0 rgba(40,61,66,0), 0 0 0 rgba(40,61,66,1);
  background: rgba(0,0,0,.05);
}

.mainVideo {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
	height: 0;
}

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

/**********************************************/
/* GRAPHIC DEFAULT */
/**********************************************/

/**********************************************/
/* CLIENT TEXTAREA */
/**********************************************/

.clientTextarea h1 {
  font-size: 300%;
}

.clientTextarea h2 {
  font-size: 200%;
}

.clientTextarea h3 {
  font-size: 150%;
}

.clientTextarea h4 {
   font-size: 120%;
}

.clientTextarea h5 {
   font-size: 85%;
}

.clientTextarea h6 {
   font-size: 70%;
}

.clientTextarea em {
   font-style: italic;
}

.clientTextarea strong {
   font-weight: bold;
}

.clientTextarea ul {
   padding: 20px 0 20px 14px;
}

.clientTextarea li {
   list-style: disc;
}

.clientTextarea p {
   line-height: 150%;
   padding: 0 0 10px 0;
}

.clientTextarea p:last-of-type {
  padding: 0;
}

.clientTextarea a {
  text-decoration: underline;
}

.clientTextarea img {
  max-width: 600px;
  width: 100%;
}

/**********************************************/
/* CLIENT TEXTAREA */
/**********************************************/

#headerNode {
  position: fixed;
  width: 100%;
  z-index: 100;
}

#headerNode .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#headerNode .navNode {
  display: flex;
}

#headerNode .burgerNode {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  display: none;
}

#headerNode .burgerNode li {
  position: absolute;
  top: 20px;
  left: 5px;
  width: 30px;
  height: 1px;
  background: #fff;
}

#headerNode .burgerNode li:first-child {
  top: 10px;
}

#headerNode .burgerNode li:last-child {
  top: 30px;
  width: 24px;
}

#headerNode .burgerNode.active li {
  opacity: 0;
  width: 0;
}

#headerNode .burgerNode.active li:nth-child(2),
#headerNode .burgerNode.active li:nth-child(3) {
  opacity: 1;
  width: 30px;
  transform: rotate(45deg);
}

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

#headerNode .node1 {
  padding: 18px 0;
  max-width: 170px;
}

#headerNode .node2 {
  font-size: 12px;
  padding: 15px 20px;
  position: relative;
  white-space: nowrap;
}

#headerNode .node2 span:nth-of-type(1)::before,
#headerNode .node2 span:nth-of-type(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
}

#headerNode .node2 span:nth-of-type(2)::before,
#headerNode .node2 span:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: #fff;
}

#headerNode .node2:hover {
  color: #fff;
}

#headerNode .node2:hover span:nth-child(1)::before {
  animation: ctaAnim1 .4s forwards;
}

#headerNode .node2:hover span:nth-child(1)::after {
  animation: ctaAnim2 .4s forwards .3s;
}

#headerNode .node2:hover span:nth-child(2)::before {
  animation: ctaAnim1 .4s forwards;
}

#headerNode .node2:hover span:nth-child(2)::after {
  animation: ctaAnim2 .4s forwards .3s;
}

@keyframes ctaAnim1 {
  0% { width: 0; height: 1px; }
  100% { width: 50%; height: 1px; }
}

@keyframes ctaAnim2 {
  0% { width: 1px; height: 0; }
  100% { width: 1px; height: 50%; }
}

#headerNode .node3 {
  position: relative;
  margin: 0 0 0 30px;
}

#headerNode .node4 {
  padding: 15px 10px;
  cursor: pointer;
  position: relative;
}

#headerNode .node4::after {
  content: "\e908";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

#headerNode .node5 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px 10px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
}

#headerNode .node5.active {
  opacity: 1;
  pointer-events: all;
  top: 100%;
}

#headerNode .language {
  padding: 5px 0;
}

#headerNode .language:hover {
  opacity: .5;
}

#headerNode .node7 {
  display: none;
}

#headerNode.scrolled {
  padding: 20px 0;
}

#headerNode.scrolled,
#headerNode.active {
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}

#headerNode.scrolled .burgerNode li,
#headerNode.scrolled .node2 span:nth-of-type(1)::before,
#headerNode.scrolled .node2 span:nth-of-type(1)::after,
#headerNode.scrolled .node2 span:nth-of-type(2)::before,
#headerNode.scrolled .node2 span:nth-of-type(2)::after {
  background: #283D42;
}

#headerNode.scrolled .node2,
#headerNode.scrolled .node4 {
  color: #283D42;
}

#headerNode.scrolled .node2:hover {
  text-shadow: none;
}

#headerNode.scrolled .node6,
#headerNode.active .node6 {
  display: none;
}

#headerNode.scrolled .node7,
#headerNode.active .node7 {
  display: block;
  max-width: 120px;
}

#headerNode.active .burgerNode li {
  background: #283D42;
}

#headerNode .node8 {
  display: flex;
  align-items: center;
}

#headerNode .node9 {
  display: none;
}

#s1 {
  padding: 0;
  height: 90vh;
  min-height: 450px;
}

#s1 .roundNode {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 6vw;
  height: 6vw;
  background: #fbfbfb;
  z-index: 10;
  border-top-right-radius: 6vw;
}

#s1 .roundNode:nth-of-type(2) {
  left: initial;
  right: 0;
  width: 10vw;
  height: 10vw;
  border-top-right-radius: initial;
  border-top-left-radius: 10vw;
}

#s1 .node1 {
  height: 90vh;
  min-height: 450px;
}

#s1 .slickContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#s1 .slickContainer::after,
#s4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(100,100,100,.6);
  z-index: 5;
}

#s1 .wrap {
  height: 100%;
  padding: 0 4vw 6vw 4vw;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  z-index: 10;
}

#s1 .nodeTitle {
  border-left: 2px solid #fff;
}

#s1 .nodeTitle::before {
  background: #fff;
}

#s1 .nodeTitle::after {
  color: #fff;
}

#s1 .node3 {
  padding: 12px 30px;
  max-width: 240px;
  margin: 0 0 0 calc(6vw + 20px);
  border-radius: 30px;
  background: #fff;
  display: block;
  position: relative;
  color: transparent;
  text-shadow: 0 0 0 rgba(40,61,66,1), 0 -30px 0 rgba(255,255,255,0);
  font-size: 12px;
}

#s1 .node3:hover {
  text-shadow: 0 -30px 0 rgba(40,61,66,0), 0 0 0 rgba(255,255,255,1);
  background: #283D42;
}

#s1 .node3::after {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -4px;
  left: -4px;
  border: 2px solid #fff;
  border-radius: 32px;
}

#s1 .node4 {
  margin: 0 0 40px 4vw;
  display: flex;
  align-items: center;
}

#s2 {
  background: #fbfbfb;
  padding: 10vw 0 6vw 0;
}

#s2 .node1 {
  display: flex;
  max-width: 990px;
  margin: auto;
  justify-content: center;
}

#s2 .node2 {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#s2 .node2:first-of-type {
  margin: 0 30px 0 0;
}

#s2 .node2:last-of-type {
  margin: 0 0 0 30px;
}

#s2 .node3 {
  width: 100%;
  height: 0;
  padding-top: 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 5;
}

#s2 .node3:hover {
  box-shadow: inset 0 0 0 40px #fff, 0 0 20px rgba(0,0,0,.05);
}

#s2 .node3 .roundNode {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fbfbfb;
  z-index: 10;
  border-top-right-radius: 10vw;
}

#s2 .node3 .roundNode:nth-of-type(2) {
  left: initial;
  right: 0;
  bottom: initial;
  top: -2px;
  width: 40px;
  height: 40px;
  border-top-right-radius: initial;
  border-bottom-left-radius: 10vw;
}

#s2 .node3:hover .roundNode {
  width: 300px;
  height: 300px;
  background: #fff;
  opacity: .7;
}

#s2 .node4 {
  margin: 2vw 0 1vw 0;
  padding: 0 0 1vw 0;
  position: relative;
}

#s2 .node4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 1px;
  background: #283D42;
  opacity: .5;
}

#s2 .node5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  padding: 20px;
  border-radius: 50%;
  background: rgba(100,100,100,.4);
  border: 1px solid rgba(255,255,255,.5);
  z-index: 10;
}

#s2 .node5::after {
  content: "SLIDESHOW";
  position: absolute;
  top: 100%;
  font-size: 12px;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Montserrat', sans-serif;
  color: transparent;
  text-shadow: 0 -100px 0 rgba(255,255,255,0);
}

#s2 .node3:hover .node5 {
  background: none;
  border: 1px solid rgba(255,255,255,0);
  font-size: 20px;
  color: #283D42;
}

#s2 .node3:hover .node5::after {
  text-shadow: 0 0 0 #283D42;
}

#s2 .node6 {
  margin: 15px 0 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#s2 .node6::before,
#s2 .node6::after {
  content: "";
  position: relative;
  width: 20px;
  height: 1px;
  background: #283D42;
  margin: 15px 0;
  transition: all .8s;
}

#s2 .node6::after {
  width: 0;
}

#s2 .node6:hover::before,
#s2 .node6:hover::after {
  width: 100%;
}

#s3 {
  background: #fff;
  padding: 6vw 0 5vw 0;
}

#s3::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 8vw;
  background: #283D42;
  top: -5vw;
  left: 50%;
}

#s3 .node1 {
  margin: 0 auto 5vw auto;
  max-width: 450px;
}

#s3 .node2 {
  max-width: 800px;
  margin: auto;
  position: relative;
}

#s3 .node2::before,
#s3 .node2::after {
  content: "\e90c";
  font-family: "icomoon";
  font-size: 10vw;
  position: absolute;
  top: -100px;
  right: calc(100% + 20px);
  opacity: .3;
}

#s3 .node2::after {
  transform: rotate(180deg);
  top: initial;
  bottom: 0;
  right: initial;
  left: calc(100% + 20px);
}

#s3 .clientTextarea p {
  font-size: 12px;
  line-height: 200%;
}

#s4 .wrap {
  z-index: 10;
}

#s4 .nodeTitle {
  border-left: 2px solid #fff;
}

#s4 .nodeTitle::before {
  background: #fff;
}

#s4 .nodeTitle::after {
  color: #fff;
}

#s4 .slickContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#s4 .node1 {
  margin: 0 0 0 calc(6vw + 20px);
  max-width: 600px;
}

#s4 .roundNode {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 6vw;
  height: 6vw;
  background: #f6f6f6;
  z-index: 10;
  border-top-right-radius: 6vw;
}

#s4 .roundNode:nth-of-type(2) {
  left: initial;
  bottom: initial;
  top: -20px;
  right: 0;
  width: 10vw;
  height: 10vw;
  border-top-right-radius: initial;
  border-bottom-left-radius: 10vw;
  background: #fff;
}

#s4 .node2 {
  margin: 0 0 0 calc(6vw + 20px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}

#s4 .node2::before,
#s4 .node2::after {
  content: "";
  position: relative;
  width: 20px;
  height: 1px;
  background: #fff;
  margin: 15px 0;
  transition: all .8s;
}

#s4 .node2::after {
  width: 0;
}

#s4 .node2:hover::before,
#s4 .node2:hover::after {
  width: 100%;
}

#s4 .slick-track,
#s4 .slick-list,
#s4 .slick,
#s4 .node3 {
  height: inherit;
}

#s5 {
  background: #f6f6f6;
  overflow: hidden;
  z-index: 10;
}

#s5::after {
  content: "";
  position: absolute;
  right: -50vw;
  top: 50%;
  transform: translateY(-50%);
  height: 100vw;
  width: 100vw;
  background: #fff;
  z-index: 5;
  border-radius: 50%;
}

#s5 .wrap {
  z-index: 10;
}

#s5 .node1 {
  display: flex;
  position: relative;
  align-items: center;
}

#s5 .node2 {
  width: 300px;
  text-align: right;
  padding: 0 50px 0 0;
  border-right: 1px solid #283D42;
}

#s5 .node4 {
  padding: 30px 0;
  cursor: pointer;
  color: transparent;
  text-shadow: 0 0 0 rgba(40,61,66,1), -50px 0 0 rgba(40,61,66,0);
  position: relative;
}

#s5 .node4::before {
  content: "";
  position: absolute;
  right: 0;
  width: 50px;
  height: 1px;
  bottom: 0;
  background: #283D42;
  transition: all 1.2s;
}

#s5 .node4:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  width: 50px;
  height: 1px;
  top: 0;
  background: #283D42;
}

#s5 .node4:hover {
  text-shadow: 50px 0 0 rgba(40,61,66,0), 0 0 0 rgba(40,61,66,1);
}

#s5 .node4.active::before,
#s5 .node4:hover::before {
  right: initial;
  left: 0;
  width: calc(100% + 50px);
}

#s5 .node5 {
  display: none;
}

#s5 .node3 {
  width: calc(100% - 300px);
  padding: 0 0 0 50px;
}

#s5 .node7 {
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  background-image: linear-gradient(to right, rgba(0,0,0,.5) 1px, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: relative;
}

#s5 .node6 .node7:last-child {
  background: none;
  padding: 0;
  margin: 0;
}

#s5 .node6:not(.active) {
  display: none;
}

#s5 .node8 {
  padding: 0 0 25px 0;
  cursor: pointer;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

#s5 .node7:not(.active) .node8::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 10px);
  height: 0;
  width: 1px;
  background: #283D42;
  transition: all .4s;
}

#s5 .node7:not(.active) .node8:hover::after {
  height: 10px;
}

#s5 .node9 {
  padding: 5px 0 30px 0;
}

#s5 .node7:not(.active) .node8 {
  opacity: .7;
}

#s5 .node7:not(.active) .node9 {
  display: none;
}

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

#s6 .node1 {
  margin: 0 auto 2.5vw auto;
  padding: 0 0 2.5vw 0;
  max-width: 450px;
  position: relative;
}

#s6 .node1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 1px;
  background: #283D42;
}

#s6 .node2 {
  max-width: 800px;
  margin: auto;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
}

#s7 {
  background: #283D42;
}

#s7 .nodeTitle {
  border-left: 2px solid #fff;
}

#s7 .nodeTitle::before {
  background: #fff;
}

#s7 .nodeTitle::after {
  color: #fff;
}

#s7 .wrap {
  display: flex;
  align-items: center;
}

#s7 .node1 {
  width: 50%;
  padding: 0 3vw 0 0;
}

#s7 .node2 {
  width: 50%;
  padding: 0 0 0 3vw;
}

#s7 .node3 {
    margin: 0 0 0 calc(6vw + 20px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
}

#s7 .node3::before,
#s7 .node3::after {
  content: "";
  position: relative;
  width: 20px;
  height: 1px;
  background: #fff;
  margin: 15px 0;
  transition: all .8s;
}

#s7 .node3::after {
  width: 0;
}

#s7 .node3:hover {
  color: #fff;
}

#s7 .node3:hover::before,
#s7 .node3:hover::after {
  width: 100%;
}

#s8 {
  padding: 8vw 0;
}

#s8 .node1 {
  margin: 4vw auto 0 auto;
  max-width: 500px;
  position: relative;
}

#s8 #emailNewsletter {
  padding: 20px 80px 20px 20px;
  background: rgba(255,255,255,.6);
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,.15);
  width: 100%;
}

#s8 #submitNewsletter {
  position: absolute;
  top: 0;
  right: 0;
  height: 58px;
  width: 58px;
  background: none;
  cursor: pointer;
  font-size: 30px;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 0 0 #283D42, -30px 0 0 rgba(40,61,66,0);
}

#s8 #submitNewsletter:hover {
  text-shadow: 30px 0 0 rgba(40,61,66,0), 0 0 0 #283D42;
}

#footerNode {
  background: #f6f6f6;
  display: flex;
  padding: 0;
  position: relative;
}

#footerNode .node1 {
  width: 40%;
}

#footerNode .node2 {
  width: 60%;
  padding: 5vw 4vw 5vw 4vw;
}

#footerNode .node3 {
  display: flex;
  flex-direction: column;
}

#footerNode .node3 > * {
  padding: 10px 0;
}

#footerNode .node4 {
  display: flex;
  position: relative;
}

#footerNode .node4 a {
  padding: 0 15px 0 0;
}

#footerNode .node5 {
  margin: 40px 0 0 -5px;
  display: flex;
}

#footerNode .node5 a {
  margin: 5px;
  font-size: 24px;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #283D42;
}

#footerNode .node5 a:hover {
  background: #283D42;
  color: #fff;
}

#footerNode .node6 {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

#footerNode .node7 {
  margin: 30px 0 0 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  opacity: .5;
}

#footerNode .node8 {
  margin: 30px 0 0 0;
  color: #454545;
}

#footerNode .node9 {
  position: relative;
}

#footerNode .node4::before,
#footerNode .node6::before,
#footerNode .node9::before {
  content: "\e90e";
  font-family: "icomoon";
  position: absolute;
  right: calc(100% + 5px);
  top: 9px;
  font-size: 20px;
  color: rgba(0,0,0,.2);
}

#footerNode .node4::before {
  content: "\e90f";
}

#footerNode .node6::before {
  content: "\e910";
}

#bookNow {
  position: fixed;
  z-index: 50;
  bottom: 2vw;
  right: 2vw;
  background: #283D42;
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  min-width: 250px;
  opacity: 0;
  pointer-events: none;
}

#bookNow.active {
  opacity: 1;
  pointer-events: all;
}

#bookNow:hover {
  background: #fff;
  color: #283D42;
}

#popupNode {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255,255,255,.95);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
}

#popupNode.active {
  pointer-events: all;
  opacity: 1;
}

#popupNode .ajaxContainer {
  padding: 4vw;
  background: #fff;
  box-shadow: 0 0 25px rgba(0,0,0,.1);
  position: relative;
  max-width: 900px;
  width: 100%;
}

#popupNode .node1 {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 10px;
  background: #fff;
  color: #283D42;
  border: 1px solid rgba(0,0,0,.3);
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  font-size: 16px;
}

#popupNode .node1:hover {
  background: #283D42;
  transform: rotate(180deg);
  color: #fff;
}

#popupNode .node2 {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#popupNode .node3 {
  padding: 10px 0;
}

#popupNode .node4 {
  max-height: calc(80vh - 8vw);
  overflow: auto;
}

#popupNode .node5 {
  margin: 0 0 30px 0;
}

#popupNode .node6 {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #ccc;
}

/* Large Devices, Wide Screens */
@media (max-width : 1200px) {
  .nav {
    height: 70px;
  }

  #headerNode .burgerNode {
    display: block;
  }

  #headerNode .navNode {
    position: absolute;
    top: 100%;
    left: calc(100% + 25px);
    flex-direction: column;
    align-items: center;
    background: #fff;
    width: 100%;
    padding: 10px 0 30px 0;
    box-shadow: 0 15px 10px rgba(0,0,0,.1);
  }

  #headerNode .node1 {
    max-width: 45%;
  }

  #headerNode.active .node1,
  #headerNode.scrolled .node1 {
    padding: 5px 0;
  }

  #headerNode .navNode.active {
    left: 0;
  }

  #headerNode .node2 {
    width: calc(100% - 20px);
    text-align: center;
    margin: auto;
  }

  #headerNode.scrolled {
    padding: 0;
  }

  #headerNode .navNode.active .burgerNode li,
  #headerNode .navNode.active .node2 span:nth-of-type(1)::before,
  #headerNode .navNode.active .node2 span:nth-of-type(1)::after,
  #headerNode .navNode.active .node2 span:nth-of-type(2)::before,
  #headerNode .navNode.active .node2 span:nth-of-type(2)::after {
    background: #283D42;
  }

  #headerNode .navNode.active .node2,
  #headerNode .navNode.active .node4 {
    color: #283D42;
  }

  #headerNode .navNode.active .node2:hover {
    text-shadow: none;
  }

  #headerNode .node3 {
    margin: 20px 0 0 0;
  }

  #headerNode .node4 {
    display: none;
  }

  #headerNode .node5 {
    display: block;
    position: relative;
    opacity: 1;
    pointer-events: all;
    box-shadow: none;
  }

  #headerNode .language {
    padding: 8px;
  }

  #headerNode .node9 {
    font-size: 20px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 25px 0 0;
    color: #fff;
    display: block;
  }

  #headerNode.scrolled .node9,
  #headerNode.active .node9 {
    color: #283D42;
    opacity: .7;
    border: 1px solid #283D42;
  }
}

/* Medium Devices, Desktops */
@media (max-width : 992px) {
  .size36 { font-size: 28px; }
  .size26 { font-size: 20px; }
  .size16 { font-size: 15px; }

  section {
    padding: 50px 0;
  }

  .nodeTitle {
    padding: 0 0 35px 20px;
  }

  .nodeTitle::before {
    width: 30px;
  }

  .nodeTitle::after {
    font-size: 20px;
    bottom: 6px;
  }

  .nodeSubTitle {
    margin: 30px 0 30px 0;
  }

  #s1,
  #s1 .node1 {
    height: 90vh;
  }

  #s1 .roundNode {
    bottom: -2px;
  }

  #s1 .node3 {
    margin: 25px 0 0 0;
    max-width: 100%;
  }

  #s1 .node4 {
    margin: 0 0 20px 20px;
  }

  #s2 .node1 {
    flex-direction: column;
  }

  #s2 .node2,
  #s2 .node2:first-of-type,
  #s2 .node2:last-of-type {
    width: 100%;
    margin: 15px 0;
  }

  #s2 .node3 {
    padding-top: 50%;
  }

  #s2 .node4 {
    margin: 20px 0 10px 0;
    padding: 0 0 10px 0;
  }

  #s3 .node2::before,
  #s3 .node2::after {
    display: none;
  }

  #s4 .node1,
  #s4 .node2 {
    margin: 0 0 30px 0;
  }

  #s5 {
    overflow: visible;
  }

  #s5::after {
    display: none;
  }

  #s5 .node1 {
    flex-direction: column;
  }

  #s5 .node3 {
    width: 100%;
    padding: 30px 0 0 0;
  }

  #s5 .node2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    background: #fff;
    text-align: center;
    padding: 20px 10px;
    z-index: 20;
    border-right: none;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    display: none;
  }

  #s5 .node5 {
    display: block;
    padding: 13px 0;
    position: relative;
    border-radius: 30px;
    background: #fff;
    overflow: hidden;
    color: #283D42;
    width: 100%;
  }

  #s5 .node5::before {
    content: "";
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    width: 1px;
    height: 0;
    background: #283D42;
    animation: downAnim 2s infinite;
  }

  @keyframes downAnim {
    0% {
      height: 0;
    }
    10% {
      height: 10px;
      top: calc(100% - 10px);
    }
    20% {
      top: 100%;
      height: 0;
    }
  }

  #s5 .node4 {
    padding: 12px 0;
  }

  #s5 .node4::before,
  #s5 .node4:first-child::after {
    right: initial;
    left: 0;
    width: 100%;
  }

  #s5 .node4.active::before,
  #s5 .node4:hover::before {
    width: 100%;
  }

  #s5 .node7 {
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
  }

  #s5 .node8 {
    padding: 0 0 10px 0;
  }

  #s6 {
    padding: 0 0 60px 0;
  }

  #s7 .wrap {
    flex-direction: column;
  }

  #s7 .node1,
  #s7 .node2 {
    width: 100%;
    padding: 20px 0 0 0;
  }

  #s7 .node3 {
    margin: 0;
  }

  #footerNode {
    flex-direction: column;
  }

  #footerNode .node1,
  #footerNode .node2 {
    width: 100%;
  }

  #footerNode .node1 {
    height: 30vh;
  }

  #footerNode .node2 {
    padding: 40px 4vw 80px 4vw;
    text-align: center;
  }

  #footerNode .node3 {
    align-items: center;
  }

  #footerNode .node4 {
    flex-direction: column;
  }

  #footerNode .node4 a {
    padding: 5px 0;
  }

  #footerNode .node5 {
    justify-content: center;
  }

  #footerNode .node7 {
    margin: 30px auto 0 auto;
  }

  #footerNode .node4::before,
  #footerNode .node6::before,
  #footerNode .node9::before {
    display: none;
  }

  #bookNow {
    bottom: 0;
    right: 0;
    padding: 12px 0;
    border-radius: 0;
    width: 100%;
  }

  #popupNode .ajaxContainer {
    padding: calc(40px + 4vw) 4vw 4vw 4vw;
  }

  #popupNode .node1 {
    top: 5px;
    right: 5px;
  }
}

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

}

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

}

/**********************************************/
/* FORMS DE FOOTER  */
/**********************************************/
#s7 input:not(.form-check-input):-ms-input-placeholder,
#s7 textarea:-ms-input-placeholder {
  color: rgba(255,255,255,.5);
}

#s7 input:not(.form-check-input)::-ms-input-placeholder,
#s7 textarea::-ms-input-placeholder {
  color: rgba(255,255,255,.5);
}

#s7 input:not(.form-check-input)::placeholder,
#s7 textarea::placeholder {
  color: rgba(255,255,255,.5);
}

#s7 input:not(.form-check-input),
#s7 textarea {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px;
  background: none;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

#s7 button {
  padding: 12px 30px;
  width: 100%;
  max-width: 350px;
  margin: 10px 0 0 0;
  border-radius: 30px;
  background: #fff;
  display: block;
  position: relative;
  color: transparent;
  text-shadow: 0 0 0 rgba(40,61,66,1), 0 -30px 0 rgba(255,255,255,0);
  font-size: 12px;
  cursor: pointer;
  letter-spacing: 1px;
}

#s7 button:hover {
  text-shadow: 0 -30px 0 rgba(40,61,66,0), 0 0 0 rgba(255,255,255,1);
  background: #283D42;
}

#s7 button::after {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -4px;
  left: -4px;
  border: 2px solid #fff;
  border-radius: 32px;
}

#s0 .form-check {
  display: flex;
  align-items: center;
  margin: 10px 0 20px 0;
}

#s7 .form-check {
  color: rgba(255,255,255,.7);
}

#s0 .form-check-input {
  margin: 0 5px 0 0;
}
/**********************************************/
/* FORMS DE FOOTER  */
/**********************************************/

/**********************************************/
/* LOGIN PAGE static-login.php  */
/**********************************************/
#login .form-wrap,
#passwordRecovery form {
  text-align: center;
  max-width: 500px;
  margin: auto;
  padding: 0 4vw;
  color: #333;
}

#login .form-group,
#passwordRecovery .form-group {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}

#login .form-group:first-of-type {
  padding: 25px 0 0 0;
}

#login .form-group input,
#passwordRecovery .form-group input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

#login a,
#passwordRecovery a {
  color: #333;
}
/**********************************************/
/* LOGIN PAGE static-login.php  */
/**********************************************/

/**********************************************/
/* POLITICA PRIVACIDADE  */
/**********************************************/
.textoPopUp > h1 {
  font-size: 26px;
  color: #333;
  margin: 0 0 20px 0;
}
/**********************************************/
/* POLITICA PRIVACIDADE  */
/**********************************************/

/**********************************************/
/* LOADER */
/**********************************************/

#microLoader {
  background: var(--loaderBackground);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: loaderFade .5s forwards 1;
  animation-delay: 2.25s;
  pointer-events: none;
}

#microLoader .microLoaderImg {
  position: relative;
  width: 50%;
  max-width: 250px;
  animation: logoFade .5s forwards 1;
  animation-delay: 2s;
}

#microLoader .logo {
  width: 100%;
}

#microLoader .logoLoader {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  animation: logoAnim 1s forwards 1 ease-out;
  animation-delay: .5s;
}

@keyframes logoAnim {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes logoFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loaderFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**********************************************/
/* LOADER */
/**********************************************/

/**
 * Conditional CSS for Edge 12+.
 * @link: https://jeffclayton.wordpress.com/2015/04/07/css-hacks-for-windows-10-and-spartan-browser-preview/
 */
@supports (-ms-ime-align:auto) {
	/* Conditional Edge styles */
  #s4 .node2 {
    max-width: 400px;
  }
}

/**
 * Conditional CSS for IE 8+ (and old Firefox 1.x).
 * @link: https://jeffclayton.wordpress.com/2015/04/07/css-hacks-for-windows-10-and-spartan-browser-preview/
 */
@media screen\0 {
	/* Conditional IE styles */
  #s4 .node2 {
    max-width: 400px;
  }

  #s1 .roundNode:nth-of-type(2),
  #s2 .node3 .roundNode:nth-of-type(2),
  #s3 .node2::after,
  #s4 .roundNode:nth-of-type(2) {
    display: none;
  }
}
