@charset "utf-8";
/* CSS Document */


html, body {
  scroll-behavior: smooth;
}


#pagina-dizimo p, #pagina-dizimo li{
	margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #424242;
}


.cor1{
	color: #630f1e;
}

.foto-caminhos{
	border: 3px solid #791021;
	margin-right: 30px;
	float: left;
	width: 500px;
}

#pagina-dizimo div.row{
	margin-bottom: 80px;
}

#artigos div.row{
	margin-bottom: 50px;
}

.botoes-topo a img{
	margin-bottom: 10px;
  width: 100%;
  height: auto;
}
.botoes-topo center > div {
  padding: 0 15px;
}

.bttn-topo {
	background: #681726;
    color: #fff;
    font-size: 1.25em;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 10px;
    text-decoration: none;
    margin-bottom: 25px;
	transition: 0.5s all;
	border: 1px solid #681726;
}
.bttn-topo:hover {
	color: #681726;
	background: #fff;
	text-decoration: none;
}

.botoes-topo .btn-dimensoes{
	background: url("../img/botoes_dizimo_180x180_dimensoes.jpg") center  no-repeat;
	background-size: auto;
}

.botoes-topo .btn-noticias{
	background: url("../img/botoes_dizimo_180x180_noticias.jpg") center  no-repeat;
	background-size: auto;
}

#contato .info-rodape{
	line-height: 2.5em;
	
}






/* BOTÃO VOLTAR AO TOPO 

#link-topo{
	display: none;
	font-size: 1.5em;
	text-decoration: none;
	color: white;
	background-color: #630f1e;
	padding: 10px;
	position: fixed;
	right: 20px;
	bottom: 10px;
	box-shadow: 3px 3px 10px #333;
		
}
*/


#link-topo-2{
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #791021;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
  text-align: center;
}

#link-topo-2.show-link-topo {
  opacity: 1;
  pointer-events: all;
}
#link-topo-2 span {
  display: block;
  font-size: 12px;
  line-height: 14px;
}



/* SANFONA */

.accordion {
   margin: 50px;   	
}

.aba, .conteudo {
      padding: 10px;
      border: 1px solid black;
      /*border-bottom: 0; */
}

.aba:last-child {
        border-bottom: 1px solid black; 
 }
      
.aba>a {
        display: block;
        color: black;
        font-weight: bold;
}
   
p.conteudo {
     border-top: 0; 
     font-size: 12px;
}

p.conteudo:last-child {
       border-bottom: 1px solid black;
       position: relative;
       top: -1px;
}
img {
  max-width: 100%;
}
#noticias .col-lg-6 {
  float: none;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
#noticias h3, #artigos h3 {
  font-size: 1.5em;
}

.panel-body > .caixa > .elemento {
  width: 50%;
  padding-left: 30px;
}

@media screen and (min-width: 850px) {
  .img-thumbnail {
    height: 133px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}


@media screen and (max-width: 850px) {
  #pagina-dizimo div.row {
    margin-bottom: 30px;
  }
  h1 {
    margin: 0;
    text-align: center;
  }
  .botoes-topo center > .col-lg-8 {
    display: inline-block;
    width: 50%;
    float: left;
  }
  h2 {
    font-size: 25px;
    text-align: center;
  }
  iframe {
    width: 100%;
  }
  #dimensoes img {
    display: block;
    margin: auto;
  }
  #noticias .img-thumbnail, #artigos .img-thumbnail{
    width: 100%;
  }
  .btn {
    background: #791021;
    color: #fff;
    width: 90%;
    display: block;
    margin: 0 auto 30px;
  }
  .campanha-ano {
    width: 95%;
    display: block;
    margin: auto;
  }
}












