/************************************************************************************
smaller than 1366
*************************************************************************************/
@media screen and (max-width: 1366px) {

	#contGeneral {
		background-color:#fff;
		width: 100%;
		height:100%;
	}

    #MenuMobile{
		display:none !important;
	}
	
	#bgMenuServ{
		/*display:block !important;	*/
	
	}
	
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 0px  !important;

}	

#cerrar5{
		width: 40px !important;
		height: 40px !important;
		margin-top: 0px !important;
		position: absolute !important;
		right: 0px !important;
		z-index:100 !important;
	}
	
	.contInfo{
	position: absolute !important;
	}

#contForm{
    width: 100% !important;

}

}
/************************************************************************************
smaller than 1024
*************************************************************************************/
@media screen and (max-width: 1024px ) {


#MenuMobile{
		display:none !important;
	}

#secciones3{
   
    margin-left: 280px;
	
}

	.contInfo{
		width:230px !important;
	}
	.swiper-pagination-bullet{
	    font-size: 22px  !important;
	
	}
	#contServInfo{
	font-size: 22px  !important;
	}
}

/************************************************************************************
smaller than 960
*************************************************************************************/
@media screen and (max-width: 993px) {
#contGeneral {
		background-color:#FFF;
		width: 100%;
		height:100%;
	}
#MenuMobile{
		display:none !important;
	}
	
	
}


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

	#menu{
		
	}
	#ContMenu{
		
	}
    #MenuMobile{
		display:block !important;
	}
	.menu-bar{
		display:none !important;
	}

}

@media screen and (max-width: 600px) {
	
	
	#info{
	    width: 100% !important;
	
	}
	#contInfo{
	width: 100% !important;
	}
	
	#textoPory{
		top: 110px !important;
		padding-left: 25px !important;
		font-size:20px !important;
		color:#666 !important;
		width:92% !important;
	}
	.form-input, .error{
		border:none !important;
	  width: 100% !important;
	}
	#contImputText{
	 width: 100% !important;
	

}	
	
	
/************************************************************************************
smaller than 414 iphone 6 +
*************************************************************************************/



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




}



/************************************************************************************
smaller than 375
*************************************************************************************/


/* Portrait */
@media only screen 
  and (min-device-width: 375px)  
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

	
}

/************************************************************************************
smaller than 320
*************************************************************************************/

@media screen and (max-width: 320px) {
	
}





/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 640px) {


}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {


}

/************************************************************************************
smaller than 360
*************************************************************************************/
@media screen and (max-width: 360px) {

}


/************************************************************************************
smaller than 360
*************************************************************************************/
@media screen and (max-width: 414px) {

}


/************************************************************************************
ipad mini
*************************************************************************************/


/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}
