#conteudohero {
    z-index: 10;
}

#solicitar {
    background: black;
    border: 1px solid black;
    border-radius: 0%;

}

#solicitar:hover {
    background: white;
    color: black;
}

.hero-section {
    background-image: url('./img/Copilot_20250717_104813.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;



}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.445);
    /* Aumentado para 0.75 para mais escuridão */


}

.hero-section h1,
.hero-section h2 {
    color: rgb(255, 255, 255);

}

/*zap flutua*/
/* CSS para o Botão Flutuante */
.whatsapp-float {
    position: fixed; /* Fixa o botão na tela */
    bottom: 20px;    /* 20px da parte inferior */
    right: 20px;     /* 20px da parte direita */
    z-index: 1000;   /* Garante que fique acima de outros elementos */
    border-radius: 50%; /* Deixa a imagem redonda */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para destaque */
    transition: transform 0.3s ease; /* Animação suave ao passar o mouse */
}

.whatsapp-float:hover {
    transform: scale(1.1); /* Efeito de "zoom" ao passar o mouse */
}

.whatsapp-float img {
    width: 50px;   /* Largura da imagem */
    height: 50px;  /* Altura da imagem */
    border-radius: 50%; /* Garante que a imagem em si seja redonda */
}

/*fim zap flutua*/

.section-d {
    padding: 40px;
}

.text-center {
    padding: 20px;
}

.section-d h3 {
    font-size: 15px;
    color: black;
}

.fa-stack img {
    vertical-align: middle;

    border: 10px solid #0a58ca;
    background: #ffffff;
    border-radius: 100px;
    padding: 20px;
    color: aliceblue;
}
.viagem-1 {
    background: #212529;
}
.viagem-1 h2, .viagem-1 h3 {
    color: #ffffff;
    padding: 4px;
}
.viagem-1 h3 {
    font-size: 18px;
    font-weight: 300;
    font-family: system-ui;
}
.portfolio-caption {
    color: white;
    text-align: center;
    padding: 10px;
}
.viagem-1 img {
    padding: 10px;
}
.portfolio-caption-heading {
    font-size: 20px;
    text-decoration: overline;
}
.section-subheading {
    font-size: 18px;
    font-weight: 300;
}
.timeline {
    list-style: none;
}
.timeline-panel, .timeline-inverted {
    color: white;
    background: #212529;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.form-control {
        padding: 10px;
    margin-bottom: 10px;
    }
    .footer {
        text-align: center;
    }
    
/* Estilos aplicados APENAS em telas com largura MÍNIMA de 768px (tablets e maiores) */
@media (max-width: 768px) {

    .hero-section h1,
    .hero-section h2 {
        color: rgb(255, 255, 255);
        font-size: 40px;
    }

    .hero-section h2 {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #texto {
        font-size: 15px;
        font-family: sans-serif;
    }

    .navbar-collapse.collapse.show {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        z-index: 1020;
        text-align: center;
        padding: 2pc;
    }

    .navbar-collapse.collapse.show .navbar-nav .nav-item .nav-link {
        padding: 1rem 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: rgb(37, 31, 31);
    }

    .navbar-collapse.collapse.show .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none;
    }

    #solicitar {
        font-size: 18px;

    }
    /*zap flutua*/
     .whatsapp-float {
        bottom: 15px;
        right: 15px;
    }
    .whatsapp-float img {
        width: 45px;
        height: 45px;
    }
    /*fim zap flutua*/
    .redes {
        display: flex;
        justify-content: center;
    }
}

/* Estilos aplicados APENAS em telas com largura MÍNIMA de 992px (desktops e maiores) */
@media (min-width: 992px) {
    .timeline-panel, .timeline-inverted {
        text-align: center;
    }
    .container {
        text-align: center;
    }
    .redes {
        display: flex;
        justify-content: center;
    }
}