.armador{
	width:100%;
	height:100%;
	min-height:500px;
	margin-top:30px;
	margin-bottom:30px;
	padding-top:30px;
	background-image: url("{(GBP_URLPICTUREFILES)}/bg-armador.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.armador h2{
	margin-top: 110px;
    font-size: 3.8em;
    color: #ffffff;
}
.armador p{
	font-size: 1.6em;
    color: #ffffff;
	font-family:'pathway extreme', sans-serif
}
.personaje{
	width:70%;
	max-width:622px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.personaje img{
	width:100%;
	height:auto;
}
.cajas-productos {
	height:180px;
    margin-bottom: 15px;
    border-radius: 3px;
    padding-bottom: 40px;
    text-align: center;
    background: #516400;
	background:-webkit-gradient(linear, 80% 20%, 10% 21%, from(#516400), to(#FF4E28));
}
.price-title{
	position: absolute;
    width: 50%;
    text-align: center;
    left: 25%;
    color: #fff !important;
    top: 40%;
}
.price-title h3{
	color:#ffffff;
	font-size:1.5em;
	font-weight:700;
	text-shadow: 3px 3px 3px #000;
	
}
#marca-principal{
	background: #000000;
    border-radius: 10px;
    /* border: 2px solid #575555; */
    overflow: hidden;
    height: 200px;
}
#marca-principal2{
	/*background: #ffffff;*/
    border-radius: 10px;
    /* border: 2px solid #575555; */
    overflow: hidden;
    height: 200px;
}
#marca-principal img{
	width:80%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	
}
#marca-principal img:hover{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	
}
.envios{
	width: 100%;
	color:#ffffff;
	font-weight:900;
	font-size:1.2em;
	background: rgb(150,124,129);
	background:-webkit-gradient(linear, 80% 20%, 34% 35%, from(#FF0000), to(#262324));
	/*margin-bottom: 35px;*/
}
.envios h4{
	color:#ffffff;
	margin-top:20px;
}
.accion{
	width:auto;
	min-width:50px;
	padding:10px;
	height:35px;
	color:#ffffff;
	background:red;
	border: 1px solid #ffffff;
	border-radius:5px;
	font-family:'pathway extreme', sans-serif;
}
.portada{
	width:100%;
	height:auto;
}
.portada img{
	width:100%;
	height:auto;
}
.fondo-productos{
	position:relative;
	background-color:#181818;
	width:100%;
	height: auto;
	padding-bottom:25px;
background-image:url("{(GBP_URLPICTUREFILES)}/fondo-marcas.png)}");
}
article{
	width:100%;
	height:400px;
	overflow:hidden;
	/*border:2px solid;
	border-image: 
    linear-gradient(
      to bottom, 
      red, 
      rgba(0, 0, 0, 0)
    ) 1 100%;*/
	margin-top:30px;
}
article img{
	width:100%;
	transition: all .2s ease-in-out;
}
article img:hover{
	transform: scale(1.1) rotate(3deg);
}
.destacado{
	height:800px;
}
@media (max-width: 480px){
	.banner-note{
		display:none;
}
	
.armador h2 {
    margin-top: 10px;
    font-size: 2.25em;
    color: #ffffff;
}
.armador {
    width: 100%;
    height: 100%;
    min-height: 500px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    background-image: url(http://gbp67.globalbluepoint.com/eclypse/Temp/App_WebSite/App_PictureFiles//bg-armador.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.cajas-productos {
    height: auto;
	max-height:160px;
    margin-bottom: 15px;
    border-radius: 3px;
    /* padding-bottom: 40px; */
    text-align: center;
    background: #516400;
    background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#516400), to(#FF4E28));
}
.cajas-productos img{
	width:100%;
	height:auto;
}
.envios {
    width: 100%;
    color: #ffffff;
    font-weight: 900;
    font-size: 1em;
    background: #516400;
    background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#516400), to(#FF4E28));
    margin-bottom: 35px;
    text-align: center;
}
}