html {
    overflow-y: scroll;
    overflow-x: hidden;
}

html, body {
    /*height:100%;*/
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
}
/*.footer-bottom{
    position:absolute;
    bottom:0;
}*/
/*.container-formulario {
    max-width: 300px;
    margin: 0 auto;
}

.formulario-matricula {
    margin: 0 auto;
    align-items: center;
}*/

.imagem-saopaulo {
    text-transform: uppercase;
    width: 100%;
    color: #FFF;
    letter-spacing: 3px;
    font-size: 20pt;
    min-height: 180px;
    background-image: url(../imagem/sao-paulo.jpg);
    background-position: center top;
    background-repeat: repeat;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 40px;
}

.form-protocolo {
    max-width: 600px;
    margin: 0 auto;
}

.label {
    padding-right: 10px;
}

.label-resultado {
    margin-top: 25px;
    max-width: 100%;
}

body {
    background-color: #FFF;
    font-family: 'Open Sans',Arial,sans-serif;
}

.container {
    width: 80%;
    margin: 0 auto;
}

.banner {
    max-height: 450px;
    min-width: 100%;
}


.img-responsive {
    margin: 0 auto;
}

.info-header {
    display: flex;
    justify-content: flex-end;
    font-size: 1.2em;
    vertical-align: middle;
    line-height: 30px;
    padding-right: 10%;
}

.nav-menu {
    display: flex;
}

.cabecalhoHeader {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

    .cabecalhoHeader .container {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

.login {
    padding-top: 2em;
}

.logo-header {
    padding: 20px 0;
    color: #002777
}


.menu, .menu a {
    color: #FFFFFF;
    background-color: #0A0F44;
}

.menu-display {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    word-wrap: break-word;
}

.info-header {
    background-color: #F6F6F6;
    height: 30px;
}

.login label {
    display: inline-block;
    width: 60px;
}


.cabecalhoHeader-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 5px 0;
}

.banner-background {
    max-height: 450px;
}

    .banner-background .container h1 {
        padding: 40px 0 0 28px;
        text-align: center;
    }

    .banner-background .container h2 {
        padding: 20px 0;
        text-align: center;
    }

.logo-parceiros {
    background-color: #ededed;
}

.logo-parceiros2 {
    background-color: #ededed;
}

.nav-logos {
    width: 100%;
}

    .nav-logos ul {
        margin-bottom: 0;
    }

.logos-menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.nav-item {
    width: 317px;
    height: 172px;
    display: flex;
    justify-content: center;
}

.nav-item2 {
    padding-bottom: 20px;
    height: 200px;
    display: flex;
    flex-direction: row;
}

.imagens-parceiros {
    width: 100%;
}

.grey-bar {
    width: 100%;
    background-color: #dadada;
    height: 100px;
    display: flex;
    justify-content: center;
}

.blue-bar {
    margin-top: 50px;
    background-color: #0A0F44;
    height: 50%;
    width: 80%;
    text-align: center;
    font-size: 2.5em;
    color: #fff;
    font-weight: bolder;
    font-family: Arial, sans-serif;
}

.fundo-mapa {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mapa {
    width: 80%;
    padding-bottom: 30px;
    background-color: #ededed;
    align-items: center;
    text-align: center;
    justify-content: center;
    max-height: 560px;
}

.footer {
    width: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.footer-bar-grey {
    margin: 0 auto;
    width: 80%;
    height: 50px;
    background-color: #9d9d9c;
}

.footer-bar-grey2 {
    margin-top: 50px;
    width: 80%;
    height: 50px;
    background-color: #9d9d9c;
}

.info-banner {
}

.menu-footer {
    margin: 0 auto;
    width: 80%;
    height: 250px;
    background-color: #575756;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #DADADA;
    font-size: 12pt;
    text-align: justify;
    padding: 10px 2.5%;
}

/*.div-menu-footer ul li:hover{
	border: solid 1px;
}*/

#breadcrumb {
    border-color: #D7D7D7;
    padding: 30px 0 20px;
    border-bottom: 1px solid;
    text-align: right;
    width: 80%;
    margin: 0 auto;
}

.row3 a {
    color: #888888;
    background-color: #FFFFFF;
}

.conteudo {
    margin-bottom: 30px;
}

.wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: left;
    word-wrap: break-word;
}

#breadcrumb li {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0;
}



.div-menu-footer ul li a {
    color: #DADADA;
}

.footer-creditos {
    margin: 0 auto;
    width: 80%;
    min-height: 40px;
    height: auto;
    line-height: 40px;
    background-color: #dadada;
    color: #9d9d9c;
    vertical-align: center;
    text-align: center;
}

.nav-item img:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

.div-menu-footer {
    list-style: none;
    margin-top: 35px;
}

.icones {
    height: 22px;
    width: 22px;
    vertical-align: -3px;
}

h1 {
    font-size: 125%;
}

a {
    outline: none;
    text-decoration: none !important;
}



.row2, .row2 a {
    color: #FFFFFF;
    background-color: #0A0F44;
}



a:active, a:focus {
    background: transparent;
}



address, article, aside, figcaption, figure, footer, header, main, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}

a {
    color: #0171BB;
}

    a:active, a:focus {
        background: transparent;
    }
/* IE10 + 11 Bugfix - prevents grey background */
hr, .borderedbox {
    border-color: #D7D7D7;
}

label span {
    color: #FF0000;
    background-color: inherit;
}

.overlay {
    color: #FFFFFF;
    background-color: inherit;
}

    .overlay::after {
        color: inherit;
        background-color: rgba(0,0,0,.55);
    }



.icon::after {
    border-color: #D7D7D7;
}

article:hover .icon::after {
    border-color: #0171BB;
}


.login {
    color: #878787;
}

.package-table tbody tr:nth-child(odd) {
    background: #FAFAFA;
}

.package-table td {
    border-top: 0px !important;
    border-right: 1px solid #fff !important;
}

.package-table tbody tr:nth-child(even) {
    background: #DFDFDF;
}

@media screen and (max-width: 632px) {
    .logo-parceiros2 {
    }

    .logo-site{
       height:75px;
    }
    .blue-bar {
        font-size:1.5em;
        vertical-align:middle;
        height: 50px;
    float: none;
    line-height: 50px;
    vertical-align: middle;
    }

    .carousel-caption h2 {
        font-size: 150%;
        margin-bottom: -10px;
        padding-bottom: 0;
    }

    .grey-bar {
    }

    .texto-banner {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .mapa {
        height: 260px;
        padding-bottom: 20px;
    }

    .menu-footer {
        flex-flow: wrap;
    }
    

        .menu-footer .linha-vertical {
            display: none;
        }

    .menu-footer {
        padding: 40px 2.5%;
        margin-top: 0;
        font-size: 13pt;
    }

    .div-menu-footer {
        margin-top: 0;
    }

    .footer-creditos {
        font-size: 0.7em;
    }
}

@media screen and (max-width: 1024px) {

    .mapa {
        max-height: 460px;
    }

    .menu-footer {
        justify-content: center;
    }

        .menu-footer .linha-vertical {
            display: none;
        }

    .menu-footer-mobile {
        display: none;
    }

    .footer-creditos {
        font-size: 0.9em;
    }

    .nav-menu {
        display: flex;
        flex-direction: column;
    }

    .logos-menu {
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
    }

    .banner-background .container {
        max-width: 100%;
        height: auto;
    }

    .mapa {
        width: 100%;
    }

    .blue-bar {
        width: 100%;
    }

    .footer-bar-grey {
        width: 100%;
    }

    .footer-bar-grey2 {
        width: 100%;
    }

    .menu-footer {
        width: 100%;
        padding: 10px 0;
    }

    .footer-creditos {
        width: 100%;
    }

    #breadcrumb {
        width: 100%;
    }

    .mapa-contato {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav li {
    }

    .btn {
        float: right;
    }

    .hidden-menu {
        padding-left: 20px;
    }

    .navbar-header {
        background-color: #0A0F44;
        color: #fff;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
    }

    .panel-devolucao {
        max-width: 700px;
    }

    .container {
        width: 100%;
    }
}
