html, body { width: 100%; height: auto; background-color: #000000; 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; }
.text-c { text-align: center; }
.col-1-2{width: 3% !important; }
.j-center{ justify-content: center;}
.a-items-center{ align-items: center;}
.text-space{letter-spacing: .1em;}
.mr-1{margin-right: 0.5rem !important;}  
.ml-2{margin-left: 0.5rem !important;} 
/** {outline: 1px solid red;}*/

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


.mx-wrp{
	max-width: 1400px;
	margin: 0 auto;

}


.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, p, span, label{
	font-family: 'Montserrat-Regular';
	
}
label{
	
}
a {
	text-decoration: none;
	outline: none;
	outline-width: 0;
}
p{
	line-height: 1.3;
}

.t-medium{
	font-family: 'Montserrat-Medium';
}
.t-light{
	font-family: 'Montserrat-Light';

}
.t-color-y{
	color: #ffde00;

}
textarea{
	width: 100% !important;
	font-family: 'Montserrat-Medium';


}


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

/* MENU */
.navbar-brand img {
	height: 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: #000000;
}

#site-menu a.nav-link{
	color: #fff;
}





/* FOOTER */
.footer-link {
	font-size: 0.75rem;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	display: inline;
	margin: 0 auto;
	padding: 5px;

}

#footer {
	padding: 1% 3%;
	color: #111111;
}
.footer_links{
	text-align: center;
}

#footer a {
	text-decoration: underline;
}




.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;
	max-width: 600px;
}
.title-text{
	
	font: normal normal normal 2.5rem/3rem 'Montserrat-bold', sans-serif;
	color: #f8a8ff;
	text-transform: uppercase;
	line-height: inherit;
	padding-left: 15%;
}

.title-text.home{
	font: normal normal normal 1.7rem/1.9rem 'Montserrat-Medium', sans-serif;
	color: #ffff;
	padding: 0;
}
@media (max-width: 580px) { 
	.title-text.home{
		font: normal normal normal 23px/33px 'Montserrat-bold', sans-serif;
	}
	.title-text.t-white{
		color: #ffff;
	}
}
.date-text{
	text-align: center;
	font: normal normal normal 1.9rem/1.8rem 'Montserrat-bold', sans-serif;
	color: #f8a8ff;
	line-height: 1.3em;
}

.text-regular{
	font-family: 'Montserrat-regular';
}

.btn:hover{
	background-color: #01780d;
	color: #010101;


	}
.btn{
	text-align: center;
	color: #1BFE31;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	position: relative;
	z-index: 2;
	font-size: .9em;
	background-color: none;
	/* border-radius: 30px; */
	max-width: 240px;
	border:solid 2px #1BFE31;
	font-weight: 800;

}
.img-efect{
	mix-blend-mode: screen;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
	     /* border-top-right-radius: 30px; 
    border-bottom-right-radius: 30px; */
}
.btn-circ{
	width: 50px;
	height: 50px;
	color: #1BFE31;

	border: 2px solid #1BFE31;
	border-radius: 50%;
	background-image: url('../img/btn-icon.jpg');
	background-size: cover;
}
.btn-back{
	height: 40px;
	width: 40px;
}
.btn-next{
	transform: rotate(140deg);
}

.console-text{
	text-align: center;
	font: normal normal normal 16px/25px 'Montserrat-Medium', sans-serif;
	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 2.5rem/3rem 'Montserrat-bold', sans-serif;*/
	color: #f8a8ff;
	margin-bottom: 4%;
	margin-top:10%;
}
.input-group{
	display: inline-block;
	margin-bottom: 14px;
	   
}
.input-group span{
	
	color: #ffff;
	opacity: 1;
	background-color: transparent;
	border: none;
	display: inline-block;
	font-size: 1em;
	
	 text-align: left;

}
.input-group input{
	width: 100%;
	height: 40px;
	opacity: 1;
	/* border-radius: 30px; */
	display: inline-block;
	float: right;
	z-index: 1;
	font-family: 'Montserrat-regular', sans-serif;;
	font-size: 0.9em;
	    /* border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px      !important; */

}
.input-group .wave{
	width: 360px !important;
}
.input-group input::placeholder {

	color: #000000;

	


}
input::-webkit-textfield-decoration-container,
input div [pseudo="-webkit-textfield-decoration-container"],
input div [contenteditable="plaintext-only"] {
	/* transform: skew(25deg) !important; */

}
.cont-input{



}
.input-group{
	position: relative;
}
.input-group .cont-b{
	width: 423px !important;
	height: 44px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	
	position: absolute;
	top: 0;
	right: 0;
}
.cont-s::before{
	content: '';
	width: 423px !important;
	height: 44px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	
	position: absolute;
	top: 0;
	right: 0;
}
.cont-s3::before{
	content: '';
	width: 224px !important;
	height: 44px;
	background: #f8a8ff 0% 0% no-repeat padding-box;
	
	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;

	position: absolute;
	top: 0;
	right: 0;
}
.form-control {
	border-radius: 0px;
}
.form-select:focus {
	border-color: transparent;
	box-shadow: none;
	
	}
.form-control:focus {
	border-color: transparent;
	box-shadow: none;
	
}


.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:100% !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;
	height: 40px;
    opacity: 1;
    /* border-radius: 30px; */
	
   

}
.text-time{
	text-align: center;
	font: normal normal bold 16px/30px Montserrat-Medium;
	color: #C2FC00;
	/*text-transform: uppercase;*/
	opacity: 1;
}
.form-check-label a {
	text-align: left;
	text-decoration: underline;
	font: normal normal normal 16px/40px Montserrat-Medium;
	color: #ffff;


}

.form-check-input {
	margin-top: .4em;
}
.form-check-input:checked {
	background: #1BFE31 0% 0% no-repeat padding-box;
	border-color: #1BFE31;
}


.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: 'Montserrat-Medium';
	font-size: 1em;
}
.form-select.dates {
	width: 224px !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: 'Montserrat-regular';
	font-size: 1em;
}



.text-select {
	text-align: center;
	font: normal normal bold 18px/30px 'Montserrat-Medium', sans-serif;
	color: #ffff;
	opacity: 1;
	background-color: transparent;
	border: none;
	display: inline-block;
	line-height: 50px;
	padding: 0 .75rem;
}
.text-select.se-p3 {
    padding: 0px;
    margin-left: 10px;
}
/* Gracias Page */

.correo-text{
	text-align: center;
	font: normal normal medium 16px/30px Montserrat-Medium;
	color: #FFFFFF;
/*	text-transform: uppercase;*/
	opacity: 1;
	margin-bottom: 31px;
}
.hide {
	display: none;
}
.form-1{

	max-width: 350px;
    margin: 0 auto;
}
.form-1 .bg-opacity{

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


.space270 {
	margin-top: 270px;
}
.space115 {
	margin-top: 20%;
}

.cont-img{
	margin-top: 20px;
}
.cont-img img {
	display: block;
	margin: auto;
}
.img-text-2{
	max-width: 305px;
    width: 85%;
    margin: 0 auto;
}

#registro{
align-items: center;
}
.cont-imgc-left{
	margin: 0  !important;
}
/*Media*/



/*formulario - filas*/
	.input-group-text {
		display: block !important;
		white-space: break-spaces !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;
	}*/




.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-full-img {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.width90 {
		width: 90% !important;
	}
		

	/*---Ñ************/
	.form-check-label{
		font-family: 'Montserrat-regular';
		font-size: 0.9rem;
	}
	.form-check-label a{
		font-family: 'Montserrat-regular';
		font-size: 0.8rem;
		line-height: 1;
	}
#error-fullname, #error-email, #error-guestType, #error-checkTerm{
		color: red;
    font-size: 0.75rem;
}

/*Modal*/

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

}
.modal-title{
	text-align: center;
	font: normal normal normal 35px/40px 'Montserrat-Medium', sans-serif;
	color: #8402bf;
	text-transform: uppercase;
	opacity: 1;
	margin-bottom: 4%;
	color: #ffff;

}



/* 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;
}


.input-group input {

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


.space60{
	display: block;
	height: 150px;
}

/* Troop*/
 
.cont-imgc{
	width: 100%;
    max-width: 270px;
    height: auto;
    margin: 0 auto;
}
.img-top img{
	width: 100%;
}
.img-top {
	margin: 0;
}
.img-text-3{
	max-width: 420px;
}
.img-logo-home{
	    max-width: 135px;
}
.img-logo-thnks{
	    max-width: 333px;
}
.cont-imgc.thanks{
	max-width: 200px;
	width: 100%;
	 margin: 0 auto;
	 
}
.cont-imgc.home-img{
	max-width: 470px;
	 margin: 0 auto;
	 padding-top: 100px;

	 
}
.home-img p{
	font-size: 1.2rem;;
	font-family: "Montserrat-Light";
}
.cont-imgc.img-footer{
	max-width: 350px;

}

.top25{
	margin-top: 25px;
}
.logos-img {
	max-width: 800px;
	margin: 0 auto;
}
.bg-ft{
	background: #000000;
	background-image: url('../img/bg-ft-home.jpg');
	background-size: cover;
	position: relative;
	overflow: hidden;

}
.bg-ft-2{
	background: #000000;
	background-image: url('../img/bg-ft-secundary.jpg');
	background-size: cover;
	position: relative;
	overflow: hidden;

}
.bg-ft-hidden{
	

}

.home-content p{
	font-size: 1.7rem;
	color: #1BFE31;
	font-family: 'Montserrat-Bold';
	margin-top: 20px;
}

.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: #01780d;
}

.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: 500px;
    margin: 0 auto;
}



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

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

@media (max-width: 750px) {
	.img-text-2{
			max-width: 200px;
	}

	.pat-sec .img-fluid{
		max-width: 50% !important	;
	}
	.cont-imgc.home-img{
		
		 padding-top: 25px;
		 width: 85%;
	
		 
	}
	.img-logo-thnks{
		max-width: 95%;
	}

	#footer {
	    width: 100%;

	    position: absolute;
	    bottom: 0;
	    right: 50%;
	    transform: translate(50%, -50%);
	}
	.img-text-3{
		max-width: 285px;
	}
	.img-logo-home{
		max-width: 110px;
	}
	#footer.footer-relative{
		position: relative;
	}

	.wrp-thnks .img-logo-thnks{
		    max-width: 333px;
    margin: 0 auto;
	}

	.wrp-thnks .user-name {
	    font-size: 1.3rem;
	    line-height: 1.2;
	}

	.d-none-mob{
		display: none;
	}

}

@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;
	}

	

}

.font16{
	font-size: 16px;
}
.home-img-mob{
	display: none;
}
@media (max-width: 992px) {
	.cont-imgc{
		width: 100%;
		height: auto;
		margin: 40px auto 0;
	}
	.wrp-thnks .cont-imgc{
		margin: 0 auto;

	}
	.wrp-thnks .cont-imgc.home-img{
		max-width: 75%;

	}
	
	.wrp-thnks .img-text-3{
		max-width: 260px;
	}
	.home-img{
		max-width: 50%;
	}

	.title-text{
		
		line-height: 30px;
		line-height: inherit;
		padding-left: 0;
    text-align: center;
	}
	.title-text br{
		display: none;
	}
	.date-text{
		/*font-size: 18px;*/
		line-height: 1;
		
	}
	.date-text br{
		display: none;
	}

	.note p{
		 margin: auto;
		 width: 100% !important;
    margin-left: auto;
    padding-left: 2%;
    padding-top: 6%;
	}

	.no-image {
		display: block !important;;
	}
	.bg-ft, .bg-ft-2 {
		background: #0a0523;
		background-image: url('../img/bg-ft-mobile.jpg') !important;
		height: auto;
	

	}
	
	.bg-ft-hidden{
		height: 100vh;

	}

	.space115{
		display: none;
	}
	.cont-imgc.home-img{
		display: block;
		width: 70%;
    margin-left: 0;
    margin: 0 auto;
	}
	.home-img-none{
		display: none  !important;
	}
	.step-img{
		max-width: 150px;
	}
	.a-items-center figure{
		text-align: center;

	}
	.a-items-center{
		justify-content: center;
		text-align: center;
	}
	#registro{
		max-width: 95%;
		margin: 0 auto;
	}
	.input-group.twolines{
		width: 100%;
		
	}
	
}




 .note p{
 	font-size: 0.8em;
    color: #ffff;
    width: 360px;
    margin-left: auto;
    padding-left: 27%;
 }

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

  .content-box {
  	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;

	}
	
}

 .no-image {
 	display: none;
 }
 
 .cookies {
    position: fixed;
    left: 12px;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background-color: #0034A8;
    border-top: 5px solid #D6B0EA ;
    color: #ffff;

}
.cookies-message {
	max-width: 500px;

}
.cookies p{
	color: #ffff;
	font-size: 1rem;
	line-height:1.2;
	padding-top: 2%;
}

.cont-b{
	display: none;
}
.user-name{
	font-size: 2.3rem;
	text-transform: uppercase;

}

.label-note{
	color: #cecece !important;
}