/* ------------------------------   EXTRAPEQEÑO ---------------------- */
@media all and (max-width: 544px) {
	.mt-resp50 { margin-top: -50px; }
	.mb_40_resp { margin-bottom: 40px; }
	.mb_serv_resp {
		margin-bottom: 30px;
	}
.cuarta_fila_resp { 
	  margin-right: 0px;
	  margin-left: 0px;
	 }
	.ctn_form_contactresp { 
	margin-left: 5px;
	margin-right: 5px; }
	.fs_resp21 { font-size: 21px; }
	.mb_resp40 { margin-bottom: 40px; }
	.mt_resp30 { margin-top: 30px; }
	.mb_resp26 { margin-bottom: 26px; }
	.ml_resp25 { margin-left: 25px; }
	.text_center_resp{
		justify-content: center
	}
	.header_resp nav{
		width: 80%;
		height: 100%;
		margin:0;
		margin-top: -2px;
		position: fixed;
		display: none;
	}
	.header_resp nav ul li {
		display: block;
		float: none;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
	}
	
	.menu_bar .bt_menu{
		display: block; 
		padding: 20px;
		background: #024959;
		color: #ffffff;
		text-decoration: none;
		font-size: 25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing: border-box;
	}
	.menu_bar span{
		float: right;
	}
	.dis_none {
		display: none;
	}
	.apar_resp_db{
    	display: block;
    }
    .menu_bar {
		display: block;
		width: 100%;
		background: #181b29;
		margin-top: 0px;
		z-index: 10;
	}
	
	.mb_resp35 { margin-bottom: 35px; }
	.tac_resp { text-align: center; }
	.pj { text-align: justify; }
	.mb_resp0 { margin-bottom: 0px; }
	.mt_resp0 { margin-top: 0px; }

}

@media all and (min-width: 544px){
    .disapar_resp{display: none;}

}
/* ------------------------------   PEQEÑO ---------------------- */
@media all and (max-width: 768px) {
	.mt-resp50 { margin-top: -50px; }
	.mb_40_resp { margin-bottom: 40px; }
	.mb_serv_resp {
		margin-bottom: 30px;
	}
.cuarta_fila_resp { 
	  margin-right: 0px;
	  margin-left: 0px;
	 }
	.ctn_form_contactresp { 
	margin-left: 5px;
	margin-right: 5px; }
	.fs_resp21 { font-size: 21px; }
	.mb_resp40 { margin-bottom: 40px; }
	.mt_resp30 { margin-top: 30px; }
	.mb_resp26 { margin-bottom: 26px; }
	.ml_resp25 { margin-left: 25px; }
	.text_center_resp{
		justify-content: center
	}
	.header_resp nav{
		width: 80%;
		height: 100%;
		margin:0;
		margin-top: -2px;
		position: fixed;
		display: none;
	}
	.header_resp nav ul li {
		display: block;
		float: none;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
	}
	.ctn_header_responsive nav{
		width: 80%;
		height: 100%;
		margin:0;
		position: fixed;
	}
	.ctn_header_responsive nav ul li {
		display: block;
		float: none;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
	}
	
	.menu_bar .bt_menu{
		display: block; 
		padding: 20px;
		background: #024959;
		color: #ffffff;
		text-decoration: none;
		font-size: 25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing: border-box;
	}
	.menu_bar span{
		float: right;
	}
    .formulario{
    	max-width: 85%;
    }
    .camion{
    	margin-bottom: 0;
    }
    .servicio_contactanos {
		text-indent: 30px;
		text-align: center;	
	}
	.dis_none {
		display: none;
	}
	.apar_resp_db{
    	display: block;
    }
    .menu_bar {
		display: block;
		width: 100%;
		background: #181b29;
		margin-top: 0px;
		z-index: 10;
	}
	
	.mb_resp35 { margin-bottom: 35px; }
	.tac_resp { text-align: center; }
	.pj { text-align: justify; }
	.mb_resp0 { margin-bottom: 0px; }
	.mt_resp0 { margin-top: 0px; }

}

@media all and (min-width: 768px){
	.disapar_resp{display: none;}
}
/* ------------------------------   MEDIANO ---------------------- */
@media all and (max-width: 868px) {

	.container .linea_divisoria {
		display: none !important;
	}



}
/* ------------------------------   GRANDE ---------------------- */
@media all and (max-width: 992px) {

	.inicio_cavm .texto_segunda_fila {		
		padding-right: 40px;
		padding-left: 40px;		
	}
	.segunda_fila_footer .seccion1,
	.segunda_fila_footer .seccion2,
	.segunda_fila_footer .seccion3 {
	   display: none;
	}
	.servicio_contactanos {	
		text-indent: 30px;	
	}
	.titulos_servicios{
	text-align: left;
    }


}
/* ------------------------------   EXTRAGRANDE ---------------------- */
@media all and (max-width: 1200px) {


}