#welcome {
	width: 90%;
	max-width: 1024px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
#welcome .logo {
	width: 75%;
	margin: 0 auto;
}
#welcome .logo rect,
#welcome .logo path {
	fill: var(--bil24);
}
#welcome .carnaval {
	width: 288px;
	margin: 0 auto 10px;
}
#welcome .carnaval svg {
	width: 100%;
}

.tests h3 {
	text-transform: uppercase;
}
.tests .button {
	width: 160px;
	margin: 10px 4px;
	color: inherit;
	text-decoration: none;
	border: 1px dashed	#eee;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	-webkit-box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
	box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
}
.tests .button div {
	width: 100%;
	padding: 10px;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tests .button span {
	position: relative;
	height: 159px;
	display: block;
}
.tests .button span div {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 18px;
	padding: 0;
}
.tests .button span div:after {
	content: '';
	position: absolute;
	top: -6px;
	right: -11px;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.5);
	border: 1px solid var(--white);
	border-radius: 20px;
	z-index: 0;
}
.tests .button span div svg {
	position: absolute;
	z-index: 1;
}
.tests .button span div path {
	fill: #fff;
}
.tests .button span div b {
	margin: 35px -20px 0;
	font-size: 0.75em;
	font-weight: normal;
	text-align: center;
	color: var(--white);
	display: block;
}
.tests .button i {
	position: absolute;
	top: auto;
	right: 6px;
	bottom: 6px;
	left: auto;
	display: block;
	background: rgba(0,0,0,0.5);
	color: var(--white);
	border-radius: 10px;
	padding: 1px 6px 2px;
	border: 1px solid var(--white);
}
.tests .button i.beta {
	top: -10px;
	right: -5px;
	bottom: auto;
	padding: 5px 25px 6px;
	background: var(--red);
	border-radius: 0;
	transform: skewX(10deg);
	border-color: var(--rose);
}
.tests .button i.beta::after {
	content: '';
	position: absolute;
	bottom: -11px;
	right: 0;
	width: 0;
	height: 0;
	border: 5px solid var(--red);
	border-bottom-color: transparent;
	border-right-color: transparent;
	transform: skewX(-10deg);
	display: block;
}
.tests .button img {
	width: calc(100% + 1px);
	margin: 0 -1px;
	display: block;
}
.tests .button .a {
	text-align: center;
}
.tests .button .a > div {
	width: auto;
	margin: 10px auto;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: var(--white);
	background: var(--blue);
	border-radius: 22px;
	display: inline-block;
	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.tests .button ul {
	min-height: 150px;
	padding: 0 5px 5px;
}
.tests .button li {
	position: relative;
	margin: 0 0 0 15px;
	padding: 0 15px 5px 10px;
	font-size: 0.75em;
	text-align: left;
	list-style: none;
}
.tests .button li:before {
	content: '';
	position: absolute;
	top: 4px;
	left: -5px;
	width: 6px;
	height: 6px;
	background: #32325d;
	border-radius: 3px;
	display: block;
}
.tests .button li.real {
	color: #c00;
}
.tests .button li.real:before {
	background: #c00;
}
.tests .button li.ok:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -5px;
	width: 2px;
	height: 6px;
	background: #4cae50;
	display: block;
	-webkit-transform: rotate(-26deg);
	-ms-transform: rotate(-26deg);
	transform: rotate(-26deg);
}
.tests .button li.ok:after {
	content: '';
	position: absolute;
	top: 1px;
	left: -2px;
	width: 2px;
	height: 10px;
	background: #4cae50;
	display: block;
	-webkit-transform: rotate(26deg);
	-ms-transform: rotate(26deg);
	transform: rotate(26deg);
}
.tests .button li.no:before {
	content: '';
	position: absolute;
	top: 2px;
	left: -3px;
	width: 2px;
	height: 9px;
	background: #c00;
	display: block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.tests .button li.no:after {
	content: '';
	position: absolute;
	top: 2px;
	left: -3px;
	width: 2px;
	height: 9px;
	background: #c00;
	display: block;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.console a {
	margin: 20px 0 0;
	padding: 10px 20px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #c00;
	border-radius: 20px;
	display: inline-block;
	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.renewals li {
	list-style: none;
}

.iframer {
	width: 100%;
	display: flex;
}
.iframer .buttons {
	flex: 1 1 50%;
}
.iframer .iframe {
	flex: 1 1 50%;
}
#iFrameAA {
	width: 414px;
	height: 896px;
	border: 1px solid var(--gray);
}


@media screen and (min-width: 768px) {
	#welcome .logo {
		width: 25%;
	}
	#welcome .carnaval {
		width: 600px;
		margin: 0 auto 40px;
	}
}
