@charset "UTF-8";
body{font-family: 'TeXGyreHerosRegular'; }
/* CSS Document */
.md-perspective,
.md-perspective body {
	overflow: hidden;
}
.md-trigger2 { cursor:pointer; }
.md-perspective body  {overflow: hidden;
	-webkit-perspective: 100%;
	-moz-perspective: 100%;
	perspective: 100%;
}

.container {overflow: hidden;
	min-height: 100%;
}

.md-modal {
	right:0px;
	top:0%;
	overflow: hidden;
	position: fixed;
	z-index: 10000;
	visibility:hidden;
	-webkit-backface-visibility:hidden ;
	-moz-backface-visibility: hidden ;
	backface-visibility: hidden ;
	width: 100%;
	height:100%
}

.md-show {visibility: visible;}

.md-overlay {
	
	min-width:1000px;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0%;
	visibility: hidden;
	left: 0;
	z-index: 1000;
	opacity: 1;
	overflow:hidden;
	background: rgba(255,255,255,0) ;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;}

.md-show ~ .md-overlay {opacity: 1;	visibility: visible;}
.md-close {
	position: absolute;
	width: 20px;
	z-index: 4000;
	cursor: pointer;
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	background: rgba(240,78,35,.81);
	display: block;
	left: -16px;
	top: 283px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	height: 30px;
	bottom: 32768px;
}
.md-close:hover{background:rgba(0,174,98,.8) }

.bottom h3{font-size:30px;
margin:0px; color:#fff;
font-family: 'texgyreadventorregular';
font-weight:100; padding:0px; }


.bottom .texto{width:100%}
