/************* TEMA FRONTEND - USO EXCLUSIVO PARA O PORTAL DE SERVICOS E SISTEMAS DE USO EXTERNO **************

PREFEITURA MUNICIPAL DE VITORIA - PMV
PROJETO: INTERFACE GRAFICA
AUTOR: DIRCEU FLAVIO MACEDO [Web designer]
CONTATO: dfmacedo@vitoria.es.gov.br
Tema Antigo: 2011/2014
Tema Novo  : 27-01-2015
Revisao(01): 16-02-2016
Revisao(02): 23-06-2017
Revisao(03): 26-06-2018
Revisao(04): 11-06-2020
Revisao(05): 26-01-2021

.seletor/classe {
    [fonte e propriedades de texto]
    [plano de fundo]
    [tamanho]
    [bordas]
    [espacamentos]
    [posicionamento]
}
/* IMPORTACOES
//////////////////////////////////////////////////////*/
@import url('//assets.vitoria.es.gov.br/pmv/css/front-contraste.css?5');

/* TOPO
//////////////////////////////////////////////////////*/

.topo_sistema {
    width: 100%;
    color: #606060;
    font: normal 14px sans-serif;
}
.topo_sistema a {
    color: #0951cb;
    text-decoration: none;
}
.topo_sistema a:hover {
    color: #112849;
    text-decoration: underline;
}
.topo_sistema a:focus {
    text-decoration: underline;
}
.topo_sistema span.pmv {
    display: none;
}
.topo_sistema img {
    border: 0 none;
    max-width: 100%;
    vertical-align: middle
}
.topo_sistema li {
    line-height: 20px;
}
.topo_sistema .logo{
    margin: 0 0 4px 0;
    width: 144px;
}
.topo_sistema .menu_topo {
    width: 760px;
    float:right;
    -ms-transition:     all 0.4s ease-out;
    -moz-transition:    all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition:      all 0.4s ease-out;
    transition:         all 0.4s ease-out;
}
.topo_sistema ul {
    padding: 0;
    list-style: none outside none;
}
.topo_sistema .menu_topo ul {
    float: right;
    margin: 18px 0 0 15px;
}
.topo_sistema .menu_topo>ul>li {
    float: left;
    position: relative;
    margin-left: 15px;
    text-transform: uppercase;
}
.topo_sistema .menu_topo>ul>li>a {
    color: #fff; font:normal 78% sans-serif;
}
.container_topo:before,
.container_topo:after {
    content: "";
    display: table;
    line-height: 0;
}
.container_topo:after {
    clear: both;
}
.container_topo:before,
.container_topo:after {
    content: "";
    display: table; line-height: 0;
}
.container_topo {
    margin-left: auto;
    margin-right: auto;
}
.container_topo img {
    /*width:144px;*/
    height:43px
}
[class*="topo_span"] {
    float: left;
    margin-left: 20px;
}
.container_topo {
    width: 1170px;
    padding: 0;
    -ms-transition:     all 0.4s ease-out;
    -moz-transition:    all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition:      all 0.4s ease-out;
    transition:         all 0.4s ease-out;
}
.topo_sistema_inner {
    background-color: #002E61;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    clear: both;
    position: fixed;
    left: 0;
    right: 0;
    line-height: 50px;
    top: 22px;
    z-index: 100000;
    float:left;
    width:100%;
    -ms-transition:     all 0.4s cubic-bezier(0, 0.98, 0, 1);
    -moz-transition:    all 0.4s cubic-bezier(0, 0.98, 0, 1);
    -webkit-transition: all 0.4s cubic-bezier(0, 0.98, 0, 1);
    -o-transition:      all 0.4s cubic-bezier(0, 0.98, 0, 1);
    transition:         all 0.4s cubic-bezier(0, 0.98, 0, 1);
}
.inner_small {
    top: -100px;
    -ms-transition:     all 0.4s ease-out;
    -moz-transition:    all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition:      all 0.4s ease-out;
    transition:         all 0.4s ease-out;
}

.lateral_up {
    padding-top: 22px !important;
    -ms-transition:     all 0.4s cubic-bezier(0, 0.98, 0, 1);
    -moz-transition:    all 0.4s cubic-bezier(0, 0.98, 0, 1);
    -webkit-transition: all 0.4s cubic-bezier(0, 0.98, 0, 1);
    -o-transition:      all 0.4s cubic-bezier(0, 0.98, 0, 1);
    transition:         all 0.4s cubic-bezier(0, 0.98, 0, 1);
}

.amostradinho-pmv {
    padding-top: 76px;
    -ms-transition:     all 0.4s cubic-bezier(0, 0.98, 0, 1);
    -moz-transition:    all 0.4s cubic-bezier(0, 0.98, 0, 1);
    -webkit-transition: all 0.4s cubic-bezier(0, 0.98, 0, 1);
    -o-transition:      all 0.4s cubic-bezier(0, 0.98, 0, 1);
    transition:         all 0.4s cubic-bezier(0, 0.98, 0, 1);
}


/* ACESSIBILIDADE
//////////////////////////////////////////////////////*/

.acessibilidade {
    background:#002248;
    color: #606060;
    width: 100%;
    font-family: sans-serif;
    height: 22px;
    line-height:20px;
    clear: both;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100001;
}
.acess {
    width:1185px;
    margin:1px auto;
    background:#002E61;
    -ms-transition:     all 0.4s ease-out;
    -moz-transition:    all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition:      all 0.4s ease-out;
    transition:         all 0.4s ease-out;
}
.acessbar {
    display: block;
    float: right;
    margin:0;
    padding-left:0;
}
.acessbar li {
    display:inline
}
.acessbar a {
    font-family:Arial, Helvetica, sans-serif;
    color: #eee !important;
    margin-right: 8px;
    text-decoration: none;
    font-size: 11px;
    float:left;
}
.acessbar a:hover{
    color: #fff;
    text-decoration: underline;
}
.acessbar span{
    background: none repeat scroll 0 0 #016AD6;
    color: #f1f1f1;
    padding: 1px 3px;
    font-weight:bold;
}
/* tooltip Vlibras */

.ttvlibras {
    position: relative;
    display: inline-block;
}
.ttvlibras .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #eee;
    padding: 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}
.ttvlibras:hover .tooltiptext {
    visibility: visible;
}

@media (max-width: 1200px) {
    .container_topo {
        width: 957px;
    }
    .acess {
        width:972px;
        -ms-transition:     all 0.4s ease-out;
        -moz-transition:    all 0.4s ease-out;
        -webkit-transition: all 0.4s ease-out;
        -o-transition:      all 0.4s ease-out;
        transition:         all 0.4s ease-out;
    }
}

/* FAIXA / TITULOS / ESTILOS
//////////////////////////////////////////////////////*/

/* BACKGROUND E EFEITOS DA FAIXA */

.faixa-gen {
    min-height:230px;
    background:#EEF0F2 url(//assets.vitoria.es.gov.br/pmv/images/bg-faixa.png) 0 0 repeat-x;
    color:#fff;
    padding:75px 0 20px 0;
}
.faixa-gen h1 a {
    color:#052A52;
    font-weight:lighter;
}
.faixa-gen h1 a:hover {
    color:#000
}
/* TÃƒÂTULOS */
.boxtit{
    margin-top:36px
}
.boxdescr {
    font-family: poppins-light,Arial;
    letter-spacing: -0.4px;
    border-bottom: medium none;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    margin-top: 40px;
}
div.boxdescr {
    margin-top:20px
}
.navegacao {
    background-color:#F4F5F7;
    min-height: 60px;
    padding:11px 0
}
.navegacao h2{
    margin:5px 0 10px 0
}

/* FAIXA FORMATO GRANDE*/
.faixa-big {
    min-height:280px;
    padding-bottom:20px;
    background-attachment:fixed !important;
    background-size:cover !important
}
.faixa-big .tit-big {
    margin-top:65px;
    font-size:50px;
    letter-spacing:-3px;
    line-height:45px;
}

/* ESTILOS */
.form-control {
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.optionfx {
    background-color:#F4F5F7;
    padding-bottom:15px;
    margin-bottom:20px
}
.optionb a {
    color: #999;
    display: block;
    font-size: 12px;
    padding: 4px 1px;
}
.ico-serv {
    font-size:40px;
    height:100px;
    margin-right:10px;
    float:left;
    color:#999
}


/* MEDIA QUERY BREAKPOINT
//////////////////////////////////////////////////////*/

/* Tablets */
@media screen and (max-width: 991px) {

    .container_topo {
        padding:0 25px;
        width: 100% !important;
        text-align: center !important;
    }
    .topo_sistema .logo {
        margin: 5px auto !important;
        width: 144px;
    }
    .topo_sistema .menu_topo{
        display:none
    }
    [class*="topo_span"] {
        float:none
    }
    .acess {
        width:750px;
    }
}

@media screen and (min-width: 120px) and (max-width: 530px) {

    .topo_sistema {
        height: 0px !important;
    }
    h1 {
        font-size:26px !important;
        line-height: 30px;
        letter-spacing: -1.5px;
    }
    h2 {
        font-size: 20px !important;
        line-height: 20px;
        letter-spacing: -1px;
    }
    .faixa-gen {
        min-height: 0;
        padding: 50px 0 20px 0;
    }
}
/* smartphones medio*/
@media screen and (min-width: 120px) and (max-width: 767px) {

    .boxdescr, .desabili {
        display:none
    }
    .boxtit {
        width:100%
    }
    .faixa-gen {
        min-height:0;
        text-align:center
    }
    .faixa-big {
        max-height:180px;
        min-height:0;
    }
    .faixa-big .tit-big {
        margin-top: 20px;
        letter-spacing: -2px;
        line-height:24px;
        font-size: 30px;
    }
    .navegacao {
        min-height: 30px;
    }
    .boxtit, .boxdescr {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .container_topo {
        padding:0 25px;
    }
    .container_topo img {
        width:100px;
        height:30px
    }
    .topo_sistema .logo {
        margin: 5px auto;
        width: 144px;
    }
    [class*="topo_span"] {
        float:none
    }
    /* menu responsivo */

    .hamburger img{
        width:60%
    }
    .menu {
        position: fixed;
        left: -220px;
        width: 200px;
        height: 100%;
        top: 0;
        z-index: 9999999999999999999999999999999999;
        text-align: left;
    }
    .menu.menu-open {
        left: 0px;
    }
    .menu-wrap {
        position: absolute;
        top: 0;
        background: rgba(0, 38, 81, 1);
        width: 220px;
        height: 100%;
        z-index: 99999999999999999999999999999999999999;
    }
    .menu h1.logo a {
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.15em;
        line-height: 40px;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 20px;
    }
    .menu h1.logo a:hover {
        color: #f85c37;
    }
    .menu img.logo {
        margin: 20px 0;
        max-width: 160px;
    }
    .menu a {
        font-family: "open_sansregular",sans-serif;
        color: #fff;
        display: block;
        font-size: 11px;
        line-height: 14px;
        letter-spacing: 0px;
        margin-top:5px;
        padding:8px 4px;
        text-decoration:none;
        border-left-width:10px;
        border-left-style:solid;
        border-left-color:rgba(0, 38, 81, 1);
    }
    .menu-close {
        cursor: pointer;
        display: block;
        font-size: 14px;
        color: #808080;
        line-height: 40px;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
    .menu-close:hover {
        color: #ffffff;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

    /* Push the body after clicking the menu button */
    .body-push {
        overflow-x: hidden;
        position: relative;
        left: 0;
    }
    .body-push-toright {
        left: 200px;
    }
    .body-push-toleft {
        left: -200px;
    }
    .menu,
    .body-push {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    #menuToggle {
        position: absolute;
        top: 6px;
        right: -70px;
        z-index: 11;
        display: block;
        color: rgba(0, 46, 97, 1);;
        padding:3px 5px 0 5px;
        cursor: pointer;
        -webkit-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
    #menuToggle:hover {
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
    #menuToggle span{
        font-size: 25px;
    }
    .overlay {
        background-color: rgba(0, 0, 0, 0.6);
        bottom: 0;
        height: 100%;
        display:none;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 9999999;
        -webkit-transition: all 3s ease-in-out;
        -moz-transition: all 3s ease-in-out;
        -ms-transition: all 3s ease-in-out;
        -o-transition: all 3s ease-in-out;
        transition: all 3s ease-in-out;
    }
    .acessibilidade {
        display: none !important;
    }
    .topo_sistema_inner{
        top:0;
        line-height: 10px;
        -ms-transition:none;
        -moz-transition:none;
        -webkit-transition:none;
        -o-transition:none;
        transition: none;
    }
}

body.tox-fullscreen .topo_sistema {
        display: none !important;
    }
