@charset "UTF-8";


/* ======================================= global ======================================= */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    --primary-color: #cad401;
    /* Bitter Lemon: Encabezados */
    --secondary-color: #e9550d;
    /* Persimmon: Ligas */
    --contrast-color: #CE2939;
    /* Tomato  */
    --darkgray-color: #2D2A26;
    --mediumgray-color: #999999;
    --lightgray-color: #C8C8C8;
    --white-color: #F9F9F9;
    /* Lotion */
    --beige-color: #EEDFCC;
    /* AntiqueWhite2 */
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #222;
    background-color: #cad401;
    background-image: url('/img/background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', Helvetica, sans-serif;
    color: #F9F9F9;
    font-weight: 700;
}

a {
    font-family: 'Lato', Helvetica, sans-serif;
    font-weight: 700;
    color: #e9550d;
}

a:hover {
    border-bottom: 1px var(--lightgray-color) solid;
    color: #CE2939;
}

.mini_icon {
    height: 1.625rem;
}

.icon {
    height: 2.625rem;
    vertical-align: middle;
}

/* ======================================= content ======================================= */

#main_content {
    min-height: 100svh;
    min-width: 100svh;
    color: #fff;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
}

#content {
    position: relative;
    top: 50%;
    bottom: auto;
    width: 62%;
}

#sitelist {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ondevelopment img {
    border: 2px #fff solid;
    border-radius: 50%;
    width: 2.625em;
    height: 2.625em;
}

.ondevelopment>img {
    border-color: rgb(83, 96, 16);
    opacity: 50%;
}


/* ======================================= footer ======================================= */

#main_footer {
    background-color: var(--darkgray-color);
    color: var(--lightgray-color);
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    width: 100%;
}

#main_footer a {
    color: var(--mediumgray-color);
}

#main_footer a:hover {
    color: var(--lightgray-color);
}

#main_footer strong {
    color: var(--secondary-color);
    font-size: 1.125rem;
}

#main_footer a.note {
    font-size: 0.875rem;
}

#tos_menu li {
    margin: 1.625rem;
}

/* ======================================= inner pages ======================================= */

.row-content {
    padding-bottom: 1.625rem;
}

.row-content>.col,
.row-note>.col {
    padding: 0 1.625rem;
}

.row-lvl2,
.content-lvl2 {
    border-bottom: 1px var(--primary-color) solid;
}

.row-lvl3>.content-title {
    width: 100%;
}

.row-lvl3>.row-title h3 {
    margin-top: 0.625rem;
}

.row-lvl3>.content-data {
    padding-top: 0;
    margin-left: 25%;
    width: 75%;
}

.row-lvl4 {
    margin-left: 25%;
    width: 75%;
}

.row-lvl4>.content-title h4 {
    margin-bottom: 0;
}

.row-note {
    margin-left: 25%;
    width: 75%;
    margin-right: 1.625rem;
}

.row-note>.content-title {
    text-align: right;
    background-color: var(--beige-color);
}

.row-note>.content-data {
    border: 0.125rem var(--lightgray-color) solid;
}

.content-hastable {
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 1.625rem;
}

@media (min-width:768px) {
    .row-lvl2 {
        border-bottom: 0;
    }

    .row-lvl3>.content-title {
        text-align: right;
        width: 33.333%;
    }

    .row-lvl3>.content-data {
        padding-top: 0.375rem;
        margin-left: 0;
        width: 66.666%;
    }

    .row-lvl4 {
        margin-left: 0;
        width: 100%;
    }

    .row-lvl4>.content-title {
        text-align: right;
        width: 33.333%;
    }

    .row-lvl4>.content-title h4 {
        margin-bottom: 1.625rem;
    }

    .row-lvl4>.content-data {
        margin-left: 0;
        width: 66.666%;
    }

    .row-note {
        margin-left: 16.666%;
        width: 83.333%;
        margin-right: 1.625rem;
    }

    .row-note>.content-title {
        text-align: right;
        width: 16.666%;
    }

    .row-note>.content-data {
        width: 83.333%;
    }
}

@media (min-width:1280px) {
    .row-lvl3>.content-title {
        width: 25%;
    }

    .row-lvl3>.content-data {
        margin-left: 0;
        width: 75%;
    }

    .row-lvl4>.content-title {
        width: 25%;
    }

    .row-lvl4>.content-data {
        margin-left: 0;
        width: 75%;
    }

    .row-note {
        margin-left: 25%;
    }

    .row-note>.content-title {
        width: 33.333%;
    }

    #body_aside .row-note>.content-title {
        width: 40%;
    }
}

/* special data */

.row-subcontent>.col {
    padding: 0.625rem;
}

.row-subcontent ul {
    margin-top: 1.0rem;
}

.content-table {
    margin-top: 0;
    margin-left: 0;
    min-width: 75%;
}

.content-table th {
    text-align: left;
    border-bottom: 1px var(--primary-color) solid;
}

.content-table>tbody tr:hover>td {
    border-bottom: 1px var(--lightgray-color) solid;
}

.content-table>tbody tr:hover td:first-of-type {
    border-left: 0.125rem var(--primary-color) solid;
}

.content-table>tfoot td {
    border-top: 1px var(--lightgray-color) solid;
    font-size: 0.625rem;
}

img.toggler {
    vertical-align: middle;
}

/* ------------------------------------ [ Configuraciones especiales */