.container
{
	    width: 100%;
    margin: 0%;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 0%;
	position: relative;
	cursor: default;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-grid {
margin: 1% 0% 0% 0%;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid2 {
margin: 1% 0% 0% 0%;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}
.ch-grid2:after,
.ch-item2:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}
.ch-grid2:after {
	clear: both;
}

.ch-grid li {
    width: 80%;
    height: 308px;
    display: inline-block;
    margin: 1% 10% 3% 10%;
}
.ch-grid2 li {
    width: 80%;
    height: 308px;
    display: inline-block;
    margin: 1% 10% 3% 10%;
}

.ch-img-1 { 
	background-color: #0e849c;
		background-image: none;
	    background-size: cover;
	    background-repeat: no-repeat;
	    border-radius: 10px;
}

.ch-img-2 { 
	background-color: #0e849c;
		background-image: none;
	    background-size: cover;
	    background-repeat: no-repeat;
	    border-radius: 10px;
}

.ch-img-3 { 
	background-color: #0e849c;
		background-image: none;
	    background-size: cover;
	    background-repeat: no-repeat;
	    border-radius: 10px;
}
.ch-img-4 { 
background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-color: #030c1a;
}
.ch-img-4 > h2 {
	width: 90%;
    margin: 5% 5% 0% 5%;
    text-align: center;
    font-size: 22px;
}
.ch-info {
	position: absolute;
	background:#0e849c;
	width: inherit;
	height: inherit;
	border-radius: 0%;
	opacity: 0;
	display: contents;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}
.ch-info2 {
	position: absolute;
	background:#0e849c;
	width: inherit;
	height: inherit;
	border-radius: 0%;
	opacity: 0;
	display: contents;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    padding: 0 0 0 15px;
    line-height: 2;
    font-size: 18px;
    font-weight: bold;
}
.ch-info > h4{
    opacity: 1;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 19px;
}
.ch-info2 > h4{
    opacity: 1;
    font-weight: inherit;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 5% auto;
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}
.ch-info > span{
	width: 100%;
    text-align: center;
    color: #030c1a;
    font-weight: bold;
}
.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}
.ch-info2 p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.ch-item:hover .ch-info2 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}

/*-------------------------------------*/
.ch-info2 > a{
    width: 50%;
    margin: 0% 25%;
}
.ch-info2 >a> input[type="submit"]{
	background-color: #0f293c;
    border: solid #0f293c;
    width: 100%;
}
@media(min-width: 780px){
.ch-img-1 { 
	background-color: #0e849c;
	background-image: none;
	    background-size: cover;
	    background-repeat: no-repeat;
	    border-radius: 10px;
}

.ch-img-2 { 
	background-color: #0e849c;
		background-image: none;
	    background-size: cover;
	    background-repeat: no-repeat;
	    border-radius: 10px;
}

.ch-img-3 { 
	background-color: #0e849c;
		background-image: none;
	    background-size: cover;
	    background-repeat: no-repeat;
	    border-radius: 10px;
}
.ch-grid2 li {
    width: 40%;
    height: 245px;
    display: inline-block;
    margin: 1% 30% 3% 30%;
}
}
@media(min-width: 1024px){
	.ch-img-1 { 
	background-color: #0e849c;
		background-image: url(../img/seguridad.png);
	    background-size: cover;
	    background-repeat: no-repeat;
	    border-radius: 10px;
}
.ch-info2 > h4{
    margin: 10% 5% 0% 5%;
    width: 90%;
}

.ch-img-2 { 
	background-color: #0e849c;
		background-image: url(../img/infra.png);
	    background-size: cover;
	    background-repeat: no-repeat;
	    border-radius: 10px;
}

.ch-img-3 { 
	background-color: #0e849c;
		background-image: url(../img/desarrollo.png);
	    background-size: cover;
	    background-repeat: no-repeat;
	    border-radius: 10px;
}
	.ch-grid li {
     width: 45%;
    height: 308px;
    display: inline-block;
    margin: 1% 2% 3% 2%;
}
	.ch-grid li {
    width: 32%;
    height: 400px;
    display: inline-block;
    margin: 1% 0% 3% 1%;
 }
 .ch-grid2 li {
    width: 15%;
    height: 265px;
    display: inline-block;
    margin: 1% 0% 3% 01%;
}
.ch-info2 > a{
    width: 50%;
    margin: 0% 25%;
}
.ch-info2 >a> input[type="submit"]{
	background-color: #0f293c;
    border: solid #0f293c;
    width: 100%;
}

.ch-info {
display: block;
}
.ch-info2 {
display: block;
}
.ch-img-4 > h2 {
    width: 90%;
    margin: 35% 5% 0% 5%;
    text-align: center;
    font-size: 18px;
    height: 50%;
    font-weight: bold
}
}
