********************************************
*   	
*   Wagner Martins Souza
*   digital at agenciaparabola dot com
*   20/07/2023
*   
********************************************/

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

body {
    overflow-x: hidden;
}

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

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

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

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

a {
    text-decoration: none;
    color: #dcaf27;
    transition: all linear 0.2s;
}
a:hover {
    text-decoration: none;
    color: #5B5B5E;;
    transition: all linear 0.2s;
}

section {
    position: relative;
}
img {max-width: 100%;}

.titulo {
    float: left;
    display: table;
    font-size: 20px;
    letter-spacing: 1px;
    /*margin-top: -6px;*/
    margin: 0 auto 25px auto;
    color: #3d3511;
    position: relative;
    font-weight: 900;
}

/*.detalhe:after {
    content: "";
    display: block;
    background-color: #d99d3b;
    width: calc(100% + 50px);
    height: 2px;
    margin-left: -25px;
    margin-top: 5px;
    border-radius: 25%;
}*/

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

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


.esquerda { float: left; }

.direita { float: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.barra-topo {
    width: 100%;
    float: left;
    /*background-color: #ffffff;*/
}
.barra-topo .conteudo {
    /*border-bottom: 1px solid #dcaf27;*/
    display: table;
}

.logo {
    /*display: inline-block;*/
    float: left;
    width: 234px;
    margin-top: -25px;
    /*left: 0;*/
    /*position: absolute;*/
}

.logo img {
    max-width: 100%;
}

.local-data {
    width: calc(100% - 125px);
    font-size: 12px;
    font-weight: 500;
    /*padding: 5px 0;*/
    float: left;
    color: #3d3511;
}
.local-data p {
    float: left;
    margin: 15px 0;
}
.local-data p:nth-child(even) {
    float: right;
}

/* MENU */
.wrapper-menu {
    width: calc(50% - 117px);
    text-align: right;
    float: left;
    margin-top: 80px;
    /*padding: 22px 0 0 0;*/
    position: relative;
    padding-right: 45px;
    
    /*background: #dcaf27;*/
}

.wrapper-menu-direito {
    width: calc(50% - 117px);
    text-align: left;
    float: left;
    margin-top: 80px;
    position: relative;
    padding-right: 15px;;
    /*background: #dcaf27;*/
}


.santoagostinho-home {
    float: left;
    font-size: 16px;
    color: #dcaf27;;
}

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

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

.menu-celular {
    display: none;
}

#menu-principal, #menu-principal-direito, #menu-principal-esquerdo {
    float: left;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 0 35px;
}
#menu-principal-direito {float: right; margin: 0 35px 0 0 }
#menu-principal > li, #menu-principal-direito > li, #menu-principal-esquerdo > li {
    display: inline-block;
    margin: 0 40px 0 0;
    padding-bottom: 10px;
}
#menu-principal-esquerdo > li:last-of-type {margin-right: 0;}
#menu-principal-direito > li {margin: 0 0 0 45px;}
#menu-principal-direito > li:first-of-type {margin-left: 0;}


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

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

/*setinha*/
#menu-principal-esquerdo > li.menu-item-has-children:after,
#menu-principal-esquerdo > li.menu-item-has-children > ul > li.menu-item-has-children:after,
#menu-principal-direito > li.menu-item-has-children:after,
#menu-principal-direito > li.menu-item-has-children > ul > li.menu-item-has-children:after {
    content: "";
    display: block;
    width: 8px;
    height: 5px;
    margin: -11px 0 0;
    right: -15px;
    position: absolute;
    background: url("../images/v.png") center top no-repeat;
    /*border: 5px solid;*/
    /*border-bottom: 0;*/
    /*border-color: #DD9A00 transparent transparent transparent;*/
    transition: all linear 0.2s;
}

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

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

/*Setinhas animadas no menu*/
#menu-principal > li.menu-item-has-children:before,
#menu-principal > li.menu-item-has-children > ul > li.menu-item-has-children:before
{
    content: "";
    display: block;
    height: 1px;
    width: 1px;
    margin: 7px 0 0;
    right: 8px;
    position: absolute;
    border: 5px solid;
    border-bottom: 0;
    border-color: #dcaf27 transparent transparent transparent;
    transition: all linear 0.2s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* BANNERS */
.wrapper-banner {  
    width: 100%;
    height: 525px;
    position: relative;
    z-index: 10;
    /*border-bottom: 90px solid #dcaf27;*/
    margin-top: -115px;
}

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

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

i.santoagostinho-seta-esquerda, i.santoagostinho-seta-direita {
    position: absolute;
    top: calc(50% - 40px);
    right: 30px;
    z-index: 100;
    border-radius: 50%;
    color: #ccc;
    font-size: 13px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin: 5px 0;
    border: 1px solid rgba(255,255,255,.3);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    
}
i.santoagostinho-seta-esquerda {left: 30px; right: unset;}
i.santoagostinho-seta-esquerda:hover, i.santoagostinho-seta-direita:hover {
    transform: scale(1.2);
    cursor: pointer;
}

/* ICONES*/
.bloco.icones {
    background: url(../images/bg-icones.png) center top no-repeat;
    margin-top: -115px;
    position: relative;
    z-index: 10;
}
.icones-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto 30px;
    /*float: left;*/
    /*padding: 0 20px;*/
    justify-content: space-evenly;
}

.icones-blocos {
    display: block;
    float: left;
    text-align: center;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.icones-blocos:hover {
    -moz-transform: scale(1.11);
    -webkit-transform: scale(1.11);
    transform: scale(1.05);
} 
.icones-blocos a {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 50%;
}

.icones-blocos h3 {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3d3511;
    transition: all linear 0.4s;
}

.icones-blocos i {
    font-size: 80px;
    margin: 0 auto 10px;
    display: block;
    color: #dcaf27;
}
.icones-blocos i:before {
    transition: all linear 0.4s;
}


/* NOTÍCIAS */
section.noticias {
    float: left;
    width: 100%;
/*    margin-top: 70px;*/
/*margin-right: 75px;*/
/*background-color: #dcaf27;*/
}
.linha-amarela{
    width: 100%;
    height: 2px;
    background: #dcaf27;
    float: left;
}
.titulocentro{
    width: 300px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.titulocentro .titulo{
    width: 100%;
    text-align: center;
}
/*section.noticias .titulo {
    float: unset;
    display: table;
    margin: -22px auto 0;
    color: #ffffff;
    background: #dcaf27;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    padding: 5px 15px 15px;
}*/

.noticias-mobile {display: none;}

.wrapper-todas-noticias {
    width: 385px;
    margin: 45px auto 0;
    text-align: center;
}
.todas-noticias {
    width: unset;
    color: #fff;
    background: #dcaf27;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    padding: 5px 15px;
    margin: 0 auto;
/*    float: left;*/
    border-radius: 9px;
}
.todas-noticias:nth-of-type(2){
    border-left: 3px solid #939598;
    padding: 0 0 0 40px;
}
.todas-noticias i {
    margin: 1px 5px 0 0;
    font-size: 15px;
    float: left;
}

.wrapper-noticias-pequenas {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
    float: left;
}

.lista-noticias {
    width: 100%;
    float: left;
}

.lista-noticias-pequenas {
    /*height: 220px;*/
    /*float: left;*/
    /*margin-bottom: 60px;*/
    /*display: table;*/
    margin: 0 auto 15px;
}

.lista-noticias li {
    float: left;
    width: 100%;
    /*height: 300px;*/
    /*margin-bottom: 30px;*/
}

section.noticias .banner-arrow-left, section.noticias .banner-arrow-right {
    width: 10px;
    position: absolute;
    margin-top: 0px;
    margin-left: 0;
    z-index: 100;
    transition: all linear 0.3s;
    cursor: pointer;
}
section.noticias .banner-arrow-right { right: 0; }

.lista-noticias-pequenas li {
    /*float: left;*/
    width: 310px;
    /*height: 235px;*/
    /*margin-bottom: 35px;*/
    /*margin-right: 80px;*/
    margin: 0 35px;
}

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

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

.lista-noticias img {
    width: 100%;
    float: left;
    transition: all linear 0.4s;
}

.limitador-pequeno {
    width: 100%;
    /*height: 151px;*/
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    /*filter: drop-shadow(0px 1px 3px #000);*/
}
.limitador-pequeno img{
    width: 100%;
    float: left;
}

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

.lista-noticias-pequenas li:hover img {
   transform: scale(1.05);
   filter: brightness(0.8);
}

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

.titulo-noticia-lista-grande {
    width: 380px;
    font-size: 23px;
    text-align: justify;
    float: left;
    margin: 0 0 0 0px;
    letter-spacing: 0.1px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

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

.titulo-noticia-lista-grande p {
    width: 335px;
    /*max-height: 51px;*/
    float: left;
    text-align: justify;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    line-height: 22px;
    margin-top: 25px;
    margin-left: 40px;
}

.titulo-noticia-lista-grande span a{ color: #dcaf27; }
.titulo-noticia-lista-grande p a{ color: #3d3511; }

.titulo-noticia-lista-pequenas {
    width: 100%;
    height: 80px;
    overflow: hidden;
    font-size: 22px;
    /*line-height: 20px;*/
    font-weight: 700;
    text-align: center;
    /*line-height: 21px;*/
    float: left;
    margin: 5px auto 5px;
    transition: all linear 0.2s;
    color: #3d3511;
    white-space: initial;
}
.lista-noticias-pequenas .limitador-pequeno + span {
    text-align: center;
    color: #dcaf27;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.titulo-noticia-lista-grande a:hover {
    text-decoration: underline;
    transition: all linear 0.2s;
    box-shadow: none;
}


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

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

.proximos-eventos {
    width: 110px;
    float: right;
    font-size: 13px;
    font-weight: 500;
/*    margin: 43px 0 0 10px;*/
color: #3d3511;
}
.santoagostinho-agenda {
    float: left; 
    color: #dcaf27;
    font-size: 26px;
    margin: 2px 10px 0 0;
}
.proximos-eventos:hover {
    color: #d6d6d7;
}


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

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

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

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

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

.dias-semana input:checked + span {
    background-color: #3d3511;
    color: #dcaf27;
    cursor: default;
}

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

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

#dia-1 { display: block; }

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

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

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

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


/* PALAVRA DO PÁROCO */
.palavra-do-paroco {width: 250px; float: left;}
.palavra-do-paroco span, .palavra-do-paroco .titulo {width: 100%; float: left; text-align: center;}
.palavra-do-paroco .titulo {margin-bottom: 15px}

.palavra-do-paroco span:nth-of-type(1) {font-size: 23px; line-height: 28px; color: #dcaf27; font-weight: 700;}
.palavra-do-paroco span:nth-of-type(2) {font-size: 15px; color: #3d3511; margin: 10px 0 15px 0;}
.palavra-do-paroco span:nth-of-type(3) {
    width: unset;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase; 
    background: #dcaf27;
    display: table;
    position: relative;
    float: unset;
    /*filter: drop-shadow(2px 2px 2px #00000075);*/
    padding: 4px 25px;
    margin: 0px auto 10px;
    border-radius: 9px;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.palavra-do-paroco span:nth-of-type(3):hover {
    background: #bf9516;
}

.palavra-do-paroco img {width: 100%; float: left; margin-bottom: 15px;}

section.noticias + .bloco + .bloco.icones {
    margin: 0;
    background-image: url("../images/bg-icones2.png");
    background-position-y: 35px;
}
section.noticias + .bloco + .bloco.icones .icones-container{
    margin: 60px auto 75px;
}

/* COMUNIDADES */
div.comunidades .titulo + a {
    background: #3d3511;
    color: #fff;
    margin: 0 auto 40px;
    float: unset;
    display: table;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 2px 7px;
}
div.comunidades .titulo + a:hover {
    background: #dcaf27;
}

div.comunidades {
    width: 100%; 
    float: left;
    margin: 30px 0 0 0;
}
div.comunidades .titulo{
    width: 100%; 
    text-align: center;
}
div.comunidades ul {
    margin: 0 auto;
}
div.comunidades li {
    width: 230px;
    margin: 0 25px;
}
div.comunidades li .limitador-pequeno{

}
div.comunidades li span {
    width: 100%;
    min-height: 40px;
    text-align: center;
    white-space: initial;
    color: #3d3511;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    margin-top: 10px;
}
div.comunidades .banner-arrow-left img, div.comunidades .banner-arrow-right img { width: 100%;float: left; }
div.comunidades .banner-arrow-left, div.comunidades .banner-arrow-right {
    width: 10px;
    position: absolute;
    top: 170px;
    z-index: 100;
    transition: all linear 0.3s;
    cursor: pointer;
}
div.comunidades .banner-arrow-right {right: 0;}

/* HORÁRIOS */

section.horarios {
    background: url("../images/bg-horarios.png") center top no-repeat;
    background-position-y: 75px;
    margin-bottom: 0;
}
section.horarios .conteudo img {
    float: left;
    margin: 60px;
}
section.horarios .conteudo div {
    float: left;
    margin: 105px 0 0 0;
}
section.horarios .conteudo div.linha-amarela {
    margin: 0;
}
section.horarios .conteudo img + div {
    margin: 105px 90px 0 0;
}
section.horarios h2 {width: 100%; color: #dcaf28}
section.horarios strong {font-weight: 500}
section.horarios p {line-height: 29px;}

/* CHAMADA APP */
section.aplicativo {
    width: 100%;
    height: 135px;
    background: #dcaf27;
    float: left;
}
section.aplicativo .conteudo{
    width: 750px;
    display: flex;
    flex-wrap: wrap;
}
section.aplicativo h4{
    width: 190px;
    font-size: 23px;
    color: #3d3511;
    font-weight: 700;
    text-align: right;
    margin-top: 15px;
}
section.aplicativo h4 strong{
    font-size: 32px;
    font-weight: 900;
}
section.aplicativo h4 + img{
    width: 165px;
    margin: -25px 30px 0;
}
section.aplicativo a{
    width: 155px;
    float: left;
    margin: 45px 20px 0 0;
}
section.aplicativo a:last-of-type{
    margin: 45px 0 0 0;
}







/* 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: #3d3511;
    font-size: 16px;
    background: #ffffff;
    border: none;
    padding: 0 10px;
    border-radius: 1px;
    transition: all linear 0.2s;
}

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

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

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

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

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


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

footer {
    width: 100%;
    float: left;
    background: #3d3511;
}
footer .titulo {
    width: 100%;
    margin-bottom: 25px;
    color: #dcaf28
}
.contato-redes  {
    width: 100%;
    float: left;
    margin: 40px 0 30px;
}
.contato-redes .esquerda {
    width: 530px;
    float: left;
}
.contato-redes .esquerda .titulo {margin-bottom: 25px;}

.contato-redes span {
    width: 100% ;
    float: left;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #ffffff;
}
.contato-redes .meio {
    width: 380px;
    float: left;    
}
.contato-redes .meio .titulo{
    width: 160px;
}
.contato-redes .meio .menu-redes-sociais { width: 100%; }
.contato-redes .meio .menu-redes-sociais a {
    width: unset;
    height: unset;
    line-height: unset;
    font-size: 30px;
}
.contato-redes .meio .menu-redes-sociais a::before {
    color: #ffffff;
}
.contato-redes .meio .menu-redes-sociais li, .contato-redes .meio .menu-redes-sociais li:first-of-type {
    margin: 10px 0 0 20px;
}

.contato-redes .direita { 
    width: 165px;
    float: right;
}

.contato-redes .direita img{ 
    float: left;
    width: 100%;
    margin-top: 20px;
    transition: all linear 0.2s;
    /*filter: grayscale(100%);
    opacity: 0.4;*/
}
.contato-redes .direita img:hover {
    /*filter: grayscale(0);
    opacity: 1;*/
    filter: grayscale(100%);
    opacity: 0.4;
}

.contato-redes i {
    width: 30px;
    text-align: center;
    float: left;
    margin: 4px 10px 0 0;
    color: #dcaf28;
}
.contato-redes .santoagostinho-mapa {
    font-size: 30px;
    margin: 3px 15px 18px 0;
}
.contato-redes .santoagostinho-fone {
    font-size: 25px;
    margin: 2px 15px 0 0;
}
.contato-redes .santoagostinho-carta {
    font-size: 19px;
    margin: 5px 15px 0 0;
}

footer img {
    transition: all linear 0.5s;
    width: 100%;
}
.copyright a {
    width: 76px;
    float: right;
    margin: -1px 0 0 5px;
}
.copyright {
    height: 42px;
    width: 100%;
    background: #ffffff;
    font-size: 15px;
    letter-spacing: 0;
    float: left;
}
.copyright span {
    padding: 12px 0 0 0;
    display: block;
    text-align: center;
    font-weight: 500;
    color: #3d3511;
    float: left;
}
.copyright span:nth-of-type(2) {float: right;}


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

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

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

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

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

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

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

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

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

.noticia .bloco-titulo {
    width: 100%; 
    /*height: 366px; */
    float: left; 
    margin-bottom: 70px;
    position: relative;
}
.noticia .bloco-titulo h2 {
    float: left; 
    color: #dcaf27;
    /*background: #dcaf27;*/
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    /*padding: 4px 10px;*/
    /*border-radius: 5px;*/
    margin-right: calc(100% - 100px);
    margin-bottom: 50px;
}
.noticia .wrapper-imagem {width: 600px; float: left; margin: 0; position: relative;}
.noticia .titulo-noticia {    
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    letter-spacing: 0.1px;
    float: left;
    transition: all linear 0.2s;
    color: #dcaf27;
    padding: 0;
}

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

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

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

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

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

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

/*PALAVRA DO PÁROCO*/
.bloco-paroco {
    width: 100%;
    height: 290px;
    float: left;
    margin-top: 0;
    background: url("../images/bg-horarios.png") center top no-repeat;
    background-position-y: top;
    background-position-y: -120px;
}
.bloco-paroco img{width: 220px; float: left; position: absolute; left: 0; top: 35px;}
.bloco-paroco .titulo{font-size: 23px; font-weight: 400; margin: 125px 0 0 275px;}
.bloco-paroco .titulo b{font-size: 24px; font-weight: 700;}
.single.palavra-do-paroco {width: 1140px; float: unset; padding-left: 275px;}
.single.palavra-do-paroco .bloco-titulo { margin-bottom: 25px; }
.single.palavra-do-paroco .bloco-titulo > span:nth-of-type(1){
    width: unset;
    font-size: 15px;
    /*font-weight: 400;*/
    text-align: center;
    color: #dcaf27;
    text-transform: uppercase;
    /*background: #dcaf27;*/
    display: table;
    margin: 40px auto 0;
    /*padding: 2px 33px;*/
    position: relative;
    border-radius: 6px;
}
.single.palavra-do-paroco .compartilhar {right: 0; bottom: unset; top: 36px; }
.single.palavra-do-paroco .compartilhar span{width: unset; color: #3d3511;}
.single.palavra-do-paroco .bloco-titulo span:nth-of-type(2) {
    width: 100%;
    float: left;
    background: none;
    color: #dcaf27;
    font-size: 31px;
    font-weight: 500;
    text-transform: none;
    text-align: left;
    padding: 0;
    margin: 25px 0 0 0;
}

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

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

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

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

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

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

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

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

.single-evento a {
    color: #dcaf27
}

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

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


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

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

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

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

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

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

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

.page .esquerda {
    width: 240px;
}

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

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

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

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

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

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

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

.page.noticias .lista-noticias li {
    height: 295px;
    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 a:hover { color: #dcaf27 }

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

.page.noticias .data-noticia {
    text-align: center;
    color: #dcaf27;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.page.noticias .titulo-noticia-lista {
    width: 100%;
    float: left;
    text-align: center;
    color: #3d3511;
    font-size: 22px;
    font-weight: 700;
    margin: 5px auto 5px;
    white-space: initial;
}

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

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

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


.single.missas { padding: 0; }

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

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

.evento {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    float: left;
    color: #ffffff;
}
.evento-agenda {
    display: block;
    margin-bottom: 40px;
    /*margin-left: 20px;*/
    float: left;
    width: 100%;
}
.evento-agenda .local-evento, .evento-agenda .endereco-evento {
    width: calc(100% - 118px);
    color: #58585B;
}
.single.missas h2.titulo {
    width: calc(100% - 35px);
    float: left;
    color: #dcaf27;
    background: none;
    padding: 0 0 0 0;
}
.single.missas h2.titulo.missa-mesmo {
    color: #ffffff;
    background: #dcaf27;
    width: unset;
    padding: 3px 12px;
}
.single.missas .evento {
    color: #3d3511;
}
.santoagostinho-mais {
    float: left;
    font-size: 17px;
    margin: 9px 15px 66px 0;
    color: #dcaf27;
}
.horario-evento {
    font-size: 20px;
    font-weight: 600;
    float: left;
    width: 85px;
    color: #dcaf27
}

.data-evento {
    font-size: 20px;
    font-weight: 600;
    float: left;
    width: 85px;
    color: #dcaf27
}

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

/* COMUNIDADES */

.page.comunidade .wrapper-conteudo-pagina {
    display: flex;
    flex-wrap: wrap;
/*    justify-content: space-between;*/
}
.page.comunidade h1.titulo {color: #3d3511; margin-bottom: 10px;}
.page.comunidade .wrapper-item {width: 175px;margin: 0 25px 40px; position: relative;}
.page.comunidade .esquerda {width: 100%;}

.shape { 
  width:129.38px;
  height: 124.02px;
  clip-path: polygon( 42.364% 88.978%,42.364% 88.978%,48.354% 88.324%,54.279% 87.889%,60.131% 87.667%,65.899% 87.655%,71.573% 87.847%,77.145% 88.239%,82.604% 88.826%,87.942% 89.603%,93.149% 90.566%,98.215% 91.711%,98.215% 91.63%,98.215% 27.213%,98.215% 27.213%,97.062% 25.476%,95.515% 23.145%,93.676% 20.373%,91.645% 17.314%,89.526% 14.123%,87.421% 10.953%,85.431% 7.958%,83.66% 5.292%,82.208% 3.11%,81.179% 1.564%,20.165% 1.564%,20.165% 1.564%,19.693% 2.279%,18.705% 3.782%,17.281% 5.95%,15.5% 8.664%,13.442% 11.801%,11.187% 15.239%,8.814% 18.858%,6.403% 22.536%,4.034% 26.152%,1.785% 29.584%,1.785% 30.06%,1.785% 94.469%,1.785% 94.469%,1.976% 94.754%,2.184% 95.068%,2.41% 95.408%,2.653% 95.774%,2.912% 96.165%,3.186% 96.578%,3.475% 97.013%,3.777% 97.469%,4.093% 97.943%,4.421% 98.436%,4.421% 98.436%,7.926% 97.134%,11.503% 95.905%,15.148% 94.752%,18.859% 93.677%,22.633% 92.682%,26.468% 91.768%,30.361% 90.939%,34.31% 90.196%,38.312% 89.541%,42.364% 88.978% ); 
  background-color: #ffffff;
  margin: 0 auto;
}

.borda { 
  width:133.7px;
/*  height: 127.4px;*/
height: 130.4px;
clip-path: polygon( 42.61% 89.231%,42.61% 89.231%,48.809% 88.558%,54.937% 88.128%,60.981% 87.935%,66.931% 87.974%,72.774% 88.24%,78.499% 88.726%,84.096% 89.428%,89.551% 90.339%,94.854% 91.456%,99.993% 92.771%,99.993% 26.758%,99.993% 26.758%,98.797% 24.946%,97.192% 22.514%,95.283% 19.623%,93.177% 16.432%,90.98% 13.102%,88.797% 9.795%,86.734% 6.671%,84.897% 3.89%,83.393% 1.613%,82.326% 0%,19.05% 0%,19.05% 0%,18.564% 0.745%,17.542% 2.312%,16.067% 4.574%,14.222% 7.404%,12.089% 10.676%,9.75% 14.263%,7.29% 18.037%,4.789% 21.874%,2.332% 25.644%,0% 29.223%,0% 29.717%,0% 96.915%,0% 96.915%,0.154% 97.148%,0.321% 97.4%,0.499% 97.67%,0.688% 97.957%,0.888% 98.26%,1.099% 98.58%,1.319% 98.914%,1.549% 99.262%,1.787% 99.625%,2.034% 100%,2.034% 100%,5.733% 98.498%,9.521% 97.082%,13.395% 95.756%,17.351% 94.523%,21.386% 93.385%,25.495% 92.346%,29.676% 91.408%,33.924% 90.574%,38.237% 89.847%,42.61% 89.231% ); 
background-color: #dcaf27;
position: absolute;
top: -2px;
left: 21px;
}
.detalhe_inferior {
    position: absolute;
    top: -8px;
    left: 21px;
}

.page.comunidade .direita {width: 100%; padding: 0; min-height: unset;}

.page.clero .barrinha-fina:last-of-type {display: none;}

.page.comunidade .direita .titulo {
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    color: #3d3511;
    text-align: center;
    padding: 0;
    margin: 15px 0;
    transition: all linear 10.4s;
    float: left;
}
.page.clero .direita .titulo {
    width: 100%;
    font-size: 23px;
    font-weight: 700;
    color: #dcaf27;
    padding: 0;
    border: none;
    margin-bottom: 15px;
    transition: all linear 10.4s;
    float: left;
}
.page.comunidade .direita .subtitulo {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #dcaf27;
    margin-bottom: 5px;
}
.page.clero .direita .subtitulo {
    font-size: 17px;
    font-weight: 400;
    color: #58585b;
    margin-bottom: 5px;
}
.page.clero .direita a{
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.direita a:hover .titulo, .direita a:hover .subtitulo {
    text-decoration: underline;
    transition: all linear 10.4s;
}

.page.comunidade.wide h1.titulo {margin-bottom: 45px;} 
.page.comunidade.wide .wrapper-item {width: 235px;}
.page.comunidade.wide .shape { 
  width: 223.38px;
  height: 147.02px;
  clip-path: polygon( 42.364% 88.978%,42.364% 88.978%,48.354% 88.324%,54.279% 87.889%,60.131% 87.667%,65.899% 87.655%,71.573% 87.847%,77.145% 88.239%,82.604% 88.826%,87.942% 89.603%,93.149% 90.566%,98.215% 91.711%,98.215% 91.63%,98.215% 27.213%,98.215% 27.213%,97.062% 25.476%,95.515% 23.145%,93.676% 20.373%,91.645% 17.314%,89.526% 14.123%,87.421% 10.953%,85.431% 7.958%,83.66% 5.292%,82.208% 3.11%,81.179% 1.564%,20.165% 1.564%,20.165% 1.564%,19.693% 2.279%,18.705% 3.782%,17.281% 5.95%,15.5% 8.664%,13.442% 11.801%,11.187% 15.239%,8.814% 18.858%,6.403% 22.536%,4.034% 26.152%,1.785% 29.584%,1.785% 30.06%,1.785% 94.469%,1.785% 94.469%,1.976% 94.754%,2.184% 95.068%,2.41% 95.408%,2.653% 95.774%,2.912% 96.165%,3.186% 96.578%,3.475% 97.013%,3.777% 97.469%,4.093% 97.943%,4.421% 98.436%,4.421% 98.436%,7.926% 97.134%,11.503% 95.905%,15.148% 94.752%,18.859% 93.677%,22.633% 92.682%,26.468% 91.768%,30.361% 90.939%,34.31% 90.196%,38.312% 89.541%,42.364% 88.978% ); 
  background-color: #ffffff;
  margin: 0 auto;
}
.page.comunidade.wide .borda { 
  width: 224.7px;
/*  height: 127.4px;*/
height: 153.4px;
clip-path: polygon( 42.61% 89.231%,42.61% 89.231%,48.809% 88.558%,54.937% 88.128%,60.981% 87.935%,66.931% 87.974%,72.774% 88.24%,78.499% 88.726%,84.096% 89.428%,89.551% 90.339%,94.854% 91.456%,99.993% 92.771%,99.993% 26.758%,99.993% 26.758%,98.797% 24.946%,97.192% 22.514%,95.283% 19.623%,93.177% 16.432%,90.98% 13.102%,88.797% 9.795%,86.734% 6.671%,84.897% 3.89%,83.393% 1.613%,82.326% 0%,19.05% 0%,19.05% 0%,18.564% 0.745%,17.542% 2.312%,16.067% 4.574%,14.222% 7.404%,12.089% 10.676%,9.75% 14.263%,7.29% 18.037%,4.789% 21.874%,2.332% 25.644%,0% 29.223%,0% 29.717%,0% 96.915%,0% 96.915%,0.154% 97.148%,0.321% 97.4%,0.499% 97.67%,0.688% 97.957%,0.888% 98.26%,1.099% 98.58%,1.319% 98.914%,1.549% 99.262%,1.787% 99.625%,2.034% 100%,2.034% 100%,5.733% 98.498%,9.521% 97.082%,13.395% 95.756%,17.351% 94.523%,21.386% 93.385%,25.495% 92.346%,29.676% 91.408%,33.924% 90.574%,38.237% 89.847%,42.61% 89.231% ); 
background-color: #dcaf27;
position: absolute;
top: -2px;
left: 4px;
}
.page.comunidade.wide .detalhe_inferior {
    width: 225px;
    height: 28px;
    position: absolute;
    top: -13px;
    left: 3px;
}


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

/* TESTEMUNHOS */

.testemunhos .wrapper-conteudo {
  font-style: italic;
  font-size: 25px;
  margin-bottom: 15px;
}

/*.testemunhos .wrapper-conteudo-pagina {margin-bottom: 0}*/
.testemunhos .wrapper-item {border-bottom: 1px solid #58585B;}
.testemunhos .wrapper-conteudo-pagina .wrapper-item:last-of-type {border-bottom: none;}
.testemunhos h2.titulo {width: 100%; text-align: center;margin-bottom: 45px;}
.enviar-testemunho {
    border: 1px solid #dcaf27;
    background: #dcaf27;
    color: #FFF;
    border-radius: 6px;
    padding: 5px 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all linear 0.2s;
    text-align: center;
    display: table;
    margin: 0 auto;
    cursor: pointer;
}
.enviar-testemunho:hover {
    background: #bf9516;
cursor: pointer;
border-color: #bf9516;
color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

/*Exibição em Abas*/

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

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

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

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

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

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

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

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

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

.links strong { }

/* CONTATO */
.single.contato .wrapper-conteudo{margin-bottom: 20px;}
.single.contato .wrapper-contato{margin-bottom: 30px;}
.single.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: 30px;
    position: relative;
}

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

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

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

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

.formulario button {    
    width: 220px;
    float: right;
    height: 47px;
    margin-top: 60px;
    border: 1px solid #dcaf27;
    background: #dcaf27;
    color: #FFF;
    border-radius: 5px;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;    
    transition: all linear 0.2s;
}

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

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

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

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

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

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

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

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

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

.terco {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.seletor-mobile {display: none;}

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

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

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

.contemplacao {
    font-size: 19px;
}

.contemplacao17 {
    font-size: 17px;
}

.contemplacao18 {
    font-size: 17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Cores do Placeholder*/

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

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

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

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


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

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

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

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

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

    .wrapper-menu {
        /*width: 20%;*/
        margin-top: 70px;
    }
    .local-data {height: 44px;}
    .local-data p {display: none;}
    .menu-celular {
        display: block;
        float: left;
        margin: 0 0 0 10px;
    }

    /* MENU - tanto o menu quanto o submenu estavam no responsivo anterior */    
    .wrapper-menu > .conteudo { height: 40px; }

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

/* ÍCONES */


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

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


/* AGENDA */
.menu-agenda a {margin-right: 35px;}
.menu-meses a {margin-right: 30px;}


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


div.comunidades li {margin: 0 10px}

section.horarios .conteudo img {margin: 60px 60px 60px 0}
section.horarios .conteudo img + div { margin: 105px 50px 0 0;}

/* PALAVRA DO PAROCO */
.single.palavra-do-paroco {width: 100%; padding: 0 20px 0 275px;}

/* FOOTER */
.contato-redes {width: 100%; }
.contato-redes .titulo {text-align: center;}
.contato-redes .esquerda, .contato-redes .meio, .contato-redes .direita {float: unset; margin: 0 auto; display: table;}
.contato-redes .esquerda {width: 460px; max-width: 100%}
.contato-redes .meio {width: 460px; max-width: 100%; margin-top: 45px}
.contato-redes .direita {padding: 43px 0;}
.form-mensagem {width: 100%}
}

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

    /* GERAL */
    .wrapper { margin: 0 auto -720px }
    /*header {box-shadow: 0 -5px 15px #000; background: #fff;} */
    /*header {background-position-x: -375px;}*/
    .conteudo { padding: 0 15px; width: 100%; left: auto; margin: 0; }     
    .single.conteudo { padding: 0 25px; }
    /*header .conteudo { padding-left: 30px; padding-right: 30px; text-align: center; }      */
    /*.menu-redes-sociais { right: 15px; }*/
    /*.busca-topo { right: 15px; }*/
    
    
    /* PRINCIPAL */
    .bloco { margin-bottom: 50px; }
    /*.banner { width: 1480px; margin-left: -740px; }*/
    /*.wrapper-banner, .banner a, .banner img { height: 370px; }*/
    /*.wrapper-banner { margin-top: 0; }*/

    .form-mensagem { width: 100%; }

    
    /* NOTÍCIAS */
    /*section.noticias {margin: 0 auto;}*/
    .wrapper-imagem img { max-width: 100%; }
    /*.noticia .lista-noticias { display: block; }*/
    .lista-noticias-pequenas li { width: 200px; }

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

    /* ÍCONES */
    


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

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

    section.horarios {
        background: url("../images/bg-horarios.png") center bottom no-repeat;
        padding-bottom: 75px;
    }
    .bloco.horarios .conteudo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    section.horarios .conteudo img, 
    section.horarios .conteudo img + div,
    section.horarios .conteudo div {margin: 35px auto 0}

    section.aplicativo .conteudo  {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;}

    
    /* FOOTER */

}

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

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

/*.wrapper-logo .conteudo { text-align: center; }    */
/*.local-data {display: none;}*/
/*.barra-topo {height: 35px;}*/
/*.wrapper-menu {width: calc(100% - 166px);}*/
/*.logo {width: 166px; margin-top: 10px;}*/

.page .esquerda, .single .esquerda { width: 100%; text-align: center; margin-bottom: 20px; }
.page .esquerda img, .single .esquerda img { max-width: 100%; float: none; width: auto; }
.page .direita,.single .direita { width: 100%; padding-left: 0; }
.wrapper-item .btn-mais { left: 0; }

/* PRINCIPAL */
.wrapper-banner {height: 350px;margin-top: -30px;}
.banner { width: 1000px; margin-left: -500px; }
/*.banner a, .banner img { height: 145px; margin-top: 0;}*/
i.santoagostinho-seta-esquerda, i.santoagostinho-seta-direita {top: calc(50% - 65px);}


/* ÍCONES */


.noticia > .titulo {/*padding: 0;*/ text-align: center;}
.noticia > .data-noticia {padding: 20px 60px 00 60px; text-align: center;}

/* NOTÍCIAS */
section.noticias {width: 100%; float: left;}

.wrapper-todas-noticias {mmargin: -10px auto 30px;}


.lista-noticias li {height: unset;}

.noticias-mobile {display: unset;}

.lista-noticias-pequenas.cycle-slideshow, 
.banner-arrow-left, .banner-arrow-right,
.lista-comunidades.cycle-slideshow
{display: none;}

.lista-noticias-pequenas li {width: 100%; margin: 0; margin-bottom: 50px; float: left;}
.lista-noticias-pequenas li:last-of-type {margin-bottom: 0;}
.titulo-noticia-lista-pequenas {font-size: 22px; font-weight: 600; text-align: center; line-height: 30px; height: unset;}

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


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

.todas-noticias {margin: 0 auto; float: unset; display: table;}



div.comunidades ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
div.comunidades li {margin: 10px 10px;}



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



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




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

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

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

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

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

section.aplicativo {height: unset;}
section.aplicativo h4 {margin: 0 auto; text-align: center;}
section.aplicativo h4 + img {margin: 0 auto; order: 4; margin: 50px auto 0;}
section.aplicativo .conteudo div{width: 330px; margin: 0 auto;}

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

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

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

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

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

/* FOOTER */
.copyright {height: unset;}
.copyright span {
    display: none;
    padding: 0;
    margin: 15px auto 5px;
    float: unset;
    line-height: 25px;
}
.copyright span:last-of-type, .copyright span:last-of-type + a {display: block;}
.copyright a {float: unset; margin: 0 auto 10px}



}   

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

    /* PRINCIPAL */   
    header {height: 230px; background-size: cover;} 
    .logo {margin-top: -10px;}

    
    .wrapper-banner { height: 270px; }
    .banner { width: 680px; margin-left: -340px; }
    i.santoagostinho-seta-esquerda, i.santoagostinho-seta-direita { top: calc(50% - 70px);}
/*    .wrapper-banner {margin-top: -35px;}*/

.noticia .wrapper-lista-noticias {padding: 0;}
.noticia .lista-noticias-veja-mais {display: block;}

.wrapper { margin: 0 auto -870px; }
/*footer > .conteudo { height: 870px;}*/
/*footer, .push {height: 870px;}*/
footer .direita {margin-bottom: 0;}
.copyright span {padding: 17px 0 0 0;}
    /*.logo { 
        width: 100%;
        margin: 15px auto;
        position: relative;
    }
    .logo img {width: 200px;}*/

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

        .barra-topo {
    /*        z-index: 999; */
    position: relative; 
    margin-bottom: 25px;
    }
    .local-data {display: none;}

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

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

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


    /* MISSAS */
    .evento .horario-evento, .local-evento, .endereco-evento { width: 100%; }
    
    /* NOTÍCIAS */
    .wrapper-todas-noticias {width: 100%;}
    .noticia .titulo-noticia { width: 100%; }
    .noticia .resumo-noticia { float: left; }

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

    i.santoagostinho-seta-esquerda {left: 0}
    i.santoagostinho-seta-direita {right: 0}

    /* INDEX */
    
    /* ÍCONES */
/*    .bloco.icones {margin-top: 0}*/
.icones-blocos {width: 50%; margin-bottom: 30px}
section.noticias + .bloco + .bloco.icones {
    background: url(../images/bg-icones.png) center top no-repeat;
    position: relative;
    z-index: 10;
}
section.noticias + .bloco + .bloco.icones .icones-container {margin: 60px auto 40px;}

.conteudo-dia-semana .titulo-evento, .conteudo-dia-semana .local-evento, .conteudo-dia-semana .endereco-evento { width: 100%; }

/* NOTICIAS */
section.noticias .titulo, .programacao-semanal .titulo {width: 100%; text-align: center;}
.wrapper-todas-noticias {float: unset;display: table;margin: 0 auto 30px;}

.page.comunidade .wrapper-item {width: 170px; margin: 0 auto 40px;}
.borda, .detalhe_inferior {left: 18px;}


/* Terço */

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

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

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

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

/* FOOTER */
    .contato-redes .esquerda, .contato-redes .meio {width: 100%;}
    .contato-redes span {font-size: 13px;}
    .contato-redes .meio .menu-redes-sociais a {font-size: 21px;}



}

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

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

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


}

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