@charset "UTF-8";
/* CSS Document */
.green_bold {color:#009535; font-weight: 700; padding-left: 3px;}
.cont_lista_extras {
	width: 80%; height: auto; 
	position: relative; margin: 0px auto;
}
.items_extras {
	width: 100%; height: auto; position: relative; margin:10px 0 ;
	background-color:#f0f0f0; border-radius: 10px; padding:10px 0 8px 0;  
	border-radius: 25px 25px 25px 25px; display: inline-flex; overflow: hidden;
	letter-spacing: 1px;
}
.ico_item_extras {
	width:8%; height: 30px; justify-content: center; position: relative; 
}
.ico_item_extras img {
	width:26px; height: 26px; justify-content: center; padding-top: 2px;
	position: absolute; right: 0;
}
.txt_item_extras {
	width: 88%; height: 30px;  margin-top: 0;
	font-family: "Oswald", sans-serif; text-transform: uppercase;
	font-weight:400; font-size:1rem; justify-content: center; text-align: center; 
}
.cont_lista_extras a {text-decoration: none; color:#000000;}
/* fin frase  */

@media screen and (max-width: 960px){
}

@media screen and (max-width: 780px){
.cont_lista_extras {
	width: 86%; height: auto; }	

}

@media screen and (max-width: 640px){   
	
}

@media screen and (max-width: 480px){
	.items_extras {
		width: 100%; height: auto; position: relative; 
		background-color:#f0f0f0; border-radius: 10px; padding:6px 0 8px 0;}
		
	.ico_item_extras {
		width:12%;}

	.txt_item_extras {
		width: 80%; height:30px;  margin-top: 0;
			font-family: "Oswald", sans-serif; text-transform: uppercase; line-height: 30px;
			font-weight:400; font-size:0.9rem; justify-content: center; text-align: center; 
		}	
	
}

@media screen and (max-width: 420px){
	
}

@media screen and (max-width: 360px){
	
	
}

@media screen and (max-width: 320px){
	
}

