/* @override 
	http://localhost:8888/_jaka/assets/css/footer.css
	http://localhost:8888/_jaka/en/assets/css/footer.css */

/* Sticky footer styles
-------------------------------------------------- */
body {
	padding-bottom: 0px;
	font-family: 'Roboto Slab', serif;
	background-color: #373736;
}

#slider1-k {
	margin-top: -80px;
}

.gris {
	background: #d4d4d5;
	padding: 50px 50px;
}

.gris h2 {
	font-weight: 600;
	color: #373736;
	line-height: 1.6em;
}

.gris p {
	color: #373736;
	font-size: 2em;
	line-height: 1.5em;
}

.vio {
	color: #995df9;
}

#mostrar {
	display: inline;
	max-width: 80%;
}

nav.navbar {
	padding: 0px;
	margin: 0px;
	height: 13%;
}

.we {
	color: #995df9;
	font-size: 1.7em;
	margin-top: 17px;
}

img.logofo {
	width: 100%;
	padding-top: 10px;
	
}

a.hola {
	width: 100%;
}

.viole {
	margin-top: 15px;
	padding-top: 15px;
}

body nav.navbar.fixed-bottom.navbar-expand-sm.navbar-dark.bg-dark.foot div.col-sm-2.col-12.text-center.links {
	background-color: #4e4be0;
	height: 100%;
}


body nav.navbar.fixed-bottom.navbar-expand-sm.navbar-dark.bg-dark.foot div.col-sm-2.col-12.text-center.mails {
	background-color: #995df9;
	height: 100%;
}


span.bold {
	font-weight: 600;
}

.links a, .mails a {
	color: #fff;
	font-size: 1.2em;
}














@media (max-width: 575.98px) {
	.gris {
		background: #d4d4d5;
		padding: 20px 20px;
	}
	
	.gris h2 {
		font-weight: 600;
		color: #373736;
		line-height: 1.3em;
	}
	
	.gris p {
		color: #373736;
		font-size: 1.25em;
		line-height: 1.65em;
	}
	
	.foot {
		display: none;
	}
	
	.links {
			background-color: #4e4be0;
			margin-top: 30px;
		
	}
	
	.mails {
			background-color: #995df9;
		
	}
}










