

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Oswald:wght@300;400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400&family=Open+Sans&family=Oswald:wght@300;400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

body {
  background: #fff;
   font-size: 18px;
  font-family: 'Questrial', sans-serif;
  color: #000;
}

#logo{
	margin-top: -18px;	
}

p{
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 40px;	
	letter-spacing: 1px;
}

p.livraria{
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 30px;	
	letter-spacing: 1px;
}

p a{
	font-weight: 600;	
	color: #284a7b;
}

p a:hover{
	color: #000;
}

p.descricao a{
	color: #404040;
	font-size: 14px;
	font-weight: 600;	
}

p.virtudes{
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 50px;
	font-weight: 600;
	color: #333;	
}

p.descricao a:hover{
	color: #1b509c;
}

h1.titulo{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
	font-family: 'Kaushan Script', cursive;
	color: #284a7b;
	letter-spacing: 1px;	
}


h4{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing: 1px;
	float: left;
	text-align: center;
}

h4#livraria{
	margin-left: 15px;
}
h4#preletores{
	margin-left: 6px;
}
h4#caravanas{
	margin-left: 2px;
}
h4#sni{
	margin-top: 5px;
	margin-left: -5px;
}


h4:hover{
	color: #284a7b;
}


p.subtitulo{
	font-size: 20px;
	color: #333;
	font-weight: 600;	
	letter-spacing: 1px;
}

p.sub-livraria{
	font-size: 18px;
	color: #000;
	font-weight: 600;	
	letter-spacing: 1px;
	margin-bottom: 5px;
}

p.autor{
	font-size: 15px;
	font-weight: 600;		
}

p.endereco{
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 1px;
}

p.organizacoes{
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: center;
	color: #333;
	margin-top: 40px;
}

section#sni{
	margin-top: 0;
	padding-top: 10px;
	margin-bottom: 40px;
}

section#descricao{
	margin-top: 35px;
	padding-top: 10px;
	margin-bottom: 40px;
}

section#virtudes{
	margin-top: 35px;
	margin-bottom: 40px;
	padding-top: 30px;
	padding-bottom: 40px;
	height: 50vh;
	background: url(../imagens/fundo_missao_sagrada.jpg);	
}

section#missao{
	margin-top: 0;
	padding-top: 10px;
	margin-bottom: 40px;
}

section#organizacoes{
	margin-top: 40px;
	padding-top: 10px;
	margin-bottom: 40px;
	height: 40vh;
}

.navbar-default .navbar-nav li a {
    color: #555;    
	margin: 10px 0;
    padding-right: 15px;
    padding-left: 15x;
	font-family: 'Oswald', sans-serif;
	font-size: 20px !important;
}
.dropdown-toggle{
	color: #555;    
	margin: 22px 0 0;
    padding-right: 15px;
    padding-left: 15px;
	font-family: 'Oswald', sans-serif;
	font-size: 20px !important;
}

.navbar-default .navbar-nav li.sub a {
    font-size: 15px!important;
	margin: 5px 0;
}


.navbar-right .dropdown-menu {
	top: 55px;
    left: 20px;
}

.navbar-collapse{
	margin: 2px 0;
}

.slider .item{
	max-height: 500px!important;
}
  .slider .item-first {
    background-image: url(../imagens/banner_sni1.png);
  }

  .slider .item-second {
    background-image: url(../imagens/banner_sni2.png);
  }

  .slider .item-third {
    background-image: url(../imagens/banner_sni3.png);
  }
  
 .slider .item-fourth {
    background-image: url(../imagens/banner_sni4.png);
  }


.slider .owl-dots {
    top: 450px;
}
   
.btn-gray {
    background: #393939;
}

.about-info{
	float: left;
}

  #about {
    padding-top: 50px;
    padding-bottom: 0;
  }
  
  #sni {
    margin-top: 0;
    padding-bottom: 0;
  }
  
  /* Course Area CSS */
.single-course-area .course-icon { 
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91px;
  flex: 0 0 91px;
  min-width: 91px;
  width: 91px;
  background: #fff;
  width: 91px;
  height: 91px;
  line-height: 95px;
  font-size: 40px;
  color: #284a7b;
  border-radius: 50%;
  text-align: center;
  border: 2px #284a7b solid;
  }
  
  .course-icon a{
	  color: #284a7b!important;	  
  }
  
    .course-icon a:hover{
	  color: #fff!important;	  
  }
  
  .single-course-area .course-icon:hover {
    /* background: #61ba6d; */
    background: #284a7b!important;
	   	color: #fff!important;
	 -webkit-transition-duration: 500ms;
    transition-duration: 500ms;	
}


 footer {
    padding-top: 30px;
	padding-bottom: 0px;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	border-top: #d2d8df solid 2px;
	background: #edf0f4;
	letter-spacing: 1px;
}

footer a {
	color: #000;
	font-weight: 500;
}

footer a:hover, footer a:focus {
	text-decoration: none;
	color: #396db6;
}

.tit-sni{
	font-size: 16px;
	font-weight: 600;
	color: #284a7b;
	letter-spacing: 1px;
}

.tit-sni-rodape{
	font-size: 18px;
	font-weight: 600;
	color: #284a7b;
	letter-spacing: 1px;
}

.tit-rodape{
	font-size: 15px;
	font-weight: 600;
	color: #284a7b;
	letter-spacing: 1px;
}

.small{
	font-size: 15px;
}

.icon-rodape{
	font-size: 19px;
}

.icon-email{
	font-size: 15px;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  color: #284a7b;
  text-align: center;
  line-height: 1;
  font-size: 30px;
  right: 25px;
  bottom: 20px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top i {
   color: #284a7b;
}

/* Prelaoder */


hr{
	border: #ccc 1px dashed;
}

@media only screen and (max-width: 768px){
	
	#logo{
	width: 70%;
	}
	
	 .back-to-top {
    bottom: 15px;
  }
  
	  h1.titulo{
		font-size: 25px;	
	}


	.navbar-default .navbar-nav li a {
		margin: 5px 0;
	}
	
	.dropdown-toggle{
		margin: 15px 0;
	}
	
	section#organizacoes{
		margin-top: 20px;
	}
	
	p.organizacoes{
		font-size: 18px;	
		margin-top: 20px;
	}
	
	 footer {
		padding-bottom: 30px;
	
	}
}