body, p, ul, ol, dl, input, textarea {
    font-family: 'Roboto', sans-serif;
    
}

@font-face {
    font-family: 'gilroyextrabold';
    src: url('gilroy-extrabold-webfont.woff2') format('woff2'),
         url('gilroy-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6,.nav-tabs .nav-item, th{
	font-weight: 700;
	font-family: 'gilroyextrabold';
}

strong{
	font-weight: 700;
}

body{
	color: #1C2A5A;
	background: #F0F0F0;
}

.svg:hover  path{
      fill: red;
  }

header{
	background: #fff;
}

header .navbar-light .navbar-nav .nav-link{
	color: #1C2A5A;
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #1C2A5A;
    font-weight: bold;
}

.table td, .table th{
	border: 0;
}


.redes-sociais {
    position: absolute;
    top: 60px;
    z-index: 9;
    right: -90px;
}

.redes-sociais li{
	display: inline;
	margin: 0 3px;
}

.redes-sociais li img{
	width:25px;
}

.frase-chamativa h1{
	position: absolute;
    font-size: 4em;
    color: #fff;
    width: 80%;
    top: 200px;
}
.campo-dizimista{
	position: relative;
}


.box-campo{
	background: #fff;
	border-radius: 14px;
	position: absolute;
	top: -78px;
	width: 100%;
	height: 160px;
	z-index: 20;
}

.box-campo::before{
	content: "";
	width:74px;
	position: absolute;
	top: 38px;
	left: 60px;
	height: 74px;
	background: url(../img/prayer.svg);
}

.campo-paroquia{
	color: #fff;
}

.seja-dizimista{
	background: #1C2A5A;
}

.frase-diz{
	padding: 41px 0 20px 147px;
}

.botao-dizimo{
	padding: 55px 40px;
}

.btn-primary {
    color: #fff;
    background-color: #374EA2;
    border-color: #374EA2;
}

.campo-paroquia{
	background: url(../img/pontilhado.svg) left repeat-y;
	display: table;
	padding-left: 50px;
}

/*.chamada-paroquia{
	padding-top: 150px;
	padding-bottom: 90px;
}*/

.chamada-paroquia{
	padding-top: 50px;
	padding-bottom: 120px;
}

.chamada-paroquia h3{
	margin-bottom: 30px;
}

/*.sessao-noticias {
    margin: 60px 0 10px 0;
}
*/

.sessao-noticias {
    margin: 130px 0 10px 0;
}


.sessao-noticias img{
	border-radius:10px 10px 0  0;
}

.bloco-noticia{
	    background: #fff;
    box-shadow: 1px 4px 18px rgba(0,0,0,0.1);
    border-radius: 10px;
    display: block;
    transition: .4s;
}

.bloco-noticia:hover{
	box-shadow: 3px 6px 22px rgba(0,0,0,0.2);
	 transition: .4s;
}
.cont-not{
	display: block;
	padding: 15px 25px;
}

.cont-not h4{
	font-size: 20px;
	color: #1C2A5A;
}

.cont-not h4 span{
display: block;
    font-size: 12px;
    color: #747576;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 5px;
    position: relative;
    padding-left: 19px;
}

.cont-not h3{
	font-size: 30px;
	color: #1C2A5A;
}

.cont-not h3 span{
display: block;
    font-size: 12px;
    color: #747576;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 5px;
    position: relative;
    padding-left: 19px;
}

.center{
	text-align: center;
	margin:40px auto;
}

.center a{
	font-size: 15px !important;
	padding: 20px 90px;
}

.cont-not h4 span::before{
	content: "";
	width:13px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 13px;
	background: url(../img/calendar.svg);
}

.cont-not h3 span::before{
	content: "";
	width:13px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 13px;
	background: url(../img/calendar.svg);
}

.cont-not p{
	color: #747576;
	font-size: 15px;
}

.sessao-informacoes{
	background: #374EA2;
	color: #fff;
	padding: 40px 0;
}

.sessao-informacoes h4{
	margin-bottom: 25px;
}
.sessao-informacoes img{
	border-radius: 14px;
}

.nav-link{
	padding: .5rem 0.9rem;
	color: #fff;
	font-size: 13px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-top: 0;
    border-bottom: 2px solid #1C2A5A;
    border-left: 0;
    border-right: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-bottom: 2px solid #1C2A5A;
    border-top: 0;
    border-left:0;
    border-right: 0;
    color: #fff;
}
.lista-programacao{
	padding: 0;
	margin: 22px 0 0 0;
}

.lista-programacao li{
	display: inline-flex;
	color: #fff;
	margin-bottom: 13px;
}

.lista-programacao li span{
	background: #1C2A5A;
	border-radius: 10px;
	padding: 7px 17px;
}

.lista-programacao li span.dt{
	color: #939BBE;
	font-size: 40px;
	font-weight: 300;
	margin-right: 14px;
}

.lista-programacao li span{}

.sessao-album {
    margin: 50px 0 10px 0;
}

.album-bg{
	background: #374EA2;

}

.album-bg img{
	width: 100%;
}

.album-bg .cont-not p{
	color: #fff !important;
}

.sessao-certidao {
    background: url(../img/certificacao.jpg);
    color: #fff;
    background-size: cover;
}

.detalhe-certidao{
	text-align: center;
	margin: 10% auto;
}

.detalhe-certidao h3{
	font-size: 60px;
}

footer{
	background: #1C2A5A;
	color: #fff;
	padding: 180px 0 50px 0;
}

footer h4{
	color: #1C2A5A;
	position: relative;
	font-size: 40px;
	padding: 44px 10px 11px 148px;
	line-height: 36px;
}

footer h4::before{
	content: "";
	position: absolute;
	left: 49px;
	top: 39px;
	width: 82px;
	height: 80px;
	background: url(../../libs/img/clock.svg);
}

footer h6{
	font-size: 20px;
}

.horarios-footer{
	position: relative;
}

.horarios-rodape{
	    top: -216px;
    background: url(../../libs/img/bg-horario-missa.jpg) no-repeat center top;
    border-radius: 10px;
    position: absolute;
    height: 155px;
    width: 100%;
}
.right{
	float: right;
}
.social-inferior{
	margin: 0;
	float: right;
	padding: 0;
}

.social-inferior li{
	display: inline;
}
table{
	margin-top: 10px;
}
table th,table td{
	padding: 16px;
	text-align: center;
}
table th{
	font-size: 18px;
}

table td{
	font-size: 14px;
	color: #747576;
}



.sessao-titulo{
	padding: 30px 0;
	color: #fff;
	background: #384ea3;
}

.interna {
    padding: 30px 0 70px 0;
}

.conteudo{background: #fff;
	padding: 30px;
	margin-bottom: 100px;
	display: block;
}

.wpcf7-submit{
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}


/** =Paginate links Styles
 ******************************************* **/
.page-numbers {
    float: left;
    margin-top: 10px;    
}
.page-numbers li {
    display: inline-block;
    margin-left: 3px;    
}
.page-numbers a, .page-numbers .dots, .page-numbers .next, .page-numbers .prev {
    padding: 6px 12px;
    background: #eee;
    text-decoration: none; 
}
.page-numbers a:hover, .page-numbers .next:hover, .page-numbers .prev:hover {
    background: #666;
	color:#fff;
}
.page-numbers .current {
    padding: 6px 12px;
    background: #666;
    color: #fff;   
}


/*  TESTES DE RESOLUÇÕES PADRÕES */

@media only screen and  (min-width:1281px) and (max-width:1440px){
	
	.frase-chamativa h1 {
    	position: absolute;
    	font-size: 4em;
    	color: #fff;
    	width: 70%;
    	top: 85px;
	}

}


@media only screen and  (min-width:1153px) and (max-width:1280px){

	.frase-chamativa h1{
		font-size: 3em;
		top:126px;
	}

	.box-campo{
		width: 97% !important;
	}

}


@media only screen and  (min-width:1025px) and (max-width:1152px){

	.container{
		width: 98%;
		max-width: 1150px;
	}

	table th {
    font-size: 18px;
	}

	table th, table td {
    padding: 19px 14px;
  }

  .box-campo{
  	width: 98%;
  }

  .frase-chamativa h1{
  	font-size: 3em;
  	    width: 80%;
  }

}




@media only screen and  (min-width:769px) and (max-width:1024px){

	.redes-sociais {
    position: absolute;
    top: 7px;
    z-index: 9;
    right: 0;
	}

	table th {
    font-size: 12px;
	}

	.nav-link{
		font-size: 11px;
		padding: .5rem 0.7rem;
	}

	.frase-chamativa h1{
		font-size: 2em;
		top: 83px;
	}

	.box-campo::before {

		left: 40px;
	}

	.cont-not h4 {
		font-size: 16px;
	}

	.cont-not p {
		font-size: 12px;

}

.lista-programacao li {
	font-size: 13px;
}

table th, table td {
    padding: 19px 13px;

 }

}
 /*@media (min-width: 1200px){
.container {
    max-width: 1260px;
}

}*/

@media only screen and  (max-width:768px){

	.navbar{
		width: 100%;
	}

	.redes-sociais {
    right: 15px;
    top: 13px;
	}
	.box-campo {

		top: -45px;
		position: relative;
		height: auto;

	}

	/*.box-campo {

		top: 0;
		position: relative;
		height: auto;

	}*/

	.sessao-noticias {
	    margin: 45px 0 10px 0;
	}

	.box-campo::before{
		display: none;
	}

	.seja-dizimista {
		padding-top: 30px;
	}

	.frase-diz {
    padding: 30px;
    text-align: center;
}
	.botao-dizimo {
    padding: 15px 40px;
}

.chamada-paroquia {
    padding-top: 10px;
    padding-bottom: 48px;
}

.campo-paroquia {
    background: none;
    display: table;
    padding-left: 0;
    padding-top: 20px;
    margin-top: 33px;
    border-top: 1px dashed;
}
.col-sm-12{
	margin-bottom: 20px;
}
.bloco-noticia img{
	width: 100%;
}

.lista-programacao li{
	font-size: 12px;
}

.horarios-rodape {
    top: 0;
    background: #fff;
    border-radius: 10px;
    position: relative;
    height: auto;
    width: auto;
}

.sairdiv{
	display: none !important;
}
footer h4{
	padding:44px 10px 11px 120px;
}

footer{
	padding: 30px 0 50px 0;
}
footer h6{
	margin-top: 15px;
}

footer h4::before{
	left:5px;

}

table th{
	color: #1C2A5A;
}

}