.loaderMP{
width:35px;
height:35px;
border:4px solid #e6e6e6;
border-top:4px solid #009ee3;
border-radius:50%;
animation:spinMP 0.8s linear infinite;
}

@keyframes spinMP{
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}

.skeleton {
background: linear-gradient(90deg,#eee,#f5f5f5,#eee);
background-size: 200% 100%;
animation: skeleton-loading 1.2s infinite;
border-radius:6px;
}

@keyframes skeleton-loading {
0% {background-position:200% 0}
100% {background-position:-200% 0}
}

.skeleton-line{
height:14px;
margin:6px 0;
}

.skeleton-title{
height:20px;
width:60%;
margin-bottom:10px;
}

.skeleton-box{
height:80px;
margin-bottom:10px;
}

body { 
		background-color: #383838;
		font-family: SaunaProRegular, Helvetica, Arial, sans-serif;
		}
		
		/* Make HTML 5 elements display block-level for consistent styling */  
		header, nav, article, section, aside, footer, address {  
    	display: block;  
		} 
		.wrapper {
		width: 960px;
		margin: 0px auto 50px auto;
		text-align: center;
		padding: 20px;
		opacity:1;
		}
	
	.central-dropdown {
    position: absolute;
    top: 0;
    left: -50px;
    max-width: 99vw; /* no máximo 95% da largura da janela */
    width: auto;      /* largura automática, conforme o conteúdo */
    max-height: 80vh;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    border-radius: 6px;
    background: white;
    padding: 10px;
}

.dropdown-menu {
    left: -90% !important;
    /* transform: translateX(-50%) !important; */
}	
		
		.sorriso{
		    position:absolute;
		    display: none;
		    bottom: 0;
		    left: 0;
		    right: 0;
		    width: 100%;
		    z-index: 0;
		    margin-top: auto;
		    margin-bottom:0;
		}
		.logo{
		height: 200px;
		display:block;
		margin-top: 50px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 150px;
		}

		.social{
			height: 100%;
			z-index: 2;
		}
		.box{
			float: left;
			height: 50px;
			margin-right: 10px;
			margin-left: 10px;
		}
		.socialmedia {
			align-items: center;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			position: relative;
			z-index: 3;
		}
	
		@font-face {
    	font-family: 'SaunaProBold';
   		src: url('../fonts/SaunaPro-Bold.eot');
    	src: url('../fonts/SaunaPro-Bold.eot#iefix') format('embedded-opentype'),
        url('../fonts/SaunaPro-Bold.woff') format('woff'),
        url('../fonts/SaunaPro-Bold.ttf') format('truetype'),
    	font-weight: bold;
    	font-style: normal;
    	}
		
		@font-face {
    	font-family: 'SaunaProRegular';
   		src: url('../fonts/SaunaPro-Regular.eot');
    	src: url('../fonts/SaunaPro-Regular.eot#iefix') format('embedded-opentype'),
        url('../fonts/SaunaPro-Regular.woff') format('woff'),
        url('../fonts/SaunaPro-Regular.ttf') format('truetype'),
    	font-weight: normal;
    	font-style: normal;
    	}
		
		h1 {
		color: #ffffff;
		font-family: SaunaProBold;
		font-size: 80px;
		font-weight: lighter;
		margin-bottom: 10px;
		
		}
		
		h2 {
		color: #ffffff;
		font-family: SaunaProRegular;
		font-size: 24px;
		text-align: left;
		}
		
		p {
		font-family: SaunaProRegular;
		color: #fff;
		font-size: 28px;
		margin-bottom: 0px;
		line-height: 0.4;
		}
		
		p.credit {font-size: 12px; margin-top: 40px; color: #ccc;}
		
		.hr {
		display: block;
		border: none;
		width: 200px;
		height: 4px;
		background: #fff;
		margin: 10px 0;
		}
		
		.clear {
		clear: both;
		}
		
		.progress {
		height: 110px;
		margin: 80px 0 0 0;
		background: url(images/progress-container.png) no-repeat;
		position: relative;
		}
		
		.txt-launch-day-hat {
		background: url(images/txt-launch-day-hat.png) no-repeat;
		width: 117px;
		height: 159px;
		position: absolute;
		top: -120px;
		right: -45px;
		}
		
		.txt-launch-day {
		background: url(images/txt-launch-day.png) no-repeat;
		width: 112px;
		height: 110px;
		position: absolute;
		top: -80px;
		right: -40px;
		}
		
		.progress-bar {
		height: 43px;
		background: #72dbf1 url(images/progress-bar.png) repeat-x;
		position: absolute;
		top:14px;
		left: 0px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		}
		
		.progress-bar-container {
		width: 933px;
		height: 70px;
		margin-left: 13px;
		position: relative;
		}
		
		.mailing-list h2 {
		width: 400px;
		float: left;
		}
		
		.mailing-list form {
		display: block;
		width: 450px;
		float: right;
		margin: 5px 0 0 0;
		}
		
		.mailing-list input[type=text]{
		width:280px;
		height: 16px;
		background: url(images/form-bg.png) no-repeat;
		border: none;
		color: #c9c9c9;
		font-size: 14px;
		padding: 15px 10px;
		margin: 0;
		}
		
		.mailing-list input[type=submit]{
		width:90px;
		height: 44px;
		background: url(images/btn-subscribe.png) no-repeat;
		border: none;
		text-indent: -5000px;
		cursor: pointer;
		margin: 0 0 0 -10px;
		text-transform: capitalize;1
		}
		
		.mailing-list input[type=submit]:hover{
		background-position: 0 -44px;
		}
		
		.mailing-list input[type=submit]:active{
		background-position: 0 -88px;
		}
		
		.mailing-list input[type=text]:focus {
		outline: none;
		}
		
		.tipsy { margin-bottom: 25px; font-size: 18px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(images/tipsy.png); font-family: 'LeagueGothicRegular'; text-transform: uppercase;  }
  		.tipsy-inner { padding: 10px 20px; background-color: black; color: white; max-width: 400px; text-align: right; -webkit-box-shadow: 0 20px 15px rgba(0,0,0,0.5); -moz-box-shadow: 0 20px 15px rgba(0,0,0,0.5);   }
  		.tipsy-inner { -moz-border-radius:5px; -webkit-border-radius:5px; }
  		.tipsy-north { background-position: top center; }
  		.tipsy-south { background-position: bottom center; }
  		.tipsy-east { background-position: right center; }
  		.tipsy-west { background-position: left center; }
  		.tipsy-container { border: 1px solid green;}