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

@import url(https://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic-ext,latin-ext,cyrillic,greek-ext,greek,vietnamese);

@font-face {
    font-family: "controls";
    src: url("materialcontrols.eot");
    src: url("materialcontrols.eot#iefix") format("embedded-opentype"),
        url("materialcontrols.woff") format("woff"),
        url("materialcontrols.ttf") format("truetype"),
        url("materialcontrols.svg#basic") format("svg");
    font-weight: normal;
    font-style: normal;
}

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

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

header {
    height: 90px;
    width: 100%;
    background-color: black;
}

.header-content,
#logo-container {
    max-width: 81.5%;
    margin: 0 auto;
    position: relative;
    height: 60px;
    padding-top: 23px;
}

#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;
}

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

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

#category-buttons>li>a:hover {
    background-color: #766a62;
}

#category-buttons>li>a {
    /*    font-size:1.6em;
        display: block;
        padding: 12px 20px 10px;
        white-space: nowrap;
        text-decoration:none;
        color:white;*/
    font-family: 'controls', Arial, sans-serif;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 50px;
    color: #f0f5f5;
    text-decoration: none;
    display: block;
    padding: 4px 20px 6px 25px;
}


#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: 2px;
    border: none;
    font-size: 1.4em;
    padding: 5px 22px 4px 11px;
    width: 180px;
    outline: none;
    color: #766a62;
    background: url(images/searchicon.png) 193px center no-repeat #ffffff;
}

#menu-options form {
    box-sizing: content-box;
    padding: 10px 5px;
    height: 40px;
    background: #2d2d2d;
    /*    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: #ea288c;
    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: 88px; */
    padding-top: 10px;
    /* position: absolute:; */
    /*top: -35px*/
    ;
    margin-top: -10px;
}
}

.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 {
    width: 100%;
    margin: 0 auto;
    background-color: white;
}

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;
    max-width: 850px;
    margin: 0 auto;
}

#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: 60%;
    height: 36px;
    text-align: right;
    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;
    padding-bottom: 30px;
}

#credits figure {
    margin: auto;
    width: 248px;
    /*    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;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

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

}

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

#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;
    margin-bottom: 65px;
}

.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: 'controls', Arial, sans-serif;
    display: inline-block;
    padding: 3px 20px 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: #0085c3;
    text-decoration: none;*/


    display: block;
    width: 250px;
    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: #ffffff;
    background-color: #00b1b6;
    border-color: #00b1b6;
    -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: 1.5em;
    line-height: 1.2;
    border-radius: 500px;
    padding: 14px 35px 10px;
    text-decoration: none;
    margin: 15px auto 0;
}

.btn-blue:hover {
    color: #ffffff;
    background-color: #00d8d2;
    border-color: #00d8d2;
}

#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: #FFFFFF;
    z-index: 3;
    opacity: 1;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#overlay-menu-inside {
    width: 1048px;
    margin: 15px auto 10px;
}

.sub-menu-opener:hover #overlay-menu {
    display: block;
}

#overlay-menu h2 {
    margin: 10px 20px 0;
    font-family: 'controls', Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #2d2d2d;
}

.category-column {
    width: 32.5%;
    float: left;
    padding: 10px 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: Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #2d2d2d;
    /*background: url(images/link-dot.png) no-repeat 6px 8px;*/
}

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

.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: 60px;*/
    width: 70%;
    margin: auto;
}

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

#revista-descripcion h2 {
    font-size: 2.5em;
}

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

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

#revista-descripcion a {
    font-family: 'controls', 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;
    background-color: #00A596;
    border-color: transparent;
    padding: 11px 25px;
    font-size: 18px;
    line-height: 1.428571429;
    text-decoration: none;
}

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

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

.container h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 1%;
    font-size: 2em;
    background-color: #766A62;
    padding: 8px;
    color: white;
    border-radius: 4px;
}
}

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

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

.ingreso-box-container {
    display: block;
    width: 300px;
    margin: 20px auto;
    height: max-content;
    background-color: white;
    border-radius: 4px;
    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: 0;
    padding: 20px;
    border-bottom: 1px solid #E5E5E5;
}

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

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

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

.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;
    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;
    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: 1em;
}

.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: 100%;
    font-size: 13px;
}

.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;
}

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

.article-hightlight {
    border: 1px solid #ddd;
    background: white;
}

#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: 'controls', 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;
}*/

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

.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: 'controls', 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;
}

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

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

}

@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:1040px) {
    #category-buttons {
        display: none !important;
    }

    #menu-button {
        display: none;
    }

    #search-form {
        display: none;
    }

    .search-mobile-icon {
        display: block;
        background-image: url(images/searchicon2.png);
        background-size: 22px 22px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        height: 60px;
        width: 60px;
        border-left: 1px solid #a2a2a2;
        box-shadow: 1px 0 rgba(255, 255, 255, 0.1);
    }

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

    figure#logo {
        width: 200px;
        display: block;
        float: left;
        padding-left: 70px;
        padding-top: unset;
        margin-top: -15px;
    }
}

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

    header {
        height: 62px;
    }

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

    #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: none;
    }

    #overlay-menu {
        display: none;
    }

    #salir-btn-main-bar {
        display: none !important;
    }

    #revista-descripcion {
        top: 0;
    }

}

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

    #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) {

    .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) {

    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) {

    #category-buttons {
        display: none;
    }

    figure#logo {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        margin: unset;
        top: -10px;
        padding: unset !important;
    }

    #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;
    }

    #logo .headerimg {
        width: 160px !important;
        height: 40px !important;
    }

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

    .footerbr .footerbrtext {
        width: 100% !important;
        margin-bottom: 7%;
    }

    .footerbr .footerbrimg {
        width: 100% !important;
        margin-bottom: 7%;
    }
}

@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:530px) {

    #logo-android {
        display: none;
    }

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

    }

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

}




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

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

}

@media screen and (max-width:300px) {
    #logo-android-imagen {
        width: 100px !important;
        margin-left: 31% !important;
    }
}

@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;
        margin-left: 33%;
    }



}

#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: #e91e63;
}


#reader-btn input:hover {
    color: #ffffff;
    background-color: #ffc943;
    border-color: transparent;
}

#reader-btn input {
    font-family: 'MovistarText-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;
}

.icono-menu {
    width: 18px;
    height: 32px;
    display: block !important;
    border: 0px !important;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}


.icono-menu-mobile {
    width: 32px;
    height: 32px;
    display: block !important;
    border: 0px !important;
    float: left;
    margin-top: -5px;
    margin-right: 12px;
}

.footerbr {
    max-width: 715px;
    margin: 0 auto;
}

.footerbr .footerbrtext {
    float: left;
    width: 50%;
    margin-bottom: 7%;
}

.footerbr .footerbrimg {
    float: left;
    width: 50%;
    margin-bottom: 7%;
}

.footerbr .footerbrtext p {
    font-family: Ubuntu;
    font-size: 22px;
}

.footerbr .footerbrimg img {
    float: left;
    width: 31%;
    margin-left: 2%;
}

#contrasena-btn {
    text-decoration: none;
    color: #303030;
    font-size: 13px;
}

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

#numeroPin {
    width: 149px;
}

#terminosclass {
    text-decoration: none;
    color: #303030;
}

.btn-ver-todas {
    display: block;
    /* width: 250px; */
    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: #ffffff;
    background-color: #00A596;
    border-color: #F8F9FA;
    -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: 1.5em;
    line-height: 1.2;
    border-left: 4px solid;
    text-decoration: none;
    margin: 0px auto 0;
    height: 100%;
    padding-top: 10px;
}

.ingreso-box-container p {
    margin-bottom: 5px;
}

.price-assinatura {
    margin: 0 auto;
    display: table;
    font-size: 1.5em;
    color: #777;
}

.checklist {
    list-style-type: none;
    margin-top: 1em;
    padding-left: 20px;
    font-size: 1.25em;
    color: #777;
    margin-left: 7%;
}

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

.operadoras {
    list-style: none;
    height: 40px;
    margin: 0 auto 1em auto;
    padding: 0;
    display: table;
    margin-top: 15px;
}

.operadoras li img {
    height: 32px;
    width: 118px;
    margin-right: 20px;
}

.operadoras li {
    float: left;
}

#logo .headerimg {
    width: 185px;
    height: 50px;
}

.subrayado {
    text-decoration: underline;
}

.bg-cadastro {
    background-image: url(images/revistas_fondo_login.jpg);
}

.bg-cadaccess {
    background-image: url(images/revistas_fondo_suscricion.jpg);
}

#pageBG {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -9999;
    top: 0;
    overflow: hidden;
}

.smartbanner {
    top: -84px !important;
    box-shadow: inset 0 0px 0 #88b131 !important;
}

.download {
    margin-top: 5%;
}

.download a {
    background-color: #F8F9FA !important;
    color: #00A596 !important;
    border: solid #00A596 !important;
}

.tyc-faq-main-cont {
    width: 100%;
}

.title-center {
    font-size: 2em;
    padding: 10px;
    color: #363636;
    border-radius: 6px;
    margin: 20px;
    text-transform: uppercase;
    text-align: center;
}

.priv-cont {
    width: 100%;
    margin: 0px auto;
}

.priv-cont h5 {
    font-size: 24px;
}

.container-privacy {
    max-width: 1048px;
    margin: auto;
    padding: 10px 15px;
    margin-bottom: 65px;
}

.container-privacy h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: unset !important;
    font-size: 2em;
    background-color: #766A62;
    padding: 8px;
    color: white;
    border-radius: 4px;
}

.form-login-cont {
    margin-bottom: unset !important;
}

.form-login-main-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}

.main-title-login {
    background: #766A62 !important;
    border-radius: unset !important;
    border-radius: 4px 4px 0px 0px !important;
}

.btn-login {
    border: unset !important;
    border-radius: 4px !important;
}

.inpt-login {
    border-radius: 4px !important;
}

.box-access-main-cont {
    padding-top: 80px;
    padding-bottom: 80px;
}

.account-main-container {
    height: 50vh;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    width: 95%;
}