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

@font-face {
	font-family: 'SabadoRegular';
	src: url('../fonts/sabado/sabadoregular.eot');
	src: url('../fonts/sabado/sabadoregular.eot') format('embedded-opentype'), url('../fonts/sabado/sabadoregular.woff2') format('woff2'), url('../fonts/sabado/sabadoregular.woff') format('woff'), url('../fonts/sabado/sabadoregular.ttf') format('truetype'), url('../fonts/sabado/sabadoregular.svg#SabadoRegular') format('svg');
}
@font-face {
	font-family: 'GoboldThinRegular';
	src: url('../fonts/gobold-thin/goboldthin.eot');
	src: url('../fonts/gobold-thin/goboldthin.eot') format('embedded-opentype'), url('../fonts/gobold-thin/goboldthin.woff2') format('woff2'), url('../fonts/gobold-thin/goboldthin.woff') format('woff'), url('../fonts/gobold-thin/goboldthin.ttf') format('truetype'), url('../fonts/gobold-thin/goboldthin.svg#GoboldThinRegular') format('svg');
}
.americano-title {
	font-family: 'SabadoRegular';
}
.sabado {
	font-family: 'SabadoRegular';
}
.gobold {
	font-family: 'GoboldThinRegular';
}
.btn {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px;
	border-radius: 0;
	-moz-transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
.btn-default-2 {
	color: #fff;
	background-color: none;
	border: 1px solid #fff
}
.btn-default-2:hover, .btn-default-2:focus, .btn-default-2:active, .btn-default-2.active, .open>.dropdown-toggle.btn-default-2 {
	color: #fff;
	background-color: #111;
	border: 1px solid #111
}
.btn-default-2:active, .btn-default-2.active, .open>.dropdown-toggle.btn-default-2 {
	background-image: none
}
.btn-default-2.disabled, .btn-default-2[disabled], fieldset[disabled] .btn-default-2, .btn-default-2.disabled:hover, .btn-default-2[disabled]:hover, fieldset[disabled] .btn-default-2:hover, .btn-default-2.disabled:focus, .btn-default-2[disabled]:focus, fieldset[disabled] .btn-default-2:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default-2[disabled].active, fieldset[disabled] .btn-default-2.active {
	background-color: #fff;
	border-color: #fff
}
.btn-default-2 .badge {
	color: #fff;
	background-color: #333
}

.btn-black {
	color: #111;
	background-color: #fff;
	border: 1px solid #111
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open>.dropdown-toggle.btn-black {
	color: #fff;
	background-color: #111;
	border: 1px solid #111
}
.btn-black:active, .btn-black.active, .open>.dropdown-toggle.btn-black {
	background-image: none
}

.btn-black .badge {
	color: #fff;
	background-color: #111
}






.circle {
	width: 60px;
	height: 60px;
	border-radius: 40px;
	padding-top: 20px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.circle:hover {
	color: #fff;
	background-color: #333;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.image-rol:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4
}
#map {
	width: 100%;
	height: 500px;
}
/* FORMS */

.radio label, .checkbox label {
	min-height: 40px;
	padding-left: 50px;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 60px;
}
.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	border: none;
	background-color: #f2f2f2;
	border-radius: 0;
}
.form-control:focus {
	background-color: #fff;
}
.input-lg {
	height: 60px;
	padding: 10px 16px;
	font-size: 13px;
	border-radius: 0;
	margin-bottom: 25px;
}
select.input-lg {
	height: 60px;
	line-height: 46px;
}
.nav-pills {
	margin: 0 auto;
	padding: 0;
	max-width: 500px;
	display: inline-block
}
.nav-pills>li {
	float: left
}
.nav-pills>li>a {
	border-radius: 0
}
.nav-pills>li+li {
	margin-left: 10px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #428bca
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 15px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0px;
	box-shadow: none;
	color: #666
}
.dropdown-menu>li>a {
	display: block;
	padding: 10px 30px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #999;
	white-space: nowrap
}

@media (min-width:768px) {
.lead {
	font-size: 17px
}
}
.lg-latam {
	background: url("../../assets/img/latam_1.jpg") no-repeat;
	width: 114px;
	height: 100px;
	display: block;
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	right: 15px;
	z-index: 20000;
	background-size: cover;
	background-position: center center;
	background-color: #fff;
	border: 1px solid #CCC;
}
.no-padding {
	padding: 0 !important;
	margin: 0 !important;
}
.alpha {
	transition: all 0.2s ease;
}
.alpha:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#menu-qr {
	color: #111
}

#menu-qr .btn {
	display: inline-block;
	padding: 12px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.42857143;
	width: 100%;
	font-weight: 500;
	text-transform: uppercase;
}
