* {
    font-family: Montserrat, sans-serif;
}

/* Estilo básico para telas maiores */
/* Menu de navegação */
.navbar-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    background-color: #09233d;
    /* Azul escuro */
    padding: 20px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    /* Sutil para destacar o menu */
    position: fixed;
    /* Torna o menu fixo */
    top: 0;
    left: 0;
    width: 100%;
    /* Garante que ocupe toda a largura da página */
    z-index: 1000;
    /* Coloca o menu acima de outros elementos */
}

.links {
    display: flex;
    gap: 30px;
    /* Espaçamento entre os links */
    justify-content: center;
    /* Mantém os links centralizados */
}

.navbar-menu a {
    padding: 12px 20px;
    color: white;
    /* Contraste claro para os links */
    text-decoration: none;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    border-radius: 5px;
    /* Deixa os links levemente arredondados */
    transition: background-color 0.3s ease;
    /* Transição suave ao hover */
}

.navbar-menu a:hover {
    background-color: #afd2f5;
    /* Azul intermediário para hover */
    color: #09233d;
}

.active-link {
    background-color: #406891;
    /* Azul vibrante para destacar o link ativo */
}

.hamburger-menu {
    display: none;
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .navbar-menu {
        flex-direction: column;
        /* Alinha logo e links em coluna */
        align-items: center;
        /* Centraliza os elementos */
        gap: 20px;
        /* Reduz o espaçamento entre os elementos */
        display: flex;
    }

    .links {
        /* Oculta os links em telas pequenas */
        flex-direction: row;
        /* Links em formato vertical */
        gap: 10px;
        /* Espaçamento entre os links */
        align-items: center;
        /* Centraliza os links */
    }

    .links.show {
        display: flex;
        /* Exibe os links quando o menu estiver aberto */
    }

    .navbar-menu a {
        font-size: 14px;
        /* Reduz o tamanho da fonte para telas menores */
        padding: 10px;
    }
}

/* Responsividade para telas muito pequenas */
@media (max-width: 480px) {
    .navbar-menu {
        padding: 30px;
        display: flex;
    }

    .links {
        gap: 10px;
    }

    .navbar-menu a {
        font-size: 12px;
        /* Reduz o tamanho da fonte para telas menores */
        padding: 5px;
    }

    .navbar-menu a:bi .navbar-menu a {
        font-size: 13px;
        /* Ajusta ainda mais o tamanho da fonte */
    }
}

/*------------------------------------------------------------------------------- Tendas*/
.frame3 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.frame3 p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 10px 0;
    font-family: 'Montserrat', sans-serif;
}

.button {
    background-color: #fff;
    border: none;
    color: #09233d;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    width: 50%;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-size: 15px;
}

.button {
    margin-top: 20px;
    /* Ajuste o espaçamento, se necessário */
}

.button:hover {
    background-color: #dce7f0;
    color: #09233d;
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/*----------------------------------------------- responsividade - Tendas*/
@media (max-width: 768px) {
    .frame3 {
        width: 100%;
        height: auto;
        padding: 20px;
        /* Adiciona espaçamento interno */
        box-sizing: border-box;
    }

    .frame3 p {
        width: 100%;
    }

    .button {
        max-width: 90%;
        width: 50%;
        margin: 10px auto;
        /* Centraliza o botão horizontalmente */
        padding: 10px;
        text-align: center;
        display: block;
    }

    h2 {
        margin-top: 150px;
        /* Reduz ainda mais a margem superior */
        font-size: 1.2rem;
        /* Fonte ainda menor para dispositivos muito pequenos */
    }
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    background-color: #415468;
    margin-top: 100px;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    padding: 5px 0;
    font-size: 20px;
    font-weight: bold;
    color: white;
    animation: scroll 12s linear infinite;
    font-family: Montserrat, sans-serif;
}

@keyframes scroll {
    from {
        transform: translateX(50%);
    }

    to {
        transform: translateX(-100%);
    }
}

@media(max-width: 768px) {
    .marquee-container {
        width: 100%;
        overflow: hidden;
        background-color: #415468;
        margin-top: 80px;
    }

    .marquee {
        display: inline-block;
        white-space: nowrap;
        padding: 5px 0;
        font-size: 20px;
        font-weight: bold;
        color: white;
        animation: scroll 20s linear infinite;
        font-family: Montserrat, sans-serif;
    }

    @keyframes scroll {
        from {
            transform: translateX(15%);
        }

        to {
            transform: translateX(-100%);
        }
    }
}

.tendas-span {
    margin-top: 100px;
    text-align: center;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.tendas-span span {
    color: #09233d;
    font-size: 50px;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
}

.tendas-span {
    opacity: 0;
    /* Começa invisível */
    transform: translateY(50px);
    /* Começa deslocado para baixo */
    animation-duration: 1s;
    animation-name: anima-span;
    animation-fill-mode: forwards;
    /* Garante que o estado final da animação seja mantido */
}

@keyframes anima-span {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media(max-width: 768px) {
    .tendas-span {
        margin-top: 100px;
        /* margin-top: 30px; */
        padding: 10px;
        height: auto;
    }

    .tendas-span span {
        color: #09233d;
        font-size: 35px;
        margin-bottom: 30px;
        font-family: Montserrat, sans-serif;
        font-weight: bold;
        opacity: 10px;
    }
}

/* 
========================
Variables
========================
*/


:root {

    font-size: 15px;

    /* Primary */
    --var-soft-blue: hsl(215, 51%, 70%);
    --var-cyan: hsl(178, 100%, 50%);
    /* Neutral */
    --var-main-darkest: hsl(217, 54%, 11%);
    --var-card-dark: hsl(216, 50%, 16%);
    --var-line-dark: hsl(215, 32%, 27%);
    --var-lightest: white;
}

/* 
=======================
Setup
=======================
*/

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
    margin: 0;
}

body {
    background-color: var(--var-main-darkest);
}

img {
    width: 100%;
    border-radius: 15px;
    display: block;
    height: 220px;
}

a {
    color: inherit;
}

/* 

Eye view

https://i.postimg.cc/9MtT4GZY/view.png' border='0' alt='view */

/*
=========================
Font Styling
=========================
*/

p {
    font: var(--var-para);
    color: var(--var-soft-blue);
}

span {
    color: white;
}

.main-content h1 {
    margin-bottom: 1rem;
    margin-top: 30px;
    text-align: center;
}

.main-content h1 a {
    color: var(--var-soft-blue);
    text-decoration: none;
}

/* 
=====================
Classes
=====================
*/

/* LAYOUT */

.tendas-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
}

.card-container {
    width: 100%;
    height: 580px;
    max-width: 400px;
    margin: 5px;
    background-color: var(--var-card-dark);
    border-radius: 15px;
    margin-bottom: 1rem;
    padding: 2rem;
    transition: transform 0.3s ease;
}

.card-container:hover {
    transform: translateY(-5px);
}

#card-container-tenda4x4{
    height: 600px;
}

a.hero-image-container {
    position: relative;
    display: block;
}

@media (max-width: 968px) {
    #card-container-tenda4x4 {
        height: 580px;
    }
}

/* Details */

img.eye {
    position: absolute;
    width: 100%;
    max-width: 2em;
    top: 44%;
    left: 43%;
}

@media (min-width:400px) {
    img.eye {
        max-width: 3em;
    }
}

.hero-image-container::after {
    content: '';
    background-image: url("https://i.postimg.cc/9MtT4GZY/view.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5rem;
    background-color: hsla(178, 100%, 50%, 0.3);
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.hero-image-container:hover::after {
    opacity: 1;
}

@media (min-width:600px) {
    body {
        font-size: 18px;
    }
}

/* ---------------------------------------------------------------------------------------------------------- footer */

.footer {
    width: 100%;
    background-color: #09233d;
    color: #fff;
    padding: 40px 5% 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-conteiner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.footer-logo h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: inherit;
}

.footer-links h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.footer-logo p {
    font-size: 0.9rem;
}

.footer-produced a {
    text-decoration: none;
    color: #b6b6b6;
    transition: color 0.3s;
}

.footer-produced a:hover {
    color: #ffffff;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links ul li a {
    text-decoration: none;
    color: #b6b6b6;
    transition: color 0.3s;
}

.footer-links ul li a:hover {
    color: #ffffff;
}

.footer-social {
    text-align: center;
    margin-top: 20px;
}

.footer-social a {
    color: #fff;
    margin: 0 10px;
    font-size: 1.5rem;
    transition: color 0.3s;
}

.footer-social a:hover {
    color: #b6b6b6;
}

@media (max-width: 768px) {
    .footer {
        background-color: #09233d;
        color: #fff;
    }

    .footer-logo h3,
    .footer-social h3 {
        color: #fff;
    }

    .footer-links ul li a {
        color: #b1b1b1;
    }

    .footer-social a {
        color: #fff;
    }

    .footer-logo p {
        font-size: 0.7rem;
    }
}

/*----------------------------------------------------------- icon whatsapp*/
#icon-whats {
    position: fixed;
    /* Permite que o ícone fique sempre visível */
    bottom: 85px;
    /* Distância da parte inferior da tela */
    right: 40px;
    /* Distância do lado direito da tela */
    z-index: 1001;
    /* Garante que esteja sobre outros elementos */
    width: 60px;
    height: 60px;
}

#icon-whats img {
    width: 55px;
    /* Ajusta o tamanho do ícone */
    height: 55px;
    transition: transform 0.3s;
    /* Suaviza a animação ao passar o mouse */
}

#icon-whats img:hover {
    transform: scale(1.1);
    /* Aumenta o ícone ao passar o mouse */
}

#icon-back-to-top {
    position: fixed;
    /* Permite que o ícone fique sempre visível */
    bottom: 20px;
    /* Distância da parte inferior da tela */
    right: 36px;
    /* Distância do lado direito da tela */
    z-index: 1001;
    /* Garante que esteja sobre outros elementos */
    width: 60px;
    height: 60px;
}

#icon-back-to-top img {
    width: 50px;
    /* Ajusta o tamanho do ícone */
    height: 50px;
    transition: transform 0.3s;
    /* Suaviza a animação ao passar o mouse */
}

#icon-back-to-top img:hover {
    transform: scale(1.1);
    /* Aumenta o ícone ao passar o mouse */
}

@media (max-width: 968px) {
    #icon-whats {
        bottom: 90px;
        right: 20px;
        width: 40px;
        height: 40px;
    }

    #icon-back-to-top {
        bottom: 40px;
        right: 20px;
        width: 40px;
        height: 40px;
    }

    #icon-whats img {
        width: 40px;
        height: 40px;
    }

    #icon-back-to-top img {
        width: 40px;
        height: 40px;
    }
}