/* CSS inline para o banner principal */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Rubik", sans-serif;
}

/* ::::: HEADER CONTENT ::::: */
.hero-banner {
    width: 100%;
    height: 600px;
    background-image: 
    linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5)),
    url('../img/top.jpg');
    /*url('https://images.unsplash.com/photo-1599365726864-ac222011504a?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero-content h1 {
    font-size: 8rem;
    font-family: "Ephesis", cursive;
    font-weight: 200;
    margin-bottom: 10rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    /*text-transform: uppercase;*/
    letter-spacing: -1.5px;
    line-height: 120px;
}

.hero-content p {
    font-size: 1.5rem;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    max-width: 600px;
    margin: 0 auto;
    line-height: 0;
}

/* SMALL SCREENS */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 4.5rem;
    }
    
    .hero-content p {
        font-size: 1.3rem;
        line-height: 1.6rem;
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 4rem;
    }
    
    .hero-content p {
        font-size: 1.2rem;
        line-height: 1.5rem;
        padding: 0 50px;
    }
}

/* ::::: WELCOME SECTION ::::: */
.welcome-section {
    padding: 80px 20px;
    text-align: center;
    background-color: #fff;
}

.welcome-section h2 {
    font-size: 3rem;
    color: #353f34;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 400;
}

.welcome-section p {
    font-size: 1.2rem;
    color: #333333;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* SMALL SCREENS */
@media (max-width: 768px) {
    .welcome-section h2 {
        font-size: 2.2rem;
    }
    
    .welcome-section p {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .welcome-section h2 {
        font-size: 1.8rem;
    }
    
    .welcome-section p {
        font-size: 1rem;
    }
}

/* ::::: ITINERARIES SECTIONS - GENERAL ::::: */
.itineraries-section {
    padding: 40px 20px;
    text-align: center;
    background-color: #e3e8e3;
}

.itineraries-section h3 {
    font-size: 2rem;
    color: #353f34;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: bold;
}

.itineraries-section p {
    font-size: 1.2rem;
    color: #333333;
    max-width: 800px;
    margin: 10px auto;
    line-height: 1.3;
} 

.itineraries-section span {
    color: #555555;
}

/* Cards */
.card-wrapper {
  max-width: 1100px;
  margin: 0 auto 35px;
  padding: 20px 10px;
  overflow: hidden;
}

.card-list .card-item {
  list-style: none;
}

.card-list .card-item .card-link {
  display: block;
  background: #fff;
  padding: 18px;
  user-select: none;
  border-radius: 12px;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;
}

.card-list .card-item .card-link:active {
  cursor: grabbing;
}

.card-list .card-item .card-link:hover {
  border-color: #8aa88a;
}

.card-list .card-link .card-image {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.card-list .card-link .badge {
  color: #253529;
  width: fit-content;
  padding: 8px 16px;
  font-size: 0.70rem;
  border-radius: 50px;
  font-weight: 500;
  background: #253529;
  margin: 10px 8px 10px 0;
  display: inline-block;
}

.card-list .card-link .badge i {
  margin: 0 8px 0px 0;
}

.card-list .card-link .badge-editor {
  color: #253529;
  background: #e4e6da;
}

.card-list .card-link .card-title {
  color: #253529;
  font-size: 1.19rem;
  font-weight: 600;
}

.card-wrapper .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  opacity: 0.5;
  background: #48654e;
}

.card-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.card-wrapper .swiper-slide-button {
  color: #48654e;
  margin-top: -35px;
}

/* Responsive media query code for small screens */
@media (max-width: 768px) {
    .card-wrapper {
        margin: 0 10px 25px;
    }

    .card-wrapper .swiper-slide-button {
        display: none;
    }
}

/* Reviews */
.rating-container {
    display: flex;
    align-items: center;
    padding: 3px 0;
    width: fit-content;
    display: block; 
}

.rating-text {
    margin-left: 15px;
    font-size: 0.8rem;
    color: #333;
    font-weight: 500;
} 

.star {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
}

.star svg {
    width: 100%;
    height: 100%;
}

/* Full Yellow Star */
.star.full {
    color: #ffd700;
}

.star.full svg {
    fill: #ffd700;
}

/* Empty Gray Star */
.star.empty {
    color: #cccccc;
}

.star.empty svg {
    fill: #cccccc;
}

/* Half Star Yellow-Gray */
.star.half {
    position: relative;
}

.star.half svg {
    fill: #cccccc;
}

.star.half::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.star.half .star-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.star.half .star-overlay svg {
    fill: #ffd700;
    width: 200%;
    height: 100%;
}  

/* SMALL SCREENS */
@media (max-width: 768px) {
    .itineraries-section h2 {
        font-size: 2.2rem;
    }
    
    .itineraries-section p {
        font-size: 1.1rem;
        max-width: 600px;
    }
}

@media (max-width: 480px) {
    .itineraries-section h2 {
        font-size: 1.8rem;
    }
    
    .itineraries-section p {
        font-size: 1rem;
        max-width: 250px;
    }
}


/* ::::: MORE FOR YOU SECTION ::::: */
.moreforyou-section {
    background-color: #ffffff;
    padding: 100px 20px;
    text-align: center;
}

.moreforyou-section h2 {
    font-size: 3rem;
    margin-bottom: 60px;
    color: #253529;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;  
}

.card {
    position: relative;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    transition: background 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.card:hover::before {
    background: rgba(0,0,0,0.3);
}

.card h3 {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0;
}

.only-desktop {
  display: block;
}

.only-mobile {
  display: none;
}

/* SMALL SCREENS */
@media (max-width: 768px) {
    .cards-container {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .card h3 {
        font-size: 1.4rem;
    }

    .only-desktop {
      display: none;
    }

    .only-mobile {
      display: block;
    }
}

@media (max-width: 480px) {

    .moreforyou-section {
        padding: 60px 15px;
    }

    .moreforyou-section h2 {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .cards-container {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .card {
        height: 250px;
    }

    .card h3 {
        font-size: 1.1rem;
    }

    .only-desktop {
      display: none;
    }

    .only-mobile {
      display: block;
    }
    
}

/* ::::: USEFUL CONTACTS SECTION ::::: */
.usefulcontacts-section {
    background-image: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('../img/folhage.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.usefulcontacts-section h2 {
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    letter-spacing: 1px;
}

.accordions-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

.accordion-header {
    background-color: rgba(72, 101, 78, 0.9);
    color: #ffffff;
    padding: 20px 25px;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    user-select: none;
}

.accordion-header:hover {
    background-color: rgba(138, 168, 138, 1);
}

.accordion-header.active {
    background-color: rgba(122, 155, 122, 0.95);
}

.accordion-arrow {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    color: #ffffff;
}

.accordion-header.active .accordion-arrow {
    transform: rotate(180deg);
}

.accordion-content {
    background-color: rgba(255, 255, 255, 0.95);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-content.active {
    max-height: 700px;
}

.accordion-content-inner {
    padding: 25px;
}

.contact-info {
    margin-bottom: 15px;
}

.contact-info h4 {
    color: #253529;
    font-size: 1.2rem;
    margin-top: 18px;
    margin-bottom: 6px;
    font-weight: bold;
}

.contact-info p {
    color: #555555;
    margin: 5px 0;
    font-size: 1rem;
}

.contact-info a {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    line-height: 20px;
}

.contact-info a:hover {
    color: #7a9b7a;
    text-decoration: none;
}

/* Responsivo */
@media (max-width: 768px) {
    .usefulcontacts-section {
        padding: 60px 15px;
    }

    .usefulcontacts-section h2 {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .accordion-header {
        padding: 18px 20px;
        font-size: 1.2rem;
    }

    .accordion-content-inner {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .usefulcontacts-section h2 {
        font-size: 1.8rem;
    }

    .accordion-header {
        padding: 15px 18px;
        font-size: 1.1rem;
    }

    .accordion-content-inner {
        padding: 18px;
    }
}

/* ::::: FOOTER ::::: */
.footer-section {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('assets/img/footer-bg.jpg');*/
    background-color: #253529;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
}

.footer-content {
    padding: 80px 20px 60px;
}

.logo-section {
    margin-bottom: 60px;
}

.logo-section .subtitle {
    font-size: 2rem;
    font-family: "Rubik", sans-serif;
    line-height: 1.6px;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    color: #ffffff;
}

.logo-section h1 {
    font-size: 4.5rem;
    font-family: "Ephesis", cursive;
    font-weight: 400;
    /*text-transform: uppercase;*/
    letter-spacing: 0px;
    margin: 0 0 10px 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.contact-section {
    margin-bottom: 50px;
}

.contact-section h2 {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.phone-number {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

.phone-number span {
    font-size: 1.5rem;
}

.phone-number a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.phone-number a:hover {
    color: #cccccc;
}

.address-section {
    margin-bottom: 40px;
}

.address-section p {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
    margin: 5px 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    text-transform: uppercase;
}

.map-button {
    display: inline-block;
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-shadow: none;
    margin-top: 50px;
}

.map-button:hover {
    background-color: #ffffff;
    color: #333333;
    transform: translateY(-2px);
}

.credits-bar {
    background-color: #001100;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.credits-bar p {
    margin: 0;
    font-size: 0.8rem;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.credits-bar a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.credits-bar a:hover {
    color: #8aa88a;
}

/* SMALL SCREENS */
@media (max-width: 768px) {
    .footer-content {
        padding: 60px 15px 50px;
    }

    .logo-section {
        margin-bottom: 50px;
    }

    .logo-section h1 {
        font-size: 3.5rem;
        letter-spacing: 2px;
    }

    .logo-section p {
        font-size: 1.4rem;
    }

    .contact-section h2 {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

    .phone-number {
        font-size: 2rem;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .address-section p {
        font-size: 1.1rem;
        letter-spacing: 0.5px;
    }

    .map-button {
        padding: 12px 25px;
        font-size: 1.1rem;
        letter-spacing: 1px;
    }

    .credits-bar {
        padding: 15px;
    }

    .credits-bar p {
        font-size: 0.9rem;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 480px) {
    .logo-section h1 {
        font-size: 2.8rem;
        letter-spacing: 1px;
    }

    .logo-section p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .contact-section h2 {
        font-size: 1.2rem;
    }

    .contact-section .phone-number {
        font-size: 2rem;
        letter-spacing: 1px;
    }

    .address-section p {
        font-size: 1rem;
    }

    .map-button {
        padding: 10px 20px;
        font-size: 1rem;
    }

    .credits-bar p {
        font-size: 0.7rem;
        letter-spacing: 0.5px;
    }
}

/* ### PAGES ### */

/* ::::: HEADER CONTENT ::::: */
.hero-banner-page {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero-banner-page.distritos {
    background-image: 
    linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.9)),
    url('../img/top-distritos.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.hero-banner-page.restaurantes-pizzarias {
    background-image: 
    linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.9)),
    url('../img/top-restaurantes-pizzarias.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-banner-page.lanchonetes-barzinhos {
    background-image: 
    linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.9)),
    url('../img/top-lanchonetes-barzinhos.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-banner-page.supermercados {
    background-image: 
    linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.9)),
    url('../img/top-supermercados.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-banner-page.padarias {
    background-image: 
    linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.9)),
    url('../img/top-padarias.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-banner-page.cidades {
    background-image: 
    linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.9)),
    url('../img/top-cidades.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-content-page h1 {
    font-size: 8rem;
    font-family: "Ephesis", cursive;
    font-weight: 200;
    margin-bottom: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    /*text-transform: uppercase;*/
    letter-spacing: -1.5px;
    line-height: 120px;
}

.hero-content-page p {
    font-size: 1.5rem;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    max-width: 600px;
    margin: 10px auto;
    line-height: 0;
}

.back-home {
  text-align: center;       /* Centraliza o conteúdo horizontalmente */
  margin-top: 10px;         /* Espaço superior */
}

.back-home a {
  display: inline-block;    /* Permite aplicar padding e hover suave */
  color: #48654e;           /* Tom verde suave (mesmo usado nos ícones) */
  font-weight: 500;
  text-decoration: none;    /* Remove o sublinhado padrão */
  font-size: 1rem;
  transition: color 0.2s, transform 0.2s;
}

.back-home a span {
  display: inline-flex;
  align-items: center;
  gap: 6px;                 /* Espaço entre seta e texto */
}

.back-home a:hover {
  color: #2f4535;           /* Tom mais escuro no hover */
  transform: translateX(-4px); /* Move levemente para a esquerda */
}


.items-section-page a {
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* SMALL SCREENS */
@media (max-width: 768px) {
    .hero-banner-page {
        height: 180px;
    }

    .hero-content-page h1 {
        font-size: 4.5rem;
        font-weight: 200;
        margin-bottom: 0;
        line-height: 70px;
    }
    
    .hero-content-page p {
        font-size: 1.3rem;
        line-height: 1.6rem;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .hero-banner-page {
        height: 150px;
    }

    .hero-content-page h1 {
        font-size: 4rem;
        font-weight: 200;
        margin-bottom: 0;
        line-height: 60px;
    }
    
    .hero-content-page p {
        font-size: 1.2rem;
        line-height: 0;
        margin: 10px auto;
    }
}

/* ::::: ITEMS ::::: */
.items-section-page {
    padding: 40px 20px;
    text-align: center;
    background-color: #e3e8e3;
}

.items-section-page .card-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.items-section-page .card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.items-section-page .card-item .card-link {
  display: block;
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.items-section-page .card-item .card-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.items-section-page .card-image {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.items-section-page .card-title {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #253529;
  font-weight: 600;
}

/* SMALL SCREENS */
@media (max-width: 768px) {
  .items-section-page .card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .items-section-page .card-list {
    grid-template-columns: 1fr;
  }
}

/* ::::: CONTENT SECTIONS PAGES ::::: */
.content-section-page {
    padding: 80px 20px;
    text-align: center;
    background-color: #fff;
}

.content-section-page h2 {
    font-size: 3rem;
    color: #353f34;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 400;
}

.content-section-page p {
    font-size: 1.2rem;
    color: #333333;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.content-section-page .page-alert {
  font-size: 0.9rem;
  color: #856404;
  background-color: #fff3cd;
  border-left: 4px solid #856404;
  padding: 10px 15px;
  margin: 30px auto 0 auto;
  border-radius: 4px;
  max-width: 600px;
}


/* SMALL SCREENS */
@media (max-width: 768px) {
    .content-section-page h2 {
        font-size: 2.2rem;
    }
    
    .content-section-page p {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .content-section-page h2 {
        font-size: 1.8rem;
    }
    
    .content-section-page p {
        font-size: 1rem;
    }
}

/* 404 PAGE */
.content-section-404 {
    padding: 80px 20px;
    text-align: center;
    min-height: 750px;
    background-color: #fff;
}

.content-section-404 h2 {
    font-size: 3rem;
    color: #353f34;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 400;
}

.content-section-404 p {
    font-size: 1.2rem;
    color: #333333;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* SMALL SCREENS */
@media (max-width: 768px) {
    .content-section-404 h2 {
        font-size: 2.2rem;
    }
    
    .content-section-404 p {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .content-section-404 h2 {
        font-size: 1.8rem;
    }
    
    .content-section-404 p {
        font-size: 1rem;
    }
}

/* GALERY */
.galeria {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.galeria-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s;
}

.galeria-item img:hover {
  transform: scale(1.03);
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.modal-img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
}

.fechar {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

.prev, .next {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 40px;
  background: none;
  border: none;
  cursor: pointer;
  user-select: none;
  transform: translateY(-50%);
}

.prev { left: 30px; }
.next { right: 30px; }

/* SMALL SCREENS */
@media (max-width: 768px) {
    .galeria {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .galeria {
        grid-template-columns: repeat(2, 1fr);
    }
}

.info-section {
  padding: 40px 20px;
  background-color: #f5f7f5;
  text-align: center;
}

.info-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 150px;
}

.info-item i {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  color: #48654e;
  background: #e4e6da;
  border-radius: 50%;
  transition: transform 0.2s;
}

.info-item i:hover {
  transform: scale(1.1);
  background: #d4d7c8;
}

.info-item h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #253529;
}

.info-item p {
  font-size: 0.95rem;
  color: #333333;
}

/* Botão "Ver no mapa" */
.map-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #48654e;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.2s, transform 0.2s;
}

.map-button i {
  font-size: 1.1rem;
}

.map-button:hover {
  color: #fff;
  background: #3b5442;
  transform: scale(1.05);
}

/* SMALL SCREENS */
@media (max-width: 768px) {
    
}

@media (max-width: 480px) {
    .info-container {
        gap: 30px;
    }

    .info-item i {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }

    .info-item h4 {
        font-size: 0.95rem;
    }

    .info-item p {
        font-size: 0.85rem;
        color: #333333;
    }
}


/* ::::: FOOTER ::::: */
.footer-section-page {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url('../img/folhage.jpg');
    /*background-color: #253529;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
}

.footer-content-page {
    padding: 50px 20px 0;
}

.footer-section-page .footer-content-page a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section-page.footer-content-page.logo-section {
    margin-bottom: 10px;
}

.footer-section-page.footer-content-page.logo-section .subtitle {
    font-size: 2rem;
    font-family: "Rubik", sans-serif;
    line-height: 1.6px;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    color: #ffffff;
}

.footer-section-page.footer-content-page.logo-section h1 {
    font-size: 4.5rem;
    font-family: "Ephesis", cursive;
    font-weight: 400;
    /*text-transform: uppercase;*/
    letter-spacing: 0px;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

/* SMALL SCREENS */
@media (max-width: 768px) {
    .footer-content-page {
        padding: 60px 15px 0;
    }

    .logo-section-page {
        margin-bottom: 20px;
    }

    .footer-content-page.logo-section-page.logo-section h1 {
        font-size: 3.5rem;
        letter-spacing: 2px;
    }

    .footer-content-page.logo-section-page.logo-section p {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .footer-content-page.logo-section-page.logo-section h1 {
        font-size: 2.8rem;
        letter-spacing: 1px;
    }

    .footer-content-page.logo-section-page.logo-section p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

