﻿body {
    font-family: 'Open Sans', sans-serif !important;
}
/*-----------------------
    NAV MENU
    --------------------*/
nav {
    min-height: 60px;
    background: #ffffff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);
}

.navbar-brand {
    padding: 5px 1em !important;
    margin: 0;
}

.nav-link {
    font-size: 17px !important;
}
/*efeito sublinhado menu principal*/
.link-inscricao {
    transition: all 0.3s ease-in-out;
}

.link-consulta {
    transition: all 0.3s ease-in-out;
}

.link-alteracao {
    transition: all 0.3s ease-in-out;
}

.link-transferencia {
    transition: all 0.3s ease-in-out;
}

.link-renovacao {
    transition: all 0.3s ease-in-out;
}

.link-resolucao {
    transition: all 0.3s ease-in-out;
}

.link-duvidas {
    transition: all 0.3s ease-in-out;
}

.link-escolas {
    transition: all 0.3s ease-in-out;
}

/*HOVER*/
.link-inscricao:hover {
    box-shadow: inset 0 -5px 0 0 #FF8500;
}

.link-consulta:hover {
    box-shadow: inset 0 -5px 0 0 #8C2E9F;
}

.link-alteracao:hover {
    box-shadow: inset 0 -5px 0 0 #6BA44B;
}

.link-transferencia:hover {
    box-shadow: inset 0 -5px 0 0 #246DA7;
}

.link-renovacao:hover {
    box-shadow: inset 0 -5px 0 0 #D73A3B;
}

.link-resolucao:hover {
    box-shadow: inset 0 -5px 0 0 #246DA7;
}

.link-duvidas:hover {
    box-shadow: inset 0 -5px 0 0 #E2C700;
}

.link-escolas:hover {
    box-shadow: inset 0 -5px 0 0 #4EC4B6;
}

#header-content {
    background: #FFFFFF !important;
}

/*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 {
    width: 100%;
    background-color: #246da7;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    color: #ffff;
    box-shadow: 2px 2px 10px -1px rgb(0 0 0 / 40%);
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .jumbotron {
        background: url("../Imagens/coreano-extra-small.png");
        height: 162px;
    }
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .jumbotron {
        background: url("../Imagens/coreano-small.png");
        height: 301px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .jumbotron {
        background: url("../Imagens/coreano-medium.png");
        height: 301px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .jumbotron {
        background: url("../Imagens/coreano-large.png");
        height: 301px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .jumbotron {
        background: url("../Imagens/coreano-extra-large.png");
        height: 300px;
    }
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 1em;
}

    .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%;
}

.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;
}

.conteudo {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #ebebea;
}

#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 {
    width: 1048px;
}

    #st-content .card {
        max-width: 1065px;
        height: auto;
        margin-top: 30px;
        margin: auto;
        margin-block: 30px;
        background-color: rgba(255,255,255,60%);
        border-radius: 16px 16px 16px 16px;
        box-shadow: 2px 2px 10px -1px rgb(0 0 0 / 40%);
    }

#st-content-page {
    border: 0px solid red;
    /*height: 435px;*/
    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;
}

.dadoscandidato {
    /*width: 100vw;  margin-left: -200px;*height: 50vh;color: Red;*/
}

.painel {
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
}

.card-header {
    background-color: #DEDED7;
    color: Gray;
    font-weight: bold;
}

/* 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;
    background-color: #3f75b0;
    color: #ededed;
    border-radius: 16px 16px 0 0 !important;
}

.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;
        border-radius: 5px;
        width: 226px;
        height: 143px;
        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: 30px;
        border: solid 0px #FF0000;
        font-weight: bold;
        line-height: 13px;
        font-size: 10px;
    }

    #tab6_linha2_coluna1 .lstGrid_linha4 {
        float: left;
        width: 134px;
        height: 25px;
        border: solid 0px #FF0000;
        line-height: 13px;
        font-size: 9px;
        position: relative;
        top: 0px;
    }

    #tab6_linha2_coluna1 .lstGrid_botoes {
        float: right;
        border: solid 0px #000FFF;
        width: 100%;
        height: 25px;
        width: 88px;
    }

    #tab6_linha2_coluna1 .listGrid_divBotao {
        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;
    }

/*! 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: 170px;
    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: 0px;
}

#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: 26px;
}

    #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: 800px;
    height: 143px;
    overflow: hidden;
    border: 0px solid #fff;
}

    .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;
            }
            /* alteração */
            .jimgMenu ul li#Atualizacao a {
                background: url("../Imagens/card-alterar.png") no-repeat scroll 0%;
            }
            /* inscrição */
            .jimgMenu ul li#Inscricao a {
                background: url("../Imagens/card-inscricao.png") no-repeat scroll 0%;
            }
            /* consulta */
            .jimgMenu ul li#Consulta a {
                background: url("../Imagens/card-consulte.png") no-repeat scroll 0%;
            }
            /* transferencia */
            .jimgMenu ul li#Transferencia a {
                background: url("../Imagens/card-transferencia.png") no-repeat scroll 0%;
            }
            /* escolas */
            .jimgMenu ul li#ListaDeEscolas a {
                background: url("../Imagens/card-escolas.png") no-repeat scroll 0%;
            }
            /* duvidas */
            .jimgMenu ul li#Duvidas a {
                background: url("../Imagens/card-duvidas.png") no-repeat scroll 0%;
            }
            /* renovação */
            .jimgMenu ul li#Renovacao a {
                background: url("../Imagens/card-renovacao.png") no-repeat scroll 0%;
            }
            /* resolução */
            .jimgMenu ul li#Resolucao a {
                background: url("../Imagens/card-resolucao.png") 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;
    }
/*-------------
    RODAPÉ
    ---------------*/
footer {
    padding-top: 1em;
    color: #ffffff;
    background: #246DA7;
}

    footer hr {
        background: #ffffff;
    }

.area-redes-socias h3 {
    font-size: 20px;
}

.area-redes-socias a {
    color: #ffffff;
}

    .area-redes-socias a:hover {
        color: #ffffff;
    }

.info-contato h2 {
    font-size: 20px;
}

.info-contato h3 {
    font-size: 14px;
}
