@charset "utf-8";
body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Antonio', sans-serif;
    position: relative;
	background: #202124;
	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: auto;
	max-width: 1080px;
	margin: auto;
	position: relative;
	z-index: 1;
}
.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: 160px;
    padding: 30px 0 1.5%;
}
.sobreimpreso{
	background: rgb(2,0,36);
	background: -webkit-linear-gradient(rgba(2,0,36,0) 0%, rgba(2,6,9,0.85) 76%);
	background: -o-linear-gradient(rgba(2,0,36,0) 0%, rgba(2,6,9,0.85) 76%);
	background: linear-gradient(rgba(2,0,36,0) 0%, rgba(2,6,9,0.85) 76%);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 440px;
	position: absolute;
	z-index: 0;
}
.row {
    display: flex;
    flex-direction: row;
}
.row.footer {
    padding-bottom: 4%;
    /* margin-top: -2%; */
}
.premios {
    display: flex;
    flex-direction: row;
}
.premios img {
    width: 100%;
    height: auto;
    max-width: 260px;
}
.premio-content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin-left: 0;
}
.logo-promo img {
    width: 80%;
    max-width: 500px;
}
.claim {
    margin: 13% 0 7%;
}
.row.principal {
    margin-top: -5%;
}
.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: 10px;
	color: #ffffff;
	border: 0;
	border-radius: 0;
	font-size: 17px;
	width: 100%;
	margin: 0 0 5px;
	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: none;
    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, .95);
    border: none;
    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-primary {
    border: 2px solid #e4032e;
    color: #ffffff;
    background: #e4032e;
    cursor: pointer;
    border-radius: 0;
    margin: 0;
    padding: 0 29px;
    font-size: 21px;
    line-height: 1.em;
    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{
	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: 100%;
}
.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: 12px;
}
/* ERROR FORM */
.just-validate-error-label {
    text-align: left;
    align-items: center;
    padding: 5px 0 10px;
    margin-top: -5px;
    /* color: #ff7343!important; */
}
.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{
	color:#FFF;
	display: flex;
}
#enviando div:last-child{
	margin: 0 0 0 10px ;
}
.noSee {
	display: none!important;
}
.premiosMobile{
	display: none;
}
.premiosDesktop .premios {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.row.footer.premiosDesktop {
    padding-bottom: 40px;
    margin-left: -10%;
    max-width: 100%;
}
.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;
    justify-content: space-between;
}

@media (max-width: 1280px) {
	.general {
		width: 100%;
		height: auto;
		min-height: 100vh;
		background: url(../img/bg-md.jpg);
		background-position: center center;
		background-size: cover;
		padding: 0;
		margin: 0;
	}
	label {
		font-size: 16px;
	}
	input.form-group {
		font-size: 16px;
	}
	.form-check-label {
		font-size: 14px;
	}
	.logo {
		max-width: 140px;
	}
	.logo-promo {
		display: flex;
		justify-content: center;
	}
	.row.footer.premiosDesktop {
		padding-bottom: 40px;
		margin-left: 0;
		max-width: 100%;
	}
}
@media (max-width: 1100px) {
	.premio-texto {
		font-size: 20px;
	}
	.logo {
		max-width: 170px;
	}
	input.form-control {
		font-size: 15px;
	}
	label {
		font-size: 15px;
		line-height: 16px;
	}
	.btn-primary {
	  padding: 0 20px;
	  font-size: 19px;
	}
	.form-check-label {
		font-size: 13px;
	}
	.row.footer.premiosDesktop {
		padding-bottom: 40px;
		margin-left: 0 auto;
		max-width: 100%;
	}
	.premiosDesktop .premio-texto {
		font-size: 20px;
	}
}
@media (max-width: 1040px) {
	.premio-texto {
		font-size: 18px;
	}
	.logo {
		max-width: 120px;
	}
	.premios img {
		max-width: 230px;
	}
	.form-check {
		padding-left: 0;
	}
	.form-check br{
		display: none;
	}
}
@media (max-width: 1000px) {
	.general {
		width: 100%;
		height: auto;
		min-height: 100vh;
		background: url(../img/bg-sm.jpg);
		background-position: center center;
		background-size: cover;
		padding: 0;
		margin: 0;
	}
	.container {
		width: 100%;
		max-width: 90%;
	}
	.row {
		display: flex;
		flex-direction: column;
		margin: auto;
		text-align: center;
		align-items: center;
	}
	.logo-promo img {
		width: 100%;
		max-width: 600px;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 100%;
		max-width: 600px;
	}
	.logo {
		padding: 5% 0 5%;
	}
	.row.footer {
		padding-bottom: 10%;
		padding-top: 50%;
	}
	.premios img {
		max-width: 50%;
	}
	.viaje .premio-content {
		margin-left: -20px;
		width: 50%;
	}
	.premio-content {
    	width: 50%;
	}
	.premios.viaje {
    	flex-direction: row-reverse;
	}
	.premio-texto {
		font-size: 25px;
		text-align: left;
	}
	.premio-icon {
		font-size: 88px;
	}
	.sobreimpreso {
		height: 30%;
	}
	.premios img {
		max-width: 50%;
		margin-left: -3%;
	}
	.premios.viaje img {
		margin-left: 0;
	}
	.sobreimpreso {
		background: rgb(2,0,36);
		background: -webkit-linear-gradient(rgba(2,0,36,0) 30%, rgba(2,6,9,0.85) 76%);
		background: -o-linear-gradient(rgba(2,0,36,0) 30%, rgba(2,6,9,0.85) 76%);
		background: linear-gradient(rgba(2,0,36,0) 30%, rgba(2,6,9,0.85) 76%);
		height: 50%;
	}
	label {
		text-align: left;
		font-size: 18px;
	}
	input.form-control {
		font-size: 18px;
	}
	.btn-primary {
		font-size: 24px;
	}
	.premiosDesktop {
		display: none;
	}
}
@media (max-width: 640px) {
	.premio-texto {
		font-size: 17px;
		text-align: left;
	}
}
@media (max-width: 540px) {
	.general {
		width: 100%;
		height: auto;
		min-height: 100vh;
		background: url(../img/bg-xs.jpg);
		background-position: center center;
		background-size: cover;
		padding: 0;
		margin: 0;
	}
	.claim {
		margin: 7% 0 7%;
	}
	.logo {
		padding: 12% 0 5%;
	}
	.row.footer {
		padding-bottom: 20%;
		padding-top: 10%;
	}
}
@media (max-width: 492px) {
	.general {
		width: 100%;
		height: auto;
		min-height: 100vh;
		background: url(../img/bg-xxs.jpg);
		background-position: center center;
		background-size: cover;
		padding: 0;
		margin: 0;
	}
	.container {
		width: 100%;
		max-width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 100%;
		max-width: 600px;
		margin: 0;
		padding: 0;
	}
	.logo {
		padding: 16% 0 10%;
	}
	input.form-control {
    	font-size: 15px;
	}
	label {
	  font-size: 15px;
	}
	.premio-texto {
		font-size: 14px;
		text-align: left;
	}
	.premio-icon {
		color: #e4032e;
		font-size: 55px;
		font-weight: 900;
		line-height: 55px;
		padding: 0 8px 0 0;
		text-align: left;
		height: 56px;
	}
	.premios img {
		max-width: 50%;
		margin-left: -5%;
	}
	.premio-content {
		margin-left: -10px;
	}
	.logo {
		max-width: 110px;
	}
	.btn-primary {
	  padding: 0 24px;
	  font-size: 18px;
	}
	input.form-control {
		font-size: 15px;
	}
	.premio-texto{
		padding-right: 0;
	}		
}
@media (max-width: 395px) {
	label {
		font-size: 14px;
	}
	input.form-control {
		font-size: 14px;
	}
	.btn-primary {
	  padding: 0 18px;
	  font-size: 17px;
	}
	.form-check-label {
		font-size: 12px;
		font-weight: 300;
		padding: 0;
	}

}
@media (max-width: 370px) {
	label {
		font-size: 13px;
	}
	input.form-control {
		font-size: 13px;
	}
	.btn-primary {
	  padding: 0 18px;
	  font-size: 16px;
	}
	.form-check-label {
		font-size: 12px;
		font-weight: 300;
		padding: 0;
	}
}
@media (max-width: 320px) {
	.btn-primary {
		border: 2px solid #e4032e;
		color: #ffffff;
		background: #e4032e;
		cursor: pointer;
		border-radius: 0;
		margin: 0;
		padding: 0 18px;
		font-size: 21px;
		line-height: 1.em;
		transition: background ease-in-out .4s, border ease-in-out .4s;
		outline: 0;
		box-shadow: none;
	}
	label {
		font-size: 13px;
		line-height: 13px;
		padding-left: 0;
	}
	.premio-texto {
		font-size: 13px;
		text-align: left;
	}
	.form-check br{
		display: block;
	}
}
@media (max-width: 280px) {
	.row.footer {
		padding-bottom: 20%;
		padding-top: 90%;
	}
}
@media (max-height: 640px) and (orientation:landscape){
	input.form-control {
		padding: 5px 10px;
	}
	input.form-control {
		font-size: 13px;
	}
	.form-check-label {
		font-size: 11px;
	}
	.premiosDesktop .premio-texto {
		font-size: 18px;
		padding-right: 30px;
	}
}