* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    background-color: #fff;
    height: 100%;
    font: 400 1em / 1 'Open Sans';
    color: #777;
}
.SiteContainer {
    background: #fff;
    margin: 0;
    padding: 0;
    display: block;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1800px) {
    .SiteContainer {
        max-width: 1000px;
    }
}
.Site {
    position: relative;
    margin: auto;
    height: auto;
    max-width: 1170px;
}
@media screen and (max-width: 1800px) {
    .Site {
        max-width: 1000px;
    }
}
.Site-Header-Content {
    text-align: center;
    margin: 0;
    vertical-align: baseline;
    border: none;
    overflow: hidden;
}
@media screen and (max-width: 1800px) {
    .Site-Header-Content {
        text-align: center;
        margin: 0;
        vertical-align: baseline;
        border: none;
        overflow: hidden;
    }
}
.Site-Header-Top {
    float: left;
    padding: 0px;
    overflow: hidden;
    border: none;
}
@media screen and (max-width: 1800px) {
    .Site-Header-Top {
        float: left;
        padding: 0px;
        overflow: hidden;
        border: none;
    }
}
img {
    text-align: center;
}
.Site-Header-Logo {
    float: left;
    max-width: 1170px;
    margin: 0;
}
@media screen and (max-width: 1800px) {
    .Site-Header-Logo {
        float: none;
        max-width: 1000px;
        margin: 1em 0 1em 0;
    }
}
.Site-Header-Top img {
    border: none;
}
@media screen and (max-width: 1800px) {
    .Site-Header-Top img {
        border: none;
    }
}
.Site-Header-Menu {
    max-width: 1170px;
    margin: 0;
}
@media screen and (max-width: 1800px) {
    .Site-Header-Menu {
        max-width: 1000px;
        margin: auto;
    }
}
.HeaderMenu {
    display: block;
    font: 400 1.1em / 1.4 'Open Sans';
    text-align: center;
}
@media screen and (max-width: 1800px) {
    .HeaderMenu {
        display: block;
        font: 400 1.1em / 1.4 'Open Sans';
        text-align: center;
    }
}
.HeaderMenu ul.level1 {
    float: left;
    margin-left: 10em;
}
@media screen and (max-width: 1800px) {
    .HeaderMenu ul.level1 {
        float: left;
        margin-left: 1em;
    }
}
.HeaderMenu ul.level1 > li {
    float: left;
}
@media screen and (max-width: 1800px) {
    .HeaderMenu ul.level1 > li {
        float: left;
    }
}
.HeaderMenu ul.level1 a.level1 {
    color: rgb(0, 0, 255);
    text-decoration: none;
    font-size: 15px;
    font-family: 'Open Sans';
    line-height: 26px;
    border: none;
    display: block;
    position: relative;
    padding: 12px 0 12px 27px;
    font-weight: 400;
}
@media screen and (max-width: 1800px) {
    .HeaderMenu ul.level1 a.level1 {
        color: rgb(0, 0, 255);
        text-decoration: none;
        font-size: 15px;
        font-family: 'Open Sans';
        line-height: 26px;
        border: none;
        display: block;
        position: relative;
        padding: 12px 0 20px 50px;
    }
}
@media screen and (max-width: 1189px) {
    .HeaderMenu ul.level1 a.level1 {
        color: rgb(0, 0, 255);
        text-decoration: none;
        font-size: 15px;
        font-family: 'Open Sans';
        line-height: 26px;
        border: none;
        display: block;
        position: relative;
        padding: 12px 12px 18px 0;
    }
}
.Site-Content {
    width: 1170px;
    clear: both;
    display: block;
    background-color: rgb(100%, 100%, 100%);
    overflow: hidden;
}
@media screen and (max-width: 1800px) {
    .Site-Content {
        width: 1000px;
    }
}
@media screen and (max-width: 1189px) {
    .Site-Content {
        width: 750px;
    }
}
div.Site-Content-Center {
    float: left;
    width: 1170px;
    height: auto;
    font-size: 10pt;
    list-style: circle;
}
@media screen and (max-width: 1800px) {
    div.Site-Content-Center {
        float: left;
        width: 1000px;
        height: auto;
        font-size: 10pt;
        list-style: circle;
    }
}
@media screen and (max-width: 1189px) {
    div.Site-Content-Center {
        float: left;
        width: 750px;
        height: auto;
        font-size: 10pt;
        list-style: circle;
    }
}
div.homeWelcome {
    text-align: center;
    font-family: 'Open Sans';
}
h2 {
    font-size: 33px;
    line-height: 44px;
    font-weight: normal;
    text-align: center;
    font-weight: 300;
    color: #11403e;
}
.ContentTitle {
    text-align: center;
    color: #11403e;
}
div.homeWelcomeSpacer {
    height: 32px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.Site-Footer-Container {
    width: 1170px;
    margin: auto;
}
@media screen and (max-width: 1800px) {
    .Site-Footer-Container {
        width: 1000px;
        margin: auto;
    }
}
.Site-Footer-Container span {
    float: right;
    margin: 1.5em 0 22px 0;
    text-decoration: none;
    font-size: 12pt;
}
@media screen and (max-width: 1800px) {
    .Site-Footer-Container span {
        float: right;
        margin: 1.5em 0 22px 0;
        text-decoration: none;
        font-size: 12pt;
    }
}
.Site-Footer-Container span > a {
    text-decoration: none;
}
li {
    list-style: none;
}

/* =========================================================
   DESKTOP (> 1024px): botones lado a lado, tamaño correcto
   ========================================================= */
@media screen and (min-width: 1025px) {
    .home > div:last-of-type > div {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        gap: 20px !important;
        padding: 10px 20px 30px !important;
        box-sizing: border-box !important;
    }

    .home .ea-btn {
        flex: 0 0 280px !important;
        width: 280px !important;
        height: auto !important;
        padding: 22px 20px !important;
        font-size: 1.3rem !important;
        margin-right: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        box-sizing: border-box !important;
    }
}

/* =========================================================
   RESPONSIVE: TABLET Y LAPTOP (≤ 1024px)
   ========================================================= */
@media screen and (max-width: 1024px) {

    body, html { overflow-x: hidden; }

    .SiteContainer, .Site, .Site-Content,
    .Site-Header-Menu, .Site-Footer-Container,
    #UpdatePanel {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    #SiteContentLeft, #SiteContentRight { display: none !important; }

    .Site-Content-Center {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        padding: 10px 20px !important;
        box-sizing: border-box !important;
    }

    /* Logo centrado */
    .Site-Header-Top {
        float: none !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        overflow: visible !important;
    }

    .Site-Header-Logo {
        float: none !important;
        width: auto !important;
        max-width: 100% !important;
        max-height: 90px !important;
        height: auto !important;
        margin: 10px auto !important;
        display: block !important;
    }

    .Site-Header-Menu { width: 100% !important; max-width: 100% !important; }

    .HeaderMenu ul.level1 {
        float: none !important;
        margin-left: 0 !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        padding: 0 !important;
    }

    .HeaderMenu ul.level1 a.level1 { padding: 8px 12px !important; }

    /* Botones: lado a lado, centrados */
    .home > div:last-of-type > div {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        gap: 16px !important;
        padding: 10px 20px 20px !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    .home .ea-btn {
        flex: 1 1 0 !important;
        width: auto !important;
        max-width: 300px !important;
        height: auto !important;
        font-size: 1.2rem !important;
        padding: 20px 10px !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
    }

    .Site-Footer-Container { width: 100% !important; }
    .Site-Footer-Container span {
        float: none !important;
        display: block;
        text-align: center;
        margin: 20px 0 !important;
    }
}

/* =========================================================
   RESPONSIVE: CELULAR (≤ 480px)
   ========================================================= */
@media screen and (max-width: 480px) {

    .Site-Header-Logo {
        max-height: 70px !important;
    }

    .Site-Header-Menu { display: none !important; }

    .Site-Content, .Site-Content-Center {
        width: 100% !important;
        float: none !important;
        padding: 8px !important;
        box-sizing: border-box !important;
    }

    /* Botones: columna, ancho completo */
    .home > div:last-of-type > div {
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 0 16px 20px !important;
        gap: 12px !important;
    }

    .home .ea-btn {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 1.1rem !important;
        padding: 16px 10px !important;
    }
}



