@font-face {
    font-family: 'Jersey';
    src: url(resources/fonts/Jersey25-Regular.ttf);
}

@font-face {
    font-family: 'Open Sans';
    src: url(resources/fonts/Open_Sans/OpenSans-VariableFont_wdth\,wght.ttf);
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url(resources/fonts/Open_Sans/static/OpenSans-Bold.ttf);
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 17,px;
    background-color: rgb(18, 18, 18);
    color: #e2e8f0;
}


h1 {
    margin: 0;
    text-align: center;
    font-weight: bold;
}

a {
    color:#0ceca5;
}

p {
    text-align: justify;
}

article {
    max-width: 1000px;
    margin: 1% auto;
    background-color: rgb(48, 48, 48, 0.7);
    display: block;
    padding: 1%;
    border-radius: 10px;
}

/* marker es un pseudo elemento para darle un estilo a los asteriscos de las listas */
li::marker {
    color: #0ceca5;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    border: 2px solid #0ceca5;
    background-color: #0ceca518;
}
th, td {
    border: 1px solid #0ceca5;
    padding: 10px 12px;
    text-align: left;
}
th {
    color: #e2e8f0;
    font-weight: bold;
}


img {
    display: block;
    margin: 0 auto;
    max-width: 800px;

}

strong {
    font-family: 'Open Sans Bold';
}

iframe {
    width: 560px;
    height: 315px;
    display: block;
    margin: 0 auto;
}



.code {
    background-color: #141414;
    padding: 2px 4px;
    font-family: monospace;
    border-radius: 3px;
    color: #0ceca5;
}

h3.code {
    display: inline-block;
    margin: 10px 0 5px 0;
    padding: 4px 8px;
    border-radius: 3px;
}

h3.section-title {
    color: #0ceca5;
    font-size: 1.2em;
    margin-top: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #0ceca5;
    padding-bottom: 5px;
}

h3.section-tag {
    display: inline-block;
    margin: 15px 0 5px 0;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 0.95em;
}

pre {
    white-space: pre-wrap;
    word-break: break-word;
}



.post_title {
    font-size: 150%;
    font-weight: bold;
    color: #0ceca5;
    text-decoration: none;
}

.referencias {
    text-align: center;
    max-width: 1000px;
    margin: 1% auto;
}

.referencias ul {
    display: inline-block;
    text-align: left;
}


.blog_title {
    text-align: center;
    color: #0ceca5;
    font-size: 60px;
    display: block;
    background-color: #303030b3;
    font-family: 'Jersey';
    margin-bottom: 2%;
    height: 70px;
    text-decoration: none;
}

@media (max-width: 767px) {
    img {
        max-width: 400px;
    }

    article {
        margin: 5%;
        padding: 15px;
    }

    header {
        font-size: 35px;
        height: 45px;
        margin-bottom: 5%;
    }
}
