@charset "utf-8";
/* CSS Document */


@media screen and (max-width: 760px) {
	.sec_box {
		position: relative;
		width: 100%;
		margin: auto;
	}
	
	.img_saul {
		width: 43%;
		margin: -24% auto auto auto;
	}
	
	.txt_nombre {
		position: relative;
		font-size: 6vw;
	}
	
	.txt_empresa {
		position: relative;
		font-size: 4vw;
	}
	
	.btn_contacto {
		font-size: 5vw;
		width: 80%;
	}
	.item1_ds2 {
		position: relative;
		width: 30%;
	}
	
	.item2_ds2 {
		position: relative;
		width: 65%;
	}
	
	.txt_titulo_descripcion {
		position: relative;
		font-size: 5vw;
	}

	.txt_descripcion {
		position: relative;
		font-size: 3vw;
	}
	
	.titulo_rs {
		position: relative;
		font-size: 6vw;
		text-align: center;
	}
	
	.grid_rs {
		position: relative;
		width: 80%;
	}
	
	.txt_footer {
		position: relative;
		font-size: 4.5vw;
	}
	
	
	
	
	
	
	
	
}