@charset "UTF-8"; 


@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0px;
    margin: 0px;
}

body {
         display: flex;
         background-color: rgb(0, 0, 0);
         
         height: 100vh;
         width: 100vw;
         box-sizing: border-box;
         font-family: "Poppins", 'Times New Roman', Times, serif;
         flex-direction: column;
   
         
}


header {
    
    display: flex;
    background-image: url("imagens/header-pequeno.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    
    
}

p {
   
    flex: auto;
    text-align: center;
    padding: 20px;
    font-family: "Poppins", 'Times New Roman', Times, serif;
    font-size: 0.9em;
    
}

section {
    background-color: white;
    height: auto;
    width: 70vw;
    flex: auto;
    border-radius: 15px;

    
    
}
#sectiongaleria {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
}
#sect {
    display: flex;
    padding: 1.5em 2em;
    align-items: center;
    justify-content: center;
}
.para {
    text-align: left;
    text-indent: 10px;
}
#navi {
    display: flex;
    align-items: center ;
    justify-content: center;
    flex: 1 1 auto;
    flex-flow: column wrap;
    display: none;
}
#menub {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
}
#menub > span {
    text-align: center;
    font-size: 2.5em;
}
#burger {
    background-color: black;
    color: white;
    width: 100vw;
    align-self: center;
    justify-self: center;

}
#burger:hover {
    background-color: white;
    color: black;
    transform: scale(1.1);
    cursor: pointer;
    
}
#tit {
    display: flex;
    align-items: center ;
    justify-content: center ;
    flex-flow: column wrap;
    flex: 1 1 auto;
}
nav {
    
    display: flex;
    flex-flow: column wrap;
    flex: 1 1 30px;
    background-color: black;
    border-radius: 11px 11px 0px 0px;

    
}
nav > a {
    background-color: white;
    border: 1px solid rgb(0, 0, 0);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.473);
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    width: 100vw;
   
    
    text-decoration: none;
    font-weight: bold;
    color: black;
    border-radius: 3px;
    flex: 1 1 30px;
    font-size: 0.9em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.233);
    text-align: center;
    

}

nav > a:hover {
    background-color: black;
    color: white;
    transform: scale(1.1);
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.233);
    cursor: pointer;
    
}
#logo {
    margin: 20px;
   display: flex; 
   flex-flow: column;
   justify-content: center;
   align-items: center;
    
    
}

#logo > img {
    height: 8em;
    width: 8em;
    
    
}
#init {
    text-align: center;
    margin-top: 1em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.397);
    
}
#init2 {
    display: flex;
    flex-flow: column nowrap;
}
footer {
    background-color: rgb(0, 0, 0);
    width: 100vw;
   
}
footer > p {
    color: rgb(255, 255, 255);
    font-size: 0.7em;
    margin: 0px;
    padding: 0px;
    
    
}

.icone {
    height: 3em;
    width:  3em;
    margin-right: 1em;
    margin-bottom: 1em;
}

article > ul {
    display: flex;
    flex-flow: column nowrap;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
    margin-top: 3em;
    list-style: none;
    
}

article > ul > li > a {
    text-decoration: none;
    padding-left: 1em;
    font-size: 0.8em;
    align-items: center;
    display: flex;
}

article > ul > li {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-left: 1em;
}

article > ul > li > a:hover {
    cursor: pointer;
    color: blue;
    transform: scale(1.1);

}

#ifra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2em;
    padding-top: 2em;
    background-color: rgb(0, 0, 0);
    flex-flow: column;
}
article > h2 {
    text-align: center;
    font-size: 1em;
    margin: 1em;
    margin-top: 2em;
}

.ico2 {

    height: 2em;
    width: 2em;
}
#ifra > h2 {
    margin-bottom: 1em;
    color: white;
    font-size: 1em ;
}

.ico3 {
    height: 1em;
    width: 1em;
    margin-left: 0.3em;
}
#logo > h1 {
    color: white;
    margin-left: 0.5em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.39);
    font-size: 1.4em;
    font-weight: bold;
    font-family: "DM Serif Text", 'Times New Roman', Times, serif;
}
#banners {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    margin-bottom: 2em;
}
#banners > p {
    font-weight: bold;
    text-decoration: underline;
}
.banner {
    height: auto;
    width: 70vw;
    border: 1px solid black;
    
}
#estrofe1 {
    background-image: url(imagens/466404433_18020823503632948_3924140652156457879_n.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
#estrofe1 > p {
    background-color: rgba(0, 0, 0, 0.589);
}
#galerias  { 

    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
    
    
    
}
#galerias > img { 
        align-self: center;
        margin: 0.4em;
        justify-self: center;
        border: 1px solid black;
}
#batism {
    text-decoration: underline;
    font-weight: bold;
    
}

.vertical {
    height: 310px;
    width: 230px;
}
.horizontal {
    height: 230px;
    width: 310px;
}