body, html {
    /*overflow:hidden;*/
		/* height: 100%; */
		max-width: 100%; 
  	overflow-x: hidden !important;
} 
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial;
	font-size:12px;
	color: #000;
}
img{
	border: 0;
}
h1,h2,h3,h4,h5,h6,ol,p,ul{
	margin: 0;
	padding: 0;
}
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
#debug{
	display: block;
	width: 100px;
	height: 150px;
	position: fixed;
	top: 0;
	left: 0;
	font-size: 14px;
	/* background: #CCC; */
	color: #000;
	z-index: 99999;
}

.header{
	position: absolute;
	/* height: 60px; */
	background: rgba(153, 133, 117, 1);
	
	z-index: 5;
}
.logo a{
	display: inline-block;
	width: 80px;
}
.logo2 a{
	
	display: inline-block;
	width: 55px;
}

.fondo01{
	background: rgba(0, 63, 83, 0.6);
  mix-blend-mode: overlay; 
}

.fondo02{
	background: #EBA500;
}

.pleca01{
	font-family: 'Lexend';
	color: #FFF;
	font-size: 18px !important;
}
.pleca01 span{
	font-family: 'LexendBold';
	color: #FFF;
	font-size: 24px !important;
}

.footer{
	position: absolute;
	background: #979FA3;
  /* mix-blend-mode: overlay;  */
	z-index: 5;
	bottom: 0;
}

.texto01{
	font-family: 'IntroLight' !important;
}
.texto01 span{
	font-family: 'IntroBold' !important;
}
.footer a{
	color: #FFF;
}
.footer a:hover{
	color: #000;
}


@media (max-width: 768px) {

}
@media (max-width: 480px) {

}

