﻿a { outline: 0; }

.text-default {
    color: #34ac98;
    font-size: 16px;
    font-weight: 600;
}

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; }

.alert-cob {
    border: 2px double #34ac98 !important;
    color: #34ac98 !important;
    font-size: 16px;
    min-height: 25px;
    padding-top: 16px;
}

.msg-submit { margin: 12px 0; }


::selection { background: #9ae4d7; }

::-moz-selection { background: #9ae4d7; }

::-webkit-selection { background: #9ae4d7; }



/* 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 loading e progress bar */


/* BOTÕES */

.btn-danger,
.btn-link {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.btn-default { text-align: center !important}

.btn-goback,
.btn-primary,
.btn-defaukt {
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.btn-goback {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.btn-goback:focus,
.btn-goback.focus {
    background-color: #e6e6e6;
    border-color: #8c8c8c;
    color: #333;
}

.btn-goback:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}

.btn-goback:active,
.btn-goback.active,
.open > .dropdown-toggle.btn-goback {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}

.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;
    font-size: 14px;
    text-transform: uppercase;
    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;
    /*border-bottom: 2px solid #34ac98;
    border-top: 2px solid #34ac98;*/
    color: #34ac98;
    transition: all 0.3s ease-in-out;
}

.btn-default:hover .glyphicon { color: #34ac98; }


.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 botões*/



/* HEADER TITULO */

p#institucional {
    color: #444;
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
}

p#institucional,
p#institucional-2 {
    display: block;
    margin: 0;
    padding: 0;
}

p#institucional-2 { letter-spacing: 6px; }


.stitulo,
.titulo-header,
.header-l2 h1,
.header-l3 h1,
.container-geral h2,
.container-geral h3,
.container-geral h4,
.container-geral h5 {
    position: relative;
    z-index: 1;
}

.stitulo::before,
.titulo-header::before,
.header-l2 h1::before,
.header-l3 h1::before,
.container-geral h2::before,
.container-geral h3::before,
.container-geral h4:before,
.container-geral h5::before {
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
}

.stitulo::before,
.header-l2 h1::before,
.header-l3 h1::before,
.container-geral h2::before,
.container-geral h3::before,
.container-geral h4::before,
.container-geral h5::before { border-bottom: 2px solid #b5b5b5; }

.titulo-header::before { border-bottom: 2px solid #b5b5b5; }


.header-l2 h1::before,
.header-l3 h1::before { width: 80px; }

.header-l2 p {
    color: #777;
    font-size: 14px;
    max-width: 800px;
}

.stitulo::before { width: 40px !important; }

.titulo-header::before,
.container-geral h2::before,
.container-geral h3::before,
.container-geral h4:before,
.container-geral h5::before { width: 40px !important; }

/* end header titulo*/


/* INDEX - HEADER */

.overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    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 a:hover { text-decoration: none; }

.carousel-caption h3 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    padding: 10px;
}

.carousel-inner > .item { max-height: 760px; } /*570*/

.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: 570px;
    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 {
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    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%;
}

.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-inner .item {
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    -webkit-transition: opacity .4s;
    left: 0 !important;
    transition: opacity .4s;
}

.carousel-inner .item.next.left,
.carousel-inner .item.prev.right {
    -ms-opacity: 1;
    opacity: 1;
    z-index: 1;
}

.carousel-inner .item.active.left,
.carousel-inner .item.active.right {
    -ms-opacity: 0;
    opacity: 0;
    z-index: 2;
}

#cob-filiais > p { /* CONTAINER-UNIDADES-FILIAIS */
    font-size: 15px;
    font-weight: 100;
}

#cob-filiais > p a {
    color: #777;
}

#cob-filiais > p a:hover {
    text-decoration: underline;
}

#cob-matriz > p {
    color: #777;
    font-size: 14px;
}

#cob-filiais > h3 {
    margin-top: 0;
    padding-top: 0;
}

.description-negociar { /* VAMOS NEGOCIAR LINKS */
    min-height: 65px;
    font-size: 1.1em !important;
}

.link-negociar { min-height: 10px; }

.link-negociar a {
    outline: none;
    text-decoration: none;
}

.link-negociar a:hover { text-decoration: underline;color: #34ac98 !important;}

.img-negociar { min-height: 64px; }

.item-vamosnegociar { margin-top: 0; }

.container-3 > div > div.img-media {
    display: inline-block;
    padding: 0 4px;
}

.container-3 > div > div.img-media > a img { max-width: 32px; }


/* AVISO INICIAL */

p.avisoimportante-titulo {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

p.avisoconteudo {
    font-size: 11px;
    text-align: justify;
}

p.avisoconteudo a {
    color: #777;
    font-size: 14px;
    font-weight: bold;
}

.container-l1 .col-md-9 {
    margin: 0;
    padding: 0;
}






/* IMAGENS */

img.logocrespo {
    margin-top: 10px;
    max-width: 120px;
    padding-top: 5px;
    position: relative;
}

img.img-cobunidade {
    -ms-border-radius: 4px;
    border-bottom: 2px solid #34ac98;
    border-left: 1px solid #ddd;
    border-radius: 4px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

img.img-fullwidth,
img.img-cobunidade { width: 100%; }

.img-unidades-filiais,
.btn-unidade {
    margin-top: 20px;
    max-width: 383px;
}

img.img-fullwidth {
    /*-ms-border-radius: 2;
    border-radius: 2px;*/
    /*border-radius: 0 2px;*/
    border-bottom: 1px solid #34ac98;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-radius: 2px;
                       
}

img.img-cobfiliais {
    height: auto;
    max-width: 90%;
}

.box-shadow {
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.box-shadow:hover {
    -moz-box-shadow: 0 0 10px #ccc;
    -moz-transition: all 0.2s ease-in-out;
    -ms-box-shadow: 0 0 10px #ccc;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0 0 10px #ccc;
    -webkit-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 10px #ccc;
    transition: all 0.2s ease-in-out;
}

/* end imagens */



/* DÚVIDAS FREQUENTES */

#conteudo-faq { padding: 25px 25px; }

.caret-up {
    border-bottom: 4px solid;
    border-left: 4px solid #000000;
    border-right: 4px solid #000000;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
}

.faq-question span {
    color: #656565;
    font-weight: 500;
    text-transform: uppercase;
}

.faq-question {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    color: #222;
    font-size: 16px;
    margin-bottom: 10px;
    max-width: 750px;
    min-height: 40px;
    padding: 4px 10px;
}

.faq-question .caret,
.faq-question .caret-up {
    float: right;
    margin: 14px 14px 0 0;
}

.faq-question:hover { cursor: pointer; }

.faq-answer {
    color: #494949;
    display: none;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px 7px 30px;
}

.faq-imagem { /* IMAGEM FAQ */
    max-width: 360px;
}

.faq-answer a {
    -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;
    color: #2a8677;
    display: block;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.faq-answer a: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;
    color: #34ac98;
    transition: all 0.3s ease-in-out;
}

/* end dúvidas frequentes */



/* TELEFONES ÚTEIS */

#conteudo-telefones { padding: 10px 30px; }

#conteudo-telefones p > span {
    color: #444;
    font-size: 18px;
}

#conteudo-telefones p > strong {
    color: #555;
    font-weight: 400;
}

#conteudo-telefones h3 {
    color: #555;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    padding: 0;
}

#conteudo-telefones img {
    max-width: 280px;
    padding-top: 50px;
    text-align: center;
    width: 100%;
}

/* end telefones úteis */


/* WHATSAPP */

#whatsappNumbers .col-md-6 { padding-left: 0; }

#whatsappNumbers p { font-size: 20px !important; }

#whatsappNumbers span { font-family: 'Oswald', sans-serif; }


/* NOTICIAS */

#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;
    max-width: 322px;
    overflow: hidden;
    padding: 0 4px;
    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; }

/*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 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 */




/* REMOVER LEGENDAS CAROUSEL E LOGO */

@media (max-width: 410px) {
    html, body { overflow: auto !important; }

    body p,
    #cob-filiais > p { font-size: 12px; }

    body h3,
    .tituloindex-20 { font-size: 16px; }

    .titulo-header::before,
    .container-geral h3::before { width: 20px !important; }

    ul.menu-rodape > li:first-child a.rodape-cob-first { /* RODAPÉ */
        font-size: 14px !important;
    }

    ul.menu-rodape > li > a { font-size: 10px !important; }

    .navbar-brand { margin-left: 0 !important; }

    .navbar-fixed-top #menu-upper,
    .navbar-fixed-top #menu-logo {
        padding-left: 5px;
        padding-right: 5px;
    }

    #menu-upper-contato p img,
    #menu-upper-contato p span { display: none; }

    .navbar-toggle {
        float: right;
        margin-right: 0 !important;
    }

    .container-l3 {
        padding-top: 40px !important;
    }

    .container-l1 p, /* FONTE */
    .container-l3 p { font-size: 12px; }

    .container-l3-border-bot { border-bottom: 3px solid #fff; }

    .container-l3-border-top { border-bottom: 1px solid #fff; }

    /* CAROUSEL */
    .carousel-indicators { display: none; }

    .carousel-caption h3 { font-size: 15px !important; }

    .carousel-caption p { display: none !important; }

    /*VISUALIZAR NOTICIAS*/
    img#imagem-noticia { max-width: 200px !important; }
}



@media (max-width: 600px) {
    /* REDIMENSIONAR TAMANHO FONT DO CAROUSEL */
    .carousel-caption h3 { font-size: 25px !important; }

    .carousel-caption p { font-size: 10px !important; }

    .carousel-indicators { display: none; }



    /*VISUALIZAR NOTICIA*/
    p#titulo-noticia { font-size: 22px !important; }

    p#subtitulo-noticia { font-size: small !important; }

    p#conteudo-noticia {
        float: right;
        font-size: 11px !important;
        margin-bottom: 20px !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
        position: relative;
    }

    img#imagem-noticia { max-width: 290px; }
}