.active a{
	color: #7E3596;
}
body {overflow: hidden;}
ul {
    padding: 0;
    position: fixed;
    top: 30%;
    list-style: outside none none;
    z-index: 10;
    color: #fff;
}
nav ul li {
    padding: 10px;
    padding-left: 5px;
    text-align: center;
    margin: 5px 0;
    border: 1px solid;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    width: 200px;
    -webkit-transition: width .10s ease-in-out;
    transition: width .10s ease-in-out;
}
.banner{
	background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#401694, #8c3c97); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#401694, #8c3c97); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#401694, #8c3c97); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#401694, #8c3c97); /* Standard syntax */
	position: relative;
	float: left;
	width: 100%;
}
.moviendose {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
}

img.logo {
    position: fixed;
    margin: 20px 0 0;
    z-index: 10;
}
img.img_general {max-width: 100%;display: inherit;}
.abs {
    position: absolute;
    right: -5%;
    text-align: left;
    top: 24%;
}
h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
}
h4 {
    margin: 20px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

a.cotiza_online {
    margin: 15px 0px 0;
    padding: 10px 20px 5px;
    border-radius: 10px;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
    display: none;
}
a.cotiza_online:hover {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    color: #7e3596;
}
nav ul li:hover, .active {
    background: rgba(255, 255, 255, 1);
    color: #fff;
    font-weight: 500;
    width: 210px;
    border: 4px double;
    color: #7E3596;
    border-left: none;
}
nav ul li:hover a{
	color: #7E3596;
}
.desplazarse {
    margin: 30px 0 0;
}

.desplazarse i {
    padding: 10px;
    margin: 0 10px;
    border-radius: 20px;
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
	transition: background 0.2s ease-in-out;
}
.desplazarse i:hover {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    color: #7e3596;
}
video#pretzel-video {
    width: 100%;
    float: left;
}
.capa {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    height: 100%;
    transform-origin: bottom left;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#401694, #8c3c97); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#401694, #8c3c97); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#401694, #8c3c97); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#401694, #8c3c97); /* Standard syntax */
    float: left;
}
.capa2 {
    position: absolute;
    top: 0;
    width: 20%;
    right: -10%;
    height: 100%;
    background: #000;
	transform-origin: bottom left;
    -ms-transform: skew(5deg, 0deg);
    -webkit-transform: skew(5deg, 0deg);
    transform: skew(5deg, 0deg);
	background: #111111; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#401694, #8c3c97); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#401694, #8c3c97); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#401694, #8c3c97); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#401694, #8c3c97); /* Standard syntax */
}
.video {
    float: left;
    width:  100%;
    position: relative;
}
.expandir {
    position: absolute;
    top: 40%;
    max-width: 174px;
    max-height: 174px;
    right: 25%;
    height: 174px;
    width: 174px;
    background: url("../images/iconos/AC_Inalambricas_botonexpandir_off.png") no-repeat;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
    left: 15%;
    z-index: 11;
    display: none;
}
.leyendas {
    left: 30%;
    margin-top: 18%;
    position: absolute;
}
h2 {
    font-size: 42px;
    text-align: center;
    color: #fff;
	line-height: 40px;
    font-weight: 500;
}
p.leyendas_p {
    text-align: center;
    margin: 30px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.leyendas .cotiza_botones {
    width: 80%;
    margin: 30px 10% 0;
    float: left;
    text-align: center;
}
.caracteristicas {
    float: left;
    width:  100%;
    background: #111111; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#401694, #8c3c97); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#401694, #8c3c97); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#401694, #8c3c97); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#401694, #8c3c97); /* Standard syntax */
    margin: 0px 0 0;
}
.cotiza_botones {
    margin: 30px 0 0;
}
.caracteristicas .cotiza_botones {
    float: left;
    margin: 20px 0 0;
    width: 100%;
}
.caracteristicas img {
    max-width: 100%;
    display: inherit;
}
.caracteristicas_leyendas {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5% 0 0;
}

.caracteristicas .container {
    position: relative;
}

.caracteristicas_leyendas h2 {
    text-align: left;
}
.cara {
    margin: 10px 0 0;
    font-size: 18px;
    color: #fff;
    border-top: 2px solid #ddd;
    padding: 10px 0 0;
}
.back4 {
    float: left;
    position: relative;
    width: 100%;
}

img.logo2 {
    float: left;
    width: 100%;
}
.otros_back4 {
    position: absolute;
    top: 0;
    left: 27%;
    margin-top: 5%;
    width: 38%;
}
.treinta {
    float: left;
    width: 33%;
    text-align: center;
    margin: 40px 0 0;
}
h5 {
    margin: 10px 0 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.caracteristicas a.cotiza_online {
    float: left;
    margin: 10px 0 0;
}

.caracteristicas .desplazarse {
    float: right;
    margin: 10px 0 0;
    display: none;
}
.otros_back4 p {
    margin: 10px 0 0;
    color: #fff;
    font-size: 16px;
}
.otros_back4 .cotiza_botones {
    width: 60%;
    margin:  20px 20%;
    float: left;
    text-align: center;
}
nav ul li a {
    color: #fff;
    text-decoration: none;
}
.otros_back4 a.cotiza_online {
    float:;
    display: inline-block;
}

.otros_back4 .desplazarse {
    float: left;
    margin: 10px 0 0;
    width: 100%;
    text-align: center;
}
.uno_img {
    float: right;
    width: 33.3%;
    position: relative;
    overflow: hidden;
    height: 800px;
}

.uno_img img {
    position: relative;
    left: -530px;
    float: left;
    z-index: 10;
}

.galeria_prod {
    float: right;
    height: auto;
    width: 50%;
    text-align: right;
} 
.dos_img {
    float: right;
    overflow: hidden;
    position: relative;
    height: 800px;
    width: 15%;
}

.tres_img {
    width: 15%;
    overflow: hidden;
    position: relative;
    height: 800px;
    float: right;
}

.dos_img img {position: relative;left: -680px;z-index: 10;}

.tres_img img {
    float: left;
    position: relative;
    left: -520px;
    z-index: 10;
}
.dos_img .expandir {
    left: 2%;
}

.tres_img .expandir {
    left: 2%;
}
.sobre_uno, .sobre_dos, .sobre_tres {
	display: none;
	position: absolute;
	left: 15%;
	z-index: 12;
	text-align: left;
	top: 15%;
}
.sobre_uno h2, .sobre_dos h2, .sobre_tres h2 {
    text-align: left;
    font-size: 36px;
    color: #58595b;
}

.sobre_uno p, .sobre_dos p, .sobre_tres p {
    margin: 15px 0 0;
    color: #58595b;
    font-size: 18px;
}
.uno_img:hover .expandir{
	display: block;
	top:;
}
.dos_img:hover .expandir{
	display: block;
	top:;
}
.tres_img:hover .expandir{
	display: inline;
}
.abierto .expandir{
	display: none !important;
}
.activess .expandir{
	display: block !important;
	
}
.activess{
	width: 33.3% !important;
}
.abierto img{
	cursor: move;
}
.uno_img .expandir:before{
	content: "Diadema WT99";
}
.dos_img .expandir:before{
	content: "Diadema WT980";
}
.tres_img .expandir:before{
	content: "Diadema WT880";
}
.expandir:before {
    font-size: 30px;
    color: #fff;
    text-align: center;
    width: 100%;
    float: left;
    margin: 20% 0 0;
    font-weight: 700;
}
.moviendose .desplazarse {
    float: left;
    margin: 10px 0 0;
}

.moviendose a.cotiza_online {
    float: left;
}
.abs i.fa.fa-chevron-down {
    font-size: 40px;
    border-radius: 70px;
}

.abs .desplazarse {
    width: 100%;
    text-align: center;
}

.video .desplazarse {
    display: none;
}

.otros_back4 i.fa.fa-chevron-up {
    font-size: 40px;
    border-radius: 70px;
}
.uno_img, .dos_img, .tres_img {
    width: 33.3%;
}
.uno_img .expandir {
    left: 2%;
}
span.cerrar_video {
    position: absolute;
    top: 1%;
    right: 1%;
    z-index: 10;
    font-size: 40px;
    cursor: pointer;
    display: none;
}
@media only screen and (max-width: 1250px) {
    .abs {
        right: 2%;
        width: 30%;
    }
    .abs br {
        display: none; 
    }
}
@media only screen and (max-width: 1150px) {
    .otros_back4 {
        height: 100%;
        overflow: hidden;
        margin-top: 0;
        padding: 30px 0 0 0;
        width: 45%;
        left: 220px;
    }
}
@media only screen and (max-width: 1050px) {
    .abs {
        top:10%;
    }
    .leyendas {
        left: 230px;
        margin-top: 25%;
    }
    .otros_back4 {
        background: rgba(148, 148, 148, 0.65);
        width: 100%;
        padding: 20px 90px 0 220px;
        left: 0;
    }
    .otros_back4 > div br {
        display: none;
    }
}
@media only screen and (max-width: 970px) {
    .otros_back4 br {
        display: none;
    }
}
@media only screen and (max-width: 900px) {
    .leyendas {
        width: 100%;
        left: 0;
        margin: 70px 0 0;
        top: 0;
        position: relative;
    }

    .leyendas br {
        display: none;
    }

    .galeria_prod {
        width: 65%;
    }
    .abierto {margin-top: -140px;height: 100%;}

    .sobre_tres {left: 73%;}

    .sobre_dos {
        left: 69%;
    }
    .sobre_uno {
        left: 83%;
    }
    .sobre_uno br, .sobre_dos br, .sobre_tres br {
        display: none;
    }
    .abs {
        top:2%;
        width: 33%;
    }
    .caracteristicas_leyendas br {
        display: none;
    }
    .caracteristicas_leyendas {
        width: 47%;
    }
    .treinta {
        margin: 10px 0 0;
    }

    .otros_back4 .cotiza_botones {
        margin: 10px 20%;
    }
    .otros_back4 {
        padding: 20px 10px 0 210px;
    }
}
@media only screen and (max-width: 800px) {
    .menu.mean-container {
        background: #411694;
        float: left;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 99;
        height: 68px;
    }

    .banner > .container > a {
        float: left;
        margin: -70px 10px 0;
    }

    body {
        overflow: auto;
    }
    img.logo {
        top: 0;
        z-index: 999;
    }
    .abs {
        width: 100%;
        position: relative;
        margin: 0;
        left: 0;
        right: 0;
        padding: 0 30px 30px;
        border-bottom: 2px solid #fff;
    }
    .cotiza_botones {
        display: none;
    }

    .banner {
            padding: 67px 0 0 0;
    }
    .galeria_prod {
        width: 100% !important;
        margin-top: 10px;
    }
    .abierto {
        margin-top: -175px;
        background: #f6f6f6;
        height: auto !important;
        width: 100% !important;
    }

    .abierto img {
        width: 100%;
    }

    .sobre_uno, .sobre_dos, .sobre_tres {
        float: left;
        position: relative;
        width: 100%;
        left: 0;
        padding: 15px 4%;
    }

    .leyendas br {
        display: block;
    }
    .uno_img, .dos_img, .tres_img{
        height: 500px;
    }
    .expandir {
        width: 97%;
        background-size: 100% auto;
        top: 20%;
    }
    .caracteristicas_leyendas {
        position: relative;
        width: 100%;
        padding: 0 30px 40px;
    }
    .caracteristicas {
        padding: 50px 0 0;
    }
    .otros_back4 {
        position: relative;
        padding: 40px 30px;
    }

    .treinta {
        margin: 30px 0 0 0;
    }

    .otros_back4 > div br {
        display: block;
    }

    .otros_back4 .cotiza_botones {
        display: block;
    }
    .back4 {
        padding: 67px 0 0;
        background: #8a3b97;
    }
    .otros_back4 .desplazarse{
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .treinta {
        width: 100%;
    }
    .otros_back4 > div br {
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    .uno_img, .dos_img, .tres_img {
        height: 240px;
    }
    .expandir:before {
        font-size: 22px;
    }
    h2 {
        font-size: 30px;
    }
	h1{
		font-size: 28px;
		line-height: 30px;
	}
	h1 strong{
		float: left;
		width: 100%;
	}
}
@media only screen and (max-width: 300px) {
    img.logo {
        width: 60%;
    }
}
