@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
html, body {
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	width: 100%;
	color: #3d4f52;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	background-color: #fff;
	height: 100vh;
}
img {
	border: 0 none;
}
a {
	text-decoration: none;
	color: #3f3f3f;
}
a:hover {

}
button {
	cursor: pointer;
}
h1, h2, h3, h4, h5 {
	font-weight: 300;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	width: 100%;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}
li, ul {
	list-style-type: none;
}
.relative {
	position: relative;
}
.absolute{
	position: absolute;
}
.fixed{
	position: fixed;
}
.uppercase{
	text-transform: uppercase;
}
.none{
	display: none;
}
.bold,strong,.strong{
	font-weight: 700;
}
.medium{
	font-weight: 400;
}
.italic{
	font-style: italic;
}
.width-100{
	width: 100%;
}
.dark-green{
	color:#3C4F52;
}
.internal-space {
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    z-index: 9100;
}
.animation{
	-webkit-transition-property: all;
	-webkit-transition-duration: .1s;
	-webkit-transition-timing-function: linear, ease-in-out;
	-ms-transition-property: all;
	-ms-transition-duration: .1s;
	-ms-transition-timing-function: linear, ease-in-out;
	-moz-transition-property: all;
	-moz-transition-duration: .1s;
	-moz-transition-timing-function: linear, ease-in-out;
	-o-transition-property: all;
	-o-transition-duration: .1s;
	-o-transition-timing-function: linear, ease-in-out;
}
.back-mypeaks{
	background-image: url("../images/back-mypeaks.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.footer-wrapper.absolute {
    bottom: 0;
    width: 100%;
    z-index: 100;
}
.back-white{
	background-color: #fff;
}
.white{
	color:#fff;
}
.footer-wrapper .internal-space {
    padding-bottom: 75px;
    padding-top: 35px;
}
a.etec {
    background-image: url("../images/logo-etecminds.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    bottom: 25px;
    display: block;
    height: 28px;
    left: calc(50% - 32px);
    opacity: 1;
    position: absolute;
    width: 65px;
}
a:hover.etec {
    background-position: 0 -28px;
}
.logo-mypeaks {
    max-width: 250px;
    min-width: 150px;
    top: 20%;
    width: 20%;
    z-index: 100;
}
#back-image {
	background-image: url("../images/back-mypeaks-2.jpg");
	background-position: center center;
	position:fixed ;
	top:0;
	width:110%;
	z-index:0;
	height:110%;
	background-size: cover !important;
	background-repeat: no-repeat;
}
.under_costruction {
    background-color: #fff;
    left: 50%;
    margin-left: calc(-200px - 2%);
    padding: 1%;
    text-align: center;
    top: 50%;
    width: 400px;
    z-index: 100;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.under_costruction h1 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -2px;
}
.under_costruction h2{
	font-size: 15px;
	font-weight: 300;
}
.icon-climber {
    right: 20px;
    top: -2px;
}
@media screen and (min-width: 1050px) {
	#back-image {
		background-position: -25px -50px;
		background-size: calc(100% + 50px);
	}
	.logo-mypeaks {
		left:calc(50% - 125px);
	}
}
@media screen and (min-width: 480px) and (max-width: 1050px) {
	#back-image {
		background-position: center center;
		background-size: cover;
	}
	.logo-mypeaks {
		left:calc(50% - 10%);
	}
}

@media screen and (max-width: 480px) {
	#back-image {
		background-position: center center;
		background-size: cover;
	}
	.logo-mypeaks {
		left:calc(50% - 75px);
	}
	.under_costruction {
	    left: 0;
	    margin: auto;
	    padding: 1%;
	    width: 98%;
	}
	.icon-climber {
		display: none;
	}
}
.full-auto {
	width: 100%;
	height: auto;
}