.btn {
	font-family: brandon-grotesque, sans-serif !important;
	border: none;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 18px 60px;
	display: inline-block;
	margin: 15px 30px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.btn01 {
	color: #fff;
	font-weight: 300;
	background-color: #7fb44a;

}

.btn-1:hover {
	background-color: #94af79;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:hover,
.btn:focus,
.btn.focus {
	background-color: #94af79;
	color: #fff;
}

.btn:active,
.btn.active {
	box-shadow: none;
}

#body {
	background-image: url(/images/mi-barrio.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: brandon-grotesque, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #00872A;
}

.introduccion h1 {
	font-family: brandon-grotesque, sans-serif;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.introduccion a {
	position: relative;
	margin: 0;
	padding: 1em;
	z-index: 1;
	display: block;
	text-align: center;
	font-family: brandon-grotesque, sans-serif;
}

.introduccion {
	margin: 0px auto 0px auto;
	text-align: center;
	vertical-align: middle;
	padding: 2% 20%;
}

.vllogo {
	max-width: 400px;
	text-align: center;
	margin: 0px auto 60px auto;
}

p.bienvenidos {

	font-family: brandon-grotesque, sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 20px;
	margin-top: 0px;

}

.color01 {
	background: #97077D;
}

.color02 {
	background: #5F1F7B;
}

.color03 {
	background: #98CE17;
}

.color04 {
	background: #038C2A;
}

.color05 {
	background: #01662A;
}

.color06 {
	background: #0096C2;
}

.box-cierre {
	height: 10px;
	float: left;
	width: calc(100% / 6);
}

.cierre {
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: fixed;
	bottom: 0;
}


.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

.fade-in2 {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


@keyframes fadeInUp {
	from {
		transform: translate3d(0, 40px, 0)
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes fadeInUp {
	from {
		transform: translate3d(0, 40px, 0)
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both
}

.animatedFadeInUp {
	opacity: 0
}

.fadeInUp {
	opacity: 0;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

@media only screen and (min-width:321px) and (max-width:768px) {
	.introduccion {
		padding: 10% 10%;
	}

	#body {
		background-image: url(/images/mi-barrio-mobile.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		padding: 0px;
		margin: 0px;
		background-color: #00872A;
	}

	.introduccion h1 {
		font-family: brandon-grotesque, sans-serif;
		text-align: center;
		color: #ffffff;
		font-weight: 700;
		font-size: 50px;
		line-height: 55px;
		margin-top: 0px;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
}

@media only screen and (max-width:768px) {
	.btn {
		margin: 0 !important;
		padding: 15px !important;
	}

	.introduccion h1 {
		font-size: 40px;
	}

	.vllogo {
		margin-bottom: 45px;
	}
}

.swal2-popup {
	font-size: 16px !important;
}