.banner{
	margin: 20px 0px;
}
.video{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.categorias{
    position: relative;
    display: block;
    padding: 50px 0 50px 0;
	margin: auto;
}
	.categorias ul, .servicios_img ul{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		display: -webkit-flex;
		-webkit-flex-wrap: wrap;
		-webkit-justify-content: space-between;
		display: -moz-flex;
		-moz-flex-wrap: wrap;
		-moz-justify-content: space-between;
		display: -ms-flex;
		-ms-flex-wrap: wrap;
		-ms-justify-content: space-between;
		margin: auto;
		padding: 0px;
	}

.categ{
	display: none;
	width: 20%;
}
	.categ a{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		display: block;
	}
	.categ a img{
		width: 100%;
		height: auto;
	}
.informacion{
	width: 100%;
}
	.informacion h1{
		margin-bottom: 80px;
	}
	.informacion h2{
		font-weight: 100;
		margin-bottom: 20px;
		color: rgb(23,148,55);
		cursor: pointer;
		background: #f2f2f2;
		border: solid 1px #999;
		padding: 10px;
		font-size: 16px;
	}
	.informacion p{
		color: #333;
		text-align: justify;
	}
		.informacion span{
			color: rgb(40,50,125);
		}
	.informacion .gif{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	
.galeria{
	margin-bottom: 20px;
}
	.galeria img{
		width: 100%;
		height: auto;
		margin: 10px 0px;
	}
#info1, #info2, #info3, #info4, #info5, #info6, #info7, #info8, #info9, #info10, #info11{
	display: none;
}

.servicios_img{
    position: relative;
    display: block;
    padding: 50px 0 50px 0;
	margin: auto;
}
	.servicios_img li{
		width: 90%;
		margin: auto;
	}
		.servicios_img li a{
			transition: all ease 0.5s;
			-moz-transition: all ease 0.5s;
			-ms-transition: all ease 0.5s;
			-o-transition: all ease 0.5s;
			-webkit-transition: all ease 0.5s;	
			display: block;
			margin-bottom: 40px;
		}
			.servicios_img li a img{
				width: 100%;
				height: auto;
			}

@media (min-width: 400px){
	.galeria img{
		width: 48%;
		height: auto;
		float: left;
		margin: 10px 1%;
	}
}
@media (min-width: 600px){
	.categ2 a{
		width: 31%;
	}
	.galeria img{
		width: 23%;
	}
	.servicios_img ul li{
		width: 48%;
	}
	.servicios_img li a{
		padding-bottom: 30px;
	}
		.servicios_img li a:hover{
			padding-bottom: 0px;
			padding-top: 30px;
		}
}
@media (min-width: 768px){
	.servicios_img ul li{
		width: 23%;
	}
}
@media (min-width: 992px){
	.categ{
		width: 20%;
		display: block;
	}
	.informacion{
		width: 75%;
	}
	.dos{
		display: none;
	}
}