.elementor-2471 .elementor-element.elementor-element-5fc1d25{--display:flex;--min-height:80vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2471 .elementor-element.elementor-element-e3c9f19{width:100%;max-width:100%;transition:all 400ms;}.elementor-2471 .elementor-element.elementor-element-e3c9f19 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2471 .elementor-element.elementor-element-b974c7e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-2471 .elementor-element.elementor-element-7442f7d{--grid-columns:3;transition:all 400ms;}.elementor-2471 .elementor-element.elementor-element-03c796a{--spacer-size:0px;transition:all 400ms;}@media(max-width:1024px){.elementor-2471 .elementor-element.elementor-element-7442f7d{--grid-columns:2;}}@media(max-width:767px){.elementor-2471 .elementor-element.elementor-element-b974c7e{--padding-top:30px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-2471 .elementor-element.elementor-element-7442f7d{--grid-columns:1;}.elementor-2471 .elementor-element.elementor-element-03c796a{--spacer-size:20px;}}/* Start custom CSS for shortcode, class: .elementor-element-e3c9f19 */.elementor-widget-container,
.elementor-container,
.elementor-column {
  position: static !important;
  overflow: visible !important;
}

.hero-video {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-video .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.4); /* escurece para contraste */
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.hero-content h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Cormorant Upright", Sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.2em;
}

.hero-content .breadcrumb {
    font-family: "Cormorant Upright", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.hero-content .breadcrumb    a:hover{
    color:#C3A263 !important;
}

.hero-content p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 2rem;
  font-family: "Montserrat", Sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8rem;
  max-width: 800px;
}

.cta-btn {
  background-color: #6E510C7D;
  color: #fff;
  padding: 0.75rem 2rem;
  text-decoration: none;
  font-weight: bold;
  border: none;
  font-style: italic;
  transition: background 0.3s ease;
  font-family: "Cormorant Upright", Sans-serif;
}

.cta-btn:hover {
  background-color: #a9822f;
}

@media (max-width: 768px) {
    .hero-video {
      height: 100vh;
    }
}/* End custom CSS */