@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Raleway');

/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*--------------------- DISEÑO WWW.KYNACOM.COM ------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/

/*color corporativo #0495E3
  color texto color: #E1E1E1
@media screen and (min-width:0px) and (max-width:450px){}
@media screen and (min-width:451px) and (max-width:767px){}
@media screen and (min-width:768px) and (max-width:991px){}
@media screen and (min-width:992px) and (max-width:1199px){}
@media screen and (min-width:1400px){}*/

body, img{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	margin: 0;
	padding: 0;
	}
	
.img__principal{
	width: 100%;}

.icon-sat{
	animation: icon-sat 2s infinite alternate;}

@-webkit-keyframes icon-sat {
   0%{ font-size:18px;}
   100%{ font-size:30px;}
   }
