/* MIS CSS*/

/*imagen iso del logo*/

.iso img {max-height: 25px;
}

.logo img{
	max-width: 100%;
	padding: 30px;
}

/*textos en naranja*/

.txtnaranja {
	background-color: orange;
	border: none;
	color: #fff;
}

.txtnaranja:hover {
	background-color: #fff;
	border: none;
	color: orange;
}

.fndgris {
	background-color: #e6e6e6;
}

.botones {
	display: block;
	margin: auto;
	text-align: center;

}

.botones a{
	color: #eee;
	text-decoration: none;
	font-size: 1.5rem;
}

.orange {
	color: #eee;
	background-color: orange;
	border-color: orange;
}


.imagenes img{
	width: 100%;
	border-radius: 7px;
}

.img-productos img{
	max-width: 80%;
	display: block;
	margin: auto;
	padding-bottom: 10px;

}

.img-cursos img{
	max-width: 100%;
	display: block;
	margin: auto;
}


.bg-gris{
	background-color: #ededed;
}

.txt-gris{
	color: #777;
}

.txt-naranja {
	color: orange;
}




.tit_naranja{
	color: orange;
	
}

.social-icon a{
	color: #888;
}


.titulo_principal {
	background-color: #2c2d71;
	border-radius: 7px;
	width: 99%;
	margin: auto;
	color: #eee;
	text-align: center;
	padding: 20px 0 20px 0;

}

.titulo_principal a{
	color: #36a9e1;
	text-decoration: none;
	padding-top: 15px;
	font-size: 2rem;

	
}

.boton-slide a{
	text-decoration: none;
	color: #eee;
}

.pb_16 {
	padding-bottom: 16px;
}

/*========== COLORES ============*/

.lila {
	color: #99519b;
}

.rojo {
	color: red;
}

.verde {
	color: green;
}

.celeste {
	color: #65aade;
}

.gris {
	color: #333;
}

.blanco {
	color: #eee;
	border: 1px solid #000;
	border-radius: 50%;
}

.amarillo {
	color: yellow;
}

.gris {
	color: gray;
}

.letrachica{
	font-size: 13px;
}

/*========= WHATSAPP ===========*/


.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;
}


/*=========  FIN WHATSAPP ===========*/

