/********************************************
*   	
*   Rodrigo Alison Lopes
*   rodrigo dot alison at hotmail dot com
*   01/06/2018
*   
********************************************/

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

body {
    overflow-x: hidden;
}

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

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

/********************************************
*	
*   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: "Myriad Pro", arial, sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    background: #FFF;
    color: #231F20;
}

a {
    text-decoration: none;
    color: #231F20;
    transition: all linear 0.2s;
}

section {
    position: relative;
}

.titulo {
    display: block;
    font-size: 30px;
    margin-top: -6px;
    margin-bottom: 20px;
    color: #6B1519;
    font-family: "Myriad Pro Bold", arial, sans-serif;
    position: relative;
}

.subtitulo {    
    display: block;
    font-size: 25px;
    margin-top: -6px;
    margin-bottom: 20px;
    color: #231F20;
    position: relative;
}

.detalhe:before {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    border-radius: 3px;
    background: #FFDE00;
    position: absolute;
    bottom: -2px;
}

.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: 70px;
}

.esquerda { float: left; }

.direita { float: right; }

.wrapper > .conteudo {
    margin-top: 120px;
}

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

.font-bold {    
    font-family: "Myriad Pro Bold", arial, sans-serif;
}

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

.btn-mais {
    float: left;
    font-size: 20px;
    line-height: 20px;
}

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

.btn-mais:before {
    content: "+";
    display: block;
    color: #FFF;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    float: left;
    margin-right: 5px; 
    border-radius: 3px;
    background: #6B1519;
}

.btn-mais:hover:before {
    text-decoration: none;
}

.wrapper-conteudo {
    float: left;
    text-align: justify;
    font-size: 19px;
    width: 100%;
}

.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: 5px;
}

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

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

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

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

.paginacao a:hover {
    background: #6B1519;
    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: 600px;
    width: calc(100% + 1000px);
    margin-left: -500px;
    margin-top: -450px;
    position: relative;    
    z-index: 50;
    text-align: center;
    background: #FFDE00;
    border-bottom: 15px solid #6B1519;
    border-radius: 0 0 100% 100%;
}

.wrapper-logo {
    width: 200px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -100px;
    z-index: 10;
    box-shadow: 0 0 5px #333;
}

.wrapper-logo:after {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: -33px;
    left: 0;
    background: #FFF;
    border-radius: 100% / 80%;
    box-shadow: 0 0 5px #333;
    z-index: -1;
    /*background: url("../images/detalhe_menu.png") no-repeat center;
    background-size: 100% 100%;*/
}

.logo {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 40px 25px 0; 
    position: relative;
    background: #FFF;
}

.logo img {
    width: 100%;
}

/* MENU */
.wrapper-menu {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 60px;
    text-align: center;
}

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

.menu-principal-direita-container,
.menu-principal-esquerda-container {    
    width: calc(50% - 100px);
    float: left;
    text-align: right;
    padding-right: 20px;
}

.menu-principal-direita-container {
    float: right;
    text-align: left;
    padding-left: 20px;
    padding-right: 0;
}

#menu-principal-direita,
#menu-principal-esquerda {
    display: inline-block;
}

#menu-principal-direita > li,
#menu-principal-esquerda > li {
    display: inline-block;
    margin: 0 20px;
}

#menu-principal-direita > li > a,
#menu-principal-esquerda > li > a {
    text-transform: uppercase;
    text-decoration: none;
    transition: background linear 0.2s;   
    transition: color linear 0.2s;   
    color: #231F20;
}

#menu-principal-direita > li:hover > a,
#menu-principal-esquerda > li:hover > a {
    color: #6B1519;
}

#menu-principal-direita > li.menu-item-has-children > a,
#menu-principal-esquerda > li.menu-item-has-children > a {
    padding-right: 20px;
}

#menu-principal-direita  > li.menu-item-has-children:before,
#menu-principal-esquerda > li.menu-item-has-children:before,
#menu-principal-direita  > li.menu-item-has-children > ul > li.menu-item-has-children:before,
#menu-principal-esquerda > li.menu-item-has-children > ul > li.menu-item-has-children:before {
    content: "";
    display: block;
    height: 1px;
    width: 1px;
    margin: 10px 0 0;
    right: 5px;
    position: absolute;
    border: 5px solid;
    border-bottom: 0;
    border-color: #6B1519 transparent transparent transparent;
    transition: all linear 0.2s;
}

#menu-principal-direita > li.menu-item-has-children:hover:before,
#menu-principal-esquerda > li.menu-item-has-children:hover:before {
    transform: rotate(180deg);
}

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

li.menu-item-has-children > ul {
    width: 180px;
    height: auto;
    text-align: left;
    float: left;
    position: absolute;
    left: 0;
    top: 25px;
    background: #FFF;
    border-radius: 3px;
    overflow: hidden;
    transition: all linear 0.2s;
    box-shadow: 0 0 3px #000;
    opacity: 0;
    visibility: hidden;
}

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;
}

li.menu-item-has-children > ul > li > a {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 10px 2px;   
    color: #6B1519;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all linear 0.2s;
}
li.menu-item-has-children > ul > li > a:hover { color: #AA0B11; } 

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

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

.busca-topo {
    position: absolute;
    right: 0;
    top: 0;
}

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

.busca-topo label { 
    float: left; 
    width: 40px;
    height: 40px;
    margin-top: -9px;
    color: #6B1519; 
    cursor: pointer;
    font-size: 25px;
    transition: all linear 0.2s;
    border-radius: 3px;
}

.busca-topo input[type="checkbox"]:checked + label {
    background: #6B1519;
    color: #FFF;
}

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

.wrapper-busca {
    position: absolute;
    right: 0;
    top: 34px;
    padding: 10px;
    width: 253px;
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    box-shadow: 0 0 5px #000;
    transition: all linear 0.2s;
}

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

.busca-topo input[type="text"] {
    height: 33px;
    width: 200px;
    float: left;
    font-size: 13px;
    color: #231F20;
    padding: 0 10px;
    border: 1px solid #231F20;
    border-width: 1px 0 1px 1px;
}

.busca-topo button[type="submit"] {
    height: 33px;   
    width: 33px;
    float: right;
    border: 1px solid #231F20;
    border-width: 1px 1px 1px 0;
    padding: 0;
    background: none;
    font-size: 21px;
    color: #252525;
    transition: background linear 0.2s;
}

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

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

/* BANNERS */
.wrapper-banner {  
    width: 100%;
    height: 700px;
    margin-top: -150px;
    position: relative;
    z-index: 10;
}

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

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

.banner-pager {
    width: 1140px;
    height: 10px;
    position: absolute;
    bottom: 85px;   
    left: 50%;
    margin-left: -570px;
    line-height: 10px;
    text-align: right;
    z-index: 100;
}

.banner-pager span {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: 0 0 2px #000;
}

.banner-pager span:last-child { margin-right: 0; }

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

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

/* LISTA DE SEÇÕES */
.wrapper-lista-secoes {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    background: #FFF;
}

.wrapper-lista-secoes:before {
    content: "";    
    height: 600px;;
    width: calc(100% + 1200px);
    background: #FFF;    
    box-shadow: 0 0 20px #333;
    border-radius: 100%;
    position: absolute;
    top: -75px;
    left: 0;
    margin-left: -600px;
    z-index: -1;    
}

.wrapper-lista-secoes:after {
    content: "";
    height: 600px;
    width: 100%;
    background: #FFF;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: -1;
}

.lista-secoes {
    width: auto;
    display: inline-block;
    margin-top: -25px;
}

.lista-secoes li {
    display: table;
    width: 150px;
    height: 150px;
    margin: 0 20px 15px;
    float: left;
    /*border: 10px solid #FFDE00;*/
    border-radius: 100%;
    overflow: hidden;
    background-color: #6B1519;
    background-size: 100% 100%;
    background-position: center;
    transition: all linear 0.2s;
}

li.link-liturgia-diaria { background-image: url("../images/link_liturgia_diaria.jpg"); }
li.link-santo-dia { background-image: url("../images/link_santo_dia.jpg"); }
li.link-pedidos-oracao { background-image: url("../images/link_pedido_oracao.jpg"); }
li.link-oracoes { background-image: url("../images/link_oracoes.jpg"); }
li.link-terco { background-image: url("../images/link_terco.jpg"); }
li.link-elo { background-image: url("../images/link_elo.jpg"); }

.lista-secoes li:hover {
    background-size: 120% 120%;
}

.lista-secoes li:last-child {
    margin-bottom: 0;
}

.lista-secoes li:hover {
    cursor: pointer;
}

.lista-secoes a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
    padding: 10px;
    font-size: 22px;
    color: #FFF;
    text-transform: uppercase;
}

/* NOTÍCIAS */
.wrapper-noticias {
    width: 100%;
    float: left;
    padding: 0 40px;
}

.lista-noticias {
    float: left;
}

.lista-noticias li {
    float: left;
    width: calc(33.33% - 33.33px);
    margin-bottom: 30px;
}

.lista-noticias li:nth-child(1), .lista-noticias li:nth-child(4), .lista-noticias li:nth-child(7), .lista-noticias li:nth-child(10) {
    margin-right: 25px;
}

.lista-noticias li:nth-child(2), .lista-noticias li:nth-child(5), .lista-noticias li:nth-child(8), .lista-noticias li:nth-child(11) {
    margin-left: 25px;
    margin-right: 25px;
}

.lista-noticias li:nth-child(3), .lista-noticias li:nth-child(6), .lista-noticias li:nth-child(9), .lista-noticias li:nth-child(12) {
    float: right;
    margin-left: 25px;
}

.limitador {
    width: 346px;
    height: 194px;
    overflow: hidden;
}

.lista-noticias img {
    width: 100%;
    /*height: 190px;*/
    /*margin-right: 20px;*/
    float: left;
    transition: all linear 0.4s;
}

.lista-noticias li:hover img {
    -moz-transform: scale(1.11);
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
}

.lista-noticias a {
    display: block;
    /*float: left;*/
    padding-right: 20px;
}

.lista-noticias img.noticia-thumbnail {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 5px;
    float: left;
    transition: all linear 0.2s;
}

.lista-noticias img.noticia-medium {
    display: none;
    margin-right: 20px;
    border-radius: 5px;
    transition: all linear 0.2s;
}

.data-noticia {
    width: 100%;
    height: 16px;
    overflow: hidden;
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    float: left;
    margin-bottom: 10px;
    margin-top: 13px;
    transition: all linear 0.2s;
    margin-right: 10px;
}

.titulo-noticia-lista {
    display: block;
    width: 100%;
    height: 48px;
    font-size: 20px;
    float: left;
    transition: all linear 0.2s;
}


.lista-noticias li:hover .titulo-noticia-lista {
    color: #6B1519;
}

.lista-noticias a:hover img {
    box-shadow: 0 0 8px #333;
}

/* PORGRAMAÇÃO SEMANAl */
.esquerda.programacao-semanal {
    width: 730px;
}

.esquerda.programacao-semanal:only-child {
    width: 100%;
}

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

.proximos-eventos {
    width: 31%;
    float: right;
    margin-top: -6px;
}

.proximos-eventos img {
    float: left;
}

.proximos-eventos p {
    font-size: 17px;
    letter-spacing: 1px;
    text-align: right;
    margin: 8px 0 0 10px; 
}

.proximos-eventos > a:hover{
    text-decoration: underline;
    color: #6B1519;
}

.programacao-semanal .titulo {
    float: left;
}

.wrapper-eventos {
    border-radius: 5px;
    overflow: hidden;  
    width: 100%;  
}

.dias-semana {
    width: 100%;
    background-color: #FFDE00;
    display: flex;
}

.dias-semana label {
    display: inline-block;
    flex: 1;
    text-align: center;
    position: relative;
    color: #6B1519;
    line-height: 40px;
    /*text-transform: lowercase;*/
    font-size: 21px;
}

.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;
    transition: all linear 0.2s;
}

.dias-semana input:checked + span {
    background-color: #6B1519;
    cursor: default;
    color: #FFF;
}

.wrapper-conteudo-dia-semana {
    width: 100%;
    /*height: 375px;*/
    height: 245px;
    padding: 30px 0;
    background: #6B1519;
    position: relative;
}

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

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

.conteudo-dia-semana .horario-evento {
    display: inline-block;
    width: 75px;
    float: left;
}

.conteudo-dia-semana .titulo-evento,
.conteudo-dia-semana .local-evento,
.conteudo-dia-semana .endereco-evento {
    float: right;
    width: calc(100% - 75px);
    font-size: 21px;
}

.wrapper-links-app {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.wrapper-links-app strong {
    display: inline-block;
    line-height: 45px;
    float: left;
}

.link-app {
    display: inline-block;
    float: unset;
    margin-left: 25px;
}

.link-app img {
    display: inline-block;
    height: 45px;
    float: left;
}

.evento-agenda {
    display: block;
    margin-bottom: 40px;
    margin-left: 20px;
    float: left;
    width: 100%;
}


.horario-evento {
    font-size: 22px;
    float: left;
    width: 85px;
}

.data-evento {
    font-size: 22px;
    /*float: left;*/
    width: 85px;
}

.local-evento, 
.endereco-evento {
    font-size: 22px;
    float: right;
    width: calc(100% - 85px);
}

/* CAMPANHA */
.campanha {
    float: left;
    width: 360px;
    height: 285px;
    background: #FFDE00;
    border-radius: 5px;
    overflow: hidden;
}

.campanha .subtitulo {
    display: block;
    text-align: center;
    color: #6B1519;
    line-height: 40px;
    font-size: 21px;
    margin: 0;
}

.campanha img {
    float: left;
}

/* LOCALIZAÇÃO */
.esquerda.localizacao {
    width: 730px;
}

.wrapper-mapa {
    width: 100%;
    height: 270px;
    background: #EDEDED;
    border-radius: 5px;
}

.wrapper-endereco-telefone {
    margin-top: 30px;
}

.endereco {
    font-size: 18px; 
    line-height: 38px;
    float: left;
    width: calc(50% - 10px);
}

.telefone {
    font-size: 23px;
    line-height: 38px;
    color: #231F20;
    float: left;
    text-align: right;
    width: auto;
}

.telefone .icon-telefone {
    color: #6B1519;
    margin-right: 10px;
    font-size: 17px;
}

.menu-redes-sociais {
    float: right;
}

.menu-redes-sociais li {
    float: left;
    transition: all linear 0.2s;
    margin-left: 10px;
}

.menu-redes-sociais a {
    display: block;
    width: 38px;
    height: 38px;
    font-size: 25px;
    text-align: center;
    line-height: 34px;
    overflow: hidden;
    border: 2px solid #6B1519;
    border-radius: 5px;
    color: #6B1519;
    transition: all linear 0.2s;
}

.menu-redes-sociais a:hover {
    color: #FFF;
    background: #6B1519;
}

/* 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: #E6D563;
}

.form-mensagem input[type="submit"] {
    float: right;
    height: 30px;
    width: 100px;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    background: #6B1519;
    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: #6B1519;
    background: #FFDE00;
}

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

.push {
    position: relative;
    height: 320px;
}

.push:after {    
    content: "";
    display: block;
    height: 600px;
    width: calc(100% + 1000px);
    margin-left: -500px;
    z-index: -1;
    background: #FFDE00;
    border-top: 15px solid #6B1519;
    border-radius: 100% 100% 0 0;
}

footer {
    background: #FFDE00;   
    height: 180px;
    margin-top: 120px;
    position: relative;
}

footer > .conteudo {
    height: 189px;
    top: -50px;
}

footer .esquerda, footer .direita { width: 50%; }

#menu-acesso-rapido {}

#menu-acesso-rapido li {
    margin-bottom: 6px;
}

#menu-acesso-rapido li a:hover {
    text-decoration: underline;
}

.wrapper-imagem-padre {
    /*width: 270px; essa largura é para duas fotos, foi retirado quando o Padre José gerado faleceu*/
    width: 150px;
    float: left;
}

.wrapper-palavra-padre img {
    width: 115px;
    height: 135px;
    margin-right: 20px;
    border-radius: 5px;
    float: left;
    transition: all linear 0.2s;
}

.wrapper-palavra-padre a {
    display: block;
    float: left;
    /*width: calc(100% - 270px); essa largura é para duas fotos, foi retirado quando o Padre José gerado faleceu*/
    width: calc(100% - 150px);
}

.data-palavra {
    display: block;
    font-size: 17px;
    float: left;
    margin-bottom: 10px;
    margin-top: -3px;
}

.titulo-palavra {
    display: block;
    font-size: 23px;
    float: left;
    margin-bottom: 10px;
    margin-top: -3px;
    transition: all linear 0.2s;
}

.resumo-palavra {
    display: block;
    font-size: 19px;
    float: left;
    transition: all linear 0.2s;
}

.wrapper-palavra-padre a:hover .titulo-palavra, 
.wrapper-palavra-padre a:hover .resumo-palavra {
    /*color: #6B1519;*/
    text-decoration: underline;
}

.wrapper-palavra-padre a:hover img {
    box-shadow: 0 0 10px #000;
}

.copyright {
    height: 50px;
    width: 100%;
    background: #6B1519;
    color: #FFF;
    font-size: 17px;
    letter-spacing: 0;
}

.copyright span {
    padding: 17px 0 11px;
}

.copyright .direita {
    text-align: right;
}

.copyright a {
    color: #FFDE00;
}

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

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

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

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

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

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

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

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

.single a {color:#6B1519;}
.single a:hover {color:#AD242A;}

/* NOTÍCIA */
.noticia > .titulo {
    margin-bottom: 0;
    text-align: center;
}

.noticia > .data-noticia {
    width: 100%;
    text-align: center;
}

.noticia .titulo-noticia {    
    display: block;
    width: calc(100% - 125px);
    /*font-size: 23px;*/
    font-size: 19px;
    float: left;
    transition: all linear 0.2s;
}

.noticia .resumo-noticia {
    font-size: 19px;
    transition: all linear 0.2s;
}

.noticia .wrapper-lista-noticias {
    float: left;
    margin-top: 30px;
}

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

.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 a:hover .titulo-noticia,
.noticia .lista-noticias a:hover .resumo-noticia {
    color: #6B1519;
}

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

/* COMUNS */
.page > .titulo {
    margin-bottom: 40px;
}

.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 { width: 100%; }

/*.page.noticias .lista-noticias li {
    height: 280px;
    width: 26.33%; 
    margin-bottom: 30px; 
}*/

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

.page.noticias .lista-noticias a { padding: 0; }

.page.noticias .lista-noticias img { 
    width: 100%; 
    height: auto;
    margin: 0 0 20px;
    border-radius: 3px;
}

.page.noticias .data-noticia {
    width: 100%;
}

.page.noticias .titulo-noticia-lista {
    width: 100%;
}

.conta {
    float: left;
    margin: 50px 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

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

/* CONTATOS */
.wrapper-contato {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.wrapper-contato address {
    font-size: 17px;
}

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

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

.single.missas h2.titulo {
    text-transform: uppercase;
    font-size: 25px;
}

.evento {
    display: block;
    margin-bottom: 20px;
    float: left;
}

.horario-evento {
    font-size: 22px;
    float: left;
    width: 85px;
}

.local-evento, 
.endereco-evento {
    font-size: 21px;
    float: right;
    width: calc(100% - 85px);
}

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

.page.liturgia-diaria .subtitulo {
    margin-bottom: 40px;
    /*font-family: "ubuntulight", arial, sans-serif;*/
    font-size: 20px;
}

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

.liturgia-diaria {min-height: 350px;}

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

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

.liturgia-diaria .titulo { margin-bottom: 5px; /*font-family:"ubuntubold", arial, sans-serif;*/ }

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


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

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

/*Exibição em Abas*/

.tabs-menu ul li {
  float: left;
}
.tabs-menu ul li a {
  display: block;
  padding: 10px 20px;
  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: #eee;
  color: #000;
}

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

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

.santo .nome {
  font-family: "Myriad Pro", arial, sans-serif;
  font-size: 18px; 
  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: #AA0B11;
}

.links strong { }


/********************************************
*	
*   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: 20px;
    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: 1px solid #6B1519;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 20px;
    transition: all linear 0.2s;
}

.formulario .formError + input[type="text"],
.formulario .formError + select,
.formulario .formError + textarea {
    border-color: #E82F2F;
} 

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

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

.formulario button {    
    width: 100%;
    float: left;
    height: 60px;
    border: 1px solid #6B1519;
    background: #6B1519;
    color: #FFF;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 20px;
    text-transform: uppercase;    
    transition: all linear 0.2s;
}

.formulario button:hover,
.formulario button:focus {
    background: #AA0B11;
    cursor: pointer;    
    border-color: #AA0B11;
    color: #FFF;
}   

.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;
}

#form-construcao fieldset {
    margin-bottom: 15px;
    border: 1px solid #E82F2F;
    padding: 17px 0 17px 10px;
    border-radius: 3px;
}


/* 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: #6b1519;
}

.oracao h3 {
    font-weight: bold;
    margin: 25px 0 5px 0;
    color: #6b1519;
    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;
    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: #6b1519;
    color: #FFF;
}

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

.seletor-mobile {display: none;}

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

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

.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: 320px; float: none; margin: 0 auto;}

.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;
  }
}

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

/* Large Devices, Wide Screens - BLUE */
@media only screen and (max-width: 1200px) {
    
    /* GERAL */
    .conteudo { width: 960px; }    
    .single.conteudo { padding: 0 5px; }

    .formatar .wrapper-conteudo iframe {width: 100%; height: 51vw;}
    
    /* MENU */    
    .wrapper-menu > .conteudo { height: 40px; }
        
    header .wrapper-menu div.menus {
        padding: 10px 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 250px;
        height: 100%;
        margin: 0 -20px 0 0;
        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-direita-container,
    .menu-principal-esquerda-container {
        float: none;
        width: auto;
        text-align: left;
        padding: 0;
    }
    
    #menu-principal-direita,
    #menu-principal-esquerda {
        display: block;
    }
            
    header .wrapper-menu ul.menu li {
        display: block;
        width: 100%;
        text-align: left;
        float: left;
        clear: both;
        padding-left: 15px;
        padding-right: 10px;
        padding-bottom: 0 !important;
        margin: 0 !important;        
        transition: all linear 0.2s;
    }   
        
    header .wrapper-menu ul.menu a {
        display: block;
        width: 100%;
        line-height: 30px;
        padding: 4px 0 0;
    }   
    
    #menu-principal-direita > li > a, 
    #menu-principal-esquerda > li > a {
        color: #6B1519;
    }
    
    header .wrapper-menu ul.menu li:last-child a { border: none; }
        
    header .wrapper-menu ul.menu > li:hover { background: #F8F8F8; }
    
    #menu-principal-direita > li.menu-item-has-children::before,
    #menu-principal-esquerda > li.menu-item-has-children::before {
        display: none;
    }
        
    ul.menu > li.menu-item-has-children > a:after {
        content: "";
        display: block;
        height: 1px;
        width: 1px;
        margin: 13px 0 0;
        float: right;
        border: 5px solid;
        border-bottom: 0;
        border-color: #FFDE00 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: #231F20;
        transition: all linear 0.2s;
        border-radius: 2px;
        margin: 5px 0;
        float: left;
    }

    .control-nav:before {
        font-family: "Icomoon";
        content: "\e914";
        font-size: 29px;
        line-height: 29px;
        display: block;
        height: 30px;
        width: 30px;
        text-align: center;
        float: left;
        margin-left: 4px;
    }
        
    .control-nav:after {
        content: "Menu";
        float: right;
        margin-left: 3px;
        padding-right: 7px;
        text-transform: uppercase;
    }    
    
    .control-nav:hover, .control-nav:focus {
        color: #6B1519; background: #FFF;
    }
    
    .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: #6B1519; background: #FFF;
    }

    input#control-nav:checked ~ div.menus,
    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: auto; }
        
    #menu-principal > li.menu-item-has-children:before,
    #menu-principal > li.menu-item-has-children > ul > li.menu-item-has-children:before { display: none; }
    
    .busca-topo label { margin-top: 0; }
    .wrapper-busca { top: 40px; }
    
    /* PRINCIPAL */
    .wrapper-banner { height: 560px; margin-top: -110px; }
    .banner { width: 1480px; margin-left: -740px; }  
    .banner-pager { width: 100%; margin: 0; left: auto; padding: 0 30px; }
    .wrapper-noticias { width: 100%; padding: 0; }
    /*.wrapper-noticias-paroquia { padding-right: 30px; }*/
    /*.wrapper-noticias-geral { padding-left: 30px; }*/
    .lista-noticias a { padding-right: 0; }       
    .lista-secoes { width: 100%; text-align: center; }
    .lista-secoes li { display: inline-table; margin: 10px !important; float: none; }
    /*.lista-secoes li:nth-child(4) a:after { display: inline-block; content: ""; width: 35px; }*/
    .esquerda.programacao-semanal { width: 620px; }
    .dias-semana label { font-size: 19px; }
    .campanha { width: 290px; height: 235px; }
    .campanha img { width: 100%; }
    .wrapper-conteudo-dia-semana { height: 195px; }
    .esquerda.localizacao { width: 620px; }
    .form-mensagem { width: 290px; }
    #status { font-size: 15px; }
    .wrapper-imagem-padre { width: 240px; }
    .wrapper-palavra-padre img { width: 100px; height: auto; }
    .wrapper-palavra-padre a { width: calc(100% - 240px); }
    .titulo-palavra { font-size: 19px; }
    .resumo-palavra { font-size: 17px; }

    /* Notícias */

    .limitador {width: 100%; height: unset;}

}

/* Medium Devices, Desktops - RED */
@media only screen and (max-width: 992px) {
    
    /* GERAL */
    .wrapper { margin: 0 auto -620px }
    .conteudo { padding: 0 15px; width: 100%; left: auto; margin: 0; }  
    .wrapper > .conteudo { margin-top: 60px; }
    .single.conteudo { padding: 0 25px; }
    header .conteudo { text-align: center; width: calc(100% - 1000px); margin: 0 auto; }
    .wrapper-logo { width: 150px; margin-left: -75px; bottom: -25px; }
    .logo { padding-top: 50px; }
    footer > .conteudo { padding: 30px 25px; height: 520px; }
    footer .esquerda, footer .direita { width: 100%; margin-bottom: 50px; }
    footer, .push { height: 620px; }
    .copyright { height: 100px; }
    .copyright .esquerda, .copyright .direita { width: 100%; margin: 0; text-align: center; }
    .busca-topo { right: 15px; }
    
    /* PRINCIPAL */
    .bloco { margin-bottom: 50px; }
    .wrapper-banner { height: 430px; margin-top: -90px; }
    .banner { width: 1100px; margin-left: -550px; }  
    .wrapper-noticias { width: 100%; padding: 0; margin-bottom: 50px; }
    .lista-noticias { width: 100%; }
    .esquerda.programacao-semanal { width: 100%; margin-bottom: 50px; }
    .esquerda.programacao-semanal + .direita { width: 100%; text-align: center; }
    .campanha { display: inline-block; float: none; }
    .esquerda.localizacao { width: 100%; margin-bottom: 50px; }
    .esquerda.localizacao + .direita { width: 100%; }
    .form-mensagem { width: 100%; }
    
    /* NOTÍCIAS */
    .wrapper-imagem img { max-width: 100%; }
    .noticia .lista-noticias { display: block; }
    .lista-noticias a { padding: 0 !important; }

    .lista-noticias li {width: 30%;}
    .titulo-noticia-lista {font-size: 17px;}

    .lista-noticias li:nth-child(1), .lista-noticias li:nth-child(4),
    .lista-noticias li:nth-child(7), .lista-noticias li:nth-child(10) {
        margin-right: 3%
    }
    .lista-noticias li:nth-child(2), .lista-noticias li:nth-child(5),
    .lista-noticias li:nth-child(8), .lista-noticias li:nth-child(11) {
        margin-left: 2%;
        margin-right: 2%;
    }
    .lista-noticias li:nth-child(3), .lista-noticias li:nth-child(6),
    .lista-noticias li:nth-child(9), .lista-noticias li:nth-child(12) {
        margin-left: 3%;
    }


    /* 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, .misterios a:nth-child(3) {margin-right: 10px; margin-top: 10px;}
    .pager-terco {margin-left:100px;}

}

/* Small Devices, Tablets - GREEN */
@media only screen and (max-width: 768px) {
    
    /* GERAL */
    .wrapper { margin: 0 auto -785px }
    .wrapper-logo { width: 130px; margin-left: -65px; bottom: -10px; }
    .logo { padding-top: 70px; }
    footer > .conteudo { height: 660px; }
    footer, .push { height: 785px; }
    footer .direita { margin-bottom: 0; }
    .copyright { height: 125px; font-size: 15px; }
    .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 */
    .wrapper-banner { height: 300px; margin-top: -55px; }
    .banner { width: 700px; margin-left: -350px; }    
    .dias-semana label { text-transform: uppercase; }
    .conteudo-dia-semana .horario-evento { width: 100%; font-size: 19px; }
    .conteudo-dia-semana .titulo-evento, 
    .conteudo-dia-semana .local-evento, 
    .conteudo-dia-semana .endereco-evento { width: 100%; font-size: 17px; }
    .wrapper-links-app { text-align: center; }
    .wrapper-links-app strong { width: 100%; float: none; }
    .link-app { float: none; margin: 0 15px; }
    .telefone { text-align: right; }
    .wrapper-palavra-padre a { width: 100%; margin-top: 20px; }
    
    /* NOTÍCIAS */
    .page.noticias .lista-noticias li { width: 100%; height: auto; margin: 0 0 30px !important; }
    .page.noticias .lista-noticias a { text-align: center; }
    .page.noticias .lista-noticias img { max-width: 100%; width: auto; float: none; }

    .lista-noticias li { width: 48%; }
    .lista-noticias li:nth-child(odd) {margin-left: 0; margin-right: 2%; float: left; }
    .lista-noticias li:nth-child(even) { margin-left: 2%; margin-right: 0; float: right; }

    .data-noticia { margin-right: 3px; }
    .titulo-noticia-lista { font-size: 16px; }



    .programacao-semanal .titulo {
        width: 100%;
        text-align: center;
    }

    .proximos-eventos {
        width: 225px;
        float: unset;
        margin: 0 auto 50px auto;
    }


    .programacao-semanal .titulo {
        width: 100%;
        text-align: center;
    }

    /* 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: 420px;
        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%;}
    .pager-terco a, .pager-terco span {display: inline-block; float: unset;}
    .misterios a, .misterios span {display: inline-block; float: unset;}

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

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

    .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;}
}

/* Extra Small Devices, Phones - YELLOW */ 
@media only screen and (max-width: 480px) {
    
    /* GERAL */
    .control-nav:after { content: ""; padding-right: 2px; }
    .wrapper-logo { bottom: 0; }
    
    /* PRINCIPAL */    
    .banner { width: 680px; margin-left: -340px; }
    .wrapper-banner { height: 225px; margin-top: -35px; }
    .banner { width: 500px; margin-left: -250px; }
    .lista-noticias a { width: 100%; text-align: center; }
    .lista-noticias img.noticia-thumbnail { display: none; }
    .lista-noticias img.noticia-medium { display: inline-block; width: auto; max-width: 100%; margin-bottom: 5px; }
    .data-noticia, .titulo-noticia-lista { width: 100%; float: none; }
    .campanha { width: 100%; height: auto; }
    .endereco, .telefone { width: 100%; margin-bottom: 15px; text-align: center; }
    .menu-redes-sociais { width: 100%; text-align: center; }
    .menu-redes-sociais li { float: none; margin: 0 5px; display: inline-block; }
    
    /* MISSAS */
    .horario-evento { width: 100%; }
    .local-evento, .endereco-evento { width: 100%; }
    
    /* NOTÍCIAS */
    .noticia .titulo-noticia { width: 100%; }
    .noticia .resumo-noticia { float: left; }

    .wrapper-noticias {margin-bottom: 0;}
    .lista-noticias li {width: 100%;}
    .lista-noticias img {width: 100%; height: unset; margin-bottom: 5px;}
    /*.taxo-noticia {margin-top: 0;}*/
    /*.data-noticia, .titulo-noticia-lista {width: unset; float: left; margin-top: 0; margin-right: 10px;}*/

    .lista-noticias .titulo-noticia-lista {font-size: 20px; text-align: left; }

    .lista-secoes li {
        display: inline-table;
        width: 138px;
        height: 138px;
        margin: 0 62px 15px;
        float: none;
        border: 10px solid #FFDE00;
        border-radius: 100%;
        overflow: hidden;
        background-color: #6B1519;
        background-size: 100% 100%;
        background-position: center;
        transition: all linear 0.2s;
    }

    .lista-secoes a {
        padding: 17px 10px 10px 8px;
        font-size: 20px;
    }

    /*.lista-secoes li:nth-child(4) a {
       padding: 48px 7px 38px 6px;
       height: 30px;
       display: block;
       float: left;
   }*/

 
   /* 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:last-child {margin-right: 0;}

    
    .pager-terco span {max-width: 43%;}
    .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;}
}

/* Custom, iPhone Retina - ORANGE */ 
@media only screen and (max-width: 320px) {
    
    /* GERAL */
    .logo, .logo img { width: 100%; }
    
    /* PRINCIPAL */
    .wrapper-palavra-padre, .wrapper-imagem-padre { width: 100%; text-align: center; }
    .wrapper-palavra-padre img { width: 45%; height: auto; margin: 0 5px; float: none; }

}
/*
@media only screen and (max-width: 1200px) { body, .conteudo { background: blue; } }
@media only screen and (max-width: 992px)  { body, .conteudo { background: red; } }
@media only screen and (max-width: 768px)  { body, .conteudo { background: green; } }
@media only screen and (max-width: 480px)  { body, .conteudo { background: yellow; } }
@media only screen and (max-width: 320px)  { body, .conteudo { background: orange; } }*/