﻿input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    background-color: transparent;
}
input: -webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button:hover, button:focus, .button:hover, .button:focus {
    outline: none;
}

.blockContent {
    margin: 0;
    height: 100%;
    overflow: hidden
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-table;
}

p.loginModal {
    width: 66%;
    margin: auto;
}
label.checkRegister {
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */
/*------------------------------- candado -------------------------*/
a.lockArticle:after {
    content: " ";
    background-image: url(../img/keyPwll.svg);
    background-repeat: no-repeat;
    background-position: 10%;
    background-size: contain;
    font-size: 1.3rem;
    padding-left: 1.125rem;
    margin-left: 0.5rem;
}
/*Close modal ------------------*/
a.closeModal {
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 1.5rem;
    color: #5d5d5d;
}
/* -------- Sesion ---------*/
.checkRegister a.footer-p.related-link {
    color: #4d4d4d;
    font-size: 13px;
    line-height: 1.3;
}

label.checkRegister {
    width: 92%;
    font-size: 13px;
    line-height: 1.3;
}

.sesionPaywall a, .documentPaywall a, .registerPaywall a {
    color: #000000;
    transition: .4s all ease;
    cursor: pointer;
}

    .sesionPaywall a:hover, .documentPaywall a:hover {
        color: #5d5d5d;
    }

.md-content .copyPaywall {
    font-size: 1rem;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    margin-bottom: 0;
}

a.homeLinkPaywall {
    color: #000;
    font-size: 1rem;
    text-decoration: underline;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-style: italic;
}

    a.homeLinkPaywall:hover {
        color: #616161;
    }

input[type="checkbox"] + label, input[type="radio"] + label {
    margin-right: 0;
}

select:focus {
    outline: none;
}

#MessageLoginUser .alert-box.info {
    text-align: center;
    margin-top: 0.5rem;
    color: #fff;
    background: #000000;
}
/*Modal Blur*/
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 800px;
    min-width: 320px;
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 2rem;
    height: auto;
    z-index: 9999;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0px 10px 26px -13px rgba(0,0,0,0.94);
    -moz-box-shadow: 0px 10px 26px -13px rgba(0,0,0,0.94);
    box-shadow: 0px 10px 26px -13px rgba(0,0,0,0.94);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.8;
    background: rgba(255,255,255,0.8);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}
/* Individual modal styles with animations/transitions */
/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
    background: rgba(255,255,255,0.5);
}

.md-show.md-effect-16 ~ .container {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
}

.md-effect-16 .md-content {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
/*-------------- Modal 1 --------------*/
.md-content .sesionPaywall p, .md-content .documentPaywall p, .md-content .registerPaywall p {
    font-size: 19px;
    line-height: 1.3;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0;
}

/* -- Redes sociales ---*/
.md-modal .form-login {
    padding: 2rem 0;
    height: 324px;
    position: relative;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

.md-content .btn {
    padding: 1rem;
    margin: 0 auto 1rem;
    display: table;
    position: relative;
    transition: 0.5s all ease;
    cursor: pointer;
    border-radius: 0;
    width: auto;
    height: 48px;
}

    .md-content .btn i {
        padding-right: 2rem;
    }

.btn.login-facebook {
    background: #3d5a99;
}

.md-content .btn.login-facebook:hover {
    background: #4d679f;
    cursor: pointer;
}

.md-content .btn.login-google:hover {
    background: #f25b4b;
    cursor: pointer;
}

.md-content .btn.login-facebook a::before {
    content: ' ';
    height: 48px;
    width: 1px;
    top: 0;
    left: 3.4rem;
    background: #4d679f;
    display: block;
    position: absolute;
    -webkit-box-shadow: 1px 0px 0px 0px rgba(53,82,146,1);
    -moz-box-shadow: 1px 0px 0px 0px rgba(53,82,146,1);
    box-shadow: 1px 0px 0px 0px rgba(53,82,146,1);
}

.btn.login-google {
    background: #e94c3b;
}

.md-content .btn.login-google a::before {
    content: ' ';
    height: 48px;
    width: 1px;
    top: 0;
    left: 3.4rem;
    background: #f25b4b;
    display: block;
    position: absolute;
    -webkit-box-shadow: 1px 0px 0px 0px rgba(224,67,50,1);
    -moz-box-shadow: 1px 0px 0px 0px rgba(224,67,50,1);
    box-shadow: 1px 0px 0px 0px rgba(224,67,50,1);
}

.md-content .btn a {
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 100;
}

/*Linea separadora*/
.md-modal .separate {
    text-align: center;
    position: absolute;
    left: 43.5%;
}

    .md-modal .separate::before {
        content: ' o ';
        display: block;
        height: 30px;
        width: 30px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        position: absolute;
        margin-top: 110px;
        z-index: 2;
        line-height:1.5;
    }

    .md-modal .separate::after {
        content: '';
        display: block;
        height: 260px;
        width: 1px;
        background: #ccc;
        position: absolute;
        left: 50%;
        top: 50%;
    }

.md-content .sesionPaywall p.copyPaywall {
    font-size: 1rem;
}
/*-- Formulario --*/
.md-content .login-mail {
    padding-top: 1rem;
}

input[type="email"], input[type="password"], input[type="number"] {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 6px;
    font-size: 18px;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

    input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus {
        background: #ffffff;
        border-color: none;
        outline: none;
        box-shadow: none;
    }

input[type="checkbox"] + label, input[type="radio"] + label {
    vertical-align: middle;
}

.groupPaywall {
    position: relative;
    margin-bottom: 1rem;
}

    .groupPaywall:first-child {
        position: relative;
        margin-bottom: 35px;
    }

input.inputForm {
    font-size: 16px;
    padding: 10px 10px 5px 5px;
    -webkit-appearance: none;
    display: block;
    color: #000000;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
    margin-bottom: 0;
}

    input.inputForm:focus {
        outline: none;
        box-shadow: none;
        background: #fff;
    }


/* Label */

label.labelForm {
    color: #444444;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: -13px;
    transition: all 0.2s ease;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}


/* active */

input.inputForm:focus ~ label, input.inputForm.used ~ label.labelForm {
    top: -20px;
    transform: scale(.75);
    left: -18px;
    font-size: 17px;
    color: #4c4c4c;
}

.registerPaywall input.inputForm:focus ~ label, .registerPaywall input.inputForm.used ~ label.labelForm {
    top: -13px;
}

/* Underline */

.bar {
    position: relative;
    display: block;
    width: 100%;
    height: 0.5px;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0px;
        position: absolute;
        background: #000000;
        transition: all 0.2s ease;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }


/* active */

input.inputForm:focus ~ .bar:before, input.inputForm:focus ~ .bar:after {
    width: 50%;
}

/* Highlight */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active */

input.inputForm:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
}

/* Animations */

@keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

/*See password*/
.seePass {
    width: 24px;
    position: absolute;
    right: 0;
    top: 10px;
}
/*Remember and forget*/
.boxRF {
    font-size: 14px;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    line-height: 1.3;
    cursor: pointer;
}

    .boxRF a {
        font-weight: 400;
        text-align: right;
        display: block;
        color: #000000;
    }

a.btn-sesion {
    background: #333;
    padding: 0.8rem 1rem;
    margin: 2rem auto 0.5rem;
    display: table;
    color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    transition: 0.5s all ease;
    cursor: pointer;
}

    a.btn-sesion:hover {
        color: #fff;
        background: #000000 !important;
        transition: 0.5s all ease;
    }
/* ---------------- Document ----------------*/
.md-content .form-document {
    padding: 2rem 0 0;
}

select#lstDocument {
    margin-top: 2rem;
}

select#lstDocument {
    margin-top: 2rem;
    background-color: #ffffff;
    height: 45px;
    padding-left: 15px;
}

.documentPaywall .document-Scpt {
    height: 81px;
    margin-top: calc(10%);
}

img.penEditor {
    width: 18px;
    position: absolute;
    right: -132px;
    top: 6px;
}

/*Separate*/
.md-modal .documentPaywall .separate {
    left: 41.6%;
}

    .md-modal .documentPaywall .separate::after {
        height: 190px;
    }

    .md-modal .documentPaywall .separate::before {
        margin-top: 80px;
        left: 37%;
    }

/*- Tool tip -*/
[tooltip] {
    position: relative;
    float: right;
    top: -30px;
    right: 135px;
    color: transparent;
}

    /* Applies to all tooltips */
    [tooltip]::before,
    [tooltip]::after {
        text-transform: none; /* opinion 2 */
        font-size: 1rem; /* opinion 3 */
        line-height: 1;
        user-select: none;
        pointer-events: none;
        position: absolute;
        display: none;
        opacity: 0;
    }

    [tooltip]::before {
        content: '';
        border: 5px solid transparent; /* opinion 4 */
        z-index: 1001; /* absurdity 1 */
    }

    [tooltip]::after {
        content: attr(tooltip); /* magic! */
        text-align: center;
        min-width: 300px;
        line-height: 1.3;
        font-size: 1rem;
        padding: 1rem;
        background: #ff8a00;
        color: #fff;
        z-index: 1000;
    }

    /* Make the tooltips respond to hover */
    [tooltip]:hover::before,
    [tooltip]:hover::after {
        display: block;
    }

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #ff8a00;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: 1;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}
/* ---------- Banner  -------------*/
.magazine {
    width: 85%;
    display: block;
    margin: 2rem auto;
}

.bannerSuscription {
    background: url(../img/textureBanner.png) no-repeat;
    background-position: 10% 20%;
    padding: 0rem 3rem;
    margin: 1rem 0;
    overflow: auto;
    background-color: #000000;
    left: 110px;
}

    .bannerSuscription p {
        color: #fff;
        font-weight: lighter;
        padding-top: 1rem;
    }

.bannerSuscription-2 {
    position: relative;
    width: 100%;
}

    .bannerSuscription-2 img {
        position: absolute;
        top: -39px;
        left: 0;
        z-index: 3;
    }

.copybanner.bannerSuscription {
    width: 510px;
    position: relative;
}

button.btnModal.btn-sesion {
    display: block;
    margin: 1.5rem auto 0;
}

.btnModal.btn-5 span {
    line-height: 1.5;
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

a.btn-suscription {
    padding: 0.5rem 1rem;
    margin: 1rem auto 1.5rem;
    display: table;
    border: 3px solid #fff;
    color: #fff;
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    transition: 0.5s all ease;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}

.documentPaywall .magazine a:hover {
    background: #fff;
    color: #000000;
    cursor: pointer;
}
/* --------- Register -------------*/
#modalRegisterPaywall.md-modal {
    padding: 1rem;
}

.registerPaywall .groupPaywall {
    margin-bottom: 35px;
}

    .registerPaywall .groupPaywall:last-child {
        margin-bottom: 1.25rem;
    }

.registerPaywall input[type="checkbox"] + label, .registerPaywall input[type="radio"] + label {
    width: 93%;
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

.registerPaywall .groupPaywall:last-child {
    margin-bottom: 1.25rem;
}

.optionCheck.padCheckS {
    padding-top: 0.5rem;
}

.optionCheck {
    padding-bottom: 1rem;
}

.registerPaywall button.btnModal.btn-sesion {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

a.back-modal {
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    color: #b5b5b5;
    position: absolute;
}

    a.back-modal:hover {
        color: #009FE3;
    }
/* ------------------- Confirmation -------------------------*/
.emailConfirmation h2.nameUser {
    text-align: center;
    font-weight: bold;
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

.emailConfirmation p.verificacionCorreo {
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 0 3rem;
}

.emailConfirmation .contentRedesModal {
    text-align: center;
}
/* ------------ Suscripcion -------------------*/
.md-select {
    position: absolute;
    right: 0;
    display: block;
    margin: -4px 0 8px 0;
    padding-bottom: 2px;
    min-width: 120px;
}

#paquetes .md-select button {
    margin: 0rem;
}
/*Select*/
.md-select *, .md-select :after, .md-select :before {
    box-sizing: border-box;
}

.md-select [type=button] {
    background: none;
    border: 1px solid #CCCCCC;
    color: rgba(0, 0, 0, 0.73);
    cursor: default;
    display: block;
    line-height: 48px;
    padding: 0px 0 1px 10px;
    position: relative;
    text-align: left;
    text-shadow: none;
    width: 100%;
    z-index: 1;
    outline: none;
    overflow: hidden;
}

    .md-select [type=button]:focus, .md-select [type=button]:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    .md-select [type=button]:after {
        content: '\25be';
        float: right;
        padding-right: 10px;
    }

.md-select ul[role=listbox] {
    background-color: white;
    cursor: default;
    list-style: none;
    line-height: 26px;
    overflow: hidden;
    margin: 0;
    max-height: 0;
    position: absolute;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

    .md-select ul[role=listbox] li {
        height: 48px;
        margin: 0;
        padding: 10px 16px;
        outline: none;
        overflow: hidden;
    }

        .md-select ul[role=listbox] li:focus, .md-select ul[role=listbox] li:hover, .md-select ul[role=listbox] li.active {
            background: transparent;
        }

.md-select.active ul {
    max-height: 310px;
    overflow: auto;
    padding: 8px 0 16px 0px;
    z-index: 8;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/*Fin select*/
.suscriptionPaywall .title-promo {
    color: #ff8a00;
    padding: 1rem;
    font-size: 1.25rem;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    background: #fff;
    position: relative;
    display: table;
}

.promo img {
    margin: 0 auto;
    display: block;
}

.promo {
    position: relative;
    display: block;
    margin-bottom: 2.5rem;
}

    .promo:before {
        content: '';
        border: 1px solid #ccc;
        position: absolute;
        width: 107%;
        height: 100%;
        top: 1.7rem;
        left: -1rem;
    }

.suscriptionPaywall a.homeLinkPaywall {
    padding-top: 2rem;
}

.suscriptionPaywall .title {
    padding-top: 1.5rem;
}

.sesionPaywall p.title {
    font-weight: bold;
    font-size: 1.5rem;
}

.suscriptionPaywall .md-content {
    height: 429px;
    overflow: scroll;
}

.md-modal.suscriptionPaywall {
    position: fixed;
    top: 373px;
    left: 50%;
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    padding: 0;
    height: 430px;
}

.suscriptionPaywall .title p {
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.3;
}

.wrapper h3 {
    font-size: 1rem;
    font-weight: bold;
}

.contentPaquete .wrapper {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}
/* -------------- STORE --------------*/

/* -------------------   ----------------------------*/
/*BTN*/
.suscriptionPaywall button:hover, .suscriptionPaywall button:focus, .suscriptionPaywall .button:hover, .suscriptionPaywall .button:focus {
    background-color: #;
    background: #ff8a00;
}

.btn {
    border-radius: 10px;
    background: none;
    cursor: pointer;
    padding: 15px 38px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    /* Pseudo elements for icons */
    .btn:before {
        font-family: 'paywall';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }

.btn-store {
    background: #ff8a00;
    color: #fff;
    height: 50px;
    min-width: 200px;
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .btn-store:active {
        background: #000;
    }

    .btn-store span {
        display: inline-block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -webkit-backface-visibility: hidden;
        -moz-transition: all 0.3s;
        -moz-backface-visibility: hidden;
        transition: all 0.3s;
        backface-visibility: hidden;
        font-weight: 700;
        font-size: 1rem;
        font-family: sans-serif;
        line-height: 1.5;
    }

    .btn-store:before {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 2.25;
        font-size: 150%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn-store:active:before {
        color: #fff;
    }

/* Button 5a */
.btn-store-a:hover span {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}

.btn-store-a:before {
    left: 0;
    top: -100%;
}

.btn-store-a:hover:before {
    top: 0;
}

button {
    font-family: sans-serif;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    content: "";
    font-family: 'paywall' !important;
    display: block;
    width: 10px;
    height: 10px;
    border: none;
    border-bottom-width: 0;
    border-top-style: none;
    border-color: transparent;
    position: absolute;
    top: 12px;
    margin-top: 0;
    right: 13px;
    font-size: 1px;
    color: #aaa;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-image: url(../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center center;
}
/*Fin BTN*/

.suscriptionPaywall #productos ul li::before, .suscriptionPaywall .rightSidebar ul li::before {
    content: "\e900";
    color: #ff8a00;
    position: absolute;
    top: 5px;
    left: 0rem;
    font-family: 'paywall';
    font-size: 10px;
}

/* Fin grid */
a.selectMarcas {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    text-align: right;
    border-bottom: 1px solid #CCCCCC;
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    right: 0rem;
}


.accordion-menu .nested.is-accordion-submenu {
    background-color: #F9F9F9;
}

.align-center {
    text-align: center;
    display: block;
}

/*.logo {
    height: 40px;
    width: auto;
    margin-bottom: 1rem;
}*/

.grid-container.grid-container-padded.header {
    margin: 2rem auto 2rem;
}

.disable .Nstep {
    background-color: #CCCCCC;
    color: #fff;
}

.Nstep {
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 100px;
    float: left;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 2;
}

.steps .disable .Nstep {
    float: right;
}

#formularioPago .steps .disable .Nstep {
    float: left;
}

#formularioPago .steps .Nstep {
    float: right;
}

#formularioPago .steps span {
    float: right;
    margin-right: 1rem;
}

#formularioPago .steps .disable span {
    float: left;
}

#formularioPago .disable {
    border-left: 0px solid #ccc;
    border-right: 1px solid #ccc;
}

.steps {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

    .steps span {
        float: left;
        color: #000;
        margin-top: 0.25rem;
        margin-left: 1rem;
    }

    .steps .disable span {
        color: #ccc;
        float: right;
        margin-right: 1rem;
    }

.bgProduct {
    position: relative;
    margin-top: 2em;
    padding-top: 35px;
}

    .bgProduct::before {
        content: '';
        position: absolute;
        display: table;
        top: 0px;
        z-index: 0;
        background-color: rgba(240, 240, 240, 0.74);
        height: 235px;
        width: 100%;
        position: absolute;
    }

#productos {
    position: relative;
    font-family: 'Roboto', sans-serif;
}

    #productos strong a {
        color: #4c4c4c;
        transition: all 0.2s ease-in-out 0s;
    }

        #productos strong a:hover {
            color: #a5a5a5;
            transition: all 0.2s ease-in-out 0s;
        }

.disable {
    border-left: 1px solid #ccc;
}

.product {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    padding: 30px;
}

#productos .grid-margin-x > .cell {
    margin-left: 2.25em;
    margin-right: 2.25rem;
}

#productos h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

#productos img {
    margin: 1rem auto;
}

#productos p {
    font-size: 1.125rem;
    width: 86%;
    margin: auto;
    line-height: 1.3;
    margin-bottom: 10px;
}

.precio {
    font-weight: bold;
    font-size: 2.1875rem;
    margin-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
}

#productos ul, {
    margin-top: 2rem;
}

.suscriptionPaywall .rightSidebar ul {
    margin-top: 1rem;
    margin-left: 0px;
}

#productos .btn-store {
    margin-bottom: 1.5rem;
}

.suscriptionPaywall #productos ul li, .suscriptionPaywall .rightSidebar ul li {
    list-style: none;
    list-style-position: inside;
    position: relative;
    padding-left: 2rem;
    font-size: 1rem;
    color: #333333;
    text-align: left;
    line-height: 1.35;
    margin-bottom: 1rem;
}

.suscriptionPaywall .rightSidebar ul li {
    font-size: 14px;
    margin-bottom: 8px;
}

#productos .product p.territorio {
    text-align: left;
    font-size: 1rem;
    color: #333333;
    width: 100%;
}

.effect-one > a {
    position: relative;
    color: #ff8a00;
}

    .effect-one > a::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        margin: -2px 0;
        background-color: rgba(255, 138, 0, 0.81);
        visibility: hidden;
        transform: scaleX(0);
        transition: all 0.2s ease-in-out 0s;
    }

    .effect-one > a:hover::before {
        visibility: visible;
        transform: scaleX(1);
    }

#paquetes {
    background-color: #f0f0f0;
    padding: 70px 0px 28px;
    margin-top: 50px;
}

    #paquetes h2 {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 2.1875rem;
        text-align: right;
        line-height: 1;
        position: relative;
        padding-right: 1rem;
        display: table-cell;
        vertical-align: middle;
        height: 102px;
    }

        #paquetes h2:after {
            content: '';
            background: #ff8a00;
            width: 4px;
            height: 30px;
            display: block;
            position: absolute;
            right: -8px;
            top: 37px;
        }

    #paquetes p {
        font-family: 'Roboto', sans-serif;
        color: #777777;
        font-size: 1rem;
        line-height: 1.3;
    }

    #paquetes strong {
        font-size: 1.875rem;
        color: #000;
    }

    #paquetes h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
    }

.paquetesMarcas {
    margin: 50px auto 0;
}

.marcaStore {
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .marcaStore img {
        height: 40px;
        width: auto;
        margin-right: 1.25rem;
    }

    .marcaStore span {
        float: none;
        font-size: 1.75rem;
        bottom: 18px;
        position: absolute;
        margin-left: 0px;
    }

.label--radio {
    position: relative;
    margin: .5rem;
    font-family: Arial, sans-serif;
    line-height: 135%;
    cursor: pointer;
    margin-bottom: 0rem;
    margin-left: 2rem;
    margin-right: 0px;
}

.radio {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
}

    .radio:before {
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        content: "";
        position: absolute;
        top: -2px;
        left: -1px;
        z-index: 1;
        width: 15px;
        height: 15px;
        background: #000;
        border-radius: 0%;
    }

    .radio:checked:before {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .radio:after {
        content: "";
        position: absolute;
        top: -2px;
        left: -0.125rem;
        width: 1rem;
        height: 1rem;
        background: #fff;
        border: 2px solid #cccccc;
        border-radius: 0%;
    }

.logosPaquetes img {
    height: 26px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

    .logosPaquetes img:hover {
        -webkit-filter: drop-shadow(3px 2px 1px rgba(0,0,0,0.2));
        filter: drop-shadow(3px 2px 1px rgba(0,0,0,0.2));
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

.logosPaquetes {
    text-align: left;
}

label > [type='radio'] {
    margin-right: 1.25rem;
}

.contentPaquete {
    background-color: #fff;
    padding-bottom: 1rem;
}

.wrapper {
    color: #808080;
    z-index: 3;
    cursor: help;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    position: relative;
    text-align: left;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    padding: 15px 0px 13px;
    margin-bottom: 10px;
}

    .wrapper .tooltip {
        background: #fff;
        bottom: 0;
        left: 0;
        color: #808080;
        display: block;
        margin-bottom: 15px;
        opacity: 0;
        padding: 20px;
        pointer-events: none;
        position: absolute;
        width: 100%;
        max-width: inherit;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        top: auto;
        font-size: 13px;
        z-index: 5;
    }

        .wrapper .tooltip:before {
            bottom: -20px;
            content: " ";
            display: block;
            height: 20px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        .wrapper .tooltip:after {
            border-left: solid transparent 10px;
            border-right: solid transparent 10px;
            border-top: solid #545454 10px;
            bottom: -10px;
            content: " ";
            height: 0;
            left: 50%;
            margin-left: -13px;
            position: absolute;
            width: 0;
        }

    .wrapper:hover .tooltip {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

#paquetes .tooltip h3 {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1rem;
}

#paquetes span.icon-info, #formularioPago span.icon-info, .ResultadoTransaccion span.icon-info {
    color: #000;
    font-size: 1.5rem;
}

#paquetes .antes, #paquetes .ahorro {
    color: #808080;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

    #paquetes .antes span {
        text-decoration: line-through;
    }

#paquetes .precio {
    margin-bottom: 0px;
}

#paquetes button {
    margin: 1rem auto;
}
/* ------------------- Accordeon suscription Alert  ----------------------------*/
ul.accordion.alertAccordion {
    position: absolute;
    z-index: 10000;
    bottom: 0;
}

.accordion.alertAccordion .accordion-navigation > a {
    display: table;
}

.accordion.alertAccordion #noSuscription {
    padding: 0;
}

.accordion.alertAccordion .blueBack {
    background: #1aa0e0;
    color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    padding: 1rem;
    padding-bottom: 33px;
}

.accordion.alertAccordion .normalBack {
    background: #ffffff;
    color: #333333;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    padding: 1rem;
    border: 1px solid #ccc;
    border-left-color: transparent;
}

.accordion.alertAccordion .icon-alert {
    display: table;
    font-size: 2rem;
    float: left;
    padding-right: 1rem;
}

.accordion.alertAccordion .copy-alert {
    display: table-cell;
    font-size: 14px;
    line-height: 1.3;
    font-weight: lighter;
    letter-spacing: 1px;
}

.accordion.alertAccordion select#lstDocument {
    margin: 0;
    padding: 10px 23px 10px 10px;
}

.accordion.alertAccordion .groupPaywall:first-child {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    padding-top: 6px;
}

.accordion.alertAccordion input.inputForm.used ~ label.labelForm {
    top: -9px;
    left: -6px;
    font-size: 17px;
}

.accordion.alertAccordion input.inputForm {
    font-size: 16px;
    padding: 10px 10px 5px 5px;
}

.alertAccordion a.btn-sesion {
    margin: 0 auto;
    padding: 0.8rem 1.5rem;
}

.alertAccordion label.labelForm {
    top: 10px;
}

.alertAccordion input.inputForm:focus ~ label {
    top: -7px;
    left: -5px;
}

.accordion .accordion-navigation, .accordion dd {
    position: relative;
}

    .accordion .accordion-navigation > a.arrowDownAccordion, .accordion dd > a.arrowDownAccordion {
        padding: 2px 10px;
        background: #fff;
        text-align: right;
        border: 1px solid #ccc;
        border-bottom: 1px solid #fff;
        position: absolute;
        right: -15px;
        display: block;
        top: -29px;
        z-index: 3;
    }


/* -------------------  Fin Home  ----------------------------*/
/* ---------------- Media Query ---------------*/
@media (max-height: 500px) {
    .registerPaywall {
        height: 420px;
        overflow-y: scroll;
    }

    #modalRegisterPaywall .md-modal {
        height: 430px;
    }

    p.loginModal {
        width: 80%;
        margin: auto;
    }
}
/*------------------ Medium -------------------*/
@media screen and (min-width:640px) and (max-width: 1024px) {
    #productos p {
        font-size: 1rem;
    }

    #productos img {
        width: 70%;
    }

    .product {
        padding: 30px 15px;
    }

    .copyPromo {
        line-height: 1.2;
    }

    .tooltip.tooltipHead {
        width: 310px;
        left: -51px;
    }

    .marcaStore img {
        height: 25px;
    }

    .marcaStore span {
        font-size: 1.5rem;
    }

    label > [type='radio'] {
        margin-right: 1rem;
    }

    .logosPaquetes img {
        height: 22px;
    }

    .accordion .accordion-navigation.active > a.arrowDownAccordion, .accordion dd > a.arrowDownAccordion.active {
        right: 0;
        top: -31px;
    }

    .accordion .accordion-navigation > a.arrowDownAccordion, .accordion dd > a.arrowDownAccordion {
        /*right:0*/
    }
    /*modulo verificacion*/
    .alertMod .row .row {
        margin: 0 auto !important;
    }

    ul.accordion.alertAccordion {
        left: 0;
        right: 0;
    }

    .accordion.alertAccordion .normalBack {
        padding-left: 3rem;
    }

    .accordion .accordion-navigation > a.arrowDownAccordion, .accordion dd > a.arrowDownAccordion {
        right: 0;
        left: 0;
        text-align: center;
    }

    .accordion.alertAccordion .icon-alert {
        display: block;
        float: none;
        padding-right: 0;
        text-align: center;
        padding-bottom: 0.5rem;
    }

    .accordion.alertAccordion .copy-alert {
        text-align: center;
        display: block;
    }
}

@media (min-width: 700px) {
    .medium-5.columns.logm2 {
        width: 47%;
    }

    .small-6.columns.Contra {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .md-modal .separate {
        left: 43.5%;
    }
}

/*------------------Mobile ------------------- */
@media screen and (max-width: 39.9375em) {
    .bgProduct {
        margin-top: 0.75em;
        padding-top: 18px;
    }

    p.loginModal {
        width: 100%;
        margin: auto;
    }

    .bgProduct::before {
        height: 204px;
    }

    .offers_container {
        overflow: hidden;
        padding-right: 2rem;
    }

    .offers {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        display: -webkit-box;
    }

    #productos .list-group {
        padding-left: 0;
        margin-bottom: 20px;
    }

    #productos {
        margin-left: 1rem;
    }

        #productos .list-group-item {
            width: 85%;
            position: relative;
            border-right: 2px solid transparent;
        }

    .product {
        padding: 18px 16px;
    }

    #productos p {
        width: 100%;
        font-size: 15px;
        margin-bottom: 0.5rem;
    }

    #productos ul {
        margin-left: 0px;
    }

        #productos ul li {
            font-size: 14px;
        }

    #productos .product p.territorio {
        font-size: 14px;
    }

    #productos img {
        margin: 0.5rem auto;
        width: 70%;
    }

    .list-group-item {
        width: 482px;
        float: none;
        margin: 0px 0rem;
    }

    .bgProduct::before {
        background-color: #f3f3f3;
    }

    .menu.nested {
        margin-right: 0;
        margin-left: 0rem;
        margin-top: 1rem;
    }

    .marcaStore {
        text-align: left;
        border-bottom: 0px;
        float: left;
        margin-left: 10px;
    }

        .marcaStore img {
            width: 130px;
        }

        .marcaStore span {
            font-size: 1.5rem;
            bottom: 20px;
            right: -15px;
        }

    #paquetes strong {
        font-size: 1.25rem;
    }

    #paquetes {
        padding: 40px 0px 1px;
        margin-top: 25px;
        text-align: center;
    }

        #paquetes h2 {
            display: block;
            text-align: center;
            height: 65px;
        }

            #paquetes h2:after {
                width: 30px;
                height: 4px;
                right: auto;
                top: 55px;
                left: 50%;
            }

    .paquetesMarcas {
        margin: 15px auto 30px;
    }

    .paquetesM {
        position: relative;
    }

    .precio {
        margin-bottom: 0.5rem;
    }

    .md-select img {
        max-width: 70%;
    }
}

@media only screen and (max-width: 1024px) {
    .wrapper {
        text-align: left;
        padding: 0.5rem 0rem 0rem;
        margin-bottom: 0;
    }

        .wrapper .tooltip {
            bottom: 18px;
        }
}

@media only screen and (max-width: 642px) {
    /*Modal*/
    .md-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 2rem;
        transform: none;
    }

    .md-content .sesionPaywall p, .md-content .documentPaywall p, .md-content .registerPaywall p {
        font-size: 18px;
    }

    .md-modal .form-login {
        padding: 1rem 0;
        height: auto;
    }

    .md-content .btn a {
        font-size: 1rem;
    }    
    /*Login Redes*/
    .md-content .sesionPaywall p.title {
        padding-bottom: 0.5rem;
    }

    .md-content .login-mail {
        padding-top: 0rem;
    }

    .optionCheck.padCheck {
        padding-bottom: 0;
    }

    .md-content .btn {
        padding: 0.5rem 1.5rem 0.8rem 1rem;
    }

        .md-content .btn.login-facebook a::before {
            height: 45px;
        }

        .md-content .btn.login-google a::before {
            height: 45px;
        }

        .md-content .btn:last-child {
            margin-bottom: 0;
        }
    /*Separador*/
    .md-modal .separate {
        text-align: center;
        position: relative;
        left: 0%;
        margin: 1rem 0 2rem;
    }

        .md-modal .separate::before, .md-modal .documentPaywall .separate::before {
            position: relative;
            margin-top: 0;
            left: 45%;
        }

        .md-modal .separate::after {
            height: 1px;
            width: 100%;
            position: absolute;
            left: 0;
            top: 15px;
        }
    /*Sesion*/
    a.btn-sesion {
        margin: 2rem auto 1rem;
    }

    input.inputForm:focus ~ label, input.inputForm.used ~ label.labelForm {
        top: -14px;
    }
    /* ----- Document -----*/
    .md-modal .documentPaywall .separate {
        left: 0%;
    }

        .md-modal .documentPaywall .separate::after {
            height: 1px;
        }

    .documentPaywall .document-Scpt {
        margin-top: 20px;
    }
    /*Magazine banner*/
    .magazine {
        width: 100%;
    }

    .documentPaywall {
        height: 550px;
        overflow: scroll;
    }

    .bannerSuscription-2 img {
        position: initial;
        top: 0;
        left: 0;
    }

    .bannerSuscription-2 {
        position: relative;
        width: 40%;
        margin: 2px auto;
    }

    .copybanner.bannerSuscription {
        background-position: 30% 210%;
        width: 100%;
        position: initial;
        margin: -11.5rem auto 0;
        overflow: initial;
    }

    .bannerSuscription p {
        padding-top: 10rem;
    }
    /* -------- Suscription ------*/
    .md-modal.suscriptionPaywall {
        top: 45px;
        left: 0;
        width: 100%;
        height: 670px;
    }

    .suscriptionPaywall .md-content {
        height: 668px;
        overflow-y: scroll;
    }

    .copyPromo {
        text-align: center;
        padding-top: 1.5rem;
    }

    .wrapper {
        text-align: center;
    }

    .btn-store span {
        line-height: 2;
    }

    .suscriptionPaywall a.homeLinkPaywall {
        padding-top: 0;
    }

    .selectionMobile {
        position: relative;
        width: 309px;
        margin: 0 auto;
    }

    /*modulo verificacion*/
    ul.accordion.alertAccordion {
        left: 0;
        right: 0;
    }

    .accordion .accordion-navigation > a.arrowDownAccordion, .accordion dd > a.arrowDownAccordion {
        right: 0;
        left: 0;
        text-align: center;
        border-bottom: 1px solid #1a8ec6 !important;
        background: #1aa0e0;
        box-shadow: none;
        color: #fff;
        border: 0px solid transparent;
    }

    .alertMod .row .row {
        margin: 0 auto !important;
    }

    .accordion.alertAccordion .blueBack {
        padding-bottom: 1rem;
    }

    .accordion.alertAccordion select#lstDocument {
        margin-bottom: 1rem;
    }

    .alertAccordion a.btn-sesion {
        margin: 1rem auto 0;
        padding: 0.4rem 1.5rem;
    }
}

@media only screen and (max-width: 425px) {
    .promo:before {
        width: 96%;
        left: 9px;
    }

    a.btn-sesion {
        margin: 0rem auto 1rem;
    }
    /*Document Magazine*/
    .bannerSuscription-2 {
        width: 64%;
    }

    .magazine {
        margin: 0rem auto;
    }

    .copybanner.bannerSuscription p i {
        display: block;
    }
}

@media only screen and (max-width: 375px) {
    /*Close*/
    a.closeModal {
        top: -10px;
    }
    /*FIN Close*/
    .md-modal {
        padding: 1rem 1.5rem;
    }

    input.inputForm {
        font-size: 16px;
    }

    .md-modal .form-login {
        padding: 1rem 0 0.625rem;
    }

    .md-content .sesionPaywall p, .md-content .documentPaywall p, .md-content .registerPaywall p {
        font-size: 18px;
    }

    .md-modal .separate {
        margin: 1.5rem 0 2rem;
    }
    /* ------- Document -------*/
    .md-modal {
        padding: 1rem 1.5rem 2rem;
    }

    .documentPaywall .groupPaywall:first-child {
        position: relative;
        margin-bottom: 15px;
    }

    .documentPaywall .document-Scpt {
        margin-top: 10px;
    }

    a.btn-sesion {
        margin: 0rem auto 1rem;
        padding: 0.5rem 1rem;
    }
    /*Magazine*/
    .md-content .documentPaywall .copybanner p {
        font-size: 1.125rem;
    }

    .magazine {
        margin: 10px auto;
    }

    .bannerSuscription-2 {
        width: 71%;
    }
    /*REgister*/
    .registerPaywall input[type="checkbox"] + label, .registerPaywall input[type="radio"] + label {
        width: 87%;
    }
}

@media only screen and (max-width: 320px) {
    label.checkRegister {
        width: 90%;
    }

    .sesionPaywall {
        height: 463px;
        overflow: scroll;
    }

    .md-modal .separate {
        margin: 1rem 0 2rem;
    }

    .md-content .sesionPaywall p, .md-content .documentPaywall p, .md-content .registerPaywall p {
        font-size: 18px;
        padding-top: 0.5rem;
    }

    label.labelForm {
        font-size: 14px;
    }

    a.homeLinkPaywall {
        font-size: 14px;
        padding-bottom: 2rem;
    }

    a.btn-sesion {
        padding: 0.5rem 1rem;
        margin: 0.8rem auto 0;
    }

    .groupPaywall:first-child {
        margin-bottom: 20px;
    }

    .md-content .sesionPaywall .copyPaywall {
        font-size: 14px;
    }
    /*------- Document -------*/
    .documentPaywall {
        height: 490px;
        overflow: scroll;
    }

        .documentPaywall a.btn-sesion {
            margin: -0.5rem auto 0.5rem;
        }

    .md-modal .documentPaywall .separate {
        margin: 0.5rem 0 1rem;
    }

    .documentPaywall .groupPaywall:last-child {
        margin-bottom: 15px;
    }
    /*Suscription*/
    .magazine {
        ยก margin-top: 10px;
    }

    .bannerSuscription-2 {
        width: 85%;
    }
    /* ------- Register --------*/

    .registerPaywall {
        height: 460px;
        overflow: scroll;
    }


    .md-content .registerPaywall .form-document {
        padding: 1rem 0 0;
    }

    .registerPaywall input.inputForm:focus ~ label, .registerPaywall input.inputForm.used ~ label.labelForm {
        left: -9px;
        font-size: 16px;
    }

    a.back-modal {
        left: -11px;
        top: -9px;
    }

    .linkModal {
        margin: 0 0 0 10px;
    }
}
