html{
   position: relative;
   min-height: 100%;
   overflow-x: hidden !important;
 
}

body{   
    font-family: 'Roboto', sans-serif;
    background-image: url('/uploads/laboratorio_duarte_2014/layout/site_novo/fundo.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
    font-size: 15px;
    color:#838383;         
    padding-bottom: 0px; /* Espaçamento entre o conteúdo do site e o rodapé*/
    margin: 0 0 192px; /* Tamanho do rodapé */

}



a{
    color:#838383; 
}

h1{
    font-size:20px;
    color:#6e0a46;
    padding-bottom: 19px;
    border-bottom-color: #6e0a46;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

h2{
   font-size:18px;
    color:#6e0a46;
    padding-bottom: 10px;
    border-bottom-color: #6e0a46;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px; 
}

.container{
    max-width: 970px;
}


.btn{
   background-color: #6e0a46;
   color: #fff;
   border: none;
}

.btn:focus{
   background-color: #6e0a46;
   color: #fff;
   opacity: 0.75;
   border: none;
}

.btn:hover{
   background-color: #6e0a46;
   color: #fff;
   opacity: 0.75;
   border: none;
}


.deslocamento_topo{
    padding-top: 50px;
}

#topo_distancia{
    margin-top: 27px;
}


#cabecalho_roxo{
    min-height: 162px;
    background-color: #6e0a46;
    margin-top: 70px;
}

#cabecalho_roxo_fundo{
    background-image: url('/uploads/laboratorio_duarte_2014/layout/site_novo/fundo_cabecalho_roxo.jpg');
    background-repeat: repeat-x;
    height: 162px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    
    
}

#box_super_banner{
    background-color: #fff;
    padding: 4px;  
    -webkit-box-shadow: 4px 6px 6px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    4px 6px 6px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         4px 6px 6px 0px rgba(50, 50, 50, 0.3); 
    /*position: absolute;*/
    right: 16px;
    top:-55px;
    
}


#area_roxa_areas_certificados{
    background-color: #6e0a46;
    color:#fff;
    margin-bottom: 20px;
}


#area_cinza_areas_unidades_facebook_fale_conosco{
    background-color: #ecebec;
    color:#fff;
    padding-top: 30px;
    padding-bottom: 30px;
}




#borda_direita_branca{
    border-right-color: #fff;
    border-right-width: 8px;
    border-right-style: solid;
    min-height: 296px;
}

#borda_esquerda_branca{
    border-left-color: #fff;
    border-left-width: 8px;
    border-left-style: solid;
    min-height: 296px;
    
}

.rodape {
    width: 100%;
    min-height: 192px; /* Tamanho do rodapé */
    left: 0 !important;
    bottom: 0 !important;
    position: absolute;
    overflow: hidden;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #6e0a46;
    
    background-color: #b2b1b2;
    color: #272727;
    padding-top: 42px;
}

.rodape_assinatura{
   height:34px;
   background-color:  #838383; 
   margin-top: 31px;
}


.box_fale_conosco{
    min-height:297px; 
    background-color: #6e0a46;
    padding: 20px;
    color: #fff;
    text-align: center;
}


.botoes_links{
    display: block;
}

.botoes_links:hover{
    /*background-color: #44062d;*/
    opacity: 0.75;
}

.botoes_resultados{
    display:block;
}

.botoes_resultados:hover{
    background-color: #e9e9e9;
    border-radius: 5px;
    opacity: 0.75;
}

#botao_roxo_unidades{
    min-height: 43px;
    padding:10px;
    text-align: center;
    color:#fff;
    font-weight: bold;
    display: block;
    margin-top: 20px;
    background-color: #6e0a46;
}

#botao_roxo_unidades:hover{
    opacity: 0.75;
    text-decoration: none;
}

#botao_fale_conosco{
    min-height: 43px;
    padding:10px;
    text-align: center;
    color:#fff;
    font-weight: bold;
    display: block;
    margin-top: 20px;
    background-color: #6e0a46;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
}

#botao_fale_conosco:hover{
    opacity: 0.75;
    text-decoration: none;
}

.cor_roxa{
    color:#6e0a46;;
}

.foto{
    width: 100%;
    overflow: hidden;      
    margin-bottom: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: #e9e9e9;
    
}

.foto>div{   
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;    
}


.foto.destaque{
    height: 200px;
}

.foto.destaque>div{
    height: 200px;   
    
}

.links_noticias{
    color:#6e0a46;
}

.links_noticias:focus{
    color:#6e0a46;
}
.links_noticias:hover{
    color:#6e0a46;
    opacity: 0.75;
}

.espacamento_div{
    margin-bottom: 20px;
}