﻿td {
    -moz-text-overflow: ellipsis;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




/* RODAPÉ */
a.link-default {
    color: #34ac98;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

a.link-default:hover { color: #30bea6; }


/* TRANSFORMAR TEXTO EM CAIXA ALTA */
.upperText { 
    text-transform: uppercase !important;
}


.fa-university,
.fa-balance-scale,
.fa-comments,
.fa-users,
.fa-line-chart,
.fa-medkit,
.fa-money,
.fa-bar-chart,
.fa-balance-scale,
.fa-lock { color: #444 !important; }

.img-login {
    -ms-opacity: 0.2;
    left: -232px;
    opacity: 0.2;
    position: absolute;
}


/* ALERTA */

.alert-jur {
    border-color: #93d1c7 !important;
    color: #fff !important;
    font-size: 16px;
    min-height: 30px;
    padding-top: 16px;
}


/* OVERLAY & LOADING */

#black-overlay {
    -moz-filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -ms-opacity: .50;
    -o-filter: alpha(opacity=50);
    -webkit-filter: alpha(opacity=50);
    background-color: black;
    display: none;
    filter: alpha(opacity=50);
    height: 100%;
    left: 0;
    opacity: .50;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

#submit-loading {
    display: none;
    height: 54px;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    position: absolute;
    top: 40%;
    width: 54px;
}

/* END OVERLAY E PROGRESS BAR */


/* FORM LARGE */

.form-large { padding-top: 10px; }


/* CAROUSEL */

.toggleHeading {
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.toggleCaption {
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.carousel-caption a:hover { text-decoration: none; }

.overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.carousel-caption p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.carousel-caption h3 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    padding: 10px;
}

.carousel-inner > .item {
    max-height: 760px;
    min-height: 200px !important;
}

.carousel-inner > .item > img {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    height: 670px;
    min-height: 200px !important;
    transition: all 0.3s ease-in-out;
    width: auto;
}

.carousel-inner > .item > img:hover {
    -moz-filter: alpha(opacity=90);
    -moz-transition: all 0.3s ease-in-out;
    -ms-opacity: 0.90;
    -ms-transition: all 0.3s ease-in-out;
    -o-filter: alpha(opacity=90);
    -o-transition: all 0.3s ease-in-out;
    -webkit-filter: alpha(opacity=90);
    -webkit-transition: all 0.3s ease-in-out;
    filter: alpha(opacity=90);
    opacity: 0.90;
    transition: all 0.3s ease-in-out;
}

.carousel-fade .carousel-inner .item {
    -moz-transition-property: opacity;
    -ms-opacity: 0;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    -ms-opacity: 1;
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    -ms-opacity: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    -ms-opacity: 1;
    opacity: 1;
}

.carousel-fade .carousel-control { z-index: 2; }


.carousel-cob-indicators { width: 30px !important; }

.carousel-indicators .active {
    background-color: #fff !important;
    border: 1px solid #fff !important;
}


.carousel-control .left-arrow, /* CAROUSEL CONTROLS */
.carousel-control .right-arrow {
    display: inline-block;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    z-index: 5;
}


.carousel-control .left-arrow {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .right-arrow {
    margin-right: -10px;
    right: 50%;
}



/* BTN INPUT */

.btn-default,
.fileinput {
    -moz-transition: all 0.3s ease-in-out;
    -ms-border-radius: 0;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: #34ac98;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    transition: all 0.3s ease-in-out;
}

.btn-default:hover {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: transparent;
    border: 2px solid #34ac98;
    color: #34ac98;
    transition: all 0.3s ease-in-out;
}


.btn-file {
    overflow: hidden;
    position: relative;
}

.btn-file input[type=file] {
    -moz-filter: alpha(opacity=0);
    -moz-min-width: 100%;
    -ms-min-width: 100%;
    -ms-opacity: 0;
    -o-filter: alpha(opacity=0);
    -o-min-width: 100%;
    -webkit-filter: alpha(opacity=0);
    -webkit-min-width: 100%;
    cursor: inherit;
    display: block;
    filter: alpha(opacity=0);
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

/* END BTN INPUT*/


a { outline: none !important; }

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6,
span.texto-subtitulohorz,
label { font-family: 'Open Sans', sans-serif; }


h2 {
    font-size: 26px;
    padding-bottom: 0;
}

h3 {
    font-size: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
}

h4 {
    border-left: 4px solid #34ac98;
    padding-bottom: 0;
    padding-left: 4px;
}


/* EFEITO TEXTO TÍTULO */

.header-jur h1,
.stitulo,
.ssubtitulo {
    position: relative;
    z-index: 1;
}

.header-jur h1::before,
.stitulo::before {
    border-bottom: 3px solid #34ac98;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
}

.ssubtitulo::before {
    border-bottom: 1px solid #b5b5b5;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 25px;
}

.header-jur h1::before { width: 80px; }

.stitulo::before { width: 40px !important; }

.header-l2 p { font-size: 14px !important; }

/* END EFEITO TÍTULO */


span.quebralinha20px, /* QUEBRAR LINHA */
span.quebralinha10px,
span.quebralinha5px,
span.quebralinha2px { display: block; }

span.quebralinha20px { padding-top: 20px; }

span.quebralinha10px { padding-top: 10px; }

span.quebralinha5px { padding-top: 5px; }

span.quebralinha2px { padding-top: 2px; }


.topico-numerico { list-style-type: decimal; }



p, /* Fonte Conteúdo */
ul.topicos li {
    color: #444;
    font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 14px;
    text-align: justify;
}

ul {
    margin-top: 5px;
    padding-left: 12px;
}

ul.topicos li {
    font-size: 13px !important;
    margin: 4px !important;
    padding-left: 12px;
    text-align: left;
}

ul.topicos {
    border: none !important;
    padding: 6px 0;
}

.topicos-title li:first-child {
    font-weight: 600;
    list-style: none;
    margin-left: 0;
}

span.topico-conteudo {
    font-size: 18px;
    font-weight: 600;
}



/* MISSÃO, VISÃO E VALORES */

.mvv-block { margin-top: 30px; }

#institucional-missao img {
    max-width: 380px;
    width: 100%;
}

#institucional-missao h4 { margin-top: 12px; }

/* END MISSÃO, VISÃO E VALORES */




/* IMAGEM ESTRUTURA */

.img-estrutura { margin-top: 10px; }

/* END IMAGEM ESTRUTURA */




/* DIREITO EMPRESARIAL */

.empresarial-left { padding-left: 15px; }

.empresarial-top { padding-top: 20px; }

/* END DIREITO EMPRESARIAL*/



/* FALE CONOSCO */

#trabalhe-conosco span.faleconosco-tel,
#fale-conosco span.faleconosco-tel { font-size: 24px; }

#trabalhe-conosco span.faleconosco-email,
#fale-conosco a.faleconosco-email {
    color: #34ac98;
    font-size: 18px;
}

/* END FALE CONOSCO */




/* NOSSOS ENDEREÇOS [UNIDADES] */

.img-unidades-matriz {
    height: auto !important;
    margin-left: 15px;
    margin-right: 15px;
    width: 95% !important;
}

.img-unidades-filiais {
    border-bottom: 4px solid #34ac98;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    max-width: 383px;
}

.img-unidades-matriz,
.img-unidades-filiais {
    -moz-transition: 0.5s ease;
    -ms-opacity: 1;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border-bottom: 4px solid #34ac98;
    opacity: 1;
    transition: 0.5s ease;
}

.img-unidades-matriz:hover,
.img-unidades-filiais:hover {
    -moz-filter: alpha(opacity=90);
    -moz-transition: 0.5s ease;
    -ms-opacity: 0.9;
    -ms-transition: 0.5s ease;
    -o-filter: alpha(opacity=90);
    -o-transition: 0.5s ease;
    -webkit-filter: alpha(opacity=90);
    -webkit-transition: 0.5s ease;
    filter: alpha(opacity=90);
    opacity: 0.9;
    transition: 0.5s ease;
}

.img-carousel {
    -moz-filter: alpha(opacity=100);
    -moz-transition: 0.5s ease;
    /* IMG==>Carousel */
    -ms-opacity: 1;
    -ms-transition: 0.5s ease;
    -o-filter: alpha(opacity=100);
    -o-transition: 0.5s ease;
    -webkit-filter: alpha(opacity=100);
    -webkit-transition: 0.5s ease;
    filter: alpha(opacity=100);
    opacity: 1;
    transition: 0.5s ease;
}

.img-carousel:hover {
    -moz-filter: alpha(opacity=95);
    -moz-transition: 0.5s ease;
    -ms-opacity: 0.95;
    -ms-transition: 0.5s ease;
    -o-filter: alpha(opacity=95);
    -o-transition: 0.5s ease;
    -webkit-filter: alpha(opacity=95);
    -webkit-transition: 0.5s ease;
    filter: alpha(opacity=95);
    opacity: 0.95;
    transition: 0.5s ease;
}


.unidades-textomatriz {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-left: 15px;
    width: 90%;
}

.unidades-textofiliais {
    font-size: 10px;
    width: 90%;
}

.unidades-textofiliais > strong { font-size: 16px; }

#unidades-filiais { margin-left: 15px; }

#unidades-filiais > .col-md-2 {
    margin-left: 15px;
    margin-right: 15px;
}

#nossos-enderecos a {
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    color: #444;
    transition: 0.5s ease;
}

#nossos-enderecos a:hover {
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    color: #34ac98;
    text-decoration: none;
    transition: 0.5s ease;
}

.img-fullwidth,
.img-unidades-filiais {
    height: auto;
    width: 90%;
}

/* END NOSSOS ENDEREÇOS */



/* IMAGENS INDEX; ESTRUTURAS */

.juribox { padding: 20px 0; }

.juribox a,
.juribox a:hover {
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.juribox a:hover { text-decoration: none; }

.box,
.box-light {
    -moz-transition: 0.5s ease;
    -ms-background-clip: content-box;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    background-clip: content-box;
    min-height: 220px;
    height: 260px;
    margin-bottom: 10px;
    outline: none;
    padding: 10px 8px;
    text-align: center;
    transition: 0.5s ease;
    width: 100%;
}

.box img,
.box-light img {
    -moz-filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    /* Chrome 19+ & Safari 6+ */
    -ms-image-rendering: auto;
    -ms-opacity: 0.75;
    -o-filter: alpha(opacity=75);
    -o-image-rendering: auto;
    -webkit-filter: opacity(0.75);
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    filter: alpha(opacity=75);
    filter: gray;
    image-rendering: auto;
    opacity: 0.75;
}

.box:hover img,
.box-light:hover img {
    -moz-filter: alpha(opacity=100);
    -moz-opacity: 1;
    /* Chrome 19+ & Safari 6+ */
    -ms-image-rendering: auto;
    -ms-opacity: 1;
    -o-filter: alpha(opacity=100);
    -o-image-rendering: auto;
    -webkit-filter: opacity(1);
    /* Firefox 10+ */
    -webkit-filter: grayscale(0);
    filter: none;
    filter: alpha(opacity=100);
    image-rendering: auto;
    opacity: 1;
}

.box {
    background-color: #e1e1e1;
    border: solid 1px #e1e1e1;
}

.box-light {
    background-color: #f3f3f3;
    border: solid 1px #f3f3f3;
}

.box:hover,
.box-light:hover {
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border: solid 1px #34ac98;
    transition: 0.5s ease;
}


.box h5,
.box-light h5,
.box p,
.box-light p {
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.box h5,
.box-light h5 {
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    color: #414141;
    font-size: 20px;
    margin-top: 8px;
    transition: 0.5s ease;
}

.box-light:hover i,
.box:hover i {
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    color: #2b8f7e !important;
    transition: 0.5s ease;
}

.box-light:hover h5,
.box:hover h5 {
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    color: #2b8f7e;
    transition: 0.5s ease;
}

.box p,
.box-light p {
    color: #555;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 20px;
}




.img-deptosjur,
.img-estrutura {
    -moz-transition: 0.5s ease;
    -ms-opacity: 1;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border-bottom: 3px solid #34ac98;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    opacity: 1;
    transition: 0.5s ease;
    width: 100%;
    min-height: 162px;
}

.img-deptosjur:hover,
.img-estrutura:hover {
    -moz-transition: 0.5s ease;
    -ms-opacity: 0.9;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    opacity: 0.9;
    transition: 0.5s ease;
}

.img-transparency {
    -moz-filter: alpha(opacity=85);
    -ms-opacity: 0.85;
    -o-filter: alpha(opacity=85);
    -webkit-filter: alpha(opacity=85);
    filter: alpha(opacity=85);
    opacity: 0.85;
}

/* END IMAGENS INDEX; ESTRUTURAS */



/* MOSTRAR LEGENDA ON HOVER */

.hoverzoom,
figure {
    max-width: 340px;
    overflow: hidden;
    position: relative;
}

.hoverzoom > img {
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-border-radius: 2px;
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    border-radius: 2px;
    margin-top: 10px;
    padding-top: 10px;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    width: 100%;
}

.hoverzoom:hover > img {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.hoverzoom .retina,
figure .retina {
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-border-radius: 2px;
    -ms-opacity: 0;
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    background: none repeat scroll 0 0 #111;
    border-radius: 2px;
    bottom: 0; /*top: 0;*/
    height: 30%;
    left: 0;
    max-width: 340px;
    opacity: 0;
    padding: 30px;
    position: absolute;
    text-align: center;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    width: 100%;
}

.hoverzoom:hover .retina,
figure:hover .retina {
    -moz-filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -ms-opacity: .50;
    opacity: 0.5;
    -o-filter: alpha(opacity=50);
    -webkit-filter: alpha(opacity=50);
    -ms-box-shadow: inset 0 0 100px 50px #111;
    -webkit-box-shadow: inset 0 0 100px 50px #111;
    box-shadow: inset 0 0 100px 50px #111;
}

.hoverzoom .retina p,
figure .retina p {
    line-height: 5px;
    color: #d7d7d7;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.hoverzoom .retina a,
figure .retina a {
    -ms-border-radius: 4px;
    background: #6fc5e9;
    border: 1px solid #59afd4;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 16px auto 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    width: 150px;
}

/* END MOSTRAR LEGENDA ON HOVER */



/* NOTÍCIAS */

#tbl-noticias td {
    -moz-text-overflow: ellipsis;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.titulo-noticias-ellipsis {
    -moz-text-overflow: ellipsis;
    font-weight: 600;
    font-size: 12px;
    max-width: 322px;
    overflow: hidden;
    padding: 0 2px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.textarea-prop { min-height: 200px; }

.group-noticias {
    padding-bottom: 20px;
    padding-top: 20px;
}

.box-noticia {
    background-color: #fff;
    border: 1px solid #ebebeb;
    min-height: 240px;
}

.box-noticia a {
    color: #34ac98;
    /*padding-left: 10px;*/
}

.box-noticia a:hover { color: #82cabe; }


/* BOX IMAGENS */
.box-imagem, 
.box-imagem-faq,
.box-imagem-work {
    overflow: hidden;
    position: relative;
}

.box-imagem { max-height: 480px; }

.box-imagem-work { max-height: 480px; }

.box-imagem-faq { max-height: 265px; }

.box-imagem a img,
.box-imagem-faq a img,
.box-imagem-work a img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    max-width: 100%;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.box-imagem:hover img,
.box-imagem-faq:hover img,
.box-imagem-work:hover a img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

p.navegation { /* PARAGRÁFO NAVEGAÇÃO */
    color: #777;
    font-size: 10px;
}

.img-noticia {
    margin: 8px 4px !important;
    width: 90%;
}

.img-noticia:hover {
    -moz-filter: alpha(opacity=95);
    -ms-opacity: 0.95;
    -o-filter: alpha(opacity=95);
    -webkit-filter: alpha(opacity=95);
    filter: alpha(opacity=95);
    opacity: 0.95;
}

.dataehora-noticia {
    color: #757575;
    font-size: 10px;
    /*margin-left: 12px !important;
    margin-right: 16px !important;*/
    padding: 0 4px;
}


.titulo-noticia {
    margin-left: 8px;
    margin-right: 4px;
}

.dataehora-noticia span { float: right; }


/*VISUALIZAR*/

div#social-group { /* MIDIA SOCIAL*/
    margin-bottom: 20px;
    margin-right: 25px;
}

div#social-group a {
    float: right;
    margin-right: 4px !important;
}

a#facebook,
a#twitter,
a#linkedin,
a#googleplus {
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    line-height: 30px;
    min-height: 30px;
    text-align: center;
    width: 80px;
}

a#facebook:hover,
a#twitter:hover,
a#linkedin:hover,
a#googleplus:hover {
    outline: none;
    text-decoration: none;
}

a#facebook { background-color: #3b5998; }

a#facebook:hover { background-color: #4b6aac; }

a#linkedin { background-color: #007bb6; }

a#linkedin:hover { background-color: #108ac4; }

a#twitter { background-color: #00aced; }

a#twitter:hover { background-color: #19baf7; }

a#googleplus { background-color: #dd4b39; }

a#googleplus:hover { background-color: #e96251; }

p#autor { float: left;font-size: 11px;text-transform: uppercase; }

/*CONTEÚDO*/

p#titulo-noticia {
    color: #4e4e4e;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 2px;
}

p#subtitulo-noticia {
    color: #7F7B7B;
    font-size: medium;
}

div#noticia-conteudo { margin-bottom: 30px !important; }

div#ultimas-noticias {
    display: inline-block;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

div#ultimas-noticias p { color: #5a5a5a;}

div#ultimas-noticias p a { color: #5a5a5a; font-size: 14px;font-family: Calibri;}

div#ultimas-noticias h4 { font-family: 'Oswald', sans-serif; }

p#conteudo-noticia {
    font-size: 14px;
    padding-right: 30px;
    text-align: justify;
    white-space: pre-line;
    word-wrap: break-word;
}

p.data-noticia {
    color: #7F7B7B;
    font-size: x-small;
    padding-top: 10px;
}

img#imagem-noticia {
    -ms-background-size: cover;
    -ms-border-radius: 4px;
    background-size: cover;
    border: 1px solid #F6FDFD;
    border-radius: 4px;
    float: left;
    max-width: 380px;
    padding-left: 30px;
    padding-right: 10px;
}

div#visualizar {
    min-height: 680px;
    padding-top: 30px;
}

div#conteudo-imagem {
    float: left;
    margin: 0.2em;
    max-width: 380px;
    padding: 0.2em;
}

div#conteudo-imagem p {
    font-size: smaller;
    text-indent: 0;
}

.img-real { /* TAMANHO MÁXIMO DA IMAGEM DA NOTICIA QUANDO ABERTA */
    max-width: 400px;
}

/* end noticias */