********************************************
*   	
*   Wagner Martins Souza
*   digital at agenciaparabola dot com
*   20/09/2020
*   
********************************************/

/********************************************
*	
*   GLUE FOOTER TECHNIQUE
*
********************************************/
html, body {
    height: 100%;
}

body {
    overflow-x: hidden;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -310px;
    position: relative;
    overflow: hidden;
}

footer, .push {
    /*height: 310px;*/
    clear: both;
}

.barrinha-fina {
    width: 100%;
    height: 1px;
    background-color: #b71c1b;
    margin-bottom: 60px;
    float: left;
}
/********************************************
*	
*   GERAL
*
********************************************/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", arial, sans-serif;
    font-size: 20px;
    background: #FFF;
    color: #231F20;
}

a {
    text-decoration: none;
    color: #b71c1b;
    transition: all linear 0.2s;
}
a:hover {
    text-decoration: none;
    color: #0c6d3f;
    transition: all linear 0.2s;
}

section {
    position: relative;
}

.titulo {
    width: 100%;
    float: left;
    display: table;
    font-size: 20px;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    /*margin-top: -6px;*/
    margin: 0 auto 25px auto;
    color: #b71c1b;
    position: relative;
    font-weight: 900;
}

.detalhe:before {
    content: "";
    display: block;
    background-color: #0c6d3f;
    width: 5px;
    height: 18px;
    float: left;
    margin: 3px 9px 0 0;
}

.subtitulo {    
    display: block;
    font-size: 25px;
    margin-top: -6px;
    margin-bottom: 20px;
    color: #231F20;
    position: relative;
    font-weight: bold;
}
.conteudo {
    width: 1140px;
    margin: 0 auto;
    /*padding: 0 25px;*/
    position: relative;
    z-index: 10;
    transition: all linear 0.2s;
}

.bloco {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}


.esquerda { float: left; }

.direita { float: right; }

.wrapper > .conteudo, .wrapper > .bloco {
    margin-top: 60px;
}

.font {    
    font-family: "Roboto", arial, sans-serif;
}

.font-bold {    
    font-family: "Roboto", arial, sans-serif;
    font-weight: 700;
}

.font-nd {
    font-family: Roboto, Arial, sans-serif;
    letter-spacing: 0;
}

.btn-mais {
    float: right;
    font-size: 12px;
    font-weight: 700;
    color: #CCA330;
    margin-top: 5px;
}

.btn-mais:hover {
    text-decoration: underline;
}

.wrapper-conteudo {
    float: left;
    text-align: justify;
    font-size: 20px;
    width: 100%;
    margin-bottom: 50px;
    color: #58585B;
}

.wrapper-conteudo h2 { font-size: 21px; font-weight: bold; }

.wrapper-conteudo h3 { font-size: 19px; font-weight: bold; }

.wrapper-conteudo h4 { font-size: 17px; font-weight: bold; }

.wrapper-conteudo strong { font-weight: bold; }

.wrapper-imagem {
    width: 100%;
    text-align: center;
    margin: 30px 0;
    float: left;
}

.wrapper-imagem img {
    display: inline-block;   
    border-radius: 10px;
}

.wrapper-paginacao {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.paginacao {
    width: 100%;
    text-align: center;
}

.paginacao span,
.paginacao a {
    display: inline-block;
    height: 30px;
    width: 40px;
    line-height: 31px;
    color: #b71c1b;
    text-align: center;
    border: 1px solid #b71c1b;
    margin: 0 20px 10px 0;
    transition: all linear 0.2s;
    border-radius: 3px;
}

.paginacao span:last-child,
.paginacao a:last-child {
    margin-right: 0;
}

.paginacao span.current {
    background: #b71c1b;
    color: #FFF;
    border-color: #b71c1b;
}

.paginacao a.prev,
.paginacao a.next {
    width: 90px;
}

.paginacao a:hover {
    background: #b71c1b;
    color: #FFF;
}

#status {
    display: block;
    height: 30px;
    width: auto;
    float: left;
    position: relative;
    line-height: 34px;
    font-size: 17px;
    margin-top: 5px;
}

.single #status {
    text-align: center;
    width: 100%;
}

#status.processando:before,
#status.processando:before {
    content: "Enviando...";
}

#status.sucesso:before,
#status.sucesso:before {
    content: "Mensagem enviada com sucesso";
    color: #1EB12B;
}

#status.erro:before,
#status.erro:before {
    content: "Falha ao enviar mensagem";
    color: #E41010;
}

/********************************************
*	
*   HEADER
*
********************************************/

header {
    height: 250px;
    width: 100%;
    position: relative;    
    text-align: center;
    /*  padding-top: 40px;*/
    z-index: 50;
    /*box-shadow: 0 -5px 15px #000;*/
    /*background: #ffffff;*/
    /*background: url(../images/bg-header.png) center top no-repeat #e6e7e8;;*/
    /*background-position-y: 15px;*/
    background-size: auto 260px;
}

header .barra-topo + .conteudo {display: flex;}

.barra-topo {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    background-color: #b71c1b;
}
.barra-topo .conteudo {
    /*width: 700px;*/
    display: flex;
    justify-content: space-between;
}

.logo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 0 0 20px;
    float: left;
    /*left: 0;*/
    /*position: absolute;*/
}
.logo span {
    display: flex;
    flex-direction: column;
}
.logo span h2 {
    font-size: 46px;
    font-weight: 600;
    float: left;
    color: #0d6b39;
    text-align: left;
}
.logo span h3 {
    font-size: 23px;
    font-weight: 500;
    float: left;
    color: #0d6b39;
    text-align: left;
}

.player-webradio {
    float: right;
    margin-top: 5px;
}
.player-webradio audio {
    width: 240px;
    height: 22px;
    border-radius: 50px;
    border: 2px solid #ffffff;
    float: left;
}
.player-webradio p {
    font-size: 12px;
    margin: 5px 15px 0 0;
    color: #ffffff;;
    /*font-weight: 600;*/
    float: left;
}
/*.player-webradio p:last-of-type {display: none;}*/


.logo img {
    width: 120px;
}
/*.logo img:nth-of-type(2) {
    width: 330px;
    margin-left: 20px;
}*/
/*.logo h2 {
    font-size: 25px;
    color: #333334;
}
.logo h2 b {
    font-size: 40px;
    color: #0c6d3f;
    font-weight: 900;
}*/

.local-data {
    /*width: calc(100% - 120px);*/
    font-size: 12px;
    /*font-weight: 500;*/
    text-align: right;
    letter-spacing: 0;
    /*padding: 5px 0;*/
    float: left;
    color: #ffffff;
}
.local-data p {
    float: left;
    margin: 11px 0 0;
}

.menu-redes-sociais {
    float: left;
    margin: 2px 0 0 10px;
}

.menu-redes-sociais li {
    float: left;
    transition: all linear 0.2s;
    margin-left: 12px;
}
.menu-redes-sociais li:first-of-type {margin-left: 0;}
.menu-redes-sociais a {
    display: block;
    /*width: 23px;*/
    height: 23px;
    font-size: 17px;
    text-align: center;
    line-height: 22px;
    overflow: hidden;
    transition: all linear 0.2s;
    padding: 0 1px;
}

.menu-redes-sociais a:hover {
    filter: opacity(0.7);
    /*color: #FFF;
    background: #173E2D;*/
}
.menu-redes-sociais a:before {color: #ffffff;}


/* MENU */
.wrapper-menu {
    width: 100%;
    /*text-align: right;*/
    float: left;
    /*margin-top: 80px;*/
    /*padding: 22px 0 0 0;*/
    position: relative;
    /*padding-right: 45px;*/
    background: #b71c1b;
}

.wrapper-menu .conteudo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.saojudas-home {
    /*float: left;*/
    font-size: 16px;
    /*position: absolute;*/
    /*top: 5px;*/
    /*left: 0;*/
    color: #ffffff;;
}

#control-nav { 
    display: none;
    margin: 19px 0;
    float: left;
}

#control-nav1 { 
    display: none;
    margin: 19px 0;
    float: left;
}

.menu-celular {
    display: none;
}

#menu-principal {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
}

#menu-principal > li {
    display: inline-block;
    margin: 10px 45px 0 0;
    padding-bottom: 10px;
}


#menu-principal > li > a {
    text-transform: uppercase;
    text-decoration: none;
    transition: background linear 0.2s;   
    transition: color linear 0.2s;   
    color: #ffffff;
    cursor: pointer;
}

#menu-principal > li:hover > a {
    color: #d99d3b;
}

/*setinha*/
#menu-principal > li.menu-item-has-children:after,
#menu-principal > li.menu-item-has-children > ul > li.menu-item-has-children:after {
    content: "\e914";
    display: block;
    position: absolute;
    width: 8px;
    height: 5px;
    margin: -10px 0 0;
    right: -12px;
    color: #ffffff;
    font-family: "saojudas", arial, sans-serif;
    font-size: 4px;
    font-weight: 500;
    /*background: url("../images/v.png") center top no-repeat;*/
    /*border: 5px solid;*/
    /*border-bottom: 0;*/
    /*border-color: #DD9A00 transparent transparent transparent;*/
    transition: all linear 0.2s;
}

#menu-principal > li.menu-item-has-children > ul > li.menu-item-has-children:after{
    right: 15px;
    margin: -18px 0 0; 
    transform: rotate(-90deg);
}

#menu-principal > li.menu-item-has-children:hover:after {
    transform: rotate(180deg);
}
#menu-principal > li.menu-item-has-children > ul li.menu-item-has-children:hover:after {
    transform: rotate(90deg);
}

/* SUBMENU */
.menu-item-has-children {
    position: relative;
    margin-right: 15px;
}

li.menu-item-has-children > ul {
    width: 200px;
    height: auto;
    text-align: left;
    float: left;
    position: absolute;
    left: -9px;
    top: 28px;
    background: #ffffff;
    transition: all linear 0.2s;
    /*box-shadow: 0 2px 2px #000;*/
    opacity: 0;
    visibility: hidden;
    padding-bottom: 5px;
}
li.menu-item-has-children:nth-child(3) ul {width: 210px;}

li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
}

li.menu-item-has-children > ul > li {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    transition: all linear 0.2s;
    /*border-bottom: 1px solid #d8c156;*/
}

li.menu-item-has-children > ul > li > a {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 7px 10px 10px;
    /*margin: 0 10px;   */
    color: #404041;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    transition: all linear 0.2s;
}
li.menu-item-has-children > ul > li > a:hover { color: #fff; } 

li.menu-item-has-children > ul > li:hover {
    background: #b71c1b;
}

li.menu-item-has-children > ul > li:last-child {
    border: none;
}

li.menu-item-has-children > ul li.menu-item-has-children > ul {
    width: 200px;
    height: auto;
    text-align: left;
    float: left;
    position: absolute;
    left: 200px;
    top: 0;
    transition: all linear 0.2s;
    
}
li.menu-item-has-children ul li.menu-item-has-children ul li a {
    font-size: 13px;
    margin: 0;
    padding: 7px 7px 7px 9px;
}
li.menu-item-has-children:nth-child(3) ul li.menu-item-has-children ul {
    left: 210px;
}

.busca-topo {
    /*position: absolute;*/
    /*float: right;*/
    /*margin-top: 5px;*/
    /*right: 0;*/
    /*top: -7px;*/
}

.busca-topo input[type="checkbox"] {
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    visibility: hidden;
}

.busca-topo label {     
    /*float: left; */
    width: 22px;
    /*height: 40px;*/
    /*margin-top: -3px;*/
    color: #ffffff; 
    cursor: pointer;
    font-size: 18px;
    transition: all linear 0.2s;
    border-radius: 3px;
}

.item-menu.icon-busca { line-height: 40px; }

.wrapper-busca {
    position: absolute;
    right: 0;
    top: 55px;
    /*padding: 10px;*/
    width: 160px;
    height: 0;
    overflow: hidden;
    /*background: #FFF;*/
    opacity: 0;
    visibility: hidden;
    /*box-shadow: 0 2px 2px #000;*/
    transition: all linear 0.2s;
}

.busca-topo input[type="checkbox"]:checked + label + .wrapper-busca {
    opacity: 1;
    visibility: visible;
    height: 33px;
}

.busca-topo input[type="text"] {
    height: 33px;
    width: 127px;
    float: left;
    font-size: 13px;
    color: #ffffff;
    background-color: #ffffff;
    padding: 0 10px;
    border: none;
    border-radius: 15px 0 0 15px;
    border: 2px solid #b71c1b;
    border-right: none;
    /*border-width: 1px 0 1px 1px;*/
}

.busca-topo button[type="submit"] {
    height: 33px;   
    width: 33px;
    float: right;
    border: none;
    border-width: 1px 1px 1px 0;
    padding: 0;
    background: #ffffff;
    font-size: 17px;
    color: #252525;
    transition: background linear 0.2s;
    border: 2px solid #b71c1b;
    border-left: none;
    border-radius: 0 15px 15px 0;
}

.busca-topo button[type="submit"]:focus, 
.busca-topo button[type="submit"]:hover {
    cursor: pointer; 
    /*background: #D2D3D5;*/
}
/*.busca-topo i {color: #ffffff;}*/

/********************************************
*	
*   PRINCIPAL
*
********************************************/

/* BANNERS */
.wrapper-banner {  
    width: calc(50% - 10px);
    height: 445px;
    position: relative;
    float: left;
    z-index: 10;
    overflow: hidden;
}

.banner { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /*left: 50%;*/
    /*margin-left: -960px;*/
}

.banner a, .banner img {
    float: left;
    width: 100%;
    height: auto;
}

.banner a:before {
    /*bottom: 0;*/
    content: "";
    display: block;
    width: 100%;
    height: 445px;
    position: absolute;
    z-index: 100;
    background: -moz-linear-gradient(top, transparent 40%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(100%, rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, transparent 40%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, transparent 40%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, transparent 40%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
}

.titulo-banner {
    display: block;
    width: 500px;
    font-size: 22px;
    line-height: 26px;
    float: left;
    transition: all linear 0.2s;
    position: sticky;
    left: 30px;
    bottom: 30px;
    color: #ffffff;
    z-index: 201;
}

.banner-pager {
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;   
    line-height: 5px;
    text-align: center;
    z-index: 100;
    display: flex;
}

.banner-pager span {
    display: flex;
    height: 6px;
    /*width: 9px;*/
    margin: 0 2px 0 0;
    background: #0d6b39;
    /*border-radius: 100%;*/
    /*box-shadow: 0 0 2px #3F3E40;*/
    flex-basis: 100%;
}
.banner-pager span:last-of-type {
    margin: 0;
    
}

.banner-pager span:hover { cursor: pointer; }

.banner-pager span.cycle-pager-active {
    background: #b71c1b;;
    border: none;
}

/* NOTÍCIAS */
section.noticias {
    float: left;
    width: 100%;
    padding-top: 70px;
    /*margin-right: 75px;*/
    background: linear-gradient(to bottom, #d1d2d4, #ffffff);
}

.wrapper-noticias-destaque {
    width: 50%;
    float: right;
}

.wrapper-noticias-destaque ul {
    display: flex;
    flex-wrap: wrap;
}

.wrapper-noticias-destaque ul li{
    width: calc(50% - 10px);;
    height: 215px;
    margin: 5px;
    position: relative;
}
.wrapper-noticias-destaque ul li:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    background: #0b12228a;
    /*background: #213a728a;*/
    /*z-index: -1;*/
}
.wrapper-noticias-destaque ul li span{
    position: absolute;
    bottom: 1px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    width: 100%;
    height: 55px;
    overflow: hidden;
    z-index: 1;
    padding: 5px 10px;
}

.wrapper-noticias-destaque ul li .limitador{
    height: 100%;
    display: flex;
    justify-content: center;
}
.wrapper-noticias-destaque ul li .limitador img{
    width: unset;
    float: unset;
}


.limitador {
    width: 100%;
    /*height: 151px;*/
    overflow: hidden;
    position: relative;
    /*filter: drop-shadow(0px 1px 3px #000);*/
}
.limitador img {width: 100%; float: left;}
.limitador span {
    color: #ffffff;
    background: #b71c1b;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 3px 0;
    max-width: 35px;
}
.limitador span b{
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.lista-noticias-destaque li:last-child {
    /*margin-right: 0*/
}

.lista-noticias-destaque p {
    font-size: 15px;
}

.lista-noticias-pequenas {
    width: 100%;
    float: right;
}
.lista-noticias-pequenas li{
    margin-bottom: 20px;
    float: left;
}
.lista-noticias-pequenas li:last-of-type{
    margin-bottom: 0;
}
.lista-noticias-pequenas a {
    display: flex;
    align-items: center;
}
.lista-noticias-pequenas .limitador {
    width: 267px;
    min-width: 267px;
    margin-right: 15px;
}
.titulo-noticia-lista-pequenas {
    font-size: 18px;
    font-weight: 700;
    color: #404041;
}

.wrapper-todas-noticias {
    width: 100%;
    max-width: 100%;
    float: left;
    margin: 40px auto;
    display: flex;
    justify-content: center;
}
.todas-noticias {
    color: #b71c1b;
    /*background: #CCA330;*/
    font-size: 17px;
    font-weight: 900;
    padding: 0 40px;
    /*margin: 0 auto;*/
    float: left;
    /*border-radius: 0 0 10px 10px;*/
    border-left: 3px solid #0d6b39;
}
.todas-noticias:first-of-type{ padding-left: 0; border: none; }
.todas-noticias:last-of-type{ padding-right: 0; }


.lista-noticias-destaque img, .lista-noticias-pequenas img {
    width: 100%;
    /*height: 100px;*/
    /*margin-right: 20px;*/
    /*border-radius: 10px;*/
    float: left;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.lista-noticias-destaque li:hover img, .lista-noticias-pequenas li:hover img {
    -moz-transform: scale(1.11);
    -webkit-transform: scale(1.11);
    transform: scale(1.03);
    filter: brightness(0.8);
}

.lista-noticias li:hover img, .lista-noticias li:hover img {
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    filter: brightness(0.8);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}


/* ÍCONES */
section.icones {
    width: 100%; 
    float: left; 
    margin: 135px auto 0; 
    /*background: #e6e7e8;*/ 
    background: linear-gradient(to bottom, #eaeaea, #ffffff);
}
section.icones .conteudo:first-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: -95px;
}
section.icones .conteudo:first-of-type a{
    width: 130px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    border-radius: 15px;
    border: 5px solid #0d6b39;
}
section.icones .conteudo:first-of-type a:nth-of-type(1) {
  background: url("../images/icone_liturgia.png");
  background-size: cover;
}
section.icones .conteudo:first-of-type a:nth-of-type(2) {
  background: url("../images/icone_santo.png");
  background-size: cover;
}
section.icones .conteudo:first-of-type a:nth-of-type(3) {
  background: url("../images/icone_formacao.png");
  background-size: cover;
}
section.icones .conteudo:first-of-type a:nth-of-type(4) {
  background: url("../images/icone_terco.png");
  background-size: cover;
}
section.icones .conteudo:first-of-type a:nth-of-type(5) {
  background: url("../images/icone_oracao.png");
  background-size: cover;
}
section.icones .conteudo:first-of-type a:nth-of-type(6) {
  background: url("../images/icone_pedido.png");
  background-size: cover;
}

/* NOTÍCIAS ABAIXO DOS ÍCONES */
.wrapper-noticias {width: 100%; float: left; margin-bottom: 20px;}
.wrapper-noticias .lista-noticias {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrapper-noticias .lista-noticias li, .wrapper-videos li {
    width: 350px;
    margin-bottom: 40px;
    float: left;
}

section.icones .data-noticia, .video-fotos .data-noticia{
    width: 100%;
    display: block;
    font-size: 13px;
    float: left;
    margin: 13px 0 10px;
    color: #404041;
}
section.icones .titulo-noticia-lista, .video-fotos .titulo-noticia-lista {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 700;
    /*color: #404041;*/
    text-transform: uppercase;
    line-height: 25px;
}
section.icones li img {transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);}

section.icones .esquerda {
    width: 350px;
    margin-right: 45px;
}
section.icones .esquerda:nth-of-type(4) {
    margin-right: 0;
}

/* VIDEOS FOTOS COMENTARIOS HOMILÉTICOS */
section.video-fotos {
    width: 100%;
    float: left;
    background: linear-gradient(to bottom, #eaeaea, #ffffff);
    border-top: 5px solid #0d6b39;
    padding-top: 60px;
}
section.video-fotos .conteudo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.video-fotos .conteudo li{
    margin-bottom: 0;
}
section.video-fotos .conteudo .titulo-noticia-lista{
    color: #575756;
}

/* PORGRAMAÇÃO SEMANAl */
.esquerda.programacao-semanal {
    width: calc(100% - 350px);
}

.programacao-semanal {
    width: 100%;
    float: left;
}

.proximos-eventos {
    float: right;
    font-size: 13px;
    font-weight: 500;
    margin: 43px 0 0 10px;
    color: #231f20;
}
.saojudas-agenda {
    float: left; 
    color: #b71c1b;
    font-size: 26px;
    margin: -9px 10px 0 0;
}
.proximos-eventos:hover {
    color: #0c6d3f;
}


.wrapper-eventos {
    overflow: hidden;
    /*border: 7px solid #fff;
    box-shadow: 0 0 0 3px #b71c1b;*/  
    width: 100%;
    border-radius: 10px;
    background-color: #e6e7e8;
}

.dias-semana {
    width: 200px;
    background-color: #b71c1b;
    display: block;
    float: left;
    position: relative;
    z-index: 1;
}

.dias-semana label {
    width: 100%;
    text-align: left;
    position: relative;
    color: #FFF;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.dias-semana label input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
}

.dias-semana label span {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 14.1px 0 14px 21px;
    border-left: 9px solid #b71c1b;
}

.dias-semana input:checked + span {
    background-color: #e6e7e8;
    color: #b71c1b;
    cursor: default;
}

.wrapper-conteudo-dia-semana {
    width: 590px;
    height: 365px;
    padding: 15px 0;
    background: #e6e7e8;
    position: relative;
    float: right;
}

.conteudo-dia-semana {
    width: 100%;
    height: calc(100% - 30px);
    overflow-y: scroll;
    padding: 0 30px;
    position: absolute;
    color: #404041;
    font-size: 20px;
    background: #e6e7e8;
    display: none;
}

#dia-1 { display: block; }

.conteudo-dia-semana .evento {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.conteudo-dia-semana .horario-evento {
    display: inline-block;
    width: 80px;
    float: left;
    font-weight: 700;
}

.conteudo-dia-semana .titulo-evento {
    float: right;
    width: calc(100% - 80px);
    font-size: 21px;
    font-weight: 500;
}

.conteudo-dia-semana .local-evento,
.conteudo-dia-semana .endereco-evento {
    float: right;
    width: calc(100% - 80px);
    font-size: 17px;
    margin-top: 5px;
}


/* PALAVRA DO PÁROCO */
.icones > .conteudo + .conteudo{}
/*.icones > .conteudo + .conteudo > .esquerda, .icones > .conteudo + .conteudo > .direita{
    width: 530px;

    background: #b72327;
}*/


.palavra-do-paroco {
    width: 300px;
    float: left;
    margin-bottom: 100px;
}
.palavra-do-paroco .titulo {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.palavra-do-paroco h3 {
    width: 100%;
    float: left;
    color: #404041;
    font-size: 13px;
    letter-spacing: 0;
    text-align: center;
    transition: all linear 0.2s;
    margin-bottom: 15px;
}
.palavra-do-paroco .wrapper-imagem {
    width: 170px;
    margin: 0 auto;
    float: none;
    display: table;
}
.palavra-do-paroco img {
    width: 100%;
    position: relative;
    z-index: 10;
    filter: none;
    transition: all linear 0.5s;
    float: left;
}
.wrapper-imagem:hover img { 
  /*   -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    transition: all linear 0.5s;*/
}
.palavra-do-paroco .titulo-palavra {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #404041;
    text-align: center;
}
.palavra-do-paroco .btn-mais {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    background-color: #b71c1b;
    border-radius: 15px;
    margin: 15px auto 0;
    display: table;
    padding: 3px 17px 3px;
    float: unset;
}


/* APLICATIVO */
.bloco-informativo .aplicativo {
    width: 385px;
    float: left;
    display: flex;
    align-items: center;
    margin-right: 55px;
}
.bloco-informativo .aplicativo img {width: 170px; display: block; margin: 0 auto;}
.bloco-informativo .aplicativo > div {margin: 0 auto; text-align: center;}
.bloco-informativo .aplicativo div div {width: 190px; display: flex; justify-content: space-between; margin: 10px auto 0;}
.bloco-informativo .aplicativo div div img{width: 90px;}
.bloco-informativo .aplicativo h2{font-size: 20px; font-weight: 900;}
.bloco-informativo .aplicativo span{font-size: 25px; font-weight: 900;}

.bloco-informativo .aplicativo + .wrapper-todas-noticias {
    float: left;
    margin: 50px 0 0;
}
.bloco-informativo .aplicativo + .wrapper-todas-noticias .todas-noticias:nth-of-type(1){
   padding-left: 0;
}



/* INFORMATIVO */
.bloco-informativo {
    float: left;
    width: 100%;
    background: url("../images/bg-informativo.png") center bottom no-repeat;
    margin-top: 70px;
    padding-bottom: 24px;
}
section.video-fotos .bloco-informativo .conteudo{justify-content: center;}

.bloco-informativo img {float: left;}
.bloco-informativo .conteudo > img {margin: 30px 65px 0 45px;}
.bloco-informativo a img:nth-child(1):not(.bloco-informativo .aplicativo a img:nth-child(1)) {
    width: 180px; 
    float: left;
    margin-top: -38px; z-index: 1; 
    position: relative;
    filter: drop-shadow(3px -1px 3px #00000059);
}
.bloco-informativo a img:nth-child(2) {
    width: 165px; 
    float: left; 
    margin: -19px 0 0 -24px; 
    z-index: 0;
    filter: drop-shadow(3px -1px 3px #00000059);
}
.bloco-informativo .conteudo .titulo { margin: 45px auto 24px; color: #b71c1b; }
.bloco-informativo .conteudo div a { 
    float: right;
    color: #ffffff;
    background: #b71c1b;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 8px;
 }
.bloco-informativo .conteudo div:not(.bloco-informativo .conteudo .aplicativo div, .bloco-informativo .conteudo .aplicativo) {
    width: 335px; 
    float: left; 
    margin: 0 0 0 40px;
    align-self: center;
}
.bloco-informativo .conteudo span {
    width: 100%;
    float: left; 
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #231f20;
    margin-bottom: 10px;
}
.bloco-informativo .conteudo div a:last-of-type:not(.bloco-informativo .conteudo .aplicativo div a:last-of-type:not()) {
    float: left; 
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    background-color: #b71c1b;
    border-radius: 8px;
    margin-top: 16px;
    padding: 4px 8px;
    float: right;
}


/* REDE VERDE */
.redeverde {
    width: 100%;
    float: left;
    border-top: 1px solid #243368;
    /*padding-top: 20px;*/
}
.redeverde:before {
    content: "";
    width: 100%;
    float: left;
    height: 14px;
    background: #243368;
    position: absolute;
    top: 0;
}
.redeverde .conteudo {
    display: flex;
    justify-content: center;
}
.redeverde .conteudo .menu-redes-sociais{
    width: 700px;
    height: 100px;
    background: #b71c1b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -25px 0 35px 0;
}
.redeverde .conteudo h2{
    float: left;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-right: 15px;
}
.redeverde .conteudo .menu-redes-sociais li{
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 14px;
    border: 2px solid #b71c1b;
    box-shadow: 0 0 0px 2px #fff;
    margin-left: 25px;
}
.redeverde .conteudo .menu-redes-sociais li:first-of-type{
    margin-left: 0;
}
.menu-redes-sociais a {
    height: unset;
    line-height: 31px;
}
.redeverde .conteudo .menu-redes-sociais a::before{
    color: #b71c1b;
}

/* MENSAGEM */
.form-mensagem {
    width: 360px;
    float: left;
}

.form-mensagem label {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.form-mensagem input[type="text"],
.form-mensagem textarea {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #231F20;
    font-size: 16px;
    background: #E7E7E8;
    border: none;
    padding: 0 10px;
    border-radius: 3px;
    transition: all linear 0.2s;
}

.form-mensagem .formError + input[type="text"],
.form-mensagem .formError + textarea {
    background: #F9C0B7;
}

.form-mensagem textarea {
    resize: none;
    height: 90px;
    /*height: 135px;*/
}

.form-mensagem input[type="text"]:focus,
.form-mensagem textarea:focus {
    background: #83B0E9;
}

.form-mensagem input[type="submit"] {
    float: right;
    height: 30px;
    width: 100px;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    background: #b71c1b;
    border-radius: 3px;
    padding: 0;
    margin: 5px 0 0;
    border: 0;
    transition: all linear 0.2s;
}

.form-mensagem input[type="submit"]:hover {
    cursor: pointer;
    color: #ffffff;
    background: #0954B3;
}





/********************************************
*	
*   FOOTER
*
********************************************/

.contato-redes  {
    float: left;
    margin: 20px 0 50px;
}
.contato-redes .esquerda .titulo {margin-bottom: 25px;}
.contato-redes .barrinha-fina {
    margin-bottom: 10px;
}
.contato-redes .esquerda {
    width: 280px;
    float: left;
}
.contato-redes span {color: #58585b; font-family: "Sarala", Arial, sans-serif;}
.contato-redes .esquerda span {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-bottom: 5px;
}
.contato-redes .meio {
    width: 380px;
    float: left; 
    padding-top: 49px;
    margin-right: 25px;
}
.contato-redes .meio span {
    width: 100%;
    float: left;
    font-size: 16px;
    /*font-weight: 500;*/
    margin-bottom: 4px;
}
.contato-redes .direita { 
    width: 455px;
    float: right;
}
.contato-redes .titulo { 
    width: 100%;
    margin-bottom: 25px;
}
.contato-redes .direita > div{ 
   float: left;
}
.contato-redes > .conteudo .direita a{ 
    float: left;
    margin-right: 50px;
}
.contato-redes .direita img{ 
    float: left;
    width: 135px;
    transition: all linear 0.2s;
    /*filter: grayscale(100%);
    opacity: 0.4;*/
}
.contato-redes .direita img:hover {
    /*filter: grayscale(0);
    opacity: 1;*/
    filter: grayscale(100%);
    opacity: 0.4;
}
.contato-redes .direita a{ margin-right: 20px; float: left; }

.contato-redes .direita a:last-of-type{ margin: 0; }

.contato-redes .saojudas-mapa {
    font-size: 18px;
    margin: 3px 5px 0 0;
}
.contato-redes i {font-size: 17px; float: left; margin: 4px 10px 0 0; color: #b71c1b;}
.contato-redes .meio .saojudas-telefone {margin: 4px 14px 0 4px;}

footer img {
    transition: all linear 0.5s;
    width: 100%;
}
.copyright a {
    width: 90px;
    float: left;
    margin: 0 0 0 10px;
}
.copyright {
    height: 42px;
    width: 100%;
    /*background: #005f99;*/
    font-size: 15px;
    letter-spacing: 0;
    float: left;
    background: url(../images/bg-footer.png) center no-repeat;
}
.copyright .conteudo {
    width: 980px;
    padding: 0 58px;
    display: table;
}
.copyright span {
    padding: 3px 0;
    display: block;
    text-align: center;
    /*font-weight: 500;*/
    color: #58585b;
    float: left;
}

.copyright a { color: #ffffff; font-weight: 700;}

.copyright a:hover { color: #D1D2D4; }

.copyright span:last-of-type, .copyright span:last-of-type + a {display: none;}


/********************************************
*   
*   PAGE
*
********************************************/

/* COMUNS */
.page > .titulo, .single > .titulo, .single.dizimista .wrapper-form > .titulo {
    /*background: #b71c1b;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #b71c1b;*/
    /*padding: 2px 10px;*/
   /* margin-bottom: 60px;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    color: #b71c1b;*/
}
.page .direita > .titulo {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 500;
    float: left;
}

.wrapper-conteudo-pagina {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.wrapper-item {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.page .esquerda {
    width: 240px;
}

.page .esquerda img {
    width: 100%;
    float: left;
}

.page .direita {
    width: calc(100% - 240px);
    padding-left: 40px;
    padding-bottom: 40px;
    position: relative;
    min-height: 288px;
}

.page .direita:only-of-type {
    width: 100%;
    min-height: 0;
    padding: 0 0 50px;
}

.wrapper-item .btn-mais {
    position: absolute;
    left: 40px;
    bottom: 0;
}

.page .direita:only-of-type .btn-mais { left: 0; }

/* NOTÍCIAS */
.page.noticias.conteudo { }

.page.noticias .lista-noticias , .single.noticia + .noticias .lista-noticias { width: 100%; display: flex; flex-wrap: wrap;}

.page.noticias .lista-noticias li, .single.noticia + .noticias .lista-noticias li {
    /*height: 280px;*/
    width: 26.33%; 
    margin-bottom: 30px; 
    /*float: left;*/
}

.page.noticias .lista-noticias li:nth-child(3n + 2),
.single.noticia + .noticias .lista-noticias li:nth-child(3n + 2) {
    margin: 0 10.5% 30px;
}

.page.noticias .lista-noticias a, .single.noticia + .noticias .lista-noticias a { float: left;}
.page.noticias .lista-noticias a:hover, .single.noticia + .noticias .lista-noticias a:hover { color: #133f68 }

.page.noticias .limitador-noticias, .single.noticia + .noticias .limitador-noticias { 
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 5px;
}
.page.noticias .lista-noticias img, .single.noticia + .noticias .lista-noticias img { 
    width: 100%; 
    height: auto;
    margin: 0;
    float: left;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.page.noticias .data-noticia, .single.noticia + .noticias .data-noticia {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #0cb368;
    text-align: center;
    margin-top: 10px;
}

.page.noticias .titulo-noticia-lista, .single.noticia + .noticias .titulo-noticia-lista {
    width: 100%;
    float: left;
    text-align: center;
    color: #404041;
    font-weight: 700;
    margin-top: 10px;
}


/* MISSAS */
.wrapper-lista-missas {
    width: 100%;    
}

.bloco-menu-agenda {width: 100%; float: left; margin-bottom: 60px;}
.menu-agenda { width:100%; float:left; margin-bottom: 35px; }
.menu-agenda a{
    color: #b71c1b;
    font-size: 19px;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #CCA330;
    padding: 2px 10px;
    margin-right: 97px;
    float: left;
}
.menu-agenda a.ativo{ color: #ffffff; background: #b71c1b; border-color: #b71c1b; }
.menu-agenda a:hover{ color: #ffffff; background: #58585B; border-color: #b71c1b; }
.menu-agenda a:last-of-type, .menu-meses a:last-of-type{ margin-right: 0 }

.menu-meses { width:100%; float:left; /*margin-bottom: 60px; */}
.menu-meses a {
    color: #b71c1b;
    font-size: 14px;
    font-weight: 500;
    margin-right: 48px;
    padding: 5px 12px;
    border-radius: 5px;
    float: left;
}

.menu-meses a.ativo, .menu-meses a:hover { color: #ffffff; background: #0c6d3f; }


.single.missas { padding: 0; }

.single.missas .wrapper-item {
    width: 100%;
}

.single.missas h2.titulo {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    background: #c4882d;
    padding: 3px 16px;
}

.evento {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    float: left;
    color: #58585b;
}
.evento-agenda {
    display: block;
    margin-bottom: 40px;
    /*margin-left: 20px;*/
    float: left;
    width: 100%;
}
.evento-agenda .local-evento, .evento-agenda .endereco-evento {
    width: calc(100% - 118px);
    color: #231f20;
    /*font-weight: 500;*/
    font-size: 18px;
}
.single.missas h2.titulo {
    width: calc(100% - 35px);
    float: left;
    color: #b71c1b;
    background: none;
    padding: 0 0 0 0;
}
.single.missas h2.titulo.missa-mesmo {
    color: #ffffff;
    background: #b71c1b;
    width: unset;
    padding: 3px 12px;
}
.saojudas-mais {
    float: left;
    font-size: 17px;
    margin: 5px 15px 0 0;
    color: #0c6d3f;
}
.horario-evento, .data-evento {
    font-size: 18px;
    /*font-weight: 500;*/
    float: left;
    width: 85px;
    color: #231f20;
    padding-left: 30px;
}

.single.missas .wrapper-item .evento .horario-evento {
    color: #b71c1b;
    font-weight: 700;
    padding-left: 12px;
}

.local-evento, 
.endereco-evento {
    font-size: 18px;
    float: right;
    width: calc(100% - 100px);
}
.conteudo-dia-semana .local-evento {font-weight: 500;}
.endereco-fixo {
    font-size: 20px;
    float: left;
    width: calc(100% - 85px);
}

/* COMUNIDADES */
.page.comunidade .direita {height: 190px; padding-bottom: 0; min-height: unset;}
.page.comunidade .barrinha-fina {margin-top: 60px;}
.page.comunidade .barrinha-fina:last-of-type,
.page.clero .barrinha-fina:last-of-type {display: none;}
.page.comunidade .wrapper-item {margin-bottom: 0;}
.page.comunidade .direita .titulo, .page.clero .direita .titulo {
    width: 100%;
    font-size: 23px;
    font-weight: 700;
    color: #b71c1b;
    padding: 0;
    border: none;
    margin-bottom: 15px;
    transition: all linear 10.4s;
    float: left;
}
.page.comunidade .direita .subtitulo, .page.clero .direita .subtitulo {
    font-size: 17px;
    font-weight: 400;
    color: #58585b;
    margin-bottom: 5px;
}
.page.comunidade .direita a, .page.clero .direita a{
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.direita a:hover .titulo, .direita a:hover .subtitulo {
    text-decoration: underline;
    transition: all linear 10.4s;
}

/* CLERO */
.page.clero .direita {height: 337px;}

/* INFORMATIVO */
.page.informativo .wrapper-item > .titulo {width: 100%; margin-bottom: 5px;}
.page.informativo .wrapper-item > span {
    color: #6D6E70;
    /*margin-left: 20px;*/
    margin-bottom: 55px;
    font-size: 18px;
    float: left;
}
.page.informativo i {font-size: 50px; color: #6D6E70;}
.page.informativo .item-elo { width: 100%; float: left; margin-bottom: 45px; letter-spacing: 0;}
.page.informativo .item-elo .esquerda {
    width: unset;
    padding-top: 6px;
    padding-right: 15px;
    padding-bottom: 5px;
    border-right: 1px solid #b71c1b;
}
.page.informativo .item-elo .direita {
    width: unset;
    padding: 17px 0 0 10px;
    min-height: unset;
    float: left;
    display: grid;
}
.page.informativo .item-elo .titulo {
    width: 100%;
    color: #6D6E70;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
    float: left;
    margin-bottom: 5px;
}
.page.informativo .item-elo .direita span {
    font-size: 13px;
    float: left;
    width: 100%;
    color: #6D6E70;
}


/* LITURGIA DIÁRIA */
.page.liturgia-diaria > .titulo {
    margin-bottom: 15px;
    padding-right: 10px;
}

.page.liturgia-diaria .subtitulo {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
    font-size: 18px;
}

.page.liturgia-diaria .leitura {
    font-size: 16px;
    margin-bottom: 20px;
    
}

.liturgia-diaria {/*min-height: 350px;*/ display: table;}

.liturgia-diaria .titulo, .liturgia-diaria .subtitulo,
.liturgia-diaria .wrapper-conteudo-pagina {padding-right: 315px; z-index: 0;}

.liturgia-diaria .wrapper-conteudo-pagina {min-height: 675px;}

.liturgia-diaria .titulo { margin-bottom: 5px; }

.liturgia-diaria sup { vertical-align: super !important; font-size: 12px !important; }

.liturgia-diaria .wrapper-item {margin-bottom: 0;}

/*Calendário*/
.calendario {
    width: 250px;
    /*height: 100px;*/
    top: 0;
    right: 30px;
    position: absolute;
    z-index: 1;
    /*background:#000;*/
}

.liturgia-diaria iframe {width: 250px; height: 325px; float: left;}

/*Exibição em Abas*/

.tabs-menu ul li {
    float: left;
}
.tabs-menu ul li a {
    display: block;
    padding: 5px 25px;
    text-decoration: none;
    font-size: 16px;
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
    letter-spacing: 0;
    /*color: #fff;*/
}
.tabs-menu ul li a.active-tab-menu {
    background: #b71c1b;
    color: #ffffff;
}

/* Conteúdo das abas */
.tabs {
    display: none;
    padding: 30px 30px 0 0;
}
.first-tab {
    display: block;
}

/* Chamada para o Santo do Dia dentro da Página de Liturgia */
.santo {
    width: 250px; 
    float: left;
    position: absolute;
    top: 335px;
    right: 30px;
    z-index: 1;
    /*border-top: 1px solid #404041;*/
    padding-top: 35px;
}
.santo .titulo {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #b71c1b;
}
.santo img {width: 100%;}

.santo .nome {
    font-family: "Sarala", arial, sans-serif;
    font-size: 18px; 
    font-weight: 300;
    margin-top: 3px; 
    text-transform: none;
}

/* NÃO ENCONTRADO - 404 */
.page.nao-encontrado.conteudo { 
    min-height: 300px;
}

/* BUSCA */
.subtitulo {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.links {
    width: 100%;
    margin-bottom: 40px;
    float: left;
}

.links a {
    float: left;
    clear: both;
    margin-bottom: 10px;
    transition: all linear 0.2s;
}

.links a:hover {
    color: #b71c1b;
    /*text-decoration: underline;*/
}

.links strong { }


/********************************************
*	
*   SINGLE
*
********************************************/

/* COMUNS */
.single.conteudo {
    /*padding: 0 70px;*/
}

.single > .titulo {
    margin-bottom: 40px;
}

.single .esquerda {
    width: 240px;
    margin-bottom: 50px;
}

.single .esquerda img {
    width: 100%;
    float: left;
}

.single .direita {
    width: calc(100% - 240px);
    padding-left: 40px;
    margin-bottom: 50px;
}

.single .direita:only-of-type {
    width: 100%;
    padding: 0;
}


/* NOTÍCIA */
.noticia .titulo-noticia-lista-grande {
    width: calc(100% - 640px);
    margin-bottom: 0;
    margin-right: 40px;
    text-align: left;
    font-size: 23px;
    letter-spacing: 0.1px;
    /*line-height: 35px;*/
    /*font-weight: 500;*/
    /*text-transform: none;*/
    color: #b71c1b;
    padding: 0;
    /*border: none;*/
    /*position: relative;*/
    top: unset;
    transform: unset;
    float: left;
    position: relative;
}

.noticia .bloco-titulo {
    width: 100%; 
    /*height: 366px; */
    float: left; 
    margin: 50px auto 70px auto;
    position: relative;
}
.titulo-noticia-lista-grande span {
    width: 100%;
    max-height: 120px;
    float: left;
    text-align: left;
    font-size: 25px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    /*margin-right: 40px;*/
}
.titulo-noticia-lista-grande span:first-of-type {
    width: unset;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background-color: #0c6d3f;
    padding: 3px 7px;
    border-radius: 8px;
    margin-top: 60px;
}
.titulo-noticia-lista-grande span:nth-of-type(2) {
    font-size: 11px;
    font-weight: 300;
    color: #58585b;
    margin-top: 6px;
}

.noticia .wrapper-imagem {width: 600px; float: left; margin: 0; position: relative;}
.noticia .titulo-noticia {    
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    letter-spacing: 0.1px;
    float: left;
    transition: all linear 0.2s;
    color: #133f68;
    padding: 0;
}

/*COMPARTILHAR*/
.noticia .compartilhar {
    float: left; 
    /*right: 0;*/
    bottom: 0;
    position: absolute;
}
/*.noticia .compartilhar:last-of-type {margin-top: 0; }*/
.noticia .compartilhar span {float: left; font-size: 13px; margin: 6px 5px 0 0;}
.noticia .compartilhar a {float: left; margin-left: 8px;}
.noticia .compartilhar img {width: 26px; transition: all linear 0.1s;}
.noticia .compartilhar img:hover {margin-top: -3px; transition: all linear 0.1s;}


.single.noticia + section.noticias {background: none;}
.single.noticia + section.noticias .titulo{
    font-size: 21px;
    text-align: center;
    margin-bottom: 35px;
}
.single.noticia + section.noticias .titulo:before, .single.noticia + section.noticias .titulo:after{
    content: "";
    width: calc(50% - 100px);
    height: 3px;
    background: #b71c1b;
    position: absolute;
    top: 12px;
    left: 0;
}
.single.noticia + section.noticias .titulo:after{
    left: unset;
    right: 0;
}

.wrapper-lista-noticias h3 {
    background-color: #b71c1b;
    color: #ffffff;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 4px 10px;
    float: left;
}
.noticia .wrapper-lista-noticias {
    float: left;
    margin-bottom: 70px;
}

.noticia .lista-noticias {
    margin-top: 20px;
    display: flex;
}

.noticia .lista-noticias-single {
    margin-top: 20px;
    margin-bottom: 60px;
}
.noticia .lista-noticias-single a {float: left;}
.noticia .lista-noticias-single li {
    width: 300px;
    float: left;
    margin-right: 50px;
}
.noticia .lista-noticias-single li:nth-child(3) {margin-right: 0;}
.noticia .lista-noticias-single .limitador {
    width: 100%;
    height: 168px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 15px;
}
.noticia .lista-noticias-single .limitador img {float: left;}
.noticia .lista-noticias li:first-of-child a { padding: 0 30px 0 0; }
.noticia .lista-noticias li:last-of-type a { padding: 0 0 0 30px; }
.noticia .lista-noticias li:only-of-type a { padding: 0; }

.noticia .lista-noticias li {
    /*flex: 1;*/
}

.noticia .lista-noticias-single li:hover .titulo-noticia {
    color: #000000;
}

/*PALAVRA DO PÁROCO*/
.bloco-paroco {
    width: 100%; 
    height: 130px; 
    float: left; 
    /*margin-top: -70px;*/
    /*background: #913a3e;*/
}
.bloco-paroco img{width: 220px; float: left; position: absolute; left: 0; top: 75px;}
.bloco-paroco .titulo{color: #0c6d3f; font-size: 23px; margin: 100px 0 0 275px;}

.single.palavra-do-paroco {width: 1140px; float: unset; padding-left: 275px;}
.single.palavra-do-paroco .bloco-titulo {margin-top: 0; margin-bottom: 30px; }
.single.palavra-do-paroco .bloco-titulo > span:nth-of-type(1){
    width: unset;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #404041;
    text-transform: uppercase;
    /*background: #c4882d;*/
    display: table;
    margin: 0px auto 0;
    /*padding: 2px 33px;*/
    position: relative;
    border-radius: 6px;
}
.single.palavra-do-paroco .compartilhar {right: 0; bottom: unset; top: -33px; }
.single.palavra-do-paroco .compartilhar span{width: unset; color: #231f20;}
.single.palavra-do-paroco .bloco-titulo span:nth-of-type(2) {
    width: 100%;
    float: left;
    background: none;
    color: #b71c1b;
    font-size: 37px;
    font-weight: 700;
    text-transform: none;
    text-align: left;
    padding: 0;
    margin: 36px 0 0 0;
}

/* DIZIMISTA */
.single.dizimista > .titulo {/*width: 100%; */margin-bottom: 20px;}

/* Evento*/
.single-evento .esquerda {
    width: 40%;
    margin-bottom: 50px;
}

.single-evento img {
    width: 60%;
    float: right;
}

.single-evento .direita {
    width: 60%;
    margin-top: 25px;
    padding-left: 30px;
}

.single-evento .data-evento {
    float: left;
    margin-top: 25px;
    display: block;
    width: 100%;
}

.single-evento .endereco-evento {
    float: left;
    margin-top: 25px;
}

.single-evento .local-evento {
    float: left;
    margin-top: 25px;
}

.single-evento .link {
    float: left;
    margin-top: 20px;
}

.single-evento a {
    color: #b71c1b
}

.single-evento a:hover {
    color: #5B5B5E
}

/* COMUNIDADE */
.single.comunidade .barrinha-fina {margin: 45px 0; padding: 0;}
.single.comunidade .direita .detalhes strong{float: left; font-size: 21px; font-weight: 500; margin-bottom: 5px;}
.single.comunidade .direita .subtitulo{
    float: left; 
    font-size: 19px; 
    font-weight: 400;
    margin-bottom: 40px;
}
.single.comunidade .direita, .single.comunidade .wrapper-conteudo,
.single.comunidade .direita .subtitulo:last-of-type{margin-bottom: 15px;}


/* CLERO */
.single.clero .wrapper-conteudo { margin-bottom: 0; }
.single.clero .direita .subtitulo {
    font-size: 18px;
    font-weight: 500; 
    color: #58585B;
}
.single.clero .direita .subtitulo + div{
    float: left;
    padding: 0;
    margin: 0;
}

/* VIDEO */
.video .youtube, .video .facebook {width: 500px; height: 360px; border-radius: 10px;}
.video .bloco-titulo {height: 366px;}
.video .bloco-titulo .wrapper-titulo {
    width: calc(100% - 620px);
    margin-right: 20px;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.video .bloco-titulo .wrapper-titulo .titulo {
    width: 100%;
    margin-bottom: 20px;
    /*margin-left: 20px;*/
    text-align: left;
    font-size: 25px;
    line-height: 35px;
    /*font-weight: 500;*/
    text-transform: none;
    color: #2d6287;
    padding: 0;
    border: none;
}
.video .bloco-titulo .wrapper-titulo p {
    width: 100%;
    /*margin-left: 20px;*/
    font-size: 18px;
    float: left;
    text-align: justify;
}
.video .lista-noticias-single .limitador {height: 180px;}



/* CONTATO */
.single.contato .wrapper-conteudo{margin-bottom: 20px;}
.single.contato .wrapper-contato{margin-bottom: 30px;}
/********************************************
*	
*   FORMULÁRIOS
*
********************************************/

.wrapper-form {
    float: left;
    width: 100%;
    /*margin-bottom: 50px;*/
}

.formulario {
    width: 100%;
    float: left;
}

.formulario label,
.formulario .wrapper-radio {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    position: relative;
}

.formulario label span {
    display: block;
    width: 100%;
    float: left;
    color: #231F20;
}

.formulario input[type="text"],
.formulario select,
.formulario textarea {
    width: 100%;
    float: left;
    height: 60px;
    border: 2px solid #b71c1b;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 20px;
    transition: all linear 0.2s;
    color: #58585b;
}

.formulario input[type="text"]:focus,
.formulario select:focus,
.formulario textarea:focus {
    background: #f7f7f7;
}

.formulario textarea {
    resize: none;
    height: 170px;
    padding: 10px 15px;    
}

.formulario button {    
    width: 220px;
    float: right;
    height: 47px;
    margin-top: 60px;
    border: 1px solid #b71c1b;
    background: #b71c1b;
    color: #FFF;
    border-radius: 3px;
    padding: 0;
    font-family: "Sarala", arial, sans-serif;
    font-size: 27px;
    font-weight: 500;
    text-transform: uppercase;    
    transition: all linear 0.2s;
}

.formulario button:hover{
    background: #9f191e; 
    cursor: pointer;    
    border-color: #9f191e;
}   

.wrapper-radio > span {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.wrapper-radio label {
    width: auto;
    float: left;
    margin: 0 20px 0 0;
}

.wrapper-radio label input[type="radio"]{
    float: left;
    margin: 4px 4px 4px 0;
}

.wrapper-radio label span { 
    float: left; 
    width: auto;
}

.formulario label.metade-esquerda {width: calc(50% - 25px); margin-right: 50px;}
.formulario label.metade-direita {width: calc(50% - 25px);}

.formulario label.terco-esquerda {width: calc(66% - 25px); margin-right: 50px}
.formulario label.terco-direita {width: calc(34% - 25px);}

.formulario label.caixa {width: 870px; margin: 0 50px 0 0;}
.formulario label.botao {width: unset; float: left;}

/* TERÇO*/
.cycle-terco {
    margin: 15px auto 0 auto;
    display: inline-block;
}

.terco {
    text-align: center;
}

.terco h2 {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #b71c1b;
}

.oracao h3 {
    font-weight: bold;
    margin: 25px 0 5px 0;
    color: #b71c1b;
    font-size: 22px;
}

.oracao h4 {
    font-size: 19px;
    margin: 25px 0 0 0;
}

.oracao h5 {
    font-size: 16px;
    margin-top: -6px;
}

.terco .imagem {
    width: 350px;
    float: left;
    text-align: center;
    /*background-color: #df5557;*/
    /*margin-left: 262px;*/
}
.terco .oracao {
    width: 350px;
    height: 520px;
    overflow: auto;
    float: right;
    text-align: center;
    margin: 0 0 0 100px;
    padding: 35px 0 0 0;
}

.terco .imagem img {
    width: 250px;
    margin-bottom: 5px;
}

.pager-terco {
    width: 350px;
    float: right;
    /*background-color: #aba;*/
}

.pager-terco span {
    width: 140px;
    height: 40px;
    line-height: 41px;
    cursor: pointer;
    letter-spacing: 0;
}
.pager-terco span:hover, .misterios span:hover {
    background: #b71c1b;
    color: #FFF;
}

.seletor {
    width: 700px;
    margin: 0 auto;
    display: inline-block;
}

.seletor-mobile {display: none;}

.misterios {
    width: 370px;
    float: left;
}

.misterios span {
    width: 80px;
    height: 40px;
    line-height: 16px;
    cursor: pointer;
    letter-spacing: 0;
    font-size: 14px;
    padding-top: 4px;
    margin: 0 6px 10px 0;
    border: 1px solid #b71c1b;
}

.misterios a {
    border: none;
    line-height: unset;
    width: unset;
    margin-right: 10px;
}

.contemplacao {
    font-size: 19px;
}

.contemplacao17 {
    font-size: 17px;
}

.contemplacao18 {
    font-size: 17px;
}

.misericordia .pager-terco {width: 100%;}

.terco .lista-noticias {width: 100%;}

/* CONFIGURAÇÃO DA FORMATAÇÃO DOS TEXTOS */

.formatar .wrapper-conteudo h2, .formatar .wrapper-conteudo h3, .formatar .wrapper-conteudo h4,
.formatar .wrapper-conteudo h5, .formatar .wrapper-conteudo div {padding-top:10px;margin-bottom: 20px;}

.formatar .wrapper-conteudo p, .formatar .wrapper-conteudo b, .formatar .wrapper-conteudo em 
{margin-bottom: 25px; line-height: 35px;}

.formatar .wrapper-conteudo ul
{margin-bottom: 12px; margin-left: 20px; list-style: inside;}

.formatar .wrapper-conteudo li {margin-bottom: 7px; margin-left: 20px;}

.formatar .wrapper-conteudo ol
{margin-bottom: 12px; margin-left: 20px; list-style: decimal inside;}

.formatar .wrapper-conteudo em, .formatar .wrapper-conteudo i {font-style: italic;}

.formatar img {max-width: 100%; height: auto;}

.formatar .wp-caption {margin: 0 auto; max-width: 100%;}
.formatar .wp-caption-text, .formatar .wp-caption p {
    font-size: 13px;
    line-height: 20px; 
    margin-bottom: 0;
    /*margin: 0 10px;*/
    color: #919191;
}

.formatar .aligncenter {float: unset; margin:10px auto;}
.formatar .alignleft {float: left; margin:0 20px 10px 0;}
.formatar .alignright {float: right; margin:0 0 10px 20px;}

.formatar .aligncenter img, .formatar .alignleft img,
.formatar .alignright img {width: 100%;}

.formatar .wrapper-conteudo iframe {width: 100%; height: 560px;}

.formatar blockquote {
  border-left: 3px solid #dedede;
  /*color: #1a1a1a;*/
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.1em;
  font-style: italic;
  line-height: 1.8em;
  /*margin: 1.1em -4em;*/
  margin: 1.1em 0;
  padding: 1em 2em;
  position: relative;
  transition: 0.2s border ease-in-out;
  z-index: 0;
}
.formatar blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  height: 2em;
  background-color: #fff;
  width: 5px;
  margin-top: -1em;
}
.formatar blockquote:after {
  content: "\f35f";
  position: absolute;
  top: 50%;
  left: -0.5em;
  color: #dedede;
  font-family: "Icomoon";
  font-style: normal;
  line-height: 1em;
  text-align: center;
  text-indent: -2px;
  width: 1em;
  margin-top: -0.5em;
  transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}
.formatar blockquote.format:before, .formatar blockquote.format:after {
  display: none;
}
/*.formatar blockquote.book:after {
  content: "";
}
.formatar blockquote.podcast:after {
  content: "";
}
.formatar blockquote.lyrics:after {
  content: "";
}
.formatar blockquote.favorite:after {
  content: "";
}
.formatar blockquote:active:after {
  transform: rotateY(360deg);
}*/
.formatar blockquote cite {
  display: block;
  font-size: 0.75em;
  line-height: 1.8em;
  margin-top: 1em;
}
.formatar .wrapper-conteudo blockquote p:last-of-type { margin-bottom: 0; }

@media (max-width: 980px) {
 .formatar blockquote {
    font-size: 1.1em;
    margin: 1.1em -2em;
}
}
@media (max-width: 767px) {
 .formatar blockquote {
    border-top: 2px solid #dedede;
    /*border-bottom: 2px solid #00367ba6;*/
    border-bottom: 2px solid #dedede;
    border-left: none;
    margin: 1.5em 0;
    padding: 1.5em 1em;
}
.formatar blockquote:before {
    left: 50%;
    top: 0;
    height: 4px;
    margin-top: -3px;
    margin-left: -1em;
    width: 2em;
}
.formatar blockquote:after {
    font-size: 0.75em;
    left: 50%;
    top: 0;
    margin-top: -0.5em;
    margin-left: -0.5em;
}
.formatar blockquote cite {
    text-align: right;
}
}

/* RETIRAR O NOME DA FOTO DO MODAL DA GALERIA */
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, 
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    display: none !important;
}

/* Cores do Placeholder*/

::-webkit-input-placeholder {
   color: #58585b;
}

:-moz-placeholder { /* Firefox 18- */
   color: #58585b;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #58585b;  
}

:-ms-input-placeholder {  
   color: #58585b;  
}


.whatsapp {
    position: fixed;
    top: 82%;
    right: 1%;
    padding: 10px;
    z-index: 10000000;
}


/********************************************
*	
*   RESPONSIVE
*
********************************************/

/* Large Devices, Wide Screens - BLUE */
@media only screen and (max-width: 1200px) {

    /* GERAL */
    .conteudo { width: 960px; /*float: left; left: 50%; margin-left: -480px;*/ }    
    .single.conteudo { padding: 0 5px; }
    
    .formatar .wrapper-conteudo iframe {width: 100%; height: 51vw;}

    /* HEADER*/
    /*header {background-position-x: -310px;}*/
    .saojudas-home {display: none;}

    .logo {
       /* width: 200px;
        position: relative;
        left: 20%;
        margin-left: -20px;*/
    }

    .wrapper-menu {
        /*width: 20%;*/
        /*margin-top: 75px;*/
    }
    .barra-topo .conteudo {justify-content: space-between;}
    .local-data, .local-data p {display: none;}
    .menu-celular {
        display: block;
        float: left;
        margin: 0 0 0 0;
    }

    .wrapper-menu .conteudo > .menu-principal-container {display: none;}
    /* MENU - tanto o menu quanto o submenu estavam no responsivo anterior */    
    .wrapper-menu > .conteudo { height: 40px; }
    .wrapper-menu > .conteudo > a,
    .wrapper-menu > .conteudo > a + .menu-principal-container { display: none; }

    header .wrapper-menu ul.menu {
        padding: 10px 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 250px;
        height: 100%;
        overflow-x: auto;
        overflow-y: scroll;
        background: #FFF;
        z-index: 2;
        box-shadow: -2px 0 4px #252525;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    #menu-principal-direito, #menu-principal-esquerdo {
        visibility: hidden;
    }

    #menu-principal-1 {
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
    }

    #menu-principal-1 {
        margin: 0 -20px 0 0;
    }

    
    #menu-principal-1 > li > a, 
    li.menu-item-has-children > ul > li > a,
    #menu-principal-1 > li:hover > a {color: #b71c1b;}


    header .wrapper-menu ul.menu:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    
    header .wrapper-menu ul.menu li {
        display: block;
        width: 90%;
        text-align: left;
        float: left;
        clear: both;
        padding-top: 5px;
        padding-left: 15px;
        padding-right: 10px;
        padding-bottom: 5px !important;
        margin: 0 !important;        
        transition: all linear 0.2s;
    }   

    header .wrapper-menu ul.menu a {
        display: block;
        width: 100%;
        line-height: 20px;
        padding: 0;
        /*height: 30px;*/
        font-weight: 400;
        text-transform: unset;
    }   
    li.menu-item-has-children > ul > li > a {font-size: 13px;} 
    li.menu-item-has-children:nth-of-type(1) ul,
    li.menu-item-has-children:nth-of-type(2) ul,
    li.menu-item-has-children:nth-of-type(3) ul,
    li.menu-item-has-children:nth-of-type(4) ul,
    li.menu-item-has-children:nth-of-type(5) ul{
        width: 100%;
    }
    
    header .wrapper-menu ul.menu li:last-child a { border: none; }

    header .wrapper-menu ul.menu > li:hover { background: #E1E1E1; }

    ul.menu > li.menu-item-has-children > a:after {
        content: "";
        display: block;
        height: 1px;
        width: 1px;
        margin: 8px 0 0;
        float: right;
        border: 5px solid;
        border-bottom: 0;
        border-color: #b71c1b transparent transparent transparent;
        transition: all linear 0.2s;
    }

    ul.menu > li.menu-item-has-children > a.ativo:after { transform: rotate(180deg); }

    .control-nav {
        display: inline-block;
        height: 30px;
        line-height: 36px;
        font-size: 21px;
        z-index: 2;
        cursor: pointer;
        color: #000;
        transition: all linear 0.2s;
        border-radius: 2px;
        margin: 5px 0 0 0;
    }

    .control-nav:before {
        content: "";
        display: block;
        height: 30px;
        width: 30px;
        background: url("../images/menu.svg") no-repeat center;
        text-align: center;
        float: left;
        margin-left: 4px;
    }

    /*.control-nav:after {
        content: "";
        float: right;
        margin-left: 3px;
        padding-right: 7px;
        text-transform: uppercase;
    }    */
    
    /*.control-nav:hover, .control-nav:focus {
        color: #000; background: #D2D3D5;
        box-shadow: 0 0 3px #858585;
    }*/
    
    .control-nav-close {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 1;
        background: rgba(0,0,0,0.5);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    /*input#control-nav:checked ~ .control-nav { 
        color: #231F20; background: #D2D3D5;
        box-shadow: 0 0 3px #858585; 
    }*/

    input#control-nav:checked ~ div .menu,
    input#control-nav:checked ~ .control-nav-close {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    /* SUBMENU */
    li.menu-item-has-children > ul {
        display: none;
        width: 100%;
        box-shadow: none;
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
        visibility: visible;
        background: none;
    }
    
    li.menu-item-has-children > ul > li { border: none; /*height: 30px;*/ }

    #menu-principal-1 > li.menu-item-has-children:before,
    #menu-principal-1 > li.menu-item-has-children > ul > li.menu-item-has-children:before { display: none; }
    
    .busca-topo { margin-top: 0; }
    .busca-topo label { /*margin-top: 0;*/ }
    .wrapper-busca { top: 40px; }
    
    /* PRINCIPAL */
    .form-mensagem { width: 290px; }
    #status { font-size: 15px; }

    .wrapper-banner {height: 400px;}
    .wrapper-noticias-destaque ul li {height: 192px}

    /* ÍCONES */
    

    /* NOTÍCIAS*/

    .wrapper-noticias .lista-noticias li, section.video-fotos .conteudo li {width: 300px;}
    .lista-noticias-pequenas .limitador {
        width: 212px;
        min-width: 212px;
    }

    /*section.noticias {width: 700px; margin-right: 50px;}*/
    
    /*.lista-noticias li {height: 225px;}*/
    .lista-noticias img {margin-left: 0;}
    .titulo-noticia-lista-grande { width: 300px; }
    /*.titulo-noticia-lista-grande span,.titulo-noticia-lista-grande p {width: calc(100% - 25px);margin-top: 10px;margin-left: 25px;}*/
    .titulo-noticia-lista-grande span {font-size: 22px; max-height: unset;}
    .titulo-noticia-lista-grande p {font-size: 14px; line-height: 20px;}

    /*.single.noticia .wrapper-imagem { width: 67%; }*/
    /*.noticia .titulo-noticia-lista-grande { width:calc(33% - 5px); }*/
    /*.single.noticia .bloco-titulo { height: 36vw; }*/
    .noticia .lista-noticias-single li { width: 30%; margin-right: 5%; }
    .single.noticia .lista-noticias-single .limitador { height: unset; }

    /*.wrapper-todas-noticias {width: 200px;}*/
    /*.todas-noticias, .todas-noticias:first-of-type { padding: 5px 0 5px 15px; border-left: 3px solid #959595; }*/
    
    /* AGENDA */
    .menu-agenda a {margin-right: 35px;}
    .menu-meses a {margin-right: 30px;}


    /* PROGRAMAÇÃO SEMANAL */
    .dias-semana label { font-size: 20.05px; }
    .dias-semana {width: 40px;}
    .dias-semana label span {padding: 14.1px 0 14px 5px;}
    .wrapper-conteudo-dia-semana {width: calc(100% - 40px);}

    /* VÍDEOS, FOTOS E PALAVRA DO PÁROCO */
    section.icones .esquerda {width: 300px; margin-right: 30px;}
    .palavra-do-paroco {width: 300px;}

    /* PALAVRA DO PAROCO */
    
    .icones > .conteudo + .conteudo > .direita {margin-top: 30px;}
    /*.palavra-do-paroco img { width: 142px; float: unset; }*/


    .single.palavra-do-paroco {width: 100%; padding: 0 20px 0 275px;}

    /* INFORMATIVO */
    .bloco-informativo {margin-top: 45px;}
    /*.bloco-informativo .conteudo {flex-direction: column;}*/
    .bloco-informativo .aplicativo {align-self: center; margin: 0 0 75px 0;}
    .bloco-informativo .aplicativo + a{align-self: center; margin-bottom: 15px;}
    .bloco-informativo .conteudo div:not(.bloco-informativo .conteudo .aplicativo div, .bloco-informativo .conteudo .aplicativo){margin: 0 0 10px 0;}

    /* FOOTER */
    .contato-redes {width: 100%; text-align: center;}
    .contato-redes .detalhe:before {content: unset;}
    .contato-redes .esquerda, .contato-redes .meio, .contato-redes .direita {float: unset; margin: 0 auto; display: table;}
    .contato-redes .esquerda {width: 245px;}
    .contato-redes .meio {width: 280px;}
    .contato-redes .direita {padding-top: 43px;}

}

/* Medium Devices, Desktops - RED */
@media only screen and (max-width: 992px) {

    /* GERAL */
    .wrapper { margin: 0 auto -720px }
    /*header {box-shadow: 0 -5px 15px #000; background: #fff;} */
    /*header {background-position-x: -375px;}*/
    .conteudo { padding: 0 15px; width: 100%; left: auto; margin: 0; }     
    .single.conteudo { padding: 0 25px; }
    /*header .conteudo { padding-left: 30px; padding-right: 30px; text-align: center; }      */
    /*.menu-redes-sociais { right: 15px; }*/
    /*.busca-topo { right: 15px; }*/

    .menu-redes-sociais {margin: 5px 0 0;}
    
    /* PRINCIPAL */
    .bloco { margin-bottom: 50px; }
    

    .form-mensagem { width: 100%; }

    
    /* NOTÍCIAS */
    /*section.noticias {margin: 0 auto;}*/
    .lista-noticias-destaque {}



    .wrapper-imagem img { max-width: 100%; }
    /*.noticia .lista-noticias { display: block; }*/
    /*.lista-noticias-destaque li { width: 100%; margin: 0 0 35px 0; }*/

    .noticia .titulo-noticia-lista-grande {
        width: 100%;
        position: unset;
        top: unset;
        transform: unset;
        text-align: center;
        /*margin-top: 15px;*/
        margin-left: 0;
        margin-right: 0;
    }
    .single.noticia .wrapper-imagem { width: 100%; }
    .noticia .compartilhar {
        position: unset;
        margin: 10px 0;
    }
    .single.noticia .bloco-titulo {height: unset; margin-top: 0; margin-bottom: 35px;}
    .titulo-noticia-lista-grande span:first-of-type {margin-top: 0;}

    /* ÍCONES */
    section.icones > .conteudo:first-of-type {flex-wrap: wrap;}
    
    

    /* AGENDA */
    .bloco-menu-agenda{margin-bottom: 40px;}
    .menu-agenda a, .menu-agenda a:last-of-type {
        margin: 0 auto 20px;
        float: unset;
        display: table;
    }
    .menu-agenda a:last-of-type {margin-bottom: 0;}
    .menu-meses  {
        width: 576px;
        margin: 0 auto;
        float: unset;
        display: table;
        text-align: center;
    }
    .menu-meses a, .menu-meses a:last-of-type {width: 56px; margin: 0 20px 10px;}

    /* VÍDEOS, FOTOS, PALAVRA DO PAROCO */
    section.icones .esquerda, section.icones .direita, .palavra-do-paroco {width: 100%; margin: 0 0 30px 0;}

    .palavra-do-paroco img { width: 165px; }

    /* PALAVRA DO PAROCO */
    .single.noticia.palavra-do-paroco .compartilhar { position: absolute; }
    .single.palavra-do-paroco .bloco-titulo > span:nth-of-type(1) {margin-left: 235px;}
    .single.palavra-do-paroco .bloco-titulo span:nth-of-type(2) {text-align: center;}


    /* Terço */
    .terco .imagem {max-width: 255px;}
    .seletor {width: unset;}
    .misterios {width: 250px;}
    .misterios span {width: 100px;}
    .misterios a {margin-left: 10px; margin-right: 10px;}
    .misterios a:last-child {margin-right: 10px; margin-top: 10px;}
    .pager-terco {margin-left:100px;}

    
    /* FOOTER */
    /*.contato-redes {margin: 75px 0 20px;}*/
    .copyright {height: unset; background: url(../images/bg-footer.png) bottom no-repeat;}
    .copyright .conteudo {width: 100%;}
    .copyright img {float: left;}

    .copyright span:first-of-type, .copyright span:first-of-type + a { display: none; }
    .copyright span:last-of-type, .copyright span:last-of-type + a { display: unset; }
    .copyright span:last-of-type {width: 100%; margin-bottom: 7px;}
    .copyright span:last-of-type + a {
        margin: 0 auto 15px;
        float: unset;
        display: table;}
    }

/* Small Devices, Tablets - GREEN */
@media only screen and (max-width: 768px) {

    /* GERAL */
    .wrapper { margin: 0 auto -730px }
    /*header { background-position-x: -550px; }*/

    /*.wrapper-logo .conteudo { text-align: center; }    */
    /*.local-data {display: none;}*/
    /*.barra-topo {height: 35px;}*/
    /*.wrapper-menu {width: calc(100% - 166px);}*/
    .logo {width: unset; max-width: 100%;}
    /*.logo img:nth-of-type(2) {max-width: 66%;}*/
    /*.logo h2 {display: none;}*/
    
    .page .esquerda, .single .esquerda { width: 100%; text-align: center; margin-bottom: 20px; }
    .page .esquerda img, .single .esquerda img { max-width: 100%; float: none; width: auto; }
    .page .direita,.single .direita { width: 100%; padding-left: 0; }
    .wrapper-item .btn-mais { left: 0; }
    
    /* PRINCIPAL */
    .player-webradio p {display: none;}

    /* ÍCONES */
    section.icones .conteudo:first-of-type a {margin-bottom: 20px;}

    /* NOTÍCIAS */
    section.noticias {width: 100%; float: left; padding-top: 30px;}

    .wrapper-banner {
        width: 100%;
    }
    .titulo-banner, .wrapper-noticias-destaque ul li span {text-align: center;}
    .wrapper-noticias-destaque {width: 100%}
    .wrapper-noticias-destaque ul li {width: 100%; height: unset; margin: 15px 0;}

    .lista-noticias li {height: unset;}

    .noticias-mobile {display: unset;}

    section.icones .data-noticia, .video-fotos .data-noticia {text-align: center;}

    
    
    /*.lista-noticias-destaque li {width: 100%; margin: 0; margin-bottom: 50px; float: left;}*/
    /*.lista-noticias-destaque li:last-of-type {margin-bottom: 0;}*/
    .wrapper-noticias .lista-noticias li, section.video-fotos .conteudo li {width: 100%;}

    .page.noticias .lista-noticias li, 
    .single.noticia + .noticias .lista-noticias li { width: 100%; height: auto; margin: 0 0 30px !important; }
    .page.noticias .lista-noticias a, .single.noticia + .noticias .lista-noticias a { text-align: center; }
    .page.noticias .lista-noticias img { max-width: 100%; width: auto; float: none; }

    
    /*.titulo-noticia-lista-grande span {margin-left: 0;}*/
    .noticia .lista-noticias-single li {width: 100%; margin: 0 0 30px 0; padding: 5px 40px;}

    /*PROGRAMAÇÃO SEMANAL */
    .esquerda.programacao-semanal { width: 100%; margin-bottom: 80px; }

    /* AGENDA */
    .menu-meses {width: 288px;}


    /* PALAVRA DO PAROCO E APLICATIVO */
    .icones > .conteudo + .conteudo > .esquerda, .icones > .conteudo + .conteudo > .direita {max-width: 100%;}
    
    /* INFORMATIVO */
    /*.bloco-informativo {background-size: cover;}
    .bloco-informativo .conteudo {flex-wrap: wrap;}
    .bloco-informativo .conteudo div {width: 100%; margin: 30px 0 0 40px;}
    .bloco-informativo .conteudo div a:last-of-type {margin-bottom: 30px;}*/


    .redeverde .conteudo .menu-redes-sociais {padding: 0 10px;}
    .redeverde .conteudo .menu-redes-sociais li {min-width: 36px; margin-left: 10px;}

    /* PALAVRA DO PAROCO */
    .bloco-paroco {height: unset; background-size: cover;}
    .bloco-paroco img {
        position: unset;
        margin: 80px auto 0;
        display: table;
        float: unset;
    }
    .bloco-paroco .titulo { float: unset; margin: 15px auto 30px; text-align: center; }
    .single.palavra-do-paroco .bloco-titulo > span:nth-of-type(1) {
        margin: 24px auto 0;
        float: unset;
    }
    .single.palavra-do-paroco .bloco-titulo span:nth-of-type(2) {margin: 20px 0 0 0;}
    .single.noticia.palavra-do-paroco .compartilhar {
        position: unset;
        float: unset;
        margin: 30px auto 0;
        display: table;
    }

    /*VIDEOS*/
    .video .youtube, .video .facebook {max-width: 100%;max-height: 50vw;}

    /* CLERO */
    .page.clero .direita, .page.comunidade .direita {height: unset; min-height: unset; text-align: center;}
    .page.comunidade .direita a, .page.clero .direita a{
        position: relative;
        top: unset;
        transform: none;
    }

    /* SACRAMENTOS */
    /*.sacramentos {float: unset; margin: 70px auto 0; display: inline-block;}*/

    /* PALAVRA DO PÁROCO */
    .programacao-semanal + .direita {float: unset; margin: 0 auto; display: table;}

    .formatar .aligncenter, .formatar .alignleft,
    .formatar .alignright {width: 100%;}

    /* Terço */
    .terco .imagem {max-width: 40%;}
    .terco .imagem img {max-width: 100%;}
    .terco .oracao {
        width: calc(60% - 20px);
        margin-left: 20px;
        padding-top: 0;
        max-height: 520px;
        overflow: auto;
    }
    .oracao h3, .oracao h4 {margin-top: 10px;}
    .seletor-desktop {display: none;}
    .seletor-mobile {display: unset}
    .seletor-mobile .pager-terco {width: 100%;}
    .seletor-mobile .misterios {width: 100%;}

    /* Liturgia */
    .liturgia-diaria .titulo, .liturgia-diaria .subtitulo,
    .liturgia-diaria .wrapper-conteudo-pagina {padding-right: 0;}
    .calendario {position: relative; right: unset; margin: 45px auto 20px; top: unset;}
    .liturgia-diaria iframe {float: none;}

    .liturgia-diaria .wrapper-item {margin-bottom: 10px; padding-right: 0;}

    .santo {
      position: relative;
      margin: 0 auto;
      top: 0;
      right: unset;
      float: none;
      display: grid;
      border: none;
      padding: 0;
  }

  .liturgia-diaria .wrapper-conteudo-pagina {min-height: unset;}

  /* FOOTER */

  footer > .conteudo .direita {width: 100%;}
  footer > .conteudo .direita a {display: table; margin: 0 auto 20px; float: unset;}
  .contato-redes .direita a:last-of-type {margin: 0 auto;}
}

/* Extra Small Devices, Phones - YELLOW */ 
@media only screen and (max-width: 480px) {

    /* PRINCIPAL */   
    header {height: unset; background-size: cover; background-position-x: -1000px;} 
    
    .logo {flex-direction: column; margin: 10px auto 20px auto;}
    /*.logo img:nth-of-type(2) {margin: 15px 0 0 0;}*/
    .logo span h2, .logo span h3 {display: none}
    .noticia .wrapper-lista-noticias {padding: 0;}
    .noticia .lista-noticias-veja-mais {display: block;}
    
    .wrapper { margin: 0 auto -870px; }
    /*footer > .conteudo { height: 870px;}*/
    /*footer, .push {height: 870px;}*/
    footer .direita {margin-bottom: 0;}
    .copyright span {padding: 17px 0 0 0;}
    /*.logo { 
        width: 100%;
        margin: 15px auto;
        position: relative;
    }
    .logo img {width: 200px;}*/

   /* .logo { width: 100%; margin-top: -155px; }
    .logo img { width: 165px; }
*/
    /*.wrapper-menu {width: 70px; float: unset; margin: 0 auto; display: table;}*/

    /*.barra-topo {z-index: 999; position: relative; margin-bottom: 25px;}*/
    .local-data {display: none;}
    .menu-redes-sociais {}
    .barra-topo .conteudo {flex-direction: column; align-items: center; margin-bottom: 20px;}

    /*.busca-topo {top: 8px;}*/
    /*.menu-redes-sociais {float: unset; display: table; margin: 6px auto; }*/
    /*.menu-redes-sociais {width: 61px; top: -65px;}*/
    /*.menu-redes-sociais li:first-of-type {margin-left: 0;}*/
    /*.menu-redes-sociais .saojudas-facebook:before,*/
    /*.menu-redes-sociais .saojudas-instagram:before {color: #b71c1b;}*/

    .menu-celular {float: left; margin: 2px 0 0 0;}

    .single > .titulo, .page > .titulo, .page > .wrapper-item {margin-top: 25px}

    .wrapper-banner {height: 73vw}
    .titulo-banner {display: none}

    /* MISSAS */
    .evento .horario-evento, .local-evento, .endereco-evento { width: 100%; }
    
    /* NOTÍCIAS */
    .lista-noticias-pequenas a {flex-wrap: wrap;}
    .lista-noticias-pequenas .limitador { width: 100%; margin: 0 0 10px 0; }
    .titulo-noticia-lista-pequenas {text-align: center;}

    .wrapper-todas-noticias {flex-direction: column; align-items: center;}
    .todas-noticias, .todas-noticias:first-of-type {padding: 0;border: none; margin: 3px auto;}

    section.icones .titulo-noticia-lista, .video-fotos .titulo-noticia-lista {text-align: center;}

    .video-fotos .conteudo .esquerda {margin-bottom: 30px;}
    .video-fotos .conteudo .esquerda:nth-of-type(3) {margin-bottom: 0;}

    .noticia .titulo-noticia { width: 100%; }
    .noticia .resumo-noticia { float: left; }

    .noticia .titulo-noticia-lista-grande {margin-top: 25px;}


    /* INDEX */
    
    /* ÍCONES */
    /*.icones-container {width: 280px; padding: 0;}
    .icones-blocos:nth-child(3) {margin-bottom: 0;}
    .icones-blocos:nth-child(5), .icones-blocos:nth-child(6) {margin-top: 40px;}*/

    .redeverde .conteudo .menu-redes-sociais {height: unset; flex-wrap: wrap; text-align: center; padding: 10px 0;}
    .redeverde .conteudo h2 {margin: 0 0 10px 0;}

    /* APLICATIVO E INFORMATIVO */
    .bloco-informativo .aplicativo {width: 100%; flex-direction: column;}
    .bloco-informativo .aplicativo + a {display: flex;}

    /* PALAVRA DO PAROCO E APLICATIVO */
    /*.palavra-do-paroco img, .aplicativo > img {width: 130px}*/
    .palavra-do-paroco .titulo + span + span {margin: 10px 0 2px 0;}
    .bloco-informativo .conteudo div:not(.bloco-informativo .conteudo .aplicativo div, .bloco-informativo .conteudo .aplicativo) {width: 100%;}

    
    /* Terço */

    .terco .oracao {width: 70%; max-height: unset; height: 420px; margin-left: 0; margin-bottom: 10px; padding-left: 10px;}
    .terco .oracao p {font-size: 16px;}
    .terco .oracao h2 {font-size: 25px; line-height: 27px;}
    .terco .oracao h3 {font-size: 20px;}
    .terco .imagem {width: 30%; max-width: unset;}

    .pager-terco span {max-width: 45%;}
    .misterios span {font-size: 13px; width: 65px;}
    .misterios a {margin-left: 5px; margin-right: 5px;}
    .misterios a:last-child {margin-right: 0;}
    .misterios a:first-child {margin-left: 0;}

    /* Liturgia */
    .calendario iframe {float: unset; display: block; margin: 45px auto 10px;}
    .liturgia-diaria .subtitulo {text-align: center;}
    .tabs-menu {text-align: center;}
    .tabs-menu ul {display: inline-block;}

    /* DIZIMISTA */
    .formulario label.metade-esquerda, .formulario label.metade-direita,
    .formulario label.terco-esquerda, .formulario label.terco-direita,
    .formulario label.caixa, .formulario label.botao, .formulario button {
        width: 100%;
    }

    /* FOOTER */
    .copyright .conteudo {padding: 0;}

    .contato-redes {margin-bottom: 20px}
    .contato-redes > div {max-width: 100%;}
    /*.contato-redes .meio span {font-size: 15px;}*/
}

/* Custom, iPhone Retina - ORANGE */ 
@media only screen and (max-width: 320px) {

    /* GERAL */
    /*.logo, .logo img { width: 100%; }*/
    
    /* PRINCIPAL */

    /* ÍCONES */
    .icones-container { width: 100%; margin-bottom: 40px; }
    .icones-blocos, .icones-blocos:nth-of-type(odd), .icones-blocos:nth-of-type(even) {float: unset; margin: 0 auto 40px auto;}


}
/*
@media only screen and (max-width: 1200px) { body, .conteudo { background: #5c78ba4d; } }
@media only screen and (max-width: 992px)  { body, .conteudo { background: #f55f5f33; } }
@media only screen and (max-width: 768px)  { body, .conteudo { background: #00800033; } }
@media only screen and (max-width: 480px)  { body, .conteudo { background: #ff03; } }
@media only screen and (max-width: 320px)  { body, .conteudo { background: orange; } }