@font-face {
    font-family: "Avenir-Medium";
    src: url("../fonts/AvenirLTStd-Medium.woff") format('woff');
}
@font-face {
    font-family: "Avenir-Light";
    src: url("../fonts/Avenir-Light.woff") format('woff');
}
body {
	background-color: rgb(4, 7, 20);
	font-family: "Avenir-Medium";
}
body .image {
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	max-width: 100vw;
	overflow: hidden;
	min-height: 100vh;
}
input[type="email"]::placeholder,
input[type="password"]::placeholder {
	color: #d3d4de;
}
.button {
	margin: 0 auto;
	display: block;
	max-width: 14em;
	background-color: #279aff;
	border: 0;
	font-family: "Avenir-Light";
	font-weight: normal;
	padding: .8em 2em;
	border-radius: 4px;
	font-size: 1em;
	color: #FFF;
	transition: transform 0.1s, -webkit-transform 0.1s;
	text-decoration: none;
}
.button:hover {
	transform: translateZ(0) scale(1.05);
	color: #FFF;
	text-decoration: none;
}
.arrow {
	background-color: transparent;
	border: 0;
	width: 100%;
	margin-top: 8em;
}
.arrow.bounce > svg {
	animation: bounce 1.75s infinite;
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px);
	}
	60% {
		-webkit-transform: translateY(-3.5px);
		transform: translateY(-3.5px);
	}
}
.icons {
	margin-top: 8em;
	color: #FFF;
}
.icons .icon-container {
	margin-top: 2em;
}
.fixed-navbar {
	background-color: #090b13;
	width: 100%;
	height: 70PX;
	z-index: 999999;
	justify-content: space-between;
	align-items: center;
	top: 0;
	position: fixed;
}
.fixed-navbar .logo {
	max-width: 100px;
	width: 100px;
}
.fixed-navbar .button_2 {
	background-color: #279aff;
	border: 0;
	text-decoration: none;
	padding: .5em 1em;
	border-radius: 4px;
	font-size: 1em;
	color: #FFF;
	font-family: "Avenir-Light";
	transition: transform 0.1s, -webkit-transform 0.1s;
}
.fixed-navbar .button_2:hover {
	text-decoration: none;
	transform: translateZ(0) scale(1.05);
}
nav.hide {
	display: none;
}
nav.show {
	display: flex;
}
h1.title {
	color: #FFF;
	font-weight: 900;
	font-size: 2.5em;
}
p.subtitle {
	font-weight: normal;
	font-family: "Avenir-Light";
	text-align: center;
	color: #d3d4de;
}
.fam_animation {
	overflow: hidden;
	position: relative;
	height: 65vw;
	padding: 0;
	margin: 0;
}
.televisor {
	position: absolute;
}
.familia {
	position: absolute;
}
.televisor img,
.familia img {
	width: 100%;
}
.originales p {
	font-family: "Avenir-Light";
	color: #d3d4de;
}
.disponible p {
	font-family: "Avenir-Light";
	color: #d3d4de;
}
.copyright {
	color: #9b9b9b;
	display: block;
	text-decoration: none;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
	font-size: .7em;
	font-family: "Avenir-Light";
}
.service {
	color: #9b9b9b;
	display: flex;
	text-decoration: none;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
	font-size: .7em;
	font-family: "Avenir-Light";
	margin: 0 15%;
}
.modal-header {
	border: 0;
}
.modal.show {
	z-index: 9999999999999999999999;
}
.modal {
	background-color: #111122;
}
.modal p {
	font-weight: normal;
	font-family: "Avenir-Light";
}
.modal .modal-content {
	border: solid 2px #3a3e67;
	background-image: linear-gradient(to bottom, #2c458c, #061837);
	border-radius: 4px;
	font-size: 1em;
	color: #BBC1D1 !important;
}
.btn-enviar {
	background-image: linear-gradient(to bottom, #0599ca, #0963a5);
	border-radius: 4px;
	border: none;
	color: #f9f9f9;
	cursor: pointer;
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 500;
	height: calc(48px + 0.1vw);
	letter-spacing: -0.5px;
	line-height: normal;
	padding: 0;
	text-align: center;
	transition: transform .2s ease;
	max-width: 400px;
	will-change: transform;
	width: 90%;
	margin: 0 auto;
	display: block;
}
.modal-dialog {
	max-width: 410px;
	position: relative;
	width: 80%;
	pointer-events: none;
	margin: .5rem auto;
}
input:not([type="checkbox"]):not([type="radio"]):focus {
    border: 1px solid #0593e9;
    padding: 0 11px;
}
input[type="email"] {
    font-family: Avenir-Roman, Arial, Helvetica, sans-serif;
    border-radius: 4px;
    background-color: #5e709a;
    color: #ffffff !important;
    font-size: 15px;
    height: 48px !important;
    line-height: normal;
    padding: 0 12px;
    border: none;
    width: 90%;
    margin: 0 auto;
    display: block;
}
input[type="password"] {
    font-family: Avenir-Roman, Arial, Helvetica, sans-serif;
    border-radius: 4px;
    background-color: #5e709a;
    color: #ffffff !important;
    font-size: 15px;
    height: 48px !important;
    line-height: normal;
    padding: 0 12px;
    border: none;
    width: 49%;
    margin: .5em 0;
    display: block;
}
input[type="password"].a {
	margin-right: 1%;
}
input[type="password"].b {
	margin-left: 1%;
}
.modal-body .form-group {
	display: flex;
	flex-direction: row;
	margin-right: 5%;
	margin-left: 5%;
}
.modal-body p.privacity {
	margin-right: 5%;
	margin-left: 5%;
	font-size: .9em;
}
.modal-body p.privacity a {
	color: #FFF;
	text-decoration: underline;
}
.modal-header {
	position: absolute;
	right: 0;
	z-index: 999999;
}
.close {
	font-size: 1.5rem;
	font-weight: lighter;
	line-height: 1;
	color: #FFF;
	text-shadow: 0 1px 0 #fff;
}
.close:hover {
	font-size: 1.5rem;
	font-weight: lighter;
	line-height: 1;
	color: #FFF;
	opacity: 1;
	text-shadow: 0 1px 0 #fff;
}

select {
	height: 42px;
	padding: 0 9px;
	border: 1px solid #d8dee8;
	background: white;
	outline: none;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	border-radius: 4px;
	max-width: 90%;
	margin: 2em auto;
	display: block;
	padding-right: 40px;
	background: white url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAMAAABI111xAAAAZlBMVEVlZWdmZmhnZ2loaGpjY2VlZWdjY2VkZGZlZWdjY2VkZGZiYmRkZGZjY2ViYmRhYWNjY2VhYWNiYmRgYGJhYWNfX2FgYGJcXF5aWlxZWVtaWlxZWVtZWVtaWlxZWVtZWVtYWFpZWVuaS5rXAAAAIHRSTlMAAAAANTU8PDxDQ0lJUVJcXGlpcnJ9fZq9we3y9PT4+kyM3w0AAABiSURBVAjXXc5FAoAwEATBnQR3d1n+/0kCCdrHOjW1fferb8mZefvEs0ewho/yYEsiOOMbR1cKhfCnx6ZAihMRLpctkTKNSFZta3yYQaQas9MMEnK1wIW2G1EyV8YeRN1cJnZq4g6/FrsIwgAAAABJRU5ErkJggg==") no-repeat right 1em center;
	background-size: 0.75em auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Avenir-Medium";
}
.item img {
	width: 100%;
}
.item h3 {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-family: "Avenir-Medium";
}
.item ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.item li {
	color: hsla(0,0%,75.3%,.8);
	font-family: "Avenir-Light";
	font-weight: 400;
}
.valida {
	color: rgba(255, 255, 255, 0.6);
	font-size: .9em;
}

.load {
	z-index: 999999999999;
	width: 100%;
	height: 100%;
	background-color: rgb(4, 7, 20);
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@keyframes load {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}
}
.load img {
	animation-name: load;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	/* linear | ease | ease-in | ease-out | ease-in-out */
	animation-timing-function: linear;
}
.pruebalo .button {
	max-width: none;
	text-align: center;
	background-color: #0063e5;
	transition: all 1s;
}
.pruebalo .button:hover {
	transform: scale(1);
	background-color: #0483ee;
}
.flex-direction-column {
	flex-direction: column;
}
.flex-direction-column p {
	color: hsla(0,0%,75.3%,.8);
	font-family: Avenir-Light;
	font-weight: 400;
}
.contenedor-img {
	position: relative;
}
.contenedor-img img {
	position: relative;
}
.contenedor-img .text {
	position: absolute;
	top: 45%;
	left: 50%;
}
@media (min-width: 992px){
	.flex-direction-column p {
		padding-right: 7em;
		font-size: 1.12em;
	}
	.pruebalo h1 {
		font-size: 1.5em;
		font-family: Avenir-Medium;
		font-weight: 700;
		color: #f9f9f9;
	}
	.pruebalo h1 span {
		font-size: .6em;
		font-family: Avenir-Light;
		font-weight: 400;
		color: rgba(255,255,255,.7);
	}
	.pruebalo h3 {
		font-size: 1em;
		font-family: Avenir-Light;
		font-weight: 400;
		color: rgba(255,255,255,.7);
	}
	.valida {
		text-align: left;
		font-size: .7em;
	}
	.margin-left-pc {
		margin-left: 2em;
	}
	.center-logo {
		max-width: 10em;
		display: block;
		margin-top: 7vw;
	}
	.title {
		color: #FFF;
		font-size: 2.5em;
	}
	.fixed-navbar {
		padding: 0 20px 0 80px;
	}
	.fixed-navbar .button_2 {
		max-width: none;
		text-align: center;
		background-color: #0063e5;
		transition: all 1s;
		padding: .5em 3em;
		font-size: 1em;
	}
	.fixed-navbar .button_2:hover {
		transform: scale(1);
		background-color: #0483ee;
	}
	.icons .icon {
		width: 40px;
	}
	.icons h3 {
		font-weight: bold;
		font-size: 1.5em;
		padding-right: 6em;
	}
	.icons p {
		color: #d3d4de;
		font-weight: normal;
		font-family: "Avenir-Light";
		max-width: 13em;
	}
	.banner {
		width: 100%;
		display: block;
		margin-top: 5vw;
	}
	.disponible h1.title {
		font-size: 2em!important;
		text-align: center;
	}
}
@media (max-width: 991.99px){
	.pruebalo .col-md-6 h1 {
		font-size: 1.5em;
		font-family: Avenir-Medium;
		font-weight: 700;
		color: #f9f9f9;
		text-align: center;
	}
	.pruebalo h1 span {
		font-size: .6em;
		font-family: Avenir-Light;
		font-weight: 400;
		color: rgba(255,255,255,.7);
	}
	.pruebalo h3 {
		color: hsla(0,0%,75.3%,.8);
		font-size: 1em;
		font-family: Avenir-Light;
		font-weight: 400;
		text-align: center;
	}
	.linea_abajo_boton {
		padding-bottom: 1em;
		margin-bottom: 1em;
		border-bottom: 2px solid hsla(0,0%,100%,.2);

	}
	.title-top {
		text-align: center;
		font-size: 1.5em!important;
	}
	.flex-direction-column h1 {
		text-align: center;
		font-size: 1.5em;
		padding: .5em 0;
	}
	.flex-direction-column p {
		font-size: 1em;
		text-align: center;
		margin: 0 2em;
	}
	.valida {
		text-align: center;
	}
	.center-logo {
		max-width: 15em;
		margin: 0 auto;
		display: block;
		margin-top: 20vw;
	}
	.title {
		color: #FFF;
		font-size: 1em;
	}
	.originales p {
		text-align: center;
	}
	.originales .title {
		font-size: 1.5em;
		text-align: center;
	}
	.fixed-navbar {
		padding: 0 15px 0 30px;
	}
	.fixed-navbar .button_2 {
		padding: .5em 1em;
		font-size: 1em;
	}
	.icons .icon {
		width: 60px;
		display: block;
		margin: 0 auto;
	}
	.icons h3 {
		font-weight: bold;
		font-size: 2em;
		text-align: center;
	}
	.icons p {
		color: #d3d4de;
		font-weight: normal;
		font-family: "Avenir-Light";
		text-align: center;
	}
	.banner {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
}