/* ===================================
    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.5);
  /* 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;
}