* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-parallax1,
.container-parallax2,
.container-parallax3,
.container-parallax4,
.container-parallax5 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.topo {
    width: 100%;
    height: 10vh;
    position:fixed;
    background-color: #623c0c;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1%;
}

.topo img {
    width: auto;
}

.topo div a {
    margin-left: 20px;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
    letter-spacing: 2px;
    color: #c4a47c;
    transition: color 0.3s ease, transform 0.3s ease;
}

.topo div a:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-admin {
    background-color: #c4a47c;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    text-shadow: none;
    transition: background-color 0.3s ease;
}

.btn-admin:hover {
    background-color: #40ff00d3;
}

/* Container Parallax 1 */
.container-parallax1 {
    background-image: url("./img/parallax-imagem1.png");
    height: 100vh;
}

.container-parallax1 h1 {
    top: 45%;
    right: 0;
    left: 0;
    position: absolute;
    color: #ffffff;
    text-shadow: 0 0 10px #000000, 0 0 10px #000000, 0 0 10px #000000;
    text-align: center;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    font-size: 100px;
}

.container-propaganda {
    background-color: #fff8f0;
    padding: 80px 20px;
    text-align: center;
}

.propaganda-conteudo {
    max-width: 800px;
    margin: auto;
}

.propaganda-conteudo h2 {
    font-size: 36px;
    font-family: "Oswald", sans-serif;
    color: #604829;
    margin-bottom: 20px;
}

.propaganda-conteudo p {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.btn-propaganda {
    background-color: #c4a47c;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-propaganda:hover {
    background-color: #40ff00d3;
    transform: scale(1.05);
}

/* Container Parallax 2 */
.container-parallax2 {
    background-image: url("./img/parallax-imagem2.jpg");
    height: 50vh;
}

.container-parallax2 h3,
.container-parallax3 h3 {
    width: 500px;
    padding: 10px;
    position: relative;
    top: 45%;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    font-family: "Oswald", sans-serif;
    text-align: center;
    letter-spacing: 2px;
    background-color: #604829;
    color: #fff;
}


/* Container Parallax 3*/
.container-parallax3 {
    background-image: url("./img/parallax-imagem3.jpg");
    height: 50vh;
}

/* Container Parallax 4 */
.container-parallax4 {
    background-image: url("./img/parallax-imagem4.png");
    height: 100vh;
}

.container-parallax4 h2 {
    width: 500px;
    padding: 10px;
    position: relative;
    top: 10%;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 24px;
    font-family: "Oswald", serif;
    letter-spacing: 5px;
    text-align: center;
    color: #fff;
    background-color: #604829;
}

.container-parallax4 iframe {
    position: absolute;
    max-width: 1024px;
    height: 450px;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.container-contatos {
    width: 500px;
    padding: 10px;
    position: absolute;
    bottom: 8%;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #604829;
}

.container-contatos p {
    color: #fff;
    font-family: "Oswald", sans-serif;
    line-height: 36px;
    text-shadow: 0px 6px 8px #000000;
    text-align: center;
}

/* Efeitos aplicados a classe container-texto */

.container-texto {
    padding: 80px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 1px;
    text-align: center;
    color: #666;
}

.container-texto h2 {
    margin-bottom: 30px;
    font-size: 24px;
    letter-spacing: 2px;
    font-family: "Oswald", sans-serif;
    color: #c4a47c;
}

.container-texto p {
    max-width: 1024px;
    padding: 0px 20px;
    margin: 0 auto;
    font-family: "Oswald", sans-serif;
    line-height: 34px;
    letter-spacing: 1px;
    color: #666;
}

/* Container Parallax 5 */
.container-parallax5 {
    height: 80vh;
    background-image: url("./img/cafeteria.jpg");
}

.container-parallax5 h2 {
    position: absolute;
    margin: 0 auto;
    top: 20%;
    right: 0;
    left: 0;
    font-family: "Oswald", sans-serif;
    text-align: center;
    letter-spacing: 8px;
    color: #ffffff;
    text-shadow: 0 0 10px #000000, 0 0 10px #000000,0 0 10px #000000;
}

.lista-horarios { /* tag <ul> */
    max-width: 768px;
    position: absolute;
    margin: 0 auto;
    bottom: 20%;
    right: 0;
    left: 0;
    font-family: "Oswald", sans-serif;
    list-style: none;
}

.lista-horarios li { /* tag <li> */
    position: relative;
    
}

.lista-horarios li h3 { /* subtitulo = <h3> */
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 0 10px #000000, 0 0 10px #000000,0 0 10px #000000;
}

.lista-horarios li div { /* tarja = <div> */
    width: 70%;
    height: 1px;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    right: 0;
    left: 0;
    background-color: #000000;
    
}

.lista-horarios li p,
.texto-marrom { /* paragrafo + span*/
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}

.texto-marrom {
    color: #ff0000;
    text-shadow: 0 0 10px #000000, 0 0 10px #000000,0 0 10px #000000;
}

.lista-horarios li p {
    color: #ffffff;
    text-shadow: 0 0 10px #000000, 0 0 10px #000000,0 0 10px #000000;
}

/* Rodapé */
.container-rodape {
    position: relative;
    padding: 20px 0;
    line-height: 34px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    text-align: center;
    background-color: #000000;
    color: #fff;
}

.container-rodape span {
    color: #c4a47c;
}

.container-rodape a {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 80px;
    right: 50px;
    background-image: url("./img/seta-para-cima.png");
    background-position: center;
    background-size: cover;
    background-color: #c4a47c;
    border-radius: 4px;
}

/* Botão Wi-Fi */
.wifi-password-container {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}
.wifi-password-container button {
    background-color: #c4a47c;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    margin-right: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.wifi-password-container button:hover {
    background-color: #40ff00d3;
    transform: translateY(-2px);
}
.wifi-password-container span {
    font-weight: bold;
    color: #604829;
    font-family: "Oswald", sans-serif;
}

/* Chatbot */
.chat-icon {
    position: fixed;
    bottom: 20px;
    left: auto;
    background-color: #17d203;
    color: #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 100;
}
.chat-container {
    position: fixed;
    bottom: 90px;
    left: auto;
    width: 350px;
    height: 450px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    z-index: 100;
    transform: scale(0);
    transform-origin: bottom left;
    transition: transform 0.3s ease-in-out;
}
.chat-container.active {
    transform: scale(1);
}
.chat-header {
    background-color: #42970d;
    color: #000000;
    padding: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Oswald", sans-serif;
}
.chat-header span {
    cursor: pointer;
}
.chat-body {
    flex-grow: 1;
    padding: 15px;
    overflow-y: auto;
    border-bottom: 1px solid #000000;
}
.chat-message {
    margin-bottom: 10px;
}
.chat-message.user {
    text-align: right;
}
.chat-message.user .message-bubble {
    background-color: #42970d;
    color: #000000;
    border-radius: 12px 12px 0 12px;
}
.chat-message.bot .message-bubble {
    background-color:#42970d;
    color: #000000;
    border-radius: 12px 12px 12px 0;
}
.message-bubble {
    display: inline-block;
    padding: 10px 15px;
    max-width: 80%;
    font-family: "Oswald", sans-serif;
}
.chat-footer {
    display: flex;
    padding: 10px;
}
.chat-footer input {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-right: 10px;
}
.chat-footer button {
    background-color:  #42970d;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 1.2em;
}


@media (max-height: 768px) {
    .topo img {
        width: 70px;
        top: 0;
    }

    .topo div {
        top: 30%;
    }

    .container-parallax4 iframe {
        height: 300px;
    }

    .container-parallax5 h2 {
        top: 20%;
    }

    .lista-horarios {
        bottom: 5%;
    }
}