/* CSS Document */

body, html {
	font-family: 'Raleway', sans-serif;

}
.seksyon {
	position: relative;
	min-height: 66vh;
/*    position: relative;*/
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to bottom left, hsl(190, 80%, 50%), hsl(270, 70%, 50%));
}

.cien {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ar_titulo {
	position: absolute;
	font-size: calc(2.8 * (1vh +  1vh));
	position: absolute;
	right: auto;
	left: auto;
	bottom: 4em;
	color: white;
	font-family: "Raleway", sans-serif;
}
.cel {
	background-image: url('/img/cel.png');
	background-size: auto 75%;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-position: calc(0% - 40vh) 50%;
}
.mask_cel {

	-webkit-mask-image: url('/img/cel-s.png');
	-webkit-mask-size: auto 75%;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-origin: border-box;
	-webkit-mask-position: calc(50% - 0vh) 50%;
	mask-image: url('/img/cel-s.png');
	mask-size: auto 75%;
	mask-repeat: no-repeat;
	mask-origin: border-box;
	mask-position: calc(50% - 0vh) 50%;
	background: url("https://cdn.pixabay.com/photo/2021/05/04/22/07/geometry-6229811_960_720.jpg");
	background: url("https://img.freepik.com/free-vector/blue-radial-speed-lines-background_1409-896.jpg?t=st=1650177118~exp=1650177718~hmac=8d01596dc199ed0ec9f25b693b4b8c4f8fa03503ed72ad9b0bb071b3edbcf287&w=1480");
	background: url("https://img.freepik.com/free-vector/lightspeed-travel-background-centric-motion-star-trails_1217-3827.jpg?t=st=1650177200~exp=1650177800~hmac=baf71d197fb37bcb8e7ec71804c604f43b173b7480da258af8fd7546ba744c70&w=1380");
	background: url("https://img.freepik.com/free-vector/halftone-texture-frame-with-text-space_1017-14329.jpg?t=st=1650177075~exp=1650177675~hmac=107e0a2141c9cae00351ee6ea88d9d30183fed4ad489f1c706059b28f97cc284&w=900");
	background: url("https://cdn.pixabay.com/photo/2022/02/13/17/08/radial-blur-7011620_960_720.jpg");
	background: url("https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmotionarray-portfolio.imgix.net%2Fpreview-249396-eJXQSQeNRX-high_0016.jpg&f=1&nofb=1");
	background: url("https://cdn.pixabay.com/photo/2018/09/30/11/22/abstract-3713251_960_720.jpg");
	background: url("/img/fondo.jpg");
	background-size: cover;
	background-position: center 35%;
}
.mask_cel_ {
	opacity: .6;
}
.min100vh {
	min-height: 100vh !important;
}
