html {
  scroll-behavior: smooth;
}

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

h1{
  color: #e6007f;
  font-family: 'Montserrat', sans-serif !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

h3{
  color: #e6007f;
  font-family: 'Montserrat', sans-serif !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

body{
  background-color: #1b1c17;
  font-family: 'Montserrat', sans-serif !important;
  width: 100vw;
  overflow-x: hidden;
}

section{
  z-index: 3;
  position: relative;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

b{
  color: #e8007f;
}

.status-box{
  border: 0px solid #de1181;
}

.status-box > .card-header{
  background: #e8007f;
  border: 0;
}

.btn-sunlovers{
  background: #e4097f;
  color: white;
  font-family: 'Montserrat';
  font-weight: 200;
  text-shadow: 0px 0px 0px white;
  border-radius: 50px;
  margin-right: 15px;
  border: none;
}

.btn-sunlovers:hover {
    color: white;
    background-color: transparent;
    border-color: #e4097f;
    text-shadow: none;
    border: none;
}

.status-box > .available{
  background: #f90289;
  border: 0;
}

.status-box > .occupy{
  background: #a7003e;
  border: 0;
}

.background-triangles{
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23e6007f' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23a6005c' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23e1007c' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23a6005c' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23dc0079' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23a6005c' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23d60077' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23a6005c' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23d10074' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%23a6005c' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23cc0071' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23a6005c' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 2;
}

.full-container{
  height: 100%;
}

.row{
  height: 100%;
}

#localizacao{
  height: 90vh;
  margin-bottom: 0;
}

@media (min-width: 900px) {
.h-md-100{
  min-height: 100vh; 
}
}
@media (max-width: 900px) {
#localizacao{
  height: auto;
}
}

.underline{
  height: 3px;
  background: #e8007f;
  display: none;
}

.top-bottom-margin{
  margin-top: 5em;
  margin-bottom: 5em;
}

.about-text{
  color: #a9a7a7;
  width: 70%;
  margin: auto;
  text-align: center;
  word-spacing: 0px;
}

/*  BURGER MENU
========================================== */
.menu {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 21;
    right: 1%;
}
.menu span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}
.menu span, .menu span::before, .menu span::after {
  display: block;
  
    width: 26px;
  right: 0;
  height: 3px;
  background-color: #e8007f;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.menu span::before, .menu span::after {
  position: absolute;
  content: "";
}
.menu span::before {
  top: -9px;
   width:20px
}
.menu span::after {
  top: 9px;width: 33px;

}
.menu.clicked span {
  background-color: transparent;
}
.menu.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);    width: 33px;
}
.menu.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.menu.clicked span:before, .menu.clicked span:after {
  background-color: #ffffff;
}
.menu:hover {
  cursor: pointer;
}
/*  NAV
========================================== #292929*/

#nav {
  mix-blend-mode: difference;
  background: transparent;
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 250px;
  width: 100%;
  padding: 80px 40px 60px 40px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#nav.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#nav.show ul.main li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.menu.clicked {
    position: fixed;
    z-index: 99;
}
#nav.show ul.main li:nth-child(1) {
  transition-delay: 0.15s;
}
#nav.show ul.main li:nth-child(2) {
  transition-delay: 0.3s;
}
#nav.show ul.main li:nth-child(3) {
  transition-delay: 0.45s;
}
#nav.show ul.main li:nth-child(4) {
  transition-delay: 0.6s;
}
#nav.show ul.main li:nth-child(5) {
  transition-delay: 0.75s;
}
#nav.show ul.main li:nth-child(6) {
  transition-delay: 0.9s;
}
#nav.show ul.main li:nth-child(7) {
  transition-delay: 1.05s;
}
#nav.show ul.main li:nth-child(8) {
  transition-delay: 1.2s;
}
#nav.show ul.main li:nth-child(9) {
  transition-delay: 1.35s;
}
#nav.show .about, #nav.show .social, #nav.show ul.sub {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: .85s;
}

@media (min-width: 667px) {
#nav {
  padding: 100px 30px 70px 20px;
}
}
#nav ul.main {
  list-style-type: none;
  text-align: center;
  padding-left: 0;
}
#nav ul.main li {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: none;
  list-style: none;
  color: #fff
}
#nav ul.main li:last-of-type {
  margin-bottom: 0px;
}
#nav ul.main li a {
  color: #c5026b;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav ul.main li a span {
  color: #b7ac7f;
}
#nav ul.main li a:hover {
  color: #b10061;
}
#nav ul.sub {
  list-style-type: none;
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#nav ul.sub li {
  margin-bottom: 10px;
}
#nav ul.sub li:last-of-type {
  margin-bottom: 0px;
}
#nav ul.sub li a {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav ul.sub li a:hover {
  color: #b7ac7f;
}
.menu:hover span{}

/*  OVERLAY
========================================== */
.overlay {
    position: fixed;
    top: 0;
    right: -250px;
    z-index: 7;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000000;
    width: 250px;
    z-index: 2;
}

@media (max-width: 667px) {
.overlay {
    z-index: 4;
}
}

.overlay.active {
  right: 0;
}

.overlay.show {
  opacity: 0.8;
  visibility: visible;
}

@import url(https://fonts.googleapis.com/css?family=Arapey:400italic);

.grid {
  padding: 0px;
  margin: 0 auto;
  max-width: 840px;
}

.grid--item {
  position: relative;
  margin-top: -70px;
  margin-right: 5px;
  margin-left: 5px;
  width: calc(33.33% - 10px);
  float: left;
  transition: all 0.5s;
  overflow: hidden;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  -webkit-shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.grid--item:before {
  display: block;
  padding-top: 112.5%;
  content: '';
}
.grid--item:nth-child(1), .grid--item:nth-child(2) {
  margin-top: 0;
}
.grid--item:nth-child(7n - 1), .grid--item:nth-child(1) {
  margin-left: 145px;
}

.img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat; 
  overflow: hidden;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.img:before, .img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  transition: opacity 0.5s;
}
.img:before {
  background: rgba(128, 0, 128, 0.25);
}
.img:after {
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5), transparent);
}

.container2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 1;
  text-align: center;
  color: white;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate(-50%, -50%) scale(0.9);
  transition: all 0.5s;
  -webkit-shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.container3{
  position: absolute;
  top: 115%;
  padding-top: 5px;
  left: 50%;
  background: white;
  height: 100%;
  width: 115%;
  opacity: 1;
  text-align: center;
  color: black;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate(-50%, -50%) scale(0.9);
  transition: all 0.5s;
  -webkit-shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}


.desc {
  margin: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  color: #ff73bf;
}

.grid--item:hover .img:before,
.grid--item:hover .img:after,
.grid--item:hover .container2 {
  opacity: 1;
}
.grid--item:hover .container2 {
  transform: translate(-50%, -50%) scale(1);
}

.grid--item:hover .container3 {
  transform: translate(-50%, -50%) scale(1);
}

@media only screen and (max-width: 600px) {
  .grid--item {
    margin: 0;
    width: 100%;
  }

  .grid--item:nth-child(7n - 1), .grid--item:nth-child(1) {
    margin-left: 0px; 
  }

  .background-effect{
    display: none;
  }

  #contact{
    height: auto !important;
  }
}

.background-effect{
    width: 121%;
    height: 500px;
    position: absolute;
    background: #a7005b;
    margin-top: 257px;
    right: -161px;
    z-index: 2;
}

content-header{
  font-family: 'Oleo Script', cursive;
  color:#fcc500;
  font-size: 45px;
}

.section-content{
  text-align: center; 

}

.header {
  mix-blend-mode: difference;
  height: auto;
}

#contact{
  
  width: 100%;
  width: 100vw;
  height: 550px;
  color : #fff;    
}
.contact-section{
  padding-top: 40px;
}
.contact-section .col-md-6{
  width: 50%;
}

.form-line{
  border-right: 1px solid #B29999;
}

.form-group{
  margin-top: 10px;
}
label{
  font-size: 17px;
  line-height: 1em;
  font-weight: normal;
}
.form-control{
  font-size: 17px;
  color: #080808;
}
textarea.form-control {
  height: 120px;
}

.submit{
  font-size: 1.1em;
  float: right;
  background-color: transparent;
  color: white;
  border-color: white;
}

.submit:hover{
  font-size: 1.1em;
  float: right;
  background-color: #a7005b;
  color: #fff;
  border-color: #a7005b;
}

.icon-span{
  background: #e8007f;
  width: 35px;
  text-align: center;
  color: white;
}

.icon-span i{
  line-height: 38px;
}

