@charset "iso-8859-1";
/* CSS Document */

Body {
    margin: 0;
    padding: 0;
    background-image: url(../../imagens/bg_Body.png);
    background-repeat: repeat-y;
    background-position: center center;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #042f1b;
}

.Bg_noticias_home {
    background-color: #eaf1e5;
    height: 165px;
}

h1 {
    margin: 0;
    padding: 0;
}

a {
    color: #042f1b;
    text-decoration: none;
}

a:hover {
    color: #096e3f;
    text-decoration: underline;
}

/* ----------------------------- [ Conteúdo ]*/

/* cabecalho */
.cabecalho {
    width: 995px;
    margin: 0 auto;
    padding: 0;
    background-color: #052f1c;
}

.cabecalho .cabecalho-container-top {
    width: 950px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    padding: 15px 0;
}

.cabecalho-container-top .redes-sociais {
    display: flex;
}

.redes-sociais a {
    margin-right: 10px;
}

.redes-sociais a:last-child {
    margin-right: 0;
}

.redes-sociais a:hover {
    border-radius: 5px;
    box-shadow: 0 0 2px 1px #0e7345;
}

.redes-sociais a img {
    width: 25px;
    height: 25px;
}

.cabecalho .menu {
    position: relative;
    width: 950px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 0;
    /* overflow: hidden; */
    border-radius: 10px 10px 0 0;
    background-color: #2f7d5a;
}

.cabecalho .menu::before {
    content: '';
    position: absolute;
    width: 98%;
    height: 15px;
    bottom: 82%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100% 100% 0 0 ;
    background-color: #2f7d5a;
}

.cabecalho .menu::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    top: 82%;
    left: 0;
    border-radius: 0 0 100% 100%;
    background-color: #2f7d5a;
}

.menu .menu-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    border-right: 1px solid #316655;
}

.menu .menu-item:last-child {
    border: none;
}

.menu .menu-item:hover {
    text-shadow: 0 0 1px white;
}

.cabecalho .cabecalho-container-bottom {
    width: 990px;
    min-height: 20px;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    background-color: white;
}

@media (max-width: 990px) {
    .cabecalho .cabecalho-container-bottom {
        margin: 0;
    }
}

/* fim - cabecalho */

#Geral {
    width: 933px;
    min-height: 100vh;
    position: relative;
    left: 50%;
    margin: 10px 0 0 -466px;
    z-index: 50;
}

#Geral_internas {
    width: 933px;
    min-height: 100vh;
    position: relative;
    left: 50%;
    margin: 10px 0 -79px -466px;
    z-index: 50;
}

/* navegacao topo */

.navegacao-topo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}

.navegacao-topo .navegacao-topo-item {
    min-width: 200px;
    min-height: 22px;
    display: block;
    padding: 5px 0 0 8px;
    text-decoration: none;
    background-image: url('../../imagens/bg_menu_lat_direito.jpg');
    background-repeat: no-repeat;
    background-position: top;
}

.conteudo-container .conteudo-artigo {
    display: none;
}

.conteudo-container .conteudo-artigo[visivel] {
    display: block;
}

.conteudo-container .conteudo-artigo p {
    font-size: 14px;
}

/* fim - navegacao topo */

.Titulo_institucional {
    background-color: #bdccc5;
    color: #294e3d;
    font-weight: bold;
    padding: 2px 0 2px 5px;
    position: relative;
}

.Corpo_institucional {
    background-color: #e6edea;
    color: #294e3d;
    padding: 2px 0 2px 5px;
    position: relative;
    margin: 0 0 15px 0;
}

.Borda_Horizontal_direita {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #042f1b;
}

#Fundo_Menu_Servicos_Home {
    height: 152px;
    background-image: url(../../imagens/bg_servicos_Home.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.Bg_institucional {
    height: 156px;
    background-image: url(../../imagens/img_institucional.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

/* ----------------------------- [ Notícias ]*/
#Noticias a {
    text-decoration: none;
    color: #000;
}

#Noticias a:hover {
    text-decoration: underline;
    color: #000;
}

.Separador_noticias {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #042f1b;
    height: 5px;
    width: 794px;
    float: right;
    margin: -3px 0 0 0;
}

.Bot_saiba_mais {
    float: right;
    margin: -10px 0 0 0;
}

#Paginacao {
    margin: 20px 0 0 0;
}

#Paginacao a {
    margin: 0 10px 0 0;
    text-decoration: none;
    color: #042f1b;
    font-weight: bold;
}

#Paginacao a:hover {
    margin: 0 10px 0 0;
    text-decoration: none;
    color: #0c7b47;
}

.Margem_imagem_forcar_direita {
    margin: 0 10px 0 0;
}

.Margem_imagem_forcar_esquerda {
    margin: 0 0 0 10px;
}

/* ----------------------------- [ Cases ]*/
.Margem_tabela_cases {
    margin: 0 0 20px 0;
}

.Tabela_cases_Caixa {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #042f1b;
    border-right-color: #042f1b;
    border-bottom-color: #587664;
    border-left-color: #042f1b;
}

.Cases_esquerda_linha01 {
    padding: 5px 0 5px 5px;
    /*float:left;*/
    width: 190px;
    background-color: #d2e3d6;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #042f1b;
}

.Cases_esquerda_linha02 {
    padding: 5px 0 5px 5px;
    /*float:left;*/
    width: 190px;
    background-color: #bed1c3;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #042f1b;
}

.Cases_direita_linha01 {
    padding: 5px 0 5px 5px;
    /*float:left;*/
    background-color: #eef4e7;
}

.Cases_direita_linha02 {
    padding: 5px 0 5px 5px;
    /*float:left;*/
    background-color: #d7e1d2;
}

/* ----------------------------- [ Clientes ]*/
#Clientes img {
    margin: 0 10px 0 0;
}

/* ----------------------------- [ Contato ]*/
.BG_Contato {
    background-image: url(../../imagens/bg_direita_Form.jpg);
    background-position: center top;
    height: 232px;
}

#Bot_lateral_direita P {
    margin: 0 0 2px 0;
}

/* ----------------------------- [ Rodapé ]*/
#Rodape {
    background-image: url(../../imagens/bg_Rodape.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 174px;
    z-index: 10;
}

#Rodape a {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
}

#Rodape a:hover {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: underline;
}

.Rodape_conteudo {
    text-align: center;
    width: 933px;
    position: relative;
    left: 50%;
    margin: 20px 0 0 -466px;
    *margin: 20px 0 -20px -466px;
    color: #FFF;
}

.Info_rodape {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #FFF;
}

/* ----------------------------- [ Rodapé Internas ]*/
#Rodape_internas {
    background-image: url(../../imagens/bg_Rodape.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 174px;
    z-index: 10;
    margin: -50px 0 0 0;
}

#Rodape_internas_conteudo a {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
}

#Rodape_internas_conteudo a:hover {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: underline;
}

#Rodape_internas_conteudo {
    text-align: center;
    position: relative;
    color: #FFF;
}

.destaqueBiotech {
    background-color: #a3c3ab;
    border: solid 1px #779d8e;
    padding: 8px
}

@font-face {
    font-family: 'UniversCondensedRegular';
    src: url('../../imagens/font/universcondensed.eot');
    src: url('../../imagens/font/universcondensed.eot') format('embedded-opentype'),
        url('../../imagens/font/universcondensed.woff') format('woff'),
        url('../../imagens/font/universcondensed.ttf') format('truetype'),
        url('../../imagens/font/universcondensed.svg#UniversCondensedRegular') format('svg');
}

/* banner */
.banner-container {
    width: 100%;
    margin-bottom: 15px;
}

.banner-container img {
    max-width: 100%;
    border-radius: 10px;
}
/* fim - banner */

.v1 {
    color: #042f1b;
    font-size: 20px;
    font-family: 'UniversCondensedRegular', Arial, sans-serif;
    background: url(../../imagens/h1full.png) no-repeat;
    height: 23px;
    width: 100%;
    font-weight: normal;
    text-align: left
}

.v2 {
    color: #042f1b;
    font-size: 20px;
    font-family: 'UniversCondensedRegular', Arial, sans-serif;
    width: 100%;
    font-weight: normal
}

.v2-institucional {
    color: #042f1b;
    font-size: 20px;
    font-family: 'UniversCondensedRegular', Arial, sans-serif;
    width: 100%;
    font-weight: normal;
    background: url(../../imagens/v2-insticional.png) no-repeat;
    height: 32px;
    padding-left: 39px;
    padding-top: 4px;
}

.v2-noticias {
    color: #042f1b;
    font-size: 20px;
    font-family: 'UniversCondensedRegular', Arial, sans-serif;
    width: 100%;
    font-weight: normal;
    background: url(../../imagens/v2-noticias.png) no-repeat;
    height: 27px;
    padding-left: 39px;
    padding-top: 7px;
}