@charset "UTF-8";
/* CSS Document */
html{
	margin: 0;
	background: #F2E7DC !important; 
}
body{
	background: #F2E7DC !important; 
	margin: 0px;
	height: 100%;
}
.uk-slider-items div img{
	border-radius: 16px;
	max-height: 700px;
}
.paneldesc{
	background: #F24162 !important; 
	margin-top: -30px;
	color: #fff;
	
	
}
.textpaneldesc{
	padding-top: 50px;
	padding-bottom: 50px;
}
.paneldesc .uk-h2{
	color: #fff !important;
}
.uk-h2{
	color: #F24162 !important;
}
.lossabores .uk-card{
	color: #F24162 ;
	font-weight: 800;
	font-size: 22px;
	border-radius: 16px;
	overflow: hidden;
	padding: 8px
		
}
.lossabores .uk-card img{
	
	border-radius: 8px;
	overflow: hidden;
	
		
}
.panelelige{
	background: #F24162 !important; 
	color: #fff !important;
}
.panelelige .uk-h2{
	color: #fff !important;
}
.panelelige .uk-card-body{
	background: hsla(0,0%,100%,0.31) !important;
	border-radius: 16px;
	padding: 20px 10px;
	font-size: 24px !important;
	font-weight: 700;
	color: #fff !important;
}
.footer{
	color: #F24162 !important;
}
.footer .uk-button-large{
	color: #ffffff !important;
	background-color: #F24162;
	border-radius: 50px;
	font-weight: 700;
	margin-bottom: 16px;
	
}
.footer h1{
	color: #F24162 !important;
	font-weight: 700;
}
.navarea .uk-button-large{
	color: #ffffff !important;
	background-color: #F24162;
	border-radius: 50px;
	font-weight: 700;
	margin-bottom: 16px;
}
.icon-social{
	background-color: #F24162;
	width: 25px;
	height: 28px;
	padding: 7px;
	
	border-radius: 50px;
}
.icon-social img{
	width: 100%;
	height: auto;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.logo{
		width: 120px;
	}
	.uk-panel img{
		width: 580px;
	}
	
} 
