/*******************************************
*   	
*   Rodrigo Alison Lopes
*   rodrigo dot alison at hotmail dot com
*   24/02/2018
*   
********************************************/

/********************************************
*	
*   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;
}

/********************************************
*	
*   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: "Source Sans Pro", arial, sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    background: #FFF;
    color: #982326;
}

a {
    text-decoration: none;
    color: #404041;
    transition: all linear 0.2s;
}

section {
    position: relative;
}

.titulo {
    float: left;
    font-size: 19px;
    letter-spacing: 0;
    margin-top: -6px;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: "Source Sans Pro", arial, sans-serif;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    background: #982326;
    padding: 3px 8px;
}

.linha-vermelha {
    width: 100%;
    height: 2px;
    background: #982326;
    float: left;
    margin-top: -20px;
}

.page .linha-vermelha {margin-top: -40px; height: 1px; background: #404041;}

/*.detalhe:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    float: left;
    margin: 4px 8px 0 0;
}*/

.subtitulo {    
    display: block;
    font-size: 25px;
    margin-top: -6px;
    margin-bottom: 20px;
    color: #231F20;
    position: relative;
}

.detalhe-veja-mais:after {
    content: "";
    display: block;
    width: 100% ;
    height: 1px;
    background: #404041;
    position: absolute;
    top: 33px;
    right: 0;
}

.conteudo {
    width: 1140px;
    margin: 0 auto;
    /*padding: 0 25px;*/
    position: relative;
    z-index: 10;
    transition: all linear 0.2s;
}

.conteudo-noticia {
    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;
}


.bloco-noticias {
    float: left;
    width: 100%;
    /*margin-bottom: 70px;*/
}

.sombra {
    float: left;
    width: 100%;
    height: 25px;
    position: relative;
    z-index: 10;
    box-shadow: 0px 10px 12px -11px #000;
    margin-bottom: 50px;
}

.esquerda { float: left; }

.direita { float: right; }

.wrapper > .conteudo {
    margin-top: 40px;
}

.font {    
    font-family: "Source Sans Pro", arial, sans-serif;
}

.font-bold {    
    font-family: "Source Sans Pro", arial, sans-serif;
    font-weight: 700;
}

.font-semi-bold {    
    font-family: "Source Sans Pro", arial, sans-serif;
    font-weight: 600;
}

.font-nd {
    font-family: "Source Sans Pro", Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
}

.btn-mais {
    /*width: 275px;*/
    max-height: 90px;
    /*float: left;*/
    text-align: left;
    /*overflow: hidden;*/
    position: absolute;
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin-top: -45px;
    left: 670px;
    z-index: 3
}

.btn-mais:hover {
    text-decoration: underline;
}

.wrapper-conteudo {
    float: left;
    text-align: justify;
    font-size: 19px;
    font-weight: 400;
    width: 100%;
    color: #000;
    margin-bottom: 30px;
}

.wrapper-conteudo iframe {display: block; margin: 0 auto; max-width: 100%;}
.fvp-youtube {position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 0px;
height: 0;}
.fvp-youtube iframe {position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;}

.wrapper-conteudo a {
    color:#6b1519;
}

.wrapper-conteudo a:hover {
    text-decoration: none;
    color: #ffcb04;
    transition: all linear 0.2s;
}

.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;
    filter: drop-shadow(0 5px 4px #878787);
}

.wrapper-paginacao {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.paginacao {
    width: 100%;
    text-align: center;
}

.paginacao span,
.paginacao a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 37px;
    color: #982326;
    text-align: center;
    border: 1px solid #982326;
    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: #982326;
    color: #fff;
    border-color: #982326;
    height: 40px;
    line-height: 37px;
    cursor: pointer;
    letter-spacing: 0;
}

.paginacao a.prev,
.paginacao a.next {
    width: 140px;
    height: 40px;
    line-height: 37px;
    cursor: pointer;
    letter-spacing: 0;
}

.paginacao a:hover {
    background: #982326;
    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;
}

.barra {
    width: 100%;
    height: 3px;
    background-color: #D1D2D4;
}

.barra-cinza-fina {
    width: 100%;
    height: 1px;
    background-color: #BBBDC0;
    float: left;
}

/********************************************
*	
*   HEADER
*
********************************************/

/* Tela de Loading */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('http://i.imgur.com/zAD2y29.gif') 50% 50% no-repeat white;
}

header {
    height: auto;
    width: 100%;
    position: relative;    
    z-index: 50;
    text-align: center;
    /*padding-top: 40px;*/
    z-index: 50;
    /*background: url("../images/background.png") center top;*/
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}

.barra-topo {
    width: 100%;
    height: 52px;
    color: #ffffff;
    background: url("../images/fundo-barra-topo.png") top center no-repeat;
}

.barra-topo p {
    font-size: 14px;
    margin: 14px 15px 0 0;
    font-family: "Source Sans Pro", arial, sans-serif;
    letter-spacing: 0.5px;
    float: left;
}

.barramenulogo {width: 100%; display: inline-block;}
.logo {
    display: block;
    width: 310px;
    margin-top: -20px;
    margin-bottom: 25px;
    float: left;
}

.logo img {
    display: inline-block;
    width: 100%;
}

/* MENU */
.wrapper-menu {
    width: calc(100% - 310px);
    text-align: right;
    padding-top: 5px;
    margin: 65px 0 25px 0;
    position: relative;
    background: #fff;
    float: left;
}

.wrapper-menu .conteudo {
    /*border-top: 3px solid #996451;*/
    padding-top: 10px;
}

#control-nav { 
    display: none;
    margin: 19px 0;
    float: left;
}

#menu-principal {
    display: inline-block;
    margin-right: 50px;
}

#menu-principal > li {
    display: inline-block;
    margin: 0 25px 0 0;
    padding-bottom: 10px;
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 17px;
}

#menu-principal > li:not(.menu-item-has-children):after {
    content: '';
    margin-top: 4px;
    margin-left: -6%;
    display: block;
    width: 0;
    height: 4px;
    opacity: 0;
    /*-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;*/
    background: #3A5337;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu-principal > li:hover:after {
    width: 114%;
    opacity: 1;
}

#menu-principal > li:last-child {
    margin-right: 0;
}

#menu-principal > li > a {
    text-transform: uppercase;
    text-decoration: none;
    transition: all linear 0.2s;   
    color: #982326;
    letter-spacing: 0;
}

#menu-principal > li:hover > a {
    /*color: #996451;*/
}

#menu-principal > li.menu-item-has-children > a {
    padding-right: 20px;
    cursor: pointer;
}

#menu-principal > li.menu-item-has-children:before,
#menu-principal > li.menu-item-has-children > ul > li.menu-item-has-children:before {
    position: absolute; 
    top: 6px; 
    right: 5px; 
    display: block; 
    width: 2px; 
    height: 8px; 
    background: #dddddd; 
    content: ''; 
    -webkit-transition: all .25s ease; 
    -moz-transition: all .25s ease; 
    -ms-transition: all .25s ease; 
    -o-transition: all .25s ease; 
    transition: all .25s ease;

    /*content: "";
    display: block;
    height: 1px;
    width: 1px;
    margin: 7px 0 0;
    right: 5px;
    position: absolute;
    border: 6px solid;
    border-bottom: 0;
    border-color: #996451 transparent transparent transparent;
    transition: all linear 0.2s;*/
}

#menu-principal > li.menu-item-has-children:after,
#menu-principal > li.menu-item-has-children > ul > li.menu-item-has-children:after {
    position: absolute; 
    top: 9px; 
    right: 2px; 
    width: 8px; 
    height: 2px; 
    display: block; 
    background: #dddddd; 
    content: ''; 
    -webkit-transition: background .25s ease; 
    -moz-transition: background .25s ease; 
    transition: background .25s ease;
}

#menu-principal > li.menu-item-has-children:hover:before {
    transform: rotate(90deg);
    /*top: 6px; height: 0;*/
    -webkit-transition: all .25s ease; 
    -moz-transition: all .25s ease; 
    -ms-transition: all .25s ease; 
    -o-transition: all .25s ease; 
    transition: all .25s ease;   
}

#menu-principal > li.menu-item-has-children ul li.menu-item-has-children:before {
    top: 13px;
}
#menu-principal > li.menu-item-has-children ul li.menu-item-has-children:after {
    top: 16px;
}

#menu-principal > li.menu-item-has-children ul li.menu-item-has-children:hover:before {
    transform: rotate(90deg);
    /*top: 6px; height: 0;*/
    -webkit-transition: all .25s ease; 
    -moz-transition: all .25s ease; 
    -ms-transition: all .25s ease; 
    -o-transition: all .25s ease; 
    transition: all .25s ease;   
}

/* SUBMENU */
.menu-item-has-children {
    position: relative;
    margin-right: 15px;
}

li.menu-item-has-children > ul {
    width: 205px;
    height: auto;
    text-align: left;
    float: left;
    position: absolute;
    left: -11px;
    top: 29px;
    background: #FFF;
    transition: all linear 0.2s;
    opacity: 0;
    visibility: hidden;
    /*padding-bottom: 10px;*/
}

li.menu-item-has-children > ul:before {
    content: '';
    margin-top: -3px;
    display: block;
    width: 0;
    height: 4px;
    /*-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;*/
    background: #3A5337;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

li.menu-item-has-children ul li.menu-item-has-children ul {
    top: 0;
    left: 205px;
}
li.menu-item-has-children ul li.menu-item-has-children ul li a {
    font-size: 12px;
}

li.menu-item-has-children:nth-child(2) ul{}
li.menu-item-has-children:nth-child(6) ul{}
li.menu-item-has-children:nth-child(7) ul{}


li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
}

li.menu-item-has-children:hover > ul:before {
    width: 100%;
}

li.menu-item-has-children > ul > li {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    transition: all linear 0.2s;
    /*text-align: center;*/
    padding: 3px 0;
}

li.menu-item-has-children > ul > li > a {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 10px 5px;   
    color: #982326;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: all linear 0.2s;
}
li.menu-item-has-children > ul > li > a:hover { color: #6f1c1e; } 

li.menu-item-has-children > ul > li:hover {
    background: #F5F5F5;
}

li.menu-item-has-children > ul > li:last-child {
    border: none;
}

.rede-mobile {display: none;}
.menu-redes-sociais {
    position: relative;
    /*top: 0;
    right: 0;*/
    float: left;
}

.menu-redes-sociais li {
    float: left;
    transition: all linear 0.2s;
    margin-top: 7px;
    margin-left: 15px;
}

.menu-redes-sociais a {
    /*display: block;*/
    /*width: 28px;*/
    /*height: 28px;*/
    font-size: 28px;
    text-align: left;
    /*line-height: 27px;*/
    overflow: hidden;
    color: #ffffff;
    transition: all linear 0.2s;
    /*filter: drop-shadow(0 1px 5px #02020233);*/
}

.menu-redes-sociais li a:before { filter: drop-shadow(0 1px 5px #02020233); }

.menu-redes-sociais a:hover {
    color: #000;
}


/* BUSCA */
.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: 25px;
    height: 40px;
    color: #982326; 
    cursor: pointer;
    font-size: 24px;
    transition: all linear 0.2s;
    border-radius: 3px;
}

.busca-topo input[type="checkbox"]:checked + label {
    color: #6b1519;
}

.item-menu.icon-busca { line-height: 39px; }

.wrapper-busca {
    position: absolute;
    top: 40px;
    right: -240px;
    width: 290px;
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.2s;
}

.busca-topo input[type="checkbox"]:checked + label + .wrapper-busca {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.busca-topo input[type="text"] {
    height: 33px;
    width: 100%;
    float: left;
    font-size: 13px;
    background: #982326;
    color: #ffffff;
    padding: 0 10px 0 40px;
    border-radius: 5px;
    border: none;
    background-image: url("../images/busca-branco.png");
    background-position: 10px 5px;
    background-repeat: no-repeat;
    /*border-width: 1px 0px 1px 1px;*/
    /*border-radius: 5px 0 0 5px;*/
}

.busca-topo button[type="submit"] {
    height: 33px;   
    width: 33px;
    float: right;
    border: 1px solid #6D6E70;
    border-width: 1px 1px 1px 0;
    padding: 0;
    background: none;
    font-size: 25px;
    color: #6b1519;
    transition: background linear 0.2s;
    /*border-radius: 0 5px 5px 0;*/
}

.busca-topo button[type="submit"]:focus, 
.busca-topo button[type="submit"]:hover {
    cursor: pointer; 
    background: #D2D3D5;
}


/********************************************
*	
*   PRINCIPAL
*
********************************************/

/* BANNERS */
.wrapper-banner {  
    width: 100%;
    height: 92px;
    position: relative;
    z-index: 10;
    margin: 35px auto;
}

.banner { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.banner a, .banner img {
    float: left;
    width: 100%;
    height: auto;
}

.banner-arrow-left {
    height: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
    transition: all linear 0.3s;
}

.banner-arrow-left:hover, .banner-arrow-right:hover {
    cursor: pointer;
    /*background: #ffffff4d;*/
    transition: all linear 0.3s;
}

.banner-arrow-left img {
    width: 15px;
    margin: 35px 15px 0 15px;
    opacity: 0.5;
}

.banner-arrow-right {
    height: 100%;
    position: absolute;
    z-index: 100;
    right: 0;
    transition: all linear 0.3s;
}

.banner-arrow-right img {
    width: 15px;
    margin: 35px 15px 0 15px;
    opacity: 0.5;
}

.banner-pager {
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 25px;   
    line-height: 12px;
    text-align: center;
    z-index: 100;
}

.banner-pager span {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: 0 0 2px #3F3E40;
}

.banner-pager span:hover { cursor: pointer; }

.banner-pager span.cycle-pager-active {
    background: #996451;;
    border: none;
}

/* NOTÍCIAS */
.wrapper-noticias {
    width: 100%;
    margin-right: 10px;
    float: left;
}

.wrapper-noticias-pequenas {
    width: 100%;
    float: left;
}

.lista-noticias {
    float: left;
}

.lista-noticias-single {
    float: left;
}

.lista-noticias-medias {
    float: left;
}

.lista-noticias-pequenas {
    float: left;
    padding-top: 16px;
}

.lista-noticias-veja-mais {
    float: left;
}

.lista-noticias-veja-mais li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.lista-noticias-veja-mais a {
    display: block;
    float: left;
   /* padding-right: 20px;*/
}

.lista-noticias li {
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    /*margin-bottom: 30px;*/
}

.lista-noticias-single li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.lista-noticias-pequenas li {
    float: left;
    width: 175px;
    margin-bottom: 35px;
    margin-right: 16px;
}

.lista-noticias-pequenas li:last-child {
    margin-right: 0
}

.lista-noticias p {
    font-size: 15px;
}

.lista-noticias-pequenas p {
    font-size: 15px;
}

.lista-noticias-single li > a {
    display: block;
    float: left;
    /*padding-right: 20px;*/
    height: 176px;
    overflow: hidden;
}

.lista-noticias img {
    width: 100%;
   /* margin-right: 20px;*/
   /* border-radius: 5px;*/
    float: left;
    position: relative;
    transition: all linear 0.4s;
}

.lista-noticias-single img {
    width: 100%;
    height: auto;
    margin-right: 20px;
    /*border-radius: 5px;*/
    float: left;
    transition: all linear 0.2s;
}

.lista-noticias-veja-mais img {
    width: 172px;
   /* height: 100px;*/
    margin-right: 20px;
    /*border-radius: 5px;*/
    float: left;
    transition: all linear 0.2s;
}

.outros .data-noticia {
    display: block;
    width: 100%;
    font-size: 13px;
    float: left;
    margin-top: 13px;
    margin-bottom: 6px;
    transition: all linear 0.2s;
    text-align: left;
    margin-right: 10px;
    letter-spacing: 0;
}

.taxo-noticia {
    display: block;
    width: unset;
    font-size: 13px;
    float: left;
    margin-top: 13px;
    margin-bottom: 6px;
    transition: all linear 0.2s;
    letter-spacing: 0;
}

.data-taxo a { color: #BBBDC0; }

.data-taxo {
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    font-family: "ubuntulight", arial, sans-serif;
    color: #BBBDC0;
}

.data-taxo .data-noticia {
    width: 100%;
    margin-right: 0;
    text-align: center;
}
.data-taxo .taxo-noticia {
    width: unset;
    font-size: 15px;
    margin-top: 5px;
}

.data-taxo .taxo-noticia span, .outros .taxo-noticia span { display: none; }
.data-taxo .taxo-noticia span:last-of-type, .outros .taxo-noticia span:last-of-type { display: unset; }


.limitador-pequeno {
    width: 100%;
    height: 98px;
    border-radius: 5px;
    overflow: hidden;
}

.limitador-medio {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 5px;
}

.limitador-grande {
    width: 450px;
    height: 250px;
    float: left;
    overflow: hidden;
    /*border-radius: 5px 0 0 5px;*/
}


.limitador-noticias {
    width: 300px;
    height: 169px;
    overflow: hidden;
}

.lista-noticias-pequenas img {
    width: 100%;
    /*height: 100px;*/
    margin-right: 20px;
   /* border-radius: 5px;*/
    float: left;
    transition: all linear 0.4s;
}

.lista-noticias-medias img {
    width: 100%;
    float: left;
    transition: all linear 0.4s;
}

.lista-noticias-medias li:hover img {
    -moz-transform: scale(1.11);
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
}

.lista-noticias-pequenas li:hover img {
    -moz-transform: scale(1.11);
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
}

.lista-noticias li:hover img {
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.data-noticia {
    display: block;
    width: 20%;
    font-size: 13px;
    float: left;
    transition: all linear 0.2s;
    margin: 10px 0 6px;
    color: #BBBDC0;
    font-family: "ubuntulight", arial, sans-serif;
}

.data-noticia-veja-mais {
    display: block;
   /* width: calc(100% - 125px);*/
    font-size: 17px;
    float: left;
    margin-bottom: 10px;
    margin-top: -3px;
    transition: all linear 0.2s;
}

.titulo-noticia-lista {
    display: block;
    width: 85%;
    font-size: 20px;
    float: left;
    margin-top: 0;
    transition: all linear 0.2s;
}

.bg-foto {
    height: 250px;
    -ms-filter: blur(30px);
    -o-filter: blur(30px);
    -moz-filter: blur(30px);
    -webkit-filter: blur(30px);
    filter: blur(30px);
    opacity: 0.6;
    -ms-transform: scale(1.5) scaleX(-1);
    -moz-transform: scale(1.5) scaleX(-1);
    -webkit-transform: scale(1.5) scaleX(-1);
    transform: scale(1.5) scaleX(-1);
    background-position: right center;
    background-size: cover;
    z-index: 2;
}

.titulo-noticia-lista-grande {
    /*display: block;*/
    /*position: relative;*/
    width: 300px;
    height: 250px;
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 23px;
    line-height: 29px;
    letter-spacing: 0.1px;
    text-align: justify;
    font-weight: 600;
    /*float: left;*/
    margin: 0 0 0 435px;
    padding: 12px 15px;
    background: #464E56;
    /*background: #000000b3;*/
    color: #ffffff;
    /*border-radius: 5px;*/
    /*transition: all linear 0.2s;*/
    opacity: 0.999;
    background-size: cover;
    overflow: hidden;
}

/*.titulo-noticia-lista-grande:before {
    width: 300px;
    height: 250px;
    position: absolute;
    background: #464E56;
    left: 435px;
    top: 171px;
    bottom: 0;
    right: 0;
    content: ' ';
    z-index: 1;
    margin-left: 15px;
    border-radius: 0 2px 2px 0;
}*/


.titulo-noticia-lista-grande span {
    max-height: 90px;
    /*float: left;*/
    text-align: left;
    overflow: hidden;
    position: absolute;
    left: 462px;
    width: 275px;
    margin-top: -235px;
    z-index: 3;
}

.titulo-noticia-lista-grande p {
    width: 275px;
    max-height: 61px;
    /*float: left;*/
    text-align: left;
    overflow: hidden;
    position: absolute;
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    margin-top: -135px;
    left: 462px;
    z-index: 3;
}

.titulo-noticia-lista-grande a {
    color: #fff;
    transition: all linear 0.2s;
}

.titulo-noticia-lista-pequenas {
    display: block;
    width: 100%;
    height: 43px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    float: left;
    margin-top: 10px;
    transition: all linear 0.2s;
    color: #404041;
    font-family: "Source Sans Pro", arial, sans-serif;
}

.lista-noticias-pequenas a:hover .titulo-noticia-lista-pequenas {
    color: #982326;
}

.lista-noticias a:hover {
    text-decoration: underline;
    transition: all linear 0.2s;
}

.wrapper-noticias-geral {
    width: 50%;
    margin-top: 35px;
    float: left;
}

.wrapper-noticias-geral:nth-child(even) {
    padding-left: 20px;
}

.wrapper-noticias-geral:nth-child(odd) {
    padding-right: 20px;
}

.lista-noticias-medias span a {
    width: 100%;
    height: 50px;
    display: block;
    overflow: hidden;
    font-size: 19px;
}

.lista-noticias-medias .data {
    width: 100%;
    float: left;
    margin: 10px 0 8px;
    color: #BBBDC0;
    font-family: "ubuntulight", arial, sans-serif;
    font-size: 13px;
}

.wrapper-noticias-geral .lista-noticias-pequenas li {
    width: 100%;
    margin-bottom: 30px;
}

.wrapper-noticias-geral .lista-noticias-pequenas li .barra-cinza-fina {
    margin-bottom: 25px;
}

.wrapper-noticias-geral .limitador-pequeno {
    width: 175px;
    height: 98px;
    float: left;
    margin-right: 15px;
}

.wrapper-noticias-geral .lista-noticias-pequenas span{
    width: calc(100% - 190px);
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 17px;
    float: left;
}

.wrapper-noticias-geral .lista-noticias-pequenas span a {
    height: 70px;
    overflow: hidden;
    display: block;
}

.wrapper-noticias-geral .lista-noticias-pequenas .data{
    width: calc(100% - 190px);
    float: left;
    margin: 8px 0 6px;
    color: #BBBDC0;
    font-family: "ubuntulight", arial, sans-serif;
    font-size: 13px;

}
/*.lista-noticias a:hover img, .lista-noticias-pequenas a:hover img, .lista-noticias-veja-mais a:hover img {
    box-shadow: 0 0 10px #00387F;
}*/


/* ICONES */

.espiritualidade { float: left; margin: 125px auto 70px; }
.espiritualidade .titulo {
    text-align: left;
}

.wrapper-icones {
    /*width: 100%;*/
    position: relative;
    float: right;
}

.icones-blocos {
    width: 275px;
    text-align: left;
    color: #761113;
    float: left;
    letter-spacing: 0;
    margin: 30px 0 30px 50px;
}

.icones-blocos a { width: 100%; float: left; }

.icones-blocos p {
    font-size: 19px;
    letter-spacing: 0.5px;
    margin: 15px 0 0 20px;
    font-family: "Source Sans Pro", arial, sans-serif;
    color: #404041;
    /*width: 87px;*/
    text-align: center;
    float: left;
    transition: all linear 0.3s;
    line-height: 16px;
    position: relative;
}

.palmares-biblia-01, .palmares-oracao1, .palmares-terco, .palmares-maos,
.palmares-joelho, .palmares-musica, .palmares-story, .icon-noticias {
    width: 50px;
    font-size: 50px;
    text-align: center;
    color: #982326;
    float: left;
    /*margin-top: 17px;*/
    margin-right: 0px;
    transition: all linear 0.3s;
    display: block;
    position: relative;
}


.icones-blocos:hover p, 
.icones-blocos:hover .palmares-biblia-01,
.icones-blocos:hover .palmares-oracao1, 
.icones-blocos:hover .palmares-terco,
.icones-blocos:hover .palmares-maos, 
.icones-blocos:hover .palmares-musica, 
.icones-blocos:hover .palmares-story, 
.icones-blocos:hover .palmares-joelho,
.icones-blocos:hover .icon-noticias
{
    color: #3A5337;
    transition: all linear 0.3s;
}

/* BENFEITOR */

.benfeitor {
    float: left;
    width: 100%;
    margin: 30px auto;
    background: url("../images/fundo-benfeitor.png") top center no-repeat;
    height:  305px;
    display: none;
}

.benfeitor h2 {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 0;
    color: #ffffff;
    margin-top: 45px;
}

.benfeitor h3 {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 900;
    letter-spacing: 0;
    color: #FFCB04;
    margin-bottom: 30px;
}

.benfeitor span {
    display: block;
    color: #fff;
    border: 2px solid #FFCB04;
    border-radius: 10px;
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 9px;
}

.benfeitor .limitador {
    width: 200px;
    height: 135px;
    margin: 85px 0 0 32px;
    border-radius: 7px;
    float: left;
    background: #fff;
    filter: drop-shadow(0 5px 4px #231F20);
}

.clique {
    position: absolute;
    width: 275px;
    right: 0;
    top: 242px;
    text-align: right;
}

.clique h2 {
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    float: left;
    margin: 7px 8px 0 0;
}

.clique h3 {
    font-size: 32px;
    margin-bottom: 0
}


/* VÍDEOS */

.videos {
    width: 750px;
    margin-top: 50px;
    margin-right: 40px;
    float: left;
}

.videos .titulo {margin-top: 0;}
.videos .lista-noticias li {width: 100%;}
.videos .limitador-grande {width: 355px; height: 200px; float: left;}
.videos .lista-noticias img {margin-top: -33px;}
.videos .titulo-noticia-lista-grande {background: none; color: #404041;}
.videos .titulo-noticia-lista-grande a {color: #404041;}
.videos .titulo-noticia-lista-grande p {
    text-transform: uppercase; 
    position: relative; 
    left: 0; 
    margin-top: 37px;
    color: #939597;
    font-size: 11px;
}
.videos .titulo-noticia-lista-grande span {position: relative; left: 0;}

.videos .lista-noticias-pequenas li {width: 236px; margin-right: 20px;}
.videos .limitador-pequeno {height: 135px;}
.videos .lista-noticias-pequenas {padding-top: 20px;}
.videos .lista-noticias-pequenas img {margin-top: -17px; margin-right: 0;}
.videos .lista-noticias-pequenas li:last-child {margin-right: 0;}
.videos .titulo-noticia-lista-pequenas {letter-spacing: 0;}

.videos .btn-mais {
    font-size: 13px;
    font-weight: 600;
    color: #404041;
    position: relative;
    float: right;
    margin-top: 0;
    left: unset;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.videos .btn-mais:after {
    content: "";
    float: left;
    width: 5px;
    height: 10px;
    margin-right: 5px;
    background: #982326;
    position: absolute;
    left: -10px;
    bottom: 3px;
}

/* FOTOS */

.fotos .lista-noticias-pequenas { padding-top: 0; }

.fotos  .lista-noticias-pequenas img {margin-top: 0;}

/* ATALHOS */
.atalhos {
    width: 350px;
    float: left;
    text-align: center;
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 22px;
}

.wrapper-atalhos .barra {
    width: 50px;
    margin: 35px auto;
}

.wrapper-atalhos {
    width: 100%;
    float: left;
    /*display: grid;*/
}


/* PALAVRA DO BISPO */
.palavra-bispo {height: 405px;}
.palavra-bispo .titulo {
    text-align: left;
}

.palavra-bispo img {
    width: 100%;
    position: relative;
    z-index: 10;
    filter: none;
    transition: all linear 0.5s;
}

.palavra-bispo h3 {
    color: #404041;
    margin-top: 15px;
    font-size: 20px;
    letter-spacing: 0;
    transition: all linear 0.2s;
}

.palavra-bispo .titulo-palavra {
    margin-top: 10px;
    line-height: 28px;
    font-size: 25px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    color: #982326;
}

.palavra-bispo .wrapper-imagem {
    width: 100%;
    margin: 0 auto;
    float: none;
}


.wrapper-imagem:hover h3 {color: #820000; transition: all linear 0.2s;}

.wrapper-imagem:hover img { 
  /*   -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    transition: all linear 0.5s;*/
}


.circulo-degrade {
    width: 200px;
    height: 200px;
    display: block;
    background: linear-gradient(to right, #982326, #1B75BB);
    border-radius: 100%;
    z-index: 0;
    margin: -186px auto 0;
    transition: all linear 0.5s;
}

/* NEWSLETTER */

.newsletter {
    width: 100%;
    float: left;
    padding: 50px 10px 10px 10px;
}

.newsletter span {
    font-size: 17px;
    letter-spacing: 0;
    color: #6D6E70;
    text-align: left;
    float: left;
    margin-bottom: 20px;
}

.newsletter .titulo {margin-top: 0;}

.form-newsletter {
    float: right;
    width: 100%;
}

.form-newsletter input[type="text"] {
    width: 100%;
    height: 40px;
    line-height: 30px;
    color: #453F41;
    font-size: 16px;
    background: #E7E7E8;
    border: none;
    margin: 0 2px 10px 00px;
    padding: 0 5px 0 20px;
    border-radius: 7px;
    transition: all linear 0.2s;
    float: left;
}

.form-newsletter button[type="submit"] {
    float: right;
    height: 40px;
    
    color: #982326;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    
    transition: all linear 0.2s;
}

.form-newsletter button[type="submit"]:hover {
    cursor: pointer;
}


/* CHAMADA APP */

.link-app {
    display: inline-block;
   
    margin-left: auto;
}

.link-app img {
    display: inline-block;
    height: 45px;
    float: left;
}


.chamada-app {
    float: left;
    margin-bottom: 95px;
    width: 100%;
    /*display: none;*/
}

.chamada-app span {
    color: #6D6E70;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 21px;
    display: block;
    margin-top: 25px;
}

.wrapper-chamada-app {
    width: 243px;
    height: 385px;
    margin: 60px auto 0;
    border-radius: 12px;
    overflow: hidden;
    filter: drop-shadow(0 2px 4px #231F2080);
}

.link-download {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px 40px 0;
    position: relative;
}

.link-download img { width: 100%; }

.link-download strong {
    display: block;
    width: 100%;
    line-height: 17px;
    text-transform: uppercase;
    font-size: 23px;
    color: #6b1519;
    padding: 30px 0;
}

.link-download:hover strong {
    text-decoration: underline;
}

/* ANIMAÇÃO APP*/

.demo-3 {
    position:relative;
    width:243px;
    height:385px;
    overflow:hidden;
    float:right;
    /*margin-right:20px*/
}
.demo-3 .frente {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
    /*margin-left:-50px*/
}
.demo-3 .frente img {
    display:block;
    position:relative;
    z-index:10;
    width:243px;
    height:385px;
    /*margin:-15px 0*/
}
.demo-3 .verso {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.demo-3 .verso .topo {
   width: 100%;
   height: 85px;
   background-color: #982326;
   margin-bottom: 60px;
}
.demo-3 .frente h2 {
    color:#ffffff;
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size:27px;
    line-height:27px;
    letter-spacing: 0;
    text-align:center;
    padding-top: 15px;
}
.demo-3 .frente p {
    display:block;
    font-size:27px;
    letter-spacing: 1px;
    line-height:27px;
    font-weight: 700;
    margin:6px 0 0 0;
    color:#ffffff;
    text-align:center;
}
.demo-3 .frente .verso img {
    display:block;
    width: 171px;
    height: auto;
    margin-bottom: 55px;
}

.demo-3 .frente .verso img:hover {
    width: 200px;
}
.demo-3 .verso {
    top:0;
    left:0;
    width:100%;
    height:100%;
    /*padding:29px 44px;*/
    background-color:#D8D9D7;
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
}
.demo-3 .frente img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
}
.demo-3 .frente:hover img,.frente.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg);
    z-index: 0;
}
.demo-3 .frente:hover .verso,.frente.hover .verso, .demo-3 .frente:hover .verso img {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0);
}

/* CALENDÁRIO*/



/* 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: #B2B2B7;
}*/

.form-mensagem input[type="submit"] {
    float: right;
    /*height: 37px;*/
    /*width: 127px;*/
    line-height: 20px;
    color: #FFF;
    font-size: 20px;
    background: none;
    font-weight: 600;
    padding: 0;
    margin: 0 0 25px 0;
    border: 0;
    transition: all linear 0.2s;
}

.form-mensagem input[type="submit"]:hover {
    cursor: pointer;
    color: #6b1519;
    /*background: #ffcb04;*/
}

footer .direita label:nth-of-type(2) {padding-left: 0;}

/********************************************
*	
*   FOOTER
*
********************************************/

footer {
    background-color: #D1D2D4;
    background: url("../images/bg-footer.png)") center top;
}

footer > .conteudo {
    /*height: 260px;*/
    padding: 15px 0 5px;
    display: table;
}

footer .esquerda {
    width: 35%;
    float: left;
}

footer .meio {
    width: 33%;
    float: left;
    padding-right: 70px;
    text-align: center; }

footer .direita { 
    width: 32%;
    float: right; }

footer .wrapper-imagem {width: 25%; padding: 0 10px;}

footer img {transition: all linear 0.2s; width: 100%;}
footer img:hover {
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    transition: all linear 0.2s;
}

footer .titulo {
    font-size: 20px;
    font-weight: 700;
    background: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 60px 0 30px 0;
}

footer label {width: 100%; float: left; margin-bottom: 15px;}

footer label:nth-of-type(2) {padding-left: 27px;}

footer label:nth-of-type(5) {margin-bottom: 55px;}

footer label:nth-of-type(3) span,
footer label:nth-of-type(4) span,
footer label:nth-of-type(5) span {margin-top: 3px;}

footer label .font-semi-bold {margin-right: 10px;}

footer span {
    float: left;
    font-size: 19px;
    letter-spacing: 0;
    color: #ffffff;
}

.palmares-localizacao {margin: 5px 10px 20px 5px; float: left; font-size: 17px;}
.palmares-telefone {float: left; margin: 5px 10px 0 6px;}
.palmares-fax {float: left; margin: 5px 10px 0 0;}
.palmares-email {float: left; margin: 5px 10px 0 0;}

footer .menu-redes-sociais {width: 100%; margin-top: 20px;}
footer .menu-redes-sociais li {width: 130px; margin: 0 auto 25px auto; float: none; text-align: left;}
footer .menu-redes-sociais li a span {
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 20px;
    float: none;
    filter: none;
    margin-left: 15px;
}

footer .menu-redes-sociais li a:hover span{text-decoration: underline;}

footer .menu-redes-sociais li a::before {
    filter: drop-shadow(0 1px 5px #02020233);
    margin-top: 5px;
    float: left;
}

.copyright {
    height: 45px;
    width: 100%;
    background: #982326;
    color: #FFF;
    letter-spacing: 0;
}

.copyright span {
    padding: 13px 0 12px;
    display: block;
    font-size: 16px;
    text-align: left;
    float: left;
    font-family: "Source Sans Pro", arial, sans-serif;
}

.copyright span:last-of-type {
    float: right;
}

.copyright a {
    color: #ffffff;
    font-weight: 600;
}

.copyright a:hover {
    /*color: #D1D2D4;*/
    text-decoration: underline;
}

/********************************************
*	
*   SINGLE
*
********************************************/

/* COMUNS */
.single.conteudo {
    padding: 0 70px;
}

.single > .titulo {
    margin-bottom: 40px;
    background: none;
    color: #404041;
    /*font-weight: 300;*/
    font-size: 24px;
    letter-spacing: 1px;
    float: none;
    padding-left: 0;
}

/*.single.comunidade > .titulo, .single.clero > .titulo {
    margin-bottom: 40px;
    background: none;
    color: #404041;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 1px;
    float: none;
}*/
/*.single h2 {font-family: "ubuntubold", arial, sans-serif;}*/

.single .esquerda {
    width: 300px;
    margin-bottom: 50px;
}
.paroquias .esquerda {
    width: 400px;
    margin-bottom: 50px;
}

.single .esquerda img {
    width: 100%;
    float: left;
}

.single .direita {
    width: calc(100% - 340px);
    /*padding-left: 40px;*/
    /*padding-top: 40px;*/
    margin-bottom: 15px;
}

.paroquias .direita {
    width: calc(100% - 440px);
    /*padding-left: 40px;*/
    /*padding-top: 40px;*/
    margin-bottom: 15px;
}

.single .direita:only-of-type {
    width: 100%;
    padding: 0;
}

.single .wrapper-imagem:hover img {-moz-transform: none;-webkit-transform: none;transform: none;}

/* NOTÍCIA */
.noticia > .titulo {
    margin-bottom: 0;
    text-align: center;
    font-size: 45px;
    /*font-weight: 300;*/
    letter-spacing: 1px;
    background: none;
    color: #404041;
}

.noticia > .data-noticia {
    width: 100%;
}

.noticia > .data-taxo {
    display: block;
}

.noticia .titulo-noticia {    
    display: block;
    width: 100%;
    height: 50px;
    font-size: 19px;
    letter-spacing: 0.1px;
    float: left;
    transition: all linear 0.2s;
    color: #404041;
    padding: 0;
    font-weight: 400;
    letter-spacing: 1px;
}

.noticia .resumo-noticia {
    font-size: 19px;
    transition: all linear 0.2s;
}

.noticia .wrapper-lista-noticias {
    float: left;
    margin-top: 30px;
}

.wrapper-lista-noticias h3 {
    width: 100%;
    font-family: "Source Sans Pro", arial, sans-serif;
    color: #404041;
    background: none;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 1px;
}

.noticia .lista-noticias {
    margin-top: 20px;
    display: flex;
}

.noticia .lista-noticias-single {
    margin-top: 20px;
    margin-bottom: 60px;
    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; }

.lista-noticias-single li:nth-child(1) {padding-right: 30px;}
.lista-noticias-single li:nth-child(2) {}
.lista-noticias-single li:nth-child(3) {padding-left: 30px;}

.noticia .lista-noticias li {
    flex: 1;
}

.noticia .lista-noticias-single li {
    flex: 1;
}

.noticia .lista-noticias-single li:hover .titulo-noticia {
    color:#296B48;
}
.noticia .lista-noticias a:hover .titulo-noticia,
.noticia .lista-noticias a:hover .resumo-noticia {
    color:#296B48;
}

/********************************************
*	
*   PAGE
*
********************************************/

/* COMUNS */
.page > .titulo {
    margin-bottom: 40px;
    background: none;
    color: #404041;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 1px;
    float: none;
    padding-left: 0;
}

.page h2 {
    font-family: "Source Sans Pro", arial, sans-serif;
    color: #404041;
    background: none;
    font-weight: 300;
    letter-spacing: 1px;
    padding-left: 0;
    font-size: 21px;
}

.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; }

/* 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;
  }
}


/* PARÓQUIAS */
.paroquias .titulo {
    width: 100%;
    margin-bottom: 40px;
    background: none;
    color: #404041;
    /*font-weight: 300;*/
    font-size: 24px;
    letter-spacing: 1px;
}

.wrapper-paroquias {float: left; width: 100%;}

.paroquias .wrapper-item {
    width: 270px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 25px;
}

.paroquias a:nth-child(4) .wrapper-item,
.paroquias a:nth-child(8) .wrapper-item,
.paroquias a:nth-child(12) .wrapper-item,
.paroquias a:nth-child(16) .wrapper-item,
.paroquias a:nth-child(20) .wrapper-item,
.paroquias a:nth-child(24) .wrapper-item,
.paroquias a:nth-child(28) .wrapper-item,
.paroquias a:nth-child(32) .wrapper-item,
.paroquias a:nth-child(36) .wrapper-item,
.paroquias a:nth-child(40) .wrapper-item,
.paroquias a:nth-child(44) .wrapper-item,
.paroquias a:nth-child(48) .wrapper-item,
.paroquias a:nth-child(52) .wrapper-item {margin-right: 0;}

.paroquias .wrapper-item .titulo {
    margin-top: 0; 
    margin-bottom: 0;
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0;
    height: 56px;
    overflow: hidden;
    float: none;
}

.sem-altura {height: unset !important;}

.paroquias .wrapper-item:hover img {
    -moz-transform: scale(1.11);
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
}

.paroquias .limitador {
    width: 270px;
    height: 235px;
    overflow: hidden;
    margin-bottom: 5px;
}

.paroquias .subtitulo {
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    color: #982326;
    margin-top: 0;
}

.paroquias .barra-cinza-fina {margin: 10px 0;}

.paroquias .wrapper-conteudo {margin-bottom: 50px;}
.paroquias img {max-width: 100%; height: auto; transition: all linear 0.4s;}

.paroquias .wrapper-imagem { width: 460px; margin: 0 0 50px 0; }
.paroquias .wrapper-imagem img { transform: none; }

/*area { background: url("../images/fundo_icones.png") center no-repeat; }*/

#mapa-paroquias .wrapper-conteudo-pagina {
    width: 840px;
    float: unset;
    margin-left: auto;
    margin-right: auto;
}

.menu-paroquias { float: left; margin: 55px 0 0 100px; }

.menu-paroquias a {
    font-size: 17px;
    letter-spacing: 0;
    color: #000;
    transition: all linear 0.3s;
}

.menu-paroquias a:hover { color: #747474; transition: all linear 0.3s; }

.menu-paroquias li{ margin-bottom: 15px; }

.menu-paroquias li:hover:after { margin-right: 15px; transition: all linear 0.3s; }

.menu-paroquias li:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 4px 8px 0 0;
    transition: all linear 0.3s;
}

.menu-paroquias li:nth-child(1):after{ background: #EB595D; }
.menu-paroquias li:nth-child(2):after{ background: #9ECD5F; }
.menu-paroquias li:nth-child(3):after{ background: #6D8EC5; }
.menu-paroquias li:nth-child(4):after{ background: #F58A5C; }
.menu-paroquias li:nth-child(5):after{ background: #FFC942; }

.paroquias p {
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 15px;
    color: #000;
}
.paroquias .esquerda span {
    width: 100%;
    color: #000;
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 15px;
    float: left;
    margin: 3px 0 0 10px;
}

.paroquias .esquerda h3 {
    width: 100%;
    display: block;
    font-size: 19px;
    letter-spacing: 0;
    margin: 25px 0 0 10px;
    padding: 0;
    color: #982326;
    font-family: "Source Sans Pro", arial, sans-serif;
    position: relative;
    text-transform: uppercase;
    float: left;
}
.redes-paroquias {padding-top: 0 !important; margin-bottom: 10px !important;}
.redes-paroquias img {width: 38px;}
.redes-paroquias a {margin-right: 10px;}
.redes-paroquias a:last-child {margin-right: 0;}

/* PÁGINA DE REDES SOCIAIS DAS PARÓQUIAS */
.redes-sociais .wrapper-item {width: 100%; padding-left: 15px;}
.redes-sociais .wrapper-item .titulo,
.redes-sociais .wrapper-item .subtitulo {
    width: unset; 
    float: left;
    padding: 0 0 0 5px;
    margin-top: 6px;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 20px;
}
.redes-sociais .redes-paroquias {float: left; }
.redes-sociais .wrapper-item:hover img {transform: none;}
.redes-sociais .wrapper-item a {float: left;}

/* PARÓQUIA */

/*.paroquia .titulo {margin-bottom: 30px;}
.paroquia .wrapper-conteudo {margin-bottom: 50px;}
.paroquia img {max-width: 100%; height: auto;}*/

/* CLERO */

/*.clero .titulo {
    margin-bottom: 30px;
    margin-bottom: 40px;
    background: none;
    color: #404041;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 1px;
    float: none;
}*/
.clero .direita .titulo {margin-bottom: 3px;}

.wrapper-clero {float: left;}

.clero .wrapper-item {
    width: 270px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 60px;
}

.clero .wrapper-item-bispo {
    width: 270px;
    text-align: center;
    margin: 0 auto 25px;
}

.clero .wrapper-item-bispo .titulo {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0;
    float: none;
    padding-right: 0;
}

.centralizar-emerito {
    width: 675px;
    margin: 0 auto;
    text-align: unset;
}
.clero .wrapper-item-emerito {
    width: 270px;
    float: left;
    text-align: center;
    margin: 0 5% 25px;
}

.clero .wrapper-item-emerito .titulo {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0;
    float: none;
    padding-right: 0;
}

.clero a:nth-child(4) .wrapper-item,
.clero a:nth-child(8) .wrapper-item,
.clero a:nth-child(12) .wrapper-item,
.clero a:nth-child(14) .wrapper-item,
.clero a:nth-child(16) .wrapper-item,
.clero a:nth-child(20) .wrapper-item,
.clero a:nth-child(24) .wrapper-item,
.clero a:nth-child(28) .wrapper-item,
.clero a:nth-child(32) .wrapper-item,
.clero a:nth-child(36) .wrapper-item,
.clero a:nth-child(40) .wrapper-item,
.clero a:nth-child(44) .wrapper-item,
.clero a:nth-child(48) .wrapper-item,
.clero a:nth-child(52) .wrapper-item {margin-right: 0;}

.clero .wrapper-item .titulo {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 35px;
    padding-left: 35px;
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0;
    height: 56px;
    overflow: hidden;
    float: none;
}

.clero .wrapper-item:hover img, .clero .wrapper-item-bispo:hover img {
    -moz-transform: scale(1.11);
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
}

.clero .limitador {
    width: 230px;
    height: 230px;
    overflow: hidden;
    margin: 0 auto 20px;
    border-radius: 100%;
    filter: drop-shadow(0 3px 4px #878787);
}

.clero .subtitulo {
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    color: #BBBDC0;
    margin-top: 0;
    margin-bottom: 2px;
}

.clero .direita .subtitulo {
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    color: #BBBDC0;
    margin-top: 0;
    margin-bottom: 10px;
}

.clero .barra-cinza-fina {width: 75%; margin: 5px auto; float: unset;}

.clero .wrapper-conteudo-pagina {margin-bottom: 50px;}
/*.clero .wrapper-conteudo-pagina:last-child .detalhe-cinza::after {width: calc(100% - 130px); }*/

.detalhe-cinza:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #404041;
    position: absolute;
    top: 33px;
    right: 0; 
}

.clero img {max-width: 100%; height: auto; transition: all linear 0.4s;}

.clero .wrapper-imagem { width: 350px; margin: 0 0 50px 0; }
.clero .wrapper-imagem img { transform: none; }



/* NOTÍCIAS */

.noticias-esquerda {
    width: 750px;
    margin-right: 40px;
    float: left;
}
.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;
}

.page.noticias .data-noticia {
    width: 100%;
}

.page.noticias .titulo-noticia-lista {
    width: 100%;
    letter-spacing: 0;
}

/* CONTATOS */

.contato .titulo, .pedido .titulo {
    margin-top: 50px;
}

.contato .wrapper-conteudo h2 {
    font-size: 19px;
    margin-bottom: 0;
    color: #982326;
}

.wrapper-contato {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.wrapper-contato address {
    font-size: 17px;
}

/* AGENDA DE EVENTOS */

.evento-agenda {
    display: block;
    margin-bottom: 40px;
    margin-left: 20px;
    float: left;
    width: 100%;
}

.data-evento {
    /*float: left;*/
    width: 85px;
    color: #000;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 19px;
    letter-spacing: 0
}

.local-evento, 
.endereco-evento {
    float: right;
    width: calc(100% - 85px);
    font-family: Tahoma, Arial, sans-serif;
    font-size: 19px;
    letter-spacing: 0;
}

.evento-agenda .titulo {
    width: 100%; 
    background: none;
    padding-left: 0;
}

/* MISSAS */
.wrapper-lista-missas {
    width: 100%;    
}

.single.missas .wrapper-item {
    width: 100%;
}

.single.missas h2.titulo {
    text-transform: uppercase;
    font-size: 24px;
    color: #982326;
}

.evento {
    display: block;
    margin-bottom: 20px;
    float: left;
}

.horario-evento {
    float: left;
    width: 85px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 19px;
    letter-spacing: 0;
    color: #000;
}

.local-evento, 
.endereco-evento {
    float: right;
    width: calc(100% - 85px);
    color: #000;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 19px;
    letter-spacing: 0;

}

/* 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 .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: 25px; 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: 0;
  margin-left: 0;
  margin-bottom: 15px;
  font-family: "Ubuntu", arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  float: none;
  background: unset;
  color: #404041;
}
.santo img {width: 100%;}

.santo .nome {
  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: #717171;
    /*text-decoration: underline;*/
}

.links strong { }


/********************************************
*	
*   FORMULÁRIOS
*
********************************************/

.wrapper-form {
    float: left;
    width: 100%;
}

.formulario {
    width: 100%;
    float: left;
}

.formulario label,
.formulario .wrapper-radio {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.formulario label.metade {width: 48%;}
.formulario label.direita {margin-left: 4%; margin-bottom: 20px; padding-left: 0;}

.formulario label span {
    display: block;
    width: 100%;
    float: left;
    color: #231F20;
    margin-bottom: 10px;
}

.formulario input[type="text"],
.formulario input[type="date"],
.formulario input[type="email"],
.formulario select,
.formulario textarea {
    width: 100%;
    float: left;
    height: 60px;
    border: 1px solid #982326;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 20px;
    transition: all linear 0.2s;
}

.formulario input[type="checkbox"] {
    float: left;
    margin-top: 25px;
    margin-right: 15px;
}

.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: #f4f4f4;
}

.formulario textarea {
    resize: none;
    height: 150px;
    padding: 10px 15px;    
}

.formulario button {    
    width: 100%;
    float: left;
    height: 60px;
    border: 1px solid #982326;
    background: #982326;
    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: #404041;
    cursor: pointer;    
    border-color: #404041;
}   

.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;
}


.js .inputfile, .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
   
    z-index: -1;
}

.inputfile + label {
    /*max-width: 80%;*/
    font-size: 1.25rem;
    /* 20px */
    /*font-weight: 700;*/
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 1rem 1.25rem;
    margin-top: -7px;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #ffffff;
    background-color: #996451;;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #7E1519;
}

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}


/* Terço */

 .cycle-terco {
    margin: 15px auto 0 auto;
    display: inline-block;
}

.terco {
    text-align: center;
    color: #000;
}

.terco h2 {
    font-size: 27px;
    letter-spacing: 1px;
    color: #982326;
}

.oracao h3 {
    margin: 25px 0 5px 0;
    font-size: 23px;
    color: #982326;
}

.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: 530px;
    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: 37px;
    cursor: pointer;
    letter-spacing: 0;
}
.pager-terco span:hover, .misterios span:hover {
    background: #982326;
    color: #FFF;
}

.seletor {
    width: 800px;
    margin: 0 auto;
    display: inline-block;
}

.seletor-mobile {display: none;}

.misterios {
    width: 350px;
    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 #982326;
}

.misterios a {
    border: none;
    line-height: unset;
    width: unset;
    margin-right: 5px;
}

.contemplacao {
    font-size: 19px;
}

.contemplacao17 {
    font-size: 17px;
}

.contemplacao18 {
    font-size: 17px;
}

.misericordia .pager-terco {width: 100%;}

.terco .lista-noticias {width: 100%;}

.youtube {
    width: 800px;
    height: 450px;
}

/* Player Homilias */
.player {
    width: calc(100% - 350px);
    float: left;
}

audio {width: 100%; margin-bottom: 15px;}

.homilia .limitador {
    width: 300px;
    float: left;
    margin-right: 50px;
}

.baixar {
    height: 32px;
    width: 100%;
    background: #982326;
    display: block;
    /*right: 190px;*/
    /*border-radius: 50%;*/
    margin-top: 5px;
    text-align: center;
    color: #fff !important;
    font-weight: 600;
    font-size: 20px;
    padding-top: 3px;
}

.baixar:hover {letter-spacing: 2px; background: #6c191b;}

.homilia .wrapper-conteudo {margin-top: 30px; margin-bottom: 40px;}

.homilia .lista-noticias-single li:nth-child(4) {padding-left: 30px;}

/*.formatar .wrapper-conteudo .green-audio-player {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25) ;
    padding-top: 0 ;
    margin-bottom: 0 ;
}

.formatar .wrapper-conteudo .green-audio-player div {
    padding-top: 0 ;
    margin-bottom: 0 ;
}
.formatar .wrapper-conteudo *,
.formatar .wrapper-conteudo *:before,
.formatar .wrapper-conteudo *:after {

    -webkit-box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    -ms-box-sizing: unset !important;
    -o-box-sizing: unset !important;
    box-sizing: unset !important; }*/
.homilia .addtoany_content {position: absolute; right: 65px; margin-top: 65px;}

/********************************************
*	
*   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; }
    .logo {margin-top: 30px;}
    .busca-topo { right: 105px; top: 6px; }

    .formatar .wrapper-conteudo iframe {width: 100%; height: 51vw;}
    
    /* MENU */    
    /*.wrapper-menu {text-align: center; margin-top: 35px;}*/

    .wrapper-menu .conteudo {text-align: left; padding-top: 0;}
        
    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 {
        margin: 0 -20px 0 0;
    }
        
    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% !important;
        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: 34px;
        padding: 0;
        /*height: 30px;*/
    }    
    
    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,
    ul.menu > li.menu-item-has-children > ul 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: #982326 transparent transparent transparent;
        transition: all linear 0.2s;
    }

    ul.menu > li.menu-item-has-children > a.ativo:after,
    ul.menu > li.menu-item-has-children > ul 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;
    }

    .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: "Menu";
        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: 0 !important;
        opacity: 1;
        visibility: visible;
        background: none;
        padding-bottom: 0;
    }
    
    li.menu-item-has-children > ul > li { border: none; /*height: 30px;*/ }
    li.menu-item-has-children > ul > li > a {line-height: 25px !important;}
    
    #menu-principal > li > a {padding: 0;}
    #menu-principal > li { border-right:none;}
    #menu-principal > li.menu-item-has-children:before,
    #menu-principal > li.menu-item-has-children > ul > li.menu-item-has-children:before { display: none; }
    li.menu-item-has-children:nth-child(5) ul {left: auto;}
    #menu-principal > li:not(.menu-item-has-children)::after,
    #menu-principal > li.menu-item-has-children::after,
    #menu-principal > li.menu-item-has-children > ul > li.menu-item-has-children::after,
    li.menu-item-has-children > ul::before
     { content: none; }
     li.menu-item-has-children:nth-child(7) ul,
     li.menu-item-has-children:nth-child(6) ul,
     li.menu-item-has-children:nth-child(2) ul {left: 0;}
    /*.busca-topo label { margin-top: 30px; }*/
    .wrapper-busca { top: 3px; right: 20px;}
    input[type="busca"] {border-color: #982326; background-image: url("../images/busca-azul.png");}
    input[type="busca"]::placeholder {color: #232261;}
    input[type="busca"]:focus {width: 200px;}
    
    /* PRINCIPAL */
    .lista-noticias a { left: 570px; } 
    .page.noticias .lista-noticias li:nth-child(3n+2) { margin: 0 4% 30px; } 
    .page.noticias .lista-noticias li {width: 30%;}  
    
    .form-mensagem { width: 290px; }
    #status { font-size: 15px; }

    .wrapper-banner {height: 78px;}
    .banner-arrow-left img, .banner-arrow-right img {margin: 50px 15px 0 15px;}
    /*.wrapper-menu .conteudo { padding-top: 40px}*/

    
    /*NOTÍCIAS*/
    .noticias-esquerda {width: 650px;}
    .wrapper-noticias { width: 100%;}
    .limitador-grande {width: 385px; height: 216px;}
    .titulo-noticia-lista-grande {width:265px; height: 216px; margin: 0 0 0 335px;}
    .titulo-noticia-lista-grande span {left: 395px; width: 245px;margin-top: -245px;}
    .titulo-noticia-lista-grande p {left: 395px; width: 245px;margin-top: -145px;}
    .btn-mais {margin-top: -70px;}
    .limitador-pequeno {width: 100%; height: 84px;}
    .lista-noticias img {width: 100%;}
    .wrapper-noticias-pequenas {width: 100%;}
    .lista-noticias-pequenas li {width: 23.1%;}
    .wrapper-noticias-geral .lista-noticias-pequenas span a{
        height: 67px;
        overflow: hidden;
        display: block;
    }

    /*.wrapper-atalhos {width: 210px; font-size: 19px;}*/


    /* ATALHOS */

    .atalhos {width: 270px;}
    .icones-blocos { width: 100%; margin: 30px 0 30px 15px;}
    .palavra-bispo {height: 365px;}
    .palavra-bispo .limitador-redondo::before {margin-left: -7px; right: unset;}
    .espiritualidade { margin: 118px auto 70px; }


    /* BENFEITOR */
    .benfeitor .direita {width: 62%;}
    .benfeitor .limitador {width: 27%;}

    
    /* VÍDEOS */
    .videos {width: 650px;}
    .videos .lista-noticias-pequenas li {width: 31%;}


    /* CLERO */
    .centralizar {width: 850px; margin: 0 auto;}
    .clero .wrapper-item {margin-left: 6px; margin-right: 6px;}

    /* PAROQUIAS */
    .paroquias .centralizar {width: 900px; margin: 0 auto;}
    .paroquias .wrapper-item {margin-left: 15px; margin-right: 15px;}

    .paroquias a:nth-child(4) .wrapper-item,
    .paroquias a:nth-child(8) .wrapper-item,
    .paroquias a:nth-child(12) .wrapper-item {margin-right: 15px;}

}

/* 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; }     
    .single.conteudo { padding: 0 25px; }
    header .conteudo { padding-left: 15px; padding-right: 15px; text-align: center; }      
    footer > .conteudo { padding: 0 20px;}
    footer .esquerda, footer .direita { width: 100%; margin-bottom: 50px; text-align: center; }
    /*footer, .push { height: 620px; }*/
    footer .wrapper-imagem {padding: 0 10px;}
    .copyright { height: 75px; }
    .copyright span {padding: 11px 0; line-height: 30px;}
    .copyright .esquerda, .copyright .direita { width: 100%; margin: 0; text-align: center; }
    /*.busca-topo { right: 15px; }*/
    
    /* PRINCIPAL */
    .bloco { margin-bottom: 50px; }
    .banner { width: 1480px; margin-left: -740px; left: 50%;}
    .wrapper-banner, .banner a, .banner img { height: 120px; }
    /*.wrapper-noticias { width: 100%; padding-right: 0; margin-bottom: 50px; }*/
    .lista-secoes { width: 100%; text-align: center; }
    .lista-secoes li { display: inline-table; margin: 10px !important; }
    .lista-secoes li:last-child a:after { display: inline-block; content: ""; width: 35px; }
    
    .wrapper-chamada-app {margin-top: 10px;}
    .chamada-app { /*display: inline-block;*/ float: none; }
    .form-mensagem { width: 100%; }
    
    /* NOTÍCIAS */
    .wrapper-imagem img { max-width: 100%; }
    .noticia .lista-noticias { display: block;}
    .lista-noticias {width: 100%;}
    .noticias-esquerda {width: 100%; margin-right: 0;}
    .limitador-grande { width: calc(100% - 265px);}
    /*.lista-noticias-pequenas li:nth-child(odd) {width: 30%;}*/
    /*.lista-noticias-pequenas li:nth-child(even) {width: 30%;}*/
    .titulo-noticia-lista-grande {margin: 0 0 0 auto;}
    .titulo-noticia-lista-grande span, .titulo-noticia-lista-grande p, .lista-noticias a { left: unset; right: 30px;}
    
    .limitador-noticias {width: 232px; height: 125px; margin: 0 auto;}
    .page.noticias .lista-noticias li {width: 32%;}
    .page.noticias .lista-noticias li:nth-child(3n+2) {margin: 0 2% 30px;}
    .page.noticias .titulo-noticia-lista, .page.noticias .data-noticia { width: 232px; float: unset; margin-left: auto; margin-right: auto; }
    .lista-noticias-single a {height: 140px;}

    /* ATALHOS */
    .atalhos {width: 100%}
    .wrapper-atalhos {width:100%; margin-top: 50px;}
    .wrapper-atalhos > div {width: 100%; float: left;}
    .palavra-bispo {height: unset;}
    /*.palavra-bispo .limitador-redondo::before {margin-left: -7px; right: unset;}*/
    .chamada-app {margin-top: 50px; margin-bottom: 50px;}
    

    /* ICONES */
    .wrapper-icones { width: 656px; }
    .icones-blocos { width: 38%; margin: 30px 0 30px 15px; }
    .espiritualidade { margin: 60px auto 0px; }


    /* BENFEITOR */
    .benfeitor h2 {margin-top: 60px;}
    .benfeitor span {font-size: 16px;}

    .benfeitor .direita { width: 59%; }
    .benfeitor .limitador { margin: 85px 0 0 26px; }
    .clique h2 {margin-top: 00px;}


    /* VIDEOS */
    .videos {width: 100%;}

    /* FOOTER */
    footer .esquerda {
        margin: 0 auto;
        float: none;
        width: 390px;
    }

    footer label:nth-of-type(5) { margin-bottom: 0px; }
    footer .meio { float: none; margin: 0 auto; padding-right: 0;}
    footer .menu-redes-sociais { margin-top: 0; }

    .copyright span {text-align: center; float: none; padding: 4px 0;}
    .copyright span:last-of-type {float: none; padding: 0;}

    footer .menu-redes-sociais li:last-of-type{margin-bottom: 0;}

    .telefone div:nth-child(2) {width: 100%;}

    /* 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;}

    /* CLERO */
    .centralizar {width: 565px;}

    /* PAROQUIAS */
    .paroquias .centralizar {width: 605px; }
    .paroquias .wrapper-item {margin-left: 15px; margin-right: 15px;}


    .embed-container { 
       position: relative; 
       padding-bottom: 56.25%; 
       height: 0; 
       overflow: hidden; 
       max-width: 100%; 
       height: auto;
       margin-top: 30px;
       margin-bottom: 30px; 
   } 
   .embed-container iframe, .embed-container object, .embed-container embed {
       position: absolute; 
       top: 0; 
       left: 0; 
       width: 100%; 
       height: 100%; 
   }

   .redes-sociais .wrapper-item {margin-left: 0;}
   .redes-sociais .centralizar {width: unset;}

}

/* Small Devices, Tablets - GREEN */
@media only screen and (max-width: 768px) {
    
    /* GERAL */
    .wrapper { margin: 0 auto -785px }
    .wrapper-logo .conteudo { text-align: center; }    
    /*footer > .conteudo { padding-top: 50px; }*/
    /*footer, .push { height: 785px; }*/
    /*footer .direita { margin-bottom: 0; }*/
    /*footer .wrapper-imagem {width: 100%; margin: 0 0 35px 0;}*/
    .copyright {height: 105px; 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 */
    .banner { width: 920px; margin-left: -460px; }
    .wrapper-banner, .banner a, .banner img { height: 74px; }
    .banner-arrow-left img, .banner-arrow-right img { margin: 25px 15px 0 15px; }
    
    .wrapper-links-app { text-align: center; }
    .wrapper-links-app strong { width: 100%; float: none; }
    .link-app { float: none; margin: 0 15px; }
    .endereco, .telefone { width: 100%; text-align: center;}
    
    /* NOTÍCIAS */
    .noticias-esquerda {width: 100%; margin-bottom: 50px;}
    .titulo-noticia-lista-grande {
        margin: 0 0 0 0px;
    }
    .titulo-noticia-lista-grande span {height: 45px;}
    .limitador-grande {width: 100%; height: auto; border-radius: 5px;}
    .lista-noticias-pequenas li:nth-child(odd), .lista-noticias-pequenas li:nth-child(even) {
        width: 100%; 
        margin: 20px 0 0 0;
        text-align: center;
    }

    .lista-noticias-medias {width: 100%;}

    .wrapper-noticias-geral, 
    .wrapper-noticias-geral:nth-child(even), 
    .wrapper-noticias-geral:nth-child(odd) {width: 100%; padding-left: 0; padding-right: 0}

    .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; }
    .noticia .lista-noticias-single {display: block;}
    .lista-noticias-single a {float: unset; height: auto; overflow: unset;}
    .lista-noticias-single li:nth-child(1) {padding-right: 0;}
    .lista-noticias-single li:nth-child(3) {padding-left: 0;}

    .titulo-noticia-lista-pequenas {
        font-family: "Source Sans Pro", arial, sans-serif;
        font-size: 19px;
        line-height: 22px;
        text-align: center;
        height: 45px;
    }

    .limitador-medio {height: auto;}

    .limitador-noticias {width: 300px; height: 169px;}
       
    .page.noticias .titulo-noticia-lista, .page.noticias .data-noticia { 
        width: 100%; float: unset; margin-left: auto; margin-right: auto; 
    }

    .limitador-pequeno {height: 50vw;}

    /* ESPIRITUALIDADE*/
    .wrapper-icones {width: 255px; float: none; margin: 0 auto;}
    .icones-blocos { width: 255px; margin-left: 0; }

    /* BENFEITOR */
    .benfeitor {
        height: auto; 
        background: url("../images/fundo-benfeitor-mobile.png") center no-repeat;
        background-size: cover;
    }
    .benfeitor .esquerda, .benfeitor .direita {width: 100%; text-align: center; float: left;}
    .benfeitor .limitador { margin: 50px 0 0 26px; }
    .clique {
        position: relative; 
        top: unset; margin-top: 20px; 
        float: unset; 
        margin-bottom: 45px; 
        display: inline-block;
    }
    .benfeitor span { display: inline-block; padding: 5px 23px; }

    /* VIDEOS */

    .videos .limitador-grande {width: 100%; height: 240px;}
    .videos .limitador-pequeno {height: 240px;}

    .fotos { margin-top: 60px; }

    /*MUSICAS*/
    .homilia .limitador { float: none; margin: 10px auto 20px;  }
    .player {width: 100%;}

    /*.menu-redes-sociais {top: 175px;}*/
/*    .busca-topo label {margin-top: 180px;}
    .wrapper-busca {top: 184px;}*/

    input[type="busca"]:focus { width: 180px; }

    
    /* Atalhos*/
    .atalhos, .wrapper-atalhos {width: 100%; display: unset;}
    .wrapper-atalhos .barra {display: none;}
    
    /* 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%;}


    /* CLERO */
    .centralizar {width: 435px;}
    .clero .wrapper-item {width: 205px;}
    .clero .limitador { width: 190px; height: 190px; }


     /* PAROQUIAS */
    .paroquias .centralizar {width: 435px; }
    .paroquias .wrapper-item {width: 200px; margin-left: 8px; margin-right: 8px; height: 300px;}
    .paroquias a:nth-child(4) .wrapper-item,
    .paroquias a:nth-child(8) .wrapper-item,
    .paroquias a:nth-child(12) .wrapper-item {margin-right: 8px;}
    .paroquias .limitador {width: 200px; height: 175px;}
    .paroquias .esquerda h3, .paroquias .esquerda span { margin-left: 0; }

    #mapa-paroquias .wrapper-conteudo-pagina {width: 100%;}
    #mapa-paroquias .wrapper-conteudo-pagina .wrapper-imagem {
        width: 100%;
        padding-left: 10px; 
        padding-right: 10px;
    }
    .wrapper-menu-paroquias {width: 100%; float: left;}
    .wrapper-menu-paroquias nav {width: 300px; margin: 0 auto;}
    .menu-paroquias { margin: 20px auto 50px; }

    .redes-paroquias {text-align: center;}

    .redes-sociais .wrapper-item {width: 100%; height: unset;}
    .redes-sociais .wrapper-item .titulo, 
    .redes-sociais .wrapper-item .subtitulo {
        width: 100%;
        margin-bottom: 0;
    }
    .redes-sociais .wrapper-item a {float: unset;}
    .redes-sociais .redes-paroquias {
        float: unset; 
        display: inline-block; 
        margin-top: 10px;
    }

    /* 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: 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;}
    
}

/* Extra Small Devices, Phones - YELLOW */ 
@media only screen and (max-width: 480px) {
    
    /* PRINCIPAL */    
    /*.banner { width: 680px; margin-left: -340px; }*/
    .wrapper-banner, .banner a, .banner img { height: 74px; }
    .banner-arrow-left img, .banner-arrow-right img { margin: 24px 15px 0 15px; }
    .lista-noticias a { width: 100%; text-align: center; }
    .data-noticia, .titulo-noticia-lista { width: 100%; float: none; }
    .wrapper-chamada-app { width: 100%; height: auto; }
    .barra-topo {height: 96px; background: url("../images/fundo-topo-mobile.png") bottom center no-repeat;}
    .barra-topo .direita {float: none;}
    .barra-topo p {width: 100%;}
    .wrapper-busca {top: 50px; left: 0;}
    .wrapper-menu {width: 100%; margin: 0px 0 10px 0;}
    .busca-topo {right: unset;}
    

    /*.menu-redes-sociais {top: 39px; left: 10px; right: unset;}
    .menu-redes-sociais a {height: 30px; color: #996451;}*/
    .menu-redes-sociais li:first-of-type {margin-left: 0;}
    .rede-mobile {display: inline-block; float: none; margin-top: 5px;} 
    .rede-desktop {display: none;}
    /*.busca-topo label {margin-top: 200px;}*/

    
    /* MISSAS */
    .horario-evento { width: 100%; }
    .local-evento, .endereco-evento { width: 100%; }
    
    /* NOTÍCIAS */
    .noticia .titulo-noticia { width: 100%; }
    .noticia .resumo-noticia { float: left; }
    .limitador-grande { height: unset; }
    .titulo-noticia-lista-grande {width: 100%; font-size: 16px;}

    .wrapper-noticias-geral .lista-noticias-pequenas span:last-of-type {
        height: 82px; 
        overflow: hidden;
        display: block;
        width: 100%;
        height: 50px;
        font-size: 19px;
        line-height: 24px;
    }
    .wrapper-noticias-geral .limitador-pequeno {width: 100%; height: auto;}

    .wrapper-noticias-geral .lista-noticias-pequenas .data {
        width: 100%;
        float: left;
        margin: 10px 0 8px;
        color: #BBBDC0;
        font-family: "ubuntulight", arial, sans-serif;
        font-size: 13px;
        text-align: left;
    }

    .wrapper-atalhos {font-size: 14px;}
    .wrapper-atalhos > div {width: 100%;}
    .chamada-app {margin-top: 40px; margin-bottom: 50px;}
    .demo-3 {float: unset; margin: 0 auto}


    /*.palavra-bispo .limitador-redondo::before { left: 60px;}*/

    .btn-mais, .data-noticia-frente {display: none;}

    /* VIDEOS */
    .videos .limitador-pequeno, .videos .limitador-grande { height: unset; }

    
    .lista-noticias-pequenas li:nth-child(odd), .lista-noticias-pequenas li:nth-child(even) {
        width: 100% ;
        padding-left: 0;
        padding-right: 0;
    }

    /* FOOTER */
    footer .titulo {text-align: left;}
    footer .esquerda {width: 100%;}
    footer .meio { width: 100%;}
    footer .menu-redes-sociais li {width: 100%; float: left;}
    footer span {font-size: 17px;}
    .copyright {height:104px;}


    /* 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;}


    /* CLERO */
    .centralizar {width: 100%;}
    .clero .wrapper-item {display: table; width: 270px; margin-left: auto; margin-right: auto; float: unset;}
    .clero a:nth-child(4) .wrapper-item,
    .clero a:nth-child(8) .wrapper-item,
    .clero a:nth-child(12) .wrapper-item,
    .clero a:nth-child(14) .wrapper-item,
    .clero a:nth-child(16) .wrapper-item,
    .clero a:nth-child(20) .wrapper-item,
    .clero a:nth-child(24) .wrapper-item,
    .clero a:nth-child(28) .wrapper-item,
    .clero a:nth-child(32) .wrapper-item,
    .clero a:nth-child(36) .wrapper-item,
    .clero a:nth-child(40) .wrapper-item,
    .clero a:nth-child(44) .wrapper-item,
    .clero a:nth-child(48) .wrapper-item,
    .clero a:nth-child(52) .wrapper-item {margin-right: auto;}
    .clero .limitador { width: 230px; height: 230px; }

     /* PAROQUIAS */
    .paroquias .centralizar {width: 100%; }
    .paroquias .wrapper-item {width: 270px; margin-left: auto; margin-right: auto; float: unset; display: table;}
    .paroquias .limitador {width: 270px; height: 235px;}

    .paroquias a:nth-child(4) .wrapper-item, 
    .paroquias a:nth-child(8) .wrapper-item, 
    .paroquias a:nth-child(12) .wrapper-item, 
    .paroquias a:nth-child(16) .wrapper-item, 
    .paroquias a:nth-child(20) .wrapper-item, 
    .paroquias a:nth-child(22) .wrapper-item, 
    .paroquias a:nth-child(24) .wrapper-item {margin-left: auto; margin-right: auto;}

    .wrapper-menu-paroquias nav { width: 100%; }

    /* 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 */
     
    .lista-noticias p {display: none;}
    .data-noticia-frente {padding: 0; width: 20%;}
   
    .lista-noticias .btn-mais {display: none;}
}
/*
@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; } }