@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700,800,900');

body {
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
	
}

nav ul a {
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
}

#newsletter {
	background: #ddd;
	padding: 30px 0px 20px 0px;
}

b, strong {
   font-weight: 900 !important;
}

.login {
   border: 2px solid #fff;
   padding: 5px 15px;
   line-height: 20px;
   border-radius: 17px;
}

#mapa {
	width: 100%;
	height: 250px;
}

.form-singup {
   text-transform: uppercase;
}

.form-control {
	width: 100% !important;
	padding: 10px!important;
	border: 1px solid #b5b5b5 !important;
	height: 50px !important;
	box-sizing: inherit !important;
	background-color: #fff !important;
	box-shadow: none !important;
	border-bottom: 1px solid #b5b5b5 !important;
	outline: none !important;
	color: #666;
	font-weight: 300;
	margin: -3px 0 0 0 !important;
	border-radius: 4px !important;
}

.button {
	background-color: #0f62ac !important;
	border: solid #0f62ac;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	font-size: 18px;
	transition: all 0.3s linear;
	color: #fff;
	margin-top: -3px;
	border-radius: 4px;
}

.divider15 {
	padding-right: 15px;
}

.button:hover {
	background-color: #0f62ac !important;
	border: solid #0f62ac;
}

a {
	color: #222;
}


.no-right {
	padding-right: 0;
}

footer {
	padding: 20px 0 15px 0;
	background: #0F62AC;
	color: #fff;
}

footer a {
	color: #fff;
}

.image-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	line-height: 0;
	margin-bottom: 20px;
}

.overflow {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	transition: all 0.2s linear;
}

.overflow:hover {
	opacity: 1;
}

.overflow-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	padding: 0 20px;
	border: 1px solid #fff;
	line-height: 100%;
	border-radius: 20px;
	transition: all 0.4s linear;
	line-height: 33px;
	height: 35px;
	text-align: center;
}

.item-title {
	min-height: 70px;
}

.loader-content {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
}

.social-icons {
	color: #0F62AC;
}

.banner-text {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 50px;
	line-height: 55px;
	text-transform: uppercase;
	font-weight: 900;
	max-width: 700px;
	transform: translate(-50%,-50%);
	text-align: center;
}

.loader {
	border: 5px solid #fff; /* Light grey */
	border-top: 5px solid #0F62AC; /* Blue */
	border-radius: 50%;
	width: 55px;
	height: 55px;
	animation: spin 1s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.divisor15 {
	margin-right: 15px;
}

.margin0 {
	margin: 0;
}

.red-font {
	color: #EF1923;
}

.divisor10 {
	margin-right: 10px;
}
.margin10 {
	margin-bottom: 10px;
}
.margin15 {
	margin-bottom: 15px;
}

.margin20 {
	margin-bottom: 20px;
}
.margin30 {
	margin-bottom: 30px;
}

.margin40 {
	margin-bottom: 40px;
}

.margin50 {
	margin-bottom: 50px;
}

.margin60 {
	margin-bottom: 60px;
}
.margin80 {
	margin-bottom: 80px;
}

header {
	padding: 10px 0px;
	line-height: 0;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
}

.brand-logo {
	background: #fff;
	padding: 15px 20px !important;
	z-index: 99;
	line-height: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #ddd;
	margin-top: -55px;
}

.logo {
	width: 200px;
}


@media (max-width: 991px) {
	.logo {
		width: 130px;
	}
	.brand-logo {
		padding: 10px !important;
	}
	.banner-text {
		font-size: 22px;
		line-height: 22px;
	}
}
@media (max-width: 767px) {
	.banner-text {
		font-size: 12px;
		line-height: 12px;
	}
}