﻿body {
    font-family: 'Montserrat', sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.btn-user {
    border-radius: 10px;
}


.urna-section {
    width: 100%;
    /*min-height: 100vh;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.urna-container {
    width: 95%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    color: #333;
}

.urna-title {
    color: #007268;
    font-weight: 500;
    text-align: center;
}

.list-urna {
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
}

    .list-urna li {
        position: relative;
        padding-left: 20px;
        margin-bottom: .6rem;
        line-height: 1.5;
    }

        .list-urna li::before {
            position: absolute;
            left: 0;
            top: 0;
            color: #007268;
            font-weight: bold;
        }


.urnaquees-content-container {
    max-width: 1100px;
    margin: 0 auto;
    line-height: 1.8;


}