/*	CSS Document - Personalized CSS for Project */

body {
	background: url(../../_img/logo-marca-dagua.jpg) top left no-repeat fixed;
	font-family: 'Sarabun', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Aleo', serif;
}

h1, h2, h3 {
	font-weight: bold;
}





.bg-dark-blue { background: #0f4370; }
.bg-light-blue { background: #2ea8e0; }

.bg-gradient-lr { background-image: linear-gradient(to right, #2ea8e0, #0f4370); }
.bg-gradient-rl { background-image: linear-gradient(to right, #0f4370, #2ea8e0); }

.bg-transparente-75 {
	background: rgba(0,0,0,0.75);
}

.bg-transparente-branco-75 {
	background: rgba(255,255,255,0.75);
}

.blog-header {
}

.blog-transparent {
	background: rgba(0,0,0,0.75);
	padding: 100px 0;
}

.breadcrumb {
	 background-image: linear-gradient(to right, #fff, #2ea8e0);
}

.breadcrumb-item {
	color: #000 !important;
}

.dropdown-menu {
	border: 2px solid #eee;
	border-top: none;
	border-radius: 0 !important;
}

.nav-link {
	color: #fff !important;
}

.nav-link:hover {
	background: #2ea8e0 !important;
	color: #fff !important;
}

.text-dark-blue { color: #0f4370; }
.text-light-blue { color: #2ea8e0; }