@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,300;8..60,400;8..60,600&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

body{
   font-size: 1.1rem;
}
.navbar-brand img{
   width: 500px;
}

.header-faixa img{
   height: auto;
   width: 100%;
}

/* .header{
   background-image: url(../images/capa2.jpeg);
   background-size: cover;
   filter: brightness(80%);
   min-height: 1100px;
} */
.header p{
   margin-top: 200px;
}
.tarjaTopo{
   background-color: #fff;
   padding: 2px;
}
.logo{
   width: 150px;
   margin-left: 20px;
}
.nav-link{
   font-size: .9rem;
   font-weight: bold;
}
.nav-link:hover{
   /* border-bottom: 3px solid #000;
   padding-bottom: 2px; */
   color:brown;
}

h1,h3,h4{
   font-family: 'Domine', serif;
   font-family: 'Source Serif 4', serif;
}
.fontesite{
   font-family: 'Source Serif 4', serif;
}
.header-text{
   padding-top: 150px;
   padding-right: 500px;
   
}
.header-text h1{
   font-size: 4rem;
}
.tile{
   width: 60%;
   margin: 0 auto;
   border-top: 1px solid #aaa;
}
.tile i{
   border-left: 1px solid #aaa;
   border-right: 1px solid #aaa;
   /* border-radius: 20%; */
   text-align: center;
   margin: 0 auto;
   display: block;
   margin-top: -18px;
   padding: 0px;
   background-color: #fff;
   width: 60px;

}
.galery img,.agenda img{ 
   width: 100%;
   border-radius: 10px;
}

/* .parallax {
   background-image: url("../images/capa.jpg");
   background-size: cover;
   background-attachment: fixed;
   height: 250px;
 } */

 footer{
   font-size: 1rem;
 }
 footer a{
   color:#111;
 }

 @media screen and (max-width: 1024px) {
   .navbar-brand img{
      width: 250px;
   }  
  
}