.captionTitulo
        {
            color: #fff;
            font-size: 22px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
			padding-top:15px;
		}
		
.captionTitulo
        {
            background: var(--fw-cor-primaria, #EB5100);
            background-color: rgba(235, 81, 0, 0.8);
        }		

.captionOrange, .captionBlack
        {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }
        .captionOrange
        {
            background: var(--fw-cor-primaria, #EB5100);
            background-color: rgba(235, 81, 0, 0.8);
			box-shadow: 4px 4px 4px #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
        }
        .captionBlack
        {
        	font-size:16px;
            background: #000;
            background-color: rgba(0, 0, 0, 0.8);
        }
        a.captionOrange, A.captionOrange:active, A.captionOrange:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: var(--fw-cor-primaria, #eb5100);
            text-decoration: none;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
        .bricon
        {
            background: url(../../../scripts/slider-master/img/browser-icons.png);
        }
