@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;
} */

:root {
    --main-green: #51d722;
}
  

*{
    font-family: 'Poppins', sans-serif !important;
}

body{
    margin:0;
    padding:0;
    font-family: 'Poppins', sans-serif !important;
    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: 'Poppins', sans-serif !important;
}

header{
    height: 90px;
    width: 100%;
    background: white;
}

.fixed{
    position: relative;
}

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

#search-form-ico{
    /* margin: 5px 0 5px; */
    cursor: pointer;
    padding-right: 15px;
    width: 50px;
}

.btn-play-repro{
    /* margin: 5px 0 5px; */
    cursor: pointer;
    padding-right: 15px;
    width: 50px;
}

#search-form{
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    /* background-color: white;
    border: 1px solid #57524C;
    border-radius: 5px; */
}

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

::placeholder {
    color: #57524C;
}

#search-mobile-q{
    color: #51d722;;
}

#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;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: bold;
    font-size: 13px;
}

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

#category-buttons > li > a:hover{
    color: #51d722;
    text-decoration: underline;
}

#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-size: 1.6em;*/
    font-weight: normal;
    line-height: 50px;
    color: #34312D;
    text-decoration: none;
    display: block;
    padding: 4px 20px 6px 25px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.category-buttons-index{
    justify-content: right !important;
}

#menu-options{
    width: 300px;
    height: 100%;
    position: absolute;
    background-color: #F4F4F4;
    top: 0;
    left: -300px;
    z-index: 10;
    font-size: 10px;
}

#menu-options input, #search-form input{
    display: block;
    box-sizing: content-box;
    margin: 5px 0 5px;
    border: none;
    height: 1.7em;
    font-size: 1.6em;
    padding: 3px 0px 4px 15px;
    width: 160px;
    outline: none;
    color: #51d722;
    background: none;
    background-color: white;
    border: none;
}

#menu-options form{
    box-sizing: content-box;
    padding: 10px 5px;
    height: 40px;
    /*    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:hover{
    color: #51d722;
}

/* #menu-options #categories li:hover a > span {
    color: white;
} */

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

#menu-options #categories > li > a{
    font-size: 1.7em;
    display: block;
    color: #363636;
    padding: 30px 10px 30px 19px;
    background-position: 12px 14px;
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: 300;
}

#menu-options #categories > li > a > span{
    color:#51d722;
    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;
}

#user-ico{
    display:none;
}

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

#mobile-menu-button-index{
    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: 10px 20px;
    font-weight: 300;
    background-color: rgba(220,223,225,0.75);
    padding-bottom: 25px;
    line-height: 25px;
    text-transform: uppercase;
}

.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;
    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: 'Poppins', sans-serif !important;
    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: 'Poppins', sans-serif !important;
    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: 'Poppins', sans-serif !important;
    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;
    padding-bottom: 30px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4F4F4;
    color: #363636;
    position: absolute;
    left: 0;
}

#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;
    font-size: inherit !important;
}

#credits p{
    font-size: inherit !important;
}

.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.2em;
    line-height: 1.46em;
}

.descripcion .titulo {
    font-size: 1.5em;
    line-height: 1.46em;
    font-weight: bold;
    color: #363636;
    text-transform: uppercase;
    margin-top: 8px;
}

.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;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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 {
    /*height: 350px; */
    width: 18%;
    margin-right: 25px;
    float: left;
    /* border: 1px solid #ddd; */
    padding: 5px;
    background: white;
    transition: all 0.5s ease;
    margin-bottom: 20px;
}

.article img{
    transition: all 0.3s ease;
	box-sizing: border-box;
}

.article img:hover{
    transform: scale(1.05);
}

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

.article a .descripcion .titulo{
    transition: all 0.3s ease;
}

.article:hover a .descripcion .titulo{
    color: #51d722 !important;
}

/*.article figure{
    width: min-content;
} */

.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: 'Poppins', sans-serif !important;
    font-size: x-large;
    margin-left: 10px;
}

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

.descripcion {
    background-color: white;
    height: 50px;
    padding: 5px 0px 10px 0px;
    position: relative;
    width: 180px;
    font-size: 8px !important;
}

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

.imagen-contenido-destacado {
    height: 240px;
    width: 180px !important;
    box-shadow: 5px 5px 10px #0000003d;
    transition: all 0.3s ease;
	box-sizing: content-box;
    border-radius: 10px;
    margin-right: 20px;
}

.imagen-contenido-destacado:hover {
	transform: scale(1.05);
}

.imagen-contenido {
    height: auto;
    width: 140px !important;
    box-shadow: 5px 5px 10px #0000003d;
    border-radius: 10px;
    z-index: 100;
    position: relative;
}

.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: #363636;
    background-color: #C4C4C4;
    /* border-color: #51d722; */
    -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: #51d722;
}

#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: 300;
    opacity: 1;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: 10px 25px 90px #00000075;
    padding-bottom: 15px;
    border-radius: 10px;
}

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

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

#overlay-menu h2{
    font-family: 'Poppins', sans-serif !important;
    margin: 10px 30px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    text-transform: uppercase;
}

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

.category-column ul li a:hover{
    background-color: #51D722;
    background-position: 6px -37px;
    color: white;
    font-weight: bold;
}

.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: 100%;
    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);
} */

#preview-carrousel .page figure img{
    width: 80% !important;
}

#revista-descripcion-container{
    display: inline;
    float: left;
    width: 65%;
    margin-left: 30px;
}

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

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

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

#revista-descripcion p{
    font-size: 1.1em;
    position: relative;
    display: inline-block;
}

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

#revista-descripcion a{
    font-family: 'Poppins', sans-serif !important;
    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: 2px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: white;
    background-color: #51d722;
    border-color: #51d722;
    padding: 11px 25px;
    font-size: 18px;
    line-height: 1.428571429;
    text-decoration: none;
    margin-top: 15px;
    transition: all 0.25s ease;
}

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

.container h2{
    margin-top: 15px;
    margin-bottom: 15px;
    /*font-size: 3.5em;*/
    background-color: white;
    padding: 16px 0px 16px;
    color: #363636;
    font-weight: bold;
    font-family: 'Poppins', sans-serif !important;
    margin-left: 10px;
    text-transform: lowercase;
    width: 100% !important;
    display: block;
    line-height: 35px;
}

.container h2:first-letter {
    text-transform: uppercase;
}

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

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

.ingreso-box-container{
    width: 100%;
    margin: 20px auto;
    min-height: 320px;
    background-color: white;
    /* border: 1px solid #E5E5E5;
    border-bottom: 2px solid #cccccc; */
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#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; */
    text-transform: uppercase;
}

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

.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: 10px;
    font-size: 1em;
    background: #F5F5F5;
    border: none;
}

.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: 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{
    transition: all 0.5s ease;
    margin-bottom: 20px;
    margin-right: 15px !important;
    width: min-content;
}

#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 !important;
    font-size: 9px;
}

.article-hightlight p{
    transition: all 0.3s ease;
}

.article-hightlight:hover p{
    color: #51d722 !important;
}

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

.page-title .titles{
    display:inline-block;
    margin-top: 13px;
}

/*.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: 'Poppins', sans-serif !important;
    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: 'Poppins', sans-serif !important;
    color: #005c84;
    letter-spacing: -4px;
    position: relative;
    display: inline-block;
}

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

#carrousel-container{
    position:relative;
    margin-left: 1%;
    margin-right: 1%;
}

.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: left;
    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;
    border-bottom: solid 1px var(--main-green);
    width: 100%;
    display: flex;
}

.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: 'Poppins', sans-serif !important;
    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: 100%;
}

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: 10px 10px 10px 10px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.5em;
    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: 'Poppins', sans-serif !important;
    font-size: 1.8em;
    line-height: 16px;
    color: #2d2d2d;   
}

div.search-result > ul > li > a:hover {
    background-color: #51d722;
    color: white;
}

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

    .header-content{
        max-width: none;
        width: 100%;
        box-sizing: border-box;
        padding:20px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

}

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

    #inpt-busqueda-mobile{
        display: none;
    }

}

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

    #search-form{
        display:none;
    }

    .portadaRecap{
        width: 250px !important;
    }

}

@media screen and (max-width:1088px){
    
    .btns-rev-toGo{
        text-align: center;
    }

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

    .name-book-revistas{
        display: none !important;
    }

    .name-book-revistas-mobile{
        display: block !important;
    }

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

    #mainImgIngreso{
        display: none;
        height: 200px !important;
        width: auto;
        margin-right: 0 !important;
    }

    .up-to-mobile-ingreso{
        display: flex !important;
    }

    #recapLogoIngreso{
        margin-top: 70px !important;
    }

    .ingreso-box-container{
        justify-content: center;
    }

    .containerIngreso{
        flex-direction: column;
    }

    #numero{
        width: 100% !important;
    }

    .main-txt{
        margin-bottom: 30px;
        text-align: center !important;
        width: 100% !important;
        font-size: 2em !important;
        margin-right: 0 !important;
    }

    .main-img{
        width: auto;
        height: 60vh !important;
    }

    .main-title{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }

    .second-title-cont{
        margin-left: 0px !important;
    }

    .second-title{
        line-height: 1.5em !important;
    }

    .boxes-cont{
        flex-direction: column !important;
    }

    .box-main-cont{
        width: 80% !important;
        margin: 0 !important;
        margin-bottom: 35px !important;
    }

    .our-recaps-cont{
        flex-direction: column;
        margin-top: 90px !important;
    }

    .our-recaps-txt{
        width: 100% !important;
        margin-left: 10px;
    }

    .our-recaps-cont img{
        width: 200px !important;
        height: auto !important;
        margin: auto;
        margin-top: 20px;
    }

    .unit-cont{
        margin-top: 90px !important;
    }

    .prices-cont{
        flex-direction: column;
    }

    .prices-cont{
        margin-top: 70px !important;
    }

    .standar-cont{
        margin-right: 0 !important;
    }

    .firstColumn{
        margin-right: 0 !important;
        display: flex;
        margin-top: 30px;
    }

    .firstColumn a img{
        width: 100px !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .footerbrtext{
        margin-left: 20px;
        font-size: 15px !important;
    }

    .columnServicio{
        display: none !important;
    }

    #credits{
        flex-direction: column;
        height: max-content !important;
        padding-left: 20px;
    }

    .columnsFoo{
        margin-top: 20px;
    }

    .revista{
        flex-direction: column;
    }

    #revista-descripcion-container{
        margin-top: 20px !important;
        margin-left: 0 !important;
    }

    .container-access-int{
        width: 100% !important;
    }

    .fixed{
        position: fixed !important;
        top:0px;
        left:0px;
        height: 50px !important;
        background: white;
        z-index: 1000;
    }
}

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

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

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

    #edicion h2{
        text-align: center;
    }

    #revista{
        margin: 0px;
    }

    #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-ingreso{
        padding-right: 40px;
    }

}

@media (max-width: 800px) {

    .main-carrousel-container-mobile{
        display: flex !important;
    }

    #category-buttons{
        display:none;
    }

    .cates-list-home-mobile{
        display: block !important;
    }

    .cates-list-home{
        display: none !important;
    }

    .premium-cont-mobile{
        display: flex !important;
    }

    .premium-cont{
        display: none !important;
    }

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

    }

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

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

    .main-cont-recap-txt{
        width: 90% !important;
    }

    #myRepro{
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        margin: unset !important;
    }

    .article{
        margin-right: unset !important;
    }

    .search-home-cont{
        display: flex !important;
    }

    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-ingreso, #container-ingreso-derecha{
        width: 100%;
        float: none;
        margin: unset !important;
        padding: unset !important;
    }

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

    #container-ingreso-izquierda-ingreso .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: 100%;
        margin-bottom: 0 !important;
    }

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

    #clave{
        max-width: 340px;
    }

}
@media screen and (min-width:720px){
    .cates-list-home-main-cont{
        display: block;
    }
}
/* @media screen and (max-width:1024px){ */
    @media screen and (max-width:720px){

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

        .mobile-back-button{
            display: flex !important;
        }

        header{
            height:62px;
        }
    
        #category-buttons > li > a{
            padding: 7px 16px 5px;
        }
    
        /* .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);
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        } */

        #user-ico{
            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);
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

        #search-form-mobile{
            display: flex !important;
        }

        .play-btn-cont{
            display: flex !important;
        }

        .mobile-real-icons{
            color: #57524C;
            font-size: 32px;
            transition: all 0.5s ease;
            opacity: 0.75;
            width: 34px;
        }
    
        #mobile-menu-button{
            display:block;
            cursor: pointer;
            position: absolute;
            top: 0;
            left: 0;
            height: 60px;
            width: 60px;
            /* border-right: 1px solid #a2a2a2; */
            box-shadow: 1px 0 rgba(255,255,255,0.1);
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

        #mobile-menu-button-index{
            display:block;
            cursor: pointer;
            position: absolute;
            top: 0;
            left: 0;
            height: 60px;
            width: 60px;
            /* border-right: 1px solid #a2a2a2; */
            box-shadow: 1px 0 rgba(255,255,255,0.1);
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

        #mobile-menu-button-ico{
            color: #57524C;
            font-size: 32px;
            transition: all 0.5s ease;
            width: 28px !important;
        }

        #mobile-menu-button-ico-index{
            color: #57524C;
            font-size: 32px;
            transition: all 0.5s ease;
        }
    
        figure#logo{
            width: 200px;
            display:block;
            float: left;
            margin: 3px 0 0;
            padding-left:50px;
            margin-right:50px;
        }
    
        /* #search-form{
            display:none;
        } */
    
        #menu-button{
            display:none;
        }
    
        #search-mobile-q{
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            background-image: url(images/search_icon-mobile.png);
            background-size: 21px 21px;
            background-color: #fff;
            background-position: 8px center;
            background-repeat: no-repeat;
            border: none;
            box-shadow: none;
            margin: 0;
            padding: 8px 84px 8px 42px;
            font-size: 1.8em;
            color: #000;
            font-weight: 400;
            width: 100%;
            border-radius: 2px;
            display: block;
            width: 86%;
            resize: none;
            height: 2em;
            float:left;
        }
    
        #cancel-mobile-search{
            display:block;
            float:left;
            width:14%;
            font-size: 1.8em;
            height: 2em;
            color:white;
            text-transform: uppercase;
            text-align: center;
            padding:10px 0;
            cursor:pointer;
        }
    
        .items-container{
            padding: 30px 5%;
        }
    
        #screenshot-roller-foward-button, #screenshot-roller-back-button{
            opacity: 1.0;
        }
    
        #suscripcion-container{
            height: 400px;
        }
    
        /* #category-buttons > li:nth-child(1){
            display:none;
        } */
    
        #overlay-menu{
            display:none;
        }
    
        #salir-btn-main-bar{
            display:none !important;
        }
    
        #revista-descripcion{
            top: 0;
        }
    
        figure#logo{
            position:relative;
            /*left:50%;*/
            transform: translate(-50%,0);
            -webkit-transform: translate(-50%,0);
            padding:0;
            margin: 0;
            top: 4px;
            width: min-content;
        }

        .container h2{
            /*font-size: 2.8em;*/
        }

        .more-btn{
            font-size: inherit !important;
        }

        .btn-carrousel-left{
            left: 5px !important;
        }

        .btn-carrousel-right{
            left: -5px !important;
        }

        .title-search{
            margin-bottom: unset !important;
            padding-bottom: unset !important;
        }

        .page-title{
            margin-top: 10px !important;
        }
    }

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

    .recapRevistas{
        text-align: left !important;
    }

    .msgNoRecap{
        display:flex !important; 
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #credits{
        padding-bottom: 140px;
    }

    .extra-space-footer-mobile{
        width: 100%;
        background-color: #C4C4C41A;
        height: 110px;
    }

    .btns-rev-toGo{
        width: 100%;
        height: auto;
        display: flex;
        position: fixed;
        left: 0;
        justify-content: center;
        text-align: center;
        align-items: center;
        background: white;
        padding: 0px 20px 0px 20px;
        border-top: solid 1px gray;
        z-index: 10000000;
        bottom: 0;
    }
    
    .btns-rev-toGo a{
        background: #51d722;
        color: white;
        border-radius: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
    }
    
    .btns-rev-toGo p{
        font-size: 2em;
    }

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

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

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

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

    .imagen-contenido-destacado{
        height: auto;
        width: 140px !important;
    }

    .descripcion{
        width: 140px;
    }

    .article-hightlight{
        margin-bottom: 40px;
        width: 140px !important;
    }

}




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

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

    .books{
        justify-content: center;
        display: flex !important;
    }

}

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

    .cates-book-revistas{
        margin: 15px 0px 0px 0px !important;
    }

    .books{
        display: flex !important;
    }

    .books .article:nth-child(2n+1){
        width: 140px !important;
    }

    .imagen-contenido{
        height: auto !important;
        width: 140px !important;
    }

    .descripcion .titulo{
        font-size: 12px;
        width: 140px !important;
    }

    .article {
        width: 140px !important;
    }
}

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

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

    .popular-h2{
        width: min-content !important;
    }
  
   .imagen-contenido{
    /*height:auto;*/
    border-radius: 10px;
  }
    #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) {

    .not-carrousel-cont{
        flex-wrap: wrap;
        margin-left: unset !important; 
        margin-right: unset !important;
    }

    .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: 180px;
        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: 0 auto;
        width: 100% !important;
        display: block;
    }

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

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

}

@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: #14110F;
    text-transform: uppercase;
    font-size : 2em !important;
    padding-top:10px;
    width: 50% !important;
    margin: 25px auto !important;   
    text-align: center;
    line-height: 1.5;
}

#titleRecap{
    color: #14110F;
    text-transform: uppercase;
    font-size : 2em !important;
    padding-top:10px;
    width: 90% !important;
    margin: 20px auto !important;   
    line-height: 1em;
    text-align: center;
}

.bxslider{
    width: 100%;
}

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

.bx-wrapper .bx-pager.bx-default-pager a{
    background-color: unset !important;
    border: solid 1px #6D675F;
}

.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{
    transition: all 0.5s ease;
    background: #51d722 !important;
    border: solid 1px var(--main-green);
}


#reader-btn input:hover {
    color: #ffffff;
    background-color: #ffc943;
    border-color: transparent;
}
#reader-btn input {
    font-family: 'Poppins', sans-serif !important;
    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-right: 50px;
}

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

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

.footerbr .footerbrtext p{
    font-size: 1.3em;
}

.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: #51d722;
    border: solid 2px #51d722;
    /* 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: 92%;
    padding-top: 10px;
    transition: all 0.5s ease;
    font-weight: bold;
}

.btn-ver-todas:hover {
    background: #51d722;
    color: white;
}

.ingreso-box-container p {
    margin-bottom: 5px;
    color: #34312D !important;
}
.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;
    color: #34312D !important;
}
.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;
}

.popular-h2{
    background-color: lightgrey;
    color: white;
    width: max-content;
    transition: all 0.3s ease ;
}

.popular-h2:hover{
    color: #51d722;
}

.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: #51d722;
    /*background-color: #F1D12B*/;
    border-color: #51d722;
    -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: 2px solid;
    text-decoration: none;
    margin: 30px auto 0;
    padding-top: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding-bottom: 10px;
    transition: all 0.5s ease;
    font-weight: bold;
}
.showallcatbot{
    margin-top: 30px;
}

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

.containercatbot > a:hover {
    color: white;
    background: #51d722;
}

.containerPreview{
    float: left;
}

#edicion h2 {
    margin: 0px 0px 10px 0px;
    padding: 0;
}

#revista-texto-pre{
    font-family: 'Poppins', sans-serif !important;
    font-size: 12pt;
    color: #57524C !important;
    tab-size: 1;
    tab-width: 1;
    overflow: auto;
    white-space: pre-line;
    line-height: normal;
    font-weight: 300;
}

#leadsumm-sinopsis-text{
    font-family: 'Poppins', sans-serif !important;
    font-size: 12pt;
    color: #57524C !important;
    tab-size: 1;
    tab-width: 1;
    overflow: auto;
    white-space: pre-line;
    font-weight: 300;
}

.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: 50%;
    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: 50%;
    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;
}

#myRepro{
    width: 75%;
    margin: 0px auto !important;   
}

#audio{
    height: 40px;
    width: 100%;
    border-radius: 5px;
    border: solid 2px #51d722;
}

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

#revista-descripcion a #descarga-btn{
    background-color: white;
    color: #51d722;
    font-family: 'Poppins', sans-serif !important;
    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: 2px solid #51d722;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-color: #51d722;
    padding: 11px 25px;
    font-size: 18px;
    line-height: 1.428571429;
    text-decoration: none;
    margin-top: 15px;
}

#revista-descripcion a #descarga-btn:hover{
    background-color: #51d722;
    color: white;
}
.containerArticle{
    position: relative;
    bottom: -80%;
    margin-left: 10px;
    z-index: 5;
    font-family: 'Poppins', sans-serif !important;
    width: 95%;
}
.borderBottom{
    text-decoration: underline;
}
.magazineTitle{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
}
.magazineNAme{
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif !important;
    opacity: 1 !important;
}
.descriptionArticle{
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 20%;
    margin-left: 10px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    width: 95%;
    color: white;
}
.containerDescription{
    height: 100%;
    z-index: 10;
    background: rgba(54, 25, 25, .5);
    display: none;
    font-family: 'Poppins', sans-serif !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%;
}

.ingresoImgs{
    width: 50%;
}

.subscribiteCont, .passwordCont{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.subscribiteBtn, .passwordBtn{
    color: rgb(81, 215, 34);
}

.containerHome{
    display: block !important;
    padding-top: 0px !important;
}

.firstColumn{
    width: 100%;
    margin-right: 10%;
}

.firstColumn a img{
    margin-bottom: 30px;
}

.columnsFoo{
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: column;
}

.columnsFoo p{
    font-size: 1.5em;
}

.columnsFoo a{
    text-decoration: none;
    margin-top: 10px;
    font-size: 13px !important;
    color: #858a8d !important;
    font-weight: lighter;
}

.columnsFoo a:hover{
    text-decoration: underline;
    color: #51d722;
    cursor: pointer;
}

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

.main-txt{
    line-height: 1.5em;
    width: 40%;
    font-size: 3em;
    margin-right: 20px;
}

.main-img{
    width: auto;
    height: 82vh;
    border-radius: 0 0 150px 150px;
}

.second-title-cont{
    margin-top: 150px;
    margin-left: 100px;
}

.second-title{
    font-size: 3em;
}

.second-txt{
    margin-top: 40px;
    font-size: 2em;
    font-weight: 300;
}

.boxes-cont{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    padding-left: 50px;
    padding-right: 50px;
}

.box-main-cont{
    background-color: #DAE6E6;
    padding: 30px;
    width: 20%;
    height: 35%;
    margin: auto;
    border-radius: 5px;
}

.box-cont img{
    width: 20px;
}

.title-box{
    font-size: 1.3em;
}

.title-box{
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}

.txt-box{
    font-size: 1.3em;
    opacity: 0.8;
    line-height: 1.5;
}

.our-recaps-cont{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 180px;
}

.our-recaps-cont img{
    width: auto;
    height: 85vh;
}

.title-our-recaps{
    font-size: 3em;
    line-height: 1.5;
    color: #363636;
}

.descript-our-recaps{
    margin-top: 80px;
    font-size: 2em;
    width: 50%;
    line-height: 1.8;
    width: 100%;
    font-weight: 300;
}

.our-recaps-txt{
    width: 40%;
}

.unit-cont{
    margin-top: 180px;
}

.title-unit{
    font-size: 3em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.descript-img{
    width: auto;
    height: 20px;
    margin-right: 35px;
}

.standar-cont{
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    padding: 35px;
    margin-right: 50px;
    border: solid 1px #51d7225e;
    border-radius: 24px;
}

.descript-price-cont{
    display: flex;
    align-items: center;
    font-size: 1.5em;
    margin-top: 25px;
    font-weight: 300;
}

.title-txt{
    font-size: 2em;
    color: #4F4F4F;
    text-transform: uppercase;
}

.btn-suscribirse{
    margin-top: 20px;
    padding: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
    border: solid 2px #51d722;
    color: #51d722;
    font-size: 1.5em;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}

.btn-suscribirse:hover{
    color: white;
    background: #51d722;
}

.btn-suscribirse-premium{
    margin-top: 20px;
    padding: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
    border: solid 2px #51d722;
    background: #51d722;
    color: white;
    font-size: 1.5em;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}

.premium-cont{
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    border: solid 3px #51d722;
    border-radius: 25px;
    padding: 35px;
}

.premium-cont-mobile{
    display: none;
    flex-direction: column;
    line-height: 1.5;
    border: solid 3px #51d722;
    border-radius: 25px;
    padding: 35px;
    margin-bottom: 25px;
}

.prices-cont{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 100px;
}

.footerbrtext{
    font-weight: 300;
}

.title-categorias{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 1%;
    font-size: 3.5em;
    background-color: white;
    padding: 16px;
    color: #363636;
    font-weight: bold;
    margin: 50px 0 20px !important;
}

.icos-categorias{
    width: auto;
    height: 40px;
}

.cat-cont{
    width: 200px;
    border-radius: 10px;
    background: #DAE6E6;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 10px;
    cursor: pointer;
    margin-left: 15px;
    padding: 15px;
}

.txt-categorias{
    font-size: 1.8em;
    margin-right: 10px;
}

.carrousel-cont{
    display: flex;
    overflow-y: auto;
    width: 100%;
}

.mujer{
    background-color: #FFF2E4;
}

.show{
    background-color: #E4EDFF;
}

#inpt-busqueda{
    display: none;
}

.inpt-busqueda{
    position: fixed;
    top: 100px;
    left: 5%;
    border: solid 2px #51d722;
    width: 90%;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    background-color: white;
    z-index: 1000000000;
}

.inpt-busqueda input{
    width: 95% !important;
    text-transform: uppercase;
}

#inpt-busqueda-mobile{
    display: none;
}

.inpt-busqueda-mobile{
    position: fixed;
    top: 100px;
    left: 5%;
    border: solid 2px #51d722;
    width: 90%;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    background-color: white;
    z-index: 1000000000;
    height: 40px;
    padding-top: 3px;
}

.inpt-busqueda-mobile input{
    width: 95% !important;
    text-transform: uppercase;
    border: none;
    margin-left: 10px;
    font-size: 2em;
    color: #51d722;
}

.container-busqueda{
    display: block !important;
}

.container-busqueda h2 {
    text-transform: lowercase;
    width: 100% !important;
    display: block;
    line-height: 35px;
}

.container-busqueda h2:first-letter {
    text-transform: uppercase;
}

.container-access{
    display: block !important;
}

.container-access-int{
    display: block;
    width: 50%;
}

.revista{
    display: flex !important;
}

.linkFoot{
    color: black;
}

.containerTerminos{
    display: block !important;
}

.containerPoliticas{
    display: block !important;
}

.containerFaq{
    display: block !important;
}

.containerFaq b{
    color: #363636 !important;
}

.containerFaq font{
    color: #363636 !important;
}

.cargando{
    position: absolute;
    z-index: 10000000001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    display: flex;
    position: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cargando h1{
    color: black;
    font-weight: 300;
}

.mn-mobile-cont{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: white;
    color: black;
    display: none;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.mn-mobile-cont a{
    text-decoration: none;
    color: black;
    font-size: 2em;
    width: 100%;
    height: max-content;
    line-height: 3.5em;
    font-weight: 300;
    padding-left: 20px;
}

.smartbanner {
    display: none !important;
}

.stop-scrolling{
    overflow: hidden !important;
}

.inpt-search-mobile{
    width: 90% !important;
    border: solid 2px #51d722 !important;
    border-radius: 10px;
}

.containerAccount{
    display: block !important;
    height: auto;
}

.recapRevistas{
    font-size: 1.5em !important;
    font-weight: 300 !important;
    line-height: 1.5em !important;
    text-align: start;
}

#more-empresariales{
    width: auto;
    height: 10px;
}

.containerEmpresariales{
    display: block !important;
}

.noAudioTitle{
    text-align: center;
    color: #34312D;
    cursor: default;
}

.leaderSummTxtCont{
    display: flex;
    flex-wrap: wrap;
    width: 75% !important;
    justify-content: center;
    margin: 20px auto !important;
    color: #34312D;
    font-size: 1em !important;
    font-weight: 300 !important;
    line-height: 1.5em !important;
}

.containerMisRevistas{
    display: block !important;
}

.leaderSummTxtCont div{
    font-family: 'Poppins', sans-serif !important; 
    font-size: 2em !important;
    color: #34312D;
}

.portadaRecap{
    margin-right: auto !important;
    margin-left: auto !important;
    width: 500px;
    display: flex;
    justify-content: center;
}

.revistaLR{
    margin: 0 !important;
}

.cates-list-home-main-cont{
    display: block;
    width: 100%;
    height: auto;
}


.cates-list-home div div{
    max-width: 100% !important;
}

.cates-list-home .bx-viewport{
    height: 110px !important;
}

.cates-unit-home{
    font-size: 18px;
    padding: 5px 15px;
    border: solid 1px #4F4F4F;
    border-radius: 15px;
    text-decoration: none;
    color: #4F4F4F;
    margin-right: 10px;
    line-height: 30px;
    white-space: nowrap;
    transition: all 0.3s ease;
    text-transform: lowercase;
    text-decoration: none !important;
    margin-bottom: 10px;
}

.cates-unit-home:first-letter {
    text-transform: uppercase;
}

.cates-unit-home:hover{
    border: solid 1px #51d722;
    color: white;
    background-color: #51d722;
}

.cates-unit-home-mobile{
    font-size: 18px;
    padding: 5px 15px;
    border: solid 1px #4F4F4F;
    border-radius: 15px;
    text-decoration: none;
    color: #4F4F4F;
    margin-left: 10px;
    margin-right: 5px;
    line-height: 30px;
    white-space: nowrap;
    transition: all 0.3s ease;
    text-transform: lowercase;
    width: auto !important;
    height: 44px !important;
}

.cates-unit-home-mobile:first-letter {
    text-transform: uppercase;
}

.cates-unit-home-mobile:hover{
    border: solid 1px #51d722;
    color: white;
    background-color: #51d722;
}



/*.books{
    padding-left: 20px;
} */

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }

.recap-soon-rep{
    margin-top: 30px; 
    margin-bottom: 30px; 
    font-size: 2.5em;
    color: black;
    text-align: center;
}

.more-btn{
    font-size: 1.5em;
    padding: 15px;
    text-decoration: none;
    color: #51d722;
    cursor: pointer;
    font-weight: bold;
    float: left !important;
    display: flex;
    width: 100%;
    justify-content: end;
}

.more-btn:hover {
    text-decoration: none !important;
    color: #51d722 !important;
}

.containerEmpresariales{
    color: transparent !important;
}

.list-cates-home-group{
    float: unset !important;
    list-style: unset !important;
    position: unset !important;
    display: flex;
    margin-right: unset !important;
    margin-top: 10px;
    flex-wrap: wrap;
}


/*#textos-box{
    transform: translateX(-200px);
    transition: all 0.5s ease;
}

#audios-box{
    transform: translateX(200%);
    transition: all 0.5s ease;
}

#infografias-box{
    transform: translateX(-200%);
    transition: all 0.5s ease;
}*/

.name-book-revistas-mobile{
    cursor: default !important;
    margin-bottom: 40px !important;
    margin-top: 0px !important;
    text-align: center !important;
    color: black !important;
    text-transform: uppercase !important;
    font-size: 1.6em !important;
    font-weight: bold !important;
    padding: 0px !important;
    line-height: 1.3;
    display: none;
}

.no-recap-txt-revistas{
    width: 100% !important;
    background: unset !important;
    color: #51d722 !important;
    font-weight: bold !important;
    border: none !important;
    text-decoration: underline !important;
}

.no-recap-bar-rev{
    width: 100%;
    background: #C4C4C4;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 1.4em;
    line-height: 1.5;
}

.no-recap-bar-rev img{
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.search-home-cont{
    display: none;
    justify-content: center;
    align-items: center;
    height: 45px;
    margin-bottom: 20px;
    background: #FCFCFC;
    height: 46px;
    font-size: 10px;
    margin-left: 40px;
    margin-right: 50px;
    border-radius: 15px;
    margin-top: 20px;
}

.search-home-cont img{
    width: 25px;
    height: auto;
    margin-right: 10px;
}

.search-home-cont form input{
    width: 100%;
    background: transparent;
    border: none;
    color: #51d722;
    height: 40px;
    font-size: 1.5em;
}

#search-form-mobile{
    display: none;
    background-size: 22px 22px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 60px;
    width: 50px;
    box-shadow: 1px 0 rgba(255,255,255,0.1);
    justify-content: center;
    align-items: center;
    height: 100%;
}

#search-form-mobile div img{
    transition: all 0.5s ease;
    opacity: 0.75;
    width: 27px;
    padding: unset;
}

.play-btn-cont{
    display: none;
    background-size: 22px 22px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 110px;
    width: 50px;
    box-shadow: 1px 0 rgba(255,255,255,0.1);
    justify-content: center;
    align-items: center;
    height: 100%;
}

.play-btn-cont div img{
    transition: all 0.5s ease;
    opacity: 0.75;
    width: 35px;
    padding: unset;
}

.all-cates-in-cates{
    color: #51d722 !important;
    font-weight: bold !important;
}

.all-cates-in-cates:hover{
    color: white !important;
}

.account-title-cont{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-bottom: 60px;
}

.account-title-cont img{
    width: 90px;
    height: auto;
    opacity: 0.9;
    margin-right: 30px;
}

.account-title-cont div span{
    font-size: 1.5em !important;
    font-weight: 300 !important;
}

.account-title-cont div p{
    margin-top: 20px;
    font-size: 14px;
}

.options-acc-cont{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.option-acc{
    display: flex;
    width: 100%;
    align-items: center;
    text-decoration: none;
    color: #363636;
    font-size: 1.5em;
    padding: 5px;
    border-bottom: solid 1px #80808070;
    transition: all 0.3s ease;
}

.option-acc:hover{
    color: #51d722;
    border-bottom: solid 1px #51d722;
}

.option-acc img{
    width: 30px;
    height: auto;
    opacity: 0.9;
}

.option-acc img:first-child{
    margin-left: 10px;
    margin-right: 15px;
}

.ico-right-acc{
    margin-left: auto;
    display: block;
    margin-right: 10px;
}

.log-out-modal-main-cont{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    opacity: 0;
}

.log-out-modal-cont{
    background: white;
    height: max-content;
    padding: 20px;
    border-radius: 15px;
    font-size: 1.5em;
    text-align: center;
}

.log-out-modal-cont span{
    color: #49454F;
    text-align: center;
}

.log-out-modal-btns-cont{
    margin-top: 20px;
    display: flex;
}

.log-out-modal-btn{
    color: #51d722;
    padding: 15px 10px;
    border-radius: 10px;
    border: solid 1px #51d722;
    margin-right: 20px;
    cursor: pointer;
}

.log-out-modal-btn-ok{
    color: white;
    padding: 15px 10px;
    border-radius: 10px;
    border: solid 1px #51d722;
    background: #51d722;
    text-decoration: none;
}

.up-to-mobile-ingreso{
    height: 250px;
    width: 100%;
    background: #363636;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    display: none;
    justify-content: center;
    align-items: end;
}

.up-to-mobile-ingreso img{
    width: 80px;
    height: 80px;
    margin-bottom: -40px;
    z-index: 100000;
}

#reader-btn{
    border-radius: 15px;
}

.v-all-cates-mobiles-btn{
    color: #51d722 !important;
    font-weight: bold !important;
}

.columns-footer-cont{
    display: flex;
    width: 100%;
}

.columns-footer-cont *{
    color: #363636;
}

.not-carrousel-cont{
    display:flex; 
    margin-left: 1%; 
    margin-right: 1%;
}

::marker {
    color: transparent;
}

.books .article {
    width: 180px;
}

.myArticles {
    width: max-content !important;
}

.cates-list-home-mobile{
    display: none;
}

.cates-list-home-mobile div{
    height: 50px !important;
}

.ico-no-recap{
    width: 25px !important;
    margin-right: 10px;
    opacity: 0.8;
}

.mobile-back-button{
    display:none; 
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    /* border-right: 1px solid #a2a2a2; */
    box-shadow: 1px 0 rgba(255,255,255,0.1);
    justify-content: center;
    align-items: center;
    height: 100%;
}

.title-revistas{
    font-size: 1.3em;
    font-weight: bolder;
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.cates-book-revistas{
    font-size: 18px !important;
    padding: 5px 15px !important;
    border: solid 1px #4F4F4F !important;
    border-radius: 15px !important;
    text-decoration: none !important;
    color: #4F4F4F !important;
    line-height: 30px !important;
    white-space: nowrap !important;
    transition: all 0.3s ease !important;
    text-transform: lowercase !important;
    background: unset !important;
    margin-right: 10px;
}

.cates-book-revistas:hover {
    background: #51d722 !important;
    color: white !important;
    border: solid 1px #51d722 !important;
}

.ul-argentina{
    display: flex !important;
    flex-direction: column !important;
    justify-content: start;
    align-items: start;
}

.ul-colombia{
    display: flex !important;
    flex-direction: column !important;
    justify-content: start;
    align-items: start;
}

.ul-peru{
    display: flex !important;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.msgNoRecap{
    display:flex !important; 
    justify-content:center;
}

/*---------------------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-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: #212529;
    border-radius: 15px !important;
}

#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;
    border-bottom-left-radius: 10px;
}

.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);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-radius: 15px !important;
}

.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;
    text-decoration: none;
}

.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: #51d722 !important;
    color: white !important;
}

.search-result-home {
    position: relative;
}

div.search-result-home > 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: 100%;
}

div.search-result-home > ul > li > a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 10px 10px 10px 10px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.5em;
    line-height: 16px;
    color: #2d2d2d;
}

div.search-result-home > ul > li > a:hover {
    background-color: #51d722;
    color: white;
    border-radius: 5px;
}

.main-cont-recap-txt{
    display:flex; 
    flex-wrap: wrap; 
    width: 75%; 
    justify-content: center;
    margin: 20px auto !important;
}

.separate-txt-rep{
    width: 70%;
    margin: 40px auto 30px auto;
}

.loader {
    margin: 80px auto;
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #51d722;
    --_m: 
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;
  }
  @keyframes l3 {to{transform: rotate(1turn)}}


.loaderCatsMobile{
    visibility: hidden;
    width: 1px;
    height: 1px;
}

#contentParati, #contentPopular, #contentNovedades, #contentCatsmobile{
    display: flex;
    overflow: hidden;
}

.btn-carrousel-right{
    display: none;
    color: var(--main-green);
    cursor: pointer;
    font-size: 50px;
    justify-content: center;
    align-items: center;
    width: 40px;
    position: relative;
    left: -20px;
    font-weight: lighter;
}

.btn-carrousel-left{
    display: none;
    color: var(--main-green);
    cursor: pointer;
    font-size: 50px;
    justify-content: center;
    align-items: center;
    width: 40px;
    position: relative;
    left: 20px;
    font-weight: lighter;
}

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

.main-carrousel-container-mobile{
    display: none;
}

.containerIngreso{
    height: 70vh;
}

.title-search{
    border-bottom: solid 1px var(--main-green);
}

.container-all-cats{
    width: 100%;
    display: flex;
    overflow: hidden;
    padding-top: 10px;
}