/* input(183,34): run-time error CSS1034: Expected closing parenthesis, found ','
input(183,34): run-time error CSS1042: Expected function, found ','
input(183,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')' */
h1, h2, h3, h4, h5, h6 {
    font-family: Inter, "Open Sans", sans-serif !important;
    text-transform: none;
}

pre[class*="language-"] > code {
    border-left: 10px solid rgb(79, 70, 229);
    box-shadow: -1px 0px 0px 0px rgb(79, 70, 229), 0px 0px 0px 1px #dfdfdf;
}

/*this is for the intro page only */
.main_content .container.defaultcontainersize {
    max-width: 1024px;
}

.netmentor-post-content a {
    color: rgb(91, 33, 182);
    font-weight: bold;
}

.netmentor-post-content .mce-toc a {
    color: inherit;
    font-weight: inherit;
}


.support-netmentor {
    height: 90px;
    text-align: center;
    margin: 15px auto;
}

.support-netmentor img {
    max-width: 100%;
    height: auto;
}

.mce-toc {
    border: solid 1px #3e416d;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mce-toc h2 {
    margin: 0;
    cursor: pointer
}

.mce-toc h2::after {
    font-family: 'normal' !important;
    content: "⏷";
    text-align: right;
    float: right;
    color: #3e416d
}

.mce-toc.arrowup h2::after {
    content: "⏶"
}

.mce-toc > ul {
    display: none
}

.mce-toc ul.visible {
    display: block
}

.mce-toc {
    border: solid 1px #3e416d;
    margin: 0;
    padding: 10px
}

.mce-toc a {
    color: #929292;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal
}

.mce-toc a:hover {
    color: #3e416d;
    font-weight: bold
}

.go-sky {
    width: 160px;
    height: 600px;
    margin: 0 auto;
}

.go-sky.adblock {
    background-image: url(../images/backgrounds/skyscraper.png);
    background-repeat: no-repeat;
}


.go-mega-baner {
    height: 150px;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}

@media (min-width: 768px) {
    .go-mega-baner {
        max-width: 728px;
        height: 150px;

    }
    .go-mega-baner iframe{
        max-width: 728px;
    }
}


.go-mega-baner iframe{
    max-width: 100%;
    height: auto;
}

.go-mega-baner img{
    max-width: 100%;
    height: auto !important;
}


@media (min-width: 768px) {
    .go-roba-paginas {
        width: 300px;
        height: 250px;
        margin: 0 auto;
    }
}

.go-roba-paginas.adblock {
    background-image: url(../images/backgrounds/robapaginas.png);
    background-repeat: no-repeat;
}


.go-mega-baner.adblock {
    background-image: url(../images/backgrounds/megabaner.png);
    background-repeat: no-repeat;
}

.go-split-screen {
    width: 250px;
    height: 600px;
    margin: 0 auto;
}

.go-split-screen.adblock {
    background-image: url(../images/backgrounds/splitscreen.png);
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .go-contenido-recomendado {
        width: 704px;
        height: 150px;
        margin: 0 auto;
    }
    
    .go-contenido-recomendado.adblock {
        background-image: url(../images/backgrounds/megabaner.png);
        background-repeat: no-repeat;
    }
    
}
.netmentor-post-content > h2, h3, h4, h5, h6 {
    margin-bottom: 10px !important;
}

.netmentor-post-content > p {
    margin-bottom: 10px !important;
    font-size: 17px !important;
}

.uk-modal{
    background: rgb(228, 228, 228, 0.4);
}

