@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* telainfográfico */
body {
    background: #f4f1ed;
    margin: 0;
}

p {
    font-family: "Poppins", sans-serif;
}

.tema {
    text-align: center;
    padding: 1.5vw;
    border-bottom-left-radius: 1vw;
    border-bottom-right-radius: 1vw;
    background: #a84309;
    font-family: "Playfair Display", serif;
    color: white;
    text-transform: uppercase;
    font-size: 4vw;
}

.descricao {
    width: 70vw;
    height: auto;
    border-left: 0.3vw solid #a84309;
    padding-left: 0.7vw;
    font-size: 1.5vw;
    line-height: 1.5;
    margin-top: 1.5vw;
    margin-bottom: 2vw;
    margin-left: 10vw;
    margin-right: auto;

}

.container {
    display: flex;
    flex-direction: column;
    padding: 2vw;
    width: 90vw;
    height: auto;
    background: #ffffff;
    border-radius: 15px;
    margin: auto auto;
    position: relative;

}

.container img {
    max-width: 55%;
    display: block;
    margin: 1vw auto;
}

.titulo {
    text-transform: uppercase;
    font-size: 2.5vw;

}

.hastag {
    color: #38b6ff;
    font-size: 1vw;
    margin-top: 0;

}

.container p {
    font-size: 1.2vw;
    margin-bottom: 0;
}

.botao-insiracomentario {
    text-decoration: none;
    font-size: 1.2vw;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #807977;
}

.botao-vercomentario {
    margin-top: 0;
    font-size: 1.2vw;
    color: #252f3d;
}

hr {
    height: 1px;
    margin-left: 2%;
    margin-right: 2%;
    background-color: #252f3d;
}

.botaoprincipal {
    display: block;
    margin: 1vw auto;
    width: fit-content;
    padding: 1vw 1vw;
    background-color: #af4c0f;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 1.3vw;
}

.botaoprincipal:hover {
    background-color: #c65c1a;
    /* Cor de fundo ao passar o mouse */
}


/* telacomatários */

summary {
    cursor: pointer;
    list-style: none;
    display: block;
}

summary::before {
    content: "";
    display: none;
}



.fundocomentarios {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 90vh;
    padding: 1vw;
}

.titulocoment {
    position: relative;
    margin-top: 1vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titulocoment a {
    position: absolute;
    top: 0vw;
    left: 1vw;
    color: white;
    font-weight: bold;
}

.titulocoment a:hover {
    color: whitesmoke;
}

.titulocoment h2 {
    text-align: center;
    margin-top: 0.7vw;
    color: #8B4513;
}


.comments {
    margin: 2vw;
    height: auto;
}

.comment-card {
    background-color: transparent;
    border: none;
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: left;
    margin-left: 20px;
}

.comment-user {
    font-weight: bold;
    color: #8B4513;
    font-size: 18px;
    padding-left: 20px;
}

.comment-text {
    font-size: 18px;
    margin-top: 10px;
    padding-left: 8px;
}

.add-comment {
    margin-top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.add-comment .form-control {
    border-radius: 15px;
    background-color: #D2B48C;
    height: 50px;
    width: 80%;
    padding: 10px;
    font-size: 16px;
}

.add-comment .btn {
    border-radius: 50%;
    background-color: #8B4513;
    border: none;
    width: 50px;
    height: 50px;
    margin-left: 10px;
}

.add-comment .btn:hover {
    background-color: #6A2F1B;
}