@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{
	padding: 0;
	margin: 0;}
.contenedor__secc_cuatro__columnas1{
	position:relative;
	background-image:url(../img/imgIndex/fotoFondoCuatroColumn);
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	margin: 2px 2px 0 2px;
	color: #000;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 3px #A7A7A7 solid;}
	
.articulo__uno__secc_cuatro__columnas1{
	width: 24.9%;
	padding: 12px;
	margin-bottom: 1px;
	border-right: solid 1px rgba(140,138,138,0.87);}
		
	
.contenedor__secc_cuatro__columnas2{
	position:relative;
	background-image:url(../img/imgIndex/fotoFondoCuatroColumn);
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	margin: 2px 2px 0 2px;
	color: #000;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;}
	
.articulo__uno__secc_cuatro__columnas{
	width: 24.9%;
	padding: 12px;
	margin-bottom: 1px;
	border-right: solid 1px rgba(140,138,138,0.87);}

.articulo__dos__secc_cuatro__columnas{
	width: 24.9%;
	padding: 12px;
	margin-bottom: 1px;
	border-right: solid 1px rgba(140,138,138,0.87);}

.articulo__tres__secc_cuatro__columnas{
	width: 24.9%;
	padding: 12px;
	margin-bottom: 1px;
	border-right: solid 1px rgba(140,138,138,0.87);}

.articulo__cuatro__secc_cuatro__columnas{
	width: 24.9%;
	padding: 12px;
	margin-bottom: 1px;}
	
.img__icono__secc_cuatro__columnas{
	width:100px;
	padding: 10px;
	background:#0495E4;
	border-radius: 5px;}

.btn__clic__aqui{
	background: #0495E3;
	text-decoration:none;
	color:#fff;
	margin-top: 10px;
	padding: 2px 30px 2px 30px;
	text-align: center;
	border-radius: 5px;
	width: 100%;}
	
.btn__clic__aqui:hover{
	text-decoration: none;}

@media screen and (min-width:0px) and (max-width:450px){
.articulo__uno__secc_cuatro__columnas, .articulo__dos__secc_cuatro__columnas, .articulo__tres__secc_cuatro__columnas, .articulo__cuatro__secc_cuatro__columnas{
	width: 49.8%; }
.articulo__uno__secc_cuatro__columnas, .articulo__dos__secc_cuatro__columnas{
	border-bottom: solid 1px rgba(140,138,138,0.87);}	
.articulo__dos__secc_cuatro__columnas{
	border-right: none;}
	}

@media screen and (min-width:451px) and (max-width:767px){
.articulo__uno__secc_cuatro__columnas, .articulo__dos__secc_cuatro__columnas, .articulo__tres__secc_cuatro__columnas, .articulo__cuatro__secc_cuatro__columnas{
	width: 49.8%;
	border-right: none;
	border-bottom: solid 1px rgba(140,138,138,0.87);}
	
.articulo__uno__secc_cuatro__columnas, .articulo__tres__secc_cuatro__columnas{
	border-right: solid 1px rgba(140,138,138,0.87);}	
	}