﻿* {
    box-sizing: border-box;
}

body {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    overflow-y: scroll;
    line-height: 18px;
    color: #444;
    font-size: 13px;
    background-color: #f5f8fa;
}

*, *:focus, *:hover {
    outline: none;
}

.pagina_titulo {
    height: 60px;
    width: 100%;
    z-index: -1;
}

.imgLogo {
    border-radius: 50%;
    width: 100%;
}

.nome_cond {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

.pagina_subtitulo {
    width: 100%;
    margin-bottom: 16px;
}

.container {
    max-width: 1075px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, [col-start] 1fr);
    grid-gap: 16px;
    padding: 0 16px;
}

    .container > * {
        border-radius: 5px;
        grid-column: col-start / span 12;
    }

    /*.container .content {
        min-height: calc(100vh - 110px);
    }*/

        .container .conteudo .row {
            margin: 2% 0;
            display: inline-block;
        }


.main-logo {
    display: grid;
    grid-column: col-start 1 / span 2;
    grid-row: 1;
    height: 60px;
    padding: 0;
    margin-top: 8px;
    justify-items: center;
}

.bt_menu {
    display: none;
}

.lbl_menu {
    display: none;
    font-size: 24px;
    cursor: pointer;
    padding-right: 13px;
}

.main-head {
    display: flex;
    grid-column: col-start 3 / span 10;
    grid-row: 1;
    align-items: center;
    height: 60px;
}

.main-login {
    grid-column: col-start 11 / span 2;
    grid-row: 1;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu_superior {
    grid-column: col-start 3 / span 10;
    width: 100%;
    padding: 0;
}

    .menu_superior ul {
        list-style: none;
        position: relative;
    }

        .menu_superior ul li {
            float: left;
            text-transform: uppercase;
            padding-right: 20px;
            color: #fff;
            line-height: 35px;
        }

            .menu_superior ul li a {
                display: block;
                color: #fff;
                text-decoration: none;
            }


.menu_lateral {
    grid-column: col-start 1 / span 2;
    grid-row: 1;
    margin-top: 66px;
    display: block;
}

    .menu_lateral ul {
        margin-top: 15px;
    }

        .menu_lateral ul li {
            border-top: 1px solid #e4e4e4;
            border-radius: 0;
            font-weight: 400;
        }

            .menu_lateral ul li:last-child {
                border-bottom: 1px solid #e4e4e4;
            }

            .menu_lateral ul li a {
                display: block;
                color: rgb(68, 68, 68);
                text-decoration: none;
                padding: 10px 0;
            }

.content {
    grid-column: col-start 3 / span 7;
    grid-row: 1;
}

.container .content {
    min-height: calc(100vh - 145px);
}

.aside {
    grid-column: col-start 10 / span 3;
    grid-row: 1;
}

.categoria_mobile {
    display: none;
}


.row {
    width: 100%;
    display: inline-block;
}

    .row .col {
        float: left;
    }

    .row label:not(.error) {
        display: block;
        margin-bottom: 3px;
    }

.conteudo_titulo {
    text-align: center;
}

.center {
    text-align: center;
}

@media (min-width: 700px) {
    .s4 {
        width: 33.33%;
    }

    .s6 {
        width: 50%;
    }

    .s8 {
        width: 66.66%;
    }

    .offset-s3 {
        margin-left: 25%;
    }

    .frmAcesso {
        width: 60%;
        display: inline-block;
        text-align: left;
    }

    .show_mobile {
        display: none !important;
    }

    .container .conteudo {
        min-height: calc(100vh - 161px);
    }

}

@media (max-width: 700px) {

    .hide_mobile {
        display:none !important;
    }

    .show_mobile {
        display:inline-block !important;
    }

    .frmAcesso {
        width: 100%;
        display: inline-block;
        text-align: left;
    }

    .m12 {
        width: 100%;
    }

    .main-logo {
        display: none;
    }

    .main-head, .menu_superior, .content {
        grid-column: col-start 1 / span 12;
        grid-row: 1;
    }

    .pagina_subtitulo {
        display: none;
    }

    #bt_menu:checked ~ .pagina_subtitulo {
        display: block;
    }

    .pagina_subtitulo ul li {
        float: initial;
        border-bottom: 1px solid #fff;
        width: 100%;
    }

    .pagina_subtitulo ul li:last-child {
        float: initial;
        border-bottom: 0px solid #fff;
        width: 100%;
    }

    .lbl_menu {
        display: block;
    }

    .main-login {
        display: none;
    }

    .menu_lateral {
        display: none;
    }

        .menu_lateral nav ul {
            flex-direction: column;
        }

    .container .conteudo {
        min-height: calc(100vh - 110px);
    }

    .categoria_mobile {
        margin: 0 0 16px;
        display: block;
    }

    .categoria_desktop {
        display: none;
    }

    .aside {
        grid-column: col-start 1 / span 12;
        grid-row: 2;
    }
}

.main-footer {
    grid-column: col-start / span 12;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 8px;
}


h1 {
    line-height: 30px;
    font-size: 28px;
    font-weight: 300;
    margin: 4% 5% 3%;
}

h2 {
    line-height: 22px;
    font-size: 20px;
    font-weight: 400;
    margin: 4% 5% 3% 0 !important;
}

h5 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 400;
    margin: 4% 5% 3% 0 !important;
}

p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 18px;
}

.bold {
    font-weight:bold;
}

.hide {
    display:none;
}

.aviso_detalhe {
    padding: 16px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 16px;
}

    .aviso_detalhe br {
        display: none;
    }

.aviso_titulo {
    margin-bottom: 5%;
    line-height:130%;
}

.aviso_icone {
    width: 30px;
    margin-left: -2%;
}

.aviso_download {
    display: inline-flex;
    align-items: center;
    width: max-content;
    color: #609;
    background-color: #ccc;
    border-radius: 21px;
    padding: 0 7px;
    margin: 0 10px 10px 0;
    cursor:pointer;
}

.aviso_image {
    width: 100%;
    margin-bottom: 10px;
}


/* tamanho das linhas */
.linha {
    width: 100%;
    display: flex;
    text-align: left;
    padding: 6px 0;
}

    .linha, .linha div:not(.ex) {
        padding-right: 10px;
    }

        .linha, .linha div:last-child:not(.ex) {
            padding-right: 0px !important;
        }

.esq {
    float: left;
}

.dir {
    float: right;
}

.c-dir {
    text-align: right !important;
    padding-right: 0px !important;
}

.t0 {
    width: 0% !important;
}

.t05 {
    width: 5% !important;
}

.t10 {
    width: 10% !important;
}

.t15 {
    width: 15% !important;
}

.t20 {
    width: 20% !important;
}

.t25 {
    width: 25% !important;
}

.t30 {
    width: 30% !important;
}

.t35 {
    width: 35% !important;
}

.t40 {
    width: 40% !important;
}

.t45 {
    width: 45% !important;
}

.t40 {
    width: 40% !important;
}

.t50 {
    width: 50% !important;
}

.t55 {
    width: 55% !important;
}

.t60 {
    width: 60% !important;
}

.t65 {
    width: 65% !important;
}

.t70 {
    width: 70% !important;
}

.t75 {
    width: 75% !important;
}

.t80 {
    width: 80% !important;
}

.t85 {
    width: 85% !important;
}

.t90 {
    width: 90% !important;
}

.t95 {
    width: 95% !important;
}

.t100 {
    width: 100% !important;
}

.h100 {
    height: 100% !important;
}

/* ### FONTE ### */
.f9 {
    font-size: 9px;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f28 {
    font-size: 28px;
}

.f32 {
    font-size: 32px;
}

.f40 {
    font-size: 40px;
}

.m-t20 {
    margin-top: 20px;
}


.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button {
    border: none;
    color: white;
    padding: 8px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 2px;
    border: 2px solid #FFF;
    width: 100%;
}

    .button:hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }

.select_menu_mobile {
    outline: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    cursor: pointer;
    border: 0px solid #fff;
    padding: 0 12px;
    font-size: 18px;
}


/* Formularios */
input[type="text"], [type="password"], input[type="date"]:not(.dxeEditArea) {
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #C0C0C0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

select {
    height: 30px;
    border: 1px solid #C0C0C0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.select_menu {
    height: 40px;
    border: 0px solid #C0C0C0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    color: #fff !important;
    font-size: 18px;
    padding: 0 16px;
}

input[type="checkbox"] {
    height: 18px;
    width: 18px;
    float: left;
    margin-right: 10px;
}


input[type="checkbox"] > label {
    margin-top: 2px !important;
}



.error_toast {
    position: absolute;
    margin-left: -100px;
    bottom: 60px;
    color: #FFF;
    font-size: 20px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 40px;
    max-width: 70%;
}

