@font-face {
	font-family: 'AmsiProCond-Bold';
	src: url('/static/typo/AmsiProCondensed-Bold.woff') format('woff'), url('/static/typo/AmsiProCondensed-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'AmsiProCond-Regular';
	src: url('/static/typo/AmsiProCondensed-Regular.woff') format('woff'), url('/static/typo/AmsiProCondensed-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'FreightSansProBook';
	src: url('/static/typo/FreightSansProBook-Regular.woff') format('woff'), url('/static/typo/FreightSansProBook-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'CenturyGothic';
	src: url('/static/typo/CenturyGothic.woff') format('woff'), url('/static/typo/CenturyGothic.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('/static/img/burbujas.jpg');
	background-size: cover;
}

.navbar-dark .navbar-toggler {
	border-color: transparent;
}

.navbar-expand-lg {
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 90px;
	background: #1E2735!important;
	z-index: 999999999;
}

#imgCP {
	width: 300px;
}

header,
footer {
	background-color: #1E2735!important;
}
footer{
	min-height: 160px;
}

header a#imgUniversal img {
	filter: brightness(0) invert(1);
}

.offcanvas {
	top: 89px;
	height: calc(100vh - 90px);
	background: rgba(21, 17, 49, 1) url('/static/img/burbujas.jpg');
	z-index: 200001;
}

.offcanvas.show {
	top: 89px;
	height: calc(100vh - 90px);
	background: rgba(21, 17, 49, 1) url('/static/img/burbujas.jpg');
	z-index:200001;
}

.offcanvas .offcanvas-body ul.nav.nav-pills#menu {
	margin-top: 50px;
	padding-right: 65px;
}

.offcanvas .offcanvas-body ul.nav.nav-pills#menu li {
	margin-top: 30px;
}

.offcanvas .offcanvas-body ul.nav.nav-pills#menu li a {
	text-align: right;
}

.offcanvas .offcanvas-body ul.nav.nav-pills#menu li a h3 {
	font-family: 'CenturyGothic';
	color: white;
	font-size: 30px;
	font-weight: 400;
	text-decoration: none;
	transition: .5s;
}

.offcanvas .offcanvas-body ul.nav.nav-pills#menu li a:hover h3 {
	font-weight: bold;
}

.offcanvas .offcanvas-body {
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
}

.offcanvas .offcanvas-body .moneda4 {
	position: absolute;
	width: 230px;
	height: 250px;
	bottom: 0px;
	right: 40%;
	background-image: url(/static/img/moneda3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.offcanvas .offcanvas-body .monedaRegistry7 {
	width: 215px;
	height: 215px;
	position: absolute;
	top: 30%;
	left: 20%;
	background-image: url(/static/img/moneda7.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.offcanvas .offcanvas-body .moneda {
	position: absolute;
	width: 130px;
	height: 150px;
	top: 0;
	left: 0%;
	background-image: url(/static/img/moneda3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.offcanvas .offcanvas-body .moneda2 {
	position: absolute;
	width: 177px;
	height: 162px;
	top: -5%;
	right: -6%;
	background-image: url(/static/img/moneda2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width: 576px) {
	.offcanvas .offcanvas-body ul.nav.nav-pills#menu {
		padding-right: 10px;
	}
	.offcanvas .offcanvas-body ul.nav.nav-pills#menu li {
		margin-top: 15px;
	}
	.offcanvas .offcanvas-body ul.nav.nav-pills#menu li a h3 {
		font-size: 20px;
	}
	.offcanvas .offcanvas-body .moneda2 {
		display: none;
	}
	.offcanvas .offcanvas-body .monedaRegistry7 {
		display: none;
	}
	.offcanvas .offcanvas-body .moneda4 {
		position: absolute;
		width: 130px;
		height: 150px;
		bottom: 10%;
		right: 10%;
		background-image: url(/static/img/moneda3.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
}

span,
h2,
h3,
h4,
h5,
p,
a:hover,
a:active,
label {
	color: white;
}

h1,
h2,
h3,
h4,
h5,
.amispro-font {
	font-family: 'amsipro-bold';
}

h1 {
	color: #CC9D58;
}

a {
	color: #F08217;
}

.btn-primary {
	background-color: #F08217;
	border-color: #F08217;
	padding: 10px 30px;
	border-radius: 16px;
	font-family: 'FreightSansProBook';
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
	color: #F08217;
	background-color: white;
	border-color: white;
}

.home h1 {
	border-bottom: #CC9D58 solid 2px;
	padding-bottom: 35px;
}

.home {
	background-image: url(/static/img/avionHome.png);
	/* outline: 1px solid red; */
	background-repeat: no-repeat;
	background-size: 80%;
	position: relative;
	background-position: -90% 20%;
	padding-top: 90px;
}
.home#privacy {
	background-image: none;
	background-repeat: no-repeat;
	background-size: 80%;
	position: relative;
	background-position: -90% 20%;
	padding-top: 90px;
}

.home#homeWR .moneda {
	position: absolute;
	width: 230px;
	height: 250px;
	top: 90px;
	left: -115px;
	background-image: url(/static/img/moneda3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.home#homeWR .moneda2 {
	position: absolute;
	width: 177px;
	height: 162px;
	top: 250px;
	right: 65px;
	background-image: url(/static/img/moneda2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.home#homeWR .moneda4 {
	position: absolute;
	width: 177px;
	height: 162px;
	top: 710px;
	right: 25px;
	background-image: url(/static/img/moneda4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.home#homeWR .moneda5 {
	position: absolute;
	width: 177px;
	height: 162px;
	bottom: 400px;
	left: 160px;
	background-image: url(/static/img/moneda2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.home#homeWR .moneda6 {
	position: absolute;
	width: 230px;
	height: 250px;
	bottom: 0px;
	right: 90px;
	background-image: url(/static/img/moneda3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.home#homeWR .zAux {
	z-index: 2;
}

#gallery{
	width: 100%;
	height: 440px;
	background: rgba(30,39,53, 0.7);
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 50px;
	overflow: hidden;
} 
.cont-img{
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px
}
.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23CC9D58'/%3e%3c/svg%3e");
}

.form-check-input:checked {
	background-color: #1E2735;
	border-color: #1E2735;
}

.bullets .bulletsRow {
	width: 100%;
	display: flex;
	padding-bottom: 20px;
}

.bullets .bulletsRow:last-child .item {
	padding-right: 0;
}

.bullets .bulletsRow .item {
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	flex-basis: 50%;
}

.bullets .bulletsRow .item .contImg {
	width: 20%;
}

.bullets .bulletsRow .item .contImg img {
	width: 100%;
}

.bullets .bulletsRow .item .contText {
	width: 80%;
	padding-left: 20px;
}

.bullets .bulletsRow .item .contText p {
	color: white;
	text-transform: uppercase;
	margin: 0;
}

.bullets .bulletsRow .item .contText p.bullSup {
	font-weight: bold;
	font-size: 16px;
	font-family: 'AmsiProCond-Bold';
}

.bullets .bulletsRow .item .contText p.bullDow {
	font-weight: normal;
	font-size: 16px;
	font-family: 'AmsiProCond-Regular';
}

h2 {
	font-size: 46px;
	color: #E1AB5F;
	font-family: 'AmsiProCond-Bold';
	width: 500px;
	background: -webkit-linear-gradient(#E1AB5F, #FFE380);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.contImgLogo{
	width: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
}
.contImgLogo img{
	height: 100%;
}

h2.h2mt {
	margin-bottom: 0;
}

h3 {
	font-size: 38px;
	font-family: 'AmsiProCond-Bold';
	width: 490px;
}

h4 {
	font-size: 28px;
	font-family: 'amsipro-bold';
	margin: 0;
	font-family: 'AmsiProCond-Bold';
}

.ingresa {
	font-size: 26px;
	margin-top: 55px;
	font-family: 'AmsiProCond-Bold';
}

hr.hrLeft {
	color: #E1AB5F;
	border-top: none;
	border-bottom: none;
	height: 3px;
	background: #e1ab5f;
	width: 85%;
	opacity: 1;
}

.form-check {
	margin: 15px 0px 15px 0px;
	justify-content: start;
	display: flex;
	align-items: center;
}

.form-check label {
	margin-left: 10px;
	font-size: 17px;
	font-family: 'FreightSansProBook';
}

.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23e1ab5f' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input {
	background-color: #1e2735;
}

h5 {
	font-size: 18px;
	font-family: 'FreightSansProBook';
}

h3.cadaExp {
	font-size: 30px;
	font-family: 'AmsiProCond-Bold';
}

button.btnSend {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 205px;
}

a.btnSend {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 205px;
}

button.btnPar {
	margin-bottom: 40px;
	margin-top: 40px;
	font-family: 'FreightSansProBook';
}

a#imgUniversal {
	width: 65px;
}

.form-check.mobile {
	display: flex;
	justify-content: end;
	padding-left: 0;
}
#carouselUnivesalControls{
	display: none
}
.form-check.mbMpbile {
	margin-bottom: 0;
}
@media (max-width: 576px) {
	#gallery{
		display: none;
	}
	.home {
		background-image: url(/static/img/avionFondoMobile.png);
		background-repeat: no-repeat;
		background-size: 60%;
		position: relative;
		background-position: 110% 10%;
		overflow: hidden;
	}
	.home#homeWR .moneda {
		position: absolute;
		width: 95px;
		height: 100px;
		top: 3%;
		left: 80%;
		background-image: url(/static/img/moneda3.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.home#homeWR .moneda2 {
		display: none;
	}
	.home#homeWR .moneda4 {
		position: absolute;
		width: 135px;
		height: 135px;
		top: 35%;
		right: 80%;
		background-image: url(/static/img/moneda4.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.home#homeWR .moneda5 {
		position: absolute;
		width: 132px;
		height: 136px;
		bottom: 0;
		left: 77%;
		background-image: url(/static/img/moneda2.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		top: 47%;
	}
	.home#homeWR .moneda6 {
		display: none;
	}
	.contImgLogo{
		width: 100%;
		justify-content: center;
		align-items: center;
		height: 130px;
		display: flex;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#carouselUnivesalControls{
		display: block;
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 60px;
		padding-right: 60px;
		background: rgba(30,39,53, 0.7);
	}
	.carousel-control-next-icon{
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E1AB60'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	}
	.carousel-control-prev-icon{
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E1AB60'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
	}
	.home#thankyou .monedaSocio7 {
		display: none;
	}
	.home#thankyou .monedaSocio8 {
	   display: none;
	}
	a#imgUniversal {
		/* width: 65px; */
		width: 23%;

	}
	#imgCP {
		/* width: 150px; */
		width: 40%;

	}
	.navbar-toggler-icon{
		background-size: 75%;
	}
	h2 {
		width: 100%;
		font-size: 32px;
	}
	h3 {
		font-size: 25px;
		width: 100%;
	}
	h3.cadaExp {
		font-size: 28px;
	}
	h4 {
		font-size: 18px;
	}
	h4.prin{
		margin-top: 20px;
	}
	.form-check label {
		font-size: 18px;
	}
	.form-check label.labelTer {
		font-size: 13px;
	}
	label.labelTer {
		font-size: 13px;
	}
	.ingresa {
		font-size: 17px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	.form-check.mbMpbile {
		margin-bottom: 0;
	}
	.form-check.mobile {
		margin-top: 0;
		padding-left: 0;
		justify-content: start;
		margin-left: 25px;
		margin-bottom: 0;
	}
	.form-check.mobile .form-check-label {
		margin-left: 0;
	}
	a.btnSend {
		display: block;
		margin: 0 auto;
		margin-top: 50px;
	}
	h5 {
		margin-top: 10px;
		text-align: center;
		font-size: 14px;
	}
	button.maMobile {
		margin: 0 auto;
		margin-top: 40px;
		display: block;
	}
	h2.textPo {
		font-size: 28px;
		text-align: center;
		margin-top: 40px;
	}
	hr.hrLeft {
		width: 100%;
	}
	.bullets .bulletsRow {
		flex-direction: column;
		padding-left: 20px;
	}
	.bullets .bulletsRow .item .contText {
		width: 80%;
		display: flex;
		padding-left: 25px;
		flex-direction: column;
		justify-content: center;
	}
}


/* seccions registry */

.home#registry {
	background-image: url(/static/img/avionHome.png);
	background-repeat: no-repeat;
	position: relative;
	background-position: center 0;
	background-position-y: 215px;
	position: relative;
	background-size: 920px;
}

.registry {
	min-height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 200000;
}

.registry .infoCenter {
	margin-bottom: 90px;
	z-index: 20000;
}

.registry .infoCenter h2 {
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
	font-family: 'AmsiProCond-Bold';
	color: white;
	font-size: 60px;
	background: none;
	-webkit-text-fill-color: white;
}

.btn-primaryInver {
	background-color: #ECECEC;
	border-color: #ECECEC;
	padding: 10px 30px;
	border-radius: 16px;
}

.btn-primaryInver span {
	color: #FF7E00;
}

.btn-primaryInver:hover {
	background-color: #FF7E00;
	border-color: #FF7E00;
	color: white;
}

.btn-primaryInver:hover span {
	color: white;
}

.btnCont {
	margin-right: 20px;
}

.btnRegis {
	margin-left: 20px;
	font-family: 'FreightSansProBook';
}

.home#registry .monedaRegistry {
	width: 175px;
	height: 160px;
	position: absolute;
	top: 130px;
	right: 0;
	background-image: url(/static/img/moneda2.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.home#registry .monedaRegistry7 {
	width: 215px;
	height: 215px;
	position: absolute;
	top: 50%;
	left: 0;
	background-image: url(/static/img/moneda7.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.home#registry .monedaRegistry8 {
	width: 170px;
	height: 170px;
	position: absolute;
	top: 59%;
	background-image: url(/static/img/moneda8.png);
	background-repeat: no-repeat;
	background-size: cover;
	right: 10%;
}

@media (max-width: 576px) {
	.registry .infoCenter h2 {
		font-size: 45px;
		color: white;
	}
	.infoCenter .btns {
		display: flex;
		flex-direction: column;
	}
	.infoCenter .btns .btnCont,
	.infoCenter .btns .btnRegis {
		margin-right: 20px;
		margin-left: 20px;
		width: 83%;
		margin: 0 auto;
	}
	.infoCenter .btns .btnCont {
		margin-bottom: 30px;
	}
	.home#registry .monedaRegistry7 {
		display: none;
	}
	.home#registry .monedaRegistry8 {
		width: 136px;
		height: 136px;
		top: 11%;
	}
	.home#registry .monedaRegistry {
		width: 145px;
		height: 160px;
		top: 30%;
		left: -20%;
	}
	.home#registry {
		background-size: 100%;
		background-position: bottom;
		background-position-y: 140%;
	}
}


/* seccion thankyou */

.home#thankyou {
	background-image: url(/static/img/boletosBck.png);
	background-repeat: no-repeat;
	position: relative;
	background-size: contain;
	background-position: left;
	background-position-y: 310px;
}

.thankyou {
	height: 650px;
	display: flex;
	padding-top: 60px;
}

.thankyou .infoText {
	margin-bottom: 40px;
}

.thankyou .infoText h2 {
	margin-bottom: 10px;
	font-family: 'AmsiProCond-Bold';
	font-size: 55px;
}

.thankyou .infoText h3 {
	font-family: 'AmsiProCond-Bold';
	font-size: 39px;
}

.home#thankyou .moneda {
	position: absolute;
	width: 130px;
	height: 150px;
	top: 70px;
	left: 2%;
	background-image: url(/static/img/moneda3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.home .maleta {
	width: 244px;
	height: 245px;
	position: absolute;
	top: -5%;
	right: 0;
	background-image: url(/static/img/maleta.png);
	background-position: center;
	background-size: contain;
}

.home#thankyou .monedaRegistry7 {
	width: 115px;
	height: 115px;
	position: absolute;
	top: 37%;
	left: 10%;
	background-image: url(/static/img/moneda7.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.home#thankyou .monedaRegistry8 {
	width: 170px;
	height: 170px;
	position: absolute;
	top: 59%;
	background-image: url(/static/img/moneda8.png);
	background-repeat: no-repeat;
	background-size: cover;
	right: 10%;
}
.thankyou#privacy{
	overflow: scroll;
}
.thankyou#privacy{
	font-size: 18px;
    font-family: 'FreightSansProBook';
}
.thankyou#privacy p{
	text-align: justify;
}	
.thankyou#privacy p.textBold{	
	font-weight: 600;
	font-size: 22px;
	font-family: 'AmsiProCond-Bold';
	text-align: left;
}

.thankyou#privacy p.titleTable{
	margin: 0;
	text-align: center;
	margin-top: 20px;
    margin-bottom: 20px;
}
.thankyou#privacy .contTabel{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
    margin-top: 40px;
}
.thankyou#privacy table.tableUni{
	border: 1px solid white;
	width: 700px;
}
.thankyou#privacy table.tableUni tr,
.thankyou#privacy table.tableUni td{
	border: 1px solid white;
	padding: 15px;
}
.thankyou#privacy table.tableUni #celPrin{
	width: 250px;
}
.thankyou#privacy span.textBold{
	font-weight: 300;
	font-family: 'AmsiProCond-Bold';
}	
.thankyou#privacy span.textSub{
	text-decoration: underline;
}
.thankyou#privacy span.textBoldSub{
	font-weight: 600;
	font-family: 'AmsiProCond-Bold';
	text-decoration: underline;
}	
.thankyou#privacy span.textItalic{
	font-style: italic;
}
.thankyou#privacy span.textBoldItalic{
	font-weight: 600;
	font-family: 'AmsiProCond-Bold';
	font-style: italic;
}	
.thankyou#privacy li{
	font-size: 18px;
	font-family: 'FreightSansProBook';
	color: whitesmoke;
	text-align: justify;
}	
.thankyou#privacy ul.paddinLeft,
.thankyou#privacy ol.paddinLeft{
	 padding-left: 80px;
}

.thankyou#privacy .contbtn{
	width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
	.thankyou#privacy table.tableUni #celPrin {
		width: 120px;
	}
	.thankyou#privacy .contbtn{
		display: flex;
    	flex-direction: column;
	}
	.thankyou {
		min-height: 920px;
		height: 920px;
	}
	.thankyou#privacy ul.paddinLeft, .thankyou#privacy ol.paddinLeft{
		padding-left: 40px;
	}
	.home#thankyou {
		background-image: url(/static/img/boletosBck.png);
		background-repeat: no-repeat;
		position: relative;
		background-size: 300px;
		background-position-y: 740px;
		background-position-x: 0;
	}
	.thankyou .infoText h2 {
		font-size: 57px;
		width: 75%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.thankyou .infoText h3 {
		font-size: 30px;
		width: 68%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.thankyou .infoText {
		margin-bottom: 0;
	}
	.home#thankyou .monedaRegistry7 {
		display: none;
	}
	.home#thankyou .monedaRegistry8 {
		display: none;
	}
	.home .maleta {
		width: 108px;
		height: 108px;
		position: absolute;
		top: 0%;
		right: 0;
		background-image: url(/static/img/maleta.png);
		background-position: center;
		background-size: contain;
	}
	.home#thankyou .moneda {
		position: absolute;
		width: 130px;
		height: 150px;
		top: 90px;
		left: -15%;
		background-image: url(/static/img/moneda3.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
}


/* seccion puntos */

.home#puntos {
	background-image: url(/static/img/avionHome.png);
	background-position-y: 250px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.puntos {
	display: flex;
	height: 680px;
	padding-top: 60px;
}

.puntos .infoText {
	margin-bottom: 40px;
}

.puntos .infoText h2 {
	font-family: 'AmsiProCond-Bold';
	font-size: 55px;
	margin-bottom: 10px;
}

.puntos .infoText h3.descubreAcu {
	font-family: 'AmsiProCond-Bold';
	font-size: 45px;
}

.home#puntos .moneda {
	background-image: url(/static/img/moneda3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 150px;
	left: 2%;
	position: absolute;
	top: 10%;
	width: 130px;
}

.home .maleta {
	background-image: url(/static/img/maleta.png);
	background-position: center;
	background-size: contain;
	height: 245px;
	position: absolute;
	right: 0;
	top: 10%;
	width: 244px;
}

.home#puntos .monedaRegistry8 {
	background-image: url(/static/img/moneda8.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 170px;
	position: absolute;
	right: 10%;
	top: 59%;
	width: 170px;
}
.home#thankyou .monedaSocio7 {
	width: 115px;
	height: 115px;
	position: absolute;
	top: 35%;
	left: 12%;
	background-image: url(/static/img/moneda7.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.home#thankyou .monedaSocio8 {
	background-image: url(/static/img/moneda8.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 170px;
	position: absolute;
	right: 10%;
	top: 59%;
	width: 170px;
}
h3.register {
	color: white;
	font-family: 'AmsiProCond-Bold';
	font-size: 25px;
	margin-bottom: 40px;
	margin-top: 40px;
}

h3.register span {
	color: #F08217;
	text-decoration: underline;
}

.home .maleta2 {
	background-image: url(/static/img/maleta2.png);
	background-position: center;
	background-size: contain;
	height: 245px;
	position: absolute;
	right: 0;
	top: 10%;
	width: 244px;
}

.home#puntos .moneda {
	position: absolute;
	width: 230px;
	height: 250px;
	top: 90px;
	left: -115px;
	background-image: url(/static/img/moneda3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.textInMobile{
	display: block;
}
.infoInMobile.cont{
	display: none;
}
.infoInMobile{
	display: none;
}

@media (max-width: 576px) {
	.paddingMobile{
		padding-top: 10px !important;
	}
	.puntos {
		min-height: 920px;
		height: 920px;
	}
	.textInMobile{
		display: none;
	}
	.home#homeWR .zAux .auxMobile {
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}
	.infoInMobile.cont{
		display: flex;
		align-items: center;
		justify-content: start;
		height: 65px;
	}
	.infoInMobile.cont h2{
		flex-basis: 55%;
    	width: 55%;
	}
	.infoInMobile.cont .contImgLogo{
		flex-basis: 30%;
    	width: 30%;
		height: auto;
		z-index: 20;
	}
	.infoInMobile.cont .contImgLogo img{
		width: 100%;
	    height: auto;
		z-index: 20;
	}
	.infoInMobile{
		display: block;
	}
	.home#puntos {
		background-image: url(/static/img/avionHome.png);
		background-repeat: no-repeat;
		position: relative;
		background-size: 110%;
		background-position-y: 125%;
		background-position-x: 300%;
	}
	.puntos .infoText h2 {
		font-size: 48px;
		width: 90%;
		margin: 0 auto;
		font-family: 'AmsiProCond-Bold';
	}
	.puntos .infoText h3.descubreAcu {
		width: 100%;
		margin: 0 auto;
		font-family: 'AmsiProCond-Bold';
		font-size: 30px;
	}
	.puntos .infoText h3 {
		font-size: 20px;
		width: 100%;
		margin: 0 auto;
		font-family: 'AmsiProCond-Bold';
		font-size: 28px;
	}
	h3.register {
		font-size: 20px;
	}
	.puntos .infoText {
		margin-bottom: 0;
	}
	.home#puntos .monedaRegistry7 {
		display: none;
	}
	.home#puntos .monedaRegistry8 {
		display: none;
	}
	.home .maleta {
		width: 108px;
		height: 108px;
		position: absolute;
		top: 10%;
		right: 0;
		background-image: url(/static/img/maleta.png);
		background-position: center;
		background-size: contain;
	}
	.home#puntos .moneda {
		position: absolute;
		width: 130px;
		height: 150px;
		top: 90px;
		left: -15%;
		background-image: url(/static/img/moneda3.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.home .maleta2 {
		width: 110px;
		height: 110px;
		position: absolute;
		top: 80%;
		right: 0;
		background-image: url(/static/img/maleta2.png);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

footer a.logo {
	margin-bottom: 20px;
}

footer p {
	font-family: 'FreightSansProBook';
	color: white;
	font-size: 16px;
	margin: 0;
}

footer a {
	color: white;
}

footer ul li a,
footer a.fa {
	text-decoration: none;
}

footer a.fa {
	font-size: 22px;
	margin: 0px 0px 25px 0px;
}

footer ul li {
	list-style: none;
	padding: 5px 0px;
}

footer img {
	width: 390px;
}

footer .contSocial{
	display: flex;
	width: 140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .contSocial a{
 margin: 0;
}
.linksFooter li a {
	font-family: 'FreightSansProBook';
	font-size: 19px;
	transition: 15s;
}

.linksFooter li:hover a {
	font-family: 'CenturyGothic';
	font-size: 20px;
}

footer .bottomTextMobileLeft {
	padding-top: 5px;
}
footer .textMiddle {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

footer ul li:first-child {
	padding-top: 0;
	line-height: 1;
}

@media (max-width: 576px) {
	footer .textMiddle {
		margin-top: 20px;
	}
	footer .linksFooter.right{
		margin-top: 30px;
	}
	footer .linksFooter{
		padding-left: 5px;
	}
	footer .bottomTextMobileLeft {
		margin-top: 40px;
	}
	footer .bottomTextMobileRight {
		margin-top: 0px;
	}
	footer .bottomTextMobileRight.princ {
		margin-top: 35px;

	}
	footer img {
		width: 200px;
	}
	footer p {
		font-size: 14px;
	}
	footer a {
		color: white;
		font-size: 14px;
	}
	footer .registerLogo{
		height: 70px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	footer .registerLogo a.logo{
		margin: 0;
	}
}


/* page error  */


main.home #errorPage{
    max-height: calc(100vh - 100px);
    overflow: hidden;
    height: calc(100vh - 100px);
}

.home > section#infoError{
    background-image : none;
    display: flex;
    justify-content: center;
    align-items: center;

}

main.home #errorPage{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main.home #errorPage .contError{
    /* outline: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main.home #errorPage h1.titleError{
    font-size: 265px;
	border-bottom: none;
    padding: 0;
    line-height: 1;
    margin: 0;
    position: relative;
    letter-spacing: 30px;
    text-indent: 30px;
	margin-bottom: 10px;
    font-family: 'AmsiProCond-Bold';
    background: -webkit-linear-gradient(#E1AB5F, #FFE380);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
main.home #errorPage h1.titleError::after{
    content: '';
    width: 170%;
    height: 100px;
    /* outline: 1px solid blue; */
    position: absolute;
    top:calc(50%);
    left:calc(50%);
    transform:translate(-50%,-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
main.home #errorPage p.textError{
    font-size: 26px;
    color: white;
    margin-bottom: 100px;
}
@media (max-width: 576px) {
    
	
    main.home#errorPage{
		height: 820px;
        min-height: 820px;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
		background-image: url(/static/img/avionFondoMobile.png);
		background-repeat: no-repeat;
		background-size: 65%;
		position: relative;
		background-position: 110% bottom;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
    }
	main.home #errorPage{
		
		min-height: 100%;
	}
    main.home #errorPage .grecas{
        position: absolute;
        display: block;
        width: 220px;
        height: 220px;
        bottom: -35px;
        left: -60px;
        background-repeat: space;
        background-size: contain;
        background-position: center;
    }
    main.home #errorPage h1.titleError {
        font-size: 130px;
        position: relative;
        letter-spacing: 40px;
        word-spacing: normal;
        text-indent: 40px;
    }
    main.home #errorPage h1.titleError::before{
        content: '';
        height: 30px;
        width: 30px;
        position: absolute;
        top: calc(-25%);
        left:calc(50%);
        transform:translate(-50%,-50%);
       
    }
    main.home #errorPage h1.titleError::after {
        content: none; 
    }
    main.home #errorPage p.textError{
        text-align: center;
        font-size: 20px;
        width: 285px;
        position: relative;
        margin-bottom: 140px;
        margin-top: 20px;
    }
    main.home #errorPage p.textError::after{
        content: '';
        height: 30px;
        width: 30px;
        position: absolute;
        top: calc(140%);
        left:calc(50%);
        transform:translate(-50%,-50%);
       
    }
	h4#havas{
		font-size: 22px;
	}
	h5#aviso{
		
		font-size: 20px;
		text-align: left;
	}
}
@media only screen and (min-width: 577px) and (max-width: 991px){
	h2 {
		font-size: 30px;
		color: #E1AB5F;
		font-family: 'AmsiProCond-Bold';
		width: 100%;
	}
	h3 {
		font-size: 28px;
		font-family: 'AmsiProCond-Bold';
		width: 100%;
	}
	.bullets .bulletsRow .item .contText p.bullSup {
		font-weight: bold;
		font-size: 15px;
	}
	.home#homeWR .moneda{
		display: none;
	}
	.contImgLogo {
		width: 100%;
	}
	.contImgLogo img {
		height: 65%;
	}
	.home#homeWR .moneda5 {
		left: 20px;
	}	
	#gallery{
		display: none;
	}
}

