html{
	overflow-x: hidden;
	min-height:100%;
	height: 100%;
}

body {	
	width:100%;
	height: 100%;

}

img {
	max-width: 100%;
	width: 100%;
    height: auto;
}

a{ 
	color: #000;
}
a:hover{ 
	color: #000;
	text-decoration:underline !important;
}
a:focus {
	outline:none;
	outline-offset:0;
}

.touchonly {
	display: none;
}
html.touch .touchonly {
	display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;

}

.inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.bgheader {
	min-height: 540px;
	background-image: url(../images/header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.bgpage {
	margin-bottom: 40px;
}

.footerdiv {
	margin-top: 40px;
}

.titulo {
	padding-top: 40px;
	font-family: 'Champagne & Limousines';
	font-size: 68px;
	text-transform: uppercase;
	text-align: center;
}

.subtitulo {
	margin-top:  40px;
	font-family: 'Myriad Pro';
	font-size: 32px;
	color:#000;
	line-height: 1.2;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
}

.logo {
	margin-top: 40px;
    max-width: 378px !important;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}

.footertxt {
	font-family: 'Myriad Pro';
	padding-top: 20px;
	font-size: 14px;
	color:#000;
	line-height: 1.2;
}

/* Large desktop */
@media (max-width: 991px) {


}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.titulo {
	padding-top: 40px;
	font-family: 'Champagne & Limousines';
	font-size:54px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
}

	.subtitulo {
	margin-top:  40px;
	font-family: 'Myriad Pro';
	font-size: 28px;
	color:#000;
	line-height: 1.2;
	text-align: center;
	padding-right: 15px;
    padding-left: 15px;

}
	
	.bgheader {
    min-height: 280px;
    background-image: url(../images/header.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
	
	.footertxt {
    font-family: 'Myriad Pro';
    padding-top: 20px;
    font-size: 14px;
    color: #000;
    line-height: 1.2;
	text-align: center !important;
}
	
}
/* Landscape phones and down */
@media (max-width: 480px) {
.titulo {
	padding-top: 40px;
	font-family: 'Champagne & Limousines';
	font-size:47px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
}
	
}
/* end device media queries */

/* Internet Explorer 8+ (Media Query) */
@media screen\0 {

}


