@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Light.eot);
    src: url(../fonts/Montserrat-Light.eot?iefix) format("eot"), url(../fonts/Montserrat-Light.woff) format("woff"), url(WebFont.ttf) format("truetype"), url(../fonts/Montserrat-Light.ttf) format("svg");
    font-weight: 300
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.eot);
    src: url(../fonts/Montserrat-Bold.eot?iefix) format("eot"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(WebFont.ttf) format("truetype"), url(../fonts/Montserrat-Bold.ttf) format("svg");
    font-weight: 700
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-ExtraBold.eot);
    src: url(../fonts/Montserrat-ExtraBold.eot?iefix) format("eot"), url(../fonts/Montserrat-ExtraBold.woff) format("woff"), url(WebFont.ttf) format("truetype"), url(../fonts/Montserrat-ExtraBold.ttf) format("svg");
    font-weight: 800
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Black.eot);
    src: url(../fonts/Montserrat-Black.eot?iefix) format("eot"), url(../fonts/Montserrat-Black.woff) format("woff"), url(WebFont.ttf) format("truetype"), url(../fonts/Montserrat-Black.ttf) format("svg");
    font-weight: 900
}

h1,
h2,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

#Landing-RPhone {
    font-family: Montserrat;
    background: url(../img/main-bg.jpg) center center fixed;
    margin-top: -30px!important;
    margin-bottom: -30px!important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*#Landing-RPhone img {
    width: 100%;
}*/

#Landing-RPhone .desktop {
    display: block;
}

#Landing-RPhone .mobile {
    display: none;
}

#Landing-RPhone section {
    width: 100%;
    height: auto;
}

#Landing-RPhone a {
    text-decoration: none;
}

#Landing-RPhone .phone-1 {
    display: block;
    margin: -50px auto 0px;
    margin-top: -110px;
}

#Landing-RPhone .top h1 {
    font-size: 24px;
    color: white;
    font-weight: 300;
    padding-top: 50px;
}

#Landing-RPhone .top h1 span {
    font-weight: 700;
}

#Landing-RPhone .top h2 {
    font-size: 64px;
    color: white;
    font-weight: 300;
}

#Landing-RPhone .top h2 span {
    font-weight: 700;
}

#Landing-RPhone .top p {
    color: white;
    font-weight: 300;
    font-size: 15px;
    padding-top: 20px;
}

#Landing-RPhone .phone-2 {
    display: block;
    margin: -50px auto;
}

#Landing-RPhone .tips h3 {
    font-size: 27px;
    color: white;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
}

#Landing-RPhone .tips img {
    display: block;
    margin: 0 auto;
}

#Landing-RPhone .tips p {
    font-size: 14px;
    color: white;
    font-weight: 300;
    text-align: center;
    padding-top: 10px;
}

#Landing-RPhone .tips .btn-encuentralos {
    width: 300px;
    height: 42px;
    margin: 30px auto 0;
    background: #c5586e;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    line-height: 42px;
    text-align: center;
}

#Landing-RPhone .bajada-rphone .logo-rphone {
    display: block;
    margin: 70px auto;
}

#Landing-RPhone .bajada-rphone h4 {
    font-size: 30px;
    color: white;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

#Landing-RPhone .bajada-rphone p {
    font-size: 15px;
    color: white;
    font-weight: 300;
    text-align: center;
}

#Landing-RPhone .catalogo {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 200px;
}

#Landing-RPhone .catalogo .menu {
    max-width: 930px;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#Landing-RPhone .catalogo .menu li {
    background: #cebfbf;
    border-radius: 5px;
    text-align: center;
    color: black;
    line-height: 45px;
    text-transform: uppercase;
    width: 175px;
    height: 75px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

#Landing-RPhone .catalogo .menu li:last-child {
    margin-right: 0px;
}

#Landing-RPhone .catalogo .menu li:hover {
    top: -10px;
    transition-property: top;
    transition-duration: 1s;
    transition-delay: 0s;
}

#Landing-RPhone .catalogo .menu .seleccionado {
    background: white;
    text-decoration: underline;
    top: -10px;
}

#Landing-RPhone .catalogo .menu-mb {
    width: 100%;
    margin-left: 20px;
    display: none;
}

#Landing-RPhone .catalogo .menu-mb li {
    width: 80%;
    color: white;
    text-align: center;
    border-bottom: solid 1px white;
    padding: 10px;
    margin: 0 auto;
}

#Landing-RPhone .catalogo .menu-mb li:hover {
    background: white;
    color: #6b2d77;
}

#Landing-RPhone .catalogo .menu-mb li:last-child {
    border-bottom: none;
}

#Landing-RPhone .catalogo .menu-mb .seleccionado {
    background: white;
    color: #6b2d77;
}

#Landing-RPhone .catalogo article {
    width: 100%;
    height: auto;
    padding: 45px;
    background: white;
    position: relative;
    top: 115px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 20;
    float: left;
}

#Landing-RPhone article figure {
    width: 300px;
    height: 400px;
    display: inline;
    float: left;
    margin-left: 35px;
    position: relative;
}

#Landing-RPhone article figure a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#Landing-RPhone article figure img {
    display: block;
    margin: 0 auto;
}

#Landing-RPhone article figure p {
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: 300;
    text-align: center;
}

#Landing-RPhone article figure p:nth-child(1) {
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
}

#Landing-RPhone article figure p:last-child(2) {
    font-size: 14px;
}

#Landing-RPhone article figure p:last-child {
    color: #ff4c51;
    font-size: 38px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 5px;
}

#Landing-RPhone article figure .precio_internet span {
    font-size: 16px;
}

#Landing-RPhone p.precio_otar {
    font-size: 1.5em;
    color: #fc5052;
    margin: 15px 0;
    font-weight: 700;
    position: relative
}

#Landing-RPhone p.precio_otar:after {
    content: url(../img/otar.png);
    /*vertical-align: -webkit-baseline-middle*/
}

#Landing-RPhone article .gama-alta {
    display: block;
}

#Landing-RPhone article .gama-media {
    display: none;
}

#Landing-RPhone article .gama-baja {
    display: none;
}

#Landing-RPhone article .destacados {
    display: none;
}

#Landing-RPhone article .accesorios {
    display: none;
}

#Landing-RPhone .btn-verrevista {
    width: 250px;
    height: 42px;
    margin: 0px auto 100px;
    background: #c5586e;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    line-height: 42px;
    text-align: center;
}

@media (max-width:1100px) {}

@media (max-width:1024px) {}

@media (max-width:991px) {
    #Landing-RPhone .top h2 {
        font-size: 50px;
    }
    #Landing-RPhone .phone-2 {
        width: 60%;
        margin: 40px auto 0;
    }
    #Landing-RPhone article figure {
        width: 250px;
    }
    #Landing-RPhone article figure {
        height: 310px;
    }
    #Landing-RPhone .catalogo .menu li {
        width: 127px;
    }
}

@media (max-width:768px) {
    #Landing-RPhone .phone-2 {
        display: none;
    }
    #Landing-RPhone ul li {
        width: 100%;
        margin-right: 0px;
    }
    #Landing-RPhone .catalogo .menu li {
        width: 98px;
        font-size: 12px;
    }
    #Landing-RPhone article figure {
        width: 400px;
        height: 450px;
    }
    #Landing-RPhone article figure p {
        text-align: center;
    }
    #Landing-RPhone .phone-1 {
        display: block;
        width: 60%;
        margin: 0px auto 0px;
        margin-top: 50px;
    }
}

@media (max-width:414px) {
    #Landing-RPhone .desktop {
        display: none;
    }
    #Landing-RPhone .mobile {
        display: block;
    }
    #Landing-RPhone .catalogo .menu {
        width: 100%;
        margin: 0 auto;
        position: relative;
        left: 15px;
        display: none;
    }
    #Landing-RPhone .catalogo .menu-mb {
        display: block;
    }
    #Landing-RPhone .catalogo .menu li {
        width: 100%;
        height: 45px;
        margin-right: 0px;
        margin: 20px auto 0;
    }
    #Landing-RPhone .catalogo .menu .seleccionado {
        background: white;
        text-decoration: underline;
        top: 0px;
    }
    #Landing-RPhone .catalogo article {
        width: 100%;
        padding: 0px;
        margin-left: 15px;
        padding-top: 30px;
        position: static;
        margin-top: 20px;
    }
    #Landing-RPhone article figure {
        width: 100%;
        height: 400px;
        float: none;
        display: inline-block;
        margin-left: 0px;
        margin-bottom: 60px;
    }
}

@media (max-width:400px) {
    #Landing-RPhone .desktop {
        display: none;
    }
    #Landing-RPhone .mobile {
        display: block;
    }
    #Landing-RPhone .catalogo .menu {
        width: 100%;
        margin: 0 auto;
        position: relative;
        left: 15px;
        display: none;
    }
    #Landing-RPhone .catalogo .menu-mb {
        display: block;
    }
    #Landing-RPhone .catalogo .menu li {
        width: 100%;
        height: 45px;
        margin-right: 0px;
        margin: 20px auto 0;
    }
    #Landing-RPhone .catalogo .menu .seleccionado {
        background: white;
        text-decoration: underline;
        top: 0px;
    }
    #Landing-RPhone .catalogo article {
        width: 100%;
        padding: 0px;
        margin-left: 15px;
        padding-top: 30px;
        position: static;
        margin-top: 20px;
    }
    #Landing-RPhone article figure {
        width: 100%;
        height: 300px;
        float: none;
        display: inline-block;
        margin-left: 0px;
        margin-bottom: 60px;
    }
}

@media (max-width:320px) {}