img#site-title{
	max-width: 300px;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

h2{
	color: #3b5b5d !important;
}

h3{
	font-weight: 300;
	font-size: 20px !important;
	margin-top: -25px;
}

.feedback h2{
	padding-top: 0 !important;
}

.contact h2{
	padding-top: 0 !important;
}

.contact .heading{
	padding-top: 0;
	padding-bottom: 0 !important;
}

.feedback .heading{
	padding-top: 0;
	padding-bottom: 0 !important;
}

.feedback h6{
	font-size: 24px;
	font-weight: 100;
	font-style: italic;
}

.white-text{
	color: #fff !important;
}

.orange-bg{
	background: #b9121d !important;
    background: -webkit-linear-gradient(to right, #b9121d , #c37114) !important;
    background: linear-gradient(to right, #b9121d , #c37114) !important;
}

.top60{
	padding-top: 60px;
}

.item{
	text-align: center;
}

.item h4{
	color: #fff;
	font-weight: 100;
	font-size: 24px;
}

.item .fa{
	color: #fff;
}

section{
	padding-bottom: 80px;
	padding-top: 60px;
}

h2{
	font-size: 140px !important;
}

h5 span{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 100;
	text-transform: lowercase;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 20px !important;
}

h5{
	font-family: 'kr';
	font-size: 160px;
	font-weight: normal;
	color: #3b5b5d;
	line-height: 80px;
	margin-bottom: 0;
}

h8{
	text-align: text-center !important;
	font-size: 24px;
	font-weight: 100;
	font-style: italic;
}

.bg-soft{
	background-color: #fff8c7;
	background-image: url(../img/mandala.png);
	background-size: contain;
}

.bg-dark{
	background: #3b5b5d;
}

.form-control{
	height: 48px;
	border-radius: 3px;
	box-shadow: none;
	border: none;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 300;
}

.contact h3{
	margin-bottom: 40px;
}

.btn-enviar{
	background: #7db740;
	color: #fff;
	border-radius: 3px;
	padding: 10px 30px;
	border-bottom: 4px solid #6ba133;
	text-transform: uppercase;
}

.btn-enviar:hover{
	background: #7db740;
	color: #fff;
	opacity: .9;
}

h1{
	font-weight: 300;
	color: #fff;
	font-style: italic;
}

h2.hero{
	font-family: 'kr';
	font-weight: normal;
	color: #fff !important;
	line-height: 60px;
	margin-top: 100px;
	font-size: 180px !important;
	text-shadow: 1px 1px #666;
}

h2.hero span{
	font-size: 80px;
	display: block;
	margin-left: -40px;
}

.border{
	border: 1px solid #fff;
}

.badge{
	background: #f7a31c;
	font-weight: normal;
	font-size: 16px;
}

.gallery{
	padding-bottom: 20px;
}

p.alerta{
	font-size: 14px;
	text-align: center;
	margin-top: 40px;
	color: #fff;
	opacity: .5;
}

.brand{
	text-align: center;
	padding-top: 100px;
}

.brand img{
	max-width: 300px;
}

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}

.titulo{
	z-index: 99999;
	position: absolute;
	width: 100%;
}

.titulo img{
	display: block;
	margin: 0 auto;
	padding-top: 60px;
}

.gallery h4{
	font-weight: 100;
	font-size: 26px;
	font-style: italic;
}

.btn-orange{
	background: #ffb71a !important;
	color: #b9141c;
	border-radius: 3px;
	margin-top: 60px;
	transition: all 0.2s;
	padding: 15px 30px;
	font-size: 22px;
}

.btn-orange:hover{
	background: #ffb71a !important;
	color: #b9141c;
	opacity: .9;
}
