﻿body{ 
    font-family: 'Open Sans', sans-serif;
    background-color: blue;
    margin:0;
    padding:0;
}


main {
    margin-top: 60px;
}

/*----------
    HEADER - ALANA
    -------------*/
nav {
    background-color: #0055FF;
    min-height: 90px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

    nav.navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1050; /* acima do conteúdo */
    }

.navbar-header {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; /* ESSENCIAL */
}

.navbar-brand {
    display: flex;
    align-items: center;
    margin-right: 8px;
    padding-left: 30px;
    flex-shrink: 1; /* permite diminuir */
    min-width: 0; /* MUITO IMPORTANTE */
}

    .navbar-brand img {
        height: clamp(31px, 6vw, 50px);
        width: auto;
        transition: height 0.3s ease;
    }

@media (max-width: 960px) {

    nav {
        min-height: 60px;
    }

    .navbar {
        justify-content: space-between;
    }

    .navbar-brand {
        padding-left: 10px;
        margin-right: 0;
    }

    .dobra-inicio {
        margin-top: 60px;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
    }

    .navbar-brand {
        margin-right: auto;
        flex-shrink: 0; /* não deixa encolher demais */
        padding: 0;
    }
}

.nav-link {
    font-size: 15px !important;
    color: #eeeeee !important;
    transition: all 0.3s ease-in-out;
}

    .nav-link:hover {
        color: rgb(0 0 0 / 15%);
    }

/*----------
    menu Hambúrguer
    -------------*/
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}

/* Estado normal */
.navbar-toggler {
    background-color: transparent;
    transition: background-color 0.25s ease;
    margin-left: auto;
}

    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: none;
        box-shadow: none;
    }

    /* SOMENTE quando o menu estiver aberto */
    .navbar-toggler[aria-expanded="true"] {
        background-color: rgba(255, 255, 255, 0.12);
    }
/*----------
    itens menu Hambúrguer
    -------------*/
.navbar-collapse {
    text-align: center;
}

.navbar-nav {
    margin: 0 auto;
    align-items: center;
}

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        justify-content: center;
    }



/*Banner*/
#banner-inscrição {
    background:#ff8500;
}
#banner-inscrição .container {
    background:white;
    border-left:10px solid #ffc06e;
}
#banner-inscrição .container .banner-logo {
    height: 85px;
    margin-top: 20px;
    margin-bottom: 22px;
}
#banner-inscrição .container .banner-area-ico {
    background:#ff8500;
    border-right:10px solid #ffc06e;
}
#banner-inscrição .container .banner-area-ico img{
    height:100px;
}

.jumbotron {
    background-color: #0052FF;
    background: linear-gradient(90deg,rgba(60, 149, 255, 1) 0%, rgba(0, 82, 255, 1) 50%);
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 0;
    height: auto;
}

.logo-container {
    margin-top: 0;
    padding: 0;
}

.logo {
    width: 330px;
    height: auto;
}

.logo img {
    height: 85px;
    width:auto;
}

#topo-gov2 
{
    background: url('../imagens/menu/TOPO-GOV_menu_xs.png') no-repeat center;
    height: 60px; /* original 78 */
}
            
#topo-logo2 
{
    /*background: url('../imagens/menu/menu_05.png') no-repeat center;*/
    height: 108px; /*original 105 */
}
            
#topo-fb2
{
    background: url('../imagens/menu/barra_menu_navegue_xs.png') no-repeat center;
    height: 40px;
}
                
#rodape 
{
    background: url('../imagens/menu/rodape_menu_xs.png') no-repeat center;
    height: 90px;
}
            
@media (min-width: 576px) 
{
    #topo-gov2 
    {
        background: url('../imagens/menu/TOPO-GOV_menu2.png') no-repeat center;
    }
                
    #topo-fb2
    {
        background: url('../imagens/menu/barra_menu_navegue2.png') no-repeat center;
    }
                
    #rodape 
    {
        background: url('../imagens/menu/rodape_menu_md.png') no-repeat center;
        height: 45px;   
    }
}
            
@media (min-width: 992px) 
{
    #topo-gov2 
    {
        background: url('../imagens/menu/TOPO-GOV_menu_interno.png') no-repeat center;
    }
                
    #topo-fb2
    {
        background: url('../imagens/menu/barra_menu_navegue.png') no-repeat center;
    }
                
    #rodape 
    {
        background: url('../imagens/menu/rodape_menu.png') no-repeat center;   
        height: 45px;
    }
}
 
#st-header, #st-footer 
{
    width: 100%;
    margin: 0 auto;
}
            
#st-header {
    background:#ffffff;
    /*background: url('../imagens/menu/REPEAT_esq_menu.png') repeat-x center top;*/
}
            
#st-footer
{
    /*background: url('../imagens/menu/REPEAT_rodape_menu.png') repeat-x center top;*/
}
            
#topo-gov, #topo-logo, #topo-fb, #rodape-gov
{
    width: 100%;
}


/* ====== GRID COMPACTO E MODERNO ====== */

#Resultado {
    border:1px solid #e6e6e6!important;
    border-radius:6px;
    width:100%;
    margin:0;
    font-size: .75rem; /* fonte menor */
    color:#444;
}

/* cabeçalho */
#Resultado thead th{
    background:#f7f8fa!important;
    color:#333!important;
    font-weight:600;
    font-size:.75rem;
    letter-spacing:.5px;
    border-bottom:2px solid #e5e5e5!important;
    padding:8px 6px!important;
    text-transform:uppercase;
}

/* linhas */
#Resultado tbody td{
    padding:6px 6px!important;
    border-bottom:1px solid #f1f1f1!important;
    font-size:.74rem;
}

/* zebra */
#Resultado tbody tr:nth-child(even){
    background:#fafafa;
}

/* hover */
#Resultado tbody tr:hover{
    background:#e9eef5;
}

/* remove visual antigo */
th.bg-custom{
    background:none!important;
}

/* scroll + borda suave */
.overflow-auto{
    border-radius:6px!important;
}

#CardResultado{
    box-shadow:0 2px 8px rgba(0,0,0,.07);
}


.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    font-size: small;
}
.ui-dialog-titlebar
{
    background: #fff;
    border-radius: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 25px;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable:disabled
{
    width: auto;
}
.tituloMsgSextoAno
{
    font-weight: bold;
    color: #3f75b0;
    font-size: 12px;
}

html, body {
    height: 100%;
    margin: 0;
}

main {
    flex: 1;
}

body {
    background: transparent;
}

.conteudo
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #ebebea;
}

body.conteudo {
    min-height: 100vh;
    display: flex;
    flex-direction: column;    
    background-color: rgb(237, 242, 249);
}

#st-header_linha2
{
    color: #eee9e9;
    color: #e0ffff;
    float: left;
    margin: 3px 0 0 785px;
    font-size: medium;
    display: block;
    position: absolute;
}
.time
{
    float: right;
    color: White;
}
.time .cd-time
{
    display: inline;
    color: #cae1ff;
    font-size: .8em;
}
#resta
{
    width: 100px;
}
#versaoPagina
{
    float: left;
    margin-right: 500px;
    font-size: x-small;
    color: #ccc;
}
#st-header_linha2
{
    margin-left: -80px;
    width: 1130px;
}
#st-menu
{
    border: 0px solid #00f;
    height: 141px;
    width: 702px;
    margin-top: 41px;
}

#st-content {
    background-color: rgb(237, 242, 249);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #st-content {
        min-height: calc(100vh - 588px);
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #st-content {
        min-height: calc(100vh - 547px);
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #st-content {
        min-height: calc(100vh - 506px);
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #st-content {
        min-height: calc(100vh - 489px);
    }
}

#st-content .card{ 
    box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%),
                 0 6.7px 5.3px rgb(0 0 0 / 5%),
                 0 12.5px 10px rgb(0 0 0 / 6%),
                 0 22.3px 17.9px rgb(0 0 0 / 7%),
                 0 41.8px 33.4px rgb(0 0 0 / 9%),
                 0 100px 80px rgb(0 0 0 / 12%);
}

#st-content-page
{
    border: 0px solid red;
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    border-radius: 10px;
}
.dvAlteraSenha
{
    width: 65%;
}

dvAlteraSenha, pnerror
{
    top: -110;
}

divPrincipal, nomeproprio
{
    width: 506px;
}

#st-footer
{
    margin: 0 auto;
}

#lblVersao
{
    font-weight: bold;
}

.containerxx
{
    width: 100vw;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gvstyling th
{
    background-color: #6ca5e6;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #ffffff;
    border-color: #333333;
}

.painel
{
    margin-left:1%;
    margin-right:1%;
    width: 98%;
}

.card-header 
{
    /*background-color: #DEDED7;
    color: Gray;*/
    font-weight: bold;
    text-align: left;
}

/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
float:right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input.default:checked + .slider {
background-color: #444;
}
input.primary:checked + .slider {
background-color: #2196F3;
}
input.customized:checked + .slider {
background-color: #3F75B0;
}
input.success:checked + .slider {
background-color: #8bc34a;
}
input.info:checked + .slider {
background-color: #3de0f5;
}
input.warning:checked + .slider {
background-color: #FFC107;
}
input.danger:checked + .slider {
background-color: #f44336;
}

input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
border-radius: 31px;
}

.slider.round:before {
border-radius: 50%;
}
        
.btn-group 
{
    /*height: 31px;*/
}
        
.card-header 
{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    /*background-color: #3f75b0;
    color: #ededed;*/
}

.btn-default 
{
    background-color: #E6E6E6;
    border-color: #D3D3D3;
    color: rgb(63, 117, 176);
    font-size: 13px;
    font-weight: bold;
}

.btn-default-small {
    background-color: #E6E6E6;
    border-color: #D3D3D3;
    color: rgb(63, 117, 176);
    font-size: x-small;
    font-weight: bold;
    padding: 5px;
}

.btn-toggle-on 
{
    background-color: #3f75b0;
    border-color: #D3D3D3;
    color: #E6E6E6;
    font-size: 13px;
    font-weight: bold;
}

.btn-toggle-off 
{
    background-color: #E6E6E6;
    border-color: #D3D3D3;
    color: #3f75b0;
    font-size: 13px;
    font-weight: bold;
}

/* ************************************** */
/* INICIO: CSS CardList que veio do MatriculaFacil - 1º fase - Proderj.MatriculaOnline.sln */
/* ************************************** */

#tab6_linha2_coluna1 
{
    border: 0px solid black;
    display: inline-block;
    width: 100%;
    min-width: 246px;
    max-width: 496px;
    margin-right: 10px;
}
#tab6_linha2_coluna1 #tab6_linha2_coluna1_linha1 
{
    display: inline-block;
    text-align: left;
    border: 0px solid #696969;
    box-shadow: 0 0 0em #BEBEBE, 0 0 0em #BEBEBE, 0 0 0em #BEBEBE;
    border-radius: 8px;
    width: 100%;
    margin: 0 0 15px 0;
    background-color: #3f75b0;
}
#tab6_linha2_coluna1 .ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible;}
#tab6_linha2_coluna1 .ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none;}
#tab6_linha2_coluna1 input.ui-button::-moz-focus-inner{border:0;padding:0;}
#tab6_linha2_coluna1 .ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em;}
#tab6_linha2_coluna1 .ui-state-default,.ui-button{border:1px solid #d3d3d3;background:#e6e6e6 url(../Imagens/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555;}
#tab6_linha2_coluna1 .ui-button{color:#555;text-decoration:none;}
#tab6_linha2_coluna1 .ui-button:hover,.ui-button:focus{border:1px solid #999;background:#dadada url(../Imagens/jquery-ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121;}
#tab6_linha2_coluna1 .ui-button:active{border:1px solid #aaa;background:#fff url(../Imagens/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121;}
#tab6_linha2_coluna1 .ui-corner-all{border-top-left-radius:4px;}
#tab6_linha2_coluna1 .ui-corner-all{border-top-right-radius:4px;}
#tab6_linha2_coluna1 .ui-corner-all{border-bottom-left-radius:4px;}
#tab6_linha2_coluna1 .ui-corner-all{border-bottom-right-radius:4px;}
#tab6_linha2_coluna1 a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
#tab6_linha2_coluna1 a:hover,a:active{outline:0;}
#tab6_linha2_coluna1 input{margin:0;font-size:100%;vertical-align:middle;}
#tab6_linha2_coluna1 input{*overflow:visible;line-height:normal;}
#tab6_linha2_coluna1 input::-moz-focus-inner{padding:0;border:0;}
#tab6_linha2_coluna1 a{color:#0088cc;text-decoration:none;}
#tab6_linha2_coluna1 a:hover,a:focus{color:#005580;text-decoration:underline;}
#tab6_linha2_coluna1 ul{padding:0;margin:0 0 10px 25px;}
#tab6_linha2_coluna1 li{line-height:20px;}
#tab6_linha2_coluna1 legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333333;border:0;border-bottom:1px solid #e5e5e5;}
#tab6_linha2_coluna1 input{font-size:14px;font-weight:normal;line-height:20px;}
#tab6_linha2_coluna1 input{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
#tab6_linha2_coluna1 input{width:206px;}
#tab6_linha2_coluna1 input:-moz-placeholder{color:#999999;}
#tab6_linha2_coluna1 input:-ms-input-placeholder{color:#999999;}
#tab6_linha2_coluna1 input::-webkit-input-placeholder{color:#999999;}
#tab6_linha2_coluna1 input{margin-left:0;}
#tab6_linha2_coluna1 input:focus:invalid{color:#b94a48;border-color:#ee5f5b;}
#tab6_linha2_coluna1 input:focus:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7;}
#tab6_linha2_coluna1 .FlutuarAEsquerda{float:left;}
#tab6_linha2_coluna1 #tab6_linha2_coluna1_linha1{min-height: 412px; text-align: left; border:0px solid #696969;box-shadow:0 0 0em #BEBEBE, 0 0 0em #BEBEBE, 0 0 0em #BEBEBE;border-radius:8px;width:100%;float:left;margin:0 0 15px 0;background-color:#3f75b0;}
#tab6_linha2_coluna1 #tab6_linha2_coluna1_linha1 legend{border-color:#fff;color:#fff;}
#tab6_linha2_coluna1 #tab6_linha2_coluna1_linha1 #div_ulListGrid { height: 340px; overflow-y: auto; padding-top: 5px; }
#tab6_linha2_coluna1 legend{font-size:small;font-family:sans-serif;font-weight:bold;}
#tab6_linha2_coluna1 legend{font-family:sans-serif;font-size:small;font-weight:bold;height:33px;margin-top:-7px;}
#tab6_linha2_coluna1 .ui-button.ui-widget.ui-state-default.ui-corner-all:disabled{color:#d3d3d3;}
#tab6_linha2_coluna1 .ui-button.ui-widget.ui-state-default.ui-corner-all:enabled{color:#363636;font-weight:bold;}
#tab6_linha2_coluna1 ::-webkit-scrollbar{width:12px;}
#tab6_linha2_coluna1 ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;}
#tab6_linha2_coluna1 ::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);}
#tab6_linha2_coluna1 #ulListGrid{ border: solid 0px #FF0000;margin: -5px 0 0 -10px;width: 100%;list-style-type: none;font-family: Verdana,Arial,sans-serif;height: 312px; }
#tab6_linha2_coluna1 .lstGrid_li{float:left;margin:0 0 0 10px;}
#tab6_linha2_coluna1 .lstGrid_elemento{border:solid 1px #D3D3D3;margin:0px 0px 5px 0px;border-radius:5px;width:226px;height:220px;box-shadow:#CAE1FF 2px 2px 1px;margin-left:6px;background-color:#FFF;}
#tab6_linha2_coluna1 .lstGrid_tituloPrincipal{float:left;border:solid 0px #0000FF;height:36px;width:100%;font-size:10.5px;line-height:12px;font-weight:bold;}
#tab6_linha2_coluna1 .lstGrid_dados{float:left;border:solid 0px pink;width:100%;height:142px;margin:3px 0 8px 3px;}
#tab6_linha2_coluna1 .lstGrid_linha1{float:left;border:solid 0px #00FF00;height:21px;width:100%;font-size:9px;line-height:10px;}
#tab6_linha2_coluna1 .lstGrid_linha2{float:left;width:100%;height:25px;border:solid 0px #0000FF;line-height:12px;font-size:10px;}
#tab6_linha2_coluna1 .lstGrid_linha3{float:left;width:100%;height:70px;border:solid 0px #FF0000;font-weight:bold;line-height:13px;font-size:10px;}
#tab6_linha2_coluna1 .lstGrid_linha35 {
    float: left;
    width: 100%;
    height: 30px;
    border: solid 0px #FF0000;
    font-weight: normal;
    line-height: 13px;
    font-size: 9px;
}
#tab6_linha2_coluna1 .lstGrid_linha4{float: left;width: 134px;height: 30px;border: solid 0px #FF0000;line-height: 13px;font-size: 9px;position: relative;}
#tab6_linha2_coluna1 .lstGrid_botoes{float: right;border: solid 0px #000FFF;width: 100%;height: 25px;width: 88px;}
#tab6_linha2_coluna1 .listGrid_divBotao{margin-top: -3px; border: solid 0px #000;width: 45px;position: relative;display: inline-block; float: right;}
#tab6_linha2_coluna1 .listGrid_divBotao button {width: 60px !important; font-size: 10px !important; padding: 2px !important;}
#tab6_linha2_coluna1 .lstGrid_botoes .lstGrid_imagem {position: relative;width: 20px;height: 20px;display: inline-block;}
#tab6_linha2_coluna1 .lstGrid_botoes .lstGrid_imagem img {width: 20px;height: 20px;}
#tab6_linha2_coluna1 .paginacaoList{border:solid 0px #0000FF;display: inline;}
#tab6_linha2_coluna1 .paginacaoList a{background:#FFF;border-radius:6px;color:#000;float:left;font-size:10.5px; height:18px;line-height:18px;margin:0;padding:0 7px 0 6px;position:relative;text-decoration:none;margin:0 1.5px 0 1.5px;}
#tab6_linha2_coluna1 .paginacaoList a:hover:after{background:#555555;color:#FFF;}
#tab6_linha2_coluna1 .paginacaoList a:hover{background:none repeat scroll 0 0 #555555;color:#FFF;}
#tab6_linha2_coluna1 .arrow-right a:hover:after{border-color:transparent transparent transparent #555555;color:#FFF;}
#tab6_linha2_coluna1 .arrow-right a:hover{background:none repeat scroll 0 0 #555555;color:#FFF;}
#tab6_linha2_coluna1 .arrow-right a:after{border-color:transparent transparent transparent #FFF;border-style:solid;border-width:9px 0 9px 8px;content:"";height:0;position:absolute;right:-8px;top:0;width:0;}
#tab6_linha2_coluna1 .arrow-right a{background:none repeat scroll 0 0 #FFF;border-radius:6px 0 0 6px;color:#000;float:left;font-size:10.5px;height:18px;line-height:18px;margin:0 10px 0 2px;padding:0 3px 0 6px;position:relative;text-decoration:none;}
#tab6_linha2_coluna1 .arrow-left a:hover:after{border-color:transparent #555555 transparent transparent;color:FFFFFF;}
#tab6_linha2_coluna1 .arrow-left a:hover{background:none repeat scroll 0 0 #555555;color:#FFFFFF;}
#tab6_linha2_coluna1 .arrow-left a:after{border-color:transparent #FFF transparent transparent;border-style:solid;border-width:9px 8px 9px 0;content:"";height:0;position:absolute;left:-8px;top:0;width:0;}
#tab6_linha2_coluna1 .arrow-left a{background:none repeat scroll 0 0 #FFF;border-radius:0 6px 6px 0;color:#000;float:left;font-size:10.5px;height:18px;line-height:18px;margin:0 5px 0 10px;padding:0 6px 0 3px;position:relative;text-decoration:none;}
#tab6_linha2_coluna1 a:link,a:visited{outline:medium none;transition:color 0.2s linear 0s;}

img.lstGrid_imagem {
    width: 20px;
    height: 20px;
}

/*! CSS Used from: http://localhost:50077/Responsivo/Styles/site-responsivo-master.css */
#tab6_linha3
{    
    text-align: left;
    border: 1px solid #696969;
    box-shadow: 0 0 0.4em #BEBEBE, 0 0 0.4em #BEBEBE, 0 0 0.4em #BEBEBE;
    border-radius: 7px;
    width: 246px;
    min-width: 246px;
    height: 412px;
    margin-right: 10px;
    margin-bottom: 15px;
}
#tab6_linha3 img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
#tab6_linha3 legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333333;border:0;border-bottom:1px solid #e5e5e5;}
#tab6_linha3 #tab6_linha3_opcoes
{
    width: 100%;
    margin: 0 auto;
    overflow-y: auto;
    height: 340px;
}
#tab6_linha3 legend{border-color:#696969;}
#tab6_linha3 legend{font-size:small;font-family:sans-serif;font-weight:bold;}
#tab6_linha3 legend{font-family:sans-serif;font-size:small;font-weight:bold;height:33px;margin-top:-7px;}
#tab6_linha3 ::-webkit-scrollbar{width:12px;}
#tab6_linha3 ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;}
#tab6_linha3 ::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);}


#tab6_linha3_opcoes .ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible;}
#tab6_linha3_opcoes .ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none;}
#tab6_linha3_opcoes input.ui-button::-moz-focus-inner{border:0;padding:0;}
#tab6_linha3_opcoes .ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em;}
#tab6_linha3_opcoes .ui-state-default,.ui-button{border:1px solid #d3d3d3;background:#e6e6e6 url(../Imagens/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555;}
#tab6_linha3_opcoes .ui-button{color:#555;text-decoration:none;}
#tab6_linha3_opcoes .ui-button:hover,.ui-button:focus{border:1px solid #999;background:#dadada url(../Imagens/jquery-ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121;}
#tab6_linha3_opcoes .ui-button:active{border:1px solid #aaa;background:#fff url(../Imagens/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121;}
#tab6_linha3_opcoes .ui-corner-all{border-top-left-radius:4px;}
#tab6_linha3_opcoes .ui-corner-all{border-top-right-radius:4px;}
#tab6_linha3_opcoes .ui-corner-all{border-bottom-left-radius:4px;}
#tab6_linha3_opcoes .ui-corner-all{border-bottom-right-radius:4px;}
#tab6_linha3_opcoes a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
#tab6_linha3_opcoes a:hover,a:active{outline:0;}
#tab6_linha3_opcoes input{margin:0;font-size:100%;vertical-align:middle;}
#tab6_linha3_opcoes input{*overflow:visible;line-height:normal;}
#tab6_linha3_opcoes input::-moz-focus-inner{padding:0;border:0;}
#tab6_linha3_opcoes a{color:#0088cc;text-decoration:none;}
#tab6_linha3_opcoes a:hover,a:focus{color:#005580;text-decoration:underline;}
#tab6_linha3_opcoes ul{padding:0;margin:0 0 10px 25px;}
#tab6_linha3_opcoes li{line-height:20px;}
#tab6_linha3_opcoes legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333333;border:0;border-bottom:1px solid #e5e5e5;}
#tab6_linha3_opcoes input{font-size:14px;font-weight:normal;line-height:20px;}
#tab6_linha3_opcoes input{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
#tab6_linha3_opcoes input{width:206px;}
#tab6_linha3_opcoes input:-moz-placeholder{color:#999999;}
#tab6_linha3_opcoes input:-ms-input-placeholder{color:#999999;}
#tab6_linha3_opcoes input::-webkit-input-placeholder{color:#999999;}
#tab6_linha3_opcoes input{margin-left:0;}
#tab6_linha3_opcoes input:focus:invalid{color:#b94a48;border-color:#ee5f5b;}
#tab6_linha3_opcoes input:focus:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7;}
#tab6_linha3_opcoes .FlutuarAEsquerda{float:left;}
#tab6_linha3_opcoes #tab6_linha3_opcoes_linha1{min-height: 412px; text-align: left; border:0px solid #696969;box-shadow:0 0 0em #BEBEBE, 0 0 0em #BEBEBE, 0 0 0em #BEBEBE;border-radius:8px;width:100%;float:left;margin:0 0 15px 0;background-color:#3f75b0;}
#tab6_linha3_opcoes #tab6_linha3_opcoes_linha1 legend{border-color:#fff;color:#fff;}
#tab6_linha3_opcoes #tab6_linha3_opcoes_linha1 #div_ulListGrid_opcoesSelecionadas { height: 340px; overflow-y: auto; padding-top: 5px; }
#tab6_linha3_opcoes legend{font-size:small;font-family:sans-serif;font-weight:bold;}
#tab6_linha3_opcoes legend{font-family:sans-serif;font-size:small;font-weight:bold;height:33px;margin-top:-7px;}
#tab6_linha3_opcoes .ui-button.ui-widget.ui-state-default.ui-corner-all:disabled{color:#d3d3d3;}
#tab6_linha3_opcoes .ui-button.ui-widget.ui-state-default.ui-corner-all:enabled{color:#363636;font-weight:bold;}
#tab6_linha3_opcoes ::-webkit-scrollbar{width:12px;}
#tab6_linha3_opcoes ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;}
#tab6_linha3_opcoes ::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);}
#tab6_linha3_opcoes #ulListGrid_opcoesSelecionadas{ border: solid 0px #FF0000;margin: -5px 0 0 -10px;width: 100%;list-style-type: none;/*font-family: Verdana,Arial,sans-serif;*/height: 312px; }
#tab6_linha3_opcoes .lstGrid_li{float:left;margin:0 0 0 10px;}
#tab6_linha3_opcoes .lstGrid_elemento{border:solid 1px #D3D3D3;border-radius:5px;width:226px;height:175px;box-shadow:#CAE1FF 2px 2px 1px;margin-left:6px;background-color:#FFF;}
#tab6_linha3_opcoes .lstGrid_tituloPrincipal{float:left;border:solid 0px #0000FF;height:36px;width:100%;font-size:10.5px;line-height:12px;font-weight:bold;}
#tab6_linha3_opcoes .lstGrid_dados{float:left;border:solid 0px pink;width:100%;height:142px;margin:3px 0 8px 3px;}
#tab6_linha3_opcoes .lstGrid_linha1{float:left;border:solid 0px #00FF00;height:21px;width:100%;font-size:9px;line-height:10px;}
#tab6_linha3_opcoes .lstGrid_linha2{float:left;width:100%;height:25px;border:solid 0px #0000FF;line-height:12px;font-size:10px;}
#tab6_linha3_opcoes .lstGrid_linha3{float:left;width:100%;height:30px;border:solid 0px #FF0000;font-weight:bold;line-height:13px;font-size:10px;}
#tab6_linha3_opcoes .lstGrid_linha4 { float: left; width: 134px; height: 50px; border: solid 0px #FF0000; line-height: 13px; font-size: 9px; position: relative; top: 20px; }
#tab6_linha3_opcoes .lstGrid_botoes { float: right; border: solid 0px #000FFF; width: 100%; height: 50px; width: 88px; }
#tab6_linha3_opcoes .listGrid_divBotao{border: solid 0px #000;width: 45px;position: relative;display: inline-block; float: right;}
#tab6_linha3_opcoes .listGrid_divBotao button {width: 60px !important; font-size: 10px !important; padding: 2px !important;}
#tab6_linha3_opcoes .lstGrid_botoes .lstGrid_imagem {position: relative;width: 20px;height: 20px;display: inline-block; margin-top: 36px;}
#tab6_linha3_opcoes .lstGrid_botoes .lstGrid_imagem img {width: 20px;height: 20px;}
#tab6_linha3_opcoes .paginacaoList{border:solid 0px #0000FF;display: inline;}
#tab6_linha3_opcoes .paginacaoList a{background:#FFF;border-radius:6px;color:#000;float:left;font-size:10.5px; height:18px;line-height:18px;margin:0;padding:0 7px 0 6px;position:relative;text-decoration:none;margin:0 1.5px 0 1.5px;}
#tab6_linha3_opcoes .paginacaoList a:hover:after{background:#555555;color:#FFF;}
#tab6_linha3_opcoes .paginacaoList a:hover{background:none repeat scroll 0 0 #555555;color:#FFF;}
#tab6_linha3_opcoes .arrow-right a:hover:after{border-color:transparent transparent transparent #555555;color:#FFF;}
#tab6_linha3_opcoes .arrow-right a:hover{background:none repeat scroll 0 0 #555555;color:#FFF;}
#tab6_linha3_opcoes .arrow-right a:after{border-color:transparent transparent transparent #FFF;border-style:solid;border-width:9px 0 9px 8px;content:"";height:0;position:absolute;right:-8px;top:0;width:0;}
#tab6_linha3_opcoes .arrow-right a{background:none repeat scroll 0 0 #FFF;border-radius:6px 0 0 6px;color:#000;float:left;font-size:10.5px;height:18px;line-height:18px;margin:0 10px 0 2px;padding:0 3px 0 6px;position:relative;text-decoration:none;}
#tab6_linha3_opcoes .arrow-left a:hover:after{border-color:transparent #555555 transparent transparent;color:FFFFFF;}
#tab6_linha3_opcoes .arrow-left a:hover{background:none repeat scroll 0 0 #555555;color:#FFFFFF;}
#tab6_linha3_opcoes .arrow-left a:after{border-color:transparent #FFF transparent transparent;border-style:solid;border-width:9px 8px 9px 0;content:"";height:0;position:absolute;left:-8px;top:0;width:0;}
#tab6_linha3_opcoes .arrow-left a{background:none repeat scroll 0 0 #FFF;border-radius:0 6px 6px 0;color:#000;float:left;font-size:10.5px;height:18px;line-height:18px;margin:0 5px 0 10px;padding:0 6px 0 3px;position:relative;text-decoration:none;}
#tab6_linha3_opcoes a:link,a:visited{outline:medium none;transition:color 0.2s linear 0s;}

#tab6_linha4
{    
    text-align: left;
    border: 1px solid #696969;
    box-shadow: 0 0 0.4em #BEBEBE, 0 0 0.4em #BEBEBE, 0 0 0.4em #BEBEBE;
    border-radius: 7px;
    width: 232px;
    min-width: 232px;
    height: 412px;
}
#tab6_linha4 img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
#tab6_linha4 legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333333;border:0;border-bottom:1px solid #e5e5e5;}
#tab6_linha4 #tab6_linha4_opcoes
{
    width: 100%;
    margin: 0 auto;
}
#tab6_linha4 legend{border-color:#696969;}
#tab6_linha4 legend{font-size:small;font-family:sans-serif;font-weight:bold;}
#tab6_linha4 legend{font-family:sans-serif;font-size:small;font-weight:bold;height:33px;margin-top:-7px;}
#tab6_linha4 ::-webkit-scrollbar{width:12px;}
#tab6_linha4 ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;}
#tab6_linha4 ::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);}

/*! CSS Used from: http://localhost:57648/Styles/inscricao.css?d=080220171658 */
#tab6_linha4 #tab6_linha4_opcoes {}
#tab6_linha4 #tab6_linha4_opcoes table {width: 215px;}
#tab6_linha4 #tab6_linha4_opcoes table th, #tab6_linha4 #tab6_linha4_opcoes .table td {padding: 5px;}
#tab6_linha4 #tab6_linha4_opcoes #tab6_linha4_opcoes_header table {font-size: 11px;margin-bottom: 0;}
#tab6_linha4 #tab6_linha4_opcoes #tab6_linha4_opcoes_lines {overflow-y: auto;height: 300px;}
#tab6_linha4 #tab6_linha4_opcoes #tab6_linha4_opcoes_lines table {margin-top: -13px;font-size: 12px;}
#tab6_linha4 #tab6_linha4_opcoes ::-webkit-scrollbar{width:12px;}
#tab6_linha4 #tab6_linha4_opcoes ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;}
#tab6_linha4 #tab6_linha4_opcoes ::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);}

/* ************************************** */
/* FIM: CSS para o cardlist que veio do MatriculaFacil - 1º fase - Proderj.MatriculaOnline.sln */
/* ************************************** */

#atencao-pre-requisitos {
    text-align: left;
    border: 1px solid #696969;
    box-shadow: 0 0 0.4em #BEBEBE, 0 0 0.4em #BEBEBE, 0 0 0.4em #BEBEBE;
    border-radius: 7px;
    width: 232px;
    min-width: 232px;
    height: 412px;
}

    #atencao-pre-requisitos img {
        width: auto\9;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
        border: 0;
        -ms-interpolation-mode: bicubic;
    }

    #atencao-pre-requisitos legend {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 40px;
        color: #333333;
        border: 0;
        border-bottom: 1px solid #e5e5e5;
    }

    #atencao-pre-requisitos #atencao-pre-requisitos_opcoes {
        width: 100%;
        margin: 0 auto;
    }

    #atencao-pre-requisitos legend {
        border-color: #696969;
    }

    #atencao-pre-requisitos legend {
        font-size: small;
        font-family: sans-serif;
        font-weight: bold;
    }

    #atencao-pre-requisitos legend {
        font-family: sans-serif;
        font-size: small;
        font-weight: bold;
        height: 33px;
        margin-top: -7px;
    }

    #atencao-pre-requisitos ::-webkit-scrollbar {
        width: 12px;
    }

    #atencao-pre-requisitos ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        border-radius: 10px;
    }

    #atencao-pre-requisitos ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    }

    #atencao-pre-requisitos #atencao-pre-requisitos_opcoes {
    }

        #atencao-pre-requisitos #atencao-pre-requisitos_opcoes table {
            width: 215px;
        }

            #atencao-pre-requisitos #atencao-pre-requisitos_opcoes table th, #atencao-pre-requisitos #atencao-pre-requisitos_opcoes .table td {
                padding: 5px;
            }

        #atencao-pre-requisitos #atencao-pre-requisitos_opcoes #atencao-pre-requisitos_opcoes_header table {
            font-size: 11px;
            margin-bottom: 0;
        }

        #atencao-pre-requisitos #atencao-pre-requisitos_opcoes #atencao-pre-requisitos_opcoes_lines {
            overflow-y: auto;
            height: 300px;
        }

            #atencao-pre-requisitos #atencao-pre-requisitos_opcoes #atencao-pre-requisitos_opcoes_lines table {
                margin-top: -13px;
                font-size: 12px;
            }

        #atencao-pre-requisitos #atencao-pre-requisitos_opcoes ::-webkit-scrollbar {
            width: 12px;
        }

        #atencao-pre-requisitos #atencao-pre-requisitos_opcoes ::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            border-radius: 10px;
        }

        #atencao-pre-requisitos #atencao-pre-requisitos_opcoes ::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
        }


.btn-customized{color:#000;background-color:#3f75b0;border-color:#ededed}
.btn-customized:hover{color:#ededed;background-color:#3f75b0;border-color:#ededed}
.btn-customized:focus,.btn-customized.focus{box-shadow:0 0 0 0 rgba(0,0,0,0)}
.btn-customized.disabled,.btn-customized:disabled{color:#ededed;background-color:#3f75b0;border-color:#ededed}
.btn-customized:not(:disabled):not(.disabled):active,.btn-customized:not(:disabled):not(.disabled).active,.show>.btn-customized.dropdown-toggle{color:#ededed;background-color:#3f75b0;border-color:#ededed}
.btn-customized:not(:disabled):not(.disabled):active:focus,.btn-customized:not(:disabled):not(.disabled).active:focus,.show>.btn-customized.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(0,0,0,0)}

.form-group.required > label:after {
  content:"*";
  color:red;
}

.versao-hora 
{
    font-size: 11px;
    border: 1px solid #ededed;
    padding: 10px;
    position: fixed;
    bottom: 10px;
    background-color: #fff;
    border-radius: 15px;
    right: 10px;
    z-index: 1;
    
}

/*! CSS Used from: ../Styles/sitemaster.css */
.jimgMenu{width:700px;height:149px;overflow:hidden;border:0px solid #fff; padding-right:15px}
.jimgMenu ul{list-style:none;margin:-6.5px 0 0 -2px;display:block;height:143px;border:solid 0px red;float:right;}
.jimgMenu ul li{float:left;}
.jimgMenu ul li a{text-indent:-1000px;background:#fff none repeat scroll 0%;border-right:0px solid #fff000;cursor:pointer;display:block;overflow:hidden;height:153px;width:59px;}
/* inscrição */
.jimgMenu ul li#Inscricao a{background:url(../imagens/menu/card-inscricao.png) no-repeat scroll 0%;}
.jimgMenu ul li#Inscricao2 a{background:url(../imagens/menu/card-inscricao2.png) no-repeat scroll 0%;}
/* consulta */
.jimgMenu ul li#Consulta a{background:url(../imagens/menu/card-consulte.png) no-repeat scroll 0%;}
/* alteração */
.jimgMenu ul li#Atualizacao a{background:url(../imagens/menu/card-alterar.png) no-repeat scroll 0%;}
/* duvidas */
.jimgMenu ul li#Duvidas a{background:url(../imagens/menu/card-duvidas.png) no-repeat scroll 0%;}
/* escolas */
.jimgMenu ul li#ListaDeEscolas a{background:url(../imagens/menu/card-escolas.png) no-repeat scroll 0%;}
/* resolução */
.jimgMenu ul li#Resolucao a{background:url(../imagens/menu/card-resolucao.png) no-repeat scroll 0%;}
/* calendário */
.jimgMenu ul li#Calendario a{background:url(../imagens/menu/card-calendario.png) no-repeat scroll 0%;}
.jimgMenu ul li#InformacoesCursos a{background:url(../imagens/menu/InfoCursos.jpg) no-repeat scroll 0%;}
.jimgMenu ul li#Informativo a{background:url(../imagens/menu/FacaSuaInscricao.jpg) no-repeat scroll 0%;}

/*! CSS Used from: http://../Bootstrap/assets/css/bootstrap.css */
.jimgMenu a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.jimgMenu a:hover,.jimgMenu a:active{outline:0;}
.jimgMenu a{color:#0088cc;text-decoration:none;}
.jimgMenu a:hover,.jimgMenu a:focus{color:#005580;text-decoration:underline;}
.jimgMenu ul{padding:0;margin:0 0 10px 0;}
.jimgMenu li{line-height:20px;}

#label-endereco-atualizado span 
{
    font-weight: normal;
    font-size: 1rem;
}

@media print {
    #st-header, #st-footer {
        display: none;
    }
}

input[type='text'], input[type='email'] {
    text-transform: uppercase;
}

.field-validation-error {
    color: red;
    font-size: small;
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #adb5bd;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #007bff !important;
    background-color: #007bff;
}

.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/*--------------
    Dúvidas accordeon 
    ---------------*/
.accordion .card {
    box-shadow:none!important;
}
.accordion .card .card-header{
    background:#ffffff!important;
}
.accordion .card .card-header h2 button{
    display:block;
    font-weight:700;
    width:100%;
    color:#246DA7;
}
.accordion .card .card-body {
    font-weight: 500!important;
}


/*-------------
    MODAL PERGUNTA INSCRIÇÃO
    ---------------*/
.modal-pergunta-inscricao-exclamacao i {
    background: #ffffff;
    color: #ff8500;
    border: 5px solid white;
    border-radius: 50px;
    font-size: 48px;
}

.modal-pergunta-inscricao-frase {
    max-width: 250px;
}

.modal-pergunta-protecao-frase {
    max-width: 350px;
}
.modal-pergunta-inscricao-botao, .modal-pergunta-protecao-botao {
    color: #ffffff;
    background: #246da6;
    border-color: #246da6;
}

.modal-pergunta-inscricao-content, .modal-pergunta-protecao-content {
    background: #f8f9fade;
}

.modal-pergunta-inscricao-body {
    background: #246da6;
    color: #ffffff;
    border-radius: 50px;
}

.modal-pergunta-protecao-body {
    background: #246da6;
    color: #ffffff;
    border-radius: 50px;
}

.versao-hora {
    font-size: 11px;
    border: 1px solid #ededed;
    padding: 10px;
    position: fixed;
    bottom: 10px;
    background-color: #fff;
    border-radius: 15px;
    right: 10px;
    z-index: 1;
}




/* 
    transformar anchor links <a> em buttons <button>
    para escapar da transformação que o rybená faz
    na tag <a> quando está ativo
*/
.link-button {
    /* Remove default button styles */
    background: none; /* No background color */
    border: none; /* No border */
    padding: 0; /* Remove padding */
    font: inherit; /* Inherit font styles from parent */
    color: blue; /* Set a default link color */
    cursor: pointer; /* Change cursor to pointer on hover */
    text-decoration: underline; /* Add underline like a link */
    /* Optional: Adjust appearance for consistency */
    -webkit-appearance: none; /* For WebKit browsers */
    -moz-appearance: none; /* For Firefox */
    appearance: none; /* Standard property */
}

    .link-button:hover,
    .link-button:focus {
        color: purple; /* Change color on hover/focus */
        /* Add other hover/focus styles as needed */
    }


/* ===== RODAPÉ ===== */
.rodape {
    background-color: #0056b3;
    color: white;
    padding: 30px 60px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.rodape-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    flex-wrap: wrap;
    gap: 20px;
}

.rodape-logos {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rodape-logo {
    height: 40px;
    filter: brightness(0) invert(1);
    max-width: 100%;
}

    .rodape-logo.logo1 {
        border-right: 1px solid white;
        padding-right: 15px;
        margin-top: -5px;
    }

.rodape-redes {
    display: flex;
    gap: 20px;
    font-size: 22px;
}

    .rodape-redes a {
        color: white;
        transition: 0.3s;
    }

        .rodape-redes a:hover {
            transform: scale(1.1);
            color: #dfeaff;
        }

.rodape-copy {
    margin-top: 20px;
    font-size: 14px;
    opacity: 0.9;
}

select,
    select option,
    .card-header,
    .card-title,
    h1, h2, h3, h4, h5, h6,
    label {
        text-transform: none !important;
    }

@media (max-width: 900px) {

    .rodape-container {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }

    .rodape-logos {
        justify-content: center;
        margin: 5px;
    }

    .rodape {
        padding: 10px;
    }

    .rodape-logo {
        height: 26px;
    }

    .rodape-redes {
        font-size: 18px;
    }
}
