.star {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('./imgs/star_empty.svg') no-repeat center;
    background-size: contain;
}

.star.selected {
    background: url('./imgs/star_full.svg') no-repeat center;
    background-size: contain;
}


.base-tag {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.font-tag {
    margin: 0px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #7A7A7A;
    background-color: #E9E9E9;
    box-sizing: border-box;

    font-family: "Josefin Sans", Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.font-tag:hover {
    background-color: #FAA308;
    color: #fff !important;

}

.font-tag:hover a {
    background-color: #FAA308;
    color: #fff !important;

}

.font-tag a {
    background-color: transparent;
    box-shadow: none;
    box-sizing: border-box;
    color: #7A7A7A;
    cursor: pointer;
}

.font-tag a:hover {
    color: #fff !important;
}

#clientes-felices-form textarea,
#clientes-felices-form input {
    border-radius: 3px;
    border: 1px solid #E9E9E9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-family: Josefin Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    font-family: Josefin Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;

}

#clientes-felices-form {
    font-family: Josefin Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    font-family: Josefin Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}

#clientes-felices-form div {
    padding-top: 10px;
}

input.boton-opiniones {
    width: 300px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.centrar-div {
    display: flex;
    justify-content: center;
}