address {
    line-height: normal !important;
}

.white {
    color: white !important;
}

.background-gradient {
    background: rgb(251,235,63);
    background: -moz-linear-gradient(90deg, rgba(251,235,63,1) 0%, rgba(70,161,252,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(251,235,63,1) 0%, rgba(70,161,252,1) 100%);
    background: linear-gradient(90deg, rgba(251,235,63,1) 0%, rgba(70,161,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbeb3f",endColorstr="#46a1fc",GradientType=1);
}

.background-gravados {
    background: rgb(195,193,63);
    background: -moz-linear-gradient(330deg, rgba(195,193,63,1) 0%, rgba(217,163,30,1) 100%);
    background: -webkit-linear-gradient(330deg, rgba(195,193,63,1) 0%, rgba(217,163,30,1) 100%);
    background: linear-gradient(330deg, rgba(195,193,63,1) 0%, rgba(217,163,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c3c13f",endColorstr="#d9a31e",GradientType=1);
}

.background-animados {

    background: rgb(195,193,63);
background: -moz-linear-gradient(330deg, rgba(195,193,63,1) 0%, rgba(30,155,217,1) 100%);
background: -webkit-linear-gradient(330deg, rgba(195,193,63,1) 0%, rgba(30,155,217,1) 100%);
background: linear-gradient(330deg, rgba(195,193,63,1) 0%, rgba(30,155,217,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c3c13f",endColorstr="#1e9bd9",GradientType=1);
}

.background-gastronomicos {
    background: rgb(195,193,63);
    background: -moz-linear-gradient(330deg, rgba(195,193,63,1) 0%, rgba(152,32,163,1) 100%);
    background: -webkit-linear-gradient(330deg, rgba(195,193,63,1) 0%, rgba(152,32,163,1) 100%);
    background: linear-gradient(330deg, rgba(195,193,63,1) 0%, rgba(152,32,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c3c13f",endColorstr="#9820a3",GradientType=1);
}