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

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

body {
    overflow-x: hidden;
}

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

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

/********************************************
*	
*   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;
    background: #FFF;
    color: #231F20;
}

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

section {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.titulo {
    float: left;
    font-size: 25px;
/*    letter-spacing: 1px;*/
/*margin-top: -6px;*/
/*    margin: 0 auto 40px auto;*/
color: #2f52a0;
position: relative;
font-weight: 700;
}

.subtitulo {    
    display: block;
    font-size: 25px;
    margin-bottom: 20px;
    color: #009fe3;
    position: relative;
    font-weight: bold;
}
.conteudo {
    width: 1140px;
    margin: 0 auto;
    /*padding: 0 25px;*/
    position: relative;
    z-index: 10;
    transition: all linear 0.2s;
}
.esquerda { float: left; }
.direita { float: right; }
.wrapper > .conteudo, .wrapper > .bloco {
    margin-top: 60px;
}
.font {    
    font-family: "Open Sans", arial, sans-serif;
}
.font-bold {    
    font-family: "Open Sans", arial, sans-serif;
    font-weight: 700;
}
.font-nd {
    font-family: Open Sans, Arial, sans-serif;
    letter-spacing: 0;
}
.wrapper-conteudo {
    float: left;
    text-align: justify;
    font-size: 20px;
    width: 100%;
    margin-bottom: 50px;
    color: #58585B;
}
.wrapper-conteudo h2 { font-size: 21px; font-weight: bold; }
.wrapper-conteudo h3 { font-size: 19px; font-weight: bold; }
.wrapper-conteudo h4 { font-size: 17px; font-weight: bold; }
.wrapper-conteudo strong { font-weight: bold; }

.wrapper-imagem {
    width: 100%;
    text-align: center;
    margin: 30px 0;
    float: left;
}
.wrapper-imagem img {
    display: inline-block;   
    border-radius: 10px;
}
.wrapper-paginacao {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.paginacao {
    width: 100%;
    text-align: center;
}
.paginacao span,
.paginacao a {
    display: inline-block;
    height: 30px;
    width: 40px;
/*    line-height: 31px;*/
color: #2f52a0;
text-align: center;
border: 1px solid #2f52a0;
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: #2f52a0;
    color: #FFF;
    border-color: #2f52a0;
}
.paginacao a.prev,
.paginacao a.next {
    width: 100px;
}
.paginacao a:hover {
    background: #2f52a0;
    color: #FFF;
    border-color: #2f52a0;
}
#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: 180px;
    width: 100%;
    position: fixed;
    text-align: center;
    z-index: 50;
    /*background: #ffffff;*/
    transition: all linear 0.2s;
}
header.menor {
    height: 60px;
    background-position-y: 0;
    transition: all linear 0.2s;
    box-shadow: 0 -5px 15px #000;
}
header.menor .conteudo {
    height: 60px;
    display: flex;
    justify-content: space-between;
    transition: all linear 0.2s;
}
header.menor .barra-topo{
    display: none;
    transition: all linear 0.2s;
}
header.menor .wrapper-menu{
    /*margin-top: 20px;*/
    transition: all linear 0.2s;
}
.barra-topo {
    width: 100%;
    height: 40px;
    float: left;
    background: #2699d6;
    transition: all linear 0.2s;
}
.barra-topo .conteudo, .wrapper-menu .conteudo {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 220px;
}
.barra-topo .conteudo span{
    min-width: 225px;
    font-size: 11px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}
.menu-redes-sociais {
    float: right;
    padding: 9px 12px;
    position: relative;
    z-index: 1;
}
.menu-redes-sociais li {
    float: left;
    transition: all linear 0.2s;
    margin: 0 10px;
}
.menu-redes-sociais a {
    font-size: 13px;
    text-align: center;
    float:left;
    transition: all linear 0.2s;

}
.menu-redes-sociais a:hover {
    filter: opacity(0.7);
    transform: scale(1.1);
}
.menu-redes-sociais a:before {color: #ffffff;}
.logo {
    float: left;
    width: 185px;
    top: -40px;
    left: 0;
    position: absolute;
    background: #ffffff;
    text-align: center;
    transition: all linear 0.2s;
    filter: drop-shadow(0 5px 4px #7d7d7ded);
    padding: 35px 0 40px;
    border-radius: 0 0 90px 90px;
}
.logo img {
    width: 155px;
    transition: all linear 0.2s;
}
header.menor .logo img{
    width: 70px;
    transition: all linear 0.2s;
}
header.menor .logo{
    margin-top: 15px;
    transition: all linear 0.2s;
    padding: 35px 0 11px;
}

/* MENU */
.wrapper-menu {
    width: 100%;
    height: 60px;
    text-align: right;
    float: left;
    /*padding: 22px 0 0 0;*/
    position: relative;
    padding-right: 20px;
    transition: all linear 0.2s;
    background: #2f52a0;
}

.saude-home {
    float: left;
    font-size: 16px;
    color: #009fe3;
    transition: all linear 0.2s;
}
#control-nav { 
    display: none;
    margin: 19px 0;
    float: left;
}
#control-nav1 { 
    display: none;
    margin: 19px 0;
    float: left;
}
.menu-celular {
    display: none;
}
#menu-principal {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    float: left;
}
#menu-principal > li {
    display: inline-block;
    /*padding-bottom: 10px;*/
/*    margin: 0 15px 0 0 ;*/
float: left;
}

#menu-principal > li > a {
    text-transform: uppercase;
    text-decoration: none;
    transition: background linear 0.2s;   
    transition: color linear 0.2s;   
    color: #ffffff;
    cursor: pointer;
    padding: 5px 25px 5px 15px;
    transition: color linear 0.2s; 
}
#menu-principal > li:hover > a {
    color: #ffffff;
    background: #2f52a0;
    transition: color linear 0.2s; 
}

/*setinha*/
#menu-principal > li.menu-item-has-children:after,
#menu-principal > li.menu-item-has-children > ul > li.menu-item-has-children:after {
    content: "";
    display: block;
    width: 8px;
    height: 5px;
    margin: -11px 0 0;
    right: 7px;
    position: absolute;
    background: url("../images/v.png") center top no-repeat;
    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: 55px;*/
}
li.menu-item-has-children > ul {
    width: 200px;
    height: auto;
    text-align: left;
    float: left;
    position: absolute;
    left: 0;
    top: 25px;
    background: #009fe3;
    transition: all linear 0.2s;
    /*box-shadow: 0 2px 2px #000;*/
    opacity: 0;
    visibility: hidden;
    padding: 5px 0 10px;
}
li.menu-item-has-children:nth-child(3) ul {width: 210px;}
li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
}
li.menu-item-has-children > ul > li {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    transition: all linear 0.2s;
    /*border-bottom: 1px solid #d8c156;*/
}
li.menu-item-has-children > ul > li > a {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all linear 0.2s;
}
li.menu-item-has-children > ul > li > a:hover { background: #2f52a0; } 
li.menu-item-has-children > ul > li:hover {
    background: #009fe3;
}
li.menu-item-has-children > ul > li:last-child {
    border: none;
}
li.menu-item-has-children > ul li.menu-item-has-children > ul {
    width: 200px;
    height: auto;
    text-align: left;
    float: left;
    position: absolute;
    left: 200px;
    top: 0;
    transition: all linear 0.2s;
}
li.menu-item-has-children ul li.menu-item-has-children ul li a {
    font-size: 13px;
    margin: 0;
    padding: 7px 7px 7px 9px;
}
li.menu-item-has-children:nth-child(3) ul li.menu-item-has-children ul {
    left: 210px;
}
.busca-topo {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
}
.busca-topo input[type="checkbox"] {
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    visibility: hidden;
}
.busca-topo label {     
    float: left; 
    width: 22px;
    /*height: 40px;*/
    /*margin-top: -3px;*/
    color: #009fe3; 
    cursor: pointer;
    font-size: 18px;
    transition: all linear 0.2s;
    border-radius: 3px;
}
.wrapper-busca {
    position: absolute;
    right: 0;
    top: 35px;
    width: 180px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    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: 147px;
    float: left;
    font-size: 13px;
    color: #2f52a0;
    background-color: #ffffff;
    padding: 0 10px;
    border: none;
    border-radius: 7px 0 0 7px;
    border: 2px solid #2f52a0;
    border-right: none;
}
.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 #2f52a0;
    border-left: none;
    border-radius: 0 7px 7px 0;
}
.busca-topo button[type="submit"]:focus, 
.busca-topo button[type="submit"]:hover {
    cursor: pointer; 
}

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

/* BANNERS */
.bloco-banner {
    width: 100%; 
    float: left; 
    margin: 95px 0 50px 0;
}
.wrapper-banner {  
    width: 100%;
    float: left;
    position: relative;
    z-index: 10;
    margin: 5px auto 0;
}
.banner { 

}
.banner li {filter: drop-shadow(0 3px 4px #7d7d7d4f)}

.banner a, .banner img {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
i.saude-seta-esquerda, i.saude-seta-direita {
    position: absolute;
    top: calc(50% - 30px);
    right: 30px;
    z-index: 100;
    border-radius: 50%;
    color: #ccc;
    font-size: 13px;
    width: 55px;
    height: 55px;
    line-height: 53px;
    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.saude-seta-esquerda {left: 30px; right: unset;}
i.saude-seta-esquerda:hover, i.saude-seta-direita:hover {
    transform: scale(1.2);
    cursor: pointer;
}

/* ICONES*/
section.icones {
    background: #2f52a0;
    padding: 70px 0;
}
.icones-container {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
}
.icones-blocos {
    float: left;
    text-align: center;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.icones-blocos:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
} 
.icones-blocos a {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 50%;
}
.icones-blocos h3 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.icones-blocos i {
    font-size: 75px;
    margin: 0 auto 7px;
    display: block;
    color: #ffffff;
}
.icones-blocos i:before {
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

/* NOTÍCIAS */
section.noticias {
}
.noticias-mobile {display: none;}
section.noticias .titulo {
    width: 240px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    float: left;
    margin: 0 auto 35px;
}
section.noticias .titulo + div{
    display: flex;
    flex-direction: column;
    float: right;
    text-align: center;
    margin-top: -10px;
}
section.noticias .titulo + div a{
    font-size: 11px;
    padding: 3px 25px;
    border-radius: 15px;
    color: #ffffff;
    background: #2699d6;
    margin: 3px 0;
    transition: all linear 0.2s;
}
section.noticias .titulo + div a:hover{
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: all linear 0.2s;
    background: #2f52a0;
}
section.noticias .titulo a {
    width: 96px;
    font-size: 8px;
    font-weight: 500;
    color: #ffffff;
    background: #009fe3;
    padding: 2px 0;
}
section.noticias ul li {
    width: 245px;
    margin: 0 20px;
}
section.noticias ul li .limitador{
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 5px;
}
section.noticias ul li img{
    width: 100%;
    float: left;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
section.noticias ul li:hover img{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    filter: brightness(0.8);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
section.noticias ul li .limitador + div{
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}
section.noticias ul li .limitador + div span:first-of-type{
    width: 100%;
    text-align: center;
    color: #1d1d1b;
    font-size: 12px;
}
section.noticias ul li .limitador + div span:nth-of-type(2){
    /*width: 100%;*/
    text-align: center;
    color: #ffffff;
    background: #2699d6;
    font-size: 11px;
    margin: 5px auto;
    padding: 2px 20px;
    border-radius: 10px;
}
section.noticias ul li .limitador + div span:nth-of-type(3){
    width: 100%;
    height: 55px;
    text-align: center;
    color: #2f52a0;
    font-size: 20px;
    font-weight: 700;
    white-space: break-spaces;
    overflow: hidden;
}
section.noticias i.saude-seta-esquerda, 
section.noticias i.saude-seta-direita {
    color: #2699d6;
    right: -35px;
    font-size: 23px;
    border: none;
}
section.noticias i.saude-seta-esquerda {
    left: -35px;
    right: unset;
}

/* PORGRAMAÇÃO SEMANAl */
section.programacao .titulo {
    /*font-size: 20px;*/
    /*font-weight: 900;*/
}
.saude-agenda {
    float: left; 
    color: #009fe3;
    font-size: 26px;
    margin: 5px 10px 0 0;
}
.esquerda.programacao-semanal {
    width: calc(100% - 350px);
}
.programacao-semanal {
    width: 100%;
    float: left;
}
.proximos-eventos {
  float: right;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 700;
  margin: 25px 0 0 10px;
  padding: 4px 11px 4px;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  background: #2f52a0;
}
.proximos-eventos:hover {
    background: #009fe3;
    color: #ffffff;
}
.wrapper-eventos {
    overflow: hidden;
    width: 100%;
    background-color: #e2eef5;
}
.dias-semana {
    width: 200px;
    background-color: #2f52a0;
    display: block;
    float: left;
    position: relative;
    z-index: 1;
}
.dias-semana label {
    width: 100%;
    text-align: left;
    position: relative;
    color: #FFF;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    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 15px;
    border-left: 9px solid #2f52a0;
}
.dias-semana input:checked + span {
    background-color: #e2eef5;
    color: #2f52a0;
    cursor: default;
}
.wrapper-conteudo-dia-semana {
    width: 590px;
    height: 365px;
    padding: 15px 0;
    background: #e2eef5;
    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: #e2eef5;
    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;
}
section.programacao .direita {
    width: 280px;
}
section.programacao .direita .titulo{
    width: 100%;
    text-align: center;
}
section.programacao .direita a {
    width: 280px;
    float: left;
    margin-top: 70px;
}
section.programacao .direita a img{
    width: 100%;
    float: left;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
section.programacao .direita a img:hover{
    -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);
}

.barra-cinza {
    width: 100%;
    height: 1px;
    background: #9d9d9c;
    margin-top: 70px;
    float: left;
}

/* LITURGIA */
section.liturgia {

}
section.liturgia .conteudo{
    display: flex;
}
section.liturgia .esquerda{
    width: 840px;
    /*padding-top: 55px;*/
}
section.liturgia .titulo{margin-bottom: 15px}
section.liturgia .titulo,
section.liturgia .subtitulo,
section.liturgia .tabs-menu ul li a,
section.liturgia .wrapper-conteudo{
    color: #2f52a0;
}
section.liturgia .subtitulo {
    font-weight: 400;
    font-size: 21px;
    padding-right: 0;
    margin-bottom: 30px;
}
section.liturgia .tabs-menu ul li a.active-tab-menu {
    background: #2f52a0;
    color: #ffffff;
}
section.liturgia .liturgia-diaria .titulo, 
section.liturgia .liturgia-diaria .wrapper-conteudo-pagina {
    padding-right: 0;
}
section.liturgia .liturgia-diaria .wrapper-conteudo-pagina {
    min-height: unset;
}
section.liturgia .tabs {
    padding: 0 65px 0 0;
}
section.liturgia .wrapper-conteudo {
    margin-bottom: 0;
}
section.liturgia .direita{
    width: calc(100% - 840px);
    /*background: #009fe3;*/
    padding: 55px 0 0 65px;
/*    filter: drop-shadow(-14px 0 15px #000000c9);*/
/*    box-shadow: -14px 0 15px #000000c9;*/
}
section.liturgia .direita a{
    width: 215px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
section.liturgia .direita a span{
    font-size: 25px;
    font-weight: 700;
    color: #2f52a0;
}
section.liturgia .direita a span:nth-of-type(2){
    font-weight: 400;
    font-size: 21px;
    padding-right: 0;
    margin-bottom: 30px;
}
section.liturgia .direita a span:nth-of-type(3){
    font-weight: 600;
    font-size: 21px;
    margin-top: 10px;
}



/* MENSAGEM */
.form-mensagem {
    width: 360px;
    float: left;
}
.form-mensagem label {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.form-mensagem input[type="text"],
.form-mensagem textarea {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #231F20;
    font-size: 16px;
    background: #E7E7E8;
    border: none;
    padding: 0 10px;
    border-radius: 3px;
    transition: all linear 0.2s;
}
.form-mensagem .formError + input[type="text"],
.form-mensagem .formError + textarea {
    background: #F9C0B7;
}
.form-mensagem textarea {
    resize: none;
    height: 90px;
    /*height: 135px;*/
}
.form-mensagem input[type="text"]:focus,
.form-mensagem textarea:focus {
    background: #83B0E9;
}
.form-mensagem input[type="submit"] {
    float: right;
    height: 30px;
    width: 100px;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    background: #2f52a0;
    border-radius: 3px;
    padding: 0;
    margin: 5px 0 0;
    border: 0;
    transition: all linear 0.2s;
}
.form-mensagem input[type="submit"]:hover {
    cursor: pointer;
    color: #ffffff;
    background: #0954B3;
}

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

section.liturgia + section {
    background: #e2eef5;
}
footer {width: 100%; float: left; background: #e2eef5;}
.contato-redes {
    width: 100%;
    float: left;
    padding-top: 40px;
    margin-bottom: 20px;
    border-top: 10px solid #2f52a0;
}
.sites-indicados {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.contato-redes  .esquerda{
   width: 390px;
}
.contato-redes  .direita{
   width: 715px;
}
.contato-redes .titulo, .sites-indicados .titulo {
   min-width: 100%;
   color: #009fe3;
   margin-bottom: 25px;
}
.contato-redes span {
   width: 100%;
   display: flex;
   flex-direction: column;
   color: #2f52a0;
   font-size: 18px;
   margin-bottom: 25px;
}
.contato-redes span strong{
   font-weight: 700;
}
.contato-redes span p{
   font-weight: 600;
}
.contato-redes iframe{
   width: 100%;
   display: block;
   aspect-ratio: 2.1/1;
   height: auto;
}
.sites-indicados .esquerda {
    width: 625px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sites-indicados .esquerda a{
    width: 21%;  
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);  
}
.sites-indicados .esquerda a img{
    width: 100%;
    float: left; 
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);   
}
.sites-indicados .esquerda a: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);   
}
.sites-indicados .direita{
    width: calc(100% - 625px);
}
.sites-indicados .menu-redes-sociais{
    width: 100%;
    background: none;
    padding: 0 0 0 110px;;
    display: flex; 
    margin-top: 80px;
    justify-content: space-between; 
    align-items: center;
}
.sites-indicados .menu-redes-sociais p{
    font-size: 16px;
    font-weight: 600;
    color: #2f52a0;  
}
.sites-indicados .menu-redes-sociais a{
    font-size: 15px;
}
.sites-indicados .menu-redes-sociais a::before {
    color: #009fe3;  
}
footer img {
    transition: all linear 0.5s;
}
.copyright {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #2f52a0;
    border-bottom: 10px solid #2f52a0;
    position: relative;
}
.copyright:before {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  top: 25px;;
  background: #009fe3;
  z-index: 0;
}
.copyright .conteudo{
    border-top: 1px solid #2f52a0;
    padding: 20px 0;    
}
.copyright img{
    width: 100%;
    float: left;
}
.copyright span{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 20px;
    background: #e2eef5;
}
.copyright span a{
    width: 65px;
}
.copyright span:last-of-type{
    display: none;
}

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

/* COMUNS */
#single {
    margin-top: 200px;
}
.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;
    color: #2f52a0;
    padding: 0;
    top: unset;
    transform: unset;
    float: left;
}
.titulo-noticia-lista-grande span {
  width: 100%;
  max-height: 120px;
  float: left;
  text-align: left;
  font-size: 25px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.titulo-noticia-lista-grande span:first-of-type {
  width: unset;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background-color: #009fe3;
  padding:
  3px 7px;
  border-radius:
  5px;
  margin-top: 0;
}
.titulo-noticia-lista-grande span:nth-of-type(2) {
  font-size: 11px;
  font-weight: 500;
  color: #009fe3;
  margin-top: 6px;
}
.noticia .bloco-titulo {
    width: 100%; 
    float: left; 
    margin-bottom: 70px;
    position: relative;
}
.noticia .bloco-titulo h2 {
    float: left; 
    color: #2f52a0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    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: #2f52a0;
    padding: 0;
}

/*COMPARTILHAR*/
.noticia .compartilhar {
    float: left; 
    /*right: 0;*/
    bottom: 0;
    position: absolute;
}
.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;}


/* 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: #2f52a0
}
.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: 700; 
    color: #2f52a0;
    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;
}

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

/* COMUNS */
.barrinha-fina {
  width: 100%;
  height: 1px;
  background-color: #2f52a0;
  margin-bottom: 60px;
  float: left;
}
#page {
    margin-top: 180px;
}
.page > .titulo, .single > .titulo, .single.dizimista .wrapper-form > .titulo {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2f52a0;
}
.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;
}

/* JORNAL */
.page.noticias .lista-noticias .jornal { height: unset; max-height: 460px; overflow: hidden; text-align: center;}
.page.noticias .lista-noticias li.jornal img {margin-bottom: 15px;}
.lista-noticias li.jornal:hover img {transform: none;}

/* NOTÍCIAS */
.page.noticias.conteudo { }
.page.noticias .lista-noticias { 
    width: 100%; 
    display: flex;
    flex-wrap: wrap;
}
.page.noticias .lista-noticias li {
    height: 280px;
    width: 26.33%; 
    margin-bottom: 30px; 
}
.page.noticias .lista-noticias li:nth-child(3n + 2) {
    margin: 0 10.5% 30px;
}
.page.noticias .lista-noticias a { padding: 0; }
.page.noticias .lista-noticias a:hover { color: #2f52a0 }
.page.noticias .limitador-noticias { 
    width: 100%;
    aspect-ratio: 16/9;
    float: left;
    overflow: hidden;
    margin-bottom: 5px;
}
.page.noticias .lista-noticias img { 
    width: 100%; 
    height: auto;
    margin: 0;
}
.page.noticias .data-noticia {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #2f52a0;
    text-align: center;
}
.page.noticias .titulo-noticia-lista {
    width: 100%;
    float: left;
    text-align: center;
    color: #2f52a0;
    font-weight: 700;
}
/* MISSAS */
.wrapper-lista-missas {
    width: 100%;    
}
.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: #009fe3;
    padding: 3px 16px;
}
.evento {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    float: left;
    color: #2f52a0;
}
.evento-agenda {
    display: block;
    margin-bottom: 15px;
    /*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: #2f52a0;
    background: none;
    padding: 0 0 0 0;
}
.single.missas h2.titulo.missa-mesmo {
    color: #ffffff;
    background: #009fe3;
    width: unset;
    padding: 3px 12px;
}
.saude-mais {
    float: left;
    font-size: 17px;
    margin: 9px 15px 66px 0;
    color: #009fe3;
}
.horario-evento {
    font-size: 20px;
    font-weight: 600;
    float: left;
    width: 85px;
    color: #58585B;
}
.data-evento {
    font-size: 20px;
    font-weight: 600;
    float: left;
    width: 85px;
    color: #58585B;
}
.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 .direita {height: 190px; padding-bottom: 0; min-height: unset;}
.page.comunidade .barrinha-fina {margin-top: 60px;}
.page.comunidade .barrinha-fina:last-of-type,
.page.clero .barrinha-fina:last-of-type {display: none;}
.page.comunidade .wrapper-item {margin-bottom: 0;}
.page.comunidade .direita .titulo, .page.clero .direita .titulo {
    width: 100%;
    font-size: 23px;
    font-weight: 700;
    color: #2f52a0;
    padding: 0;
    border: none;
    margin-bottom: 15px;
    transition: all linear 10.4s;
    float: left;
}
.page.comunidade .direita .subtitulo, .page.clero .direita .subtitulo {
    font-size: 17px;
    font-weight: 400;
    color: #58585b;
    margin-bottom: 5px;
}
.page.comunidade .direita a, .page.clero .direita a{
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.direita a:hover .titulo, .direita a:hover .subtitulo {
    text-decoration: underline;
    transition: all linear 10.4s;
}

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

.leiamais {
    float: left;
    font-size: 19px;
    font-weight: 600;
    margin-top: 15px;
}
.leiamais::before {
  content: "+";
  display: block;
  color: #FFF;
  font-weight: bold;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  float: left;
  margin: 4px 5px 0 0;
  border-radius: 3px;
  background: #2f52a0;
}

/* LITURGIA DIÁRIA */
.page.liturgia-diaria > .titulo {
    margin-bottom: 15px;
    padding-right: 10px;
}
.page.liturgia-diaria .subtitulo {
    margin-bottom: 30px;
    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: 7px 25px;
    text-decoration: none;
    font-size: 16px;
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
    letter-spacing: 0;
    color: #5B5B5E;
}
.tabs-menu ul li a:hover {
    color: #2f52a0;
}
.tabs-menu ul li a.active-tab-menu {
    background: #2f52a0;
    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: #2f52a0;
}
.santo img {width: 100%;}
.santo .nome {
    font-family: "Open Sans", arial, sans-serif;
    font-size: 18px; 
    font-weight: 400;
    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: #2f52a0;
    /*text-decoration: underline;*/
}
.links strong { }

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

.wrapper-form {
    float: left;
    width: 100%;
    /*margin-bottom: 50px;*/
}
.formulario {
    width: 100%;
    float: left;
}
.formulario label,
.formulario .wrapper-radio {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    position: relative;
}
.formulario label span {
    display: block;
    width: 100%;
    float: left;
    color: #231F20;
}
.formulario input[type="text"],
.formulario select,
.formulario textarea {
    width: 100%;
    float: left;
    height: 60px;
    border: 2px solid #009fe3;
    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 #009fe3;
    background: #009fe3;
    color: #FFF;
    border-radius: 3px;
    padding: 0;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;    
    transition: all linear 0.2s;
}
.formulario button:hover{
    background: #2f52a0; 
    cursor: pointer;    
    border-color: #2f52a0;
}   
.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: #2f52a0;
}
.oracao h3 {
    font-weight: bold;
    margin: 25px 0 5px 0;
    color: #2f52a0;
    font-size: 22px;
}
.oracao h4 {
    font-size: 19px;
    margin: 25px 0 0 0;
}
.oracao h5 {
    font-size: 16px;
    margin-top: -6px;
}
.terco .imagem {
    width: 350px;
    float: left;
    text-align: center;
    /*background-color: #df5557;*/
    /*margin-left: 262px;*/
}
.terco .oracao {
    width: 350px;
    height: 520px;
    overflow: auto;
    float: right;
    text-align: center;
    margin: 0 0 0 100px;
    padding: 35px 0 0 0;
}
.terco .imagem img {
    width: 250px;
    margin-bottom: 5px;
}
.pager-terco {
    width: 350px;
    float: right;
}
.pager-terco span {
    width: 140px;
    height: 40px;
    line-height: 39px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0;
}
.pager-terco span:hover, .misterios span:hover {
    background: #2f52a0;
    color: #FFF;
}
.seletor {
    width: 800px;
    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;
    font-weight: 600;
    padding-top: 4px;
    margin: 0 6px 10px 0;
    border: 1px solid #2f52a0;
}
.misterios a {
    border: none;
    line-height: unset;
    width: unset;
    height: 40px;
    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 .wrapper-conteudo strong {color: #2f52a0;}

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

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

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

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

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

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

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

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

/* Cores do Placeholder*/

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

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

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

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

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

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

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

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

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

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

    .wrapper-menu {
        /*width: 20%;*/
        /*margin-top: 50px;*/
    }
    /*header.menor .wrapper-menu {margin-top: 10px;}*/
    .menu-celular {
        display: block;
        float: left;
        margin: 5px 0 0 0;
    }

    /* 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 {
        margin: 0 -20px 0 0;
    }

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


    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-left: 10px;
        padding-right: 0;
        padding-bottom: 0 !important;
        margin: 0 !important;        
        transition: all linear 0.2s;
    }   

    header .wrapper-menu ul.menu a {
        display: block;
        width: 100%;
        line-height: 20px;
        padding: 6px 0;
        /*height: 30px;*/
    }   
    {background: #ffffff; }
    #menu-principal > li:hover > a,
    li.menu-item-has-children > ul > li:hover,
    li.menu-item-has-children > ul > li > a:hover {background: #ffffff;} 

    
    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: 8px 0 0;
    float: right;
    border: 5px solid;
    border-bottom: 0;
    border-color: #2f52a0 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: 0px 0;
}

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

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

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

    input#control-nav:checked ~ div .menu,
    input#control-nav:checked ~ .control-nav-close {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    /* SUBMENU */
    li.menu-item-has-children > ul {
        display: none;
        width: 100%;
        box-shadow: none;
        position: relative !important;
        top: auto;
        left: 0 !important;
        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;}*/
    section.noticias ul li {
        width: 220px;
        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);}

    section.liturgia .conteudo {flex-direction: column;}
    section.liturgia .esquerda {width: 100%;}
    section.liturgia .direita {
        width: 100%;
        padding: 25px 0;
    }
    section.liturgia .direita a {margin: 0 auto;}
    section.liturgia .direita:after {display: none;}
    section.liturgia .tabs {padding: 30px 0 0 0;}


    /* FOOTER */
    .contato-redes {width: 100%; text-align: center;}
    .contato-redes .esquerda, .contato-redes .meio, .contato-redes .direita {float: unset; margin: 0 auto; display: table;}
    .contato-redes .esquerda {width: 231px; text-align: left;}
    .contato-redes .meio {width: 405px; text-align: left;}
    .contato-redes .direita {padding-top: 43px;}
    .sites-indicados .menu-redes-sociais {padding: 0}
    .copyright span:first-of-type {display: none;}
    .copyright span:last-of-type {
        width: 100%;
        display: flex;
        padding:0;
        flex-direction: column;
        text-align: center;
        line-height: 22px;
    }
    .copyright:before {display: none;}
    .copyright span a {margin-top: 3px;}

}

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

/*    .wrapper-banner {width: 100%; height: 19vw;}*/

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

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

.page.noticias .lista-noticias .jornal {max-height: 330px;}

/* Í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;}


section.liturgia .liturgia-diaria .wrapper-conteudo-pagina {margin-bottom: 0}

/* 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 */
.sites-indicados .esquerda,
.sites-indicados .direita {width: 50%}

}

/* 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; }    */
    /*.barra-topo {height: 35px;}*/
    /*.wrapper-menu {width: calc(100% - 166px);}*/
    .logo {width: 145px; padding: 15px 0 15px; border-radius: 0 0 70px 70px;}
    .logo img {width: 85px;}

    /*.bloco-banner {margin: 0;}*/

    .barra-topo .conteudo, .wrapper-menu .conteudo {justify-content: right;}
    .barra-topo .conteudo span {display: none;}
    header.menor .conteudo {justify-content: right;}

    .menu-celular {margin: 5px 10px 0 0;}
    
    .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; }
    
    /* PRINCIPAL */
    /*.wrapper-banner {height: 235px;}*/
    /*.banner { width: 920px; margin-left: -460px; }*/
    /*.banner a, .banner img { height: 145px; margin-top: 0;}*/

    i.saude-seta-esquerda, i.saude-seta-direita {border: none; right: 10px}
    i.saude-seta-esquerda {left: 10px}

    /* ÍCONES */
    .icones-container {width: 220px;margin: 0 auto;}
    .icones-blocos {margin-bottom: 15px}

    .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;}
    section.noticias .cycle-slideshow, 
    .prevControlNoticia, .nextControlNoticia {
        display: none;
    }
    .noticias-mobile {display: unset;}
    section.noticias ul li {
        width: 100%;
        margin: 0 0 25px 0;
        float: left;
    }
    section.noticias ul li .limitador + div span:last-of-type {
        width: 100%;
        font-size: 17px;
        height: unset;
        padding: 10px 20px;
    }
    section.noticias ul li .limitador + div span:last-of-type p{
        display: none;
    }

    section.noticias ul li .limitador + div span:first-of-type {display: none}

    .wrapper-todas-noticias {margin-top: -10px;}
    .todas-noticias, .todas-noticias:nth-of-type(2) {border: none; padding: 0; margin: 0 auto 10px;}

    .lista-noticias li {height: unset;}


    .lista-comunidades {display: none;}
    .noticias-mobile {display: unset;}

    .lista-comunidades.noticias-mobile {
        width: 100%;
        margin: 0 auto;
        float: unset;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .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 .bloco-titulo h2 {margin-bottom: 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;}

    .page.noticias .lista-noticias .jornal {height: unset; max-height: unset;}

    /*PROGRAMAÇÃO SEMANAL */
    .esquerda.programacao-semanal { width: 100%; margin-bottom: 50px}
    section.programacao .direita a {margin-top: 30px;}
    .programacao-semanal + .direita {float: unset; margin: 0 auto; display: table;}
    
    /* AGENDA */
    .menu-meses {width: 288px;}

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

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

  .page.clero .direita, .page.comunidade .direita {padding-bottom: 0}

  .formatar .wrapper-conteudo ul {margin:0}
  .formatar .wrapper-conteudo li {margin-left: 10px;}
  .formatar img {width: 100%; margin: 0 20px 20px 0;} 

  /* FOOTER */
  .contato-redes .direita {width: 100%;padding-top: 0;}
  .sites-indicados .esquerda, 
  .sites-indicados .direita {width: 100%;}
  .sites-indicados .menu-redes-sociais {margin-top: 30px;}

}

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

    /* PRINCIPAL */   
    /*header {height: unset; background: #ffffff; float: left;} */
    /*.banner { width: 680px; margin-left: -340px; }*/
    .bloco-banner {height: 100px}
    .bloco-banner .conteudo{
        width: 100%; 
        float: left;
        padding:0;
    }
    .bloco-banner .banner li{width: 100%}
    .bloco-banner .banner a{display: flex; justify-content: center;}
    .bloco-banner .banner img{height: 100px; min-width: 570px;}
    /*.wrapper-banner, .banner a, .banner img { height: 150px; margin-top: 0; }*/
    /*.wrapper-banner {margin-top: -35px;}*/
    .noticia .wrapper-lista-noticias {padding: 0;}
    .noticia .lista-noticias-veja-mais {display: block;}
    
    .wrapper { margin: 0 auto -870px; }

    footer .direita {margin-bottom: 0;}

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


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

/* NOTÍCIAS */
section.noticias .titulo {width: 100%;}
section.noticias .titulo + div {display: none}

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

.contato-redes .esquerda {width: 100%}
section.liturgia .liturgia-diaria .titulo,
.contato-redes .titulo, .sites-indicados .titulo {
    width: 100%;
    text-align: center;
}
.contato-redes span p {word-wrap: anywhere}

/* 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 */


}

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