body{
   
}
.header{
    background-color: rgb(136, 8, 8);
    height: 80px;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    position: fixed;
    top: 0px;
    width: 100%;
}
.containerHeader{
    background-color: rgba(229, 166, 166, 0);
    margin: auto;
    width: 1062px;
    height: 100%;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
  
}

.p_LOGO{
    margin-top: 10px;
}
#logoVs{
    color: #ee9e0b;
    font-family:Georgia, 'Times New Roman', Times, serif;
}

.p_LOGO{
display: flex;
flex-direction: column;

}
.p_LOGO h2,span {
    margin: 0px;
}
.p_LOGO span{
    color: #fff;
    font-size:20px ;
    margin-top: -10px;
}
.navbl{
    background-color: #ffffff00;
    display:flex;
    gap: 20px;
    line-height: 80px;
}

.navbl .la{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   color: #fff;
   text-decoration: none;
}
.navbl a:hover{
    color: #ee9e0b;
}
#btnv{
    border: 0;
    height: 35px;
    background-color: #f1f1ef;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 8px;
    border: solid rgb(255, 3, 11) 3px;

}
#setaBaixo{
    color: #ffe100;
    cursor: pointer;
}
#setaBaixo2{
    color: #fac73c;
    cursor: pointer;
    display: none;
}
#maisMenu{
    position:absolute;
    margin-left: 560px; 
    background-color: #ebe3e3;
    width: 350px;
    margin-top: 81px;
    display: none;
    z-index: 1000px;
}

#maisMenu li{
margin-top: 20px;
list-style: none;
text-decoration: none;
width: 90%;
background-color: #fb0505;
text-align: center;
height: 32px;
line-height: 32px;
border-radius: 10px;
}
#maisMenu a{
 color: #ffffff;
text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;

}
#maisMenu a:hover{
    color: #ee9e0b;
}

main { max-width:1062px; margin:auto; }
.main_pai_container{
    background-color: #fac73c00;
    width: 1062px;
    display: flex;
    flex-direction: row;
    margin-top: 100px;
    
}
.container001{
    width: 60%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.container002{
    width: 40%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    background: #ffe10000;
}
.segura_article{
    width: 60%;
}
h1{
    font-family:Arial, Helvetica, sans-serif;
}
.pdv{
  font-family:  Arial, Helvetica, sans-serif; 
  font-size: 16px; 
  color: #333333;
  margin-top: 35px;
}
.versicolo{
 background-color: #f0eded;
 padding: 10px;

}

#versicolo{
    margin-top: 30px;
}
.v_dia{
    font-size: 25px;
}
.dat{
    font-size: 16px;
    color: #0f0f0f;
}
.biblia{
font-size: 20px;
margin-top: 20px;
}
.captulo{
color: brown;
}
#rlcm{
    display: flex;
}
#maicard{
 display: flex;
 flex-direction: row;
 background-color: #77686800;

}


#maicard div{
    
    width: 35%;
    gap: 10px;
    justify-content:space-between;
    margin: 10px;
    height: 100px;
    display: flex;
    flex-direction: column;

}

.idiv01{
    background-color: #d527cc;
}
.idiv02{
    background-color: #0b42cf;
}
.idiv03{
    background-color: #787577;
}
.idiv01 h2{
font-size: 25px;
text-align: center;
margin-top: 10px;
color: #fff;

}
.idiv02 h2{
font-size: 25px;
text-align: center;
margin-top: 10px;
color: #fff;
}
.idiv03 h2{
font-size: 25px;
text-align: center;
margin-top: 10px;
color: #fff;
}
#emog{
 top: -10px;
 position: relative;
 text-align: center;
}
#emog a{
    text-decoration: none;
    
}


#conselho {
  background: linear-gradient(135deg, #871010, #00f2fe);
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.container-conselho {
  background: #ffffff;
  max-width: 700px;
  width: 100%;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.container-conselho h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #333;
}

.container-conselho p {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}

.btn-conselho {
  background: #4facfe;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}

.btn-conselho:hover {
  background: #007bff;
}

#maisArtigos {
  padding: 40px 20px;
  background: #f5f5f5;
}

#maisArtigos h2 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #666;
}

.grid-artigos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.card-artigo {
  text-decoration: none;
  color: #333;
  display: block;
}

.card-artigo img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 8px;
  transition: 0.3s;
}

.card-artigo p {
  font-size: 15px;
  font-weight: 500;
}

.card-artigo:hover img {
  transform: scale(1.05);
}

#rodape {
  background: #1f1f1f;
  color: #ccc;
  padding: 50px 20px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}

.footer-col h2.logo {
  font-size: 28px;
  color: #fff;
}

.footer-col h2.logo span {
  color: #f4a825;
}

.footer-col p {
  font-size: 14px;
  margin: 15px 0;
}

.footer-col h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #ccc;
  font-size: 14px;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #fff;
}

.footer-botoes {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.btn-doar {
  background: #fff;
  color: #000;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
}

.btn-loja {
  border: 1px solid #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
}