/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/

.mostrar_precio label{
display:block;
color:#FFF;
font-size:28px;	
}

.mostrar_precio b{
display:block;
color:#FFF;
font-size:60px;
}

.mostrar_precio span{
display:block;
color:#7A878E;
font-size:15px;	
}

/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/


.mostrar_calculadora{
display:block;
width:100%;
max-width:1200px;
min-width:280px;
}

	.mostrar_calculadora label{
	display:block;
	color:#FFF;
	font-size:30px;	
	}

	.mostrar_calculadora input{
	box-sizing: border-box;
	width:100%;
	min-width:280px;
	border:1px solid rgba(153, 235, 200, .28);
	background: rgba(12,17,20,.55);
	padding:14px 5px; 
	border-radius:14px; 
	color:#FFF;
	outline:none;
	transition: border-color .2s ease, box-shadow .2s ease;
	text-align:right;
	font-size:24px;
	}
	.mostrar_calculadora input:focus{
	border-color: #00e676;
	box-shadow: 0 0 0 6px rgba(0,255,132,.10);
	}


/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/	
	
.mostrar_botones{
width:100%;
display:flex;
flex-direction: row;   
flex-wrap: wrap;
justify-content:center;      
}

.mostrar_botones a{
margin:0px 10px;
}

/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/