* { margin: 0; padding: 0; }
img { display: block; max-width: 100%; }
body { background-color: #212121; }

.gf-bold {
  font-family: 'GloboFutura-Bold';
}

.gt-regular {
  font-family: 'GlobotipoTexto-Regular';
}

.gt-bold {
  font-family: 'GlobotipoTexto-Bold';
}

.ff-regular { font-family: 'GlobotipoTexto-Regular'; }
.ff-bold { font-family: 'GlobotipoTexto-Bold'; }
.ff-heavy { font-family: 'GloboFutura-Bold'; }

.color-white { color: #fff; }
.color-red { color: #FF1E1E; }
.color-light-grey { color: #F4F4F4; }

.txt-center { text-align: center; }

.ratiohd {
    position: relative;
    padding-bottom: 56.25%;
    float: left;
    width: 100%;
    height: 0;
    z-index: 9;
}

.ratio_el {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero {
	text-align: center;
	padding-top: 32px;
	/*padding-bottom: 136px;*/
	position: relative;
	background: url('../images/bg-top.jpg') no-repeat;
	background-position: 72% top;
	background-size: 452% auto;
}

@media ( min-width: 600px ) {
	.hero {
		background-size: 405% auto;
	}
}
@media ( min-width: 712px ) {
	.hero {
		background-size: 359% auto;
	}
}
@media ( min-width: 800px ) {
	.hero {
		background-position: center top;
		background-size: auto;
	}
}

.detail-hero {
	display: none;
	position: absolute;
	top: 69%;
	right: 0;
}

@media ( min-width: 800px ) {
	.detail-hero { display: block; }
}

.container { max-width: 735px; padding: 0 29px; margin: 0 auto; }
.container2 { max-width: 1065px; padding: 0 29px; margin: 0 auto; }

.logo { margin: 0 auto; }
.txt-feature {
	display: none;
	font-size: 48px;
	line-height: 50px;
	text-transform: uppercase;
	padding: 15px;
	margin-top: 55px;
	position: relative;
	background-color: #FF1E1E;
}

.txt-feature:before, .txt-feature:after, .txt-3:after {
	display: block;
	position: absolute;
	content: '';
}

.txt-feature:before {
	width: 20px;
	height: 20px;
	right: -16px;
	top: -20px;
	background-image: url('../images/detail1-txt-featured.png');
}

.txt-feature:after {
	width: 16px;
	height: 16px;
	left: -16px;
	bottom: -20px;
	background-image: url('../images/detail2-txt-featured.png');
}

@media ( min-width: 800px ) {
	.txt-feature { display: inline-block; }
}

.txt-1 {
	font-size: 20px;
	margin-top: 30%;
}

@media ( min-width: 400px ) {
	.txt-1 { margin-top: 45%; }
}
@media ( min-width: 496px ) {
	.txt-1 { font-size: 36px; line-height: 36px; }
}
@media ( min-width: 800px ) {
	.txt-1 { margin-top: 26px; }
}

.txt-2 {
	font-size: 18px;
	margin-top: 15px;
}

@media ( min-width: 496px ) {
	.txt-2 { font-size: 24px; }
}

.video { max-width: 537px; margin: 33px auto 0; overflow: hidden; }

.content { padding-bottom: 0; }
.txt-3 {
	display: inline-block;
	font-size: 24px;
	margin-top: 65px;
	position: relative;
}

.txt-3:after {
	width: 17px;
	height: 17px;
	left: -17px;
	top: -17px;
	background-image: url('../images/detail1-txt3.png');
}

.owl-carousel { margin-top: 27px; }
.owl-theme .owl-dots .owl-dot span { background-color: #5F5F5F; }
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span { background-color: #FF1E1E; }

.owl-theme .owl-dots .owl-dot span {
	width: 1rem;
	height: 1rem;
}