body{
    background: black;

   
}

header{
    position: fixed;
    top: 0px;
    left:0px;
    
}

#divImagemTema {
    background-image: url("/img/tema2025-pc.png"); /* Imagem padrão para desktop */
   background-repeat: no-repeat;
    background-size: contain; /* A imagem se ajusta ao tamanho da div sem cortar */
    background-position: center; /* Centraliza a imagem */
    margin-top: 2.65%;
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
    box-shadow: 2px 2px 33px 0px rgba(250,247,250,1); /* Sombra da div */
}


/* Para dispositivos móveis, altere a imagem de fundo */
@media (max-width: 768px) {
    #divImagemTema {
        background-image: url("/img/tema2025-celular.png"); /* Imagem específica para celular */
       background-size: contain; /* A imagem se ajusta ao tamanho da div sem cortar */
        background-position: center; /* Centraliza a imagem */
    }
}






#FelizAnoNovo{
/* fonte cor e sombra */
color: #FFFAFA;
text-shadow: 1px 1px 1px #000000;
font-family: Dancing Script;/* importada... ver homepage https://fonts.google.com/ */
font-weight: bold;
font-size:4em;

}

#TemaAnoNovo{
/* fonte cor e sombra */
color: #FFFAFA;
text-shadow: 1px 1px 1px #000000;
font-family: Dancing Script;/* importada... ver homepage https://fonts.google.com/ */
font-weight: bold;
font-size:3.1em;
}

#tudo{
margin-right: -15px;
    margin-left: -15px;
    margin-top:0;
    margin-bottom:0;
}

#conteudoCentral{
   width: 100%;
    background:#F5F5F5;
   //left:50px;
 //border-radius: 10px;
   // box-shadow: 5px 5px 3px #888888;
    //text-align: center;
box-shadow: 2px 2px 33px 0px rgba(250,247,250,1); /*http://www.cssmatic.com/es/box-shadow*/

 margin-top:0;
    margin-bottom:0;
}




#MensagemPrincipal{
color: #DAA520;
    text-shadow: 1px 1px 1px #888888;
    font-family: verdana;
    font-weight: bold;
    font-size:3em;
}

#MensagemSecundaria{

color: black;
    text-shadow: 1px 1px 1px #888888;
    font-family: verdana;
    font-weight: bold;
font-size:2em;
margin-top: 10px;
}



#Encontre-nos{
    
margin-right: 20px;
margin-left: 20px;
color: black;
    text-shadow: 1px 1px 1px #888888;
    font-family: verdana;
    font-weight: bold;
font-size:1em;

}


#Ofertorio{
    
margin-right: 20px;
    margin-left: 20px;
color: black;
    text-shadow: 1px 1px 1px #888888;
    font-family: verdana;
    font-weight: bold;
font-size:1em;


  
}



