body{
    margin: 0;
    flex-direction: column;
}

.container{
    width: 100%;
    margin: 0 auto;
}

.cabeza{
    background-color: #daaf7c;
    width: 100%;
    height: 110px;
}

.cuello{
    letter-spacing: 3px;
    font-size: 25px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(228, 204, 159) ;
}
.cuerpo{
    display: flex;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 0px auto auto auto;
    width: 100%;
    flex-direction: column;
    background-color: rgb(228, 204, 159) ;
}

.mensaje{
    margin: 30px auto;
    max-width: auto;
    height: 100px;
    margin-bottom: 100px;
}

.input{
    padding: 10px;
    width: 600px;
    border-radius: 10px;
    border: rgb(153, 153, 153);
    border-width: 2px;
    border-style: solid;
}

.input2{
    color: white;
    background-color: rgb(73, 73, 73);
    padding: 10px;
    width: 100px;
    border-radius: 10px;
    border: rgb(153, 153, 153);
    border-width: 2px;
    border: transparent;
}


.comentarios{
    margin: 10px auto;
    width: 750px;
    min-height: 50vh;
    margin-bottom: 80px;
}

.talon{
    background-color: #daaf7c;
    display: flex;
    height: 100px;
    margin: 0px auto auto auto;
}


.comentario{
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    border-left: 5px solid #ffae00;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    height: auto;
    width: 100%;
    word-wrap: break-word;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
}

.texto-mensaje {
    margin: 0 0 5px 0;
    font-size: 1.1em;
}

.fecha {
    color: #888;
    font-size: 0.8em;
    display: flex;
    text-align: right;
    justify-content: flex-end;
    width: 100px;
    
}


.star-rating { color: #f1c40f; cursor: pointer; font-size: 1.5rem; margin-bottom: 10px; }


.btn-borrar {
    background: none;
    border: none;
    color: #e74c3c;
    cursor: pointer;
    font-size: 1.2rem;
    transition: transform 0.2s;
    justify-content: start;
}

.star-rating-voto {
    color: #f1c40f;
    margin: 8px 0;
}

.star-rating-voto i {
    cursor: pointer;
    margin-right: 3px;
    transition: transform 0.1s;
}

.star-rating-voto i:hover {
    transform: scale(1.2);
}

.contenido-comentario {
    flex-grow: 1;
}


.comentariostotal{
    background-color: #e74c3c;
    justify-content: center;
    text-align: center;
    padding: 1px;
    margin: 0px auto 0px;
    width: 300px;
    height: 60px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: aliceblue;
    font-size: 17px;
    border-radius: 10px;
}