html, body { width: 100%; height: auto; background-color: #12151D; color: #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.centered { margin: 0 auto; text-align: center !important; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.normal { font-style: normal; }
.light { font-weight: lighter; }
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize !important; }
.inline { display: inline-block !important; }
.inline-flex { display: inline-flex !important; }
.block { display: block; }
.underline { text-decoration: underline; }
.no-padding { padding: 0 !important; }
.padding-1rem { padding: 1rem !important; }
.padding-2 { padding: 2vw !important; }
.no-box-shadow { box-shadow: none !important; }
.no-margin-row { margin-bottom: 0px !important; }
.normal-text { text-transform: none !important; }
.clear { clear: both !important; }
.margin-zero { margin: 0 auto !important; }
.margin-left20 { margin-left: 20px; }
.margin-right10 { margin-right: 10px; }
.justify { text-align: justify; }
.relative { position: relative !important; }
.absolute { position: absolute !important; }
.text-left { text-align: left; }
/** {outline: 1px solid red;}*/

/* Fonts */
@font-face {
	font-family: 'futura-bold';
	src: url('../css/fonts/Futura/Futura-Bold.eot');
	src: url('Futura-bold.eot?#iefix') format('embedded-opentype'),
		url('../css/fonts/Futura/Futura-Bold.woff2') format('woff2'),
		url('../css/fonts/Futura/Futura-Bold.woff') format('woff'),
		url('../css/fonts/Futura/Futura-Bold.ttf') format('truetype'),
		url('../css/fonts/Futura/Futura-Bold.svg#futura-bold') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'futura-regular';
	src: url('../css/fonts/Futura/FuturaBT-Book.eot');
	src: url('FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
		url('../css/fonts/Futura/FuturaBT-Book.woff2') format('woff2'),
		url('../css/fonts/Futura/FuturaBT-Book.woff') format('woff'),
		url('../css/fonts/Futura/FuturaBT-Book.ttf') format('truetype'),
		url('../css/fonts/Futura/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'DIN Alternate';
	src: url('../css/fonts/DIN/DINAlternate-Medium.eot');
	src: url('DINAlternate-Medium.eot?#iefix') format('embedded-opentype'),
		url('../css/fonts/DIN/DINAlternate-Medium.woff2') format('woff2'),
		url('../css/fonts/DIN/DINAlternate-Medium.woff') format('woff'),
		url('../css/fonts/DIN/DINAlternate-Medium.ttf') format('truetype'),
		url('../css/fonts/DIN/DINAlternate-Medium.svg#DINAlternate-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

.din-black {
	font-family: 'futura-bold', sans-serif;
	font-weight: 900;
	font-style: normal;
}
.din-alt-medium {
	font-family: 'DIN Alternate', sans-serif;
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Barlow';
	src: url('../css/fonts/Barlow/Barlow-Medium.eot');
	src: url('Barlow-Medium.eot?#iefix') format('embedded-opentype'),
		url('../css/fonts/Barlow/Barlow-Medium.woff2') format('woff2'),
		url('../css/fonts/Barlow/Barlow-Medium.woff') format('woff'),
		url('../css/fonts/Barlow/Barlow-Medium.ttf') format('truetype'),
		url('../css/fonts/Barlow/Barlow-Medium.svg#Barlow-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Barlow';
	src: url('../css/fonts/Barlow/Barlow-Bold.eot');
	src: url('Barlow-Bold.eot?#iefix') format('embedded-opentype'),
		url('../css/fonts/Barlow/Barlow-Bold.woff2') format('woff2'),
		url('../css/fonts/Barlow/Barlow-Bold.woff') format('woff'),
		url('../css/fonts/Barlow/Barlow-Bold.ttf') format('truetype'),
		url('../css/fonts/Barlow/Barlow-Bold.svg#Barlow-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Barlow';
	src: url('../css/fonts/Barlow/Barlow-SemiBold.eot');
	src: url('Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../css/fonts/Barlow/Barlow-SemiBold.woff2') format('woff2'),
		url('../css/fonts/Barlow/Barlow-SemiBold.woff') format('woff'),
		url('../css/fonts/Barlow/Barlow-SemiBold.ttf') format('truetype'),
		url('../css/fonts/Barlow/Barlow-SemiBold.svg#Barlow-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

.barlow-medium{
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-style: normal;
}
.barlow-bold{
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-style: normal;
}
.barlow-semibold{
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-style: normal;
}

.font_white{color: #fff;}
.font_grey{ color: #989898;}
.font_fosfofosfo{ color: #d3fb3b; }
.font_green{ color: #74ebab; }
.glow_green{ text-shadow: 0 0 5px #74ebab;}

.space40{
	display: block;
	height: 40px;
}

a {
	text-decoration: none;
	outline: none;
	outline-width: 0;
}

a.font_green, .font_green a{ color: #74ebab; }

/* MENU */
.navbar-brand img {
	height: 40px; /* G64 50px;*/
}
#animated_logo{
	width: 70px;
	height: 50px;
}

#site-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	font-size: 14px;
	background-color: #12151D;
}

#site-menu a.nav-link{
	color: #fff;
}
#site-menu a.nav-link:hover, #site-menu a.nav-link.active{
	color: #db0080;
	text-shadow: 0 0 5px #db0080;
}

.show-search-bar.disabled {
	opacity: 0.5;
	pointer-events: none;
}
.search-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 12;
	font-size: 14px;
	background-color: #12151D;
	padding: 20px 0;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
}
.search-container.show-search {
	opacity: 1;
	pointer-events: all;
	top: 80px;
}
.search-container .search-input {
	height: 38px;
}
.search-container .close-search-bar {
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
	color: #db0080;
	margin-left: 20px;
}
.search-container .send_search_data {
	font-size: 12px;
	line-height: 12px;
	cursor: pointer;
}

.navbar-toggler {
	font-size: 1rem;
  color: rgba(255,255,255,.55);
  border-color: rgba(255,255,255,0);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media(max-width:1200px){
	.search-container.show-search {
		top: 70px;
	}
}
@media(max-width:992px){
	#site-menu {
		font-size: 11px;
	}
}
@media(max-width:767px){
	.navbar-brand img{
		height: 30px;
	}
	#animated_logo{
		width: 50px;
		height: 40px;
	}
	#site-menu {
	  padding-bottom: 0;
	}

	.nav-link-search {
		display: none;
	}
	.search-container {
		position: relative;
		display: none !important;
	}
	.search-container.show-search {
		display: flex !important;
		top: 0;
	}
	.search-container .close-search-bar {
		display: none !important;
	}
}

/* FOOTER */
.footer-link {
	font-size: 12px;
	line-height: 12px;
}

#footer {
	padding: 5px 10px; /* G64 39px 100px; */
	border-top: 1px solid rgba(255,255,155,0.25);
}


#footer-form-newsletter .info{
	font-size: 13px;
	margin-bottom: 10px;
}

.footer_links{
	display: flex;
	justify-content: flex-end;
}
.footer_links .cie-logo {
	height: 30px;
}
.footer-link{
	color: #db0080;
}

@media(max-width:1200px){
	#footer {
		padding: 39px 20px;
	}
}

@media(max-width:767px){
	#footer {
		padding: 30px 0px;
	}
	.footer_rss{
		justify-content: center;
	}
	.footer_links{
		display: block;
		text-align: center;

	}
}

.grecaptcha-badge{
	display: none !important;
}

#recaptchaV2{
	transform: scale(0.8);
}

/* RSS */
.rss_container{
	padding: 20px;
	margin-bottom: 50px;
}
.rss-link {
	font-size: 20px;
	line-height: 20px;
	color: #74ebab;
}
@media(max-width:600px){
	.rss-link {
		font-size: 16px;
		padding: 10px;
	}
}


.m-75{
	margin-top: 75px;
}
.img-left{
	margin: auto;
	display: block;
}
.img-right{
	margin: auto;
	display: block;
}
.img-center{
	display: block;
	margin: auto;
}
.title-text{
	text-align: center;
	font: normal normal normal 32px/40px 'futura-bold', sans-serif;
	letter-spacing: 0px;
	color: #ffda00;
	text-transform: uppercase;
	opacity: 1;
	margin: 10px auto;
	line-height: inherit;
}
.title-text{
	text-align: center;
	font: normal normal normal 32px/40px 'futura-bold', sans-serif;
	letter-spacing: 0px;
	color: #ffda00;
	text-transform: uppercase;
	opacity: 1;
	margin: 10px auto;
	line-height: inherit;
}
.title-text.home{
	font: normal normal normal 18px/33px 'futura-bold', sans-serif;
	line-height: 1.3;
}
@media (max-width: 580px) {
	.title-text.home{
		font: normal normal normal 23px/33px 'futura-bold', sans-serif;
	}
	.title-text.t-white{
		color: #ffff;
	}
}
.date-text{
	text-align: center;
	font: normal normal normal 16px/30px 'futura-regular', sans-serif;
	letter-spacing: 0px;
	color: #ffda00;
	text-transform: uppercase;
	opacity: 1;
	margin-bottom: 18px;
	line-height: 1.3em;
}
.bold-text{
	text-align: center;
	font: normal normal normal 16px/30px 'futura-bold', sans-serif;
	letter-spacing: 0px;
	color: #ffda00;
	text-transform: uppercase;
	opacity: 1;
	margin-bottom: 18px;
	line-height: 1.3em;
}


.btn-purple{
	width: 270px;
	height: 50px;
	font: normal normal normal 20px/30px 'futura-bold', sans-serif;
	background: #364ea4 0% 0% no-repeat padding-box;
	opacity: 1;
	display: block;
	margin: auto;
	margin-bottom: 20px;
	transform: skew(-20deg);
	cursor: pointer;
	position: relative;
	z-index: 2;
	border: none;

}
.btn-purple span, .btn-purple a{
	text-align: center;
	font: normal normal normal 20px/30px 'futura-bold', sans-serif;
	letter-spacing: 0px;
	color: #ffff;
	text-transform: uppercase;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 47px;
	transform: skew(20deg);
	position: relative;
	z-index: 2;
	font-size: .9em;
}

.btn-purple::before{
	content: " ";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ffda00;
    position: relative;
    z-index: 418;
    right: 0;
    left: 0;
    bottom: -48px;
}
.btn-purple::after{
	content: " ";
    display: block;
    height: 100%;
    width: 3px;
    background-color: #ffda00;
    position: relative;
    z-index: 418;
    left: 0;
     bottom: 49px;
}

.console-text{
	text-align: center;
	font: normal normal normal 16px/25px 'Barlow', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	width: 278px;
	/*font-size: 14px;*/
	margin: 0 auto 31px;
}

/* Form */
.form-text{
	text-align: center;
	font: normal normal normal 30px/35px 'futura-bold', sans-serif;
	letter-spacing: 0px;
	color: #ffda00;
	text-transform: uppercase;
	opacity: 1;
	margin-bottom: 4%;
	margin-top:10%;
}
.input-group{
	display: inline-block;
	margin-bottom: 14px;  /* G64 14px*/
  text-align: right;
}
.input-group span{
	text-align: center;
	font: normal normal bold 18px/30px 'futura-bold', sans-serif;
	letter-spacing: 0px;
	color: #ffda00;
	text-transform: uppercase;
	opacity: 1;
	background-color: transparent;
	border: none;
	display: inline-block;
/*	font-size: 1em; G64 */

}
.input-group input{
	width: 423px !important;
	height: 44px;
	/* background: #FFFFFF 0% 0% no-repeat padding-box; */
	opacity: 1;
	/* transform: skew(-20deg); */
	border-radius: 0;
	display: inline-block;
	float: right;
	z-index: 1;
	text-transform: uppercase !important;
	font-family: 'futura-bold', sans-serif;;
	font-weight: bolder;
	font-size: 0.9em;
}
.input-group .wave{
	width: 360px !important;
}
.input-group input::placeholder {
	/* transform: skew(25deg); */
	color: #AAAAAA;
	text-transform: uppercase;
	font-family: 'futura-regular'
}
input::-webkit-textfield-decoration-container,
input div [pseudo="-webkit-textfield-decoration-container"],
input div [contenteditable="plaintext-only"] {
	/* transform: skew(25deg) !important; */
}
.cont-input{
	background-color: transparent !important;
	border: none;
}
.input-group{
	position: relative;
}
.input-group .cont-b{
	width: 423px !important;
	height: 44px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	transform: skew(-20deg);
	position: absolute;
	top: 0;
	right: 0;
}
.cont-s::before{
	content: '';
	width: 423px !important;
	height: 44px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	transform: skew(-20deg);
	position: absolute;
	top: 0;
	right: 0;
}
.cont-s3::before{
	content: '';
	width: 140px !important;
	height: 44px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	transform: skew(-20deg);
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 990px) {
	.cont-s3::before{
		content: '';
		width: 100% !important;
		right: -6px;

	}

}

.cont-s3::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    color: black;
    font-size: 20px;
    position: absolute;
    right: 27px;
    top: 12px;

}
@media (max-width: 470px) {
	.cont-s3::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    right: 10px;


}
}

.cont-z::before{
	content: '';
	width: 360px !important;
	height: 50px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	transform: skew(-20deg);
	position: absolute;
	top: 0;
	right: 0;
}

.form-select:focus {
	border-color: transparent;
	box-shadow: none;
	}
.form-control:focus {
	border-color: transparent;
	box-shadow: none;
}

.ui-datepicker{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 30px 50px #00000090;
	opacity: 1;
	border-radius: 0;
	width: 340px;
	min-height: 385px;
	padding: 20px 20px;
}
.ui-datepicker-header{
	background-color: transparent;
	border: none;
}
.ui-datepicker-month, .ui-datepicker-year{
	text-align: left;
	font: normal normal medium 18px/28px 'Barlow', sans-serif !important;
	font-family: 'futura-bold', sans-serif !important;
	letter-spacing: 0.81px;
	color: #000000;
	opacity: 1;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-style: normal;
}
.ui-datepicker-week-end span{
	text-align: left;
	font: normal normal medium 13px/22px 'Barlow', sans-serif !important;
	letter-spacing: 0.58px;
	color: #020202;
	opacity: 1;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-style: normal;
}
.ui-datepicker-calendar th span, .ui-datepicker-calendar td a{
	text-align: center;
	font: normal normal medium 12px/20px 'Barlow', sans-serif !important;
	letter-spacing: 0.54px;
	color: #020202 !important;
	opacity: 1;
	background-color: transparent !important;
	font-family: 'Barlow', sans-serif;
	font-weight: 500 !important;
	font-style: normal;
	font-size: 17px;
	line-height: 39px;
}
.ui-datepicker-calendar td .ui-state-highlight{
	background: #B1F703 0% 0% no-repeat padding-box !important;
	box-shadow: 0px 3px 6px #00000029;
	opacity: 1;
	color: #fff !important;
}
td {
	padding: 0 !important;
}
.ui-icon-circle-triangle-w{
	opacity: 0;
	position: relative;
}
.icon-p::before{
	font-family: "Font Awesome 5 Free";
	content: "\f104";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	padding-left: 9px;
	color: #B1F703;
	font-size: 20px;
}
.icon-n::before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	padding-left: 10px;
	color: #B1F703;
	font-size: 20px;
}

.ui-icon-circle-triangle-e{
	opacity: 0;
}
select {
	width: 28% !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='#FF0087' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 110%;
	background-position-y: 3px;
	border: none;
	border-radius: 0;
	margin-right: 0;
	padding: 3px;
	padding-right: 0;
}
.text-time{
	text-align: center;
	font: normal normal bold 12px/30px Barlow;
	letter-spacing: 0px;
	color: #C2FC00;
	text-transform: uppercase;
	opacity: 1;
}
.form-check-label a {
	text-align: left;
	text-decoration: underline;
	font: normal normal normal 16px/40px Barlow;
	letter-spacing: 0px;
	color: #ffda00;

}
.form-check-input {
	margin-top: .75em;
}
.form-check-input:checked {
	background: #c7ab09 0% 0% no-repeat padding-box;
	border-color: #c7ab09;
}
.select-edit{
	display: block;
	height: 44px;
	margin-bottom: 25px;  /* G64 14px */
	position: relative;
	text-align: right;
}

.select-edit.tresC {
		width: 33.333% !important;
		max-width: 140px !important;
		display: inline-block;
		margin-bottom: -5px;

	}
	@media (max-width: 990px) {
	  .select-edit.tresC {
	  	   width: 100% !important;
		max-width: 100% !important;
		margin-bottom: -40px;
		left: -5px;
	   }
	}
	@media (max-width: 599px){
		.select-edit.tresC {
		    width: 94% !important;
    max-width: 100% !important;
    margin-bottom: -40px;
    left: 20px;
		}
	}
	@media (max-width: 450px) {
	  .select-edit.tresC {
	  	        width: 95% !important;
    max-width: 100% !important;
    margin-bottom: -40px;
    left: 10px;
	   }

	}
.form-select {
	width: 360px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	/* background-image: url("data:image/svg+xml;utf8,<svg fill='#FF0087' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>"); */
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 14px;
	border: none;
	border-radius: 0;
	margin-right: 0;
	padding: 3px 3px 3px 10px;
	height:50px;
	float: right;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	font-family: 'futura-regular';
	font-size: 1em;
}
.form-select.dates {
	width: 140px !important;
	transform: skew(340deg )!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #ffff;
	/* background-image: url("data:image/svg+xml;utf8,<svg fill='#FF0087' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>"); */
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 14px;
	border: none;
	border-radius: 0;
	margin-right: 1%;
	padding: 3px 3px 3px 10px;
	height:50px;
	float: right;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	font-family: 'futura-regular';
	font-size: 1em;
}



.text-select {
	text-align: center;
	font: normal normal bold 18px/30px 'futura-bold', sans-serif;
	letter-spacing: 0px;
	color: #ffda00;
	text-transform: uppercase;
	opacity: 1;
	background-color: transparent;
	border: none;
	display: inline-block;
	line-height: 50px;
	padding: 0 .75rem;
}
.text-select.se-p3 {
    margin-right: 18px;
    padding: 0px;
	  margin-left: 55px; /*17px; G64*/
}

.select-edit-div { /* G64 */
	margin-top: -50px; margin-left: 270px; margin-bottom: 15px; /* G64 margin-top: -50px; margin-bottom: 25px*/
}
/* Gracias Page */
/*.gracias-text{
	text-align: center;
	font: normal normal normal 36px/50px 'futura-bold', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	margin: 58px auto 31px;
}*/
.correo-text{
	text-align: center;
	font: normal normal medium 16px/30px Barlow;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	margin-bottom: 31px;
}
.hide {
	display: none;
}
.form-1{
	/*display: none;*/
	position: relative;
	z-index: 2;
/*	background: rgba(0,0,0,.3);*/
	width: 100%;
    height: 100%;
   /* transform: translate(-1%, 0%);*/
}
.form-1 .bg-opacity{
	max-width: 700px;
    margin: 0 auto;
  /*  padding: 6% 0;*/

}
.form-2{
	display: none;
}
.se-f{
	width: 423px !important;
}
.se-f3{
	width: 140px !important;
}
@media (max-width: 990px) {
	.se-f3{
		/*width: 100px !important;*/
	width: 100% !important;
    text-align: left;
    left: 8px;
	}
}


.space270 {
	margin-top: 270px;
}
.cont-img{
	margin-top: 20px;
}
.cont-img img {
	display: block;
	margin: auto;
}

/*Media*/

@media (max-width: 991.98px) {
	.m-auto: {
		margin: auto;
	}
	/*
	.btn-pink, .btn-purple {
		width: 350px;
	}
	*/
	.btn-pink span, .btn-pink a, .btn-purple span, .btn-purple a {
		font-size: 18px;
	}

	.input-group-text {
		display: block !important;
		text-align: left !important;
	}
	.input-group .cont-b {
		top: auto;
		width: 100% !important;
	}
	.input-group input, .se-f{
		width: 100% !important;
	}
	.cont-s::before{
		width: 100% !important;
		top: auto;
		bottom: 0;
	}
	.cont-z::before{
		width: 100% !important;
		top: auto;
		bottom: 0;
	}
	.se-f{
		margin-bottom: 31px;
		display: block;
	}
	.text-time {
		margin-top: 20px;
	}
	.revers-col {
		flex-direction: column-reverse;
	}
	.se-p{
		display: block;
		text-align: left;
	}
	.se-a1{
		margin-bottom: 31px;
	}
	.se-a{
		margin-bottom: 31px;
	}
	.form-c {
		width: 100% !important;
	}
	.select-edit {
		height: 100px;
	}
	.select-edit-div {  /* G64 */
		margin-top: 0px; margin-left: 0px; margin-bottom: 25px;
	}
	.text-select.se-p3 { /* G64 */
		margin-left: 17px;
	}
}
@media (max-width: 600px) {
	.input-group {
		margin-bottom: 1px;

	}
	/*
	.btn-pink, .btn-purple, {
		width: 95%;
	}
	*/
	.btn-purple-box {
		width: 95%;
	}
	.input-group input, .se-f {
		width: 95% !important;
		margin: auto;
	}
	.input-group .cont-b {
		width: 94% !important;
		margin: auto 1%;
	}
	.cont-s::before {
		width: 95% !important;
		margin: auto;
	}
	.form-c {
		width: 95% !important;
		margin: auto;
	}
	.cont-z::before {
		width: 95% !important;
		margin: auto;
	}
	.select-edit {
		width: 95%;
		margin: 0 auto 14px;
	}

	.bg-ft {
		background-image: url('../img/bg-ft-mobile.jpg') !important;
	}
	.bg-ft.dark {
		background-image: url('../img/bg-ft-mobile-dark.jpg') !important;
	}
	.bg-full-img {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.bg-full-no-image {
		padding-right: var(--bs-gutter-x,.75rem) !important;
		padding-left: var(--bs-gutter-x,.75rem) !important;
	}
	.width90 {
		width: 90% !important;
	}
	.form-1{
		/*background-color: unset;*/
	}
	.select-edit-div {  /* G64 */
		margin-top: 0px; margin-left: 0px; margin-bottom: 25px;
	}
	.text-select.se-p3 { /* G64 */
		margin-left: 17px;
	}
}

/*Modal*/

.modal-open .modal{
	    padding-right: 0 !important;

}
.modal-title{
	text-align: center;
	font: normal normal normal 35px/40px 'futura-bold', sans-serif;
	letter-spacing: 0px;
	color: #364ea4;
	text-transform: uppercase;
	opacity: 1;
	margin-bottom: 4%;
	color: #ffff;

}
/*.line-m{
	border: 1px solid #707070;
	opacity: 1;
	margin: 21px 0 31px;
	width: 100%;
}*/
.modal-dialog{
	max-width: 100%;
	background-image: url('../img/bg-ft.jpg');
	background-size: cover;
}
.modal-content{
	/*background: #12151d26 0% 0% no-repeat padding-box;*/
	/*background-image: url('../img/bg-ft.jpg');
	background-size: cover;*/
	background: rgba(0,0,0,.6);

}
.modal-header{
	border-bottom: none;
}
.btn-close {
	width: 35px;
	height: 35px;
	color: #12151D !important;
	background: #fff /*url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#FF0077'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")*/ center/1em auto no-repeat;
	border-radius: 0;
	opacity: 1;
}
.modal-header .btn-close {
	padding: 0 0;
	margin: 0px 0rem -.5rem auto;
}
.content-text p {
	text-align: left;
	font: normal normal normal 16px/25px 'Barlow';
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}
.content-link {
	color: #db0080;
}

/* Cambios */
.cont-s::after{
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	color: black;
	font-size: 20px;
	position: absolute;
	right: 27px;
	top: 12px;
}
.cont-z::after{
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	color: #B1F703;
	font-size: 20px;
	position: absolute;
	right: 27px;
	top: 12px;
}
@media (max-width: 991.98px) {
	.btn-pink span, .btn-pink a, .btn-purple span, .btn-purple a {
		font-size: 15px;
	}
	.btn-purple-box span, .btn-purple-box a {
		font-size: 15px;
	}
	.cont-s::after{
		top: 60px;
	}
	.cont-z::after{
		top: 60px;
	}
	.alerta {
		width: 100% !important;
		text-align: center;
	}
	.alerta2 {
		width: 100% !important;
		text-align: center;
	}
	#aviso{
		margin-top: 40px !important;
	}
	.footer_rss {
		justify-content: center;
	}
}

.input-group input {
	transform: skew(0deg)!important;
	text-transform: uppercase !important;
}
.form-select, input {
	color: #2a2a2a !important;
	/*opacity: .5;*/
}
.form-select {
	transform: skew(0deg)!important;
}

@media (max-width: 600px) {
	.btn-pink span, .btn-pink a, .btn-purple span, .btn-purple a {
		font-size: 0.9em;
	}
	.btn-purple-box span, .btn-purple-box a {
		font-size: 0.9em;
	}
}
.space60{
	display: block;
	height: 60px;
}


/* boing*/

.cont-imgc{
	width: 75%; /* width: 75%;*/
  max-width: 450px;
  height: auto;
  margin: 30px auto 2px;  /*margin: 30px auto 2px;*/
}

.cont-imgc.thanks{
	max-width: 600px;
}

.top25{
	margin-top: 25px;
}

.bg-ft{
	background: #12151D;
	background-image: url('../img/bg-ft.jpg');
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;

}
.bg-ft.home{
	background-image: url('../img/bg-ft-home.jpg');

}
.bg-ft.dark{
	background-image: url('../img/bg-ft-dark.jpg');
	/*background-size: 100% 100%;*/
	background-size: cover;
}

.gracias-text.dos{
	margin: 31px auto 31px;
}

.logo{
	margin-top: 20px;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

.logo img{
	width: 110px;
	margin: 0 auto 40px;
	display: block;
}

.link-text{
	color: #ffffff;
	text-decoration: underline;
	position: relative;
	z-index: 2;
}
.link-text:hover{
	color: #C2FC00;
}

.pat-sec{
	background-color: rgba(85, 66, 92, .5);
	position: relative;
	z-index: 0;
}
.pat-sec::before{
	content: '';
	width: 12px;
	background-color: rgba(85, 66, 92, .5);
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: -12px;
}
.pat-sec::after{
	content: '';
	width: 12px;
	background-color: rgba(85, 66, 92, .5);
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: -12px;
}
.pat-sec-wrp{
	max-width: 850px;  /* G64 500px */
  margin: 0 auto;
}



.pat-sec span{
	font-family: 'futura-regular';
	font-size: 14px;

}
.pat-sec .img-fluid{
		max-width: 100% !important	;
	}

@media (max-width: 750px) {
	.pat-sec .img-fluid{
		max-width: 50% !important	;
	}
}

@media (max-width: 600px) {
	.pat-sec .img-fluid{
		max-width: 100% !important	;
	}
	.pat-sec .col-sm-6 {
		max-width: 85px;

	}
	.pat-sec-wrp{
		justify-content: center;
	}

	.form-text{
		font-size: 1.3em;
    padding-left: 3%;
    text-align: left;
    margin-bottom: 0;
    margin-top: 15%;
	}
	.modal-title{
		font-size: 1.2em;
    	line-height: inherit;
	}
	.modal-dialog{
		background-image: url('../img/bg-ft-mobile.jpg');
		background-size: contain;
	}
}

.font16{
	font-size: 16px;
}

@media (max-width: 992px) {
	.cont-imgc{
		width: 100%;
		height: auto;
		margin: 40px auto 0;
	}
	.title-text{
		font-size: 23px;
		line-height: 30px;
		line-height: inherit;
	}
	.title-text br{
		display: none;
	}
	.date-text{
		font-size: 18px;
		line-height: 1.5;
	}
	.date-text br{
		display: none;
	}
	.gracias-text {
		margin: 20px auto 25px;
	}
	.gracias-text br{
		display: none;
	}
	.note p{
		 margin: auto;
		 width: 100% !important;
    margin-left: auto;
    padding-left: 2%;
    padding-top: 6%;
	}
}

.img-car-right {
  position: absolute;
    width: 58%;
    bottom: 0%;  /*-7%;*/
    right: 90px;
    z-index: 1;
 }
@media (max-width: 1700px){
	.img-car-right {
   position: absolute;
    width: 73%;
    bottom: -7%;
    right: -41px;
    z-index: 1;
 	}

 }

 .bg-full-no-image{
 	@media (max-width: 992px){
 		display: none;
 	}

 }


 .note p{
 	font-size: 0.8em;
    color: #ffda00;
    width: 500px;   /* G64 360px;*/
    margin-left: auto;
    padding-left: 4%;
 }

 .content-box{
 	max-width: 1300px;
    margin: 0 auto;
 }

  .content-box .btn-index{
  	width: 39px;
    height: 38px;
    background-color: #f6f6f6;
    position: absolute;
    z-index: 5;
    right: 59px;
    font-size: 26px;
    top: 100px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-family: 'verdana';
    color: black;
    border: 2px solid grey;
    line-height: 1.2;
  }

@media (max-width: 650px){
	.content-box .btn-index{
		width: 35px;
    height: 35px;

    right: 15px;
    font-size: 22px;
    top: 100px;

    line-height: 1.2;

	}
}
