nav {
    
    transition: background-color 0.3s;
    
}

.semi_transparente {
    
    background-color: rgba(0,0,0,0) !important;
    
}

.parallax-container {
    height: 450px;
}



input:focus {
    
    border-bottom: 1px solid #1976D2 !important;
    box-shadow: 0 1px 0 0 #1976D2 !important;
    
}

textarea:focus {
    
    border-bottom: 1px solid #1976D2 !important;
    box-shadow: 0 1px 0 0 #1976D2 !important;
    
}

input[type="radio"]:checked+label:after, input[type="radio"].with-gap:checked+label:after {
    background-color: #1976D2;
    border: 2px solid #1976D2;
}

.brand-logo img {
    vertical-align: middle;
    height: 30px;
}

.sub_nav {
    width: 100%;
    position: fixed;
    z-index: 998;
    line-height: 48px;
    height: 48px; 
}

.titulo_subpagina {
    font-weight: 300;
    font-size: 1.2rem;
    display: block;
}

.galeria {
    font-size: 0px;
}

.galeria .elemento {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    height: 130px;
    width: 130px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.galeria .elemento img {
    width: 100%;
    height: 100%;
}

#materialbox-overlay img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.galeria .elemento .nome {
    background-color: rgb(30, 136, 229);
    width: 100%;
    height: 100%;
    top: 100%;
    font-size: 18px;
    color: #FFF;
    position: absolute;
    box-sizing: border-box;
    padding: 16px;
    transition: top 0.3s;
}

.galeria .elemento:hover .nome {
    top: 0px;
}

.galeria .elemento .video_play {
    width: 100%;
    height: 100%;
    top: 0px;
    font-size: 18px;
    color: #FFF;
    position: absolute;
    text-align: center;
    pointer-events: none;
}

.card-panel .video_play i {
    font-size: 100px;
    color: #FFF;
    line-height: 160px;
}

.galeria .elemento .video_play i {
    font-size: 60px;
    line-height: 130px;
    text-shadow: 1px 1px 5px #000;
}

#materialbox-overlay + img {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.slider .slides {
    background-color: inherit !important;
}

.slider {
    min-height: 150px;
    position: relative;
}

.slider .indicators .indicator-item.active {
    background-color: #1E88E5;
}

svg {
	width: 100%;
	height: 350px;
}

path.slice{
	stroke-width:2px;
}

polyline{
	opacity: .3;
	stroke: black;
	stroke-width: 2px;
	fill: none;
}

.dropdown-content {
    width: auto !important;
    max-width: 300px;
    overflow-x: hidden;
}

.dropdown-content li {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

span.highlight {
    border-bottom: 3px solid #1E88E5;
}

.topo_medida {
    cursor: pointer;
}

.dados_medida { 

    overflow: hidden;
    max-height: 1000px;
    transition: max-height 0.2s;

}

.topo_medida.colapsado + .dados_medida {
    max-height: 0px;
}

iframe:-webkit-full-screen { 
    z-index: 3000 !important;
    
}

:-webkit-full-screen-ancestor:not(iframe) {
    z-index: 3000 !important;
}

.titulo_noticia {
    font-size: 1.2rem;
    font-weight: 500;
    position: absolute;
    bottom: 48px;
    left: 0px;
    right: 0px;
    padding: 16px;
    line-height: 1.2rem;
    text-shadow: 1px 1px 5px #000;
}

.fonte_noticia {
    position: absolute;
    bottom: 0px;
    line-height: 40px;
    height: 40px;
    left: 0px;
    right: 0px;
    font-size: 0.9rem;
    text-align: right;
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 300;
    border-top: 1px solid #EEE;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card_noticia .fonte_noticia { 
    text-align: left;
}

.fonte_noticia i {
    vertical-align: middle;
    margin: 0px 8px;
}

.card-panel {
    position: relative;
}

.caixa_livro {
    width: 70%;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #9e9e9e;
    display: inline-block;
    cursor: text;
    color: #DDD;
    text-align: left;
    font-size: 1.1rem;
    margin: auto;
    transition: height 0.3s;
}

.back_folha {
    position: fixed;
    z-index: 3000;
    background-color: #777;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.folha_livro {
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
    box-sizing: border-box;
    margin-bottom: 16px;
    background-color: #FFF;
}

.sub_bloco_livro {
    overflow: hidden;
    max-height: 1000px;
    opacity: 1;
    transition: max-height 1.5s, opacity 0.5s;
}

.folha_livro.colapsado .sub_bloco_livro {
    max-height: 0px;
    opacity: 0;
}

.folha_livro textarea {
    min-height: 0px !important;
    padding-top: 1rem;
    margin: 0px;
}

.folha_livro input {
    margin: 0px;
}

.pagina_livro_simplex {
    transition: left 0.5s;
    width: 100%; 
    position: absolute; 
    white-space: normal;
    min-height: 1000px;
    padding-left: 60px;
}

.miolo_livro {
    padding: 24px 8px;
    white-space: normal;
}

.navegador_livro {
    height: 1000px;
}

.livro_navegador_esquerda {
    position: absolute;
    left: 16px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
}

.livro_navegador_direita {
    position: absolute;
    right: 16px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
}

.livro_navegador_esquerda, .livro_navegador_direita {
    display: none;
}

.dados_grafico {
    display: block;
    font-size: 1.2rem;
    padding: 16px;
}

.texto_livro_simplex {
    font-size: 1.0rem;
    line-height: 1.5rem;
    margin-top: 64px;
}

.picture_container {
    width: 150px;
    height: 150px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

.picture_container img { 
    max-height: 100%;
    min-height: 100%;
}

ul.navegador_media li {
    line-height: 40px;
    padding: 0px 24px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

ul.navegador_media li:hover {
    background-color: #1E88E5;
    color: #FFF;
}

.livro_simplex_titulo {
    width: auto;
    border-bottom: 1px solid #616161;
    display: inline-block;
    font-size: 1.2rem;
    color: #616161;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.logo_livro_simplex {
    position: absolute;
    right: 72px;
    top: 16px;
    width: 15%;
}

.pagina_livro {
    color: #AAA;
    position: absolute;
    top: 16px;
    left: 70px;
}

.assinatura_livro_simplex {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 1.1rem;
}


.argolas {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -25px;
    width: 32px;
    background-image: url(../app/imgs/argola.png);
    background-size: 32px;
    background-repeat: repeat-y;
}

.pagina_livro_simplex .argolas {
    left: 0px;
}

.titulo_noticia_spaced {
    position: relative;
    padding-bottom: 40px;
    font-size: 1.2rem;
    font-weight: 500;
    width: calc(100% - 300px);
}

.img_noticia {
    background-size: cover; 
    width: 300px; 
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 2;
}

.card_noticia {
    min-height: 150px;
}

.no-text-shadow {
    text-shadow: none;
}

h7 {
    font-size: 0.7rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

.card-action {
    overflow: hidden;
    text-overflow: ellipsis;
}


@media only screen and (min-width: 401px) {
    
    .pagina_livro_simplex {
        min-height: 700px;
        padding-left: 60px;
    }
    
    .navegador_livro {
        height: 700px;
    }
    
    .assinatura_livro_simplex {
        width: 50%;
        display: inline-block;
        text-align: center;
        font-size: 1.2rem;
    }
    
}

@media only screen and (min-width: 601px) {
    
    .livro_navegador_esquerda, .livro_navegador_direita {
        display: block;
    }
    
    h7 {
        font-size: 0.8rem;
    }
    
    
    
}

@media only screen and (min-width: 800px) {

    .dados_grafico {
        display: none;
    }

    .m20p {
        width: 20% !important;
    }
    
}

@media only screen and (min-width: 1200px) {

    .m20p {
        width: 20% !important;
    }
    
    .miolo_livro {
        padding: 72px 80px;
    }
    
    .texto_livro_simplex {
        font-size: 1.3rem;
        line-height: 2rem;
        margin-top: 64px;
    }
    
    .pagina_livro_simplex {
        min-height: 800px;
        padding-left: 80px;
    }
    
    .navegador_livro {
        height: 800px;
    }
    
    .argolas {
        width: 65px;
        left: -60px;
        background-size: 65px;
    }
    
    .pagina_livro {
        left: 160px;
    }
    
    h7 {
        font-size: 0.9rem;
    }
    
}

@media only screen and (max-width: 600px) { 
    
    .galeria .elemento .nome { 
        top: 0px;
        background-color: rgba(30, 136, 229, 0.8);
    }
    
    
    
    h4 {
        font-size: 2rem;
    }
    
    h5 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 2.5rem;
    }
    
    h7 {
        font-size: 0.9rem;
    }
    
    .card .card-content .card-title {
        2rem;
    }
    
    .folha_livro {
        padding-left: 24px;
        padding-right: 24px;
    }
    
    .logo_livro_simplex {
        display: none;
    }
    
    .pagina_livro_simplex {
        min-height: 900px;
    }
    
    .navegador_livro {
        height: 900px;
    }
    
    .assinatura_livro_simplex {
        font-size: 1rem;
    }
    
    .pagina_livro  {
        font-size: 0.8rem;
    }

}


.canto {
    position: absolute;
    right: 0px;
    top: 0px;
}

.nova_pagina {
    position: absolute;
    top: 5px;
    right: 5px;
}

ul.selectBox {
    position: absolute;
    left: 0px;
    background-color: #FFF;
    z-index: 998;
    overflow-y: auto;
    min-width: 100%;
}

ul.selectBox li {
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 8px;
    padding-right: 16px;
}

ul.selectBox li label {
    margin-right: 16px;
    line-height: 16px;
}

ul.selectBox li:hover {
    background-color: #EEE;
}

.search_field_reset {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.paginacao {
    display: inline-block;
    padding: 8px 16px;
    cursor: pointer;
}

.paginacao.activo {
    background-color: #1E88E5;
    border-radius: 16px
}

.recaptcha {
    text-align: center;
    margin-bottom: 16px;
}

.recaptcha div {
    display: inline-block;
}

video::-webkit-media-controls {
    display:none !important;
}

.link_title {
    font-size: 1.64rem;
    line-height: 110%;
    margin: 0.82rem 0 0.656rem 0;
}

.implementacao_concluida { 
    display: none;
}

.topo_medida.colapsado + .implementacao_concluida {
    display: block;
    position: absolute;
    bottom: -25px;
    left: -25px;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
}

.green-bottom {
    background-color: #d5f9ff;
}


.float-left {
    float: left;
    margin-right: 40px;
}

.clearfix {
    clear: both;
}

.last-footer {
    display: flex; 
    justify-content: space-between;
}

@media only screen and (max-width: 800px) {
    .last-footer {
        display: block; 
        justify-content: space-between;
        text-align: center;
    }

    img {
        max-width: 100%;
    }
}


::-webkit-input-placeholder, ::placeholder {
    color: #616161;
    opacity: 1 !important;
}
  
:-moz-placeholder {
/* Firefox 18- */
color: #616161;
opacity: 1;
}

::-moz-placeholder {
/* Firefox 19+ */
color: #616161;
opacity: 1 !important;
}

:-ms-input-placeholder {
color: #616161;
opacity: 1 !important;
}
  
  /* Text inputs */
  input:not([type]),
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=url],
  input[type=time],
  input[type=date],
  input[type=datetime],
  input[type=datetime-local],
  input[type=tel],
  input[type=number],
  input[type=search],
  textarea.materialize-textarea {
    border-bottom: 1px solid #616161;
}

.pesquisar_livro {
    border-bottom: 1px solid #FFF;
}

.pesquisar_livro::placeholder {
    color: #FFF;
}


    
