.lycra_1{fill: red;} .lycra_1a {background-color: red; width: 2vw; height: 100%;}
.lycra_2{fill: white;} .lycra_2a {background-color: white; width: 2vw; height: 100%;}
.lycra_3{fill: #00FF00;} .lycra_3a {background-color: #00FF00; width: 2vw; height: 100%;}
.lycra_4{fill: rgb(62, 164, 248);} .lycra_4a {background-color: rgb(62, 164, 248); width: 2vw; height: 100%;}
.lycra_5{fill: #ff03c8;} .lycra_5a {background-color: #ff03c8; width: 2vw; height: 100%;}
.lycra_6{fill: green;} .lycra_6a {background-color: green; width: 2vw; height: 100%;}
.lycra_7{fill: #ff03c8;} .lycra_7a {background-color: #ff03c8; width: 2vw; height: 100%;}
.lycra_8{fill: purple;} .lycra_8a {background-color: purple; width: 2vw; height: 100%;}
.lycra_9{fill: orange;} .lycra_9a {background-color: orange; width: 2vw; height: 100%;}
.lycra_10{fill: rgb(62, 164, 248);} .lycra_10a {background-color: rgb(62, 164, 248); width: 2vw; height: 100%;}



	
	
	.lycra_fundo{
        
        background: linear-gradient(0deg, white 0%, gray 35%, white);;		   
        border-radius: 10px;
        width: 100%;
        height: 100%;
		text-align: center;
		padding: 2% 10px 10px 10px;
		margin-bottom: 15px;
		

		

	
}
	.lycra_fundo_competidor1{
		width: 100%;
		height:25%;
		margin-bottom: 2%;
		color: gray;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 900;
		font-size: 100%;
		display: inline-block;
		text-align: center;		
}

	

.lycra_fundo_blusa{
	background-color: transparent;
	width: 100%;
	height: 40%;
	padding: 0px 0px 0px 0px;
	margin-top: 0;
	}



.lycra_fundo_botoes{
	border: 0;
    width: 100%;
	height: 35%;
    text-align: center;
	background-color: transparent;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;	
	}

.botao{
	width: 45px;
    height: 45px;
    margin: 0 auto;
	display: inline-block;
	cursor: pointer;
	border: 0 ;
	

}


#botao-1{
		background-color: red;
		border-radius: 0;
		width: 45px;
		height: 45px;
		padding-top: 15px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 15px;

	
	

		
	}

#botao-2{
		background-color: white;
		border-radius: 0;
		width: 45px;
		height: 45px;
		padding-top: 15px;
		padding-right: 15px;
		padding-left: 15px;;
		padding-bottom: 15px;



	}

#botao-3{
		background-color: yellow;
		border-radius: 0;
		width: 45px;
		height: 45px;
		padding-top: 15px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 15px;

	


	}

#botao-4{
		background-color: blue;
		border-radius: 0;
		width: 45px;
		height: 45px;
		padding-top: 15px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 15px;

	


	}

#botao-5{
		background-color: black;
		border-radius: 0;
		width: 45px;
		height: 45px;
		padding-top: 15px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 15px;

	


	}

#botao-6{
		background-color: green ;
		border-radius: 0;
		width: 45px;
		height: 45px;
		padding-top: 15px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 15px;

	


	}

#botao-7{
		background-color: rgb(250, 73, 170);
		border-radius: 0;
		width: 45px;
		height: 45px;
		padding-top: 15px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 15px;

	


	}

#botao-8{
		background-color: purple ;
		border-radius: 0;
		width: 45px;
		height: 45px;
		padding-top: 15px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 15px;

	}


#botao-9{
		background-color: orange ;
		border-radius: 0;
		width: 45px;
		height: 45px;
		padding-top: 15px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 15px;

	}

#botao-10{
		background-color: rgb(62, 164, 248) ;
		border-radius: 0;
		width: 45px;
		height: 45px;
		padding-top: 15px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 15px;

	}


/* estilo comum para todas as lycras */
[class^="lycra_"][class$="a"] {
    width: 30px;
    height: 100%;
    flex-shrink: 0;
    border-right: 1px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    position: relative;
}

