/*
	[Initial]
				 */
img, object, embed, video {
	max-width: 100%;
	}
	
	body{
		background:#FFF;
	}

*{
	margin:0;
 	padding:0;
	}
 
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
html {
	font-size: 50%;
	scroll-behavior: smooth;
}
	
.ie6 img {
	width:100%;
	}

.gridContainer { 
	margin-left:auto; 
	margin-right:auto;
	width:100%;
	}




/*
	[Attribute]
				 */
img {
	border:0;
	padding:0;
	margin:0;
	}

	
a{
	border:0;
	text-decoration:none;
	}

a:hover{
	opacity: 0.5;
	transition: 0.5s;
	transform: scale(0.98);
}



/*
	[Elements]
				 */
	
	.content{
		width:100%;
		float:left;
	}

	header{
		float:left;
		width:100%;
	}
	
	section{
		float:left;
		width:100%;
	}
	
	article{
		float:left;
		width:100%;
	}
	
	footer{
		float:left;
		width:100%;
	}



/*
	[EFFECT-TEXT]
					 */

	.inline-photo {
		opacity: 0;
		transform: translateY(2em) rotateZ(0deg);
		transition: transform 7s .50s cubic-bezier(0,1,.3,1), opacity .5s .50s ease-out;
		will-change: transform, opacity;
	}


	.inline-photo.is-visible {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	.main-photo {
		transform: scale(.8);
	}

	.heading {
		transform: translate(-50%, calc(-50% + 1em));
	}

	.is-visible .main-photo {
		transform: none;
	}

	.is-visible .heading {
		transform: translate(-50%, -50%);
	}


	a span.btn-eventos{
		background: #eb1821;
		color: #fff;
		font-size: 20px;
		text-align: center;
		padding: 10px 30px;
		font-family: "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";
		font-weight: 600;
	}


	

@media only screen and (min-width: 300px) {
	
/*
	[Elements]
				 */
	.container{
		margin: 0 auto;
		width: 90%;
		height: auto;
		padding: 0;
	}

	
	.left{
		position: relative;
		left: 0;
	}
	
	.right{
		position: relative;
		left: 0;
	}	
	


/*
		[BACKGROUND]
						 */
	.bg-header{
		background-color: #FFF;
		padding: 0;
		z-index: 99;
		position: relative;
		height: auto;
		float: left;
		margin: 0;
	}
	
	.bg-section{
		z-index: 22;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 66;
		background: #fff;
		padding: 0;
	}
		
	.bg-orange{
		position: relative;
		z-index: 55;
		background: #eb1821;
		padding: 20px 0 0;
	}
	
	.bg-article{
		background :url("img/bg-article.jpg") top center no-repeat #fff;
		float: left;
		width: 100%;
		position: relative;
		margin: 0 auto;
		z-index: 88;
	}
	
	.bg-parallax{
		background: url("img/bg-parallax.jpg") center center;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0;
		max-width: 1920px;
		bottom: 0px;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 55;
		padding: 0;
	}
	

	
/*
	[HEADER]
				 */
			
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 35px 0;
		float: left;
		position: relative;
	}	 
	
	a.logo img{ 
		width: 290px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 15px!important;
		margin: 10px 0!important;
		font-weight: normal;
		padding: 0!important;
	}

	

/*
		[ANIMATION]
						 */
	
	#layerslider{
		height: 350px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: 0;
	}
	
	#layerslider img{
		height: 350px!important;
	}
	
	#layerslider .ls-slide span{
		width: 100%!important;
		float: left!important;
		margin: 30px 0 0!important;
	}
	
	#layerslider .ls-slide p{
		width: 100%;
		float: right;
		margin: 20px 0 0;
		color: #FFF;
		font-family: 'Montserrat', sans-serif;
		font-size: 16px;
		text-align: center;
		border-bottom: 2px solid #eb1821;
		padding: 15px 0;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 1.0
	}
	
	
	#layerslider .ls-slide p a{
		color: #FFF;
	}
	
	#layerslider .ls-slide p strong{
		font-weight: 600;
		color: #eb1821;
		font-size: 20px;
		position: relative;
		right: 0;
	}
	
	#layerslider .ls-slide .anima{
		float: left;
		width: 100%;
		text-align: center;
	}
	
	#layerslider .ls-slide .anima img{
		height: 170px!important;
		position: relative;
		left: 0
	}
	
	
	
	
	
/*
		[ARTICLE]
						 */

	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 70px 0 0;
	}
		
	.about h1{
		color: #555555;
		font-size: 50px;
		text-align: center;
		font-family: "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";
		font-weight: 400;
		float: left;
		width: 100%;
		margin: 0;
		line-height: 0.8;
		letter-spacing: -1px;
	}
		
	.about h1 strong{
		color: #C80000;
		font-weight: 400;
		text-transform: uppercase;
	}
	
	.about h1 span{
		width: 40%;
		background: #efefef;
		height: 7px;
		margin: 25px 30%;
		float: left;
	}
		
	.about p{
		color: #555555;
		font-size: 16px;
		text-align: justify;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-weight: normal;
		line-height: 1.5;
		height: auto;
		position: relative;
		border-radius: 50px;
		border: 1px solid #e1e1e1;
		padding: 30px 50px 50px;
	}
	
	
	.about a{
		width: 100%;
		float: left;
		text-align: center;
		position: relative;
		top: -20px;
		z-index: 1
	}
	
	.about a strong{
		font-family: 'Montserrat', sans-serif;
		color: #FFF;
		background: #C80000;
		border-radius: 30px;
		font-size: 50px;
		padding: 0 35px;
		line-height: 1;
	}
	
	.about a:hover{
		opacity: 1!important;
	}
	
	.about a strong:hover{
		background: #00003C;
	}
	
	
	
	/*aside*/
	aside{
		float: right;
		width: 100%;
		text-align: center;
		margin: 50px 0 0;
	}
	
	.video{
		width: 290px;
		height: 200px;
		border: 4px solid #C80000;
		border-radius: 10px;
	}
	
	
	#column-b{
		margin: 50px 0 0!important;
		padding: 50px 0 0!important;
	}
	

	
	
	/*column*/
	ul.column{
		float: left;
		width: 100%;
		text-align: center;
		margin: 50px 0 0;
		border-top: 12px solid #f2f2f2;
		padding: 50px 0;
		list-style: none;
	}
	
	ul.column h2{
		color: #666;
		font-size: 40px;
		text-align: center;
		font-family: "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";
		font-weight: 400;
		float: left;
		width: 100%;
		margin: 0;
		line-height: 1;
		letter-spacing: -1px;
	}
	
	ul.column h2 strong{
		color: #666;
		font-weight: 400;
		text-transform: uppercase;
	}
	
	ul.column h2 span{
		width: 20%;
		background: #efefef;
		height: 7px;
		margin: 15px 40%;
		float: left;
	}
	
	ul.column li{
		float: left;
		width: 100%;
		margin: 50px 0 100px;
		text-align: center;
		background: #eb1821;
		border-radius: 35px;
		padding: 15px 15px 0;
		height: auto;
	}
	
	ul.column li:hover{
		opacity: 0.9;
		transition: 1s;
		transform: scale(1.03);
	}
		
	ul.column li span img{
		border-radius: 35px;
	}
	
	ul.column li h3{
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		color: #FFF;
		font-weight: 300;
		font-size: 27px;
		text-align: center;
		line-height: 1;
		padding: 30px 0 0;
	}
	
	ul.column li h3 strong{
		font-weight: 25px;
	}
	
	ul.column li a{
		position: relative;
		top: 80px;
	}
	
	
	
	
/*
		[FOOTER]
						 */
	
	footer h2{
		width: 100%;
		text-align: center;
		float: left;
		margin: 50px 0 0;
		color: #ffffff;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-size: 28px;
		padding: 20px 0;
		border-bottom: 2px solid #fff;
	}
	
	/*form*/
	.form{
		float: left;
		width: 100%;
		margin: 50px 0;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
	
	label{
		font-size: 20px;
		color: #fff;
		margin: 0;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-weight: 900;
		text-transform: uppercase;
	}
	
	label span{
		position: relative;
		left: 25px;
	}
	
	.input{
		float: left;
		width: 100%;
		margin: 10px 0 25px;
		font-size: 20px;
		color: #fff;
		padding: 12px 25px 14px;
		background-color: transparent;
		text-align: left;
		border: 2px solid #fff;
		font-weight: normal;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		border-radius: 50px;
	}
		
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.send{
		text-align: center;
		background: url("img/send.png") top center no-repeat;
		border: 0;
		cursor: pointer;
		margin: 0 auto;
		width: 68px;
		height: 68px;
		font-size: 0;
	}
	
	.send:hover{
		transition: 1s;
		opacity: 0.8;
	}
	
	.input-c{
		float: right;
		width: 20%;
		margin: 10px 40% 0;
		font-size: 20px;
		color: #fff;
		padding: 15px;
		text-align: center;
		font-weight: normal;
		border: 2px solid #fff;
		background-color: transparent;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		border-radius: 50px;
	}
	
	.input-re{
		height: 150px!important;
		float: right!important;
		text-align: center!important;
		margin: 8px 0 0!important;
		position: relative;
		width: 100%!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
	
	.input::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}
		
	
	
	/*contact*/
	ul.contact{
		float: right;
		width: 100%;
		margin: 50px 0;
		list-style: none;
	}
	
	ul.contact li{
		float: left;
		width: 100%;
		margin: 0 0 60px;
		text-align: center;
		padding: 0;
	}
	
	ul.contact li p{
		width: 100%;
		font-size: 19px;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		text-align: center;
		line-height: 1.7;
		margin: 20px 0 0;
	}
	
	ul.contact li p a{
		color: #fff;
	}
	
	
	
	/*map*/
	.map{
		float: left;
		width: 100%;
		height: 220px;
		border: 0;
	}
	
	/*ans*/
	a.ans{
		float: left;
		width: 80%;
		text-align: center;
		font-size: 16px;
		color: #2e2e2e;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", "sans-serif";
		margin: 50px 10%;
		letter-spacing: 1px;  
		font-weight: normal;
	}
			
	a.ans strong{
		font-size: 16px;
	}
		
	
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 57px;
		height: 57px;
		bottom: 10px;
		right: 10px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 0;
		z-index: 1000;
	}
	
	img.button-a{
		width: 0
	}
	
	img.button-b{
		width: auto
	}
	
	
}









@media only screen and (min-width: 603px) {	
	
	
	/*aside*/
	aside img{
		width: 450px;
	}

	
	/*column*/
	ul.column{
		width: 70%;
		margin: 50px 15% 0;
	}
		
	ul.column li a{
		top: 100px;
	}
	
}










@media only screen and (min-width: 1024px) {

/*
	[Elements]
				 */
	.container{
		width: 1000px;
	}	
	
	.left{
		position: relative;
		left: -50px;
	}
	
	.right{
		position: relative;
		left: 50px;
	}
	


/*
		[BACKGROUND]
						 */
	.bg-header{
		background-color: #FFF;
		padding: 0;
		z-index: 99;
		position: relative;
		height: auto;
		float: left;
		margin: 0;
	}
	
	.bg-section{
		z-index: 22;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 66;
		background: #fff;
		padding: 0;
	}
		
	.bg-orange{
		position: relative;
		z-index: 55;
		background: #eb1821;
		padding: 0;
	}
	
	.bg-article{
		background :url("img/bg-article.jpg") top center no-repeat #fff;
		float: left;
		width: 100%;
		position: relative;
		margin: 0 auto;
		z-index: 88;
	}
	
	.bg-parallax{
		background: url("img/bg-parallax.jpg") center center;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0;
		max-width: 1920px;
		bottom: 0px;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 55;
		padding: 0;
	}
	

	
/*
	[HEADER]
				 */
			
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 35px 0;
		float: left;
		position: relative;
	}	 
	
	a.logo img{ 
		width: 400px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 15px!important;
		margin: 0!important;
		font-weight: normal;
		padding: 0!important;
	}

	

/*
		[ANIMATION]
						 */
	
	#layerslider{
		height: 630px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: 0;
	}
	
	#layerslider img{
		height: 630px!important;
	}
	
	#layerslider .ls-slide span{
		width: 100%!important;
		float: left!important;
		margin: 80px 0 0!important;
	}
	
	#layerslider .ls-slide p{
		width: 48%;
		float: right;
		margin: 100px 0 0;
		color: #FFF;
		font-family: 'Montserrat', sans-serif;
		font-size: 25px;
		text-align: right;
		border-bottom: 2px solid #eb1821;
		padding: 30px 1%;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 1.0
	}
	
	
	#layerslider .ls-slide p a{
		color: #FFF;
	}
	
	#layerslider .ls-slide p strong{
		font-weight: 600;
		color: #eb1821;
		font-size: 40px;
		position: relative;
		right: 0;
	}
	
	#layerslider .ls-slide .anima{
		float: left;
		width: 50%;
		text-align: center;
	}
	
	#layerslider .ls-slide .anima img{
		height: 370px!important;
		position: relative;
		left: -10px
	}
	
	
	
	
	
/*
		[ARTICLE]
						 */

	/*about*/
	.about{
		float: left;
		width: 40%;
		margin: 110px 0 0;
	}
		
	.about h1{
		color: #555555;
		font-size: 50px;
		text-align: center;
		font-family: "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";
		font-weight: 400;
		float: left;
		width: 100%;
		margin: 25px 0 0;
		line-height: 0.8;
		letter-spacing: -1px;
	}
		
	.about h1 strong{
		color: #C80000;
		font-weight: 400;
		text-transform: uppercase;
	}
	
	.about h1 span{
		width: 40%;
		background: #efefef;
		height: 7px;
		margin: 15px 30% 25px;
		float: left;
	}
		
	.about p{
		color: #555555;
		font-size: 16px;
		text-align: justify;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-weight: normal;
		line-height: 1.5;
		height: auto;
		position: relative;
		border-radius: 50px;
		border: 1px solid #e1e1e1;
		padding: 0 35px 50px;
	}
	
	
	.about a{
		width: 100%;
		float: left;
		text-align: center;
		position: relative;
		top: -20px;
		z-index: 1
	}
	
	.about a strong{
		font-family: 'Montserrat', sans-serif;
		color: #FFF;
		background: #C80000;
		border-radius: 30px;
		font-size: 50px;
		padding: 0 35px;
		line-height: 1;
	}
	
	.about a:hover{
		opacity: 1!important;
	}
	
	.about a strong:hover{
		background: #00003C;
	}
	
	
	
	/*aside*/
	aside{
		float: right;
		width: 60%;
		text-align: center;
		margin: 95px 0 0;
	}
	
	.video{
		width: 600px;
		height: 400px;
		border: 5px solid #C80000;
		border-radius: 10px;
		padding: 10px;
	}
	
	
	
	/*column*/
	ul.column{
		float: left;
		width: 100%;
		text-align: center;
		margin: 100px 0 0;
		border-top: 12px solid #f2f2f2;
		padding: 120px 0 0;
		list-style: none;
	}
	
	ul.column h2{
		color: #666;
		font-size: 75px;
		text-align: center;
		font-family: "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";
		font-weight: 400;
		float: left;
		width: 100%;
		margin: 0;
		line-height: 1;
		letter-spacing: -1px;
	}
	
	ul.column h2 strong{
		color: #666;
		font-weight: 400;
		text-transform: uppercase;
	}
	
	ul.column h2 span{
		width: 20%;
		background: #efefef;
		height: 7px;
		margin: 15px 40%;
		float: left;
	}
	
	ul.column li{
		float: left;
		width: 33.3%;
		margin: 50px 0 170px;
		text-align: center;
		background: #eb1821;
		border-radius: 35px;
		padding: 15px;
		height: 370px;
	}
	
	ul.column li:hover{
		opacity: 0.9;
		transition: 1s;
		transform: scale(1.03);
	}
		
	ul.column li span img{
		border-radius: 35px;
	}
	
	ul.column li h3{
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		color: #FFF;
		font-weight: 300;
		font-size: 20px;
		text-align: center;
		line-height: 1;
		padding: 35px 0;
	}
	
	ul.column li h3 strong{
		font-weight: 25px;
	}
	
	ul.column li a{
		position: relative;
		top: 30px;
	}
	
	
	
	
/*
		[FOOTER]
						 */
	
	footer h2{
		width: 100%;
		text-align: left;
		float: left;
		margin: 120px 0 0;
		color: #ffffff;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-size: 36px;
		padding: 25px 30px;
		border-bottom: 2px solid #fff;
	}
	
	/*form*/
	.form{
		float: left;
		width: 50%;
		margin: 50px 0 120px;
	}
	
	label{
		font-size: 20px;
		color: #fff;
		margin: 0;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-weight: 900;
		text-transform: uppercase;
	}
	
	label span{
		position: relative;
		left: 25px;
	}
	
	.input{
		float: left;
		width: 100%;
		margin: 15px 0 25px;
		font-size: 20px;
		color: #fff;
		padding: 15px 25px;
		background-color: transparent;
		text-align: left;
		border: 2px solid #fff;
		font-weight: normal;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		border-radius: 50px;
	}
		
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 15px 0 0;
	}
	
	.send{
		text-align: center;
		background: url("img/send.png") top center no-repeat;
		border: 0;
		cursor: pointer;
		margin: 0 auto;
		width: 68px;
		height: 68px;
		font-size: 0;
	}
	
	.send:hover{
		transition: 1s;
		opacity: 0.8;
	}
	
	.input-c{
		float: right;
		width: 20%;
		margin: 15px 40% 0;
		font-size: 20px;
		color: #fff;
		padding: 15px;
		text-align: center;
		font-weight: normal;
		border: 2px solid #fff;
		background-color: transparent;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		border-radius: 50px;
	}
	
	.input-re{
		height: 150px!important;
		float: right!important;
		text-align: center!important;
		margin: 8px 0 0!important;
		position: relative;
		width: 100%!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
	
	.input::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}
		
	
	
	/*contact*/
	ul.contact{
		float: right;
		width: 35%;
		margin: 85px 0 0;
		list-style: none;
	}
	
	ul.contact li{
		float: left;
		width: 100%;
		margin: 0 0 60px;
		text-align: center;
		padding: 0;
	}
	
	
	ul.contact li p{
		width: 100%;
		font-size: 19px;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		text-align: center;
		line-height: 1.7;
		margin: 20px 0 0;
	}
	
	ul.contact li p a{
		color: #fff;
	}
	
	
	
	
	/*map*/
	.map{
		float: left;
		width: 100%;
		height: 280px;
		border: 0;
	}
	
	/*ans*/
	a.ans{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: #2e2e2e;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", "sans-serif";
		margin: 50px 0;
		letter-spacing: 1px;  
		font-weight: normal;
	}
			
	a.ans strong{
		font-size: 16px;
	}
	
	/*whatsapp*/
	.whatsapp{
		position:fixed;
		width: 180px;
		height: 38px;
		top: 50px;
		right: 20px;
		color: #FFF;
		border-radius: 50px;
		text-align:center;
		box-shadow: 1px 1px 2px #888;
		z-index:1000;
	}
	
	img.button-a{
		width: 180px
	}
	
	img.button-b{
		width: 0
	}
			
}






/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*
	 [EFFECT]
				 */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}