@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@700;800;900&family=Inter:wght@400;500;600;700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', Arial, sans-serif;
    color: #14213D;
    background: #0E1830;
}
div#container {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    background-color: #F1F3F4 !important;
    background-image: none;
}
div#header {
    background: #14213D;
    padding-bottom: 0;
}
div#header_wrapper {
    background: #14213D !important;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 30px 10px;
}
div#header_wrapper img { display:none; }
div#header_wrapper::before { content:"patin"; font-family:'Archivo',sans-serif; font-weight:900; font-size:26px; color:#F1F3F4; }
div#header_wrapper::after { content:"family"; font-family:'Archivo',sans-serif; font-weight:900; font-size:26px; color:#FF5252; }
div#navbar {
    background: #14213D;
    padding: 0;
}
div#navbar > ul,
div#navbar > div > ul {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px;
}
ul.mainNav1, ul.mainNav2, ul.mainNav3 {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    display: flex;
    flex-wrap: wrap;
}
ul.mainNav1 li, ul.mainNav2 li, ul.mainNav3 li {
    width: auto !important;
}
ul.mainNav1 li a, ul.mainNav2 li a, ul.mainNav3 li a {
    display: block;
    width: auto;
    padding: 14px 16px;
    background: none !important;
    color: #F1F3F4 !important;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}
ul.mainNav1 li a:hover, ul.mainNav1 li a.current,
ul.mainNav2 li a:hover, ul.mainNav2 li a.current {
    background: none !important;
    color: #FFC93C !important;
}
div#wrapper {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
}
div#sidebar {
    display: none !important;
    width: 0 !important;
    float: none !important;
}
div#content {
    width: 100% !important;
    float: none !important;
    background: #14213D;
    box-sizing: border-box;
}
div#content div.gutter {
    padding: 40px 50px 100px;
    font-size: 16px;
    line-height: 1.7;
    max-width: 100%;
    box-sizing: border-box;
}
div#content h1, div#content h2, div#content h3 {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    color: #14213D;
}
div#content a { color: #FF5252; }

div#footer {
    width: 100% !important;
    margin-left: 0 !important;
    box-sizing: border-box;
}
div#footer div.gutter {
    background: #14213D !important;
    float: none !important;
    width: 100% !important;
    max-width: 960px !important;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 14px 30px;
    color: #F1F3F4;
    font-size: 13px;
}
div#footer a { color: #FFC93C; }
br.c, div.c { display: block; clear: both; }

/* Forzar que los widgets no desborden en móvil */
div#content div.gutter > div,
div#content div.gutter > div > div {
    max-width: 100% !important;
    box-sizing: border-box !important;
}
html {
    background: #14213D !important;
}
body {
    background: #14213D !important;
}
div#content div.gutter > div {
    border: none !important;
    outline: none !important;
}
@media (max-width: 768px) {
    div#header_wrapper { padding: 14px 16px 8px !important; }
    div#navbar { padding: 0 !important; }
    ul.mainNav1 { padding: 0 8px !important; }
    ul.mainNav1 li a { padding: 10px 8px !important; font-size: 12px !important; }
    div#content div.gutter { padding: 20px 16px !important; }
    div#footer div.gutter { padding: 14px 16px !important; }
}