@import url(icons.css);

@import url(https://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic-ext,latin-ext,cyrillic,greek-ext,greek,vietnamese);
@font-face {
    font-family: "controls";
    src: url("materialcontrols.eot");
    src: url("materialcontrols.eot#iefix") format("embedded-opentype"),
    url("fonts/materialcontrols.woff") format("woff"),
    url("fonts/materialcontrols.ttf") format("truetype"),
    url("materialcontrols.svg#basic") format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

body{
    margin:0;
    padding:0 !important;
    font-family: 'roboto', Helvetica, Arial, sans-serif;
    font-size:10px;
    position:relative;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    left:0;
    background-color: #F8F9FA;
    min-height: 100%;
    text-shadow: initial !important;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'roboto';
    text-shadow: initial;
}

h1 {
    font-size: 2em;
}

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

a:visited {
    color: grey;
}

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

#search-form{
    float: right;
    margin: 9px 0px 0px 0px;
    padding: 0;
    list-style: none;
}

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

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

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

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

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

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

#category-buttons-right {
    float: right;
}


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

#menu-options input, #search-form input{
    display: block;
    box-sizing: content-box;
    margin: 11px 0 1px;
    border-radius: 2px;
    border: none;
    font-size: 1.4em;
    padding: 5px 22px 4px 11px;
    width: 200px;
    outline: none;
    color: #766a62;
    background: url(images/searchicon.png) 200px center no-repeat #ffffff;
}

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

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

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

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

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

}

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

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

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

#customBtn {
    display: inline-block;
    background: white;
    color: #444;
    width: 255px;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
}
#customBtn:hover {
    cursor: pointer;
}
span.label {
    font-family: serif;
    font-weight: normal;
}
span.icon {
    background: url('./libs/google_signin_buttons/g-normal.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}
span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 14px;
    font-weight: bold;
    /* Use the Roboto font that is loaded in the <head> */
    font-family: 'Roboto', sans-serif;
}

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

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

figure#logo{
    display: block;
    float: left;
    /* width: 88px; */
    padding-top: 10px;
    /* position: absolute:; */
    /*top: -35px*/;
    /*margin-top: -10px;*/
}


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

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

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

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

footer{
    width:100%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.85);
    bottom: 0;
}

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

.login,
.register-box {
    width: 35%;
    margin: 0 auto;
    padding-bottom: 3%;
    background-color: #efefef;
}

.register-box {
    margin-top: 5%;
    width: 43%;
}

.login > h2,
.register-box > h2 {
    background-color: transparent !important;
    color: #78756E !important;
    text-align: center;
}

.login > h2 {
    margin: 0 auto !important;
}

.login form {
    width: 256px;
    margin: 0 auto;
}

.login > p {
    background-color: transparent !important;
    color: #78756E !important;
    text-align: center;
    margin-bottom: 2%;
}

.register-box form {
    width: 90%;
    margin: 0 auto;
    padding-top: 2%;
}

.login form > .form-group > .combined-input > input,
.register-box form > .form-group > .combined-input > input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #78756E;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #E0DACF;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.social > p {
    color: #78756E;
    text-align: center;
    margin-top: 5%;
}

.evalidation,
.cregister {
    text-align: center;
    margin-top: 15%;
}

.evalidation > a:visited,
.cregister > a:visited {
    color: grey;
}

.container-buttons {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#logo-android{
         width:100px !important;
         position:absolute;
         bottom:0px;
         left:0px;
}

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

}

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

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

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

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

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

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

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

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


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

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

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

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

.icono-contenido {

    width: 35px;
    height: 35px;
}

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

.col:hover {
    height: 150px;
}

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

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


html {
    font-size: 62.5%;
}

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

span {
    line-height: 1em;
}

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

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

.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 22px;
    /*overflow: hidden;*/
}

.nav-menu {
    width: 835px;
}

.main-banner {
    width: 100%;
}

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

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

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

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

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

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

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

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

.books{
    overflow: hidden;
}

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

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

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

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

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

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

.product h1 {
    color: #0057a8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.imagen-contenido {
    height: auto;
}

.contenido-free {
    height:72px !important;
    width:72px !important;
    position:absolute;
    display: inline;
    bottom: 0;
    right: 0;
}

.premium-content > figure,
.article > a > figure,
.article-hightlight > a > figure {
    background-color: grey;
    z-index: 1;
    position: relative;
}

.premium-access > img {
    display: inline-block;
    width: 10%;
    /*vertical-align: sub;*/
    margin-right: 2%;
}

[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;
    position: relative;
    margin: 0 auto;
    margin-bottom: 2%;
}

.social > div  {
    margin-bottom: 5%;
    margin-top: 0;
}
.desc-larga {
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

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

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

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

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

#prefix{
      width: 60px;
}

#phone{
    width: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#code{
    width:180px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

.btn-pink:hover{
    color: #ffffff;
    background-color: #f03884;
    border-color: #f03884;
}

.btn-mp {
    font-size: 14px;
    line-height: 25px;
    font-family: Arial;
    padding: 0px 14px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    color: rgb(255, 255, 255);
    text-shadow: rgb(41, 62, 117) 1px 1px;
    margin: 10px;
    text-decoration: none;
    padding: 0px 20px;
    background: rgb(40, 83, 111);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(41, 62, 117);
    border-image: initial;
}


.btn-mp:visited {
    color: white;
}

.btn-mp:hover {
    text-decoration: none;
}

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

#overlay-menu-right {
    display: none;
    position: absolute;
    width: 16%;
    background-color: #FFFFFF;
    z-index: 3;
    opacity: 1;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 9999;
    right: 0px;
}

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

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

.right {
    float: right !important;
}

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

.category-column-login{
    width: 220px;
    float: left;
    padding: 10px 0;
}

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

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

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

.category-column-login ul li a:hover{
    background-color: #d1d1d1;
    border-radius: 0 6px 6px 0;
}

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


.category-column{
    width: 20.5%;
    float:left;
    padding: 10px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#fb-root, .g-signin2 {
    margin-top: 2%;
}

.ingreso-box-container{
    display: block;
    width: 300px;
    margin: 20px auto;
    min-height: 340px;
    background-color: white;
    border: 1px solid #E5E5E5;
    border-bottom: 2px solid #cccccc;
    position: relative;
}

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

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

.ingreso-box-container h2{
    display: block;
    text-align: center;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #E5E5E5;
}

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

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

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

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

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

}

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

.ingreso-box-body form .form-group .combined-input input{
    float: left;
    font-size: 1.3em;
    padding: 5px 10px;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 10px;
    padding: 7px;
    height: auto;
    border-radius: 0;
    font-size: 1em;
}

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

.ml-box {
    background-color: white;
    padding: 2%;
    -webkit-box-shadow: 3px 3px 2px 0px rgba(196,194,196,1);
    -moz-box-shadow: 3px 3px 2px 0px rgba(196,194,196,1);
    box-shadow: 3px 3px 2px 0px rgba(196,194,196,1);
}

.ml-box a img {
    width: 50%;
    margin: 0 auto;
}

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

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

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

#numero{
    width: 100%;
    font-size: 13px;
}

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

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

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

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

#highlights-carrousel .owl-item,
#highlights-carrouselfree .owl-item,
#highlights-carrousel-1 .owl-item,
#highlights-carrousel-2 .owl-item,
#highlights-carrousel-3 .owl-item,
#highlights-carrousel-4 .owl-item,
#highlights-carrousel-5 .owl-item,
#highlights-carrousel-6 .owl-item,
#highlights-carrousel-7 .owl-item,
#highlights-carrousel-8 .owl-item,
#highlights-carrousel-9 .owl-item,
#highlights-carrousel-10 .owl-item,
#highlights-carrousel-11 .owl-item,
#highlights-carrousel-12 .owl-item {
    padding: 0 5px;
}

#highlights-carrousel .owl-item .article-hightlight,
#highlights-carrouselfree .owl-item .article-hightlight,
#highlights-carrousel-1 .owl-item .article-hightlight,
#highlights-carrousel-2 .owl-item .article-hightlight,
#highlights-carrousel-3 .owl-item .article-hightlight,
#highlights-carrousel-4 .owl-item .article-hightlight,
#highlights-carrousel-5 .owl-item .article-hightlight,
#highlights-carrousel-6 .owl-item .article-hightlight,
#highlights-carrousel-7 .owl-item .article-hightlight,
#highlights-carrousel-8 .owl-item .article-hightlight,
#highlights-carrousel-9 .owl-item .article-hightlight,
#highlights-carrousel-10 .owl-item .article-hightlight,
#highlights-carrousel-11 .owl-item .article-hightlight,
#highlights-carrousel-12 .owl-item .article-hightlight{
    padding: 0px;
    border: 1px solid #ddd;
    background-color:white;
    box-shadow: 2px 2px 5px #888888;
}

#highlights-carrousel .owl-item .article-hightlight .descripcion,
#highlights-carrouselfree .owl-item .article-hightlight .descripcion,
#highlights-carrousel-1 .owl-item .article-hightlight .descripcion,
#highlights-carrousel-2 .owl-item .article-hightlight .descripcion,
#highlights-carrousel-3 .owl-item .article-hightlight .descripcion,
#highlights-carrousel-4 .owl-item .article-hightlight .descripcion,
#highlights-carrousel-5 .owl-item .article-hightlight .descripcion,
#highlights-carrousel-6 .owl-item .article-hightlight .descripcion,
#highlights-carrousel-6 .owl-item .article-hightlight .descripcion,
#highlights-carrousel-7 .owl-item .article-hightlight .descripcion,
#highlights-carrousel-8 .owl-item .article-hightlight .descripcion,
#highlights-carrousel-9 .owl-item .article-hightlight .descripcion,
#highlights-carrousel-10 .owl-item .article-hightlight .descripcion,
#highlights-carrousel-11 .owl-item .article-hightlight .descripcion,
#highlights-carrousel-12 .owl-item .article-hightlight .descripcion {
    background: none;
}

#highlights-carrousel .owl-item .article-hightlight a ,
#highlights-carrouselfree .owl-item .article-hightlight a,
#highlights-carrousel-1 .owl-item .article-hightlight a,
#highlights-carrousel-2 .owl-item .article-hightlight a,
#highlights-carrousel-3 .owl-item .article-hightlight a,
#highlights-carrousel-4 .owl-item .article-hightlight a,
#highlights-carrousel-5 .owl-item .article-hightlight a,
#highlights-carrousel-6 .owl-item .article-hightlight a,
#highlights-carrousel-7 .owl-item .article-hightlight a,
#highlights-carrousel-8 .owl-item .article-hightlight a,
#highlights-carrousel-9 .owl-item .article-hightlight a,
#highlights-carrousel-10 .owl-item .article-hightlight a,
#highlights-carrousel-10 .owl-item .article-hightlight a,
#highlights-carrousel-11 .owl-item .article-hightlight a,
#highlights-carrousel-12 .owl-item .article-hightlight a {
    color: black;
    text-decoration: none;
}

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

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

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

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

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

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

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

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

#carrousel-container, .carrousel-container{
    position:relative;
}

.btn-prev, .btn-next,
.btn-prev-sel-editor,
.btn-next-sel-editor,
.btn-prevfree, .btn-nextfree,
.btn-prev-1, .btn-next-1,
.btn-prev-2, .btn-next-2,
.btn-prev-3, .btn-next-3,
.btn-prev-4, .btn-next-4,
.btn-prev-5, .btn-next-5,
.btn-prev-6, .btn-next-6,
.btn-prev-7, .btn-next-7,
.btn-prev-8, .btn-next-8,
.btn-prev-9, .btn-next-9,
.btn-prev-10, .btn-next-10,
.btn-prev-11, .btn-next-11,
.btn-prev-12, .btn-next-12 {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 500;
    cursor: pointer;
}

.bx-wrapper .bx-prev,
.btn-prev,
.btn-prev-sel-editor,
.btn-prevfree,
.btn-prev-1,
.btn-prev-2,
.btn-prev-3,
.btn-prev-4,
.btn-prev-5,
.btn-prev-6,
.btn-prev-7,
.btn-prev-8,
.btn-prev-9,
.btn-prev-10,
.btn-prev-11,
.btn-prev-12 {
    left: 10px;
    background: url('images/sliderleft.png') no-repeat;
}

.bx-wrapper .bx-next,
.btn-next,
.btn-nextfree,
.btn-next-sel-editor,
.btn-next-1,
.btn-next-2,
.btn-next-3,
.btn-next-4,
.btn-next-5,
.btn-next-6,
.btn-next-7,
.btn-next-8,
.btn-next-9,
.btn-next-10,
.btn-next-11,
.btn-next-12 {
    right: 10px;
    background: url('images/sliderright.png') no-repeat;
}

.bx-wrapper .bx-next:hover {
    background-position: 1px 0px;
}

.center {
    text-align: center !important;
}

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

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

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

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

.flag-mobile {
    display: inline-block;
    width: 12%;
    margin-right: 3%;
}

.input-pink {
    border: 1px solid #e91e63;
    font-size: 1.5em;
}

.input-pink > input {
    padding: 1px 0px 0px 10px;
    border-color: transparent;
}

.red {
    margin-top: 1%;
    color: red;
}

.btn-coupon-pink {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #e91e63;
    border-color: #e91e63;
    -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;
    text-transform: uppercase;
    white-space: normal;
    font-size: 1.4em;
    line-height: 1.2;
    padding: 6px 15px 4px;
    text-decoration: none;
}

.config-app {
    width: 100%;
}

.config-app > a > img {
    float: left;
    width: 50px;
    margin-right: 2%;
}

#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-cadastro {
    background-image   : url(images/revistas_fondo_login.jpg);
}

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

.fix-center {
    width: 100%;
    margin: 0 auto;
    margin-top: 3%;
}

.pink {
    background-color: #f03884 !important;
}

.subtitle {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 2%;
}

.subtitle2 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.checklist > li:before {
    float: right;
    padding-left: 8px;
    color: #777;
}

.text-pink {
    color: #f03884;
}

.container-subs {
    margin-top: 2%;
}

.left-sub, .center-sub, .right-sub, .center-sub2 {
    width: 25%;
    background-color: white;
    padding: 1%;
    display: inline-block;
    border: 1px solid #777;
    min-height: 386px;
}

.center-sub, .right-sub {
    margin-left: 12.2%;
}

.left-sub > h1, .center-sub > h1, .right-sub > h1, .center-sub2 > h1 {
    font-size: 4em;
    text-transform: uppercase;
}

.left-sub > hr, .center-sub > hr, .right-sub > hr, .center-sub2 > hr {
    width: 40%;
    margin: 0 auto;
    border-color: #9a9a9a;
}

.btn-white {
    display: block;
    width: 75%;
    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: #777;
    background-color: #FFFFFF;
    border-color: #9a9a9a;
    -webkit-transition: background-color .15s ease,border-color .15s ease;
    -o-transition: background-color .15s ease,border-color .15s ease;
    transition: background-color .15s ease,border-color .15s ease;
    border-width: 2px;
    letter-spacing: 1.2px;
    min-width: 130px;
    text-transform: uppercase;
    white-space: normal;
    font-size: 1.5em;
    line-height: 1.2;
    border-radius: 500px;
    padding: 14px 35px 10px;
    text-decoration: none;
    margin: 15px auto 0;
    margin-bottom: 15px;
}

.btn-white2 {
    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: #777;
    background-color: #FFFFFF;
    border-color: #9a9a9a;
    -webkit-transition: background-color .15s ease,border-color .15s ease;
    -o-transition: background-color .15s ease,border-color .15s ease;
    transition: background-color .15s ease,border-color .15s ease;
    border-width: 2px;
    letter-spacing: 1.2px;
    min-width: 130px;
    text-transform: uppercase;
    white-space: normal;
    font-size: 1.5em;
    line-height: 1.2;
    border-radius: 5px;
    padding: 5px 25px 5px;
    text-decoration: none;
    margin: 15px auto 0;
    margin-bottom: 15px;
    min-width: 155px;
}

.btn-pink2 {
    display: block;
    width: 75%;
    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: white;
    background-color: #f03884;
    border-color: #f03884;
    -webkit-transition: background-color .15s ease,border-color .15s ease;
    -o-transition: background-color .15s ease,border-color .15s ease;
    transition: background-color .15s ease,border-color .15s ease;
    border-width: 2px;
    letter-spacing: 1.2px;
    min-width: 130px;
    text-transform: uppercase;
    white-space: normal;
    font-size: 1.5em;
    line-height: 1.2;
    border-radius: 500px;
    padding: 14px 35px 10px;
    text-decoration: none;
    margin: 15px auto 0;
    margin-bottom: 15px;
}

.btn-white:hover,
.btn-white2:hover {
    color: #777;
    text-decoration: none;
}

.btn-white:visited,
.btn-white2:visited {
    color:#777;
    text-decoration: none;
}

.btn-pink2:visited {
    color: white;
    text-decoration: none;    
}

.btn-black {
    display: block;
    width: 75%;
    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: white;
    background-color: #333;
    border-color: #333;
    -webkit-transition: background-color .15s ease,border-color .15s ease;
    -o-transition: background-color .15s ease,border-color .15s ease;
    transition: background-color .15s ease,border-color .15s ease;
    border-width: 2px;
    letter-spacing: 1.2px;
    min-width: 130px;
    text-transform: uppercase;
    white-space: normal;
    font-size: 1.5em;
    line-height: 1.2;
    border-radius: 500px;
    padding: 14px 35px 10px;
    text-decoration: none;
    margin: 15px auto 0;
    margin-bottom: 15px;
}

.btn-black2 {
    display: 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: white;
    background-color: #333;
    border-color: #333;
    -webkit-transition: background-color .15s ease,border-color .15s ease;
    -o-transition: background-color .15s ease,border-color .15s ease;
    transition: background-color .15s ease,border-color .15s ease;
    border-width: 2px;
    letter-spacing: 1.2px;
    min-width: 130px;
    text-transform: uppercase;
    white-space: normal;
    font-size: 1.5em;
    line-height: 1.2;
    border-radius: 5px;
    padding: 5px 25px 5px;
    text-decoration: none;
    margin: 15px auto 0;
    margin-bottom: 15px;
    min-width: 155px;
}

.btn-black:hover,
.btn-black2:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.btn-black:visited,
.btn-black2:visited {
    color:#FFFFFF;
    text-decoration: none;
}

.title-onright {
    font-size:15px;
    text-transform: lowercase;
}

.title-onleft {
    font-size: 18px;
}

.foot-sub {
    font-size: 12px;
    color: #777;
}

.fix-error-foot {
    color: white;
}

.foot-sub-cont {
    width: 100%;
    margin: 0 auto;
    margin-top: 4%;
    background-color: white;
    min-height: 155px;
    padding-left: 3%;
    border: 1px solid #f03884;
}

.foot-sub-cont > .img-container {
    float: left;
    margin-top: 2%;
}

.foot-sub-cont > .img-container > a {
    display: inline-block;
    width: 49%;
}

.foot-sub-cont > .img-container > a > img {
    display: inline-block;
    width: 75%;
}

.foot-sub-cont > .center-text {
    display: inline-block;
    width: 30%;
}

.foot-sub-cont > .center-text > p {
    font-size: 2em;
}

.foot-sub-cont > .right-btn {
    display: inline-block;
    width: 33%;
}

.foot-sub-cont > .right-btn > .btn-black {
    position: relative;
    font-size: 1.3em;
    width: 49%;
    padding-left: 0;
    padding-right: 0;
    top: 25px;
}

.foot-sub-cont > .right-btn > p {
    position: relative;
    top: 25px;
}

#credits > hr {
    clear: both;
    width: 65%;
    margin: 0 auto;
    color: black;
}

.social-net {
    width: 60%;
    margin: 0 auto;
}

.logo-social {
    width: 25%;
    padding-top: 3%;
    padding-bottom: 3%;
    float: left;
    margin-left: 20%;
}

.logo-social > a {
    float: left;
    width: 33%;
}

.logo-social > a > img {
    width: 80%;
}

.text-social {
    float: left;
    width: 55%;
    margin-top: 4%;
}

.text-social > p {
    font-size: 2em;
    font-family: Ubuntu;
}

.hr-bot {
    margin-bottom: 2% !important;
}

.full-bottom {
    margin-top: 4%;
    width: 100%;
    text-align: center;
    font-size: 1.6em;
}

.full-bottom > a {
    text-decoration: none;
    color: #333;
}

.full-bottom > a:visited {
    text-decoration: none;
    color: #333;
}

#docType {
    /*padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    margin-left: 5%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

.center-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-special  {
    height: 90px !important;
    width: 90px !important;
    position: absolute;
    display: inline;
    margin: -11px !important;
}

.register-text {
    margin-top:  3%;
}

#carrousel-container, .carrousel-container {
    padding-top: 20px;
    padding-left: 10px;
}

.register-center {
    margin-top: 5%;
    text-align: center;
}

.contact-center {
    margin-top: 3%;
    text-align: center;
    color: #858a8d;
    font-size: 1.1em;
}

.af-message {
    margin-top: 20px;
    text-align: center;
    color: #858a8d;
    font-size: 1.1em;
}

.contact-address {
    text-align: center;
    color: #858a8d;
    font-size: 1.1em;
}

.more-cat {
    text-align: center;
    width: 100%;
    color: #858a8d;
    text-decoration: none;
}

.more-cat > p {
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 2em;
    color: #858a8d;
    text-decoration: none;
    background-color: #ffe2e2;
}

.more-cat:hover {
    color: #858a8d;
    text-decoration: none;
}

.more-cat:visited {
    color: #858a8d;
    text-decoration: none;
}

#tablet, #mobile {
    display: none;
}

.cont-title > img {
    width: 60px;
    display: inline-block;
}

.cont-title > p {
    display: inline-block;
    margin-left: 1%;
}

.o_pass > p, .s_sub {
    display: inline-block;
}

.o_pass > a, .c_sub > a {
    display: inline-block;
    margin-left: 5%;
}

.uppercase {
    text-transform: uppercase;
    font-weight: bold;
}

.d-inline {
    display: inline-block;
}

.left-sub > p {
    margin-top: 18.5%;
}

.left-sub > .center-block {
    margin-top: 18%;
    margin-bottom: 12%;
}

.d-block {
    display: block;
}

.form-group {
    border: none;
}

.form-row {
    margin-left: -3%;
    height: 82px;
}

.left-4 {
    margin-left: 4%;
}

.combined-input > label,
.form-group > label {
    font-size: 1em;
}

.ml-3 {
    margin-left: 4%;
}

.f-12 {
    font-size: 1.2em !important;
}

.box-select {
    border:1px solid #d9d9d9;
    overflow: hidden;
    position:relative;
    border-radius: 4px;
}

.box-select > select {
    background: white;
    border: none;
    font-size: 14px;
    padding: 5px;
}

.box-select:after {
    content:"\025be";
    display:table-cell;
    text-align:center;
    width:35px;
    height:28px;
    background-color:#9c9a9a;
    position:absolute;
    top:0;
    right:0px;
    font-size: 1.8em;
    color:white;  
    pointer-events: none;
    margin: 3px;
    border-radius: 4px;
}

.box-btn-f {
    width: 100%;
}

.box-btn-f > .btn-mp-p {
    width: 47%;
    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: #ffffff;
    background-color: #eb1c63;
    border-color: #eb1c63;
    -webkit-transition: background-color .15s ease,border-color .15s ease;
    -o-transition: background-color .15s ease,border-color .15s ease;
    transition: background-color .15s ease,border-color .15s ease;
    border-width: 2px;
    letter-spacing: 1.2px;
    min-width: 130px;
    text-transform: uppercase;
    white-space: normal;
    font-size: 1.5em;
    line-height: 1.2;
    border-radius: 4px;
    padding: 14px 35px 10px;
    text-decoration: none;
    margin: 15px auto 0;
}

.box-btn-f > .btn-mp-g {
    width: 47%;
    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: #ffffff;
    background-color: #9c9a9a;
    border-color: #9c9a9a;
    -webkit-transition: background-color .15s ease,border-color .15s ease;
    -o-transition: background-color .15s ease,border-color .15s ease;
    transition: background-color .15s ease,border-color .15s ease;
    border-width: 2px;
    letter-spacing: 1.2px;
    min-width: 130px;
    text-transform: uppercase;
    white-space: normal;
    font-size: 1.5em;
    line-height: 1.2;
    border-radius: 4px;
    padding: 14px 35px 10px;
    text-decoration: none;
    margin: 15px auto 0;
    margin-left: 4%;
}

.ml-5 {
    margin-left: 5% !important;
}

.form-foot-t {
    margin-top: 8%;
    font-size: 1.4em;
    font-weight: 700;
    display: inline-block;
}

.form-foot-i {
    display: inline-block;
    width: 2em;
    margin-top: -2%;
}

.container-img-cards {
    width: 90%;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 3%;
}

.img-form-top {
    display: inline-block;
    width: 30%;
}

.mr-4 {
    margin-right: 4%;
}

.mh-promo {
    background: black;
}

.mh-promo > img {
    display: inline-block;
    width: 30%;
}

.mh-x {
    width: 25px;
    background-color: white;
    border-radius: 25px;
}

.mf-coup {
    text-align: left;
    background-color: #e91e63;
}

.mf-coup > p {
    color: white;
    margin: 0 auto;
    font-size: 3em;
    text-align: center;
}

.mf-coup > p > span {
    text-decoration: underline;
}

.mb-cv, .mf-coup {
    cursor: pointer;
}

.mb-cv > img {
    display: inline-block;
    width: 60%;
    margin-top: -50%;
}

.mb-p {
    display: inline-block;
}

.mb-p > p {
    font-size: 3.5em;
    font-weight: bold;
    text-align: right;
}

.mb-p > .fix {
    font-size: 2.5em;
}

#rss {
    width: 100%;
    overflow: hidden;
    max-height: 450px;
}

#rss > .rss-left {
    float: left;
    width: 50%;
    padding: 1%;
    padding-top: 0;
}

#rss > .rss-right {
    width: 50%;
    height: 470px;
    display: inline-block;
    padding: 1%;
    overflow-y: scroll;
}

#rss > .rss-right > div {
    margin: 0 auto;
    margin-top: -3%;
    clear: both;
    margin-bottom: 5%;
    min-height: 144px;
}

#rss > .rss-right > div > img {
    float: left;
    position: relative;
    width: 35%;
    height: 140px;
    cursor: pointer;
}

#rss > .rss-right > div > h2 {
    background: transparent;
    color: black;
    font-size: 1.5em;
    display: inline-block;
    width: 64%;
    margin-top: -5px;
    font-weight: bold;
    cursor: pointer;
}

#rss > .rss-right > div > p {
    background: transparent;
    color: black;
    font-size: 1.3em;
    display: inline-block;
    width: 64%;
    padding-left: 3%;
    cursor: pointer;
}

#rss > .rss-left > h2 {
    background-color: transparent;
    color: black;
    margin: 0 auto;
    padding: 0;
    margin-top: 5%;
    margin-bottom: 3%;
    font-weight: bold;
    cursor: pointer;
}

#rss > .rss-left > p,
#rss > .rss-left > img {
    cursor: pointer;
}

[class*='col-'] {
    margin: 0 auto !important;
    border: transparent !important;
}

a {
    color: black;
}

a:visited {
    color: black;
}

a:hover {
    color: black;
    text-decoration: none;
}

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

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

.load {
    max-width: 250px;
    margin: 0 auto;
    display: none;
}

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

.container-listen {
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: white;
    opacity: 0.8;
}

.container-listen > p {
    display: inline-block;
    font-size: 3.6em;
    color: #585858;
}

.icon-sound {
    width: 60px;
    height: 60px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    background-color:#bfbbbb;
    margin-top: 15px;
    margin-left: 10px;
}

.play,
.stop,
.pause,
.continue {
    width: 47px;
    height: 48px;
    z-index: 10;
    font-size:4.2em;
    text-align: center;
    margin: 5px;
    border-radius: 5px;
    background-color: white;
    color: #e91e63;
}

.play{
    display: inline-block;
}

.pause,
.continue,
.stop {
    display: none;
}

.container-readart {
    max-width: 1048px;
    margin: auto;
    padding: 10px 15px 22px;
    margin-top: 15px;
}

.container-readart > p > img,
.container-readart > img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.container-footlinks {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.foot-links {
  flex: 1 0 0%;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  padding-inline-start: 0px;
}

.foot-links > li {
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  min-width: 23%;
  text-align: center;
  margin: 5px;
  font-size:1em;
}

#abbr > a,
.foot-links > li > a,
.foot-links > li > a:visited {
  color: #858a8d;
  font-weight: 700;
}

#abbr {
  position: relative;
  bottom: 0%;
  left: 0;
  text-align: center;
  width: 100%;
  color: #858a8d;
}

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

    .wp-icon-container{
        opacity: 1 !important;
    }

    .bx-wrapper .bx-viewport {
        top: -4px !important;
    }

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

    .login, .register-box {
        width: 85%;
    }

}

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

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

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

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

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

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

}

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

    header{
        height: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);
    }

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

    figure#logo{
        width: 200px;
        display:block;
        float: left;
        margin: 3px 30px 0;
        padding-left: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-right,
    #category-buttons > li:nth-child(1){
        display:none;
    }

    #overlay-menu-right,
    #overlay-menu{
        display:none;
    }

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

    #revista-descripcion{
        top: 0;
    }

}

@media screen and (max-width:900px){
    .container-banderas-left, .container-banderas-center, .container-banderas-right{
        width: 88% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    #cancel-mobile-search{
        width:20%;
    }

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

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

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

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

}

@media screen and (max-width:990px){
    .register-box form {
        width: 60%;
        margin-bottom: 3%;
    }

    .btn-pink {
        width: 100%;
    }

    .fix-center {
        width: 100%;
        margin-top: 15px;
    }

    .subtitle {
        width: 90%;
    }

    .right-sub {
        display: block;
        margin-left: 0;
        margin: 0 auto;
        text-align: center;
    }

    .left-sub, .center-sub, .right-sub, .center-sub2 {
        width: 40%;
        margin-bottom: 5%;
    }

    .foot-sub-cont > .right-btn {
        width: 70%;
        margin: 0 auto;
        display: block;
        min-height: 115px;
    }

    .foot-sub-cont > .center-text {
        width: 100%;
        margin: 0 auto;
    }

    .foot-sub-cont > .img-container {
        float:none;
        margin-top: 2%;
        width: 45%;
        margin: 0 auto;
    }

    .contenido-premium {
        margin-top: 8%;
        margin-left: 5%;
    }
}

@media screen and (max-width:992px){
    .form-row > .form-group {
        width: 100% !important;
    }

    .ml-5 {
        margin-left: 0 !important;
    }

    .text-left {
        float: left;
    }

    .box-btn-f > .btn-mp-p,
    .box-btn-f > .btn-mp-g {
        display: block;
    }

    .box-btn-f > .btn-mp-g {
        margin: 0 auto !important;
        margin-top: 5% !important;
    }
}

@media (max-width: 800px) {

    .index-main-cont{
        flex-direction: column !important;
        margin-bottom: 40px !important;
    }

    .index-left-cont{
        width: 100% !important;
        padding: unset !important;
    }

    .index-left-text{
        width: 70% !important;
        margin-top: 50px;
    }

    .index-right-cont{
        height: unset !important;
        margin-top: 30px !important;
        width: 100% !important;
        justify-content: center !important;
    }

    .container-banderas-left, .container-banderas-center, .container-banderas-right{
        width: 88% !important;
        margin: 0 auto !important;
        float: 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;

    }

    .contenido-premium {
        margin-top: 26%;
        margin-left: 18%;
    }

}

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

    .uppercase{
        margin-top: 15px !important;
    }

    .hr-configuracion{
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .btn-cnl-sub-es{
        width: 100% !important;
    }

    .container-configuracion{
        margin-top: unset !important;
    }

    .cont-title {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: auto;
    }

    .cont-title > img{
        width: 30px !important;
    }

    .cont-title > p{
        padding: unset !important;
        margin-bottom: unset !important;
        margin-left: 10px !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, #container-ingreso-derecha{
        width: 100%;
        float: none;
    }

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

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

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

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

    #revista-descripcion{
        width: 100%;
    }

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

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

    #clave{
        max-width: 340px;
    }
    .container-banderas-left, .container-banderas-center, .container-banderas-right{
        width: 88% !important;
        margin: 0 auto !important;
        float: none !important;
    }
}

@media screen and (max-width:640px){
    .left-sub {
        display: block;
        margin: 0 auto;
        margin-bottom: 2%;
        text-align: center;
        width: 250px;
    }

    .center-sub, .center-sub2 {
        display: block;
        margin: 0 auto;
        margin-bottom: 2%;
        text-align: center;
        width: 250px;
    }

    .right-sub {
        width: 250px;
    }

    .foot-sub-cont > .center-text {
        display: block;
        width: 100%;
    }

    .foot-sub-cont > .img-container {
        display: block;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 2%;
        padding-top: 4%;
        float: none;
    }

    .foot-sub-cont > .right-btn {
        width: 100%;
    }

    .foot-sub-cont > .img-container {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 2%;
    }

    .logo-social {
        float: none;
        margin: 0 auto;
        width: 50%;
        margin-bottom: 14%;
    }

    .text-social {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .center-block {
        display: block;
    }

    .content-special {
        margin-top: -6px !important;
        margin-left: -125px !important;
    }

    .contenido-premium {
        margin-top: 24%;
        margin-left: 16%;
    }

    .mb-cv > img {
        width: 40%;
    }

}

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

    #category-buttons-right,
    #category-buttons{
        display:none;
    }

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

    figure#logo{
        padding:11px 16px 8px;
    }
    #logo .headerimg {
        width: 160px !important;
        height: 40px !important;
    }
    #edicion{
        width: 100%;
        margin-bottom: 10px !important;
    }
    .footerbr .footerbrtext {
        width: 100% !important;
        margin-bottom: 7%;
    }
    .footerbr .footerbrimg {
        width: 100% !important;
        margin-bottom: 7%;
    }
    .container-banderas-left, .container-banderas-center, .container-banderas-right{
        width: 88% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    .footerbrtext > p {
        width: 64%;
        margin: 0 auto;
    }

    .bx-wrapper .bx-viewport {
        top: -20px !important;
    }


    .mb-p > p {
        font-size: 3em;
        font-weight: bold;
        text-align: right;
    }

    .mb-p > .fix {
        font-size: 2em;
    }
}

@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%;
    }
    .container-banderas-left, .container-banderas-center, .container-banderas-right{
        width: 88% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    .container-argentina ul, .container-nicaragua ul, .container-uruguay ul, .container-guatemala ul, .container-ecuador ul, .container-chile ul, .container-brazil ul, .container-panama ul, .container-colombia ul, .container-mexico ul{
        width: 80% !important;
    }

}

@media screen and (max-width:500px){
    .contenido-premium {
        margin-top: 20%;
        margin-left: 12%;
    }

}



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

    #logo-android-imagen{
            width:100px !important;
            margin-left:38%;
    }
    .container-banderas-left, .container-banderas-center, .container-banderas-right{
        width: 88% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    .container-argentina ul, .container-nicaragua ul, .container-uruguay ul, .container-guatemala ul, .container-ecuador ul, .container-chile ul, .container-brazil ul, .container-panama ul, .container-colombia ul, .container-mexico ul{
        width: 80% !important;
    }
    .contenido-premium {
        margin-top: 35%;
        margin-left: 25%;
    }

}

@media screen and (max-width:300px){
    #logo-android-imagen{
        width:100px !important;
        margin-left:31% !important;
    }
    .container-banderas-left, .container-banderas-center, .container-banderas-right{
        width: 88% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    .container-argentina ul, .container-nicaragua ul, .container-uruguay ul, .container-chile ul, .container-guatemala ul, .container-ecuador ul, .container-brazil ul, .container-panama ul, .container-colombia ul, .container-mexico ul{
        width: 80% !important;
    }
}

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

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

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

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

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

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

    #revista-descripcion-container #edicion h2{
        margin: 0;
    }
    .container-banderas-left, .container-banderas-center, .container-banderas-right{
        width: 88% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    .container-argentina ul, .container-nicaragua ul, .container-uruguay ul, .container-guatemala ul, .container-ecuador ul, .container-chile ul, .container-brazil ul, .container-panama ul, .container-colombia ul, .container-mexico ul{
        width: 80% !important;
    }
}

@media (max-width: 480px) {

    .divmas{

        display:block;

    }

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

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

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

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

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

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

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

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

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

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

    .product h1 {
        color: #0057a8;
    }

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

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

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

    #screenshot-roller ul li{
        width:48%;
        margin:0 1%;
        display:inline-block;
    }
    .container-banderas-left, .container-banderas-center, .container-banderas-right{
        width: 88% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    .container-argentina ul, .container-nicaragua ul, .container-uruguay ul, .container-guatemala ul, .container-ecuador ul, .container-chile ul, .container-brazil ul, .container-panama ul, .container-colombia ul, .container-mexico ul{
        width: 80% !important;
    }

    .mb-p > p {
        font-size: 2em;
        font-weight: bold;
        text-align: right;
    }

    .mb-p > .fix {
        font-size: 1.5em;
    }
}

@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: 49%;
        float: left;
        margin: 10px 1px;
    }

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

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

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

    #container-ingreso-izquierda{
        padding-right: 0;
    }
    .container-banderas-left, .container-banderas-center, .container-banderas-right{
        width: 88% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    .container-argentina ul, .container-nicaragua ul, .container-uruguay ul, .container-guatemala ul, .container-ecuador ul, .container-chile ul, .container-brazil ul, .container-panama ul, .container-colombia ul, .container-mexico ul{
        width: 80% !important;
    }

}

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

    #numero{
        width: 112px;
    }

    #prefijo{
        width: 50px;
    }

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

    .container-banderas-left, .container-banderas-center, .container-banderas-right{
        width: 88% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    .container-argentina ul, .container-nicaragua ul, .container-uruguay ul, .container-guatemala ul, .container-ecuador ul, .container-chile ul, .container-brazil ul, .container-panama ul, .container-colombia ul, .container-mexico ul{
        width: 80% !important;
    }
}

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

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

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

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

.bxslider{
    width: 100%;
    min-height: 458px;
}

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

.bx-wrapper .bx-viewport {
    top: -32px;
    direction: ltr;
}

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


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

/* hack Css Firefox - Custom Alerts Alinear Verticalmente - A.G.E 27-08-15 */

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

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


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

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

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

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

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

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

#contrasena-btn,
#forgotten-pass > p,
#forgotten-pass {
    text-decoration: none;
    color: #78756E;
    font-size: 13px;
    line-height: normal;
    margin-top: 6%;
}

#forgotten-pass > p {
    margin-bottom: 25px;
    width: 101%;
}

.abcRioButton {
    width: 100% !important;
}

.prefijo {
    width: 60px;
    margin-right: 28px;
}
#numeroPin {
    width: 149px;
}
#terminosclass {
    text-decoration: none;
    color: #303030;
}
.btn-ver-todas{
    display: block;
    /* width: 250px; */
    margin-bottom: 0;
    /* font-weight: 600; */
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    /* border: 1px solid transparent; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #e91e63;
    border-color: #F8F9FA;
    -webkit-transition: background-color .15s ease,border-color .15s ease;
    -o-transition: background-color .15s ease,border-color .15s ease;
    transition: background-color .15s ease,border-color .15s ease;
    border-width: 2px;
    letter-spacing: 1.2px;
    min-width: 130px;
    text-transform: uppercase;
    white-space: normal;
    font-size: 1.5em;
    line-height: 1.2;
    border-left: 4px solid;
    text-decoration: none;
    margin: 0px auto 0;
    height: 100%;
    padding-top: 10px;
}
.btn-ver-todas:hover{
    color: white;
    text-decoration: none;
}
.btn-ver-todas:visited {
    color: white;
    text-decoration: none;   
}
.ingreso-box-container p {
    margin-bottom: 5px;
}
.price-assinatura {
    margin: 0 auto;
    display: table;
    font-size: 1.5em;
    color: #777;
}

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

.checklist > li {
    margin-bottom: 0.6em;
    text-align: left;
}
.operadoras {
    list-style: none;
    height: 40px;
    margin: 0 auto 1em auto;
    padding: 0;
    display: table;
    margin-top: 15px;
}
.operadoras li img {
    height: 32px;
    width: 118px;
    margin-right: 20px;
}
.operadoras li {
    float: left;
}
#logo .headerimg {
    width: 75%
}
[data-notify="container"]{
    width: 55%;
    position: relative !important;
    background-color: #efefef;
    margin-left: 20% !important;
}

.owl-carousel .owl-wrapper-outer{
    padding-bottom: 10px;
}

#suscripcion-btn-mail{
    width: 100%;
    text-transform: lowercase;
    margin-right:0px !important;
    padding: 14px 20px 10px;
}
.divmail{
    float: left;
    height: 16px;
    width: 28px;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 40px;
}

.contactomail{
    background-image: url("images/ic_contacto__on.png");
    height: 16px;
    width: 28px;
    display: block;
}
.header-aling{
    width: 98%;
    margin: 0 auto;
    position: relative;
    top: -22px;
}

.ingreso-box-container-lectores {
    display: block;
    width: 78%;
    margin: 20px auto;
    min-height: 250px;
    background-color: white;
    border: 1px solid #E5E5E5;
    border-bottom: 2px solid #cccccc;
    position: relative;
}

.ingreso-box-container-lectores h2 {
    display: block;
    text-align: center;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #E5E5E5;
}
#genera-claves-container {
    background-color: rgba(255,255,255,0.85);
}
.container-banderas-left, .container-banderas-center, .container-banderas-right{
    width: 33%;
    float: left;
    font-size: 17px;
}
.container-argentina ul, .container-nicaragua ul, .container-uruguay ul, .container-guatemala ul, .container-ecuador ul, .container-chile ul, .container-brazil ul, .container-panama ul, .container-colombia ul, .container-mexico ul{
    width: 70%;
    margin: 0 auto;
}
.container-argentina ul li, .container-nicaragua ul li, .container-uruguay ul li, .container-guatemala ul li, .container-ecuador ul li, .container-chile ul li, .container-brazil ul li, .container-panama ul li, .container-colombia ul li, .container-mexico ul li{
    margin-bottom: 5px;
    margin-left: 50px;
    color: black;
}
.container-argentina, .container-nicaragua, .container-uruguay, .container-guatemala, .container-ecuador, .container-chile, .container-brazil, .container-panama, .container-colombia, .container-mexico{
    width: 89%;
    margin: 0 auto 20px;
    background-color: rgba(255,255,255,0.85);
    padding: 20px;
}
.container-argentina .first img, .container-nicaragua .first img, .container-uruguay .first img, .container-guatemala .first img , .container-ecuador .first img, .container-chile .first img, .container-brazil .first img, .container-panama .first img, .container-colombia .first img, .container-mexico .first img{
    display: inline;
    width: 38px;
    height: 25px;
    margin-right: 10px;
}
.container-argentina .first, .container-nicaragua .first, .container-uruguay .first, .container-guatemala .first , .container-ecuador .first, .container-chile .first, .container-brazil .first, .container-panama .first, .container-colombia .first, .container-mexico .first{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    list-style-type: none;
    margin-left: 0px;
}
.link-badneras{
    color: black;
    text-decoration: none;
}
.link-badneras:hover{
    text-decoration: none;
}

#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;
    background-color: #efefef;
}

.bg-lectores{
    background-image   : url(images/fnd_lectores.jpg);
    opacity : 0.5;
}

.bg-contacto{
    background-image   : url(images/fnd_contacto.jpg);
    opacity : 0.5;
}

.bg-editores{
    background-image   : url(images/fnd_editores.jpg);
    opacity : 0.5;
}

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

.innershadowdiv{
    -webkit-box-shadow: inset 0px 0px 178px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 178px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 178px 0px rgba(0,0,0,0.75)
}
.favorite-img{
    width: 25px;
    position: absolute;
    z-index: 2;
    left: 85%;
    top: 0px;
}

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

.setheigthome{
    height: 681px !important;
    overflow: hidden !important;
}
.boxbanner{
    width: 100%;
}

.index-main-cont{
    display: flex;
    width: 100%;
}

.index-left-cont{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70%;
    padding-left: 50px;
}

.index-left-text{
    line-height: 1.5em;
    font-size: 3.5em;
    width: 50%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 45px;
}

.index-left-form-cont{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.index-left-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.index-left-explore{
    margin-top: 20px;
    padding: 10px 30px;
    border-radius: 5px;
    background: #e91e63;
    border: none !important;
    font-weight: bold;
    color: white;
    font-size: 16px;
    cursor: pointer;
    opacity: 0.5;
}

.index-left-in{
    margin-top: 20px;
    padding: 10px 30px;
    border-radius: 5px;
    background: white;
    border: solid 2px #e91e63;
    font-weight: bold;
    color: #e91e63;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.index-left-in:hover{
    background: #e91e63;
    color: white;
}

.index-right-cont{
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: center;
    margin-top: -20px;
}

.index-img{
    border-radius: 15px;
    width: 325px;
}

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

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

#category-buttons-right-index {
    float: right;
}

.input-tel::-webkit-inner-spin-button,
.input-tel::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
.input-tel { -moz-appearance:textfield; }

.loader {
    margin: 80px auto;
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #e91e63;
    --_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)}}


.wp-icon-container{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999999999999;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wp-icon-container a{
    color: #25d366;
}

.wp-icon-container:hover {
    opacity: 1;
}

.container-configuracion{
    height: 100%;
    margin: 40px auto;
}

.btn-cnl-bd{
    margin-left: unset !important;
}

.btn-cnl-sub{
    color: white !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background-color: #e91e63 !important;
    border: none !important;
    border: solid 1px #e91e63 !important;
}

.btn-cnl-sub a{
    color: white !important;
    text-decoration: none !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background-color: #e91e63 !important;
    border: none !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.modal-header{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.close{
    float: left;
    position: absolute;
    right: 20px;
}

.logo-modal{
    width: 100px;
    height: auto;
}

.btn-no-cnl-sub{
    border: solid 1px #e91e63 !important;
    color: #e91e63 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background-color: white !important;
}

.divider-cncl-es{
    width: 90%;
    height: 1px;
    background-color: grey;
    opacity: 0.5;
    margin: 15px auto;
}

.container-cancel-es{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    padding: 20px;
}

.container-cancel-es h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}

.sus-cncl-confirm-es-p-img{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #e91e63;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sus-cncl-confirm-es-p-img img{
    margin-left: 10px;
    margin-right: 10px;
}

.cancel-es-container{
    background-color: white;
    padding: 20px;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.btn-cnl-sub-es{
    width: 350px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: white !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background-color: #e91e63 !important;
    border: none !important;
    border: solid 1px #e91e63 !important;
}

.btn-cnl-sub-es a{
    color: white !important;
    text-decoration: none !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background-color: #e91e63 !important;
    border: none !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

#popup_container{
    position: fixed;
    z-index: 99999;
    min-width: 316px !important;
    max-width: unset !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}