
/* INICIO BOX VIDEO */

/* Style the tab * /
.tabBoxPlayer {
    overflow: hidden;
    border: 0;
    background-color: #000;
	text-align: center;
	width:100%;
}

/* Style the buttons inside the tab * /
.tabBoxPlayer button {
    background-color: inherit;
/*    float: left;* /
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
	width:240px;
	height:30px;
	margin-right: 40px;  
	/*margin-bottom: 20px;* /

}

.botaoPlayer1{
	background-image: url(../images/botoes/btn_assista_sem_libras.png);
}

.botaoPlayer2{
	background-image: url(../images/botoes/btn_assista_com_libras.png);
}

.botaoPlayer1:hover{
	background-image: url(../images/botoes/btn_assista_sem_libras_hover.png);
}

.botaoPlayer1:hover, .botaoPlayer1.active{
	background-image: url(../images/botoes/btn_assista_sem_libras_hover.png);
}

.botaoPlayer2:hover{
	background-image: url(../images/botoes/btn_assista_com_libras_hover.png);
}

.botaoPlayer2:hover, .botaoPlayer2.active{
	background-image: url(../images/botoes/btn_assista_com_libras_hover.png);
}


#semLibras{
	border: 0px solid;
	border-top-color:#000;
	border-right-color: 000;
    border-left-color: 000;
    border-bottom-color: 000;
}
#comLibras{
	border: 0px solid;
	border-top-color:#000;
	border-right-color: 000;
    border-left-color: 000;
    border-bottom-color: 000;
}
*/


/* INICIO PROGRAMAÇÃO */


.tabConteudo table{
	margin-top: 30px;
}


/* Style the tab */
.tabProgramacao {
    overflow: hidden;
    border: 0;
    background-color: #ec9974;
	text-align: center;
	width:100%;
}

/* Style the buttons inside the tab */
.tabProgramacao button {
    background-color: inherit;
/*    float: left;*/
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
	width: 196px;
	height: 196px;
	margin-right: 40px;  
	/*margin-bottom: 20px;*/

}


/* Style the tab content * /
.tabProgramacaocontent {
    display: none;
    padding: 6px 12px;
    border: 0;
    border-top: none;
}
*/
.botao1{
	background-image: url(/festivalTagua/2023/assets/images/programacao/quarta-off.png);
}

.botao2{
	background-image: url(/festivalTagua/2023/assets/images/programacao/quinta-off.png);
}

.botao3{
	background-image: url(/festivalTagua/2023/assets/images/programacao/sexta-off.png);
}

.botao4{
	background-image: url(/festivalTagua/2023/assets/images/programacao/sabado-off.png);
}

.botao1:hover{
	background-image: url(/festivalTagua/2023/assets/images/programacao/quarta-on.png);
}

.botao1:hover, .botao1.active{
	background-image: url(/festivalTagua/2023/assets/images/programacao/quarta-on.png);
}

.botao2:hover{
	background-image: url(/festivalTagua/2023/assets/images/programacao/quinta-on.png);
}

.botao2:hover, .botao2.active{
	background-image: url(/festivalTagua/2023/assets/images/programacao/quinta-on.png);
}

.botao3:hover{
	background-image: url(/festivalTagua/2023/assets/images/programacao/sexta-on.png);
}

.botao3:hover, .botao3.active{
	background-image: url(/festivalTagua/2023/assets/images/programacao/sexta-on.png);
}

.botao4:hover{
	background-image: url(/festivalTagua/2023/assets/images/programacao/sabado-on.png);
}

.botao4:hover, .botao4.active{
	background-image: url(/festivalTagua/2023/assets/images/programacao/sabado-on.png);
}

#dia1{
	border-top: 5px solid;
	border-top-color:#f68d37;
	border-right-color: white;
    border-left-color: white;
    border-bottom-color: white;
}
#dia2{
	border-top: 5px solid;
	border-top-color:#63f2e0;
	border-right-color: white;
    border-left-color: white;
    border-bottom-color: white;
}
#dia3{
	border-top: 5px solid;
	border-top-color:#fa8af0;
	border-right-color: white;
    border-left-color: white;
    border-bottom-color: white;
}
#dia4{
	border-top: 5px solid;
	border-top-color:#3456fe;
	border-right-color: white;
    border-left-color: white;
    border-bottom-color: white;
}

.tabConteudo table{
	margin-top: 30px;
}


div.diaSemana {
	width:150px;
	height:40px;
	position: relative;
	border-radius: 10px;
}
div.diaSemana p {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.Segunda-Feira, .Terca-Feira, .Quarta-Feira,
.Quinta-Feira, .Sexta-Feira{
	background-color:#e6900e;
	color: #FFFFFF;
}
.Sabado{
	background-color:#0ec2e6;
	color: #FFFFFF;
}
.Domingo{
	background-color:#e41f5d;
	color: #FFFFFF;
}




