.contenedor-op{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.article-op{
	align-content: center;
	flex-wrap: wrap;

	padding-left: 15%;
}

.boton-op:hover{
	cursor: pointer;
}

.boton-op{
	left: 25%;
	right: 20%;
	position: relative;
	padding-top: 5%;
	background-color: rgba(2,0,155,0.8);
	color: #fff;
	padding: 20px;
	width: 100%;
	border-radius: 20px;
}

.form-op{
	margin: 0;
	font-family: monospace;
}

.form-op{
	width: 200px;
	margin: auto;
	padding: 0;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 10px;
}

.img-op{
	display: flex;
}
@media (max-width: 768px){
	.contenedor-op{
		width: 90%;
		flex-wrap: wrap;
	}
	.article-op-text{
		padding-top: 10%;
		width: 88%;
		padding-left: 0%;
		padding-right: 0%;
	}
	.icon-plus{
		display: none;
	}
}
@media (min-width: 1025px) and (max-width: 1440px){
	.article-op{
	padding-right: 20%;
	padding-left: 15%;
}
	padding-left: 20%;
}

}
@media screen and (max-width: 640px) {
 
	.table { border: 0; }
 
	table thead { display: none; }
	 
	table tr {
  		border-bottom: 3px solid #ddd;
  		display: block;
  		margin-bottom: .625em;
	}
 
	table td {
  		border-bottom: 1px solid #ddd;
  		display: block;
  		font-size: .8em;
  		text-align: right;
  		max-width: 200px;
	}

	.icon-plus{
		display: none;
	}
 
	
 
	table td:last-child { border-bottom: 0; }
 
}
