/**
* Normalize.css
**/

html {line-height: 1.15;-webkit-text-size-adjust: 100%;}
body {margin: 0; display: flex; flex-direction: column;}
main {display: block; flex: 1 1 auto;}
h1,h2,h3,h4,h5,h6 {margin: 0;}
hr {box-sizing: content-box;height: 0;overflow: visible;} 
img {border-style: none;}
button, input, optgroup, select, textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}
button, input {overflow: visible;}
button, select {text-transform: none;}
button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}

/**
 * Star
 **/

.star0, .star1, .star2, .star3 {
	position: absolute;
	opacity: 1;
	z-index: 2;
	border-radius: 50%;
}

.star0 {width: 1px; height: 1px;}
.star1 {width: 2px; height: 2px;}
.star2 {width: 3px; height: 3px;}
.star3 {width: 4px; height: 4px;}

/**
* Web Style
**/

html,body {
	width: 100%;
	height: 100%;
}

body {
	color: #ffffff;
	background-color: #1b2735;
	font-family: 'Open Sans', Arial, sans-serif;
}

/**
 * Stars
 **/

#stars {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

/**
 * Header
 **/

header {
	display: flex;
	padding: 0 20px;
	text-align: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

header h1 {
	text-align: center;
	margin: 0;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.23;
	padding: 53px 0px 7px 0px;
}

header h5 {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.23;
}

header hr {
	width: 100%;
	opacity: 0.2;
	height: 1px;
	border: 0;
	margin: 16px;
	max-width: 800px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}

.exit {
    border-radius: 10px;
    padding: 5px 10px 7px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    position: absolute;
    top: 18%;
    transform: translateY(-50%);
    right: 5%;
}
.entrance {
    border-radius: 10px;
    padding: 5px 10px 7px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    position: absolute;
    top: 18%;
    transform: translateY(-50%);
    right: 5%;
}
.return{
    padding: 5px 10px 7px;
    width: 20px;
    position: absolute;
    top: 19%;
    transform: translateY(-50%);
    left: 5%;
}
.return > img{
    width: 30px;
}

.returns {
    border-radius: 10px;
    padding: 5px 10px 7px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    position: absolute;
    top: 5%;
    transform: translateY(-50%);
    left: 2%;
}

/**
 * Main
 **/

section {
	padding: 20px 0;
	text-align: center;
	background-image: linear-gradient(to bottom, rgba(27,39,53,0), rgba(0,0,0,1));
}

section p {
	font-size: 20px;
	font-weight: 400;
	line-height: 31px;
	margin: 0 auto 16px auto;
}

.matrix {
	position: relative;
	width: 80vw;
	height: 80vw;
	padding: 0;
	list-style: none;
	max-width: 500px;
	max-height: 500px;
	margin: 40px auto;
	background-size: contain;
	background-repeat: no-repeat;
}

.matrix > li {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5vw;
	height: 5vw;
	max-width: 32px;
	max-height: 32px;
	border-radius: 50%;
	font-size: clamp(12px, 2.5vw, 18px);
}

.fs {font-size: clamp(9px, 2.5vw, 16px) !important;} 

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

#date {
    width: 180px;
    height: 40px;
    outline: none;
    font-size: 16px;
    border-radius: 15px;
    padding: 0 20px 0 40px;
	box-sizing: border-box;
	background-color: #fff;
    color: #000;
}

.eraser {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 25px;
	cursor: pointer;
	transform: translateY(-50%);
}

.btn {
	cursor: pointer;
	outline: none;
	border: 0;
	width: 200px;
    height: 45px;
    font-size: 15px;
	margin-bottom: 11px;
	font-weight: 800;
	color: #382b22;
	line-height: 1.55;
	border-radius: 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 0.15s;
	transform-style: preserve-3d;
	font-family: 'Roboto', sans-serif;
	background-image: linear-gradient(0.172turn,rgba(243,230,51,1) 0%,rgba(252,247,168,1) 60%,rgba(243,230,54,1) 100%);
}

.btn.hide {display: none!important;}

.btn::before {
	position: absolute;
	content: "";
	width: 97.8%;
    height: 85%;
    top: 2px;
	left: 2px;
	right: 0;
	bottom: 0;
	background-color: #c7be41;
	border-radius: inherit;
	box-shadow: 0 0 0 2px #c7be41;
	transform: translate3d(0, 0.75em, -1em);
	transition: transform 0.15s, box-shadow 0.15s;
}

.btn:hover {transform: translate(0, 0.25em);}
.btn:hover::before {transform: translate3d(0, 0.5em, -1em);}
.box > .btn {display: none;}
.btn.pdf {font-size: 13px;}

table, th, td {
	border: 1px solid #fff;
	border-collapse: collapse;
}

table {
	margin: 60px auto 0 auto;
}

td {
	min-width: 30px;
}

/**
 * Footer
 **/

footer {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/footer_space.6a01d178ccb2.jpg");
}

footer .wrapper {
	padding: 40px 20px;
	text-align: center;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0.30));
}

footer img {
	width: 150px;
	height: 150px;
	margin-top: 17px;
	margin-bottom: 14px;
	border-radius: 50%;
}

footer h4 {
	font-size: 20px;
	font-weight: 500;
	padding-top: 8px;
	padding-bottom: 5px;
}

footer hr {
	width: 54px;
	opacity: 0.6;
	margin: 20px auto;
}

footer p {
	max-width: 460px;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	padding-bottom: 6px;
	margin: 0 auto 40px auto;
}

footer a {
	display: block;
	max-width: 480px;
	padding: 16px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 300;
	color: #ffffff;
	border-radius: 30px;
	margin-bottom: 14px;
	text-decoration: none;
}

.whatsapp {background-color: #27d061;}
.telegram {background-color: #0087d0;}
.instagram {background-color: #f00075;}

/**
 * Media
 **/
@media (min-width:450px) {
    #date {
        width: 254px;
        height: 53px;
        font-size: 20px;
        padding: 0 20px 0 62px;
    }
    .eraser {width: 35px;}
    .btn {
        width: 220px;
        height: 50px;
        font-size: 18px;
    }
    .btn::before{
        width: 98%;
        height: 82%;
	}
    .btn.pdf {font-size: 15px;}
}

@media (min-width:640px) {
	header h1 {font-size: 60px;}
	header h5 {font-size: 22px;}
	.box > .btn {display: block;}
	section > .btn {display: none;}
	.matrix {font-size: 24px;}
	.box {display: flex;align-items: center;justify-content: space-evenly;}
	.exit {font-size: 18px;}
	.entrance {font-size: 18px;}
}

@media (min-width:960px) {
	section {display: flex;justify-content: space-evenly;flex-wrap: wrap;}
	section .wrapper {display: flex;justify-content: center;flex-direction: column;order: 2;}
	.box {flex-direction: column;}
	section p {max-width: 305px;}
	.matrix {margin: 40px 0; order:1;}
	.btn {margin-top: 60px;}
	table {order:3;width: 900px;font-size: 24px;margin: 60px 0;}
}

@media (min-width:1200px) {
	header h1 {font-size: 64px;}
	header h5 {font-size: 24px;}
	.btn {margin-top: 0;}
	.box {flex-direction: row;margin-top: 10px;justify-content: left;}
	.btn {margin-left: 50px;}
}