main.desquite {
    width: 100%;
    max-width: 963px;
    margin: 0 auto;
    text-align: center;
    margin-top: -30px !important;
    margin-bottom: -40px !important;
}

main.desquite header.header {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
}

main.desquite header.header img {
    width: 100%;
    height: auto;
}

main.desquite section.logo {
    margin-top: 5vw;
    margin-bottom: 1vw;
    display: inline-block;
    width: 100%;
    max-width: 43vw;
}

main.desquite section.logo img {
    width: 100%;
    display: block;
}

main.desquite section p {
    font-size: 2.3vw;
    line-height: 3vw;
    text-transform: uppercase;
    margin: 0;
    font-family: "r-futura_stdmedium";
}

main.desquite section p small {
    display: block;
    font-size: 1.4vw;
}

main.desquite section p b {
    display: block;
    font-size: 2vw;
    margin-top: 1.1vw;
}

main.desquite section.bloque {
    font-size: 1.5vw;
    line-height: 3vw;
    text-transform: uppercase;
    color: white;
    background: black;
    padding: .8vw 0;
    font-weight: bold;
    font-size: 2.2vw;
    max-width: 90%;
    margin: 0 auto;
}

main.desquite section.bloque.b1 {
    margin-top: 15px;
}

main.desquite section.bloque.b2 {
    margin-top: 3vw;
    font-size: 1.4vw;
    padding: 15px 20px;
    line-height: 2vw;
}

main.desquite section.cupon {
    margin-top: 3vw;
    max-width: 45vw;
    margin-left: auto;
    margin-right: auto;
}

main.desquite section.cupon img {
    display: block;
    width: 100%;
}

main.desquite footer.footer {
    margin-top: 3vw;
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
}

main.desquite footer.footer img {
    width: 100%;
    height: auto;
}

main.desquite section.porcentaje {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: black;
    text-transform: uppercase;
    margin-bottom: -4vw;
}

main.desquite section.porcentaje > div:first-child {
    font-size: 15vw;
    font-family: "r-futura_stdmedium";
}

main.desquite section.porcentaje > div:first-child span {
    font-family: "r-futura_stdmedium";
} 

main.desquite section.porcentaje div {
    text-align: left;
}

main.desquite section.porcentaje > div:last-child > div:nth-child(1) {
    font-size: 5vw;
    font-family: "FuturaMedCon";   
    letter-spacing: .2vw;
    line-height: 5vw;
    margin-top: -1.1vw;
}

main.desquite section.porcentaje > div:last-child > div:nth-child(2) {
    font-size: 1.4vw;
    font-family: "r-futura_stdmedium";
    margin-left: .4vw;
    line-height: 1.8vw;
}

main.desquite section.porcentaje > div:last-child > div:nth-child(3) {
    font-size: 1vw;
    font-family: "r-futura_stdmedium";
    margin-left: .4vw;
    margin-top: .1vw;
}

main.desquite section.categorias {
    margin-bottom: 3vw;
}

main.desquite section.categorias > div {
    font-size: 11vw;
    text-transform: uppercase;
    color: black;
    font-family: "r-futura_stdmedium";
    line-height: 11vw;
}

main.desquite section.categorias ul { 
    text-align : center;
    margin: 0px;
    padding: 0px;
}

main.desquite section.categorias ul li { 
    display: inline; 
    white-space: nowrap; 
    text-transform: uppercase;
    color: black;
    font-size: 2.2vw;
    font-family: "r-futura_stdmedium";
}

main.desquite section.categorias ul li:after { 
    content: " \00b7"; 
    margin: 0 .8vw;
}

main.desquite section.categorias ul li:last-child:after { 
    content: none; 
}

main.desquite section.categorias hr {
    display: block;
    width: 100%;
    max-width: 25vw;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 0px;
    margin: 1.5vw auto;
    height: 0px;
} 

main.desquite .download {
    background: black;
    color: white;
    text-transform: uppercase;
    font-family: "r-futura_stdmedium";
    display: inline-block;
    margin: 3vw auto 0 auto;
    padding: 1.5vw 2vw;
    font-size: 1.5vw;
    text-decoration: none;
    font-weight: bold;
    border-radius: .8vw;
}

main.desquite .el1 {
    font-family: "FuturaHeavy";
    text-transform: uppercase;
    font-size: 3vw;
    color: black;
    margin: 0 0 1.5vw 0;
}