body {
  background: #f4f4f4;
}

.banner {
  background: #242d4d;
  background: -webkit-linear-gradient(to right, #242d4d, #273e63, #256ca8);
  background: linear-gradient(to right, #242d4d, #273e63, #256ca8);
}

#opciones_inicio {
	padding: 0;
	margin: 0;
	background-color: rgb(0, 0, 0);
}
#opciones_inicio h4 {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: .5em;
	font-size: 2em;
	text-align: center;
	font-family: 'Encode Sans Semi Condensed', sans-serif;

	color: rgb(192, 15, 151);;
	/*text-shadow: 1px 1px 2px #000;*/
}

#opciones_inicio .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#opciones_inicio .contenedor article {
	width: 100%;
	height: auto;
	margin: 25px;
}

#opciones_inicio article img {
	margin: 0;
	width: 98%;
	max-width: 373px;
}

/* #opciones_inicio article img:hover {
	border-radius: 10px;
	transition: .2s all ease;
	transform: scale(1.1);
	filter: grayscale(.5);
} */

#opciones_inicio .contenedor article p {
	font-size: .9em;
	margin: .7em;
	padding: .7em;
	text-align: justify;
	font-family: 'Encode Sans Semi Condensed', sans-serif;

	background: rgba(255, 255, 255, .7);
	border-radius: 10px;
}

/* Media Querys MEDIANO */
@media screen and (min-width: 768px) {

	#opciones_inicio .contenedor article {
		width: 373px;
		height: auto;
		margin: 30px 30px;
	}

	#opciones_inicio article img {
		margin: 12px 12px;
		width: 93%;
		max-width: 366px;
	}

}

/* Media Querys COMPLETO */
@media (min-width: 1120px) {

	#opciones_inicio .contenedor article {
		width: 373px;
		height: auto;
		margin: 30px 0px;

		/*outline: 1px solid #B6B6B6;*/
	}

	#opciones_inicio article img {
		margin: 12px 10px;
		width: 100%;
		max-width: 355px;
	}

	#opciones_inicio .contenedor article p {
		font-size: .9em;
		margin: .7em;
		padding: .7em;
		text-align: justify;

}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}