/* 
    Created on : 18 de mai. de 2025, 11:46:04
    Author     : Delio
*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: "Stix";
    src: url('../fonts/STIXGeneral.woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Campana Script";
    src: url('../fonts/CampanaScript.woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.pt-4_5 {
    padding-top: 2.2rem !important;
}
.swiper-pagination-bullet-active {
    background: #46220a;
}
body.paroquia {
    background: #ffffff;
}
.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.cinzel {
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.stix {
    font-family: "Stix", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.campana {
    font-family: "Campana Script", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.transition {
    transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
}
.navbar-brand-image {
    positon: relative;
    z-index: 99;
    display: none;
}
@media (min-width: 992px) {
    .navbar-brand-image {
        display: block;
        margin-bottom: 30px;
    }
}
@media (min-width: 1024px) {
    .navbar-brand-image {
        margin-bottom: -60px;
    }
}
.navbar-brand-image img {
    height: 120px;
}
#menu .nav-link {
    font-weight: 600;
    color: #46220a;
    border-bottom: 2px solid #ffffff;
    font-size: 17px;
}
#menu .nav-link.active, #menu .nav-link:hover, #menu .nav-link:focus, #menu .nav-link:active {
    border-bottom-color: #d29c31;
}
@media (min-width: 1024px) {
    .navbar-mobile {
        display: none;
    }
}
.navbar-mobile .nav-item {
    margin-bottom: 1rem;
}
.navbar-mobile .nav-button {
    display: block;
    text-decoration: none;
    text-align: center;
    background: #46220a;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    padding: 7px 0;
}
.navbar-mobile .form-control {
    text-align: center;
    font-weight: 300;
    color: #4e2204;
    border-radius: 0;
}
.content {
    position: relative;
    display: block;
}
.container {
    max-width: 1170px;
    position: relative;
}
#slides {
    width: 100%;
    position: relative;
    /*top: 0;
    left: 0;*/
    z-index: 0;
    /*overflow: hidden;*/
    margin-bottom: 30px;
	/*height: 480px;*/
	text-align: center;
}
@media (min-width: 1024px) {
    #slides {
        /*position: absolute;
        margin-bottom: 0;*/
    }
}
#slides img {
    width: 100%;
	margin: 0 auto;
}
#search {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    max-width: 725px;
    top: 120px;
    display: none;
	left: 50%;
	margin-left: -25%;
}
@media (min-width: 1024px) {
    #search {
        display: block;
        margin-bottom: 270px;
    }
}
#search a {
    display: block;
    text-decoration: none;
    text-align: center;
    background: #46220a;
    font-weight: 600;
    color: #ffffff;
    font-size: 30px;
    padding: 15px 0;
    border-radius: 50px;
}
#search a.active, #search a:hover, #search a:focus, #search a:active {
    background: #7b4019;
}
#search input {
    border: none;
    border-radius: 50px;
    text-align: center;
    font-weight: 300;
    color: #4e2204;
}
.page-titles {
    margin-bottom: 15px;
    border-bottom: 2px solid #46220a;
    display: block;
}
.page-titles.title-inverse {
    border-bottom: 2px solid #a27f39;
}
.page-titles h2 {
    font-size: 15px;
    color: #fff;
    background: #46220a;
    padding: 7px 15px 5px 15px;
    display: inline;
    margin: 0;
    position: relative;
    top: -5px;
}
.page-titles.title-inverse h2 {
    background: #a27f39;
}
.page-titles h2 a {
    text-decoration: none;
    color: #fff;
}
.swiper-prev, .swiper-next {
    background: #46220a;
    text-decoration: none;
    position: absolute;
    z-index: 99;
    padding: 8px 15px;
    border-radius: 50%;
    color: #ffffff;
    top: 40%;
    display: none;
}
@media (min-width: 1024px) {
    .swiper-prev, .swiper-next {
        display: block;
    }
}
.swiper-prev {
    left: -50px;
}
.swiper-next {
    right: -50px;
}
.swiper {
    width: 100%;
    display: block;
}
.noticia {
    min-height: 380px;
    margin-bottom: 30px;
}
.noticia a {
    text-decoration: none;
}
.noticia a figure {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
}
.noticia a figure img {
    width: 100%;
    margin: 0 auto;
}
.noticia a p {
    font-size: 15px;
    color: #0a0a0a;
}
.smoothscroll {
    margin-top: -15px;
}
.smoothscroll a {
    display: block;
    text-decoration: none;
    overflow: hidden;
}
.smoothscroll a figure {
    margin: 0;
    text-align: center;
}
.smoothscroll a figure img {
    width: 100%;
}
.pray {
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
body.paroquia .pray {
    background-image: url("../images/po-psbento.png");
}
body.mosteiro .pray {
    background-image: url("../images/po-msjose.png");
}
.pray .col-xl-7 {
    text-align: center;
    color: #ffffff;
}
.pray .col-xl-7 h2 {
    font-weight: 300 !important;
    font-size: 2rem !important;
    margin: 5rem 0 0;
    position: relative;
}
@media (min-width: 992px) {
    .pray .col-xl-7 h2 {
        top: 3rem;
        padding-left: 4rem;
    }
}
.pray .col-xl-7 h3 {
    font-family: "Campana Script";
    font-size: 7rem;
    margin: -2rem 0 0;
}
@media (min-width: 992px) {
    .pray .col-xl-7 h3 {
        font-size: 13rem;
        margin: -2rem 0 0;
    }
}
.pray h2 {
    font-size: 20px;
    font-weight: 100;
    color: #ffffff;
}
.pray figure {
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
.pray label {
    font-size: 14px;
    font-weight: 100;
    color: #ffffff;
}
.pray label.error {
    font-style: italic;
    font-size: 12px;
}
.pray .form-control {
    border: none;
}
.pray .btn {
    background: #a91212;
    display: block;
    border: none;
    font-size: 14px;
}
.programacao {
    background: #46220a;
}
.programacao a {
    text-decoration: none;
    display: block;
}
.programacao a img {
    width: 100%;
}
.programacao .col-md-6 a {
    display: block;
    text-align: center;
    background: #a27f39;
    color: #ffffff;
    font-size: 25px;
    min-height: 136px;
    line-height: 30px;
}
.programacao .col-md-6 a:hover, .programacao .col-md-6 a:focus, .programacao .col-md-6 a:active {
    background: #87682b;
}
.patrocinadores {
    width: 100%;
    display: block;
}
.patrocinadores a {
    display: block;
    text-decoration: none;
}
.patrocinadores a img {
    width: 100%;
}
.eventos {
    background: #a27f39;
}
.eventos a {
    display: block;
    text-decoration: none;
}
.eventos a img {
    width: 100%;
}
.rodape img {
    padding: 50px 0 30px;
    margin: 0 auto;
}
.rodape .bottom-menu {
    text-align: center;
}
.rodape .bottom-menu a {
    text-decoration: none;
    color: #46220a;
    font-size: 20px;
    border-bottom: 2px solid #ffffff;
}
.rodape .bottom-menu a:hover, .rodape .bottom-menu a:focus, .rodape .bottom-menu a:active {
    color: #a27f39;
    border-bottom-color: #a27f39;
}
.social p {
    color: #46220a;
    font-size: 20px;
}
.social ul {
    margin: 0 auto;
    display: inline;
}
.social ul li a {
    display: block;
    text-decoration: none;
    background-image: url("../images/social.png");
    background-repeat: no-repeat;
    width: 53px;
    height: 52px;
}
.social ul li a[title="Instagram"] {
    background-position: 0 0;
}
.social ul li a[title="WhatsApp"] {
    background-position: -75px 0;
}
.social ul li a[title="YouTube"] {
    background-position: -150px 0;
}
.social ul li a[title="Facebook"] {
    background-position: -225px 0;
}
nav[aria-label="breadcrumb"] {
    margin: 3rem 0 2rem;
    border-bottom: 2px solid #d29c31;
}
nav[aria-label="breadcrumb"] .breadcrumb-item, nav[aria-label="breadcrumb"] .breadcrumb-item a {
    text-decoration: none;
    font-weight: 500;
    color: #46220a;
}
nav[aria-label="breadcrumb"] .breadcrumb-item a:hover, 
nav[aria-label="breadcrumb"] .breadcrumb-item a:focus, 
nav[aria-label="breadcrumb"] .breadcrumb-item a:active {
    color: #d29c31;
}
.post a {
    color: #222222;
    text-decoration: none;
}
.post.type-post {
    width: 100%;
    margin-bottom: 35px;
    float: left;
    position: relative;
    border-color: #e1e1e1;
}
.post.type-post {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 0;
    box-sizing: border-box;
}
.post.type-post[data-column="last"] {
    float: right;
    width: 31%;
    margin-right: 0;
    clear: right;
}
.post_wrapper {
    padding: 20px 0 25px 0;
}
.post_wrapper:first-child {
    padding: 0;
    border: 0;
}
.post_content_wrapper {
    padding: 0;
    margin: 0;
}
.post_header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}
.post_img {
    position: relative;
    height: auto;
    text-align: center;
    overflow: hidden;
    float: left;
    line-height: 0;
    width: 100%;
    margin: 20px 0 20px 0;
}
.post_header h5 {
    font-size: 17px;
}
.post_header_title h1 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.post .post_header_title h1 {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.post_header .post_detail, .recent_post_detail, .post_detail, .page_tagline {
    width: 100%;
    padding: 0;
    float: left;
    margin: 5px 0 0 0;
    font-size: 13px;
}
.post_header .post_detail.post_date {
    width: 30%;
    float: none;
    margin: auto;
    margin-bottom: 10px;
}
.post_info_date {
    font-style: italic;
    color: #be9656;
    position: relative;
    display: block;
}
.post_info_date {
    color: #be9656;
}
.post_info_date:before {
    content: "";
    border-bottom: 1px solid #be9656;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}
.post_info_date:before {
    border-color: #be9656;
}
.post_info_date span {
    display: inline-block;
    padding: 0 1.2em;
    background: #fff;
    position: relative;
    z-index: 2;
}
.post.status-publish {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}
.post.status-publish .post_header {
    text-align: justify;
}
nav[aria-label="Page navigation"] {
    width: 100%;
    text-align: center;
    display: block;
}
nav[aria-label="Page navigation"] ul {
    display: table;
    margin: 0 auto;
}
nav[aria-label="Page navigation"] ul li {
    display: table-cell;
}
nav[aria-label="Page navigation"] ul li a {
    color: #4e2204;
    border: none;
}
nav[aria-label="Page navigation"] ul li.active a, 
nav[aria-label="Page navigation"] ul li a:hover, 
nav[aria-label="Page navigation"] ul li a:focus,
nav[aria-label="Page navigation"] ul li a:active {
    background: #d29c31;
    color: #ffffff;
}
.container-filter {
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}
.container-filter li {
    list-style: none;
    display: inline-block;
}
.container-filter a {
    display: block;
    font-size: 14px;
    margin: 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 400;
    line-height: 30px;
    -webkit-transition: all 0.6s;
    border-bottom: 1px solid transparent;
    color: #807c7c !important;
    text-decoration: none;
}
.container-filter a:hover {
    color: #222222 !important;
}
.container-filter a.active {
    color: #222222 !important;
    border-bottom: 1px solid #222222;
}
.contact h2 {
    color: #222222;
    font-size: 1.1rem;
    margin: 0;
}
.contact small {
    color: #222222;
    font-size: .8rem;
    font-style: italic;
    margin: 0;
}
.contact p {
    color: #222222;
    margin: 0;
}
.c-card {
    background: #fcf7ed;
    padding: 10px;
}
.c-card h2 {
    color: #222222;
    font-size: 1.1rem;
    margin: 0;
}
.c-card address, .c-card p {
    color: #222222;
    margin: 0;
    font-size: .9rem;
}
.c-card p a {
    text-decoration: none;
    color: #222222;
    font-style: italic;
}
.c-card p a:hover, .c-card p a:focus, .c-card p a:active {
    color: #7b4019;
    font-weight: 500;
}
.c-card .maps {
    width: 100%;
    margin-top: 10px;
}
.c-card .maps iframe {
    width: 100%;
    height: 250px;
}
label.error {
    color: #a91212;
    font-size: .8rem;
    font-style: italic;
    font-family: "Stix";
}