@media screen and (max-width: 576px) { 
	.header_izquierda{
		display: none;
	}
	.contenedor_pagina_derecha{
		width: 100%;
		left: 0px;
	}
	.contenedor_banner img{
		width: 180px;
		height: 180px;
	}
	.contenedor_linea_arriba img{
		max-width: 100%;
	}
	.contenedor_listado_menu_empresa{
		margin-top: 30px;
	}
	/* Quienes somos */
	.contenido_texto_quienes_somos h3{
		font-size: 34px;
		font-weight: bolder;
		line-height: 1.1;
		letter-spacing: -2px;
	}
	.contenido_texto_quienes_somos p{
		font-size: 13px;
	}
	.contenido_texto_quienes_somos h4{
		font-size: 15px;
	}
	#quienes_somos_section{
		height: auto;
		padding: 100px 0px 100px 0px;
	}
	/* Apply */
	.seccion_apply{
		background: #2d2e47;
	}
	.seccion_apply{
		height: 100vh;
	}
	.container_seccion_apply{
		display: block;
	}

	.seccion_apply h3{
		font-size: 34px;
		font-weight: bolder;
		line-height: 1.1;
		letter-spacing: -2px;
	}
	.enlace_apply{
		display: none;
	}
	.contenedor_comprar_apply{
		background: transparent;
		height: auto;
	}
	.adquiere_apply{
		display: none;
	}
	.contenedor_comprar_apply img{
		display: none;
	}
	.beneficios_apply{
		display: none;
	}
	#comprar_apply{
		background: white;
		color: #2d2e47; 
		font-size: 13px;
		line-height: 1.3;
	}
	.seccion_servicios{
		height: auto;
		padding: 100px 0px 100px 0px;
	}
	.texto_debajo_titulo{
		width: 60%;
		font-size: 13px;
	}
	.contenedor_padre_empresas{
		width: 250px;
	}
	/* Cotizacion */
	.seccion_cotizacion h2{
		font-size: 20px;
	}
	.boton_cotizacion{
		background: #2d2e47;
		font-size: 14px;
		padding: 10px 20px 10px 20px;
	}
	.flechas_cotizacion{
		width: 35px;
	}
	.flechas_cotizacion img{
		width: 30px;
		height: 30px;
	}
	.label_formulario_cotizacion{
		font-size: 16px;
	}
	.formulario_cotizacion{
		width: calc( 100% - 90px );
	}
	.input_cotizacion{
		font-size: 13px;
	}
	.cont_p{
		font-size: 12px;
	}
	#informacion_input{
		font-size: 13px;
	}
	.texto_cotizacion_recibida{
		font-size: 22px;
	}
	.texto_pronto_nos_comunicaremos{
		font-size: 12px;
	}
	/* porque elegirme */
	.porque_elegirme{
		height: 100vh;
		padding: 25px 0px 25px 0px;
	}
	.porque_elegirme h2{
		font-size: 34px;
		letter-spacing: -1px;
	}
	.porque_elegirme p{
		font-size: 13px;
	}
	.porque_elegirme h3{
		font-size: 15px;
	}
	.titulo_bloque{
		font-size: 34px;
		letter-spacing: -4px;
	}
	.empresas_section{
		height: auto;
		padding: 130px 0px 130px 0px;
	}
	.contenedor_botones_galeria_empresa {
		width: 230px;
	}
	.contenedor_botones_galeria_empresa button{
		width: 110px;
		height: 52px;
		padding: 5px;
		line-height: 1.19;
		font-size: 11px;
	}
	.logo_empresa_individual img{
		width: 90px;		
	}
	.logo_empresa_individual{
		margin: 15px;
	}

	/* contacto */
	.contenedor_gen_contacto{
		display: flex;
		flex-direction: column-reverse;
	}
	.section_contacto{
		height: auto;
		padding: 40px 0px 40px 0px;
	}
	.contenedor_gen_contacto{
		margin-top: 50px;
	}
	#formulario_contacto input{
		padding: 7px;
		font-size: 13px
	}
	.tabla_informacion_contacto tr td img {
		width: 20px;
		height: 20px;
    }
    .tabla_informacion_contacto tr td{
    	font-size: 13px;
    }
    #formulario_contacto textarea{
		padding:7px;
		font-size: 13px;
	}
	#formulario_contacto input[type="button"]{
		font-size: 13px;
	}
	.mensaje_error_formulario span{
		font-size: 13px;
	}
	.texto_mensaje_error_formulario{
		color: white; 
		text-align: left; 
		font-size: 14px; 
		margin-top: 7px; 
		display: none;
	}
	.contenedor_quien_realizo_pagina{
		display: none;
	}
}
@media screen and (min-width: 576px) {
	.header_izquierda{
		display: none;
	}
	.contenedor_pagina_derecha{
		width: 100%;
		left: 0px;
	}
	.contenedor_banner img{
		width: 280px;
		height: 280px;
	}
	.contenedor_linea_arriba img{
		max-width: 100%;
	}
	/* quienes somos */
	.seccion_quienes_somos{
		padding: 110px 0px 110px 0px;
	}
	.contenido_texto_quienes_somos h3{
		letter-spacing: -1px;
		font-size: 36px;
	}
	.contenido_texto_quienes_somos h4{
		font-size: 18px;
	}

	/* Apply */
	.seccion_apply{
		background: #2d2e47;
		height: auto;
		padding: 150px 0px 150px 0px;
	}
	.enlace_apply img{
		display: none;
	}
	.container_seccion_apply{
		display: block;
	}
	.contenedor_comprar_apply{
		height: auto;
		background: transparent;
	}
	.contenedor_comprar_apply img{
		display: none;
	}
	.adquiere_apply{
		display: none;
	}
	.beneficios_apply{
		display: none;
	}
	#comprar_apply{
		color: #2d2e47;
		background: white;
		line-height: 1.1;
		font-size: 14px;

	}
	/* Servicios */
	.seccion_servicios{
		height: auto;
		padding: 150px 0px 150px 0px;
	} 

	/* clientes */
	.contenedor_padre_empresas{
		width: 500px;
	}
	.logo_empresa_individual img{
		width: 80px;
	}
	.logo_empresa_individual {
		margin: 20px;
	}
	/* Cotizaciones*/
	.seccion_cotizacion h2{
		font-size: 24px;
	}
	.boton_cotizacion{
		font-size: 14px;
	}
	.flechas_cotizacion{
		width: 45px;
	}
	.flechas_cotizacion img{
		width: 35px;
	}
	.formulario_cotizacion{
		width: calc( 100% - 80px );
	}
	.input_cotizacion{
		font-size: 14px;
	}
	/* Empresas */
	.empresas_section{
		height: auto;
		padding: 110px 0px 110px 0px;
	}
	/* Contacto */
	.section_contacto{
		height: auto;
		padding: 80px 0px 80px 0px;
	}
	.contenedor_gen_contacto{
		display: flex;
		flex-direction: column-reverse;
	}
}

@media screen and (min-width: 768px) {
	.header_izquierda{
		display: block;
	}
	#menu_desplegable{
		display: none;
	}

	.contenedor_linea_arriba img{
		max-width: 80%;
	}
	.contenedor_pagina_derecha{
		width: calc( 100% - 225px );
		left: 225px;
	}
	.seccion_quienes_somos{
		height: auto;
		padding: 40px 0px  40px 0px;
	}
	/* Apply */
	.seccion_apply{
		padding: 90px 0px 90px 0px;
	}
	.contenedor_comprar_apply img{
		display: block;
	}
	.adquiere_apply{
		display: block;
	}
	.beneficios_apply{
		display: block;
	}
	.contenedor_comprar_apply{
		background: white;
		margin-top: 50px;
	}
	.label_formulario_cotizacion{
		font-size: 20px;
	}
	.texto_mensaje_error_formulario{
		font-size: 13px;
	}
	.grafica_por_elegirme_{
		display: none;
	}
}
@media screen and (min-width: 992px) {
	.contenedor_linea_arriba img{
		max-width: 70%;
	}
	/* quienes somos */
	.contenedor_imagen_quienes_somos img{
		width: 95%;
	}
	/* Apply */
	.seccion_apply{
		background: white;
		background-image: url(../img/fondo_apply.svg);
		background-position: center;
		padding: 20px 0px 20px 0px;
	}
	.container_seccion_apply{
		display: flex;
	}
	.enlace_apply img{
		display: block;
	}
	#comprar_apply{
		background: #2d2e47;
		color: white;
		line-height: 1.5;
	}
	.contenedor_comprar_apply{
		padding: 30px 0px 30px 0px;
	}
	.contenedor_comprar_apply img{
		width: 60px;
		height: 60px;
	}
	.adquiere_apply{
		font-size: 22px;
	}
	#comprar_apply{
		line-height: 1.2;
	}

	.beneficios_apply{
		margin:auto;
		margin-top: 30px;
		width: 80%;
		font-size: 13px;
	}
	.contenedor_gen_contacto{
		flex-direction: row;
	}
	.section_contacto{
		padding: 70px 0px 70px 0px;
	}
	#formulario_contacto input{
		font-size: 13px;
		padding: 7px 7px 7px 10px;
	}
	/* empresas*/ 
	.empresas_section{
		height: auto;
		padding: 110px 0px 110px 0px;
	}
	/* servicios */
	.seccion_servicios{
		height: 100vh;
	}
	#contenedor_padre_menu_galeria_servicios{
		width: 80%;
		margin: auto;
	}
	.contenedor_comprar_apply{
		width: 320px;
	}
	.descripcion_apply{
		width: 85%;
		margin-left: 0px;
	}
	/* por que elegirnos */
	.porque_elegirnos_section{
		height: 100vh;
	}
	.grafica_por_elegirme_ img{
		width: 95%;
	}
	/*Clientes*/
	.empresas_section{
		height: 100vh;
	}
	.section_contacto{
		height: 100vh;
	}
}

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

	.texto_debajo_titulo{
		font-size: 15px;
	}
	.label_formulario_cotizacion{
		font-size: 25px;
	}
	.contenedor_banner img{
		width: 290px;
		height: 290px;
	}
	.contenedor_linea_arriba img{
		max-width: 800px;
	}
	/* Quienes somos */
	.contenido_texto_quienes_somos h3 {
	    letter-spacing: -1px;
	    font-size: 42px;
	}
	.seccion_quienes_somos{
		height: 680px;
		padding: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.contenido_texto_quienes_somos h4{
		font-size: 18px;
	}
	.contenido_texto_quienes_somos p{
		font-size: 15px;
	}
	/* Apply */
	.seccion_apply{
		height: 550px;
		background-position: center;
		background-size: cover;
		background-image: url(../img/fondo_apply.svg);
	}
	.seccion_apply h3{
		font-size: 42px;
		letter-spacing: -1px;
	}
	.descripcion_apply{
		font-size: 15px;
	}
	.contenedor_comprar_apply{
		width: 350px;
	}
	.contenedor_comprar_apply img{
		width: 80px;
		height: 80px;
	}
	.adquiere_apply{
		font-size: 25px;
	}
	#comprar_apply{
		font-size: 15px;
	}
	.beneficios_apply{
		font-size: 14px;
	}
	.descripcion_apply{
		font-size: 15px;
	}
	.enlace_apply img{
		font-size: 100px;
	}
	/* Servicios */
	.seccion_servicios{
		height: 660px;	
	}
	/* Empresas*/
	.empresas_section{
		height: auto;
	}
	.contenedor_padre_empresas{
		width: 1000px;
	}
	.logo_empresa_individual{
		margin: 0px 35px 20px 35px;
	}
	.logo_empresa_individual img{
		width: 120px;
	}
	/* cotizacion */
	.seccion_cotizacion h2{
		font-size: 34px;
	}
	.input_cotizacion{
		font-size: 15px;
	}
	/* porque elegirme */
	.porque_elegirme h2{
		font-size: 42px;
		letter-spacing: -1px;
	}
	.porque_elegirme h3{
		font-size: 18px;
	}
	.porque_elegirme p{
		font-size: 15px;
	}
	/* contacto */
	.section_contacto{
		height: 660px;
	}


}
@media screen and (min-width: 1400px) {
	.contenedor_banner img{
		width: 390px;
		height: 390px;
	}
}