@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}



body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #f9fafc;
}

.navbar {
    display: flex;
    flex-flow: row wrap;
    height: 100px;
    background: #f9fafc;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.logo {
    flex: 20%;
    margin-left: 10%;
    /* border:1px solid red;  */
    text-align: left;
}

.logo h1 {
    font-family: 'Lobster', cursive;
    color: #115884;
    font-size: 34px;
}

.menu {
    flex: 70%;
    /* border:1px solid green;*/
    text-align: right;
    padding: 20px;
}

.menu a {
    color: #115884;
    text-decoration: none;
    font-size: 20px;
    padding: 20px 16px;
}

.menu a:hover {
    color: #180F4A;
    border-top: 4px solid #115884;
}

#botao {
    background: #115884;
    padding: 10px 25px;
    color: white;
    border-radius: 5px;
    margin-right: 10%;
    margin-left: 5%;
    text-decoration: none;
}

#botao:hover {
    border: none;
    background: #180F4A;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9fafc;
    padding: 50px 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10%;
}

.headline {
    flex: 1;
    padding: 0 20px;
    max-width: 50%;
}

.headline {
    flex: 1;
    max-width: 600px;
    text-align: center;
}

.headline h2 {
    font-weight: 900;
    font-size: 16px;
    color: #115884;
    padding: 0;
    margin: 0;
    font-family: 'Lobster', cursive;
    letter-spacing: 15px;
}

.headline h3 {
    font-weight: 900;
    font-size: 75px;
    color: #115884;
    padding: 0;
    margin: 0;
    font-family: 'Lobster', cursive;
}


.headline p {
    color: gray;
    text-align: center;
    margin: 20px auto;
    max-width: 500px;
}

.contact-btn {
    display: inline-block;
    background: #115884;
    padding: 20px;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    margin: 0 auto;
}

.contact-btn:hover {
    background: #180F4A;
}

.img-headline {
    flex: 1;
    padding: 0 20px;
    max-width: 50%;
    text-align: center;
}

section {
    display: block;
    margin: 80px auto 0;
    width: 90%;
    max-width: 1200px;
    padding: 40px 20px;
    text-align: center;
    scroll-margin-top: 120px;
}

section h2 {
    width: 100%;
    font-size: 50px;
    margin: 0;
    font-family: 'Lobster', cursive;
    font-weight: bold;
    color: #115884;
}

.servicos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 5% auto 0;
    width: 90%;
    max-width: 1200px;
}

.card {
    flex: 1;
    min-width: 230px;
    max-width: 270px;
    padding: 30px;
    border: 1px solid #115884;
    border-radius: 10px;
    cursor: pointer;
    min-height: 400px;
    margin: 0;
}


.card img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.card-text h3 {
    margin-top: 0;
    font-size: 18px;
    color: #115884;
}

.card-text p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.card:hover {
    background: #115884;
    color: white;
    padding: 40px;
}

.card:hover h3 {
    color: white;
}

.card:hover p {
    color: #ddd;
}


.whats {
    position: fixed;
    bottom: 5px;
    right: 5px;

}

#inicio {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}


#servicos {
    margin-top: 30px;
    padding-top: 20px;
}

/* Estilos para a seção de blog */
.section-blog {
    background-color: #f9fafc;
    padding: 80px 0;
    margin-top: 80px;
    position: relative;
    display: block;
    width: 100%;
}

.blog-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}



.section-title {
    font-family: 'Lobster', cursive;
    color: #115884;
    font-size: 42px;
    margin-bottom: 20px;
}

.subtitle {
    color: #115884;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Lobster', cursive;
    letter-spacing: 3px;
}

.trip-card {
    background: #fff;
    border-radius: 24px;
    width: 520px;
    box-shadow: 0 28px 60px rgba(3, 20, 34, 0.32);
    overflow: hidden;
    color: #0b4968;
}

/* Carousel styles inside trip-card */
.trip-img-wrap {
    width: 100%;
    height: 340px;
    /* ainda maior para dar mais ênfase */
    position: relative;
    overflow: hidden;
    background: #e9eef2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel {
    width: 100%;
    height: 100%;
}

.carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.6s ease;
    will-change: transform;
}

.carousel-slide {
    flex: 0 0 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-slide img {
    max-width: 96%;
    max-height: 96%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(3, 20, 34, 0.22);
    background: #fff;
    margin: 0 auto;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-img {
    display: block;
    margin: 32px auto 0 auto;
    width: 80%;
    max-width: 320px;
    height: 180px;
    object-fit: contain;
    border-radius: 16px;
    background: #f9fafc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.blog-content {
    padding: 0 24px;
    text-align: center;
    width: 100%;
}

.blog-title {
    color: #115884;
    font-size: 22px;
    margin: 24px 0 12px 0;
    font-family: 'Lobster', cursive;
}

.post-meta {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
}

.post-meta a {
    color: #666;
    text-decoration: none;
}

.post-meta a:hover {
    color: #115884;
}

.blog-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 24px;
    margin-top: 12px;
    font-size: 16px;
}

.read-more {
    display: inline-block;
    color: #115884;
    text-decoration: none;
    font-weight: 500;
}

.read-more:hover {
    color: #180F4A;
}

.blog-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.feature-section {
    color: #fff;
    padding: 90px 20px;
}

.feature-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 0 20px;
}

.feature-left {
    flex: 1 1 60%;
}

.eyebrow {
    color: #115884;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.feature-title {
    font-family: 'Lobster', cursive;
    font-size: 44px;
    margin: 0 0 24px 0;
    color: #115884;
}

.feature-steps {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}


.img-step {
    width: 3rem;
    height: 3rem;
}

.step-icon {
    width: 56px;
    height: 56px;
    background: #115884;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.step-text h4 {
    margin: 0 0 6px 0;
    color: #115884;
    text-align: left;
}

.step-text p {
    margin: 0;
    color: #115884;
    text-align: left;
}

.feature-right {
    flex: 1 1 1%;
    display: flex;
    justify-content: center;
}

.trip-card {
    background: #115884;
    border-radius: 18px;
    width: 300px;
    box-shadow: 0 20px 40px rgba(3, 20, 34, 0.25);
    overflow: hidden;
    color: #0b4968;
}

.trip-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.trip-body {
    padding: 18px 20px 26px 20px;
}

.trip-title {
    margin: 0 0 6px 0;
    font-size: 20px;
}

.trip-meta {
    color: #7a9bb0;
    font-size: 13px;
    margin: 0 0 12px 0;
}

.trip-stats span {
    font-weight: 600;
    color: #115884;
}


/* FAQ */
#faq {
    max-width: 800px;
    margin: 80px auto;
    text-align: center;
    padding: 0 20px;
    font-family: "Inter", sans-serif;
}

.faq-title {
    font-size: 3rem;
    font-weight: 700;
    color: #115884;
    font-family: 'Lobster', cursive;
    padding-bottom: 20px;
}

.faq-subtitle {
    color: #666;
    margin-bottom: 40px;
}

.accordion-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-header {
    background: #115884;
    color: white;
    ;
    cursor: pointer;
    width: 100%;
    padding: 20px;
    border: none;
    outline: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background 0.3s;
    position: relative;
}

.accordion-header::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 1.3rem;
    transition: transform 0.3s;
}

.accordion-header.active::after {
    content: "−";
    transform: rotate(180deg);
}

.accordion-body {
    display: none;
    padding: 0 20px 20px;
    color: #333;
    text-align: left;
    background: #fff;
    border-top: 1px solid #eee;
    animation: fadeIn 0.3s ease-in-out;
}

.accordion-body p {
    margin-top: 10px;
    line-height: 1.6;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ==== MODO PROMOCIONAL TEMPORÁRIO ==== */
.promo-span {
  color: #ffeb3b;
  font-weight: 700;
  animation: pulse 1.5s infinite;
}

.promo-banner {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(90deg, #0b4968, #2194dc);
  color: white;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.footer-promo {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(90deg, #0b4968, #2194dc);
  color: white;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 15px;
  animation: pulse 2s infinite;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.footer-promo a {
  color: #ffeb3b;
  text-decoration: underline;
  font-weight: 700;
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.7; }
  100% { opacity: 1; }
}





.cabecalho {
    background-color: #0b4968;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.container-cabecalho {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

li {
    margin-right: 20px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #2194dc;
}

/* Banner de Cookies */
#cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 900px;
  background: #115884;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  padding: 20px;
  z-index: 9999;
  display: none;
  animation: slideUp 0.6s ease;
}

.cookie-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.cookie-content p {
  flex: 1 1 70%;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.cookie-link {
  color: #ffd700;
  text-decoration: underline;
}

#accept-cookies {
  background: #fff;
  color: #115884;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#accept-cookies:hover {
  background: #e2e2e2;
}

/* Animação de entrada */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, 30px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
