.meu_corpo {
	margin-top: 4rem;
	/*padding: 0.8rem 0.35rem 1rem 0.35rem;*/
	border-radius: 8px; /*Mba*/
	-webkit-border-radius: 8px; /*Mba*/
	-moz-border-radius: 8px;   /*Mba*/
	margin-bottom: 1rem;
	/*width:100%; /*mba*/
}

.imagem_topo {
  	/*font-family: "Fraunces", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif, cursive;
    font-size: 1rem;
    line-height: 1.1rem;
    color: #0200ff;
    font-weight: 500;
    text-align: justify;*/
}
.imagem_topo img {
	/*background: #f9f9f9 url('../imagens/imagem_inicial.png') no-repeat fixed center; /*mba*/
	/*min-width: 768px;*/
	width: 100%;
	max-height: 360px;
	/*height: auto;*/
	/*height: 100%;*/
	/*border: 1px solid #000;*/
	object-fit: cover;
}

.vers_biblico {
	position: absolute;
  	top: 9.0rem;
  	left: 30%;
  	transform: translate(-50%, -50%);
  	/*font-family: "Fraunces", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif, cursive;*/
  	font-family: "Arial Narrow", Tahoma, "Segoe UI", Geneva, Verdana, sans-serif, cursive;
    font-size: 1.0rem;
    line-height: 1.15rem;
    /*color: #550b00;*/
    color: #5b003f; /*Mba*/
    /*color: #fff;*/
    font-weight: 500; /* bpld */
    /*font-style: italic;*/
    text-align: justify;
    width: 35%;
}
/*.nome_livro {
	font-family: "Arial Narrow", Tahoma, "Segoe UI", Geneva, Verdana, sans-serif, cursive;
    font-size: 0.855rem;
    color: #5b003f; 
    font-weight: 500;
    font-style: normal;
    text-align: right;
}*/
.meu_nome_livro {
	font-family: "Arial Narrow", Tahoma, "Segoe UI", Geneva, Verdana, sans-serif, cursive;
    font-size: 0.855rem;
    color: #5b003f; 
    font-weight: 500;
    font-style: italic;
}

.botao_agenda {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.75rem;
	border-radius:15px;
	-webkit-border-radius: 15px; /*Mba*/
	-moz-border-radius: 15px;   /*Mba*/
	padding:5px 10px 5px 10px;
	color:#ffffff;
	background-color:#9072fc;
	outline:none;
	border:none;
	cursor:pointer;
	display:inline-block;
	text-decoration: none;
	transition: .4s;
	/*box-shadow: 0px 8px 15px rgba(91, 92, 94, 0.1);*/
  	/*transition: all 0.3s ease 0s;*/
}

.botao_agenda:hover, .botao_agenda_1:hover {
	color:#ffffff;
	background-color:#6a53bb;
	/*box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);*/
	/*transform: translateY(-7px);*/
}
.out_agenda {
	/*display: none;*/
	/*border: 1px solid;
	width: 100%;*/
	
}
.agenda_topo {
	display: none;
	position: fixed;
	margin-top: -0.8rem;
	z-index: 899;
	/*width: 60%;*/
	max-width: 12rem;
	height: auto;
	/*border: 1px solid;*/
	
}
.meu_agenda {
	/*border: 1px solid;*/
	width: 100%;
	padding-left: 0.8rem;
	/*margin-left: auto;
	margin-right: auto;*/
	
}
.meu_agenda a {
	/*margin-left: 2rem;*/
	display: inherit;
}
.botao_agenda_1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.75rem;
	text-align: center;
	border-radius:15px;
	-webkit-border-radius: 15px; /*Mba*/
	-moz-border-radius: 15px;   /*Mba*/
	padding:4px 15px 4px 15px;
	color:#ffffff;
	background-color:#9072fc;
	outline:none;
	border:none;
	cursor:pointer;
	text-decoration: none;
	transition: .4s;	
	/*position: fixed;*/
	
	/*border: 1px solid;*/
}
.meu_fundo {
	width: 100%;
	border-top: 1px solid #bfbdbd;
	background-color: #fff;
	margin-bottom: 20px;
}
.rodape {
	display: table;
	width: 75%;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 0.4rem;*/
}

.body_rod {
	display: table-row-group;
}

.linha_rod {
	display: table-row;
}
.celula_col {
	display: table-cell;
	font-family: "Lato", Tahoma, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif, cursive;
	font-size: 0.85rem;
	/*border: 1px solid #999999;*/
	padding: 5px 10px; 
	text-align: center;
}
.celula_col a {
	color: #1c1b1b;
	
}
.botao_agenda_rod {
	font-size:13px;*/
	border-radius:15px;
	-webkit-border-radius: 15px; /*Mba*/
	-moz-border-radius: 15px;   /*Mba*/
	padding:5px 15px 5px 15px;
	color:#ffffff;
	/*background-color:#9072fc;*/
	/*outline:none;*/
	font-weight: 600;
	border:1px solid;
	cursor:pointer;
	display:inline-block;
	text-decoration: none;
	transition: .4s;
	/*box-shadow: 0px 8px 15px rgba(91, 92, 94, 0.1);*/
  	/*transition: all 0.3s ease 0s;*/
}

.botao_agenda_rod:hover {
	color:#ffffff;
	/*background-color:#6a53bb;*/
	background-color: #d025ba;
	
}
.meu_email:hover, .minha_polit:hover {
	color:#000;
	font-weight: 600;
}

