body {
    margin: 0;
    padding:0;
    font-family: 'Inter';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield;
}

html, body {
  scroll-behavior: smooth !important;
}

a:hover {
  color: #000000;
}

.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}

/* --- Footer --- */

.footer-reservas {
    background-color: #8D004F;
    padding-top: 60px;
    padding-bottom: 80px;
}

.text-garanta-experiencia {
    color: #FFF;
    text-align: center;
    font-family: 'Lora';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.text-preencher-forms {
    color: #FFF;
    text-align: center;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.64px;
}

.btn-reserve-ja {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 54px;
  margin: 0 auto;
  padding: 10px 20px;
  font-family: 'Lora', serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #8D004F;
  text-align: center;
  background: #FFF;
  border-radius: 23px 5px;
  border: none;
  gap: 7px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration:none;
}

.btn-reserve-ja:hover {
  background: #f5f5f5;
  color: #6a003a;
}

.linha-footer{
    margin:0;
    padding:0;
    opacity: 0.1;
    background: #101A24;
}

.footer-text{
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    text-decoration:none;
}

/* --- End Footer --- */

/* --- LP  --- */
.header-brunch {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 10;
  background: transparent;
}

.form-card {
    border-radius: 68.97px 28.97px 76.97px 28.972px;
    border: 1.811px solid #F9F9F90F;
    background: rgba(249, 249, 249, 0.06);
    backdrop-filter: blur(19.012786865234375px);
    padding: 25px 50px;
}

@media (min-width: 992px) {
  .col-lg-custom-column-1 { flex: 0 0 auto; width: 38%; }
  .col-lg-custom-column-2 { flex: 0 0 auto; width: 36%; }
  .col-lg-custom-column-3 { flex: 0 0 auto; width: 26%; }
}

.form-title {
  font-family: 'Lora', serif;
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
}

.hero-brunch .form-control {
    border: none;
    padding: 14px 20px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid rgba(77, 77, 77, 0.30);
    background: #F9F9F9;
    backdrop-filter: blur(23.086956024169922px);
}

.hero-brunch .form-control::placeholder {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.hero-brunch .form-check-label a{
    color: #F9F9F9;
}

.hero-brunch .form-check-label a:hover{
    color: #F9F9F9;
}

.hero-brunch .form-check-input:checked {
    background-color: #8D004F;
    border-color: #8D004F;
}

.hero-brunch .form-check-input:focus{
    border-color: #8D004F;
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
  outline: none;
  box-shadow: 0 0 0 2px #8D004F;
}

.form-check-label {
    color: #F9F9F9;
}

.btn-reserve-ja-red {
  background: #8D004F;
  color: #fff;
  border-radius: 15px 5px;
  font-size: 20px;
  padding: 12px;
  transition: all 0.3s ease;
}

.btn-reserve-ja-red:hover {
  background: #650038;
  color: #fff;
}


.hero-brunch {
  position: relative;
  min-height: 900px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.scroll-down-btn {
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  z-index: 2;
  transition: all 0.3s ease;
}

.scroll-down-btn img{
  width: 32px;
  height: 32px;
}

.slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: fadeSlideshow 36s infinite;
}

.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.50) 0%,
    rgba(0,0,0,0.10) 30%,
    rgba(0,0,0,0.10) 50%,
    rgba(0,0,0,0.50) 100%
  );
}

.slide:nth-child(1) { animation-delay: 0s; }
.slide:nth-child(2) { animation-delay: 6s; }
.slide:nth-child(3) { animation-delay: 12s; }
.slide:nth-child(4) { animation-delay: 18s; }
.slide:nth-child(5) { animation-delay: 24s; }
.slide:nth-child(6) { animation-delay: 30s; }

@keyframes fadeSlideshow {
  0%   { opacity: 0; }
  10%  { opacity: 1; }   
  40%  { opacity: 1; }  
  50%  { opacity: 0; }   
  100% { opacity: 0; }
}

.hero-brunch .container {
  position: relative;
  z-index: 1;
}

.card-brunch {
    border-radius: 50px 16px;
    overflow: hidden;
    background: #8D004F;
    padding:30px;
    color:#fff;
    margin-bottom: -50px;
    margin-left: -10px;
    z-index:9;
}

.text-brunch-and-pool{
    color: #FFF;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    font-family: Lora;
    font-size: 64px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -3.2px;
}

.text-lead{
    color: #FFF;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

.card-img-brunch{
    border-radius: 30px 10px;
}

.card-title{
    color: #FFF;
    font-family: Lora;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-text{
    font-family: Oswald;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}

.card-body-brunch{
    padding-top:10px;
}

.card-desc{
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    padding-top:10px;
    padding-bottom: 5px;
}

.price-block{
    display: flex;
    padding: 5px 15px 12px 15px;
    flex-direction: column;
    align-items: center;
    border-radius: 2px;
    border: 0.829px solid #FFF;
}

.price-title{
    font-family: Lora;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
}

.people-title{
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.64px;
    margin-bottom:0;
}

.section-relax {
    padding:120px 0px;
}

.title-relax {
    color: #000;
    font-family: Lora;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom:30px;
}

.desc-relax {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.64px;
}

.video-wrapper {
  position: relative;
  max-width: 400px;
  border-radius: 70px 26px;
  overflow: hidden;
}

.video-card {
  width: 100%;
  height: 650px;
  border-radius: 70px 26px;
  object-fit: cover;
}

.background-video {
  position: relative;
  overflow: visible;
}

.background-video::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  background: url('/img/Background-Floral-1.png') no-repeat center center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}

.relax-container{
    margin-top:-200px !important;
}

.section-brunch{
    padding:100px 0px;
    background: url('/img/Background-Floral-2.jpg') no-repeat center center;
    background-size:cover;
    background-color: #F2F2F2;
    
}

.section-title {
    color:  #000;
    font-family: Lora;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-bottom:30px;
}

.section-intro {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.64px;
    max-width: 850px;
    margin: 0 auto;
}

.card-gallery {
  border: none;
  border-radius: 24px 8px;
  overflow: hidden;
  position: relative;
}

.card-gallery .card-img {
  height: 100%;
  object-fit: cover;
}

.card-gallery .card-img-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 30.29%, rgba(0, 0, 0, 0.80) 90.06%);
    border-radius: 24px 8px;
    color: #fff;
    padding: 32px 15px;
    text-align: left;
}

.card-gallery .card-title {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    font-family: Lora;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.56px;;
    margin-bottom: .5rem;
}

.card-gallery .card-text {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}

.h-350 {
  height: 350px !important;
}

.btn-reserve-ja-red {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 54px;
  margin: 0 auto;
  padding: 10px 20px;
  font-family: 'Lora', serif;
  background: #8D004F;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #F9F9F9;
  text-align: center;
  border-radius: 20px 5px;
  border: none;
  gap: 7px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration:none;
  margin-top: 180px;
  margin-bottom: -125px;
  position: relative;
  z-index: 2;
}

.btn-reserve-ja-red:hover {
  background: #650038;
  color: #F9F9F9
}

.section-gallery {
  position: relative;
  padding: 100px 0;
  background: url('/img/Background-Floral-3.jpg') no-repeat center center;
  background-size: cover;
}

.section-gallery .btn-reserve-ja-red{
    margin-top: 100px;
}

.form-card .btn-reserve-ja-red{
    margin:0px;
    margin-top:20px;
}

.gallery-item {
  border-radius: 24px 8px;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
}

/* FAQ */

.section-faq {
  padding: 120px 0;
  background: url('/img/Background-Frigideira-3.jpg') no-repeat;
  background-size:90%;
  background-color:#F6F6F6;
}

.faq-title {
  font-family: 'Lora', serif;
  font-size: 32px;
  font-weight: 400;
  color: #000;
}

.section-faq .accordion-item {
    color: #000;
    background-color: transparent;
    border: none;
}

.section-faq .accordion-button{
    background:transparent;
}

.section-faq .accordion-button {
    padding: 15px 0px;
    color:  #000;
    font-family: Lora;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-shadow:none;
}

.section-faq .accordion-body {
    padding: 5px 0px;
    font-weight: 300;
    width: 75%;
}

.section-faq .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.section-faq .accordion-collapse {
  transition: all 0.2s ease-in-out; 
}

.section-faq .accordion-body {
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.15s ease;
}

.section-faq .accordion-collapse.show .accordion-body {
  opacity: 1;
  transform: translateY(0);
}

.section-faq .accordion-button::after {
  transition: transform 0.3s ease;
}

.section-faq .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.section-faq .accordion-button::after {
  background-image: url('/img/arrow-faq.svg') !important;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  content: "";
  transition: transform 0.3s ease;
}

.section-faq .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.section-location {
  padding-top: 100px;
}

.location-title {
  font-family: 'Lora', serif;
  font-size: 36px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}

.location-address {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #8D004F;
  margin-bottom: 20px;
  letter-spacing: 0.64px;
}

.location-desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #000;
  letter-spacing: 0.64px;
}

.location-container {
    padding-left: 70px !important;
}

/* --- Fim LP  --- */

/* --- LP Responsive  --- */

@media (min-width: 990px) and (max-width: 1200px){
    
.price-title {
    font-size: 22px;
}

.people-title {
    font-size: 12px;
}

.text-brunch-and-pool {
    font-size: 50px;
}

.location-desc br{ 
    display: none;
}

}
@media (max-width: 991px){
    
.hero-brunch {
    padding-top: 400px;
    padding-bottom: 100px;
}

.card-brunch {
    padding-bottom: 80px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 500px;
    margin: 0 auto;
    z-index:-9;
}

.scroll-down-btn {
    bottom: -90px;
}

.card-body-brunch {
    padding-top: 10px;
    display: grid;
    place-items: center;
    padding-top: 20px;
}

.form-title{
    font-family: 'Lora', serif;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0px;
}

.form-card {
    margin-top: -50px !important;
    width: 550px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #c1baba;
}

.relax-container {
    margin-top: 0 !important;
}

.location-container {
    padding-left: 12px !important;
}

.location-desc br{ 
    display: none;
}

.section-faq {
    background-size: 0px;
}

}

@media (max-width: 767px){
    
.card-brunch {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 80px;
}

.form-card {
    width: 100%;
    padding: 25px 30px;
}

.card-text {
    font-size: 12px;
}

.text-brunch-and-pool {
    font-size: 50px;
}

.text-lead{
    font-size: 18px;
}

.title-relax {
    font-size: 30px;
}

.video-card {
    width: 300px;
    height: 450px;
    border-radius: 70px 26px;
    object-fit: cover;
}

.background-video::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url(/img/Background-Floral-1.png) no-repeat center center;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}

.section-relax {
    padding: 70px 0px;
}

.section-brunch {
    padding: 70px 0px;
}

.btn-reserve-ja-red {
    margin-top: 80px;
    margin-bottom: -95px;
}

.section-gallery .btn-reserve-ja-red {
    margin-top: 70px;
    margin-bottom: -125px;
}

.section-title {
    font-size: 30px;
    padding-bottom: 0px;
}

.section-faq {
    padding: 70px 0;
    background: none;
    background-color: #F6F6F6;
}

.section-location {
    padding-top: 50px;
}

.gallery-item img {
    height: auto;
}

.slide {
    position: absolute;
    inset: 0;
    background-color: #E6E6E6;
    background-size: 1500px;
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0;
    animation: fadeSlideshow 36s infinite;
}

.container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.form-check-label,
.form-check-label a{
    color: #424648 !important;
    font-size: 13px !important;
}

.section-relax br{
    display: none;
}

.accordion-button {
    padding-right: 2.5rem;
    text-align: left;
    white-space: normal;
}

span.accordion-title {
    width: 90%;
}

.section-faq .accordion-body {
    width: 90%;
}

.scroll-down-btn {
    display:none;
}

.hero-brunch {
    padding-top: 400px;
    padding-bottom: 70px;
}

.slide::before {
    height:900px;
    background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.00) 0%,
    rgba(0, 0, 0, 0.40) 40%,
    rgba(0, 0, 0, 0.40) 60%,
    rgba(0, 0, 0, 0.00) 100%
  );
}

}

/* --- Fim LP Responsive --- */


/* DATEPICKER CUSTOM STYLING */

.ui-widget.ui-widget-content {
  background: #ffffff;
  border: 2px solid #8D004F !important;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  color: rgb(96,115,130);
  font-size: 0.8125rem;
  margin-top: 5px;
  padding: 18px 15px;
  max-width: 400px;
  width: auto;
}

.form-control.date-picker {
    background-image: url(/img/icon-date-picker.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 40px;
}


.ui-datepicker-header {
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  background: #8D004F !important;
  font-family: 'Lora', sans-serif;
  font-weight: 500;
  text-transform:uppercase;
  color: #ffff !important;
}

.ui-widget-header .ui-icon {
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  background: none !important;
  position:absolute;
  top: 15px !important;
}

.ui-datepicker .ui-datepicker-prev span { transform: rotate(-45deg); }
.ui-datepicker .ui-datepicker-next span { transform: rotate(135deg); }

.ui-datepicker th span {
  color: #8D004F;
  font-size: 0.8125rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
}

.ui-datepicker td {
  border: 0;
  padding: 2px;
}

a.ui-state-default {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none !important;
  background: transparent !important;
  color: #8D004F !important;
  border: 1px solid #8D004F !important;
  font-family: 'Lora', sans-serif;
  font-weight: 300;
  transition: all 0.3s ease;
}
a.ui-state-default:hover {
  background: rgba(141, 0, 79, 0.10) !important;
  border-color: #8D004F;
}

.ui-datepicker td a.domingo-disponivel {
  background: #8D004F !important;
  color: #ffffff !important;
  font-weight: 500;
}

td.ui-datepicker-unselectable.ui-state-disabled span {
  font-family: 'Now', sans-serif;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f2f3f5;
  border: 1px solid rgba(32,32,46,0.08);
  color: #bbbbbb;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #8D004F !important;
  border: 1px solid #8D004F !important;
  color: #ffffff !important;
  font-weight: 600;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .65 !important;
}

.ui-datepicker .ui-datepicker-next {
    right: -4px !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: none !important;
    background: transparent !important;
    font-weight: normal !important;
    color: #2b2b2b !important;
}

@media screen and (max-width: 767px) {
  .ui-widget.ui-widget-content {
    max-width: 360px;
  }
  .ui-datepicker th span,
  a.ui-state-default,
  td.ui-datepicker-unselectable.ui-state-disabled span {
    width: 30px;
    height: 30px;
  }
  td.ui-datepicker-unselectable.ui-state-disabled,
  .ui-datepicker td {
    width: 35px;
    height: 35px;
  }
}