@import url(normalize.css);
@import url(icons.css);

@font-face {
    font-family: 'TelefonicaText-Regular';
    src: url('fonts/TelefonicaWeb-Regular.eot');
    src: url('fonts/TelefonicaWeb-Regular.woff');
    src: url('fonts/TelefonicaWeb-Regular.woff2')  format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'TelefonicaHeadline-Regular';
    src: url('fonts/TelefonicaWeb-Regular.eot');
    src: url('fonts/TelefonicaWeb-Regular.woff');
    src: url('fonts/TelefonicaWeb-Regular.woff2') format('truetype') /* Safari, Android, iOS */
}

body{
    margin:0;
    padding:0;
    font-family: 'TelefonicaText-Regular', Helvetica, Arial, sans-serif;
    font-size:10px;
    position:relative;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    left:0;
    background-color: white;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'TelefonicaText-Regular';
}

header{
    height:130px;
    width:100%;
    background-color: white;;
}

.header-content, #logo-container{
    /*max-width: 1048px;*/
    margin: 0 auto;
}

.header-content-left{
    height: 50px;
    background-color: white;
    float: left;
    margin-left: 10%;
    margin-top: 15px;
}

.header-content{
    height: 50px;
    background-color: white;
    float: right;
    margin-right: 8%;
    width: 52%;
}
.container-header-bot{
    border-top: 2px solid #b6b7b7;
    margin-top: 15px;
}
.container-header-top{
    display: block;
    height: 50px;
}

.img-top-left{
    width: 250px;
    height: 50px;
    float: left;
    margin-top: 15px;
}

.img-top{
    width: 150px;
    height: 18px;
    float: right;
    margin-top: 30px;
    font-family: 'TelefonicaText-Regular', Arial, sans-serif;
    font-size: 20px;
    color:#b6b7b7;
    text-decoration: none;
}
#search-form{
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#search-q{
    display: block;
    margin: 6px 0 1px;
    border-radius: 2px;
    border: none;
    font-size: 1.4em;
    padding: 5px 22px 4px 11px;
    width: 180px;
    outline: none;
    background: url(images/searchicon.png) 193px center no-repeat #fff;
}

#menu-button{
    display:block;
    position:absolute;
    background-color: #191D1F;
    padding: 14px 48px 13px 16px;
    font-size: 1.7em;
    height: 46px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    white-space: nowrap;
    color:#fff;
    cursor:pointer;
    z-index: 2;
}

.arrow{
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 22px;
    width: 7px;
    height: 7px;
    border-right: 3px solid #b6b7b7;
    border-bottom: 3px solid #b6b7b7;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    -webkit-transform: rotate(45deg) skew(3deg, 3deg);
    -moz-transform: rotate(45deg) skew(3deg, 3deg);
    -ms-transform: rotate(45deg) skew(3deg, 3deg);
    -o-transform: rotate(45deg) skew(3deg, 3deg);
    transform: rotate(45deg) skew(3deg, 3deg);
    border-radius: 3px;
    box-sizing: content-box;
}

#category-buttons{
    list-style: none;
    margin:0;
    padding:0;
    display: inline-block;
}

#category-buttons > li{
    float:left;
    display:block;
}

#category-buttons > li > a{
    /*    font-size:1.6em;
        display: block;
        padding: 12px 20px 10px;
        white-space: nowrap;
        text-decoration:none;
        color:white;*/
    font-family: 'TelefonicaHeadline-Regular',Arial,sans-serif;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 50px;
    color: #b6b7b7;
    text-decoration: none;
    display: block;
    /*border-right: 1px solid #005072;*/
    padding: 0 30px 0 25px;
}

#category-buttons > li > a > span{
    vertical-align: super;
    position: relative;
    top: 3px;
    right: -10px;
}

#menu-options{
    width:260px;
    height:auto;
    position:absolute;
    background-color:#F4F4F4;
    top:0;
    left:-260px;
    z-index: 100;
}

#menu-options input, #search-form input{
    display: block;
    box-sizing: content-box;
    margin: 11px 0 1px;
    border-radius: 0px;
    border: 1px solid #b6b7b7;
    font-size: 1.4em;
    padding: 5px 22px 4px 11px;
    width: 180px;
    outline: none;
    color: #b6b7b7;
    background: url(images/search-3-xxl.png) 193px center no-repeat white;
    background-size: 16px;
}

#menu-options form{
    box-sizing: content-box;
    padding: 10px 5px;
    height: 40px;
    background: #00a9e0;
    /*    background: -webkit-gradient(linear, left top, left bottom, from(#2a2f32), to(#131315));
        background: -webkit-linear-gradient(top, #2a2f32, #131315);
        background: -moz-linear-gradient(top, #2a2f32, #131315);
        background: -ms-linear-gradient(top, #2a2f32, #131315);
        background: -o-linear-gradient(top, #2a2f32, #131315);
        background: linear-gradient(to bottom, #2a2f32, #131315);*/
}

#menu-options #categories{
    list-style: none;
    margin:0;
    padding:0;
}

#menu-options #categories li a{
    text-transform: capitalize;
}

#menu-options #categories > li > a{
    font-size: 1.7em;
    display:block;
    color: rgb(48, 48, 48);
    padding: 20px 10px 20px 19px;
    background-position: 12px 14px;
    background-repeat: no-repeat;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-decoration: none;
}

#menu-options #categories > li > a > span{
    color:#005C84;
    margin-right:7px;
    font-size: 1.3em;
    vertical-align: text-bottom;
}

#menu-options #main-options{
    list-style: none;
    margin:0;
    padding:0;
}

#menu-options #main-options a{
    font-size: 1.5em;
    display:block;
    color: #939da2;
    background-color:#004a6b;
    text-decoration: none;
    padding: 20px 18px 20px 18px;
}

.blocker{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    display:none;
}

.search-mobile-icon{
    display:none;
}

#mobile-menu-button{
    display:none;
}

figure#logo{
    display: block;
    float: left;
    width: 140px;
    padding-top: 7px;
    display: none;
}

.submenu-icon{
    background-image: url(images/submenu.png);
    display:block;
    float:right;
    height:32px;
    width:32px;
    padding:0;
    margin:0 !important;
}

.submenu-list{
    display:none;
    margin:0;
    padding:0;
    list-style:none;
}

.submenu-list > li > a{
    box-sizing: border-box;
    display:block;
    font-size:1.6em;
    text-decoration:none;
    color:rgb(37, 37, 37);
    width:100%;
    padding: 13px 18px;
    background-color:rgba(220,223,225,0.75);
}

.mobile-big-search-bar{
    display:none;
    overflow:hidden;
    padding:10px;
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
    box-sizing: border-box;
}

footer{
    max-width:1048px;
    margin: 20px auto 20px;
}

footer > ul{
    list-style: none;
    margin:0;
    padding:0 40px 20px;
    overflow: hidden;
    clear:both;
    border-bottom:1px solid rgba(0,0,0,0.05);
}

footer > ul > li{
    display:block;
    width:33%;
    float:left;
    box-sizing: border-box;
    padding:0 28px;
    border-right:1px solid rgba(0,0,0,0.05);
}

footer > ul > li:nth-child(3n){
    border-right:none;
}

footer > ul > li a{
    display:block;
    width:100%;
    text-decoration: none;
    font-size:1.6em;
    color:#303030;
    box-sizing: border-box;
    padding:10px 0;
}

footer > ul > li h3 a {
    font-size: 1.8em;
    padding-top:0;
}

footer > ul > li h3{
    margin-bottom:5px;
    margin-top:0;
}

#search-social-container{
    border-bottom:1px solid rgba(0,0,0,0.05);
    padding:20px 0;
    overflow: hidden;
}

#search-footer-q{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(images/search_icon-mobile.png);
    background-size: 21px 21px;
    background-color: #fff;
    background-position: 8px center;
    background-repeat: no-repeat;
    border: 1px solid #e3e3e3;
    box-shadow: none;
    margin: 0;
    padding: 8px 84px 8px 42px;
    font-size: 1.8em;
    color: #000;
    font-weight: 400;
    width: 40%;
    border-radius: 2px;
    display: block;
    width: 40%;
    resize: none;
    height: 2em;
    float:left;
}

#social-buttons{
    float: left;
    width: 100%;
    height: 36px;
    text-align: center;
    font-size: 1.7em;
}

#social-buttons a{
    text-decoration:none;
    font-size:1.9em;
}

#social-buttons p{
    display:inline-block;
    margin:0;
    vertical-align: super;
    margin-right:10px;
}

#social-buttons .icon-facebook2{
    color:#3B579D;
}

#social-buttons .icon-twitter{
    color:#5EA9DD;
}

#credits{
    width:100%;
    margin-top:20px;
    position:relative;
}

#credits figure{
    margin:auto;
    width:172px;
    margin-bottom: 10px;
    /*    position:absolute;
        left:50%;
        transform:translate(-50%,0);
        -webkit-transform:translate(-50%,0);*/
}

#credits ul{
    list-style: none;
    margin:auto;
    padding:0;
    display:block;
    text-align:center;
    font-size:1.1em;
}

#credits ul li{
    display:inline-block;
    width:auto;
    padding:10px 20px 0;
}

#credits ul li a{
    text-decoration: none;
    color:#858a8d;
}

.csslider1{
    margin-top: 0 !important;
    z-index:0;
    max-width: none !important;
}

/*.csslider1 > .cs_arrowprev > label, .csslider1 > .cs_arrownext > label{
    background-color:#c6c6c6 !important;
}

.csslider1 > .cs_arrowprev:hover > label, .csslider1 > .cs_arrownext:hover > label{
    background-color:#c6c6c6 !important;
}

.csslider1 > .cs_bullets > label{
    background-color:#c6c6c6 !important;
}*/

.descripcion-preview .main-info-container{
    overflow:hidden;
}

.descripcion-preview .main-info-container img{
    float:left;
    margin-right:10px;
}

.descripcion-preview .main-info-container .titutlo-container{
    float:left;
}

.stars-container{
    text-align:center;
    font-size: 5em;
}

.stars-container span{
    color: #ffcc00;
    display:inline-block;
}

#screenshot-roller{
    position:relative;
    width:100%;
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
}

#screenshot-roller ul{
    list-style:none;
    padding:0;
    margin:0;
    letter-spacing: -2px;
    position:relative;
    float:left;
    left: 0;
    transition: left 0.6s ease;
}

#screenshot-roller ul li{
    width:23%;
    margin:0 1%;
    display:inline-block;
    cursor:pointer;
}

#logo-android{
    width:100px !important;
    bottom:0px;
    left:0px;
    display:inline-block;
}

#logo-android-mobile{
    display:none;
    width:100px !important;

}

#logo-android-imagen{
    width:100px !important;
    display: inline;
}

#logo-apple{
    width:100px !important;
    bottom:0px;
    left:0px;
    display:inline-block;
}

#logo-apple-mobile{
    display:none;
    width:100px !important;

}

#logo-apple-imagen{
    width:100px !important;
    margin-left:43%;
}

#logos-mobile {
    width:300px;
    margin:auto;
    text-align: center;
}

#screenshot-roller-back-button{
    position:absolute;
    left:0;
    height:100%;
    width:50px;
    background-color: rgba(0,0,0,0.5);
    color: #eee;
    font-size: 3.8em;
    text-align: center;
    cursor:pointer;
    opacity: 0.0;
    transition: opacity 0.25s linear;
}

#screenshot-roller-back-button:hover{
    opacity: 1.0;
}

#screenshot-roller-foward-button span{
    position:relative;
    display:block;
    top:50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

#screenshot-roller-back-button span{
    position:relative;
    display:block;
    top:50%;
    transform: translate(0,-50%) rotate(180deg);
    -webkit-transform: translate(0,-50%) rotate(180deg);
}

#screenshot-roller-foward-button{
    position:absolute;
    right:0;
    height:100%;
    width:50px;
    background-color: rgba(0,0,0,0.5);
    color: #eee;
    font-size: 3.8em;
    text-align: center;
    cursor:pointer;
    opacity: 0.0;
    transition: opacity 0.25s linear;
}

#screenshot-roller-foward-button:hover{
    opacity: 1.0;
}

#screenshot-overlay{
    display:none;
    width:500px;
    margin:auto;
    /*width:75%;*/
    height:auto;
    /*margin: 0 12.5%;*/
    position:fixed;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background-color: white;
    z-index: 3;
    /*    left: 50%;
        transform: translate(-50%,0);*/
}


.circulo {
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    border-radius: 50%;
    background-color: black;
    transform: translate(0,-20%);
    -webkit-transform: translate(0,20%);
    margin-left: 15px;
    display: inline-block;
    font-size: 1.2em;
    font-size: 2.6em;
    padding-top: 10px;
}

.circulo:nth-child(1){
    margin: 0;
}

[class*='icono-'] {
    baackground: url();
    display: inline-block;
}

.icono-search {
    background-position: 0,0;
    width: 35px;
    height: 35px;
}

.icono-contenido {

    width: 35px;
    height: 35px;
}

.col {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    height: 80px;
    transition: all .3s;
}

.col:hover {
    height: 150px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*  border: none; */
    outline: none;
}

img {
    width: 100%;
    height: auto;
    display: block;
}


html {
    font-size: 62.5%;
}

p {
    font-size: 1.3em;
    line-height: 1.46em;
}

.descripcion .titulo {
    font-size: 1.5em;
    line-height: 1.46em;
    font-weight: bold;
}

.descripcion .subtitulo {
    font-size: 1.2em;
    line-height: 1.46em;
    display:inline-block;
    width: 60%;
}

.descripcion .creditos{
    font-weight: bold;
}

.descripcion .lanzamiento {
    font-size: 1.2em;
    line-height: 1.46em;
    display:inline-block;
    width: 40%;
    text-align: right;
}

.descripcion .textos {
    font-size: 1.2em;
    line-height: 1.46em;
}

.descripcion-preview .titulo {
    font-size: 1.5em;
    line-height: 1.46em;
    font-weight: bold;
}

.descripcion-preview .subtitulo {
    font-size: 1.2em;
    line-height: 1.46em;
}

.descripcion-preview .textos {
    font-size: 1.2em;
    line-height: 1.46em;
}

.descripcionimg {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 20%;
    display: none;
}

.divmas {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 22%;
    background: black;
    border-radius: 50%;
    color: white;
    /*padding: 0px 0px 0px 9px;*/
    text-align: center;
    font-size: 2em;
    padding-top: 5px;
}

.descripcion a .divmas{
    text-decoration:none;
    color: white;
}

#container {
    width: 100%;
    max-width: 940px;
    margin: auto;
    border: dotted 1px red;
    overflow: hidden;
}

.logo {
    width: 140px;
    height: 140px;
    margin: 15px auto 30px;
    border-radius: 50%;
    overflow: hidden;
    border: solid 1px;
}

nav {
    overflow: hidden;
}

nav li {
    float: left;
    width: 14.89%;
    margin-right: 2.12%;
}

nav li:last-child {
    margin-right: 0;
}

nav li a {
    display: block;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
    padding: 1em;
    text-align: center;
}

.pagination {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    background: #fafafa;
    padding-top: 5px;
    padding-bottom: 3px;
    border-bottom: 1px #f2f2f2 solid;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: url('http://www.personal.com.ar/images/bullet-medium.png') no-repeat;
    background-size: cover;
    margin-right: 10px;
    border: 1px solid #fff;
    cursor: pointer;
    box-sizing: content-box;
    -web-kit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
}

.swiper-visible-switch {
    background: #aaa;
}

.swiper-active-switch {
    width: 10px;
    height: 10px;
    background: url('http://www.personal.com.ar/images/bullet-medium-hover.png') no-repeat;
    background-size: cover;
}

.nav-div {
    background-color: black;
    height: 50px;
}

.nav-center {
    max-width: 960px;
    margin: 2px auto 0px;
    top:-2px;
    position:relative;
    overflow: hidden;
}

.container{
    max-width: 1048px;
    margin: auto;
    padding: 10px 15px;
    overflow: hidden;
}

.nav-menu {
    width: 835px;
}

.main-banner {
    width: 100%;
}

.first-section {
    width: 50%;
    float: left;
}

.first-section h1 {
    color: #0057a8;
}

.first-section .h5-up {
    color: #999999;
}

.second-section {
    width: 50%;
    float: left;
}

.second-section h1 {
    color: #0057a8;
}

.second-section .h5-up {
    color: #999999;
}

.books .h5-up{
    color: #999999;
}

.books .h1{
    color: #0057a8;
}

.books{
    overflow: hidden;
}

.article {
    width: 18%;
    margin: 1%;
    float: left;
    border: 1px solid #ddd;
    padding: 5px;
    background: white;
}

.article a{
    text-decoration: none;
    color:black;
}

.books .article:nth-child(5n+1){
    clear: both;
}

.detail {
    width: 100%;
    float: left;
}

.product {
    width: 100%;
    min-width: 190px;
    float: left;
}

.product h1 {
    color: #0057a8;
}

.product .h5-up {
    color: #999999;
}

.profile {
    float: right;
    width: 31.91%;
    min-height: 250px;
    margin-top: 20px;
}

.profile h2 {
    font-size: 2.8em;
    line-height: 1.3em;
    margin-bottom: 12px;
}

.profile p {
    font-size: 1.4em;
    line-height: 1.3em;
}

.profile ul li {
    width: 20%;
    margin-right: 6.66%;
    float: left;
    margin-top: 20px;
}

.profile ul li:nth-child(4n) {
    margin-right: 0;
}

.conti {
    max-width: 960px;
    margin: 50px auto;
    background-size: cover;
}

.etiqueta {
    height: 65px;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
}

.textos {
    font-family: Arial;
    font-size: x-large;
    margin-left: 10px;
}

.row {
    overflow: hidden;
    margin-top: 20px;
}

.descripcion {
    background-color: white;
    /*height: 50px;*/
    padding: 5px 5px 10px 10px;
    position: relative;
}

.descripcion-preview {
    background-color: white;
    padding: 10px 10px 5px 10px;
    position: relative;
}

.imagen-contenido-destacado {
    height: auto;
}

.imagen-contenido {
    height: auto;
}

.contenido-free{
    height:72px !important;
    width:72px !important;
    position:absolute;
    /*  padding-top: 12px;
     padding-left: 12px; */
    display: inline;
}


[class*='col-'] {
    border: solid 1px #333;
    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    margin: 0 1.041%;
    float: left;
}

.col-12 {
    background-color: red;
    width: 97.918%;
}

.col-1 {
    width: 6.25%;
}

.col-11 {
    width: 89.585%;
}

.col-10 {
    width: 81.252%;
}

.col-9 {
    width: 72.919%;
}

.col-8 {
    width: 64.586%;
}

.col-7 {
    width: 56.253%;
}

.col-6 {
    width: 47.92%;
}

.col-5 {
    width: 39.587%;
}

.col-4 {
    width: 31.254%;
}

.col-3 {
    width: 22.921%;
}

.col-2 {
    width: 14.588%;
}

.burger {
    display: none;
}

.imgburger {
    width: 32px;
    padding: 12px 0 5px 5px;
}

.accion {
    width: 100%;
    height: 45px;
    clear:both;
}

.btn-accion {
    color: white;
    display: block;
    text-align: center;
    width: 107px;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: black;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: right;
    font-size: 1.3em;
}

.divisor {
    width: 100%;
}

hr.divisor{
    width:100%;
    height:1px;
    background-color: rgba(0,0,0,0.3);
    margin: 10px 0;
}

.social {
    width: 253px;
    height: 70px;
    position: relative;
    margin: auto;
}

.desc-larga {
    padding-top: 10px;
    padding-bottom: 10px;
}

.relacionados-titulo {
    height: 20px;
    font-size: 2.0em;
    padding: 5px;
    margin-bottom: 20px;
}

.nav-center > p{
    margin-bottom:10px;
}

.nav-center > h1{
    margin-top: 30px;
}

#inscription-phone, #inscription-code{
    margin:auto;
    position:relative;
    float:left;
    left:50%;
    transform: translate(-50%,0);
}

.inscription-step .step-content label{
    font-size: 1.8em;
}

.inscription-step .step-content input{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    box-shadow: none;
    margin: 0;
    padding: 8px 10px 8px 10px;
    font-size: 1.8em;
    color: #000;
    font-weight: 400;
    width: 40%;
    border-radius: 2px;
    display: inline-block;
    width: 40%;
    resize: none;
    height: 2em;
}

#prefix{
    width: 60px;
}

#phone{
    width: 200px;
}

input.error{
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

input.error:focus{
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.inscription-step .step-content{
    clear:both;
    overflow:hidden;
}

.inscription-step .circulo{
    background-color:#5EA9DD;
}

.inscription-step .step-title h3{
    display: inline-block;
    font-size: 1.7em;
    vertical-align: text-top;
    border-bottom: 1px solid #5bc0de;
}

.inscription-step .step-title .circulo{
    background-color: #5bc0de;
    display: inline-block;
}

.inscription-step .step-title{
    /*float:left;*/
    /*position:relative;*/
    /*    left:50%;
        transform: translate(-50%,0);*/
    /*margin-bottom: 20px;*/
    width:320px;
    margin:0 auto 20px;
}

.inscription-step{
    overflow:hidden;
    width: 80%;
    margin: 40px auto 20px;
}

.ej-container{
    clear:both;
    position:relative;
    float:left;
    left:50%;
    transform: translate(-50%,0);
    margin-bottom: 20px;
}

.ej-container span{
    display:inline-block;
    margin-top:8px;
    font-size: 1.2em;
}

#prefix-ej{
    width:60px;
    margin-left:20px;
}

#phone-ej{
    width:200px;
    margin-left:22px;
}

.btn-inscripcion{
    clear:both;
    display: block;
    margin:auto;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

#inscription-code{
    margin-top: 20px;
}

#code{
    width:180px;
}

.no-code-container{
    clear:both;
    position:relative;
    float:left;
    left:50%;
    transform: translate(-50%,0);
    margin-bottom: 20px;
}

#msg-code{
    display: inline-block;
    margin-right: 18px;
    margin-top: 8px;
    font-size: 1.2em;
}

.inscription-step[data-step='2'] .step-content , .inscription-step[data-step='3'] .step-content{
    display:none;
}

.inscription-step[data-step='2'] .circulo , .inscription-step[data-step='3'] .circulo{
    background-color:#A3A3A3;
}

.inscription-step[data-step='2'] h3 , .inscription-step[data-step='3'] h3{
    color: #A3A3A3;
    border-bottom-color: #A3A3A3;
}

.jumbotron{
    width:100%;
    height:521px;
    background-image: url(images/jumbotron-1.jpg);
    background-size: cover;
}

.jumbo-container{
    text-align: center;
    width:70%;
    margin:auto;
    color: #f8f8f8;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}

.jumbo-container h1{
    font-size:  6em;
    margin-top: 0;
    margin-bottom: 20px;
}

.jumbo-container h2{
    font-size:  3em;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
}

.jumbo-container p{
    font-size: 2em;
    margin-bottom: 20px;
}

.jumbo-container a{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #01B6E3;
    border-color: #01B6E3;
    -webkit-transition: background-color .15s ease,border-color .15s ease;
    -o-transition: background-color .15s ease,border-color .15s ease;
    transition: background-color .15s ease,border-color .15s ease;
    border-width: 2px;
    letter-spacing: 1.2px;
    min-width: 130px;
    text-transform: uppercase;
    white-space: normal;
    font-size: 2em;
    line-height: 1.2;
    border-radius: 500px;
    padding: 14px 35px 10px;
    text-decoration: none;
}

.items-container{
    width:100%;
    background-color: black;
    padding: 30px 10%;
    color:#f8f8f8;
    overflow: hidden;
}

.lading-item{
    width:25%;
    float: left;
    text-align: center;
    padding: 0 15px;
}

.lading-item span{
    display: block;
    font-size: 3em;
}

.lading-item h3{
    font-size: 2em;
    margin: 20px 0;
}

lading-item p{
    font-size: 2em;
}

.jumbo2{
    background-image: url(images/jumbo2.jpg);
}

#heart.add{
    background-color: red;
}

#heart{
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

.btn-blue{
    font-family: 'TelefonicaText-Regular', Arial, sans-serif;
    display: inline-block;
    padding: 3px 10px 4px;
    margin-bottom: 0;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.628571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #00a9e0;
    text-decoration: none;
}

.btn-blue:hover{
    color: #ffffff;
    background-color: #EC008C;
}

#suscripcion-container{
    min-height: 500px;
}

.csslider1 > .cs_arrowprev, .csslider1 > .cs_arrownext{
    opacity: 0 !important;
}

.csslider1 > .cs_arrowprev:hover, .csslider1 > .cs_arrownext:hover{
    opacity: 0.9 !important;
}

#header-main-logo-container{
    width: 100%;
    height: 80px;
    background: #015d85; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNWQ4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Y2JlZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #015d85 0%, #4cbeda 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#015d85), color-stop(100%,#4cbeda)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #015d85 0%,#4cbeda 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #015d85 0%,#4cbeda 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #015d85 0%,#4cbeda 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #015d85 0%,#4cbeda 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015d85', endColorstr='#4cbeda',GradientType=0 ); /* IE6-8 */
}

#header-main-logo-container figure{
    padding-top: 20px;
    height: 40px;
    width: 182px;
    float:right;
}

#overlay-menu{
    display:none;
    position:absolute;
    left: 0;
    width: 100%;
    background-color: #ECECEC;
    z-index: 3;
    opacity: 1;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

#overlay-menu-inside{
    width: 750px;
    margin: 15px auto 10px;
}
.sub-menu-opener:hover{
    background-color: #ECECEC;
}
.sub-menu-opener:hover #overlay-menu{
    display:block;
}

#overlay-menu h2{
    margin: 0px 25px 15px;
    font-family: 'TelefonicaText-Regular',Arial,sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #00a9e0;
}

.category-column{
    width: 26%;
    float:left;
    padding: 0px 20px;
}

.category-column ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-column ul li a{
    /*    display: block;
        padding: 10px;*/
    text-decoration: none;
    /*    font-size: 1.8em;
        color: black;*/
    /*border-bottom: 1px solid #d9e6e9;*/
    display: block;
    margin: 0;
    padding: 5px 0 5px 18px;
    font-family: 'TelefonicaText-Regular',sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #b6b7b7;
    background: url(images/link-dot.png) no-repeat 6px 8px;
}

.category-column ul li a:hover{
    background-color: #e4edef;
    background-position: 6px -37px;
    color: #005c84;
}

.category-column ul li a:hover{
    background-color: #d1d1d1;
}

.category-column ul li a span{
    font-size: 1.6em;
    margin-right: 10px;
    vertical-align: sub;
}

#revista{
    margin: 30px 0;
    overflow: hidden;
}

#preview-carrousel{
    /*padding: 20px 20px;*/
    width: 66.666666%;
    float: left;
}

#preview-carrousel div{
    /*padding: 10px 10px;*/
}

#preview-carrousel .page figure{
    box-shadow: 0 5px 40px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 5px 40px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 5px 40px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 40px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 5px 40px 5px rgba(0, 0, 0, 0.4);
}

#revista-descripcion-container{
    width: 33.33333%;
    float: left;
}

#revista-descripcion{
    position: relative;
    top: 10px;
    width: 70%;
    margin: auto;
}

#revista-descripcion #edicion{
    margin-bottom: 10px;
}

#revista-descripcion h2{
    font-size:2.5em;
    font-family: 'TelefonicaText-Regular', Arial, sans-serif;
    color: #00a9e0;
    margin: 0;
    padding: 0;
}

#revista-descripcion p{
    font-family: 'TelefonicaText-Regular', Arial, sans-serif;
    font-size: 2.5em;
    color: #00a9e0;
    position: relative;
    display: inline-block;
}

#revista-descripcion h3{
    font-size:1.9em;
    margin-bottom: 20px;
}

#revista-descripcion a{
    font-family: 'TelefonicaText-Regular', Arial, sans-serif;
    display: inline-block;
    padding: 3px 20px 4px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.628571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #ffffff !important;
    background-color: #e9426d;
    border-color: transparent;
    padding: 11px 25px;
    font-size: 18px;
    line-height: 1.428571429;
    text-decoration: none;
}

#revista-descripcion a:hover{
    color: #ffffff;
    background-color: #EC008C;
    border-color: transparent;
}

#revista-descripcion #revista-texto{
    font-size: 1.4em;
}

.container > h2{
    margin-top: 20px;
    color: #5BC500;
}

.container > h2{
    margin-top: 20px;
    margin-left: 1%;
    font-size: 2.5em;
}

.container > h2:first-child{
    margin-top: 0;
}

#container-ingreso-izquierda{
    width: 50%;
    float: left;
    padding-right: 60px;
    margin-top: 10px;
}

#container-ingreso-derecha{
    width: 50%;
    float: left;
    padding-left: 60px;
    background-color: #EDF2F5;
    position: relative;
    margin-top: 10px;
}

.ingreso-box-container{
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    /*    border: 1px solid #E5E5E5;
        border-bottom: 2px solid #cccccc;*/
    position: relative;
}

#container-ingreso-izquierda .ingreso-box-container{
    margin-right: 0;
}

#container-ingreso-derecha .ingreso-box-container{
    margin-left: 0;
}

.ingreso-box-container h2{
    display: block;
    /*text-align: center;*/
    margin-bottom: 10px;
    font-size: 3em;
    font-family: 'TelefonicaText-Regular', Arial, sans-serif;
    color: #00a9e0;
    font-weight: normal;
    padding: 20px 0 0;
}

.ingreso-box-container .ingreso-box-footer-btn{
    border-radius: 0;
}

.ingreso-box-body{
    width: 100%;
    height: auto;
    padding: 10px 0 20px;
}

.ingreso-box-body form label{
    font-size: 1.4em;
    margin-bottom: 15px;
    display: block;
    line-height: normal;
}

.ingreso-box-body form .form-group{
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}

.ingreso-box-body form .form-group .combined-input{

}

.ingreso-box-body form .form-group .combined-input span{
    float: left;
    font-size: 1.8em;
    padding: 8px 10px;
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: 41px;
    border: 1px solid #ccc;
    background-color: #eee;
    border-right: none;
}

.ingreso-box-body form .form-group .combined-input input{
    float: left;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 10px;
    padding: 7px;
    height: auto;
    border-radius: 0;
    font-size: 1.8em;
}

.ingreso-box-body form .form-group a{
    margin-top: 10px;
    display: block;
}

#genera-claves-container .ingreso-box-footer-btn{
    float: right;
    margin-bottom: 20px;
    margin-right: 20px;
}

#clave, #pin {
    font-size: 1.3em;
    padding: 5px 10px;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 30px;
    border: 1px solid #ccc;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

#prefijo{
    width:60px;
    margin-right: 28px;
}

#numero{
    width: 140px;
}

.ingreso-box-body ul{
    margin: 20px 0;
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

.ingreso-box-body ul li{
    color: #515559;
    padding: 2px 80px 5px 0;
    border-bottom: 1px dotted #498094;
    margin-bottom: 3px;
    font-size: 1.4em;
}

#icon-register{
    width: 45px;
    position: absolute;
    top: 19px;
    left: 11px;
}

div#highlights-carrousel {
    padding: 30px 0;
    margin: 20px 0 30px;
    background: #edf3f4;
}

#highlights-carrousel .owl-item{
    padding: 0 10px;
}

#highlights-carrousel .owl-item .article-hightlight{
    padding: 10px;
    border: 1px solid #ddd;
}

#highlights-carrousel .owl-item .article-hightlight .descripcion{
    background: none;
}

#highlights-carrousel .owl-item .article-hightlight a {
    color: black;
    text-decoration: none;
}

.page-title{
    display:block;
    margin: 10px 0 20px;
}

.page-title .titles{
    display:inline-block;
}

.page-title .titles h2{
    font-family: 'TelefonicaText-Regular', Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 24px;
    color: #5BC500;
    padding: 2px 0 0;
    margin: 0;
    vertical-align: top;
    text-transform: uppercase;
}

.page-title .titles h3{
    font-weight: normal;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #5BC500;
}

.page-title .title-icon{
    display: inline-block;
    width: 45px;
    margin-right: 10px;
    /*vertical-align: text-bottom;*/
}

.credit-icon{
    display: inline-block;
    width: 26px;
}

.credits-value{
    font-family: 'MovistarTextBold', Arial, sans-serif;
    color: #005c84;
    letter-spacing: -4px;
    position: relative;
    display: inline-block;
}

hr{
    height: 1px;
    background: #D2E0E3;
}

#carrousel-container{
    position:relative;
}

.btn-prev, .btn-next{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 500;
    cursor: pointer;
}

.btn-prev{
    left: 10px;
    background: url('images/sliderleft.png') no-repeat;
}

.btn-next{
    right: 10px;
    background: url('images/sliderright.png') no-repeat;
}

#myIframe {
    width: 100%;
    min-height: 1000px;
}

.modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  cursor: pointer;
}

.modal-content {
  min-height: 100px;
}

.modal-body {
  display: grid;
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-items: center;
  min-height: 100px;
}

.modal-body > p {
  text-align: center;
}

@media screen and (max-width:1340px){
    .header-content-left {
        margin-left: 2%;
    }
    .header-content {
        width: 65%;
    }
}

@media screen and (max-width:1088px){

    .header-content,footer,#logo-container{
        max-width: none;
        width: 69%;
        box-sizing: border-box;
        padding:0px;
    }
    .header-content-left{
        margin-left: 10px;
    }
    .header-content{
        margin-right: 10px;
    }
}

@media screen and (max-width:970px){

    .nav-center > p{
        margin-left: 10px;
        margin-right: 10px;
    }

    .nav-center > h1{
        margin-left: 10px;
        margin-right: 10px;
    }

    .inscription-step p{
        margin-left: 10px;
        margin-right: 10px;
    }

    .lading-item{
        width:50%;
        margin-bottom: 40px;
    }

    #revista-descripcion #revista-texto{
        display:none;
    }
}

@media screen and (max-width:1024px){

    header{
        height:142px;
    }

    #category-buttons > li > a{
        padding: 7px 16px 5px;
    }

    .search-mobile-icon{
        display:none;
    }

    #mobile-menu-button{
        display:none;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        height: 60px;
        width: 60px;
        /*border-right: 1px solid #004e70;*/
        background: url(images/submenuhamb.png) center center no-repeat;
        box-shadow: 1px 0 rgba(255,255,255,0.1);
    }

    figure#logo{
        display: none;
        width: 100px;
        float: left;
        margin: 3px 0 0;
        padding-left:50px;
    }

    #search-form{
        display:block;
    }

    #menu-button{
        display:none;
    }

    #search-mobile-q{
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-image: url(images/search_icon-mobile.png);
        background-size: 21px 21px;
        background-color: #fff;
        background-position: 8px center;
        background-repeat: no-repeat;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 8px 84px 8px 42px;
        font-size: 1.8em;
        color: #000;
        font-weight: 400;
        width: 100%;
        border-radius: 2px;
        display: block;
        width: 86%;
        resize: none;
        height: 2em;
        float:left;
    }

    #cancel-mobile-search{
        display:block;
        float:left;
        width:14%;
        font-size: 1.8em;
        height: 2em;
        color:white;
        text-transform: uppercase;
        text-align: center;
        padding:10px 0;
        cursor:pointer;
    }

    .items-container{
        padding: 30px 5%;
    }

    #screenshot-roller-foward-button, #screenshot-roller-back-button{
        opacity: 1.0;
    }

    #suscripcion-container{
        height: 400px;
    }

    #category-buttons > li:nth-child(1){
        display:block;
    }

    #overlay-menu{
        display:none;
    }

    .header-content, #logo-container{
        position:relative;
    }

    #revista-descripcion{
        top: 0;
    }

}

@media screen and (max-width:900px){
    #search-form{
        display:none;
    }
    header {
        height: 62px;
    }
    #mobile-menu-button{
        display: block;
    }
    .header-content-left{
        display:none;
    }
    .container-header-top{
        display: none;
    }
    .container-header-bot{
        border:0px;
    }
    .header-content{
        margin-right: 0%;
        width: 100%;
        margin-right: 0%;
    }
    .search-mobile-icon{
        display:block;
        background-image: url(images/ic_buscador.png);
        background-size: 35px 35px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        height: 60px;
        width: 60px;
        /*border-left: 1px solid #004e70;*/
        box-shadow: 1px 0 rgba(255,255,255,0.1);
    }
    figure#logo {
        padding: 11px 16px 8px;
        display: block;
        margin-top: -30px;
        -webkit-transform: translate(-50%,0);
        position: relative;
        left: 50%;
    }

    #category-buttons{
        display:none;
    }


    #cancel-mobile-search{
        width:20%;
    }

    #search-mobile-q{
        width:80%;
    }

    #screenshot-overlay{
        width:55%;
        margin: 0 22.5%;
        top: 50%;
        left:0;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
    }

    .ingreso-box-body ul li{
        padding: 2px 50px 5px 0;
    }

    #container-ingreso-izquierda{
        padding-right: 40px;
    }

}

@media (max-width: 800px) {
    header {
        height: 62px;
    }
    #mobile-menu-button{
        display: block;
    }
    .header-content-left{
        display:none;
    }
    .container-header-top{
        display: none;
    }
    .container-header-bot{
        border:0px;
    }
    .header-content{
        margin-right: 0%;
        width: 100%;
        margin-right: 0%;
    }
    #category-buttons{
        display:none;
    }
    figure#logo {
        padding: 11px 16px 8px;
        display: block;
        margin-top: -30px;
        -webkit-transform: translate(-50%,0);
        position: relative;
        left: 50%;
    }

    .article {
        width: 31.33333%;
        margin: 1%;
        float: left;
    }

    .books .article:nth-child(5n+1){
        clear: none;
    }

    .books .article:nth-child(3n+1){
        clear: both;
    }

    .nav-menu {
        display: none;
    }

    .burger {
        display: block;
    }

    .descripcionimg {
        display: block;
    }



    .product {
        width: 100%;
        float: left;
    }

    .product h1 {
        color: #0057a8;
    }

    .product .h5-up {
        color: #999999;
    }

    .detail {
        width: 100%;
        min-width: 190px;
        float: left;
    }

    .divmas{

        display:block;

    }

}

@media screen and (max-width:750px){
    #mobile-menu-button{
        display: block;
    }
    .header-content-left{
        display:none;
    }
    .container-header-top{
        display: none;
    }
    .container-header-bot{
        border:0px;
    }
    .header-content{
        margin-right: 0%;
        width: 100%;
        margin-right: 0%;
    }
    #category-buttons{
        display:none;
    }
    figure#logo {
        padding: 11px 16px 8px;
        display: block;
        margin-top: -30px;
        -webkit-transform: translate(-50%,0);
        position: relative;
        left: 50%;
    }
    header {
        height: 62px;
    }

    footer > ul {
        padding:0;
        display:none;
    }

    footer > ul > li{
        float:none;
        border-right:none;
        border-bottom:1px solid rgba(0,0,0,0.05);
        width:100%;
        padding:20px 0;
    }

    footer > ul > li > a{
        display:none;
    }

    footer > ul > li > h3{
        margin:0;
    }

    footer > ul > li > h3 > a{
        padding:0;
    }

    #search-social-container{
        border:none;
    }

    #search-social-container input{
        float:none;
        margin:0 auto 10px;
        width:290px;
    }

    #search-social-container #social-buttons{
        float:none;
        text-align: center;
        width:100%;
        margin-top:20px;
    }

    #search-social-container #social-buttons a{
        font-size:2.1em;
        display:inline-block;
    }

    #search-social-container #social-buttons .icon-facebook2{
        margin-right: 10px;
    }

    #search-social-container #social-buttons p{
        display:none;
    }

    .lading-item{
        float: none;
        width: 100%;
    }

    .jumbotron{
        height: 320px;
    }

    .jumbotron h1{
        font-size: 3.5em;
    }

    .jumbotron h2{
        font-size: 2.5em;
    }

    .jumbotron p{
        font-size:1.7em;
    }

    .jumbotron a{
        font-size: 1.4em;
        line-height: 1.5;
        border-radius: 500px;
        padding: 6px 20px 3px;
    }

    #suscripcion-container{
        height: auto;
        min-height: 0;
    }

    #container-ingreso-izquierda, #container-ingreso-derecha{
        width: 100%;
        float: none;
    }

    .ingreso-box-container{
        overflow: hidden;
    }

    #container-ingreso-izquierda .ingreso-box-container,#container-ingreso-derecha .ingreso-box-container{
        margin: 0 auto 20px;
    }

    #revista-descripcion-container, #preview-carrousel{
        float:none;
        width: 100%;
        margin-bottom: 10px;
    }

    #revista-descripcion-container{
        margin-bottom: 25px;
    }

    #revista-descripcion{
        width: 100%;
    }

    #edicion{
        display:inline-block;
        width: 70%;
        margin-bottom: 0 !important;
    }

    #revista-descripcion > a{
        display:inline-block;
    }

    #clave{
        max-width: 340px;
    }

}

@media screen and (max-width:600px){
    #mobile-menu-button{
        display: block;
    }
    .header-content-left{
        display:none;
    }
    .container-header-top{
        display: none;
    }
    .container-header-bot{
        border:0px;
    }
    .header-content{
        margin-right: 0%;
        width: 100%;
        margin-right: 0%;
    }
    #category-buttons{
        display:none;
    }
    
    figure#logo{
        position:relative;
        left:50%;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        padding:0;
        margin-top: -30px;
        display: block;
    }

    #cancel-mobile-search{
        width:30%;
    }

    #search-mobile-q{
        width:70%;
    }

    #screenshot-roller ul li{
        width:31.33333%;
        margin:0 1%;
        display:inline-block;
    }

    #screenshot-overlay{
        width:65%;
        margin: 0 17.5%;
        top: 50%;
        left:0;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
    }

    .jumbo-container{
        position: static;
        top: 0;
        transform: none;
    }

    .jumbotron{
        height:auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #logo-container figure{
        margin: auto;
    }

    #header-main-logo-container{
        display:none;
    }

    header{
        height: 62px;
    }

    figure#logo{
        padding:11px 16px 8px;
    }

    #edicion{
        width: 100%;
        margin-bottom: 10px !important;
    }

    #logo-mobile{
        width:100px;
        margin-left:18%;
    }

}

@media screen and (orientation : landscape){
    #screenshot-overlay{
        width:30%;
        margin: 0 35%;
        top: 50%;
        left:0;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
    }


}

@media screen and (max-width:1000px){

    #logos-mobile {
        width:300px !important;
        margin: 0 auto;
    }
}

@media screen and (max-width:900px){

    #logos-mobile {
        width:300px !important;
        margin: 0 auto;
    }
}

@media screen and (max-width:800px){

    #logos-mobile {
        width:300px !important;
        margin: 0 auto;
    }
}


@media screen and (max-width:700px){

    #logos-mobile {
        width:300px !important;
        margin: 0 auto;
    }
}

@media screen and (max-width:600px){

    #logos-mobile {
        width:300px !important;
        margin: 0 auto;
    }
}

@media screen and (max-width:530px){

    #logo-android{
        display:none;
    }

    #logo-android-mobile{
        display:inline !important;
        width:100px !important;

    }

    #logo-android-imagen{
        width:100px !important;
        display: inline;;
    }

    #logo-apple{
        display:none;
    }

    #logo-apple-mobile{
        display:inline !important;
        width:100px !important;

    }

    #logo-apple-imagen{
        width:100px !important;
        margin-left:38%;
    }

    #logos-mobile {
        width:300px !important;
        margin: 0 auto;
    }
}

@media screen and (max-width:470px){

    #logo-android-imagen{
        width:100px !important;
        display: inline;
    }

    #logo-apple-imagen{
        width:100px !important;
        margin-left:38%;
    }

    #logos-mobile {
        width:300px !important;
        margin: 0 auto;
    }

}

@media screen and (max-width:420px){

    #logo-android-imagen{
        width:100px !important;
        display: inline;
    }

    #logo-apple-imagen{
        width:100px !important;
        margin-left:38%;
    }

    #logos-mobile {
        width:200px !important;
        margin: 0 auto;
    }

}

@media screen and (max-width:400px){

    #logo-android-imagen{
        width:100px !important;
        display: inline;
    }

    #logo-apple-imagen{
        width:100px !important;
        margin-left:38%;
    }

    #logos-mobile {
        width:200px !important;
        margin: 0 auto;
    }

}

@media screen and (max-width:300px){
    #logo-android-imagen{
        width:100px !important;
        display: inline;
    }

    #logo-apple-imagen{
        width:100px !important;
        margin-left:31% !important;
    }

    #logos-mobile {
        width:300px !important;
        margin: 0 auto;
    }
}

@media screen and (max-width:500px){

    .imagen-contenido-destacado{
        height:auto;
    }

    .imagen-contenido{
        height:auto;
    }
    #revista-descripcion{
        overflow: hidden;
        position: static;
        float: none;
        width: 100%;
    }

    #preview-carrousel{
        clear: both;
        float: none;
        width: 100%;
    }

    #revista-descripcion-container{
        width: 100%;
        float: none;
    }

    #revista-descripcion-container #edicion{
        display: block;
        float: left;
    }

    #revista-descripcion-container #edicion h2{
        margin: 0;
    }

}

@media (max-width: 480px) {

    .divmas{

        display:block;

    }

    .first-section {
        width: 100%;
        float: left;
    }

    .first-section h1 {
        color: #0057a8;
    }

    .first-section .h5-up {
        color: #999999;
    }

    .second-section {
        width: 100%;
        float: left;
    }

    .second-section h1 {
        color: #0057a8;
    }

    .second-section .h5-up {
        color: #999999;
    }

    .article {
        width: 48%;
        margin: 1%;
        float: left;
    }

    .books .article:nth-child(3n+1){
        clear: none;
    }

    .books .article:nth-child(2n+1){
        clear: both;
    }

    .product {
        width: 100%;
        float: left;
    }

    .product h1 {
        color: #0057a8;
    }

    .product .h5-up {
        color: #999999;
    }

    .detail {
        width: 100%;
        margin: 1%;
        min-width: 190px;
        float: left;
        margin: 0;
    }

    .descripcion-preview {
        background-color: white;
        padding: 10px 18px 15px 18px;
        position: relative;
    }

    #screenshot-roller ul li{
        width:48%;
        margin:0 1%;
        display:inline-block;
    }

}

@media screen and (max-width:400px){

    #cancel-mobile-search{
        display:none;
    }

    #search-mobile-q{
        width:100%;
    }

    #screenshot-overlay{
        width:75%;
        margin: 0 12.5%;
        top: 50%;
        left:0;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
    }

    .inscription-step .step-title h3{
        font-size: 1.5em;
    }

    .inscription-step .step-title{
        width:284px;
    }

    .inscription-step{
        width: 100%;
    }

    #screenshot-roller-foward-button, #screenshot-roller-back-button{
        font-size: 2.5em;
        width: 30px;
    }

    .books .article {
        width: 98%;
        float: none;
        margin: 40px 0;
    }

    #revista-descripcion #edicion{
        float: none;
    }

    #revista-descripcion-container a{
        float: none;
        margin-bottom: 20px;
        width: 74%;
    }

    .ingreso-box-body ul li{
        padding-right: 0;
    }

    #container-ingreso-izquierda{
        padding-right: 0;
    }

}

@media screen and (max-width:350px){

    #numero{
        width: 112px;
    }

    #prefijo{
        width: 50px;
    }

    #logo-android-imagen{
        width:100px !important;
        display: inline;
    }

    #logo-apple-imagen{
        width:100px !important;
        margin-left:33%;
    }

    #logos-mobile {
        width:300px;
        margin: 0 auto;
    }


}

#msj-login{
    font-size:14px !important;
}

.error-msg{
    color: red;
    display: none;
}

.status-msg{
    color: red;
    font-size : 12px !important;
    /*padding-left:108px;*/
}

.status-msg-pass{
    color: red;
    font-size : 12px !important;
    padding-top:10px;
}

.bxslider{
    width: 100%;
}

.bx-wrapper{
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background: #00a9e0;
}


#reader-btn input:hover {
    color: #ffffff;
    background-color: #ffc943;
    border-color: transparent;
}
#reader-btn input {
    font-family: 'TelefonicaText-Regular', Arial, sans-serif;
    display: inline-block;
    padding: 3px 20px 4px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.628571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #ffffff !important;
    background-color: #edb613;
    border-color: transparent;
    padding: 11px 25px;
    font-size: 18px;
    line-height: 1.428571429;
    text-decoration: none;
}
reader-btn:active, reader-btn:hover {
    outline: 0;
}

/* hack Css Firefox - Custom Alerts Alinear Verticalmente - A.G.E 27-08-15 */
@-moz-document url-prefix() {
    #popup_container{
        top:200px !important;
    }
}

html>/**/body #popup_container, x:-moz-any-link, x:default {
    top:200px !important;
}

#container-ingreso-izquierda {
    float: left;
    margin: auto;
    width: 65%;
    padding: 10px;
}
#container-ingreso-izquierda .ingreso-box-container {
    margin-right: 0;
}
.ingreso-box-container {
    display: block;
    width: 300px;
    margin: 20px auto;
    min-height: 350px;
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid #E5E5E5;
    border-bottom: 2px solid #cccccc;
    position: relative;
}
.ingreso-box-container h2 {
    display: block;
    text-align: center;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #E5E5E5;
}
.ingreso-box-body {
    width: 100%;
    height: auto;
    padding: 15px;
}
.ingreso-box-body form .form-group {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}
.ingreso-box-body form label {
    font-size: 1.4em;
    margin-bottom: 15px;
    display: block;
    /* color: #777; */
}
.ingreso-box-body form .form-group .combined-input input {
    float: left;
    font-size: 1.3em;
    padding: 5px 10px;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 30px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
#prefijo {
    width: 60px;
    margin-right: 20px;
}
.prefijo {
    width: 60px;
    margin-right: 20px;
    margin-left: 3px;
}
#numero {
    width: 100%;
}
#numeroPin {
    width: 100%;
}
.container-va {
    text-align: center;
    margin-top: 1em;
}

.ingreso-box-body {
    width: 100%;
    height: auto;
    padding: 15px;
}
.operadoras {
    list-style: none;
    height: 40px;
    margin: 0 auto 1em auto;
    padding: 0;
    display: table;
}
.operadoras li {
    float: left;
    width: 195px;
}

.ingreso-box-container p {
    margin-bottom: 5px;
}
.price-assinatura {
    margin: 0 auto;
    display: table;
    font-size: 1.85em;
    color: #777;
}
.checklist {
    list-style-type: none;
    margin-top: 1em;
    padding-left: 20px;
    font-size: 1.25em;
    color: #777;
}

.checklist > li {
    text-indent: -1.4em;
    margin-bottom: 0.6em;
    text-align: left;
}

.status-msg {
    color: red;
    font-size: 12px !important;
}

.ingreso-box-container .ingreso-box-footer-btn {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    border-radius: 0;
    background-color: #5bc500;
}

.ingreso-box-footer-notes {
    font-size: 1.2em;
    margin: 0 10%;
}

#contrasena-btn {
    text-decoration: none;
    color: #303030;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#terminosclass {
    text-decoration: none;
    color: #4D4D4D;
}
.container ul li {
    font-size: 1.3em;
    line-height: 1.46em;
    font-family: 'TelefonicaText-Regular', Helvetica, Arial, sans-serif;
    margin-left: 3%;
}

.ingreso-box-body-pass {
    width: 100%;
    height: auto;
    padding: 30px;
    text-align: center;
}

.ingreso-box-body-pass form .form-group {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}
.ingreso-box-body-pass form label {
    font-size: 1.4em;
    margin-bottom: 15px;
    display: block;
    /* color: #777; */
}
.ingreso-box-body-pass form .form-group .combined-input input {
    float: left;
    font-size: 1.3em;
    padding: 5px 10px;
    margin-left: 30px;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 30px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    width: 75%;
}
.iconmenu{
    width: 20px;
    float: left;
    margin-right: 15px;
}
.operadoraContainer select.operadora, .operadoraContainer select.operadoraLogin{
    font-size: 1.3em;
    padding: 5px 10px;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 30px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    width: 100%;
    background-color: white;
    margin-bottom: 10px;
}

#carrousel-container div div div article{
    padding: 5px;
    border: 1px solid #ddd;
    padding: 5px;
}
#carrousel-container div div div article a{
    color:black;
    text-decoration: none;
}

.page-title h2{
    font-family: 'MovistarText-Regular', Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 24px;
    color: #79b800;
    padding: 2px 0 0;
    margin: 0;
    vertical-align: top;
    text-transform: uppercase;
}

.smartbanner{
    top: -84px !important;
    box-shadow: inset 0 0px 0 #88b131 !important;
}
.containerArticle{
    /*position: relative;
    bottom: -80%;*/
    height: 100%;
    z-index: 5;
    font-family: Arial !important;
    width: 95%;
}

.paddingBottom{
    padding-bottom: 15px;
    font-weight: bold;
    height: 280px;
    vertical-align: bottom;
    display: table-cell;
}
.borderTop{
    border-top: 1px solid;
    display: inline;
}
.descriptionArticle{
    margin: 0;
    padding: 0;
    /*position: absolute;*/
    bottom: 20%;
    margin-left: 10px;
    font-family: Arial !important;
    font-size: 14px;
    width: 95%;
    color: white;
    text-decoration: none !important;
}
.innershadowdiv{
    -webkit-box-shadow: inset 0px 0px 178px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 178px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 178px 0px rgba(0,0,0,0.75)
}
.containerDescription{
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.73);
    display: none;
    font-family: Arial !important;
    color: white;
    opacity: 1 !important;
    left: -10px;
    position: relative;
    padding-left: 10px;
    width: 103%;
}
#cardsArticles p {
    color: white !important;
}
