@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("slidesengine/materialcontrols.eot");
    src: url("slidesengine/materialcontrols.eot#iefix") format("embedded-opentype"),
        url("slidesengine/materialcontrols.woff") format("woff"),
        url("slidesengine/materialcontrols.ttf") format("truetype"),
        url("slidesengine/materialcontrols.svg#basic") format("svg");
    font-weight: normal;
    font-style: normal;
}

figure{
    margin: unset !important;
}

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;
    height: 100%;
    overflow-x: hidden !important;
    width: 100%;

    /*background-color: #F8F9FA;*/
    background-color: #FFFFFF;
}

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

header{
    height: 70px;
    width: 100%;
    background-color: #363636;
}

.header-content, #logo-container{
    max-width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
}

#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 0px;
    padding:0;
    display: flex;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    align-items: center;
}

#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: flex;
    align-items: center;
    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;
    border-radius: 6px;
    border: none;
    font-size: 1.4em;
    padding: 5px 22px 4px 11px;
    width: 180px;
    outline: none;
    color: #766a62;
    background: url(images/searchicon.png) 95% 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:#e3b057;
    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.7);
    z-index: 2;
    display:none;
    backdrop-filter: blur(2px);
}

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

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

figure#logo{
    display: block;
    float: left;
}

.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;
    z-index: 100000000000000000;
    margin-top: 10px;
}

footer{
    width:100%;
    margin: 0 auto;
    background-color: white;
    color: black;
}

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

.prfooter {
    font-family: Ubuntu;
    position: fixed;
    bottom: 0;
    background-color: white;
    color: black;
    opacity: 0.8;
    font-size: 1.2em;
    width: 100%;
    min-height: 18%;
}

.contain-prfoot {
    width: 57%;
    margin: 0 auto;
    margin-top: 1%;
}

.top-prfoot > h2 {
    font-size: 1.5em;
    float:left;
    width: 62%;
}

.top-right {
    float: right;
    width: 38%;
}

.contain-prfoot > p {
    font-size: 1em;
    clear: both;
}

.unsub-bot {
    cursor: pointer;
    margin-left: 1%;
    margin-bottom: 2%;
    text-transform: uppercase;
    text-decoration: none;
    -moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
    -webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
    box-shadow: 0px 0px 0px 2px #9fb4f2;
    background-color: transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: #4e6096;
    font-family: Arial;
    font-size: 15px;
    padding: 7px 15px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #283966;
}

.btn-sub {
    cursor: pointer;
    margin-left: 3%;
    margin-bottom: 2%;
    text-transform: uppercase;
    text-decoration: none;
    -moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
    -webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
    box-shadow: 0px 0px 0px 2px #9fb4f2;
    background-color: transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: #4e6096;
    font-family: Arial;
    font-size: 15px;
    padding: 12px 15px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #283966;
}

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

.titulo {
    margin-top: 10px !important;
    margin-bottom: unset !important;
}

.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;
    color: black;
}

.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;
    padding: 5px;
    background: white;
}

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

.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 {
    height: auto;
    position: relative;
}

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

.imagen-contenido-destacado {
    height: auto;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.article-hightlight:hover .imagen-contenido-destacado{
    transform: scale(1.03);
}

.article-hightlight:hover .descripcion{
    color: #F1D12B !important;
}

.imagen-contenido {
    height: auto;
    border-radius: 6px;
}

.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{
    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: #F1D12B;
    border-color: #F1D12B;
    -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;
    padding: 14px 35px 10px;
    text-decoration: none;
    margin: 15px auto 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

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

#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;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

#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: 10px !important;
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #2d2d2d;
    border-radius: 4px;
    /*background: url(images/link-dot.png) no-repeat 6px 8px;*/
}

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

.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{
    display: inline;
    float: left;
    width: 65%;
    margin-left: 25px;
}

#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;
    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: white !important;
    background-color: #F1D12B !important;
    border-color: #F1D12B;
    padding: 11px 25px;
    font-size: 18px;
    line-height: 1.428571429;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 6px;
    margin-top: 15px;
    width: 100%;
    font-weight: bold;
}

#revista-descripcion a:hover{
    color: #F1D12B;
    border-color: #F1D12B;
}

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

.container h2{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 2em;
    background-color: #363636;
    padding: 10px;
    color: #F1D12B;
    border-radius: 6px;
    text-transform: uppercase;
}

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

.ingreso-box-container{
    display: block;
    width: 450px;
    min-height: 290px;
    background-color: white;
    border-radius: 6px;
    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-radius: 5px 5px 0px 0px;
    cursor: default !important;
}

.ingreso-box-container .ingreso-box-footer-btn{
    text-align: center;
    width: 100%;
    border-radius: 6px;
    margin-top: 25px;
}

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

.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;
    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;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#clave, #pin{
    font-size: 1.3em;
    padding: 5px 10px;
    border-radius: 5px;
    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;
    border-radius: 5px;
}

.ingreso-box-body ul{
    margin: 20px 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

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

.article-hightlight .descripcion{
    background: none;
}

.article-hightlight a {
    color: #666;
    text-decoration: none;
    font-size: 9px;
}

.article-hightlight a:hover {
    color: #363636 !important;
}

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

.titles{
    height: 44px !important;
}

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

.container-argentina {
    width: 89%;
    margin: 0 auto 20px;
    background-color: rgba(255,255,255,0.85);
    padding: 20px;
}

.container-argentina ul {
    width: 70%;
    margin: 0 auto;
}

.ul-peru {
    text-align: center ;
    margin-top: 15px !important;
}

.container-argentina .first {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 15px;
    list-style-type: none;
    margin-left: 0px;
    padding: 4px;
    border: 0;
}

.container-argentina .first img {
    display: inline;
    width: 38px;
    height: 25px;
    margin-right: 10px;
}

.link-badneras {
    color: black;
    text-decoration: none;
    font-size: 15px;
}

.container-argentina ul li {
    margin-bottom: 5px;
    margin-left: 50px;
    border: 0;
    list-style-type: disc;
    line-height: 1;
}

.i-icon-arg {
    background-image: url("images/b_argentina.png") 0 0 no-repeat;
}

.content-art {
    width: 96%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #111111;
    margin: 0 auto;
}

.content-art > p > a,
.content-art > p > em > a  {
    color: #4004f9;
}
.content-art > p > img  {
    width: 25%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.search-result > ul {
    position: absolute;
    background-color: #FBF9FF;
    z-index: 3;
    opacity: 1;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 213px;
}

div.result-mobile > ul {
    display: block;
    background-color: #FBF9FF;
    z-index: 3;
    opacity: 1;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 110%;
    margin-left: -10px;
    clear: both;
}

div.search-result > ul > li > a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 5px 10px 5px 10px;
    font-family: 'PlatformRegular',Arial,sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #2d2d2d;
}

div.result-mobile > ul > li > a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 5px 10px 5px 10px;
    font-family: 'PlatformRegular',Arial,sans-serif;
    font-size: 1.8em;
    line-height: 16px;
    color: #2d2d2d;   
}

div.search-result > ul > li > a:hover {
    background-color: #e4edef;
    color: #00B7D7;
}

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

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

}

@media screen and (max-width:1025px){
    .header-content{
        padding: 0px 20px;
    }
}

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

    .header-content{
        padding: 0px 20px;
    }

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

    .contain-prfoot {
    width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:1024px){
    
    .category-buttons{
        margin-top: 0px !important;
    }

    header{
        height:70px;
    }

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

    #mobile-menu-button{
        display:block;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        height: 60px;
        width: 60px;
        background: url(images/submenuhamb.png) center center no-repeat;
    }

    figure#logo{
        width: 200px;
        display:block;
        float: left;
        margin: 3px 0 0;
        padding-left:50px;
        padding-right:50px;
        padding-top: unset !important;
    }

    #menu-button{
        display:none;
    }

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

    #category-buttons{
        padding-left: 20px !important;
        display: flex;
        align-items: center;
    }

    #menu-options input, #search-form input{
        margin: unset !important;
    }

}

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

    .container-mobile{
        padding-top: 70px !important;
    }

    .container {
        max-width: unset !important;
      }

    .bx-wrapper-banner{
        padding-top: 60px !important;
        margin-bottom: -10px !important;
    }

    .descripcion{
        padding: unset !important;
        transition: all 0.5s ease;
    }

    figure{
        transition: all 0.3s ease;
    }

    .article:hover figure{
        transform: scale(1.04);
    }

    .article:hover .descripcion{
        color: #F1D12B;
    }

    .article{
        border: unset !important;
        padding: unset !important;
        background: unset !important;
    }

    .article a{
        text-decoration: none !important;
        color: #363636;
        text-transform: uppercase;
        text-align: center;
        font-size: 9px !important;
    }

    .container{
        width: 100% !important;
        padding-right: unset !important;
        padding-left: unset !important;
        margin-right: unset !important;
        margin-left: unset !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        margin-bottom: unset !important;
        color: #363636;
    }

    .books{
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .main-logo-header{
        width: 100% !important; 
    }

    header{
        position: fixed;
        width: 100%;
        z-index: 100000;
        height: 60px !important;
    }

    .header-content{
        height: 50px !important;
    }

    .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;
        right: 0;
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px !important;
    }

    figure#logo{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 99%;
    }

    #category-buttons{
        display:none;
    }

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

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

    .myReproCont{
        width: 95% !important;
    }

    .footerbr{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footerbrtext{
        text-align: center;
    }

    .footerbrimg{
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }

    .footerbrimg img{
        width: 100% !important;
    }

    #revista-descripcion-container{
        width: 100% !important;
        margin-left: unset !important;
    }

    #revista{
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }

    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;
        width: 95% !important;
    }

    #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: 100%;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }

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

    #clave{
        max-width: 340px;
    }

}

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

    #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: 70px;
    }
    #edicion{
        width: 100%;
        margin-bottom: 10px !important;
    }
    .footerbr .footerbrtext {
        width: 100% !important;
        margin-bottom: 7%;
        color: black;
    }
    .footerbr .footerbrimg {
        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){

    .footerbrimg{
        width: 70% !important;
    }

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

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

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

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

    #revista-descripcion-container a{
        float: none;
        margin: 0 auto;
        display: block;
    }

    .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: #F1D12B;
    width: 100%;
    text-align: center;
    font-size : 2em !important;
    padding:10px;
    font-family: 'controls';
    text-transform: uppercase;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

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


#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;
    text-align: center;
    padding-top: 10px;
}

.prefijo {
    width: 60px;
    margin-right: 28px;
}
#numeroPin {
    width: 149px;
}
#terminosclass {
    text-decoration: none;
    color: #303030;
}
.btn-ver-todas{
    display: flex;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #F1D12B;
    border-color: #F8F9FA;
    border-left-color: rgb(248, 249, 250);
    -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;
    border-left-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;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.btn-ver-todas:hover {
    color: #212529 !important;
}

.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: 40px;
    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: 145px;
    height: auto;
}
.subrayado{
    text-decoration: underline;
}

.popular-h2{
    background-color: lightgrey;
    color: white;
}
.showcat{
    /*display: none;*/
}
.showcatbot,.showallcatbot{
    display: block;
    width: 200px;
    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: #474747;
    /*background-color: #F1D12B*/;
    border-color: #474747;
    -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;
    text-transform: uppercase;
    white-space: normal;
    font-size: 1.5em;
    line-height: 1.2;
    border: 1px solid;
    text-decoration: none;
    margin: 30px auto 40px;
    padding-top: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding-bottom: 10px;
}

.showcatbot{
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.showcatbot:hover{
    background-color: #F1D12B !important;
    border-color: white !important;
}

.showallcatbot{
    margin-top: 30px;
    padding: 5px;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.showallcatbot:hover{
    background-color: #F1D12B !important;
    border-color: white !important;
}

.containercatbot{
    width: 100%;
    margin: 0 auto;
}

.containercatbot > a:hover {
    color: black;
}

.containerPreview{
    float: left;
}

#edicion h2 {
    cursor: default !important;
}

#revista-texto-pre{
    font-family: 'controls', Arial, sans-serif;
    font-size: 1.6em;
    color: #363636;
    tab-size: 1;
    tab-width: 1;
    overflow: auto;
    white-space: pre-line;
    line-height: normal;
    margin-top: 20px;
}
.right-arrow{
    background-image: url("images/flecha_der.png");
    display: block;
    width: 65px;
    height: 65px;
    z-index: 1000000000;
    /*background-color: red;*/
    background-size: contain;
    bottom: 100%;
    left: -5px;
    position: relative;
}
.left-arrow{
    background-image: url("images/flecha_izq.png");
    display: block;
    width: 65px;
    height: 65px;
    z-index: 1000000000;
    /*background-color: red;*/
    background-size: contain;
    bottom: 100%;
    left: -30px;
    position: relative;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next{
    background-image: none !important;
}

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

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

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

.reproMainCont{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.myReproCont{
    width: 60%;
}

#myRepro{
    margin: 20px auto !important;
}

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

#revista-descripcion a#descarga-btn{
    background-color: #fbfbfb !important;
    color: #F1D12B !important;
    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 #F1D12B;
    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;
    border-color: #F1D12B !important;
    padding: 11px 25px;
    font-size: 18px;
    line-height: 1.428571429;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 6px;
    margin-top: 10px;
    width: 100%;
    font-weight: bold;
}

.containerArticle{
    position: relative;
    bottom: -80%;
    margin-left: 10px;
    z-index: 5;
    font-family: Arial !important;
    width: 95%;
}
.borderBottom{
    text-decoration: underline;
}
.magazineTitle{
    padding: 0;
    margin: 0;
    font-family: Arial !important;
}
.magazineNAme{
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font-family: Arial !important;
    opacity: 1 !important;
}
.descriptionArticle{
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 20%;
    margin-left: 10px;
    font-family: Arial !important;
    font-size: 14px;
    width: 95%;
    color: white;
}
.containerDescription{
    height: 100%;
    z-index: 10;
    background: rgba(54, 25, 25, .5);
    display: none;
    font-family: Arial !important;
    color: white;
    opacity: 1 !important;
}
a.item{
    color:white;
}

.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)
}
.favorite-img{
    width: 25px;
    position: absolute;
    z-index: 2;
    left: 85%;
    top: 0px;
}

.imagestar{
    z-index: 2;
}
.article a{
    z-index: 1;
}

.boxbanner{
    width: 100%;
}

.setheigthome{
    height: 667px !important;
    overflow: hidden !important;
    margin-top: 2%;
}


/*---------------------SELECT LANGUAGE -----------------------*/

.flag-country{
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    object-fit: cover;
}

#category-buttons-right{
    float: right;
    display: flex;
    flex-wrap: nowrap;
}

.category-buttons{
    margin-top: unset !important;
}

#category-buttons-right > li > a, .category-buttons > li > a{
    display: block;
    padding: 12px 20px 10px;
    white-space: nowrap;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 57px;
    text-decoration: none;
    display: block;
    padding: 4px 20px 6px 25px;
    color: white;
}

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

.img-circle{
    border-radius: 50%;
    vertical-align: middle;
}

.caret{
    color: #212529;
    display: none !important;
    /*display: inline-block;*/
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-country{
    min-width: 175px !important;
}

.dropdown-menu{
    min-width: 128px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu > li > a{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 13px;
}

.dropdown-country > li > a > img{
    width: 20% !important;
}

.dropdown-menu > li > a > img{
    display: inline-block;
    width: 30%;
    margin-right: 5px;
}

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

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

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

.flag-mobile{
    display: inline-block;
    width: 12%;
    margin-right: 3%;
    vertical-align: middle;
    height: auto;
}

.selected{
    background-color: #F1D12B !important;
    color: #212529 !important;
}

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

#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: 6px;
    display: block;
    resize: none;
    height: 2em;
    float:left;
}

#cancel-mobile-search{
    display:flex;
    justify-content: center;
    align-items: center;
    float:left;
    width:max-content;
    font-size: 1.8em;
    height: 2em;
    color:#F1D12B;
    text-transform: uppercase;
    text-align: center;
    padding:10px 0;
    cursor:pointer;
    margin-left: 10px;
    border: solid 1px #F1D12B;
    border-radius: 6px;
    padding: 10px;
    transition: all 0.5s ease;
}

#cancel-mobile-search:hover{
    color: white;
    background-color: #F1D12B;
}

.btns-right-header-cont{
    display: flex;
    justify-content: right;
    width: 100%;  
    height: 100% !important;
    align-items: center;
}

#search-form-mobile{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.inpt-search-mb-cont{
    display: flex;
    justify-content: center;
}

.inpt-search-mb{
    width: 100% !important;
}

.descripcion{
    transition: all 0.5s ease;
}

article a{
    text-decoration: none !important;
}

figure{
    transition: all 0.3s ease;
}

.article:hover figure{
    transform: scale(1.04);
}

.article:hover .descripcion{
    color: #F1D12B;
}

.article-hightlight{
    margin-right: 15px !important;
}

.page img{
    border-radius: 6px;
}