

#negrito {
    font-weight: bold;
}
.cargo {
    font-family: 'Montserrat';
}
.divImagem {
    width: auto;
}
.imgPrincipal {
    width: 100%;
}
.imgBooking {
    width: 100%;
    height: 350px;
    border-radius: 15px;
}
.botaoImagem, .botaoImagem:hover {
    width: 93%;
    height: 50px;
    background-color: #ffffffa1;
    position: absolute;
    bottom: 39px;
    border-radius: 0px 0px 15px 15px;
}
.botaoLink, .botaoLink:hover {
    border: solid 1px #272727;
    background-color: transparent;
    color: #272727;
    padding: 6px 10px;
    position: relative;
    left: 35%;
    top: 15px;
    font-weight: bold;
}
.nomePoster {
    font-family: 'Tahoma';
    position: absolute;
    top: 360px;
    font-size: 52px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}
.nomePosterCel {
    font-family: 'Tahoma';
    position: absolute;
    top: 250px;
    font-size: 22px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}
.nomePosterTab {
    font-family: 'Tahoma';
    position: absolute;
    top: 340px;
    font-size: 32px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}
.divAparecer {
    display: none;
}
.divProdutinho:hover .divAparecer {
    display: block;
}