@charset "utf-8";
body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Antonio', sans-serif;
    position: relative;
	background: #000;
	overflow-x: hidden;
}
.general{
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: url("../img/bg-lg.jpg");
	background-position: center center; 
	background-size: cover;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}
.container {
    width: 90%;
    height: 95vh;
    max-width: 1650px;
    margin: auto;
    position: relative;
    z-index: 3;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
}
.header{
	width: 100%;
	height: auto;
	display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
}
.header{
	width: 100%;
	height: auto;
	display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
}
.logo {
    width: 100%;
    height: auto;
    max-width: 130px;
    padding: 20px 0 0;
}
.sobreimpreso-top {
    background: #29829A;
    background: -webkit-linear-gradient(180deg, rgba(41, 130, 154, 1) 0%, rgba(41, 130, 154, 0) 53%);
    background: -moz-linear-gradient(180deg,rgba(41, 130, 154, 1) 0%, rgba(41, 130, 154, 0) 53%);
    background: linear-gradient(180deg, rgba(41, 130, 154, 1) 0%, rgba(41, 130, 154, 0) 53%);
    filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr="#29829A",
		endColorstr="#29829A",
		GradientType=0
	);
    top: 0;
    left: 0;
    width: 100%;
    height: 30vh;
    position: absolute;
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: .7;
}
.sobreimpreso-right{
	background: #102E44;
	background: -webkit-linear-gradient(275deg,rgba(16, 46, 68, 1) 0%, rgba(16, 46, 68, 0) 53%);
	background: -moz-linear-gradient(275deg,rgba(16, 46, 68, 1) 0%, rgba(16, 46, 68, 0) 53%);
	background: linear-gradient(275deg,rgba(16, 46, 68, 1) 0%, rgba(16, 46, 68, 0) 53%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#102E44",
	  endColorstr="#102E44",
	  GradientType=0
	);
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	position: absolute;
	z-index: 1;
	mix-blend-mode: multiply;
}
.sobreimpreso-bottom{
	background: -webkit-linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#000000",
	  endColorstr="#000000",
	  GradientType=0
	);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 440px;
	position: absolute;
	z-index: 1;
	opacity: .6;
	mix-blend-mode: multiply;
}
.sobreimpreso-left{
	background: #000;
	background: -webkit-linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 53%);
	background: -moz-linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 53%);
	background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 53%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#000000",
	  endColorstr="#000000",
	  GradientType=1
	);
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
	position: absolute;
	z-index: 1;
	opacity: .7;
	mix-blend-mode: multiply;
}
.sobreimpreso-diagonal{
	background: #000;
	background: -webkit-linear-gradient(18deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 53%);
	background: -moz-linear-gradient(18deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 53%);
	background: linear-gradient(18deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 53%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#000000",
	  endColorstr="#000000",
	  GradientType=0
	);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.sobreimpreso-diagonalImageM{
	display: none;
}
.sobreimpreso-mobile {
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 300px;
    position: absolute;
    z-index: 2;
    opacity: 1;
    mix-blend-mode: multiply;
}
.diagonalImage {
    bottom: 0;
    left: 0;
    width: 47%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.diagonalImage img{
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	position: absolute;
	opacity: .7;
}
.row {
    display: flex;
    flex-direction: row;
}
.row.footer {
    position: relative;
}
.premiosDesktop .premios {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
}
.premios img {
    width: 120%;
    height: auto;
    max-width: 110%;
    position: relative;
    left: -5%;
}
.premio-content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin-left: 0;
}
.logo-promo {
    width: 87%;
    height: auto;
}
.logo-promo img {
    width: 100%;
	height: auto;
}
.claim {
    margin: 0 0 30px;
}
.row.principal {
	min-height: 74vh;
	height: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.viaje .premio-content{
	margin-left: 0;
}
.premio-icon {
    color: #e4032e;
    font-size: 80px;
    font-weight: 900;
    line-height: 80px;
    padding: 0 8px 0 0;
    text-align: left;
    height: 88px;
}
.premio-icon.first {
    padding: 0 6px 0 0;
}
.premio-texto{
	color: #ffffff;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 100;
    padding-right: 10px;
}
.premio-texto strong{
	font-weight: 700;
}
.form {
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 0 0 40px;
}
.form .mb-3{
	width: 100%;
}
input.form-control {
	background: rgba(1, 5, 7, .50);
	padding: 8px 10px;
	color: #ffffff;
	border: 1px solid #FFFFFF;
	border-radius: 0;
	font-size: 16px;
	width: 100%;
	margin: 0 0 8px;
	transition: color ease-in-out .4s, background ease-in-out .4s;
}
input.form-control:hover, input.form-control:visited {
	background: rgba(1, 5, 7, .70);
    border: 1px solid #FFFFFF;
    outline: none;
	border-radius: 0;
	box-shadow: none;
	transition: color ease-in-out .3s, background ease-in-out .3s;
	color: #fff;
}
input.form-control:focus{
	background: rgba(1, 5, 7, 1);
    border: 1px solid #FFFFFF;
    outline: none;
	border-radius: 0;
	box-shadow: none;
	transition: color ease-in-out .3s, background ease-in-out .3s;
	color: #fff;
}
input.form-control:focus-visible {
	outline: none;
	border-radius: 0;
}
input.form-control:focus-visible {
    outline: none;
	border-radius: 0;
}
label {
    color: #ffffff;
	font-size: 17px;
	line-height: 17px;
	padding: 10px;
}
input.form-control::placeholder {
	color: #ffffff;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.05em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check-input:checked {
    background-color: #e4032e;
    border-color: #e4032e;
}
.form-check .form-check-input {
    float: none;
    margin-left: 10px;
}
.form-check-input:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}
.form-check {
    margin-top: 3px;
    min-height: 10px;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: end;
}
.form-check-input[type=checkbox] {
    border-radius: 0;
}
.form-check-label {
    font-size: 14px;
    font-weight: 300;
    padding: 0;
}
.btn{
	padding: 6px 10px 4px;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn.dropdown-toggle-split:first-child, .btn-group>.btn:not(:last-child):not(.dropdown-toggle){
    border-radius: 25rem;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
    border-radius: 25rem;
}
.btn-primary {
    border: 2px solid #e4032e;
    color: #ffffff;
    background: #e4032e;
    cursor: pointer;
    border-radius: 25rem;
    margin: 0;
    padding: 0 29px;
    font-size: 21px;
    line-height: 28px;
    transition: background ease-in-out .4s, border ease-in-out .4s;
    outline: 0;
    box-shadow: none;
	display: flex;
    align-items: center;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:focus, .btn-primary.aca:hover, .btn-primary.aca:focus{
	border: 2px solid #ffffff;
	color: #ffffff;
	background: transparent;
	transition: background ease-in-out .3s, border ease-in-out .3s;
    outline: 0;
    box-shadow: none;
}
a{
	/* text-decoration: ; */
	color: #fff;
	transition: color ease-in-out .3s, border ease-in-out .3s;
}
a:hover{
	color: #e4032e;
	transition: color ease-in-out .3s, border ease-in-out .3s;
}
.previewFoto {
    display: none;
    width: auto;
    height: 100%;
    max-height: 150px;
}
.grupo-contain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3% 0px 2% 0;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    justify-content: flex-end;
}
.btn-primary.aca{
	margin-right: 8px;
	background: #FFF;
    border-color: #FFF;
    color: #e4022e;
	transition: background ease-in-out .4s, border ease-in-out .4s;
}
/* ERROR FORM */
.just-validate-error-label {
    text-align: left;
    align-items: center;
    margin-top: -5px;
    color: #ff0032 !important;
	padding: 0px 0 8px;
    font-size: 13px;
}
.form-check .just-validate-error-label{
	display: block;
	width: 100%;
	text-align: right;
	padding-right: 0;
	padding-bottom: 0;
}
/* ERROR FROM */

/* MODAL */
.modal-content{
	background-color: #e4032e;
	border-radius: 0;
	min-height: 400px;
}
.modal-header{	
	border: 0;
}
.modal-header .btn-close{
	color: #fff;
}
.modal-body{	
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;	
	text-align: center;
}
.modal-body h3{	
	font-size: 3.5em;
	text-transform: uppercase;
	margin-top: -48px;
	line-height: 1em;
}

.modal-body h3 span{	
	font-size: 0.9em;
	line-height: 0.9em;
}
.modal-header {
	justify-content: flex-end;
}
.modal-header .btn-close {
    padding: 0.25rem;
    margin: 0.5rem;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("../img/cerrar.svg");
    border-radius: 0.375rem;
    opacity: .5;
	transition: opacity ease-in-out .4s;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
/* MODAL */

#enviando{
	olor: #FFF;
    display: flex;
    align-items: center;
}
#enviando div:last-child{
	margin: 0 0 0 10px ;
}
.noSee {
	display: none!important;
}
.premiosMobile{
	display: none;
}
.premiosDesktop .premio-texto {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 100;
    padding-right: 0;
    max-width: 210px;
}
.principalModi {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 510px;
    justify-content: space-between;
}
h1{
	color: #FFFFFF;
	font-size: 2.4rem;
	line-height: 1.3em;
}
h1 font {
    z-index: 2;
    position: relative;
}
h1 span{
	background: #e4032e;
	padding: 0 6px;
	position: relative;
	z-index: 0;
}
.formulario {
    max-width: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-flex {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
}
.footer-flex p {
	font-family: "Helvetica Neue", Helvetica, "sans-serif";
    color: #FFF;
	margin: 0;
    font-weight: 400;
    font-size: 12px;
    opacity: .7;
}
.header .logo {
	display: none;
}
.footer .logo {
    display: block;
    opacity: 1;
    width: 100%;
	height: auto;
}
.footerMobile {
	display: none;
}
.footer.footerDesktop {
	display: block;
}
.sobreimpreso-mobile {
	display: none;
}
.sobreimpresosM {
	display: none;
}
.premiosMobile {
	display: none;
}
.wrapperMobileN {
	display: none;
}

@media (max-width: 1540px) {
	.principalModi {
		max-width: 496px;
	}
	.formulario {
		max-width: 450px;
	}
	.sobreimpreso-top {
		height: 40vh;
		opacity: .4;
	}
}
@media (max-width: 1366px) {
	.general{
		width: 100%;
		height: auto;
		min-height: 100vh;
		background: url("../img/bg-lg-vertical.jpg");
		background-position: center center; 
		background-size: cover;
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
	}
	.principalModi {
        max-width: 38%;
    }
	.formulario {
        max-width: 32%;
    }
	h1 {
		font-size: 2rem;
	}
	label {
		font-size: 14px;
	}
	.form-check-label {
		font-size: 13px;
	}
	input.form-control {
		font-size: 15px;
	}
	.logo-promo {
		width: 72%;
	}
	.logo {
		max-width: 120px;
	}
	.footer-flex p {
		font-size: 11px;
	}
	.container {
		padding: 30px 0;
	}
	.btn-primary {
		padding: 0 24px;
		font-size: 20px;
		line-height: 26px;
	}
}
@media (max-width: 1280px) {
	h1 {
        font-size: 1.8rem;
    }
	.logo {
		max-width: 100px;
		padding: 10px 0 0;
	}
	.footer-flex p {
		font-size: 10px;
	}
	.claim {
		margin: 0 0 20px;
	}
	label {
        font-size: 13px;
    }
}
@media (max-width: 1080px) {
	.container {
		height: 100vh;
	}
	h1 {
        font-size: 1.5rem;
    }
	input.form-control {
		padding: 6px 8px;
		font-size: 15px;
		margin: 0 0 6px;
	}
	.grupo-contain {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin: 3% 0px 3% 0;
        flex-direction: column;
    }
	.btn-primary {
		padding: 0 20px;
		font-size: 17px;
		line-height: 21px;
	}
	.logo {
		max-width: 80px;
	}
	label {
		padding: 0 10px 10px 0;
	}
	.form-check {
		margin-top: 4px;
		padding-left: 0;
		margin-bottom: 0.125rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: end;
	}
	.previewFoto {
		max-height: 90px;
	}
	input.form-control {
        padding: 4px 6px;
        font-size: 14px;
        margin: 0 0 4px;
    }
	.claim {
        margin: 10px 0 14px;
    }
}
@media (max-width: 1280px) and (orientation: portrait) {
	.row.principal {
        min-height: 100vh;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: auto;
    }
	.principalModi {
        max-width: 100%;
        width: 100%;
        height: 100%;
        min-height: 65vh;
        padding: 5% 0 0;
        margin: 0;
        display: flex;
        align-items: flex-start;
        position: relative;
    }
	.formulario.col-lg-5 {
        max-width: 100%;
        width: 100%;
        min-height: 35vh;
    }
	.general {
        width: 100%;
        height: auto;
        min-height: auto;
        background: url(../img/bg-md.jpg);
        background-position: center;
        background-size: cover;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
	.header {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-end;
        flex-direction: row;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
		z-index: 5;
    }
	.header .logo {
        max-width: 100px;
        padding: 0;
        margin: 40px 5% 0 0;
    }
	.columna {
		width: 50%;
	}
	.grupo-contain {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 3% 0px 3% 0;
        flex-direction: row;
    }
	input.form-control {
        padding: 6px 8px;
        font-size: 16px;
        margin: 0 0 8px;
    }
	.form-check {
        align-items: end;
    }
	.footer .logo{
       display: none;
    }
	.header .logo{
       display: block;
    }
	.btn-primary {
       padding: 0 26px;
       font-size: 21px;
       line-height: 28px;
    }
	.h1 br, h1 br{
		display: none;
	}
	h1 {
        font-size: 2.5rem;
    }
	.claim {
        margin: 0 0 30px;
    }
	.container {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: auto;
        padding: 0;
    }
	.premiosDesktop {
		width: 50%;
		left: 0;
		position: relative;
    	z-index: 5;
	}
	.logo-promo {
        width: 50%;
        text-align: center;
        left: 5%;
    }
	.logo-promo img {
		width: 76%;
	}
	.premiosDesktop .premios {
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: visible;
        padding: 0;
        max-width: 90%;
        margin: 40px auto;
    }
	.premios img {
        width: 100%;
        height: auto;
        max-width: 100%;
        position: relative;
        left: 0;
    }
	.logo-promo img {
        width: 100%;
        max-width: 100%;
        position: relative;
    }
	.logo-promo {
        width: 50%;
		text-align: center;
		z-index: 5;
    }
	.logo-promo img {
        width: 76%;
        max-width: 76%;
    }
	.formulario {
		width: 100%;
		height: auto;
		background: #000;
		padding: 0 5%;
		overflow: visible;
		position: relative;
	}
	.footerMobile {
		display: block;
	}
	.footer.footerDesktop {
		display: none;
	}
	.previewFoto {
        max-height: 160px;
    }
	.sobreimpreso-mobile {
		display: block;
	}
	.sobreimpreso-diagonalImageM {
        bottom: 0;
        left: 0;
        width: 57vh;
        height: 100%;
        position: absolute;
        z-index: 1;
        display: block;
    }
	.sobreimpreso-diagonalImageM img{
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		position: absolute;
		opacity: .7;
	}
	#formData .row {
		--bs-gutter-x: 8px;
	}
	.form {
		padding: 0 0 5%;
	}
	.footer-flex p {
        font-size: 10px;
        margin: 20px 0 0;
    }
	.sobreimpresos {
        display: none;
    }
	.sobreimpresosM {
        display: block;
		mix-blend-mode: multiply;
    }
	.sobreimpresosM .sobreimpreso-left {
		width: 85%;
		opacity: .8;
	}
	.sobreimpresosM .sobreimpreso-top {
        height: 50vh;
        opacity: .6;
    }
}
@media (max-width: 992px) and (orientation: portrait) {
	h1 {
        font-size: 2.2rem;
    }
}
@media (max-width: 768px) and (orientation: portrait) {
    .btn-primary {
        padding: 0 22px;
        font-size: 20px;
        line-height: 26px;
    }
	.btn-primary.aca {
		margin-right: 8px;
	}
}
@media (max-width: 750px) and (orientation: portrait) {
	.h1 br, h1 br {
        display: block;
    }
}
@media (max-width: 580px) and (orientation: portrait) {
	.columna {
        width: 100%;
    }
	h1 {
        font-size: 2rem;
    }
	.logo-promo {
        position: relative;
        left: auto;
        right: auto;
        bottom: 0;
        text-align: center;
        margin: 30px auto 34px;
        width: 84%;
    }
	.logo-promo img {
        width: 100%;
        max-width: 380px;
    }
	.header .logo {
        max-width: 80px;
        padding: 0;
        margin: 18px auto 0;
    }
	.sobreimpreso-diagonalImageM {
        width: 80%;
    }
	.general {
		background: #000000;
    }
	.principalModi {
        max-width: 100%;
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 5% 0 0;
        margin: 0;
        display: flex;
        align-items: flex-start;
        position: relative;
        background: url(../img/cielo.jpg);
        background-position: top center;
        background-size: cover;
    }
	.premiosDesktop {
		display: none;
    }
	.sobreimpresosM {
        display: block;
        mix-blend-mode: multiply;
        position: absolute;
        width: 100%;
        height: 100%;
    }
	.sobreimpresosM .sobreimpreso-top {
        height: 32vh;
        opacity: 1;
        top: -30px;
        position: relative;
    }
	.sobreimpresosM .sobreimpreso-left {
        background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
		bottom: 0;
		top: inherit;
        left: 0;
        width: 100%;
        height: 50vh;
        position: relative;
        z-index: 1;
        opacity: .7;
        mix-blend-mode: multiply;
    }
	.claim {
        margin: 0 0 20px;
    }
	.premiosMobile {
        display: block;
		width: 100%;
		height: auto;
		position: relative;
    }
	.premiosMobile .premio img{
		width: 100%;
		height: auto;
    }
	.premios img {
        padding: 0 0 3%;
		max-width: 93%;
    }
	input.form-control {
        padding: 8px 10px;
        font-size: 15px;
        margin: 0 0 8px;
    }
	.grupo-contain {
        align-items: center;
    }
	.form-check {
        justify-content: flex-end;
        align-items: end;
    }
	.btn-primary {
        padding: 0 22px;
        font-size: 22px;
        line-height: 29px;
    }
	.premiosMobile {
		display: none;
	}
	.wrapperMobileN {
		display: block;
	}
	.row.principal {
		min-height: auto;
		height: auto;
	}
	.form {
        padding: 0;
    }
	.footerMobile {
        display: block;
        position: absolute;
        bottom: 16px;
        left: 5%;
        right: 5%;
    }
	.sobreimpresosM {
        display: none;
    }
	.footer-flex p {
        font-size: 10px;
        margin: 20px auto 0;
        text-align: center;
    }
}
@media (max-width: 389px) and (orientation: portrait) {
	h1 {
        font-size: 1.9rem;
    }
}
@media (max-width: 374px) and (orientation: portrait) {
	h1 {
        font-size: 1.7rem;
    }
}
@media (max-width: 350px) and (orientation: portrait) {
	h1 {
        font-size: 1.6rem;
    }
}
@media (max-width: 980px) and (orientation: landscape) {
	.container {
        height: auto;
    }
	h1 {
        font-size: 1.3rem;
    }
	.formulario {
        max-width: 37%;
    }
	.logo-promo {
        width: 83%;
    }
	.container {
        padding: 20px 0;
    }
	.general {
        width: 100%;
        height: auto;
        min-height: 100vh;
        background: url(../img/bg-lg-vertical.jpg);
        background-position: center right;
        background-size: cover;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }
}
@media (max-width: 768px) and (orientation: landscape) {
	h1 {
        font-size: 1.2rem;
    }
	.formulario {
        max-width: 39%;
    }
	.principalModi {
        max-width: 38%;
    }
}