body{	margin:0; }
@font-face {
    font-family: 'avenir';
    src: url('AvenirNextLTPro-Light.ttf');
}
a p {
    font-family: 'avenir';
    color: #fff;
    font-size: 17px;
    text-align: left;
    margin: 0;
}
.banner {
    width: 298px;
    height: 247px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
    background: #fff;
}
.banner a{
		width: 298px;
    height: 247px;
    display: block;
}
h1, h2, h3 {
    margin: 0;
    padding: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    transform-origin: left center;
}
img {
    max-width: 100%;
}
.click-area {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    top: 0;
    left: 0;
}
.text-cont {
    position: absolute;
    width: 136px;
    height: 149px;
    top: 20px;
    left: 22px;
    z-index: 6;
    background-color: #00aae7;
}
.text-cont:before {
    content: " ";    
    z-index: 5;
    background-color: #4ebbe2;
    position: absolute;
    width: 100%;
    height: 0px;
    top: 100%;
    left: 0px;
		transition: ease-in all 0.4s;		
}
.text-cont.active:before{
    height: 13px;
}
.logo {
    position: absolute;
    top: 32px;
    left: 34px;
    z-index: 7;
    width: 74px;
}
.line {
    position: absolute;
    top: 74px;
    left: 32px;
    width: 100px;
    height: 1px;
    display: block;
    z-index: 7;
    background: #fff;
}
.guia {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    z-index: 100;
}
.fondo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
}
.text1 {
    position: absolute;
    top: 101px;
    left: 22px;
    z-index: 7;
    width: 119px;
    padding: 0 9px;
}
.text2 {
    position: absolute;
    top: 87px;
    left: 22px;
    z-index: 7;
    width: 113px;
    padding: 0 13px;
}
a .text2 p {
    font-size: 17px;
    line-height: 18px;
}
.text3 {
    position: absolute;
    top: 92px;
    left: 22px;
    z-index: 7;
    width: 113px;
    padding: 0 13px;
}
.get {
    position: absolute;
    bottom: 21px;
    left: 22px;
    z-index: 5;
    width: 104px;
}
.netgear {
    position: absolute;
    top: 24px;
    right: 17px;
    z-index: 5;
    width: 86px;
}
.back {
    position: absolute;
    top: -72px;
    left: -181px;
    z-index: 4;
    width: 577px;
}
.back img {
    width: 100%;
    max-width: none;
}
