/**
 * Estilos para o card de Shows na página inicial
 */

/* Estilo para o telefone no card Shows */
.carousel__subtitle.shows-phone {
    color: #3ea6ff !important;
    font-weight: 500;
    font-size: 13px;
    margin-top: 4px;
    display: block;
}

.carousel__item:hover .carousel__subtitle.shows-phone {
    color: #409cff !important;
}

/* Mobile */
@media (max-width: 768px) {
    .carousel__subtitle.shows-phone {
        font-size: 11px;
    }
}
