/* ===================================
    Crafto - Startup
====================================== */
/* font */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
/* variable */
:root {
  --base-color: #f07e2e;
  --alt-font: "Inter", sans-serif;
  --primary-font: "Sora", sans-serif;
  --dark-gray: #282828;
  --medium-gray: #868d98;
  --very-light-gray: #dbdbdb;
  --sec-color: #006d6d;
}

/* reset */
body {
  font-size: 17px;
  line-height: 32px;
}
a {
  color: white;
}
b,
strong {
  font-weight: 600;
}
::-webkit-input-placeholder {
  color: #868d98 !important;
  text-overflow: ellipsis;
}
::-moz-placeholder {
  color: #868d98 !important;
  text-overflow: ellipsis;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #868d98 !important;
  text-overflow: ellipsis;
  opacity: 1;
}
/* bg color */
.bg-gradient-emerald-blue-emerald-green {
  background-image: linear-gradient(50deg, #009194 0, #006d6d 100%);
}
.bg-gradient-black-green {
  background-image: linear-gradient(
    to right top,
    #1f2021,
    #1b1d1c,
    #1b1d1c,
    #222523,
    #333c37
  );
}
/* text color */
.text-gradient-emerald-blue-emerald-green {
  background-image: linear-gradient(to right top, #09afea, #19e089);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* button gradient */
.btn-gradient-emerald-blue-emerald-green {
  background-image: linear-gradient(to right, #09afea, #19e089, #09afea);
  background-size: 200% auto;
  color: var(--white);
}
/* btn */
.btn {
  font-weight: 500;
  text-transform: inherit;
}
.btn.btn-extra-large {
  font-size: 22px;
}
.btn.btn-large {
  font-size: 17px;
}
.btn.btn-medium {
  font-size: 16px;
}
.btn.btn-small {
  font-size: 15px;
}
.btn.btn-very-small {
  font-size: 13px;
}
.btn.btn-large .btn-icon i {
  top: 1px;
}
.btn.btn-link {
  padding: 0 0 2px;
}
.btn.btn-link-gradient {
  padding: 0 0 3px;
}
/* header */
header .navbar-brand img {
  max-height: 35px;
}
.navbar .navbar-nav .nav-link {
  font-size: 17px;
  letter-spacing: 0.5px;
  padding: 10px 22px;
}
.push-menu .close-menu {
  right: 30px;
  top: 30px;
}
/* newsletter style  */
.newsletter-style-02 input {
  font-size: 14px;
}
/* footer */
footer ul li {
  margin-bottom: 2px;
}
/* media query responsive */
@media (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 17px;
  }
}

a:hover {
  color: #c6c6c6;
}

header.sticky.sticky-appear
  .header-reverse-back-scroll.header-base-color.glass-effect {
  background-color: #009194cc !important;
}

.page-title-background-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Ajuste a opacidade aqui */
  z-index: 1;
}

.page-title-background-video .container {
  position: relative;
  z-index: 2;
}

.bg-gradient-regal-blue-transparent {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(60 60 62)),
    to(transparent)
  );
  background-image: linear-gradient(to top, rgb(60 60 62) 0%, transparent 100%);
}

/* navbar mobile */
@media (max-width: 991px) {
  .navbar.bg-transparent {
    background-color: #ffffff00 !important;
  }
}

@media (max-width: 991px) {
  .navbar.header-dark .navbar-collapse {
    background-color: #ffffff !important;
  }
}

@media (max-width: 991px) {
  .navbar.header-dark .navbar-nav .nav-link {
    color: #000000 !important;
  }
}

.bg-dark-glass-effect {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* Swiper Navigation Controls */
.swiper-cidades-prev,
.swiper-cidades-next {
  position: absolute !important;
  top: 50% !important;
  width: 50px !important;
  height: 50px !important;
  background: rgba(0, 145, 148, 0.8) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  opacity: 0.7 !important;
  z-index: 999 !important;
  border: none !important;
  outline: none !important;
  box-shadow: 0 4px 15px rgba(0, 145, 148, 0.3) !important;
}

.swiper-cidades-prev {
  left: 20px !important;
  transform: translateY(-50%) !important;
}

.swiper-cidades-next {
  right: 20px !important;
  transform: translateY(-50%) !important;
}

.swiper-cidades-prev:hover,
.swiper-cidades-next:hover {
  opacity: 1 !important;
  background: rgba(0, 145, 148, 1) !important;
  transform: translateY(-50%) scale(1.1) !important;
  box-shadow: 0 6px 20px rgba(0, 145, 148, 0.5) !important;
}

.swiper-cidades-prev i,
.swiper-cidades-next i {
  font-size: 20px !important;
  color: white !important;
  line-height: 1 !important;
  transition: all 0.3s ease !important;
}

.swiper-cidades-prev:hover i,
.swiper-cidades-next:hover i {
  transform: scale(1.1) !important;
}

/* Force visibility */
.swiper-cidades-prev::after,
.swiper-cidades-next::after {
  display: none !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .swiper-cidades-prev,
  .swiper-cidades-next {
    width: 40px !important;
    height: 40px !important;
  }

  .swiper-cidades-prev {
    left: 10px !important;
  }

  .swiper-cidades-next {
    right: 10px !important;
  }

  .swiper-cidades-prev i,
  .swiper-cidades-next i {
    font-size: 16px !important;
  }
}

/* Hide on very small screens */
@media (max-width: 480px) {
  .swiper-cidades-prev,
  .swiper-cidades-next {
    display: none !important;
  }
}

/* Timeline página sobre */

.timeline {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
}
.timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #c5c5c5;
}
.timeline ul {
  padding: 0;
  margin: 0;
}
.timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}
.timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}
.timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}
.content {
  padding-bottom: 20px;
}
.timeline ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  right: -6px;
  background: var(--base-color);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(0, 145, 148, 0.2);
}
.timeline ul li:nth-child(even):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  background: var(--base-color);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(0, 145, 148, 0.2);
}
.timeline ul li h3 {
  padding: 0;
  margin: 0;
  color: var(--base-color);
  font-weight: 600;
}
.timeline ul li p {
  margin: 10px 0 0;
  padding: 0;
}
.timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 12px;
  right: -165px;
  margin: 0;
  padding: 8px 16px;
  background: var(--base-color);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(0, 145, 148, 0.3);
}
.timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  left: -165px;
  margin: 0;
  padding: 8px 16px;
  background: var(--base-color);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(0, 145, 148, 0.3);
}
@media (max-width: 1000px) {
  .timeline {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .timeline {
    width: 100%;
    padding-bottom: 0;
  }
  h1 {
    font-size: 40px;
    text-align: center;
  }
  .timeline:before {
    left: 20px;
    height: 100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: -18px;
    left: 16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }

  .timeline .content {
    margin-top: 20px;
  }
}


.navbar .navbar-nav .nav-item.active .nav-link{
    color: var(--very-light-gray) !important;
}


@media (max-width: 991px) {
  /* Oculta o logo mobile por padrão na primeira dobra */
  header .navbar-brand .mobile-logo {
      visibility: hidden !important;
      opacity: 0 !important;
      width: 0 !important;
  }
  
  /* Mostra o logo mobile apenas quando o header estiver sticky */
  header.sticky.sticky-active .navbar-brand .mobile-logo {
      visibility: visible !important;
      opacity: 1 !important;
      width: 60% !important;
  }
}

/* List style 04 custom com SVG asterisco */
.list-style-04-custom {
  padding-left: 0;
  list-style: none;
}

.list-style-04-custom li {
  margin: 0 0 10px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.list-style-04-custom li .asterisco-icon {
  flex-shrink: 0;
  margin-top: 0.4em;
}


.gradiente-cota {
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 100%);
  mask-image: linear-gradient(to top, transparent 0%, black 70%);
}

/* Tabs proximidades - hover e active no fundo escuro */
.tab-style-02 .nav-tabs.nav-tabs-proximidades > li.nav-item > a.nav-link:hover,
.tab-style-02 .nav-tabs.nav-tabs-proximidades > li.nav-item > a.nav-link.active {
  color: #fff;
  border-bottom-color: var(--base-color);
}
.tab-style-02 .nav-tabs.nav-tabs-proximidades > li.nav-item > a.nav-link:hover i,
.tab-style-02 .nav-tabs.nav-tabs-proximidades > li.nav-item > a.nav-link.active i {
  color: var(--base-color);
}

/* Pricing table 12 - imagem alinhada à esquerda no mobile */
@media (max-width: 575px) {
  .pricing-table-style-12 li img {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
}

/* Tabs proximidades - 2 colunas no mobile */
@media (max-width: 767px) {
  .tab-style-02 .nav-tabs.nav-tabs-proximidades > li.nav-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    margin-bottom: 15px;
  }
}

.tab-style-03 .nav-tabs .nav-link {
  color: #ffffff;
}

/* Ficha técnica - Grid resumo */
.ficha-grid-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px 30px;
}
.ficha-grid-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ficha-grid-item:last-child {
  border-bottom: none;
}
.ficha-grid-icon {
  flex-shrink: 0;
  margin-right: 15px;
}
.ficha-grid-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  white-space: nowrap;
}
.ficha-grid-divider {
  flex-grow: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 0 20px;
  min-width: 20px;
}
.ficha-grid-value {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  text-align: right;
}

@media (max-width: 767px) {
  .ficha-grid-card {
    padding: 5px 20px;
  }
  .ficha-grid-label {
    font-size: 12px;
  }
  .ficha-grid-value {
    font-size: 13px;
  }
  .ficha-grid-divider {
    margin: 0 12px;
    min-width: 10px;
  }
}
@media (min-width: 768px) {
  .ficha-grid-item.border-md-bottom-0 {
    border-bottom: none;
  }
}

/* Imagens dos sliders de comodidades — mesma altura, sem distorção */
.comodidades-slider-intermediario .swiper-slide img,
.comodidades-slider-rooftop .swiper-slide img,
.comodidades-slider-fachada .swiper-slide img {
  height: 450px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .comodidades-slider-intermediario .swiper-slide img,
  .comodidades-slider-rooftop .swiper-slide img,
  .comodidades-slider-fachada .swiper-slide img {
    height: 350px;
  }
}

@media (max-width: 575px) {
  .comodidades-slider-intermediario .swiper-slide img,
  .comodidades-slider-rooftop .swiper-slide img,
  .comodidades-slider-fachada .swiper-slide img {
    height: 280px;
  }
}

/* Setas customizadas dos sliders de comodidades */
.swiper-button-next-intermediario,
.swiper-button-prev-intermediario,
.swiper-button-next-rooftop,
.swiper-button-prev-rooftop,
.swiper-button-next-fachada,
.swiper-button-prev-fachada {
  width: 45px;
  height: 45px;
}

.swiper-button-next-intermediario::after,
.swiper-button-prev-intermediario::after,
.swiper-button-next-rooftop::after,
.swiper-button-prev-rooftop::after,
.swiper-button-next-fachada::after,
.swiper-button-prev-fachada::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 206.89 252.71'%3E%3Cpath fill='%23fff' d='M147.41,150.28H0v-47.81h147.41c1.73-6.95-2.88-7.96-5.95-11.98-8.01-10.46-61.71-57.36-61.71-61.73,8.68-5.81,25.75-33.28,35.75-28.13,5.54,2.85,67.12,65.88,73.39,74.29,24.45,32.86,23.51,69.45.1,102.98-4.97,7.11-68.84,71.81-73.48,74.2-9.6,4.94-27.91-22.02-35.54-28.67l67.44-73.16Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-prev-intermediario::after,
.swiper-button-prev-rooftop::after,
.swiper-button-prev-fachada::after {
  transform: rotate(180deg);
}

/* Setas dos sliders - ocultar no mobile */
@media (max-width: 767px) {
  .swiper-button-next-custom,
  .swiper-button-prev-custom,
  .swiper-button-next-implantacao,
  .swiper-button-prev-implantacao,
  .swiper-button-next-intermediario,
  .swiper-button-prev-intermediario,
  .swiper-button-next-rooftop,
  .swiper-button-prev-rooftop,
  .swiper-button-next-fachada,
  .swiper-button-prev-fachada {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  background: var(--base-color) !important;
}

.img-diferenciais-slider { 
  max-height: 600px; width: auto; height: auto; display: block; margin: 0 auto;}

/* Tour virtual (page-tour): só iframe, tela cheia, sem header/footer */
body.cota-tour-fullscreen {
  margin: 0;
  padding: 0;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  background: #000;
  box-sizing: border-box;
}

body.cota-tour-fullscreen .cota-tour-fullscreen-main {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.cota-tour-fullscreen.admin-bar .cota-tour-fullscreen-main {
  height: calc(100vh - 32px);
  height: calc(100dvh - 32px);
}

@media screen and (max-width: 782px) {
  body.cota-tour-fullscreen.admin-bar .cota-tour-fullscreen-main {
    height: calc(100vh - 46px);
    height: calc(100dvh - 46px);
  }
}

body.cota-tour-fullscreen .cota-tour-fullscreen-main iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}