html{
	font-size: 100%;
}
body{
	font-family: "open sans";
}
h2, h3{
	font-family: 'Harabara Bold';
}
nav.navbar{
	background: #110cc6;
	height: 60px;
	overflow: hidden;

}
.cr{
	width: 100%;
	height: 100%;
	position: absolute;

}
.navbar-header{
text-align: center;
float: none;
}
.icon-bar{
	color: #fff;
}

.slide{
	background: #fff; 
}

.container-fluid p, .row p{
	margin:1.4em;
	font-size: 1.3em;
}

#comprar .row p{
	margin:inherit;
	font-size: inherit;
}


#portada{
	position: relative;
	
	background: url("../../images/fondo-inicio.jpg");
	background-size: cover; 
	width: 100%;
	max-height: 100%;
	margin: 0;
	
	text-align: center;

}

.menu a{
	margin: 0 8px;
	text-shadow: 1px 2px 5px #666;
	color: #000;
	font-size: 110%; 

}
.menu a:hover{
	text-decoration: none;
	text-shadow: none;
	font-weight: bold;
}
.logo{
	
	width: 320px;
	margin:0 auto;


}
.fig-trampolin{
	width: 100%;
	overflow: hidden;
}
.trampolin-inicio{
	position: relative;
	margin: 0 auto;
	
	width: 54%;
}



.lineadot{
	
	border: 2px #fff dashed;
	
	height: 1px;
	min-width: 160px;

	position: absolute;
}

.poste{
	position: absolute;
	height: 430px;
}
.poste1{
	position: relative;

}
.poste2{
	top:0;
	animation-name: postes2;
	animation-duration: 4s;
    animation-iteration-count: infinite;
    left: 50%;
    margin-left: -114px;
}
.poste3{
	top:0;
	animation-name: postes3;
	animation-duration: 3s;
    animation-iteration-count: infinite;
    left: 50%;
    margin-left: -114px;
}


.fila{
	display: flex;
	flex-direction: row;
}
.fila > div{
	padding:25px;
}
@media screen and (min-width: 720px ){

#portada p{
	width: 460px;
	margin:16px auto;
	text-align: justify;
	color: #121002;
	margin-bottom: 0px;
	line-height: 20px;

    position: absolute;
    left: 80px;
    bottom: 20px;
    font-size: 14px;
    text-shadow: 3px 3px 20px #000;

}

#portada{
	padding-top: inherit;
}
section{
padding-top:5.5rem;
}

article section{
padding-top: 0;
}

#comprar{
padding-top:3.5rem;
}

 .padding40-md{
 	padding: 40px;
 }

.botones{
	position: absolute;
	width: 800px;
	top: 50%;
	left:50%;
	margin-top: -200px;
	margin-left:-400px;
	height: 520px;
	
	
}
.boton{
width: 64px;
}
.btnRed{
	position: absolute;
	top:55px;
	left: 70px;
	
}


.btnColchoneta{
	position: absolute;
	top:430px;
	left: 368px;
	
}
.btnPoste{
	position: absolute;
	top:220px;
	left: 660px;
	
}
.lnRed{
	top: 140px;
	left: 120px;
	transform: rotate(30deg);
}

.lnPoste{
	top: 240px;
	left: 520px;
	min-width: 140px;
	transform: rotate(8deg);
}
.lnColchoneta{
	top: 340px;
	left: 320px;
	min-width: 160px;
	transform: rotate(90deg);	
}


}
@media screen and (max-width: 480px ){


input{
	margin-bottom: 20px;
}
#comprar  .margin-bottom-30{
	margin-bottom: 0px;
}
#main{
	width: 298px;
	/*background: #080f42;*/
	background: #fff;
	color: #fff;
	height: 100%;
	margin-left:-298px;
	transition: margin-left 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) ;
	position: fixed;
	top: 0;
	z-index: 999999;
}

#main.in{
	margin-left:0;
}
section{
padding:20px;

}

.fila{
	display: block;
	
}
.fila > div{
	padding:25px;
}

.protec{
	min-width: 160px !important;
	height: 120px !important;
}


ul.menuActive{
	list-style: none;
	padding: 5px;
	margin-top: 65px;


}
.nav > li > a{
	font-size: 18px;
	padding: 0 25px;
	border-bottom: 1px solid #e1e1e1;
	height: 43px;
	line-height: 43px;


}
.menuActive li{
	width: 295px;
	
	
}

.menuActive li:hover{
	background: #ededed;
}

#portada p{

	margin:16px auto;
	text-align: justify;
	color: #727070;
	margin-bottom: 0px;
	line-height: 16px;
}

.boxlight{
	background: rgba(20,20,20,.7);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 999;
	display: none;
}
.logo{
	
	width: 250px;
	margin-top: 5px;


}

#portada{
	padding-top: 80px;
}
.trampolin-inicio{
	margin-left: -60px;
	width: 140%;
}

.botones{
	margin-bottom: 100px;
	padding-bottom: 20px;
	
}

.boton{
	width: 50px;
	margin:20px;
}
.poste{
	position: absolute;
	height: 400px;
	
}

.postes{
	position: relative;
	height: 400px;
	
/*	left: 50%;
	margin-left: -30%;*/
	text-align: center;

}


.container-fluid p, .row p. .fila div p{
	margin:0;
	margin-bottom: 15px;
	font-size: 1em;
}

.row h2 img{
	width: 52px;
}


}




@media screen and (min-width: 1800px ){

.botones{
	width: 700px;
	margin-left: -530px;
}
.btnRed{
	position: absolute;
	top:50px;
	left: 70px;
	
}


.btnColchoneta{
	position: absolute;
	top:480px;
	left:67%;

	
}
.btnPoste{
	position: absolute;
	top:220px;
	left: 880px;
	
}
.lnRed{
	top: 140px;
	left: 120px;
	transform: rotate(30deg);
}

.lnPoste{
	top: 240px;
	left: 710px;
	min-width: 170px;
	transform: rotate(8deg);
}
.lnColchoneta{
	top: 380px;
	left: 60%;

	min-width: 160px;
	transform: rotate(90deg);	
}


}
