body {
	font-family: 'Montserrat', sans-serif;
	background: #f5f5f5;
	color: #282c2b;
}

a {
	text-decoration: none !important;
}

.vh-70 {
	height: 70vh;
}

header {
	/*background-color: rgba(0, 0, 0, .4) !important;*/
	background-color: #0d1821 !important;
	color: #ffffff !important;
}


nav a {
	color: #fff !important;
}

section {
	position: relative;
}

.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='30' height='30'><path stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-toggler {
	border: none !important;
}

.navbar-toggler:focus {
	box-shadow: none !important;
}

.btn-sas {
	background: #fff;
	color: #019b69 !important;
	font-weight: 600;
	border-radius: 5px;
}

.btn-lal {
	background: #019b69;
	color: #fff !important;
	font-weight: 600;
	border-radius: 5px;
}

.servicios .icon-box {
	text-align: center;
	background: #fff;
	padding: 40px 20px;
	transition: all ease-in-out 0.3s;
}

.servicios .icon-box .icon {
	margin: 0 auto;
	width: 64px;
	height: 64px;
	background: #019b69;
	border-radius: 5px;
	transition: all 0.3s ease-out 0s;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transform-style: preserve-3d;
	position: relative;
	z-index: 2;
}

.servicios .icon-box .icon::before {
	position: absolute;
	content: "";
	left: -8px;
	top: -8px;
	height: 100%;
	width: 100%;
	background-color: rgba(1, 155, 105, .3);
	border-radius: 5px;
	transition: all 0.3s ease-out 0s;
	transform: translateZ(-1px);
	z-index: 1;
}

.servicios .icon-box .icon i {
	color: #fff;
	font-size: 28px;
}

.bx {
	font-family: boxicons !important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	display: inline-block;
	text-transform: none;
}

.bx-file::before {
	content: "\ead5";
}

.carousel-item {
	transition: transform 2s ease, opacity .5s ease-out;
}

.contact{
    color: #282c2b !important;
}

.carousel-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: start;
	align-items: center;
}

.carousel-text .container {
	z-index: 1;
}

.bg-green-nog-100 {
	background-color: #019b69;
}

.bg-dark-nog {
	background-color: #0d1821;
}

footer a {
	color: #999;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
}

.foot-text-muted {
	font-family: monospace;
	text-transform: uppercase;
	color: #555;
}

@media (max-width: 769px) {
	.carousel-app-mobile {
		display: none;
	}

	.btn-sas {
		margin-bottom: .5rem;
		padding: 5px 10px;
		display: inline-block;
	}

	.btn-lal {
		padding: 5px 10px;
		display: inline-block;
	}
}

@media (max-width: 768px) {
	.btn-sas {
		margin-bottom: .5rem;
		padding: 5px 10px;
		display: inline-block;
	}

	.btn-lal {
		padding: 5px 10px;
		display: inline-block;
	}

	.carousel-app-mobile {
		background: url('../images/Block_cuatro.jpg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		height: 100vh;
		display: flex;
		align-items: center;
	}
}