.intro {
	padding-top: 50px;
	background-image: url('img/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	color: #fff;
	border-radius: 0px;
	height: 100%;
}
#como, #hacemos, #quienes, #seguridad, #contactanos, #simulate {
	padding: 80px 0px;
}
#hacemos, #seguridad {
	padding: 100px 0px;
	background-image: url('img/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.currencyConverter{
	margin-top: 100px;
	padding:10px;
	background-color: #E7E8EA;
	color: #333;
	border-radius: 5px;
}
#lima {
	background: url('bg/lima.jpg');
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-size: auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-size: cover;
	height: 350px;
}
#socialShare {
	position: fixed;
	top: 120px;
	left: 0px;
	font-size:14px;
}
.socialTitle {
	background-color: #fff; padding:5px 1px;"
}
#socialShare >a {
	color: #fff;
}
.fas {
	font-size: 24px;
	padding:8px;
	width: 40px;
	height: 40px;
	text-align: center;
}
.fas:hover {
	font-size: 32px;
	padding:10px;
	width: 50px;
	height: 50px;
	text-align: center;
	transition: width 0.3s, height 0.3s;
}
.fa-facebook {
	color: #3B5998;
}
.fa-twitter{
	color: #1DA1F2;
}
.twitterColor {
	background-color: #1DA1F2;
}
.fa-pinterest {
	color: #BD081C;
}
.fa-envelope {
	background-color: #757575;
}
.fa-angellist{
	color:#333;
}
.fa-linkedin {
	color: #1C87BD;
}
.fab {
	font-size: 2rem;
}
.socialMedia{
	font-size: 2rem;
}
#bottomNav {
	position:absolute;
	bottom:0;
	padding:0;
	width:100%;
	padding-top: 10px;
}
.line{
	margin: 0;
	padding: 0;
}
.blackbg {
	background-color: rgba(0,0,0,0.8);
}
.logo{
	height: 50px;
}
#google_translate_element {
	text-align: right;
}
@media (max-width: 767px) {
	.display-3{
		font-size: 3rem;
	}
	.intro {
		height: 100%;
	}
	.table {
		font-size: 1rem;
	}
	#socialShare {
		display:none;
	}
	footer{
		padding-bottom: 25px;
	}
}
@media (min-width: 767px) {
	.display-3{
		font-size: 3rem;
	}
	.intro {
		height: 650px;
	}
	.table {
		font-size: 1.1rem;
	}
}
