@font-face {
    font-family: "Avenir-Medium";
    src: url("https://latino-disneyplus.com/fonts/AvenirLTStd-Medium.woff") format('woff');
}
#master{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content:space-ar ;

}
.titel{
	text-align: center;
}
.cent{
	padding:3em ;
}

body {
	background-color: #1A1D29;
}
.logo {
	max-width: 10em;
	margin: 0 auto;
	display: block;
}
.steps {
	color: rgb(202, 202, 202);
	padding: 0px 0px 4px;
	cursor: inherit;
	font-size: 10px;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 1.25px;
	line-height: 1.5;
	text-transform: uppercase;
	margin: 0px;
}
.title {
	color: rgb(249, 249, 249);
	margin: 0px;
	padding: 0px 0px 24px;
	cursor: inherit;
	font-family: Avenir-Heavy, sans-serif;
	font-size: 24px;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.17;
	font-weight: bold;
}
.title span {
	color: rgb(249, 249, 249);
	margin: 0px;
	padding: 0px 0px 24px;
	cursor: inherit;
	font-family: Avenir-Heavy, sans-serif;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.17;
	font-weight: bold;
}
.title span span {
	color: #d78d05;
	font-weight: bold;
}
.subtitle {
	color: #d78d05;
	font-size: 24px;
	line-height: 48px;
	width: 100%;
	border-bottom: .1em solid rgb(221, 221, 221);
}
input.text {
	backdrop-filter: blur(50px);
	background-color: rgb(49, 52, 62);
	caret-color: rgb(2, 231, 245);
	color: rgb(249, 249, 249);
	font-size: 15px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	height: 48px;
	letter-spacing: normal;
	line-height: 1.53;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-image: initial;
	border-radius: 4px;
	margin-top: 7px;
	margin-bottom: 7px;
	outline: none;
	padding: 7px 12px;
	transition: all 0.1s ease 0s;
}
.checkbox_form {
	cursor: pointer;
}
#checkbox_input {
	display: none;
}
.checkbox_center {
	display: flex;
	align-items: center;
}
.checkbox {
	background-color: transparent;
	-webkit-box-align: center;
	align-items: center;
	display: flex;
	height: 20px;
	-webkit-box-pack: center;
	justify-content: center;
	position: absolute;
	width: 20px;
	border-width: 2px;
	border-style: solid;
	border-color: rgb(109, 117, 130);
	border-image: initial;
	border-radius: 3px;
}
.checkbox svg {
	opacity: 0;
}
.checked {
	background-color: rgb(0, 114, 210);
	border-color: rgb(0, 114, 210);
}
.checked svg {
	opacity: 1;
}
.notifications {
	color: rgb(202, 202, 202);
	display: inline;
	padding: 0px;
    cursor: inherit;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5;
    text-transform: none;
    margin: 0px;
}
.politicas {
	background-color: rgba(249, 249, 249, 0.1);
	border-radius: 8px;
	padding: 8px;
	margin: 0px -8px;
}
.politicas .texto {
	color: rgb(202, 202, 202);
	display: inline;
	padding: 0px;
	cursor: inherit;
	font-size: 12px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5;
	text-transform: none;
	margin: 0px;
}
.button {
	color: rgb(249, 249, 249);
	font-size: 15px;
	text-transform: uppercase;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	display: flex;
	font-family: Avenir-Heavy, sans-serif;
	font-stretch: normal;
	font-style: normal;
	height: 48px;
	-webkit-box-pack: center;
	justify-content: center;
	letter-spacing: 1.5px;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	opacity: 1;
	visibility: visible;
	background: rgb(0, 114, 210);
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	border-radius: 4px;
	padding: 0px 24px;
	overflow: hidden;
	transition: all 0.2s ease-in-out 0s;
	font-weight: bold;
}
.alert-error {
	border: 1px solid red;
	color: white;
}
.alert-error h1 {
	font-size: 20px;
}
.close_error {
	color: red;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: .5em;
	cursor: pointer;
}







body.home .logo {
	margin-top: 30vw;
	max-width: 20em;
}

body.home button {
	background-color: #279aff;
	border-radius: 4px;
	border: none;
	color: #f9f9f9;
	cursor: pointer;
	font-family: inherit;
	font-size: 22px;
	font-stretch: normal;
	font-style: normal;
	height: calc(48px + 1.1vw);
	letter-spacing: 0.5px;
	line-height: normal;
	padding: 0 10px;
	text-align: center;
	-webkit-transition: -webkit-transform 0.1s;
	transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
	transition: transform 0.1s, -webkit-transform 0.1s;
	-webkit-transform: scale(0.98, 0.98);
	transform: scale(0.98, 0.98);
	max-width: 400px;
	font-family: Avenir-Roman, Arial, Helvetica, sans-serif;
	padding: 0 2em;
	display: block;
	margin: 0 auto;
}
body.home button:hover {
	transform: scale(1.05);
}
body.home .items h1 {
	padding: 0;
	font-size: 2.5em;
	line-height: 1.28;
	margin: .5em 0;
	font-family: Avenir-Medium;
	color: #FFF;
	line-height: 1.5;
}
.zindex {
	z-index: 9999999999;
	position: relative;
}
.original {

}
.original h1 {
	color: #FFF;
	padding: 0;
	font-size: 2em;
	line-height: 1.28;
	margin: .5em 0;
	font-family: Avenir-Medium;
	line-height: 1.5;
	text-align: left;
}
.original p {
	font-size: 1.2em;
	text-align: left;
	color: #d3d4de;
}
.copyright {
	color: #9b9b9b;
	display: block;
	text-decoration: none;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
	font-size: .8em;

}

@media (min-width: 992px) {
	
	body.home .items {
		flex-direction: column;
		padding: 5em;
	}
	body.home .items h2 {
		padding: 0;
		font-size: 2em;
		text-align: left;
		line-height: 1.28;
		margin: .5em 0;
		font-family: Avenir-Medium;
		color: #FFF;
		font-size: 1.5em;
		line-height: 1.5;
		padding-right: 4em;
	}
	body.home .items p {
		font-size: 1.2em;
		text-align: left;
		color: #d3d4de;
	}
	body.home .icon {
		width: 2.5em;
		height: auto;
		display: inline-block;
	}
}
@media (max-width: 991.98px) {
	#master{
		display: flex;
		flex-direction: column;
		width: 100%;
		
	}
	body.home .items {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 3em;
	}
	body.home .items h2 {
		padding: 0;
		font-size: 2.5em;
		line-height: 1.28;
		margin: .5em 0;
		font-family: Avenir-Medium;
		color: #FFF;
		text-align: center;
	}
	body.home .items p {
		font-size: 1.2em;
		text-align: center;
		color: #d3d4de;
	}
	body.home .icon {
		width: 4.4em;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	#aside1 {
		display: none;
	}
	#aside2 {
		display: none;
	}
	html{
		width: 100%;
	}
	.titleimg{
		width: 100%;
	}
}