﻿.conteudo {
    position: relative;
    z-index: 0;
    text-align: center;
}

.css_menu {
    width: 300px;
    position: absolute;
    margin: 40px 0 0 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-color: #fafafa;
    z-index: 1000;
}

.menu-dropdown {
    display: block;
    padding-bottom: 10px;
    color: #666666;
    text-decoration: none;
    text-align: left;
}

    .menu-dropdown a {
        display: block;
        padding: 8px 10px 0 10px;
        font-size: 14px;
        color: #666666;
        text-decoration: none;
        text-align: left;
    }

        .menu-dropdown a:hover {
            background-color: #f8f8f8;
        }

.hamburguer {
    font-size: 24px;
    color: #666666;
    opacity: 0.6;
    cursor: pointer;
    transition: color 0.3s ease, opacity 0.3s ease;
    float: left;
    user-select: none;
    margin-right: 20px;
}

    .hamburguer:hover {
        color: #444444;
        opacity: 1;
    }

.css_bt {
    background: #ff9900;
    color: white;
    padding: 10px;
    text-decoration: none;
    border-style: none;
    border-radius: 5px;
}

.css_linkDoX {
    float: right;
    text-decoration: none;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    border-style: none;
}

.css_link {
    text-decoration: none;
    color: darkblue;
    font-size: 12px;
    border-style: none;
}

    .css_link:hover {
        text-decoration: none;
    }

.css_tbDrop {
    padding: 0 10px 10px 15px;
    width: 300px;
    border: none;
    background-color: #fafafa;
    color: #666666;
    height: auto;
    font-size: 14px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .css_tbDrop:focus {
        outline: none
    }

.css_tbLBox {
    padding: 0 0px 10px 15px;
    width: 300px;
    border: none;
    background-color: #fafafa;
    color: #666666;
    max-height: 500px;
    font-size: 14px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .css_tbLBox:focus {
        outline: none
    }

    .css_tbLBox option {
        padding-top: 3px;
        padding-bottom: 3px;
    }

.css_titulo {
    font-size: 16px;
    width: 500px;
    margin: 20px 0 5px 20px;
    font-weight: bold;
    color: darkblue;
}

.css_pnlModal {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 20px 20px 20px 20px;
    z-index: 9999;
    background-color: #f4f4f4;
    border: none;
    overflow: hidden;
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.css_lb {
    float: left;
    font-size: 14px;
    width: 120px;
    margin-top: 2px;
    color: darkblue
}

.css_foto {
    width: 250px;
    border-radius: 8px;
}
