@font-face {
	font-family: 'GothamMedium';
	src: url('../fonts/GothamMedium.eot');
	src: url('../fonts/GothamMedium.eot') format('embedded-opentype'),
	     url('../fonts/GothamMedium.woff2') format('woff2'),
	     url('../fonts/GothamMedium.woff') format('woff'),
	     url('../fonts/GothamMedium.ttf') format('truetype'),
	     url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
}

@font-face {
	font-family: 'GothamBold';
	src: url('../fonts/GothamBold.eot');
	src: url('../fonts/GothamBold.eot') format('embedded-opentype'),
	     url('../fonts/GothamBold.woff2') format('woff2'),
	     url('../fonts/GothamBold.woff') format('woff'),
	     url('../fonts/GothamBold.ttf') format('truetype'),
	     url('../fonts/GothamBold.svg#GothamBold') format('svg');
}

@font-face {
	font-family: 'GothamLight';
	src: url('../fonts/GothamLight.eot');
	src: url('../fonts/GothamLight.eot') format('embedded-opentype'),
	     url('../fonts/GothamLight.woff2') format('woff2'),
	     url('../fonts/GothamLight.woff') format('woff'),
	     url('../fonts/GothamLight.ttf') format('truetype'),
	     url('../fonts/GothamLight.svg#GothamLight') format('svg');
}

body {
	color: #031112;
	font-family: 'GothamLight';
	font-size: 14px;
}

a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s ease;
}

a:active,
a:focus,
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

.img-responsive {
	display: inline-block;
}
.img-responsive.full-width {
	width: 100%;
}
.img-responsive.full-display {
	max-width: 100%;
}

.modal-body {
	padding: 0;
}

.alert {
	margin-bottom: 0;
}

.go-to-heaven {
	bottom: 35px;
	position: fixed;
	right: 35px;
	transition: all .5s ease;
}

.go-to-heaven.transparent {
	opacity: 0;
	filter: alpha(opacity=0);
}

.btn-go-to-heaven {
	color: #90C72E;
	font-size: 35px;
	font-weight: 900;
}

.layer-loader {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.75);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

.loading-img {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	margin-left: -16px;
	margin-top: -16px;
}

.top_bar {
	background-color: #017BA4;
	height: 50px;
}

.main_title {
	font-family: 'GothamBold';
}

.main_p {
	font-family: 'GothamLight';
}

.main_p_1 {
	font-family: 'GothamBold';
	font-size: 24px;
}

.w-logo {
	margin-bottom: 35px;
	margin-top: 50px;
}

.btn-cta {
	background-image: url('../images/articulos_promocionales/bk-btn.jpg');
	background-size: 3px 100%;
	color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	font-size: 22px;
	margin-bottom: 50px;
	margin-left: 15px;
	padding: 10px;
}

.btn-cta:active,
.btn-cta:focus,
.btn-cta:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.section_b {
	background-color: #E0DABA;
}

.cmar {
	margin: 40px 0;
}

.bottom_bar {
	background-color: #F26722;
	height: 50px;
}

.mtop {
	margin-top: 20px;
}

/* RESPONSIVE UTILITIES */
@media (max-width: 768px) {
	.header_main {
		background: none;
	}
	
	.main_title {
		font-size: 24px;
		margin: 15px 0;
	}
	
	.main_p {
		font-size: 18px;
	}
	
	.main_p_1 {
		font-size: 20px;
	}
}

@media (min-width: 769px) {
	.header_main {
		background: none;
	}
	
	.main_title {
		font-size: 32px;
		margin: 20px 0;
	}
	
	.main_p {
		font-size: 18px;
	}
	
	.main_p_1 {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	/*.container {
		width: 95%;
	}*/
	
	.header_main {
		background-image: url('../images/articulos_promocionales/foto-1.jpg');
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	
	.main_title {
		font-size: 42px;
		margin: 30px 0;
	}
	
	.main_p {
		font-size: 23px;
	}
	
	.main_p_1 {
		font-size: 24px;
	}
}

@media (min-width: 1024px) {
	
}
