@media only screen and (min-width: 1200px)  {
.normal-text {
	margin-top: 80px;
}

.dist {
		margin-top: 70px;
	}
}

@media only screen and (max-width: 1337px)  {

.slider {
	background-image: url(../img/sl01-2.jpg);
	background-position: 50% 0%;
} 

.slider1 {
	background-image: url(../img/sl02-2.jpg);
	background-position: 50% 0%;
} 

.slider2 {
	background-image: url(../img/sl03-2.jpg);
	background-position: 50% 0%;
} 
}

@media only screen and (max-width: 1280px)  {

.slider {
	background-image: url(../img/sl01-1.jpg);
	background-position: 50% 0%;
} 

.slider1 {
	background-image: url(../img/sl02-1.jpg);
	background-position: 50% 0%;
} 

.slider2 {
	background-image: url(../img/sl03-1.jpg);
	background-position: 50% 0%;
} 
}

@media only screen and (max-width: 1200px)  {
.normal-text {
	margin-top: 0px;
}

.mat {
	margin-top: 20px;
}

.dist {
		margin-top: 10px;
	}

}




@media only screen and (max-width: 1100px)  {

	.hide-1{
		display: none;
	}



}



@media only screen and (max-width: 992px)  {
 .mat {
 	margin-top: 80px;
 }

	.hide-1{
		display: none;
	}

	.dist {
		margin-top: 10px;
	}

	.show-1 {
		display: none;
	}

}








@media only screen and (min-width: 601px)  {

}



/*@media only screen and (min-width: 576px)  {
	.table-responsive {
	display: none;
	}
}	*/





@media only screen and (max-width: 600px)  {
.btn-azul {
	width: 50%;
}

.text-hover{
	font-size: 25px;
}

.top-menu {
}

.mat {
	margin-top: 120px;
}

 .hide-1 {
 	display: none;
 }

}