@import url('https://fonts.googleapis.com/css2?family=Just+Me+Again+Down+Here&display=swap');

/*
 * UnderConstructionPage - Oscar Gelves - Estilo Limpio
 */

* { box-sizing: border-box; margin: 0; padding: 0; }

html { height: 100%; font-size: 16px; }

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7em;
    color: #333333;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f7f5;
    background-image: none;
    position: relative;
    overflow-x: hidden;
}

body::before {
    display: none !important;
    content: none !important;
}

header { display: none !important; }
h1#title, h1 { display: none !important; }

.container {
    background-color: transparent !important;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 60px 20px;
    justify-content: center;
    overflow-x: hidden;
}

.row {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content {
    text-align: center !important;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
}

.content img {
    max-width: 420px;
    width: 80%;
    height: auto;
    margin: 0 auto 40px auto;
    display: block;
    filter: none;
}

.ucp-sub {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
    text-shadow: none;
    line-height: 1.6;
    text-align: center !important;
    width: 100%;
}

.ucp-sub .line1 {
    font-family: 'Just Me Again Down Here', cursive !important;
    font-size: 2.8em !important;
    font-weight: 400 !important;
    display: block !important;
    line-height: 1.3 !important;
    color: #1a1a1a !important;
    text-shadow: none !important;
    margin-bottom: 8px;
}

.ucp-sub .line2 {
    font-family: 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 1em !important;
    font-weight: 400 !important;
    display: block !important;
    line-height: 1.6 !important;
    color: #555555 !important;
    text-shadow: none !important;
    letter-spacing: 0.03em;
}

.ucp-divider {
    width: 60px;
    height: 1px;
    background: rgba(0,0,0,0.2);
    margin: 0 auto 25px auto;
    display: block;
}

.ucp-verse {
    color: #666666 !important;
    font-size: 0.95em !important;
    font-style: italic !important;
    font-weight: 300;
    max-width: 420px;
    margin: 0 auto;
    line-height: 1.8;
    text-shadow: none !important;
    text-align: center !important;
}

.ucp-ref {
    display: block;
    margin-top: 8px;
    font-style: normal;
    font-size: 0.85em;
    color: #888888 !important;
    letter-spacing: 0.1em;
    text-align: center;
    text-shadow: none !important;
}

#login-button {
    margin-top: 40px;
    opacity: 0.4;
}

#login-button a {
    color: #333333;
    text-decoration: none;
}

.loggedin { display: none !important; }

#wa-btn {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 99999 !important;
    width: 55px !important;
    height: 55px !important;
}

@media (max-width: 768px) {
    .container { padding: 40px 15px; }
    .content img { max-width: 280px; width: 75%; }
    .ucp-sub .line1 { font-size: 2.2em !important; }
    #wa-btn { right: 15px !important; bottom: 15px !important; }
}