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

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

section {
    position: relative;
}

.titulo {
    float: left;
    font-size: 18px;
    margin-bottom: 20px;
    color: #5a2326;
    font-family: "Open Sans", arial, sans-serif;
    font-weight: 700;
    /*letter-spacing: 1px;*/
    text-transform: uppercase;
}

/*.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: calc(100% - 155px);
    height: 1px;
    float: right;
    background: #5a2326;
    margin-top: 15px;
}

.conteudo {
    width: 1140px;
    margin: 0 auto;
    /*padding: 0 25px;*/
    position: relative;
    z-index: 10;
    transition: all linear 0.2s;
}

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


.bloco-noticias {
    float: left;
    width: 100%;
    /*margin-bottom: 70px;*/
}

.esquerda { float: left; }

.direita { float: right; }

.wrapper > .conteudo, header + .bloco {
    margin-top: 280px;
}

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

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

.font-semi-bold {    
    font-family: "Open Sans", arial, sans-serif;
    font-weight: 600;
}

.font-nd {
    font-family: "Open Sans", Arial, sans-serif;
    /*letter-spacing: 1px;*/
    font-weight: 400;
}

.btn-mais {
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    color: #5f2910;
    text-transform: uppercase;
    background-color: #ffcd1c;
    padding: 1px 15px 3px;
    border-radius: 15px;
    margin: 0 auto;
    display: table;
}

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

.wrapper-conteudo {
    float: left;
    text-align: justify;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    color: #58585b;
    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: #5a2326;
        }

        .wrapper-conteudo a:hover {
            /*text-decoration: none;*/
            color: #ffcd1c;
            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, .wrapper-conteudo b { font-weight: bold; }

        .wrapper-imagem {
            width: 100%;
            text-align: center;
            margin: 30px 0 15px;
            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: #5a2326;
            text-align: center;
            border: 1px solid #5a2326;
            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: #5a2326;
            color: #fff;
            border-color: #5a2326;
            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: #5a2326;
            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-cinza-fina {
            width: 100%;
            height: 1px;
            background-color: #404041;
            float: left;
        }



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

/* Tela de Loading */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://i.imgur.com/zAD2y29.gif') 50% 50% no-repeat white;
}

header {
    width: 100%;
    height: 255px;
    /*float: left;*/
    position: fixed;    
    z-index: 50;
    text-align: center;
    /*padding-top: 40px;*/
    z-index: 50;
    background: #ffffff;
    /*background: url("../images/bg-header.png") center top no-repeat;*/
    /*box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);*/
    transition: all linear 0.4s;
}
header.menor {height: 100px;box-shadow: 0 -5px 15px #000;}

/*header + .bloco {margin-top: 280px;}*/

.barra-topo {
    width: 100%;
    float: left;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
}
.barra-topo p{
    float: left;
}
.barra-topo:before {
    content: "";
    width: 52vw;
    height: 6px;
    background: #ffcd1c;
    left: 0;
    position: absolute;
}
.barra-topo:after {
    content: "";
    width: 48vw;
    height: 40px;
    background: #5a2326;
    right: 0;
    position: absolute;
}

.barra-topo .conteudo div{
    width: 555px;
    height: 40px;
    background: url(../images/bg-barra-topo.png) left bottom no-repeat;
    background-color: #5a2326;
    background-size: contain;
    float: right;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 15px 50px;
}
/*header.menor .barra-topo {display: none; transition: all linear 0.2s;}*/

.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: 16px;
    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, footer .direita .menu-redes-sociais a:hover { color: #d7d7d7; }


.logotipo {
    max-height: 145px;
    width: 530px;
    float: left;
    margin: -5px 0 0 0;
    transition: all linear 0.4s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.logotipo img {max-width: 100%; float: left; transition: all linear 0.4s;}
.logotipo img:nth-of-type(1) {width: 125px;}
.logotipo img:nth-of-type(2) {width: 235px;}
.logotipo img:nth-of-type(3) {width: 150px;}

header.menor .logotipo {
    max-height: 60px;
    width: 30px;
    margin: -15px 0 0 0;
    transition: all linear 0.4s;
}
header.menor .logotipo img {
    width: 30px;
/*    height: 0;*/
/*transition: all linear 0.2s;*/

}
header.menor form {
    display: none;transition: all linear 0.2s;
}


/* MENU */
.wrapper-menu {
    width: 100%;
    height: 40px;
    text-align: center;
    /*padding-top: 5px;*/
    margin: 35px auto 0;
    position: relative;
    float: left;
    /*background: #5a2326;*/
}
.wrapper-menu:before {
    content: "";
    width: 1920px;
    height: 3px;
    position: absolute;
    float: left;
    background: #ffcd1c;
    top: -12px;
    left: -35%;
}
header.menor .wrapper-menu { 
    width: 90%;   
    margin: 7px auto 0;   
    float: right;
}
header.menor .wrapper-menu:before {    
    display: none;
}

.wrapper-menu .conteudo {
    /*border-top: 3px solid #996451;*/
    /*padding-top: 10px;*/
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

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

#menu-principal {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.menu-celular {
    display: none;
}
#menu-principal > li {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 10px 0;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
}


#menu-principal > li:last-child {
    margin-right: 0;
}

#menu-principal > li > a {
    text-transform: uppercase;
    text-decoration: none;
    transition: all linear 0.2s;   
    color: #878787;
    letter-spacing: 0;
}

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

#menu-principal > li.menu-item-has-children > a {
    padding-right: 20px;
    cursor: pointer;
}

/*setinha*/
#menu-principal > li.menu-item-has-children:after,
#menu-principal > li.menu-item-has-children > ul > li.menu-item-has-children:after {
    content: "\e905";
    display: block;
    position: absolute;
    width: 8px;
    height: 5px;
    margin: -11px 0 0;
    right: 7px;
    color: #ffcd1c;
    font-family: "diocesedeparacatu", arial, sans-serif;
    font-size: 5px;
    font-weight: 500;
    transition: all linear 0.2s;
}

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

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

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

li.menu-item-has-children > ul {
    width: 265px;
    height: auto;
    text-align: left;
    float: left;
    position: absolute;
    left: -11px;
    top: 39px;
    background: #ffffff;
    transition: all linear 0.2s;
    opacity: 0;
    visibility: hidden;
    /*padding-bottom: 10px;*/
    filter: drop-shadow(3px 5px 3px #00000042);
}

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 > 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: 7px 10px 7px;   
    color: #5a2326;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: all linear 0.2s;
}
li.menu-item-has-children > ul > li > a:hover { color: #ffffff; } 

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

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



/* BUSCA */
.wrapper-busca {
    position: absolute;
    top: 100px;
    right: 0px;
    transition: all linear 0.2s;
}

input[type=busca] {
    width: 150px;
    box-sizing: border-box;
    border: 2px solid #5a2326;
    border-radius: 4px;
    font-size: 16px;
    background-color: #0000;
    background-image: url("../images/busca-branco.png");
    background-position: 10px 5px; 
    background-repeat: no-repeat;
    padding: 5px 10px 5px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    float: right;
}

input[type=busca]:focus {
    width: 220px;
    background-image: url("../images/busca-branco.png");
    background-color: #fff;
    color: #bbbdc0;
    transition: width 0.4s ease-in-out;
}

input[type=busca]::-webkit-input-placeholder {
   font-size:13px;
   color: #bbbdc0; 
}

input[type=busca]::-moz-placeholder {
   font-size:13px;
   color: #bbbdc0; 
}

input[type=busca]:focus::-moz-placeholder {
    color: #262261;
}

input[type=busca]:focus::-webkit-input-placeholder {
    color: #262261;
}




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

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

.banner { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.banner a, .banner img {
    float: left;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
.banner a {
/*    height: 440px;*/
display: flex;
flex-wrap: wrap;
}
.banner strong {
    color: #5a2326;
    font-weight: 700;
    margin-top: 20px;
    font-size: 23px;
    padding: 0 10px;
}

.banner-pager {
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: 5px;
    line-height: 8px;
    text-align: center;
    z-index: 100;
}

.banner-pager span {
    display: inline-block;
    height: 8px;
    width: 20px;
    margin: 0 7px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 2px #3F3E40;
    transition: all linear 0.2s;
}

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

.banner-pager span.cycle-pager-active {
    width: 50px;
    background: #ffcd1c;
    border: none;
    transition: all linear 0.2s;
}


/* NOTÍCIAS */

.noticias-destaque {width: 50%; float: right; margin: 0 auto 40px;}
.noticias-destaque ul {width: 100%; float: left;}
.noticias-destaque > .titulo {
    width: 100%; 
    text-align: center; 
    letter-spacing: 3px;
    color: #ffffff;
    margin: 20px 0;
}
.noticias-destaque ul li {width: 265px; float: left; margin: 0 15px 15px 0}
.noticias-destaque ul li:nth-of-type(even) {margin-right: 0}

.limitador {
    width: 100%; 
    aspect-ratio: 16/9;
    float: left; 
    /*filter: drop-shadow(3px 5px 3px #00000042);*/
    overflow: hidden;
}
.limitador img {
    width: 100%; 
    float: left; 
    margin: 0; 
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.noticias-destaque .limitador + span, .data-noticia {
    width: 100%; 
    float: left; 
    margin: 8px 0 10px 0px;
    text-align: center;
    font-size: 11px;
    color: #404041;
}
.noticias-destaque .limitador { height: 140px; }
.noticias-destaque .limitador + strong, .titulo-noticia-lista{
    width: 100%; 
    height: 72px;
    float: left; 
    /*margin: 0 0 10px 0px;*/
    padding: 7px 10px;
    /*border-top: 1px solid #5a2326;*/
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #5a2326;
}

section.noticias-centro {width: 815px; float: left; margin-top: 65px;}

.wrapper-noticias-geral {
    width: 100%;
    /*margin-top: 35px;*/
    margin-bottom: 50px;
    float: left;
}
.wrapper-noticias-geral:last-of-type {margin-bottom: 0}

.wrapper-noticias-geral .titulo:after {
    content: "";
    width: 473px;
    height: 1px;
    display: block;
    background: #ffcd1c;
    position: absolute;
    top: 12px;
    left: 235px;
}
.wrapper-noticias-geral:nth-of-type(2) .titulo:after {
    width: 435px;
    left: 275px;
}
.wrapper-noticias-geral:last-of-type .titulo:after {
    width: 490px;
    left: 218px;
}
.wrapper-noticias-geral .titulo{
    width: 100%;
}
.wrapper-noticias-geral .titulo i{
    color: #ffcd1c;
    font-size: 19px;
    margin: 2px 8px 0 0;
    float: left;
}
.wrapper-noticias-geral .titulo a {
    float: right;
    font-size: 10px;
    font-weight: 700;
    margin-top: 5px;
    color: #5a2326;
}

.lista-noticias-medias {
    width: 330px;
    float: left;
    margin-bottom: 10px;
}
.lista-noticias-medias .limitador {
    /*height: 180px;*/
}
.lista-noticias-medias img {
    width: 100%;
    float: left;
}

.lista-noticias-medias li:hover img, .noticias-destaque li:hover img, 
.lista-noticias-pequenas li:hover img, .lista-noticias li:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    filter: brightness(0.8);
}
.lista-noticias-medias span a {
    width: 100%;
    height: 80px;
    display: block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    color: #6d6e70;
    text-align: justify;
    padding-top: 10px;
    border-top: 1px solid #b1a17a;
}

.lista-noticias-medias .data {
    width: 100%;
    float: left;
    margin: 10px 0 8px;
    color: #939597;
    font-family: "Open Sans", arial, sans-serif;
    /*font-weight: 300;*/
    font-size: 12px;
    text-align: center;
}



.lista-noticias-pequenas {
    width: 450px;
    float: right;
    /*padding-top: 16px;*/
}
.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-pequenas p {
    font-size: 15px;
}
.wrapper-noticias-geral .lista-noticias-pequenas li {
    width: 100%;
    /*margin-bottom: 50px;*/
}
.wrapper-noticias-geral .lista-noticias-pequenas li:last-of-type {margin-bottom: 0;}
.lista-noticias-pequenas span{
    width: 100%;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    float: left;
}
.lista-noticias-pequenas span a {
    /*height: 80px;*/
    /*overflow: hidden;*/
    display: block;
    color: #6d6e70;
    /*padding-top: 8px;*/
    border-top: 1px solid #e6e7e8;
    margin-bottom: 20px;
    padding-top: 20px;
}
.lista-noticias-pequenas li:first-of-type span a {border-top: none; padding-top: 0;}
.lista-noticias-pequenas .data{
    width: calc(100% - 190px);
    float: left;
    margin: 4px 0 8px;
    color: #939597;
    font-family: "Open Sans", arial, sans-serif;
    /*font-weight: 300;*/
    font-size: 11px;

}
.lista-noticias-pequenas .limitador {
    width: 175px;
    height: 98px;
    margin-right: 15px;
}
.lista-noticias-pequenas img {
    width: 100%;
    /*height: 100px;*/
    margin-right: 20px;
    /* border-radius: 5px;*/
    float: left;
}
.lista-noticias-pequenas li:hover img {

}

/* AGENDA DE EVENTOS */
.bloco-eventos {
    width: 100%; 
    float: left;
    /*border-top: 1px solid #404041; */
    padding-top: 5px;
}
.eventos-mobile {display: none;}
.bloco-eventos .esquerda {width: 180px; margin-top: 10px;}
.bloco-eventos .esquerda .titulo, .festas-home { 
    font-size: 18px; 
    line-height: 24px;
    font-weight: 800; 
    font-style: italic;
    text-align: center;
    margin-bottom: 7px;
}

.bloco-eventos .eventos {
    width: calc(100% - 180px); 
    float: left; 
    position: relative;
    padding-left: 55px;
}
.bloco-eventos .eventos ul {margin: 0 auto;}
.bloco-eventos .eventos li {
    width: 210px; 
    height: 125px;
    /*float: left; */
    margin: 0 40px; 
    white-space: initial;
}
.bloco-eventos .eventos .informacoes {width: 100%; float: left; color: #6d6e70;}
.bloco-eventos .data {width: 100%; float: left; margin-bottom: 15px;}
.bloco-eventos .data span {
    color: #5a2326;
    font-weight: 600;
}
.bloco-eventos i { 
    float: left;
    color: #ffcd1c; 
    font-size: 17px; 
    margin: 0 10px 0 0;
}
.bloco-eventos span { 
    float: left; 
    font-size: 15px;
    line-height: 16px;
}
.bloco-eventos .data span:nth-of-type(2) {
    width: 5px;
    height: 5px;
    background-color: #ffcd1c;
    float: left;
    margin: 6px 10px 0;
    border-radius: 50%;
}
.bloco-eventos .titulo-evento {
    width: 100%;
    max-height: 40px;
    overflow: hidden;
    float: left;
    font-weight: 600;
    font-size: 15px;
    line-height: unset;
    margin-bottom: 5px;
}
.bloco-eventos .local span {
    width: 100%;
    float: left;
    font-size: 12px;
}
i.banner-arrow-left, i.banner-arrow-right{
    position: absolute;
    top: 33px;
    margin:0;
    z-index: 100;
    transition: all linear 0.3s;
    cursor: pointer;
    color: #5f2910;
    font-size: 24px
}
i.banner-arrow-left{ left: 40px; }
i.banner-arrow-right{ right: 0; }

/* ÍCONES */
section.icones {width: 100%; float: left; margin: 0 auto; float: left; border-top: 75px solid #5a2326;}
section.icones > .conteudo:first-of-type{
    display: flex; 
    justify-content: space-evenly; 
    flex-wrap: wrap; 
    margin-top: -60px; 
}
.icones-blocos {
    width: 190px; 
    /*margin-top: -60px;*/
    margin-bottom: 40px;
    /*border: 6px solid #0c6d3f;*/
    position: relative;
    float: left;
}


.icones-blocos a {
    width: 100%; 
    height: 100%; 
    float: left;
}
.icones-blocos a i{
    width: 130px; 
    height: 130px; 
    display: block;
    margin: 0 auto 15px;
    background-size: 105%;
    position: relative;
    border-radius: 50%;
    border: 6px solid #ffffff;
    box-sizing: content-box;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.icones-blocos span {
    width: 100%; 
    float: left;
    position: relative;
    color: #5f2910;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.5px;
}

section.icones:nth-of-type(1) .icones-blocos:nth-of-type(1) a i{
    background: url("../images/icones-padroeiro.png"); 
    background-size: 100%;
}
section.icones:nth-of-type(1) .icones-blocos:nth-of-type(2) a i{
    background: url("../images/icones-clero.png"); 
    background-size: 100%;
}
section.icones:nth-of-type(1) .icones-blocos:nth-of-type(3) a i{
    background: url("../images/icones-paroquias.png"); 
    background-size: 100%;
}
section.icones:nth-of-type(1) .icones-blocos:nth-of-type(4) a i{
    background: url("../images/icones-notas.png"); 
    background-size: 100%;
}
section.icones:nth-of-type(1) .icones-blocos:nth-of-type(5) a i{
    background: url("../images/icones-convites.png"); 
    background-size: 100%;
}
section.icones:nth-of-type(1) .icones-blocos:nth-of-type(6) a i{
    background: url("../images/icones-nomeacoes.png"); 
    background-size: 100%;
}

section.icones:last-of-type .icones-blocos:nth-of-type(1) a i{
    background: url("../images/icones-liturgia.png"); 
    background-size: 100%;
}
section.icones:last-of-type .icones-blocos:nth-of-type(2) a i{
    background: url("../images/icones-santo.png"); 
    background-size: 100%;
}
section.icones:last-of-type .icones-blocos:nth-of-type(3) a i{
    /*background: url("../images/icones-oracoes-diversas.png"); */
    background: url("../images/icones-oracoes-diversas.png"); 
    background-size: 100%;
}
section.icones:last-of-type .icones-blocos:nth-of-type(4) a i{
    /*background: url("../images/icones-pedido.png"); */
    background: url("../images/icones-pedido.png"); 
    background-size: 100%;
}
/*section.icones:last-of-type .icones-blocos:nth-of-type(5) a i{
    background: url("../images/icones-agenda.png"); 
    background-size: 100%;
}*/
/*section.icones:last-of-type .icones-blocos:nth-of-type(6) a i{
    background: url("../images/icones-vela.png"); 
    background-size: 100%;
}*/
section.icones:nth-of-type(1) .icones-blocos:hover a i, 
section.icones:last-of-type  .icones-blocos:hover a i{
    background-size: 115%;
    /*filter: brightness(0.8);*/
    background-position: -10px -10px;
}


/* ATALHOS */
.atalhos {
    width: 250px;
    float: left;
    text-align: center;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 22px;
    margin: 65px 0 0 75px;
}


.wrapper-atalhos {
    width: 100%;
    float: left;
    /*display: grid;*/
}


/* PALAVRA DO BISPO */
.wrapper-bispo, .voz-do-pastor {width: 100%; float: left; margin-top: 45px;}
.wrapper-bispo img {
    width: 163px; 
    margin: 0 auto; 
    /*display: block; */
    background-color: #ffffff;
    border: 10px solid #ffffff;
    border-radius: 50%;
    z-index: 1;
}

.bispo-conteudo {
    width: 100%;
    float: left;
    background-color: #E6E7E8;
    z-index: 0;
    padding: 110px  15px 20px;
    margin-top: -85px;
    border-radius: 10px;
    transition: all linear 0.4s;
}
.wrapper-bispo h3, .voz-do-pastor h3 {
    font-size: 19px;
    line-height: 23px;
    color: #5a2326;
    font-family: "Open Sans", arial, sans-serif;
    font-weight: 700;
    transition: all linear 0.4s;
}
.wrapper-bispo span, .voz-do-pastor span {
    font-size: 16px;
    color: #5a2326;
    /*display: block;*/
    transition: all linear 0.4s;
}
.wrapper-bispo .introducao {
    display: block;
    color: #6D6E70;
    font-size: 14px;
    text-align: justify;
    margin-top: 15px;
    line-height: 25px;
}
.wrapper-bispo:hover .bispo-conteudo {
    transition: all linear 0.4s;
    background-color: #5a2326;
}
.wrapper-bispo:hover span,
.wrapper-bispo:hover h3 { color: #ffffff; transition: all linear 0.4s; }

/* VOZ DO PASTOR */
.voz-do-pastor span {
    color: #6D6E70;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px;
    display: block;
}
audio {width: 100%; max-height: 40px;}

div.voz-do-pastor + a {margin-top: 15px; float: left;}
.ver-mais {
  float: right;
  color: #6d6e70;
  font-size: 12px;
}
/* FESTAS PAROQUIAIS */
.festas-home {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #5a2326;
    font-size: 21px;
}
.festas-home:hover {
   transform: scale(1.02);
}
.festas-home i {
    font-size: 95px;
    margin: 70px 0 16px
}


/* CONTATOS */
.contatos {
    width: 100%;
    float: left;
}

.contatos img {width: 105px; /*float: left; margin: 30px 155px 30px 0;*/}
.contatos .titulo {
    color: #5a2326;
    margin-bottom: 7px;
}
.contatos .conteudo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 25px 25px;
}
.contatos .conteudo div:nth-of-type(1) {max-width: 262px;}
.contatos .conteudo div:nth-of-type(2) {max-width: 360px;}
.contatos .conteudo div:nth-of-type(3) {max-width: 210px;}
.contatos span, .contatos span a {
    width: 100%; 
    float: left; 
    font-size: 16px;
    font-weight: 600;
    color: #706f6f;
}
.contatos span a:hover {text-decoration: underline;}


.contatos + .menu-redes-sociais {
    width: 100%;
    float: left;
    border-top: 3px solid #ffcd1c;
    border-bottom: 3px solid #ffcd1c;
    padding: 25px 0;
}
.contatos + .menu-redes-sociais .conteudo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contatos + .menu-redes-sociais p{
    font-size: 20px;    
    font-weight: 900;
    color: #5a2326;
    text-transform: uppercase;
    float: left;
}
.contatos + .menu-redes-sociais li{
    margin: 2px 0 0 15px;
}
.contatos + .menu-redes-sociais a{
    width: unset;
    height: unset;
    font-size: 23px;    
    color: #5a2326;
    float: left;
}

/* SEMINÁRIO */
section.seminario {
    width: 100%;
    float: left;
    background: #ffcd1c;
    padding: 40px 0;
}
section.seminario a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
section.seminario a img:nth-of-type(1) {width: 280px; max-width: 95%;margin-right: 15px;}
section.seminario a img:nth-of-type(2) {width: 440px; max-width: 95%;}


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

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

footer {
    width: 100%;
    float: left;
    margin-top: 40px;
}
footer > .conteudo {
    padding-bottom: 35px;
    display: table;
    border-bottom: 1px solid #5a2326;
}
footer .titulo {margin: unset;}
footer .esquerda  {width: 100%; display: flex; justify-content: space-evenly; align-items: center;}
footer .esquerda a {float: left; margin-right: 50px;}
footer .esquerda img {
    height: 75px; 
    float: left; 
    filter: grayscale(100%); 
    opacity: 0.7;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
footer .esquerda img:hover {
    filter: none; 
    opacity: 1;
    
}
.copyright {
    /*height: 50px;*/
    width: 100%;
    color: #939597;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    border-bottom: 6px solid #5a2326;
    position: relative;
}
.copyright .conteudo{
    /*width: 970px;*/
    padding: 10px 0 6px;
    display: table;
    background: #ffffff;
}
.copyright .conteudo:after{
    content: "";
    width: 375px;
    height: 30px;
    background: #ffcd1c;
    margin: 4px 0 0 46px;
    position: absolute;
}
.copyright span {
    /*padding: 3px 0 0;*/
    float: left;
    font-size: 13px;
    /*text-align: center;*/
    color: #5a2326;
}
.copyright span:nth-of-type(2) {float: right;}
.copyright span:last-of-type, .copyright span:last-of-type + a {display: none;}
.copyright a {
    width: 90px;
    float: right;
    margin: -4px 0 0 10px;
}
.copyright a:hover {}
.copyright img {width:100%; float: left;}


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

/*TOPO COM IMAGEM*/
.topo-imagem { 
    width: 100%;
    height: 247px;
    float: left;
    background: center top no-repeat;
    background-size: cover;
    margin: 280px 0 35px;
}

.topo-diocese {background-image: url("../images/topo-diocese.jpg")}
.topo-agenda {background-image: url("../images/topo-agenda.jpg")}
.topo-bispo {background-image: url("../images/topo-bispo.jpg")}
.topo-leonardo {background-image: url("../images/topo-leonardo.jpg")}
.topo-paroquias {background-image: url("../images/topo-paroquias.jpg")}
.topo-paroquia {background-image: url("../images/topo-paroquia.jpg")}
.topo-clero {background-image: url("../images/topo-clero.jpg")}
.topo-padre {background-image: url("../images/topo-padre.jpg")}
.topo-noticia {background: #ffcd1c}


/*COMPARTILHAR*/
#page .compartilhar {
    float: right; 
    margin: 0 auto 35px;
    display: table;
}
#page .compartilhar span {
    margin-right: 20px;
    color: #404041;
    font-size: 14px;
    line-height: 25px;
    float: left;
}
#page .compartilhar a {float: left; margin-left: 15px;}
#page .compartilhar a:first-of-type {margin-left: 0;}
#page .compartilhar img {width: 25px; transition: all linear 0.1s;}
#page .compartilhar img:hover {margin-top: -3px; transition: all linear 0.1s;}

#page .compartilhar, #single .compartilhar {margin-bottom: 0;}

/* COMUNS */
.page > .titulo, .single > .titulo {
    margin-bottom: 25px;
    background: none;
    font-weight: 700;
    font-size: 21px;

    text-transform: uppercase;
    float: left;
    padding-left: 0;
}

.page > .titulo span, .single > .titulo span {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #404041;
    float: left;
    text-transform: none;
}

.page h2 {
    /*font-family: "Open Sans", 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; }

/* NOTÍCIAS */

.lista-noticias {
    float: left;
}
.lista-noticias li {
    float: left;
    width: 100%;
    overflow: hidden;
    /*border-radius: 5px;*/
    /*margin-bottom: 30px;*/
}

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


.lista-noticias img {
    width: 100%;
    /* margin-right: 20px;*/
    /* border-radius: 5px;*/
    float: left;
    position: relative;
    transition: all linear 0.4s;
}


.data-noticia {
    /*display: block;
    width: 20%;
    font-size: 13px;
    float: left;
    transition: all linear 0.2s;
    margin: 10px 0 6px;
    color: #BBBDC0;
    font-family: "Open Sans", arial, sans-serif;
    font-weight: 300;*/
}

.titulo-noticia-lista {
   transition: all linear 0.2s;
}

/* NOTÍCIAS */

.page.noticias.conteudo { }

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

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

.page.noticias .lista-noticias .jornal {
    height: unset;
    max-height: 465px;
    overflow: hidden;
    text-align: center;
}

.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%;
    float: left;
    margin: 7px 0 8px;
    color: #939597;
    font-size: 12px;
    text-align: center;
}

.page.noticias .titulo-noticia-lista {
    width: 100%;
    height: 80px;
    display: block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    color: #5a2326;
    padding-top: 10px;
    border-top: 1px solid #b1a17a;
    background: none;
    text-align: center;
}

/* CENTENÁRIO */
.centenario > img {margin: 45px auto 45px; display: table; max-width: 100%;}

/* Ancora Oculta - Classe do elemento que vai ser  */
#centenario_noticias, #centenario_oracao,
#centenario_simbolo, #centenario_hino,
#centenario_video, #centenario_logotipo {
    position: absolute;
    width: 1px;
    height: 1px;
    left: 0;
    margin-top: -125px; /* esse valor varia de acordo com a altura do seu Header, se ele tiver 200px de altura coloque aqui -220px por exemplo */
    background-color: transparent;
    z-index: -1;
}


/* ÁUDIOS */
.pagina-audios .wrapper-item {
    width: calc(100% - 325px);
}
.pagina-audios audio {
    width: 100%;
    max-height: 40px;
}
.pagina-audios .listagem-item {width: 100%; float: left; padding:0 80px 0 20px; margin-bottom: 40px;}
.pagina-audios .listagem-item .esquerda { 
    width: unset; 
    padding-top: 28px;
    padding-right: 15px;
    padding-bottom: 28px;
    /*border-right: 1px solid #D1D2D4;*/
}
.pagina-audios .atalhos { 
    float: right;
    margin: 15px 0 0 0;
}
.pagina-audios .listagem-item .direita { 
    width: calc(100% - 85px); 
    padding: 14px 0 0 10px; 
    min-height: unset;
}

.pagina-audios .listagem-item a { float: left; }
.pagina-audios .listagem-item .direita .titulo {
    color: #5a2326;
    text-transform: none;
    font-size: 22px;
    letter-spacing: 0.5px;
    font-weight: 700;
    float: left;
    margin-bottom: 0;
}
.pagina-audios .listagem-item .direita .listagem-data {
    font-size: 13px;
    float: left;
    width: 100%;
    color: #939597;
    margin-bottom: 10px;
}
.pagina-audios i {
    font-size: 71px; color: #D1D2D4; transition: all linear 0.2s;
}

/* NOTAS OFICIAIS */
.notas-oficiais .listagem-item .esquerda {padding: 10px 15px 10px 0;}
.notas-oficiais i {font-size: 60px;}




/* PARÓQUIAS */

.wrapper-paroquias {float: left; width: 100%;}

.paroquias .wrapper-item{
    width: 250px;
    text-align: center;
    margin-right: 45px;
    margin-bottom: 30px;
}

.paroquias .tabs-menu {display: table; margin: 0 auto;}

.paroquias a:nth-child(4n) .wrapper-item {margin-right: 0;}

.paroquias .wrapper-item .titulo {
    margin-top: 0; 
    margin-bottom: 0;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0;
    /*height: 56px;*/
    /*overflow: hidden;*/
    float: none;
    background: none;
}

.paroquias .wrapper-item:hover img{
    -moz-transform: scale(1.11);
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
}

.paroquias .limitador, .page.clero .limitador, .single.clero .limitador, .single.paroquia .limitador {
    width: 250px;
    height: 250px;
    overflow: hidden;
    filter: none;
    display: block;
    float: unset;
    margin: 12px auto 0;
}

.paroquias .subtitulo {
    font-size: 14px;
    letter-spacing: 0;
    color: #5a2326;
    margin-top: 0;
}

.paroquias .barra-cinza-fina {
    width: 100%; 
    height: 1px;
    float: unset; 
    margin: 10px auto; 
    background: #5f2910; 
    display: table;
}


.paroquias .wrapper-conteudo {margin-bottom: 50px;}
.paroquias img {max-width: 100%; height: auto; transition: all linear 0.4s;cursor: pointer;}





.wrapper-paroquias .titulo {
    /*width: 100%;*/
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    text-align: center;
    background: #ffcd1c;
    padding: 5px 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.wrapper-paroquias > .titulo:after {
    content: "";
    width: 100%;
    height: 1px;
    float: left;
    background: #ffcd1c;
    position: absolute;
    margin-top: 28px;
    left: 0;
}

.paroquias .wrapper-paroquias p {
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    color: #000;
}


/* CLERO */
#page.clero .wrapper-conteudo,
#page.paroquias .wrapper-conteudo {/*font-size: 17px; color: #939597;*/ letter-spacing: 1px; margin-bottom: 50px;}

.conteudo-clero {width: 100%; float: left;}

.page.clero .wrapper-conteudo-pagina,
.page.paroquias .wrapper-conteudo-pagina {margin-bottom: 0; display: flex; flex-wrap: wrap;}

.single.clero .esquerda .wrapper-imagem,
.single.paroquia .esquerda .wrapper-imagem,
.page.clero .wrapper-item .wrapper-imagem,
.page.paroquias .wrapper-item .wrapper-imagem {
    width: 100%; 
    max-height: 230px;
    overflow: hidden;
    background-size: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.page.clero .wrapper-imagem img, .page.paroquias .wrapper-imagem img{
    width: 100%; 
    /*border-radius: 25px;*/
    /*margin: 12px 10px;*/
    filter: none;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    float: left;
}
.page.clero .wrapper-item:hover img,
.page.paroquias .wrapper-item:hover img {
    transform: scale(1.05);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    filter: brightness(0.8); 
}

.page.clero .wrapper-item {
    width: 250px;
    text-align: center;
    margin-right: 45px;
    margin-bottom: 30px;
}

.page.clero .wrapper-item:nth-of-type(4n) {
    margin-right: 0; 
}

.page.clero .wrapper-item h2,
.page.paroquias .wrapper-item h2 {
    width: 100%;
    height: 50px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    color: #5a2326;
    /*background: #5a2326;*/
    float: left;
    margin: 20px 0 5px 0;
    padding: 0;
    overflow: hidden;
}

.page.clero .wrapper-item h2 p {font-size: 14px;font-weight: 500;}

.page.clero .tabs-menu ul, .page.paroquias .tabs-menu ul {margin: 0 auto 60px ; display: table;}
.page.clero .tabs-menu ul li, .page.paroquias .tabs-menu ul li{
    margin-right: 29px; 
    /*background: #939597;*/
    /*border-radius: 10px;*/
    overflow: hidden;
}
.page.clero .tabs-menu ul li:last-of-type, .page.paroquias .tabs-menu ul li:last-of-type{margin-right: 0;}
.page.clero .tabs-menu ul li a, .page.paroquias .tabs-menu ul li a{
    font-size: 17px;
    font-weight: 600;
    padding: 5px 20px 5px;
    color: #5a2326;
    text-transform: uppercase;
    border-radius: 15px;
    border: 2px solid #5a2326;
}
.page.clero .tabs-menu ul li a:hover, .page.paroquias .tabs-menu ul li a:hover{
    background: #f0f0f0;
}
.page.clero .tabs-menu ul li a.active-tab-menu, .page.paroquias .tabs-menu ul li a.active-tab-menu{
    background: #5a2326;
    color: #ffffff;
}
.page.clero .tabs, .page.paroquias .tabs {
    width: 100%;
    float: left;
    padding: 0;
}
.page.clero .tab1 > .wrapper-item:not(.page.clero.aniversario-presbiteros .tab1 > .wrapper-item, .page.clero.seminaristas .tab1 > .wrapper-item),
.page.paroquias .tab1 > .wrapper-item {
    float: unset;
    margin: 0 auto 50px;
    display: table;
}

/* ANIVERSÁRIO DOS PRESBÍTEROS */
.page.clero.aniversario-presbiteros .tabs-menu ul li:not(.page.clero.aniversario-presbiteros .tabs-menu ul li:last-of-type) {margin-right: 35px;}
.page.clero.aniversario-presbiteros .tabs-menu ul li a {font-size: 17px;}
.page.clero.aniversario-presbiteros .wrapper-item {
    width: 50%;
    margin: 0 0 150px 0;
    position: relative;
    padding-left: 10px;
}
.page.clero.aniversario-presbiteros .wrapper-item .wrapper-imagem {width: 195px; height: 235px; }
.page.clero.aniversario-presbiteros .direita img {
    width: 120px;
    float: left;
    
}
.page.clero.aniversario-presbiteros .wrapper-item:hover .direita img,
.page.clero.aniversario-presbiteros .wrapper-item:hover img.moldura {transform: none; filter: unset;}
.page.clero.aniversario-presbiteros .wrapper-item .moldura {
    width: 230px;
    position: absolute;
    top: -30px;
    left: -5px;
}
.page.clero.aniversario-presbiteros .direita {
    width: calc(100% - 195px);
    min-height: unset;
    text-align: left;
    padding: 72px 0 0 25px;
}
.page.clero.aniversario-presbiteros .wrapper-item h2{
    background: none; 
    color: #5a2326;
    font-size: 16px;
    text-align: left;
    padding: 3px 0 0 0;
}
.page.clero.aniversario-presbiteros .wrapper-item span{
    color: #404041;
    font-size: 14px;
    text-transform: lowercase;
    float: left;
}

/* HORÁRIOS DE MISSAS */
.page.missas .wrapper-paroquias p {
    font-size: 20px;
    line-height: unset;
    color: #58585b;
}
.page.missas .wrapper-paroquias h2 {
    font-size: 22px;
    color: #5a2326
}

/* PASTORAIS */
/*.page.pastorais .wrapper-paroquias > .titulo {
    width: unset;
    float: left;
    font-size: 19px;
    margin-bottom: 20px;
    color: #5a2326;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    background: none;
    padding: 0;
}*/

/* AGENDA */
.agenda .eventos {width: 100%; float: left; background: unset; margin-top: 20px;}
.agenda .eventos .evento {
    width: 100%; 
/*    height: 210px; */
float: left;
margin-bottom: 45px;
}
.agenda .eventos .evento a, .single-evento .evento {
    width: 100%; 
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.agenda .eventos .evento a img {width: 100%; float: left;}
.agenda .eventos .limitador-eventos, .single-evento .limitador-eventos {
    width: 225px; 
    float: left;
    margin-right: 25px;
}
.agenda .eventos .evento .informacoes, 
.single-evento .evento .informacoes {width: 700px; max-width: 100%; float: left;}
.agenda .eventos .titulo-evento, .agenda .eventos .local, 
.agenda .eventos .data, .single-evento .local, 
.single-evento .data{
    width: 100%;
    color: #58585B;
    float: left;
}
.agenda .eventos .data span, .single-evento .data span {
    color: #5a2326; 
    font-size: 17px;
    font-weight: 700;
/*    letter-spacing: 1px;*/
float: left;
}
.agenda .eventos .titulo-evento, .single-evento .titulo-evento {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
    margin-bottom: 15px;

}
.agenda .eventos .direita {
    width: unset;
    min-height: unset; 
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
}
.agenda .eventos .direita span {
    font-size: 20px; 
    background: #5a2326;
    color: #ffffff;
    border-radius: 15px;
    padding: 6px 25px 8px;
}
.agenda .barra-cinza-fina {margin-bottom: 45px;}
.barra-cinza-fina:last-of-type { display: none; }

.agenda .eventos i, .single-evento i {
    width: 18px;
    text-align: center;
    float: left;
    font-size: 18px;
    color: #A5833E;
    margin-right: 7px;
    margin-top: 2px;
}
.agenda .local span, .single-evento .local span {
  float: left;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}
.agenda .local, .agenda .data {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
}

.single-evento .evento .informacoes {width: calc(100% - 250px);}
.link-inscricao {float: left;  font-weight: 700;  margin-top: 5px; color: #8c5400;}

/* CONTATOS */

.contato .titulo, .pedido .titulo {
    /*margin-top: 50px;*/
}

.contato .wrapper-conteudo h2 {
    font-size: 19px;
    margin-bottom: 0;
    color: #5a2326;
}

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

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


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

.page.liturgia-diaria .subtitulo {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 20px;
    color: #404041;
}

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

.liturgia-diaria .titulo { margin-bottom: 25px; font-family:"Open Sans", arial, sans-serif;  }

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

/*Calendário*/
.calendario {
   width: 250px;
   /*height: 100px;*/
   top: 330px;
   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: #5a2326;
  color: #ffffff;
}

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

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

.santo .nome {
  font-size: 18px; 
  margin-top: 3px; 
  color: #404041;
  font-weight: 600;
  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 { }

/********************************************
*   
*   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: "Open Sans", arial, sans-serif; font-weight: 700;}*/

.single .esquerda {
    width: 250px;
    margin-bottom: 50px;
}
/*.paroquias .esquerda {
    width: 400px;
    margin-bottom: 50px;
}*/

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

.single .direita {
    width: calc(100% - 300px);
    /*padding-left: 40px;*/
    /*padding-top: 40px;*/
    margin-bottom: 15px;
    position: relative;
}

.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 {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    font-size: 27px;
    text-transform: none;
    font-weight: 800;
    margin: 30px 0 30px 0;
    
}

.noticia .wrapper-imagem {margin: -240px auto 0; position: relative; z-index: 0;}
.noticia  .wrapper-imagem img{margin: 0 auto; display: table;}

.noticia  .info{
    width: 320px;
    max-width: 100%;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    border-radius: 0 0 15px 15px;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    background: linear-gradient(to right, #441e0c, #5f2910);
}
.single.noticia .wrapper-conteudo {
    border-top: 1px solid #5f2910; 
    margin-top: 30px;
    padding-top: 30px;
}

/*COMPARTILHAR*/
.noticia .compartilhar {
    float: unset; 
    margin: 15px auto 25px;
    display: table;
}
.noticia .compartilhar a {float: left; margin-left: 15px;}
.noticia .compartilhar a:first-of-type {margin-left: 0;}
.noticia .compartilhar img {width: 25px; transition: all linear 0.1s;}
.noticia .compartilhar img:hover {margin-top: -3px; transition: all linear 0.1s;}


.single .wrapper-conteudo {
    font-size: 18px; 
    color: #626262; 
    border-top: 1px solid #5f2910; 
    margin-top: 30px;
    padding-top: 30px;
}
.single.clero .wrapper-conteudo, .single.paroquia .wrapper-conteudo {
    border-top: none; 
    margin-top: 0;
    padding-top: 0;
}
.noticia .wrapper-lista-noticias {
    float: left;
    margin-top: 30px;
    position: relative;
}
.wrapper-lista-noticias li {
    width: 267px;
    float: left;
    margin-right: 24px;
}
.wrapper-lista-noticias li:last-of-type {
    margin-right: 0;
}
.wrapper-lista-noticias li:hover .limitador img {
    transform: scale(1.1);
    filter: brightness(0.8);
}
.wrapper-lista-noticias .limitador {
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 10px;
}
.wrapper-lista-noticias .limitador img {
    width: 100%;
    float: left;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.wrapper-lista-noticias > .titulo { 
    width: 100%;
    float: left;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
    font-size: 22px; 
    margin-bottom: 25px;
}
.wrapper-lista-noticias .detalhe-veja-mais::after { 
    width: calc(100% - 160px);
    margin-top: 3px; 
}

.detalhe-veja-mais::after {
    content: "";
    display: block;
    width: calc(100% - 140px);
    height: 2px;
    background: #5a2326;
    position: absolute;
    top: 14px;
    right: 0;
}
/*.wrapper-lista-noticias li { width: 242px; }*/
.wrapper-lista-noticias .info { 
    width: unset;
    font-size: 11px;
    line-height: 18px;
    border-radius: 0 0 8px 8px;
    padding: 2px 15px 4px;
}
.wrapper-lista-noticias .info + span{ 
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    color: #58585b;
    text-align: center;
    float: left;
    margin: 15px 0 30px;
}


/* CLERO */
/*.single.clero .esquerda img, .single.paroquia .wrapper-imagem img {
    margin-bottom: 10px;
}*/

.single.clero .esquerda {
    background: url("../images/bg-clero.png") center top no-repeat;
    background-size: 178px;
    background-position: 20px 131px;
}
.single.clero .esquerda h3, .single.paroquia .esquerda h3{
    width: 100%;
    display: block;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 25px 0 0 0;
    padding: 0;
    color: #5a2326;
    position: relative;
    text-transform: none;
    text-align: center;
    float: left;
}
.single.clero .esquerda span, .single.paroquia .esquerda span {
    width: 100%;
    color: #6d6e70;
    font-size: 15px;
    float: left;
    margin: 3px 0 0 0;
    text-align: center;
    word-wrap: break-word;
}

/* ACCORDION */
.accordion {
    width: 100%;
    background-color: #d5d5d53d;
    color: #5f2910;
    cursor: pointer;
    padding: 7px 0;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-family: "Open Sans", arial, sans-serif;
    font-weight: 700;
    font-size: 18px;    
    transition: 0.4s;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.active, .accordion:hover {
  text-decoration: underline;
}

/*.accordion:after {
  content: '';
  float: right;
  border: 6px solid;
  border-right: 0;
  border-color: transparent transparent transparent #5a2326;
  transition: all linear 0.2s;
  margin: 8px 0 0 6px;
}
.active:after {
  transform: rotate(90deg);
}*/

.panel {
  /*padding: 0 40px;*/
  /*background-color: white;*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  padding-top: 0; margin-bottom: 0;
  line-height: 40px;
}

/* PAROQUIAS */
.single.paroquia .esquerda {
    background: url("../images/bg-single-paroquia.png") center top no-repeat;
    background-size: 180px;
    background-position-y: 130px;
}
.single.paroquia .limitador, .single.clero .limitador {margin-bottom: 25px;}
.single.paroquia .direita, .single.clero .direita {margin-top: 10px;}
.single.paroquia .direita label, .single.clero .direita label {width: 100%; float: left;}
.single.paroquia .direita .titulo, .single.clero .direita .titulo {
    width: unset; 
    background: #ffffff; 
    padding-right: 10px;
    position: relative;
    margin-bottom: 8px;
}
.single.paroquia .redes-paroquias, .single.clero .redes-paroquias {
    position: absolute; 
    right: 0; 
    z-index: 1; 
    background: #ffffff;
    top: -3px;
    padding: 0;
}
.single.paroquia .redes-paroquias a, .single.clero .redes-paroquias a {
    float: left; 
    width: 28px; 
    height: 28px; 
    margin-left: 10px; 
    position: relative;
}
.single.paroquia .redes-paroquias a:before, .single.clero .redes-paroquias a:before {
    content: "";
    width: 28px;
    height: 28px;
    border: 5px solid #5a2326;
    float: left;
    border-radius: 50%;
    position: absolute;
    left: 0;
    z-index: 0;
}
.single.paroquia .redes-paroquias a i, .single.clero .redes-paroquias a i{
    width: 23px;
    height: 23px;
    font-size: 23px;
    font-style: normal;
    color: #5a2326;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 2px 0 0 3px;
    position: relative;
    z-index: 1;
}

.single.clero label i, .single.paroquia label i {
    float: left; 
    font-size: 17px;
    color: #5f2910; 
    margin: 0 6px 0 0;
    font-style: normal;
}
.single.paroquia .direita .barra-titulo-paroquias, .single.clero .direita .barra-titulo-paroquias {
    width: 100%;
    height: 1px;
    background: #5f2910;
    float: left;
    margin: 13px 0 0 0;
    padding: 0;
    position: absolute;
}
.single.clero .subtitulo, .single.paroquia .subtitulo {
    width: unset;
    float: left; 
    color: #6d6e70;
    margin-bottom: 50px; 
    margin-top: -3px;
    font-size: 16px;
    font-weight: 400;
}

.single.paroquia iframe {max-height: 250px; margin-bottom: 30px;}

/* PASTORAIS */
.single.pastoral > .titulo {width: 100%;}


.page.contato iframe{width: 100%;
    aspect-ratio: 16/5;
    height: auto;
    margin-bottom: 30px;
}

/********************************************
*	
*   FORMULÁRIOS
*
********************************************/

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

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

.formulario label,
.formulario .wrapper-radio {
    width: 100%;
    float: left;
    margin-bottom: 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 #5a2326;
    /*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 #5a2326;
    background: #5a2326;
    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: #5a2326;
}

.oracao h3 {
    margin: 25px 0 5px 0;
    font-size: 23px;
    color: #5a2326;
}

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

.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, .facebook {
    width: 800px;
    height: 450px;
    display: block;
    margin: 0 auto;
}


audio {width: 100%; max-height: 30px; margin-bottom: 15px;}


/* 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: 15px; 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;
}
}

/* Tirar o título da foto na galeria */
#slb_viewer_wrap .slb_theme_slb_baseline .slb_details .slb_data {display: none !important;}


/********************************************
*	
*   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; }
    /*.logotipo {margin-top: 30px;}*/
    

    .wrapper-menu .conteudo > a, .wrapper-menu .conteudo > a + .menu-principal-container {display: none;}

    .formatar .wrapper-conteudo iframe {width: 100%; height: 51vw;}
    
    /* MENU */    
    /*.wrapper-menu {text-align: center; margin-top: 35px;}*/
    /*.wrapper-menu {float: right;}*/

    .menu-celular {
        display: block;
        float: right;

    }

    .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: 95% !important;
        text-align: left;
        float: left;
        clear: both;
        padding: 6px 10px 6px 15px;
        /*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: #5a2326 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: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;
        filter: unset;
    }
    
    li.menu-item-has-children > ul > li { border: none; /*height: 30px;*/ }
    li.menu-item-has-children > ul > li > a {
        line-height: 15px !important; 
        color: #5a2326; 
        text-transform: none;
    }
    
    #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;}

    
    
    /* 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: 374px;}
    /*.wrapper-menu .conteudo { padding-top: 40px}*/

    
    /*NOTÍCIAS*/
    .noticias-destaque ul li {width: 220px;}
    .noticias-destaque .limitador {height: 120px;}

    /*section.noticias-centro { width: 715px; }*/
    /*.wrapper-noticias-geral:first-of-type { margin-right: 45px; }*/
    /*.wrapper-noticias-geral { width: 335px; }*/


    /*.btn-mais {margin-top: -70px;}*/
    .lista-noticias img {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;}*/

    .wrapper-lista-noticias ul{
        width: 100%;
        float: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .wrapper-lista-noticias li, 
    .wrapper-lista-noticias li:last-of-type {margin: 0 15px 15px;}

    /* ÍCONES */
    /*.icones-blocos {width: 140px; margin: 0 10px;}*/


    /* EVENTOS */
    .bloco-eventos .eventos li {margin: 0 15px;}


    /* ATALHOS */
    .atalhos { 
        margin: 65px auto 0;
        float: unset;
        display: table;
    }




    /* CONTATOS */
    .contatos .conteudo {
        background-size: contain;
        width: 450px;
        flex-direction: column;
        text-align: center;
        margin-bottom: 30px;
    }
    .contatos .titulo {width: 100%; margin-top: 30px;}

    /* FOOTER */
    

    .copyright .conteudo::after {display: none;}

    /* AGENDA */
    .page.agenda .wrapper-item {width: 100%;}
    .bloco-menu-agenda {float: unset; margin: 0 auto; max-width: 100%;}


    /* CLERO */
    /*.page.clero .wrapper-item, .page.clero .wrapper-item:nth-of-type(5n) {margin-right: 70px;}*/
    /*.page.clero .wrapper-item:nth-of-type(4n) {margin-right: 0;}*/
    .page.clero .tabs-menu ul li {margin-right: 8px;}

    .page.clero .wrapper-item, 
    .page.clero .wrapper-item:nth-of-type(5n) {margin: 0 15px 50px;}

    /* PAROQUIAS */
    .menu-paroquias {margin: 0;}
    .menu-paroquias > div:first-of-type, 
    .menu-paroquias > div:last-of-type {width: 100%; margin: 0; padding: 0 0 0 40px;}
    /*.page.paroquias .wrapper-item, 
    .paroquias a:nth-child(4n) .wrapper-item {margin: 0 30px 40px;}*/

    .single.paroquia .direita .barra-titulo-paroquias, 
    .single.clero .direita .barra-titulo-paroquias {display: none;}
    .single.paroquia .redes-paroquias, .single.clero .redes-paroquias {display: none;}
    .single.clero .subtitulo, .single.paroquia .subtitulo {max-width: calc(100% - 15px);}
    .single.paroquia .direita .titulo, 
    .single.clero .direita .titulo {width: 100%; padding-right: 0;}
    

    /* AGENDA */
    .agenda .eventos .evento .informacoes {
        width: 250px;
    }
    .single-evento .evento .informacoes {width: calc(100% - 250px)}

    /* ANIVERSÁRIOS */
    .page.clero.aniversario-presbiteros .tabs-menu ul li:not(.page.clero.aniversario-presbiteros .tabs-menu ul li:last-of-type) {
        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; }      */

    
    /* PRINCIPAL */
    .bloco { margin-bottom: 50px; }
    /*.banner { width: 1480px; margin-left: -740px; left: 50%;}*/
    .wrapper-banner {
        width: 555px; 
        height: 440px;
        margin: 0 auto 40px auto;
        float: unset;
    }


    /* AGENDA */
    .bloco-eventos .esquerda {float: unset; margin: 0 auto 50px;}
    .bloco-eventos .eventos {width: 100%; padding: 0 20px;}
    .bloco-eventos .eventos li {width: 200px; /*height: 120px;*/}
    i.banner-arrow-left {left: 0;}

    .page.agenda .wrapper-item {width: 100%;}

    
    .form-mensagem { width: 100%; }
    
    /* NOTÍCIAS */
    .noticias-destaque { width: 545px; float: unset; display: table;}
    .noticias-destaque ul li {
        width: 265px;
        float: left;
        margin: 0 15px 15px 0;
    }

    section.noticias-centro {width: 100%; }
    /*.wrapper-noticias-geral {width: calc(50% - 23px);}*/
    .lista-noticias-medias .limitador {height: unset;}

    .wrapper-noticias-geral:first-of-type {margin-right: 0;}

    .lista-noticias-pequenas {width: calc(100% - 350px);}
    .wrapper-noticias-geral .titulo::after {display: none;}

    .wrapper-imagem img { max-width: 100%; }
    .noticia .lista-noticias { display: block;}
    .lista-noticias {width: 100%;}
    /*.lista-noticias-pequenas li:nth-child(odd) {width: 30%;}*/
    /*.lista-noticias-pequenas li:nth-child(even) {width: 30%;}*/
    
    .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; }*/

    .data-taxo {width: 100%; padding: 0;}
    .data-taxo > span {width: 100%; text-align: center; margin-bottom: 10px;}
    .data-taxo .compartilhar {margin: 0 auto; float: unset; display: table;}

    /* ÍCONES */
    .icones { width: 720px; float: unset; display: table; margin: 0 auto 15px;; }
    /*.icones-blocos {margin: 0 50px 50px;}*/

    /* ATALHOS */
    .atalhos {width: 250px; float: unset; margin: 0 auto 30px; display: table;}


    /* CONTATOS */
    .contatos .conteudo {
        flex-direction: column;
        text-align: center;
        margin: 0 auto 30px;
    }





    /* FOOTER */
    

    /* 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 */
    .page.clero .tabs {width: 655px;float: unset;margin: 0 auto;}
    .page.clero .tabs-menu ul, .page.paroquias .tabs-menu ul {
        margin: 0 auto 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
    }
    .page.clero .tabs-menu ul li, 
    .page.clero .tabs-menu ul li:last-of-type {margin: 0 15px 15px;}
    

    /* PAROQUIAS */
    .page.paroquias .tabs, 
    .page.pastorais .wrapper-conteudo-pagina {
        width: 630px; 
        max-width: 100%; 
        float: unset;
        margin: 0 auto;
    }

    .page.clero .wrapper-conteudo-pagina, 
    .page.paroquias .wrapper-conteudo-pagina {justify-content: center;}

    .paroquias .wrapper-conteudo-pagina a {margin: 0 15px;}
    .paroquias a .wrapper-item,
    .paroquias a:nth-child(5n) .wrapper-item {margin-right: 0;}



    /* ANIVERSÁRIOS */
    .page.aniversario-presbiteros .tabs-menu ul {width: 300px; margin: 0 auto 85px;}
    .page.clero.aniversario-presbiteros .conteudo-clero .tabs-menu ul li {width: 60px; text-align: center;}
    .page.clero.aniversario-presbiteros .conteudo-clero .tabs-menu ul li:nth-of-type(4n) {margin-right: 0 !important;}

    .page.clero.aniversario-presbiteros .tabs{ width: 480px; }
    .page.clero.aniversario-presbiteros .wrapper-item { width: 480px; }


    /* ÁUDIOS/NORMAS ETC */
    .pagina-audios .wrapper-item {width: 100%;}
    .pagina-audios .listagem-item {padding: 0;}
    .pagina-audios .atalhos {display: none;}

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


}

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

    /* GERAL */
    .wrapper { margin: 0 auto -785px }
    header {height: 265px;}
    /*.wrapper-logo .conteudo { text-align: center; }   */
    .wrapper-menu {margin: 25px auto 0;} 
    .logotipo {
        width: 100%;
        margin: 15px auto 0;
        justify-content: center;
    }
    .logotipo img:nth-of-type(1) {margin-right: 15px;}
    .logotipo img:nth-of-type(3) {display: none;}

    .wrapper-busca {top: 223px; right: 25px; z-index: 2;}

    header.menor .logotipo {width: 210px; max-height: unset; margin: 10px 0 0 0;}
    header.menor .logotipo img {width: 70px;}
    header.menor .logotipo img:nth-of-type(2) {width: 120px;}
    header.menor .barra-topo {display: none;}
    header.menor .wrapper-menu {width: 35px; margin-top: 35px;}
    

    .page-padrao .wrapper-conteudo-pagina {margin-top: 40px;}
    /*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; }

    .barra-topo .conteudo div {width: 100%; padding: 10px 0;}
    .barra-topo p {display: none;}
    .menu-redes-sociais {margin: 0 auto;}
    .menu-celular {float: left;}

    .wrapper-busca {}
    

    input[type="busca"] { width: 55px; }
    .control-nav {margin: 0;}
    
    /* PRINCIPAL */

    .wrapper-banner {width: 100%; height: 73vw;}

    /* EVENTOS */
    .bloco-eventos .eventos.eventos-desktop {display: none;}
    .eventos-mobile {display: unset;}
    .bloco-eventos .eventos {
        width: 435px;
        padding: 0;
        float: unset;
        margin: 0 auto;
        display: table;
    }
    .bloco-eventos .eventos ul {width: 300px; float: unset; margin: 0 auto; display: table;}
    .bloco-eventos .eventos li {width: 100%; margin: 0 auto;}

    .bloco-eventos .data {width: 200px; float: unset; margin: 0 auto 15px; display: table;}
    .bloco-eventos .titulo-evento, .bloco-eventos .local span {text-align: center;}
    

    /* NOTÍCIAS */
    .noticias-destaque {width: 100%;}

    .noticias-destaque ul li {width: 100%; margin: 0 0 25px 0;}
    .noticias-destaque .limitador {height: unset;}
    .noticias-destaque .limitador + strong, 
    .titulo-noticia-lista {height: unset; text-align: center;}

    .lista-noticias-pequenas {width: 100%; padding-top: 0;}
    .lista-noticias-pequenas li:nth-child(odd), .lista-noticias-pequenas li:nth-child(even) {
        width: 100%; 
        margin: 40px 0 0 0;
        text-align: center;
    }

    .lista-noticias-medias {width: 100%; margin-bottom: 0;}
    .lista-noticias-medias span a {height: unset; text-align: center;}

    .lista-noticias-pequenas .limitador {width: 100%; height: unset; margin-right: 0;}
    .lista-noticias-pequenas .data {width: 100%; margin: 10px 0 8px; font-size: 12px; font-weight: 400;}
    .lista-noticias-pequenas span {width: 100%; font-size: 16px; font-weight: 600;}
    .wrapper-noticias-geral .lista-noticias-pequenas span a {height: unset;}

    .wrapper-noticias-geral, 
    .wrapper-noticias-geral:nth-child(even), 
    .wrapper-noticias-geral:nth-child(odd) {width: 100%; padding-left: 0; padding-right: 0; margin-bottom: 50px;}

    .wrapper-noticias-geral .titulo {width: 100%;/* text-align: center;*/}

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

    .limitador {aspect-ratio: unset;}

    .wrapper-lista-noticias li {width: 100%;}
    /*.page.noticias .titulo-noticia-lista, .page.noticias .data-noticia { 
        width: 100%; float: unset; margin-left: auto; margin-right: auto; 
    }*/


    input[type="busca"]:focus { width: 180px; }


    section.seminario a img:nth-of-type(1) {margin: 0 0 15px 0;}

    /* ÍCONES */
    /*.icones {width: 380px;}*/
    /*.icones-blocos {margin: 0 25px 50px;}*/
    
    /* Atalhos*/
    /*.atalhos, .wrapper-atalhos {width: 100%; display: unset;}*/



    /* CONTATOS */
    .contatos > .conteudo {width: 100%;}
    .contatos .titulo {float: unset; display: table; margin: 0 auto 10px;}
    .contatos .conteudo div {text-align: center;}
    .contatos .conteudo div:nth-of-type(1),.contatos .conteudo div:nth-of-type(2),
    .contatos .conteudo div:nth-of-type(3) {float: unset; display: table; margin: 40px auto 0;}

    
    
    
    /* 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 */
    .page.clero .tabs-menu ul, .page.paroquias .tabs-menu ul {width: 300px;}
    .page.clero .tabs-menu ul li, .page.paroquias .tabs-menu ul li, 
    .page.clero .tabs-menu ul li:last-of-type {width: 100%; text-align: center; margin: 10px 0;}
    .page.clero .tabs {width: 410px;}
    
    .single.clero .esquerda {background-size: 180px; background-position: center 131px;}

    
    /* PAROQUIAS */

    .paroquias .tabs-menu { display: inline; }
    
    #mapa-paroquias .wrapper-conteudo-pagina {width: 100%;}
    #mapa-paroquias .wrapper-conteudo-pagina .wrapper-imagem {
        width: 100%;
        padding-left: 10px; 
        padding-right: 10px;
    }
    
    .menu-paroquias {width: 100%; margin: 20px auto 50px; }

    
    .page.pastorais .wrapper-conteudo-pagina {width: 100%;}

    .single.paroquia .direita .titulo, 
    .single.clero .direita .titulo {text-align: center;}

    /* ANIVERSÁRIOS */
    .page.aniversario-presbiteros .tabs-menu ul {
        width: 300px;
        margin: 0 auto 85px;
    }


    /* AGENDA */
    .agenda .eventos .evento a, .single-evento .evento {
        flex-direction: column;
        margin-bottom: 25px;
    }
    .agenda .eventos .limitador-eventos, .single-evento .limitador-eventos { margin-right: 0;}
    .agenda .eventos .titulo-evento, .single-evento .titulo-evento {width: 100%; text-align: center; margin-top: 15px;}
    .agenda .eventos .direita {
        top: 20px;
        transform: none;
    }
    .agenda .eventos .evento .informacoes, .single-evento .evento .informacoes {width: 100%;}

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

    .liturgia-diaria .wrapper-item {padding: 30px 0 0 0;}

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

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

  /* FOOTER */
  footer > .conteudo {padding: 0}
  footer .esquerda {width: 100%; flex-direction: column;}
  footer .esquerda a {margin-right: 0; margin-bottom: 10px;}


  .copyright span {width: 100%; text-align: center; margin: 10px auto;}
  .copyright span:nth-of-type(2) {width: 306px; float: unset; display: table;}
  .copyright a {float: unset; display: block; margin: 10px auto 0;}


}

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

    header {height: 205px;}

    .wrapper > .conteudo, header + .bloco {margin-top: 235px;}

    .logotipo img:nth-of-type(1) {width: 74px;}
    .logotipo img:nth-of-type(2) {width: 120px;}
    .wrapper-busca {top: 165px;}

    .wrapper-banner {height: 80vw;}
    .banner strong {font-size: 16px; text-align: center;}

    /* AGENDA */
    .bloco-eventos .eventos {width: 100%;}

    .evento-agenda .titulo {max-width: calc(100% - 30px); font-size: 13px;}

    /* MISSAS */
    /*.horario-evento { width: 100%; }*/
    /*.local-evento, .endereco-evento { width: 100%; }*/



    /* ÍCONES */
    .icones {width: 150px;}
    .icones-blocos {width: 150px; margin: 0px 0px 50px; }



    .lista-noticias-pequenas li:nth-child(odd), .lista-noticias-pequenas li:nth-child(even) {
        width: 100% ;
        padding-left: 0;
        padding-right: 0;
    }

    .noticia .wrapper-imagem {margin: -175px auto 0;}



    .contatos .conteudo {padding: 25px 0;}
    .contatos .conteudo div:nth-of-type(1), .contatos .conteudo div:nth-of-type(2), 
    .contatos .conteudo div:nth-of-type(3){
        width: 100%;
        max-width: 100%;
        float: left;
        display: block;
    }

/* FOOTER */
footer .direita p {width: 100%; margin: 3px 10px 15px 0;}
.menu-redes-sociais {float: unset; margin: 0 auto; display: table;}

/* 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 */
.page.clero .tabs {width: 100%;}

.single.clero .esquerda .wrapper-imagem,
.single.paroquia .esquerda .wrapper-imagem,
.page.clero .wrapper-item .wrapper-imagem,
.page.paroquias .wrapper-item .wrapper-imagem { max-height: unset;}

/* PAROQUIAS */
.paroquias .tabs-menu ul li, .menu-paroquias li span {width: 100%;}
#mapa-paroquias .wrapper-conteudo-pagina .wrapper-imagem {margin: 0 0 50px 0;}
.page.paroquias .wrapper-item, .paroquias a:nth-child(4n) .wrapper-item {width: 100%; height: unset; margin: 0 0 40px 0;}
.page.paroquias .wrapper-item h2 { height: unset; }

/* ANIVERSÁRIOS */
.page.clero.aniversario-presbiteros .tabs, .page.clero.aniversario-presbiteros .wrapper-item {width: 100%;}

.page.clero.aniversario-presbiteros .wrapper-item .wrapper-imagem {width: 150px; height: unset;}
.page.clero.aniversario-presbiteros .wrapper-item .moldura {width: 181px; top: -22px; left: -5px;}
.page.clero.aniversario-presbiteros .wrapper-item h2 {min-height: 53px; height: unset;}

.page.clero.aniversario-presbiteros .direita {width: calc(100% - 150px); padding: 30px 0 0 20px;}


/* 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 */
    /*.logotipo, .logotipo img { width: 100%; }*/
    
    /* PRINCIPAL */

    .lista-noticias p {display: none;}

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