.encabezado h2{
	text-align: center;
}

.encabezado-info h2{
	text-align: center;
}

.wifi{
	justify-content: center;
}

.parrafo p{
	text-align: justify;
	font-size: 15px;
	padding: 0px 30px 0px 30px;
}

.titulo{
	padding: 40px 0px 20px 0px; 
}

.titulo-info{
	padding: 40px 0px 30px 0px;
}
.slide-content{
    margin: 50px 25px;
    overflow: hidden;
}

.swiper-navBtn{
    color: #4070f4;
}

.swiper-navBtn:hover{
    color: #02527d;
}

.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 35px;
}

.swiper-button-next{
    padding-left: 50px
}

.swiper-button-prev{
    padding-right: 50px;
}

.swiper-pagination-bullet{
    background-color: #6e93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active{
    background-color: #4070f4;
}

@media screen and (max-width: 768px){
	.slide-content{
		margin: 40 20px;
	}
	.swiper-navBtn{
				
	}
}

.contenedor{
	background: #ffffff;
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: space-around;
}

.caja1 h2{
	padding: 10px;
	justify-content: center;
	text-align: center;
}

.caja2 p{
	padding: 10px;
	text-align: center;
}
.box1{
	width: 33%;
	padding-top: 20px;
}
.box2{
	width: 66%;
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: space-around;
}

.box{
	width: 220px;
	margin: 5px;
	}

@media screen and (max-width:1250px){
	.box{
		width: 215px;
	}
}

@media screen and (max-width:1220px){
	.box{
		width: 210px;
	}
}

@media screen and (max-width:1200px){
	.box{
		width: 205px;
	}
}

@media screen and (max-width:1190px){
	.box{
		width: 200px;
	}
}

@media screen and (max-width:1160px){
	.box{
		width: 195px;
	}
}

@media screen and (max-width:1130px){
	.box{
		width: 188px;
	}
}

@media screen and (max-width:1100px){
	.box{
		width: 182px;
	}
}

@media screen and (max-width:1070px){
	.box{
		width: 178px;
	}
}

@media screen and (max-width:1050px){
	.box{
		width: 174px;
	}
}

@media screen and (max-width:1035px){
	.box{
		width: 173px;
	}
}

@media screen and (max-width:1030px){
	.box{
		width: 170px;
	}
}

@media screen and (max-width:1025px){
	.box{
		width: 167px;
	}
}

@media screen and (max-width:1020px){
	.box{
		width: 167px;
	}
}

@media screen and (max-width:1015px){
	.box{
		width: 165px;
	}
}

@media screen and (max-width:1000px){
	.box1{
		width: 795px;
	}
	
	.box2{
		width: 795px;
	}
	
	.box{
		width: 190px;
	}
}

@media screen and (max-width:480px){
	.box{
		width: 300px;
	}
}