@charset "UTF-8";
@import url("");
@font-face {
	font-family: Pristina;
	src: url(../fontes/pristina-plain.ttf);
}

img, object, embed, video {
	max-width: 100%;
	display: block;
}

.ie6 img {
	width:100%;
}
:root {
    --cor0: #e6f1d1d0;
    --cor1: #83e1ad;
    --cor2: #3ddc84;
    --cor3: #2fa866;
    --cor5: #1a5c37;
    --cor6: #063d1e;

    --fonte-padrao: arial, verdana, helvetica, sans-serif;
    --fonte-destaque: "Times new roman", Georgia, "Courier new", serif;
}
* {
    margin: 0px;
    padding: 0px;    
}

/* Início da Definição do corpo da página */


/*Definição da imagem de fundo da página*/
body{
    font-family: var(--fonte-padrao);
    font-size: clamp(0.2em, 0.2em + 1vw, 0.8em);
	background-image: url(../imgs/tipo.png/diversas/fundo_oracao.png);
	background-position: center center;
	background-attachment: fixed;
	opacity: 0.9;
	filter: alpha(opacity=90); /* Para versão do IE8 e mais novos */
}

/* Fim da Definição da imagem de fundo da página */

/* Fim da Definição do corpo da página */

/*  INÍCIO DA DEFINIÇÃO DO CEBEÇALHO */

header.cabec {
    max-width: 828px;
    min-width: clamp(125px, 125px + 1vw, 260px);
    width: 100%;
    max-height: 90px;
    min-height: 35px;
    padding: 5px 7px;
    margin: auto;
    display: block;
    background: #1a5c37;
}

.msg_01 p{
	font-family:   Pristina;
	font-size: clamp(0.8em, 1em + 1vw, 2em);
    font-weight: bold;
	text-align: left;
	color:#dadaafe0;
	padding-top: 3px;
	margin-top: 5px;
	margin-left: 9px;
	text-shadow: 1px 2px 5px var(--cor0);
}

/* Início da Definição do MENU da página */

nav a{
    color:#dadaafe0;
    text-decoration: none;
    padding: 5px 9px;
    margin-top: -2px;
	margin-bottom: 0px;
}
.menu {
    list-style: none;
    float: right;
    
}
.menu li {
    position: relative;
    float: left;
    margin-top: -4px;
    border-right:1px solid var(--cor0);
}

.menu li a{
    color:#dadaafe0;
    text-decoration: none;
    padding-top: 5px;
    padding-right: 9px;
    padding-bottom: 2px;
    padding-left: 9px;
    display: block;
    
}
.menu li a:hover {
    background: var(--cor5);
    color: var(--cor0);
    box-shadow: 0 2px 3px 0 var(--cor2);
    -webkit-box-shadow: 0 2px 3px 0 var(--cor2);
    text-shadow: 0px 2px 3px 0 var(--cor0);
}
.menu li  ul{
    position:absolute;
    top: 17px;
    left: 0px;
    background-color: var(--cor6);
    display:none;

    }

.menu li:hover ul, .menu li.over ul{display: block;}

.menu li ul li{
    border: 1px solid var(--cor0);
    display: block;
    width: 90px;
	padding-top: 2px;
    padding-bottom: 2px;
    }

/* Menu em linha com sub menu */

/* Início da Definição do CABEÇALHO da página */

div#imagens {
    margin: auto;
    max-width: 840px;
    min-width: 320px;
    width: 100%;
    max-height: 340px;
    min-height: 126px;
    height: 100%;
    padding: 10px 0px;

}

div#faixa {
    max-width: 840px;
    min-width: 280px;
    width: 100%;
    max-height: 95px;
    min-height: 35px;
    height: 100%;
}

/* Início da Definição da FAIXA DE COBRE dessa página */

#txt_faixa {
	position: absolute;
	padding-top: 4%;
    padding-left: 1.7%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: clamp(1em, 1em + 1vw, 2em);
	color: #FFF;
	text-shadow: #000000ce 0 4px 5px;
}
#faixa {
	max-width: 840px;
	min-width: 310px;
	max-height: 90px;
	min-height: 17px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 0px;
	clear: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* DEFINIÇÃO DO SOMBREAMENTO DA FAIXA DE COBRE */

#faixa:before, 
#faixa:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 13.1%; 
	left: 15px;
	width: clamp(0%, 0% + 30%, 100%);
	top: 69%;
	max-width: 250px;
	background: #ffffff00;
	-webkit-box-shadow: 0.1vw 1.5vw 1.2vw #000000c2;
	   -moz-box-shadow: 0.1vw 1.5vw 1.2vw #000000c2;
	        box-shadow: 0.1vw 1.5vw 1.2vw #000000c2;
	transform: rotate(-3deg);
		-moz-transform: rotate(3deg);
			-o-transform: rotate(3deg);

}
#faixa:after {
	transform: rotate(3deg);
		-moz-transform: rotate(3deg);
			-o-transform: rotate(3deg);
	right: 15px;
	left: auto;
}

 /* FIM DA DEFINIÇÃO DO SOMBREAMENTO DA FAIXA */


 /* Início dos blocos de Informação */

		/* DEFINIÇÃO DO COMPOTAMENTO DO BLOCO PRINCIPAL DE INFORMAÇÃO*/

.principal {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-around;

    /* align-items: flex-start; - alinha o bloco no alto, no meio e embaixo da janela */
	
    width: 100%;
	max-width: 840px;
    height: 100%;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
}  

	/* DEFINIÇÃO DO COMPOTAMENTO DO CONTAINER 1 DE INFORMAÇÃO*/

.container1 {
    width: 100%;
	max-width:  250px;
    height: 100%;
    margin-top: 15px;
    border: 1px solid #C60;
    background-color: #FBDEA5;

}

.cabec_lat h2 {
	font-weight: bold;
	text-align: center;
	color: #7C0F23;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 3%;
    padding-right: 10px;
	text-shadow: #080808de 2px 3px 7px;
}
.cabec_lat p {
	font-size: clamp (0.5em, 0.6em + 1vw, 0.7em);
    font-weight: bold;
	text-align: center;
	color: #4D5570;
	font-family: Georgia, "Times New Roman", Times, serif;
    padding-right: 15px;
	padding-bottom: 15px;
}

#papiro_top {
    background-size: contain;
	background-image: url(../imgs/tipo.png/decorativas/scroll_top_225.png);
	background-repeat: no-repeat;
	margin-top: -2px;
	margin-left: 15px;
	margin-right: 15px;
}

#papiro_meio {
	background-size: contain;
	background-image: url(../imgs/tipo.png/decorativas/scroll_middle_225.png);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-top: -5px;
	margin-right: 15px;
}
#papiro_meio2 {
	background-size: contain;
	background-image: url(../imgs/tipo.png/decorativas/scroll_middle_225.png);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-top: -10px;
	margin-right: 15px;
}

#papiro_meio3 {
	background-size: contain;
	background-image: url(../imgs/tipo.png/decorativas/scroll_middle_225.png);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-top: -10px;
	margin-right: 15px;
}
	
#papiro_bottom {
	background-size: contain;
	background-image: url(../imgs/tipo.png/decorativas/scroll_bottom_225.png);
	background-repeat: no-repeat;
	margin-left: 12px;
	margin-top: -10px;
	margin-right: 15px;
}

#conteudo01 {           /* - DEFINE A ÁREA PARA OS ITENS DA SAGRADA FAMÍLIA */
	max-width: 180px;
	width: 100%;
	}

div.conteudo p {
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(0.5rem, 1rem, 1.2rem);
	color: #4D5570;
	text-shadow: #131212d7 2px 3px 7px;
	text-align: center;
	margin-top: -553px;
	margin-right: 15px;
    margin-left: 70PX;
	height: auto;
}

.conteudo img {
	background-size: contain;
	background-image: url(../imgs/tipo.png/diversas/sgf_120.png);
	background-repeat: no-repeat;
	max-width: 120px;
	width: 100%;
	max-height: 146px;
	height: 100%;
	margin-left: 65px;
	margin-top: 10px;
	border: 1px, #7a67eed2;
	box-shadow: -2px -1px 7px #7a67eed2, 6px 7px 7px #7a67eed2;
	-webkit-box-shadow: -2px -1px 7px #7a67eed2, 6px 7px 7px #7a67eed2;
	-moz-box-shadow: -2px -1px 7px #7a67eed2, 6px 7px 7px #7a67eed2;
	
}	

#cabec_oracao h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #9E5900;
	text-shadow: #161515d5 2px 3px 7px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
    margin-left: 80px;
	height: auto;
}

#cabec_oracao p{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9E5900;
	text-align: center;
	margin-top: 5px;
	margin-left: 80px;
	margin-right: 8px;
	height: auto;
	text-shadow: #080101b7 0 2px 3px;
}
	
#detalhe_lat {
	width: 120px;
	height: 18px;
	margin-left: 72px;
	margin-right: 15px;
	margin-top: -100px;
	margin-bottom: 753px;
	box-shadow: 5px 5px 10px #726769;
	-webkit-box-shadow: 5px 5px 10px #050000de;
	-moz-box-shadow: 5px 5px 10px #3a3839e7;
}

/* Início da definição da área de Rodapé DA BARRA LATERAL */

.rodape h2 {
	margin-top: -565px;
	margin-left: 35px;
	width: 180px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #7C0F23;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top:5%;
	text-shadow: #726769 2px 3px 7px;
}

.rodape img {
	margin-top: 10px;
	margin-left: 35px;	
	box-shadow: -2px -1px 7px #f7b8b8b0, 6px 7px 7px #f7b8b89c;
	-webkit-box-shadow: -2px -1px 7px #f7b8b8b0, 6px 7px 7px #f7b8b89c;
	-moz-box-shadow: -2px -1px 7px #f7b8b8b0, 6px 7px 7px #f7b8b89c;
}

.oracaox {
	margin-top: 5px;
	margin-left: 35px;
	width: 180px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #7C0F23;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 2%;
	text-shadow: #726769 2px 3px 7px;
}

.oracx {
	width: 180px;
	margin-top: 8px;
	margin-right: 100px;
	margin-left: 40px;
	text-align: center;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #320fccd7;
	text-shadow: #29212194 2px 2px 3px;
}

 AUDIO 
.anny-class1 a:hover {
	cursor: pointer;
}


/* FIM DO AUDIO 

/* Fim da definição da área de Rodapé DA BARRA LATERAL */

/* Fim da definição da barra lateral */

    /* FIM DA DEFINIÇÃO DO CONTAINER 1 DE INFORMAÇÃO*/

	/* DEFINIÇÃO DO COMPOTAMENTO DO CONTAINER 2 DE INFORMAÇÃO*/

.container2 {
	width: clamp(250px, 70%, 100%);
	max-width: 575px;
	min-width: 250px;
    height: 100%;
    margin-top: 15px;

    /*margin-left: clamp(-5px, -5px + 1vw, 15px);*/

    border: 1px solid #C60;
    background-color: #FBDEA5;
    
}

/* Definição do Cabeçalho da área texto */

#header_txt_a h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: clamp(1rem, 2vw, 2.5rem);
	font-style: normal;
	text-align: center;
	color: #696969;
	text-shadow: #ffffff 1px 2px 0, #789ebf9a 4px 7px 3px;	
}

#header_txt_a img {
	width: 100%;
	min-width: 250px;
	margin-top: -8%;
	margin-bottom: 27px;
}

article {
	width: 100%;
	min-width: 250px;
	height: 100%;
	min-height: 1027px;
	max-height: 100%;
	background-color: #ffffff;
    opacity: 1;
}

article div {
	width: 100%;
	min-width: 250px;
	height:auto;
	margin-top: -30px;
	display:block;
}

article div h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: clamp(0.9em, 0.9em + 1vw, 1.5rem);
	font-weight: bold;
	text-align: left;
	color: #2F4F4F;
}

#parte1 h2 {
	padding-left: 3px;
	padding-top: 30px;
}

#parte1 h2, .titulo2 h2 {
	padding-left: 3px;
	margin-top: -30px;
}

#parte1 #underline {
    background-size: contain;
	background-image: url(../imgs/tipo.png/decorativas/underline1_300.png);
	background-repeat: no-repeat;
    max-width: 350px;
	min-width: 200px;
	width: 100%;
	margin-top: 2px;
}

#parte1 p {
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(1em, 1em + 1vw, 1.1em);
	margin-top:0.5px;
    margin-right: 100px;
	color: #2F4F4F;
	text-align: justify;
	padding-left: 5%;
	padding-top: 10px;
	line-height: 15px;
	text-shadow: #636161e0 0 2px 3px;
}
	

#parte1 .extra {
	text-align: right;
	padding-right: 5px;
	font-style: italic;
    margin-top: -8px;
}

/*=======================================================================*/

#box2{
	width:100%;
	min-width: 250px;
	max-width: 575px;
	height: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0vw;
	display: block;
	float:left;
	text-shadow: #2e2e2e 0 4px 5px;
	background-color: #ffffff;
}

#box2 #det_c {
	max-width: 46px;
	margin-left: 0.5%;
	margin-right: auto;	
}

#box2 #det_b {
	margin-top: -60px;
	max-width: 46px;
	margin-left: auto;
	margin-right: 0.5%;
	align-items: right;
}


#box2 .titulo3 {
	margin-top: -60px;
	margin-bottom: -15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: clamp(0.6rem, 0.6rem + 1vw, 2.7rem);
	text-align: center;
	color: #000000;
	text-shadow: #c9c4c4 1px 3px 0px, #17334d 1px 3px 3px;
}

#box2 .titulo4 {
	margin-top: 30px;
	margin-bottom: 35px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: clamp(0.5rem, 0.5rem + 1vw, 1.1rem);
	text-align: center;
	color: #000000;
	text-shadow: #c9c4c4 1px 3px 0px, #17334d 1px 3px 3px;
}

#box2 p {
	width: min(90%);
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(1em, 1em + 1vw, 1.3em);
	margin-top:0.5px;
    margin-right: 0px;
	margin-bottom: 10px;
	color: #2F4F4F;
	text-align: justify;
	padding-left: 6%;
	padding-right: 9px;
	padding-top: 0px;
	text-shadow: #636161e0 0 2px 3px;
}

#box2 .extra {
	text-align: right;
	padding-right: 9px;
	font-style: italic;
    margin-top: -20px;
}

#box2 .extra2 {
	text-align: center;
	font-size: clamp(0.7rem, 1.5vw, 1.6rem);
    margin-top: -10px;
	margin-bottom: 20px;
}

#box2.extra3 {
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(1em, 1em + 1vw, 1.1em);
	margin-top: 25px;
    margin-right: 100px;
	color: #2F4F4F;
	text-align: left;
	text-indent: 1.5em;
	padding-left: 2%;
	line-height: 15px;
	text-shadow: #636161e0 0 2px 3px;
}

/*=================================================================*/

/* Fim da definição da área de texto */


     /* FIM DA DEFINIÇÃO DO CONTAINER 2 DE INFORMAÇÃO*/

/* Inicio da definição de área do Rodapé */


footer {
	max-width: 834px;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	display:flex;
	background-color: #FBDEA5;
	border-bottom: 1px solid #C60;
	border-left: 1px solid #C60;
	border-right: 1px solid #C60;
	border-top:  1px solid #C60;
}

footer #end1 {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: clamp(0.5rem, 0.6vw, 0.7rem);
	text-align: center;
	color: #000000;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 10px;
	text-shadow: #00000033 2px 6px 5px,#ffffff66 0 -4px 30px;
}
/* Fim da definição da área rodapé */

/* Fim da Definição da área geral da página */
