/* ==========================================================
   CTCI / VOTOREMOTO - EXPERIENCIA PÚBLICA
   Gobierno de Chile / Subsecretaría de Ciencia
   ========================================================== */

html {
    min-height: 100%;
}

body.ctci-public-page {
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    background: #f3f5f8;
    color: #17233c;
}

.ctci-public-navbar {
    background: #fff !important;
    border: 0;
    border-bottom: 1px solid #d8e0e8;
    min-height: 94px;
}

.ctci-public-navbar .navbar-brand {
    height: 94px;
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.ctci-public-navbar .navbar-brand img {
    display: block;
    max-height: 78px;
    max-width: 245px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ctci-public-main {
    flex: 1 0 auto;
}

.ctci-public-footer {
    flex: 0 0 auto;
    background: #0f69b4;
    color: #fff;
    border-top: 5px solid #eb3c46;
    padding: 28px 0;
}

.ctci-public-footer a {
    color: #fff;
    text-decoration: underline;
}

.ctci-public-footer a:hover,
.ctci-public-footer a:focus {
    color: #fff;
}

.ctci-footer-item {
    margin: 7px 0;
}

.ctci-footer-item i {
    margin-right: 5px;
}

.ctci-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(25, 45, 75, .10);
}

.ctci-btn-primary,
.btn.ctci-btn-primary {
    background: #0f69b4;
    border-color: #0f69b4;
    color: #fff;
    font-weight: 700;
}

.ctci-btn-primary:hover,
.ctci-btn-primary:focus,
.btn.ctci-btn-primary:hover,
.btn.ctci-btn-primary:focus {
    background: #0b4f88;
    border-color: #0b4f88;
    color: #fff;
}

.ctci-accent-red {
    color: #eb3c46;
}

.ctci-status-main {
    flex: 1 0 auto;
    padding: 135px 15px 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctci-status-box {
    width: 100%;
    max-width: 660px;
    padding: 34px 30px;
    text-align: center;
}

.ctci-status-icon {
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eaf3fb;
    color: #0f69b4;
    font-size: 29px;
    margin-bottom: 15px;
}

.ctci-status-box h1 {
    margin-top: 0;
    font-size: 29px;
    font-weight: 700;
    color: #17233c;
}

.ctci-status-box p {
    color: #526175;
    font-size: 16px;
    line-height: 1.55;
}

.ctci-status-error .ctci-status-icon {
    background: #fdecef;
    color: #c72c3b;
}

.ctci-status-warning .ctci-status-icon {
    background: #fff4dc;
    color: #9a6500;
}

.ctci-modal .modal-content,
#bootstrap-modal .modal-content {
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(25, 45, 75, .20);
}

#bootstrap-modal .modal-header {
    border-top: 5px solid #eb3c46;
    border-bottom: 1px solid #e3e9ef;
}

#bootstrap-modal .modal-title {
    font-weight: 700;
    color: #17233c;
}

#bootstrap-modal .btn-primary {
    background: #0f69b4;
    border-color: #0f69b4;
    font-weight: 700;
}

#bootstrap-modal .btn-primary:hover,
#bootstrap-modal .btn-primary:focus {
    background: #0b4f88;
    border-color: #0b4f88;
}

@media (max-width: 767px) {
    .ctci-public-navbar {
        min-height: 82px;
    }

    .ctci-public-navbar .navbar-brand {
        height: 82px;
    }

    .ctci-public-navbar .navbar-brand img {
        max-height: 66px;
        max-width: 200px;
    }

    .ctci-public-footer {
        padding: 22px 0;
    }

    .ctci-status-main {
        padding-top: 108px;
        align-items: flex-start;
    }

    .ctci-status-box {
        padding: 28px 20px;
    }

    .ctci-status-box h1 {
        font-size: 25px;
    }
}
