@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{
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;}
  
.contenedor__section{
	background:#4A4A4A;
	width: 100%;
	height: 590px;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;}
	
/* ARTICULO 2 ----------------------------------- */
.articulo__dos{
	position:relative;
	height: 300px;}
	
.textoTituloFooter{
	color: #fff;
	font-size: 15px;}
	
.textoFooter{
	color:#fff;}

	
@media screen and (min-width:768px) and (max-width:991px){
	.textoTituloFooter{
		color: #fff;
		font-size: 20px;}
	
	.textoFooter{
		font-size: 16px;}
	}
	
@media screen and (min-width:992px) and (max-width:1199px){
	.textoTituloFooter{
		color: #fff;
		font-size: 21px;}
	.textoFooter{
		font-size: 16px;
	}
	}
	
@media screen and (min-width:1200px) and (max-width:1400px){
	.textoTituloFooter{
		color: #fff;
		font-size: 21px;}
	.textoFooter{
		font-size: 16px;
	}
	}
@media screen and (min-width:1400px) and (max-width:6000px){
	.textoTituloFooter{
		color: #fff;
		font-size: 21px;}
	.textoFooter{
		font-size: 16px;
	}
	}
	