/ ********************************************
*   	
*   Rodrigo Alison Lopes
*   rodrigo dot alison at hotmail dot com
*   24/02/2018
*   
********************************************/

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

body {
    overflow-x: hidden;
}

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

footer, .push {

}


/********************************************
*	
*   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: "Poppins", arial, sans-serif;
    font-size: 20px;
    background: #FFF;
    color: #6D6E70;
}

a {
    text-decoration: none;
    color: #e8aa40;
    transition: all linear 0.2s;
}
a:hover {
    text-decoration: none;
    color: #4d5daa;
    transition: all linear 0.2s;
}

section {
    width: 100%;
    position: relative;
    float: left;
}

.titulo {
    display: table;
    font-size: 43px;
    margin: 0 auto 45px auto;
    color: #4d5daa;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.detalhe:after {
    content: "";
    display: block;
    background-color: #e8aa40;
    width: 87%;
    height: 3px;
    margin: -5px auto 0;

}

.subtitulo {    
    display: block;
    font-size: 25px;
    margin-top: -6px;
    margin-bottom: 20px;
    color: #231F20;
    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: 75px;
}

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

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

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

.btn-mais {
    float: left;
    font-size: 13px;
    letter-spacing: 1px;
    color: #4d5daa;
    border: 1px solid #5B5B5E;
    padding: 3px 10px 0 10px;
    margin-top: 5px;
}

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

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

.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;
    float: left;
}

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

.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: #4d5daa;
    font-weight: 500;
    text-align: center;
    border: 1px solid #4d5daa;
    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: #4d5daa;
    color: #FFF;
    border-color: #4d5daa;
}

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

.paginacao a:hover {
    background: #4d5daa;
    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: 70px;
    width: 100%;
    position: fixed;    
    text-align: center;
    /*  padding-top: 40px;*/
    z-index: 50;
    /* box-shadow: 0 -5px 15px #000;*/
    background: linear-gradient(to right, #155299, #242057);
    border-top: 35px solid #fff;
    box-sizing: border-box;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
header.menor {
    height: 35px;
    border-top: 0px solid #fff0;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.logo {
    display: flex;
    float: left;
    width: 245px;
    height: 95px;
    margin: -35px 0 0 -50px;
    background-color: #ffffff;
    border-radius: 0 0 45px 0;
    filter: drop-shadow(3px 3px 10px #00000091);
    align-items: center;
    padding: 0 0 0 25px;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
header.menor .logo {
    width: 185px;
    height: 55px;
    margin: 0 0 0 0;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    padding: 0 0 0 20px;
}
.logo img {
    width: 55px;
    max-width: 100%;
    float: left;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
header.menor .logo img {
    width: 35px;
    max-width: 100%;
    float: left;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.logo img:nth-of-type(2) {
    width: 115px;
    margin: 5px 0 0 12px;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
header.menor .logo img:nth-of-type(2) {
    width: 75px;
    margin: 5px 0 0 12px;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
/*.wrapper-menu + .logo {
    width: 100px;
    height: 115px;    
    background: #e4a64b;
    border-radius: unset;
    padding: 0 0;
    margin-top: -20px;
}
.wrapper-menu + .logo img{
    margin-top: 7px;
}*/

/* MENU */
.wrapper-menu {
    width: calc(100% - 210px);
    text-align: left;
    float: right;
    margin-top: 0;
    position: relative;
    padding-right: 0;
    /*background: #4d5daa;*/
}

.projetomemoriaarquidiocese-home {
    float: left;
    font-size: 14px;
    position: absolute;
    top: 15px;
    left: 0;
    color: #ffffff;
    transition: color linear 0.2s;   

}
.projetomemoriaarquidiocese-home:hover {
    color: #fff46c;
    transition: color 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: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
/*    margin-top: 15px;*/
}

#menu-principal > li {
    display: inline-block;
    margin: 0 21px 0 0;
    padding-bottom: 10px;
}
#menu-principal > li:last-of-type {
    margin: 0 0 0 0;
}

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

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

/*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: 10px 0 0;
    right: -12px;
    position: absolute;
    border: 4px solid;
    border-bottom: 0;
    border-color: #ffffff 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: 325px;
    height: auto;
    text-align: left;
    float: left;
    position: absolute;
    left: -9px;
    top: 29px;
    background: #ffffff;
    transition: all linear 0.2s;
    filter: drop-shadow(2px 2px 3px #5b595942);
    opacity: 0;
    visibility: hidden;
    padding: 5px 0;
}

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;
    color: #4d5daa;
    /*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: unset;
    font-size: 14px;
    text-decoration: none;
    transition: all linear 0.2s;
}
li.menu-item-has-children > ul > li > a:hover {  } 

li.menu-item-has-children > ul > li:hover {
    background: #4d5daa;
    color: #ffffff;
}

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: 250px;
    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 {
    position: absolute;
    right: 0;
    top: -47px;
}

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

.menu-redes-sociais a {
    display: block;
    width: 23px;
    height: 23px;
    font-size: 19px;
    text-align: center;
    line-height: 22px;
    overflow: hidden;
    transition: all linear 0.2s;
}

.menu-redes-sociais a:hover {
    filter: opacity(0.7);
    /*color: #FFF;
    background: #173E2D;*/
}
.menu-redes-sociais .projetomemoriaarquidiocese-facebook:before,
.menu-redes-sociais .projetomemoriaarquidiocese-instagram:before,
.menu-redes-sociais .projetomemoriaarquidiocese-whatsapp:before {color: #4d5daa;}

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

.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: #4d5daa; 
    cursor: pointer;
    font-size: 16px;
    transition: all linear 0.2s;
    border-radius: 3px;
}

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

.wrapper-busca {
    position: absolute;
    right: 0;
    top: 55px;
    /*padding: 10px;*/
    width: 233px;
    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: 200px;
    float: left;
    font-size: 13px;
    color: #4d5daa;
    padding: 0 10px;
    border: none;
    border-radius: 10px 0 0 10px;
    border: 2px solid #4d5daa;
    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 #4d5daa;
    border-left: none;
    border-radius: 0 10px 10px 0;
}

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

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

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

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

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

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

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

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

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

/* ICONES*/
.bloco-icones {
    background: #eaeaea;
    padding: 35px 0;
}
.bloco-icones .conteudo {
    display: flex;
    flex-wrap: wrap;
}
.icones-blocos {
    width: 25%;
    margin: 15px 0;
}
.icones-blocos a {
    width: 100%;
    display: flex;
/*    flex-wrap: wrap;*/
align-items: center;
transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.icones-blocos a:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    filter: brightness(0.95);
}
.icones-blocos h3 {
    float: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    color: #686363;
    transition: all linear 0.2s;
}
.icones-blocos i {
    width: 90px;
    height: 90px;
    font-size: 50px;
    text-align: center;
    color: #ffffff;
    background: #4d5daa;
    border-radius: 50%;
    padding-top: 20px;
    margin-right: 15px;
}


/* NOTÍCIAS */
section.noticias {
    /*margin-right: 75px;*/
    padding: 50px 0;
}
.limitador{
    width: 100%;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}
.limitador img, .acesso-rapido .wrapper-imagem:hover img{
    width: 100%;
    float: left;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
section.noticias ul li:hover img, 
section.santosebeatos ul li:hover img,
.acesso-rapido .wrapper-imagem:hover img
{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    filter: brightness(0.95);
}
section.noticias ul, section.santosebeatos ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.noticias ul li{
    width: 23%;
}
section.noticias ul li a{
    color: #686363;
}
section.noticias ul li p, section.santosebeatos ul li p{
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    padding: 10px;
    text-align: justify;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
section.noticias ul li:hover p, section.santosebeatos ul li:hover p{
    color: #4d5daa;
}

/* BLOCO BISPOS */
.bloco-bispos {
    background: url("../images/bg-bispos.jpg") center top no-repeat;
    height: 610px;
    background-attachment: fixed;
    /*background-position-y: 70px;*/
    background-size: cover;
}
.bloco-bispos img {
    display: block;
    margin: 0 auto;
}
.bloco-bispos .conteudo div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 25px;
}
.bloco-bispos .conteudo div a{
    width: 295px;
    height: 75px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f9a230;
    color: #ffffff;
    padding-right: 30px;
    border-radius: 40px;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.bloco-bispos .conteudo div a:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    filter: brightness(0.95);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);

}
.bloco-bispos .conteudo div i{
    width: 75px;
    height: 75px;
    background: #c77b2a;    
    font-size: 50px;
    text-align: center;
    padding-top: 10px;
    border-radius: 50%;
}
.bloco-bispos .conteudo div p{
    font-size: 30px;
    font-weight: 600;
    margin-left: 15px;
    width: calc(100% - 90px);
    text-align: center;
}
.bloco-bispos .conteudo div a:last-of-type p{
    font-size: 25px;
    line-height: 29px;
    text-align: center;
}


/* BLOCO EVENTOS */
section.evento {
    background: url(../images/bg-evento.png) center top no-repeat;
    padding: 45px 0;
}
section.evento .titulo {
    color: #4d5daa;
}
section.evento .detalhe::after {
    background-color: #ffffff;
}
section.evento .conteudo > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
section.evento .icones-blocos a{
    flex-wrap: wrap;
}
section.evento .conteudo > div .icones-blocos{
    width: 125px;
    margin: 0;
}
section.evento .conteudo > div .icones-blocos i{
    width: 125px;
    height: 125px;
    margin: 0 0 10px 0;
    font-size: 76px;
    color: #4d5daa;
    background: #ffffff;
    padding-top: 26px;
    filter: drop-shadow(5px 6px 9px #00000091);
}
section.evento .conteudo > div .icones-blocos h3{
    width: 100%;
    text-align: center;
    font-size: 17px;

}

/* SANTOS E BEATOS */
section.santosebeatos ul li{
    width: 23%;
}
section.santosebeatos ul li a{
    color: #686363;
}
section.santosebeatos ul li p{
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 25px;
}







/* 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: #4d5daa;
    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
*
********************************************/

/* ACESSO RÁPIDO */
.acesso-rapido {
    background: #4d5daa;
    margin-top: 105px;
    padding: 45px 0;
}
.banner-inferior {
    width: 85%; 
    display: flex; 
    margin: -110px auto 30px;
    filter: drop-shadow(5px 6px 9px #00000091);
}
.banner-inferior img{width: 100%; float: left;}
.acesso-rapido .titulo { color: #ffffff; }
.acesso-rapido .detalhe:after { background: #ffffff; }
.acesso-rapido .conteudo > div { 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.acesso-rapido .wrapper-imagem { 
    border-radius: 5px;
    width: 205px;
    overflow: hidden;
}
.acesso-rapido .wrapper-imagem img{ 
    width: 100%;
    float: left;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}



.copyright {
    /*height: 50px;*/
    float: left;
    width: 100%;
    background: #ffffff;
    color: #5B5B5E;
    font-size: 15px;
    font-weight: 500;
}

.copyright span {
    float: left;
    padding: 15px 0;
}
.copyright span:nth-of-type(2) {
    float: right;
}
.copyright span:last-of-type {display: none;}
.copyright a {
  width: 76px;
  float: right;
  margin: 2px 0 0 5px;
}
.copyright img {
  width: 100%;
  float: right;
}


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

/* COMUNS */
.page > .titulo, .single > .titulo {
    margin-bottom: 40px;
/*    font-size: 23px;*/
text-transform: uppercase;
}
.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 section.noticias ul li {margin-bottom: 25px}

/* EPISCOPADO */
.episcopado ul {
    display: flex;
    flex-wrap: wrap;
}
.episcopado ul li{
    width: 25%;
}
.episcopado ul li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}
.episcopado ul li a .limitador{
    width: 225px;
    margin-bottom: 5px;
}
.episcopado ul li a .datas{
    font-family: "Cinzel Decorative", serif;
    width: 100%;
    text-align: center;
    font-size: 44px;
    color: #e8aa40;
}
.episcopado ul li a .titulo{
    width: 90%;
    min-height: 60px;
    text-transform: none;
    color: #686363;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 15px auto;
}
.episcopado ul li a .titulo + p{
    width: 107px;
    color: #686363;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    border: 2px solid #686363;
    padding: 2px 30px;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.episcopado ul li a:hover .titulo + p{
    width: 170px;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    color: #000;
    font-size: 20px;
}
.episcopado ul li a .titulo + p:hover{
    color: #ffffff;
    background-color: #000000;
    border: 2px solid #000000;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}


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

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

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

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

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

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

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

.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: 315px; float: left;}

/*Exibição em Abas*/

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

/* 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: 320px;
  right: 30px;
  z-index: 1;
  border-top: 1px solid #404041;
  padding-top: 35px;
}
.santo .titulo {
  padding-right: 0;
  margin-left: 0;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
.santo img {width: 100%;}

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

/* JORNAL ARQUIDIOCESANO*/
.jornal ul {
    width: 100%;
  display: flex;
  justify-content: center;
  list-style: none !important;
  margin-top: 20px;
  font-weight: 600;
}

/* 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: #4d5daa;
    /*text-decoration: underline;*/
}

.links strong { }

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



/********************************************
*   
*   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 {
    margin-bottom: 0;
    text-align: center;
    font-size: 38px;
    text-transform: none;
    font-weight: 600;
}

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


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


.single .wrapper-conteudo, #page .wrapper-conteudo {font-size: 20px; color: #6d6e70; }
.noticia .wrapper-lista-noticias {
    float: left;
    margin-top: 30px;
}
.wrapper-lista-noticias li {
    width: 267px;
    float: left;
    margin-right: 24px;
}
.wrapper-lista-noticias li:last-of-type {
    margin-right: 0;
}
.wrapper-lista-noticias li:hover .limitador img {
    transform: scale(1.1);
    filter: brightness(0.8);
}
.wrapper-lista-noticias .limitador {
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 10px;
}
.wrapper-lista-noticias .limitador img {
    width: 100%;
    float: left;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.wrapper-lista-noticias > .titulo { 
    width: 100%;
    float: left;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
    font-size: 22px; 
    margin-bottom: 25px;
}
.wrapper-lista-noticias .detalhe-veja-mais::after { 
    width: calc(100% - 158px);
    top: 17px; 
}

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

/* VIDEOS */ 
.youtube {
  width: 800px;
  height: 450px;
  display: block;
  margin: 0 auto;
}

/* 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: #4d5daa
}

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

/* EPISCOPADO */
.single.episcopado .esquerda .titulo{
    font-family: "Cinzel Decorative", serif;
    width: 100%;
    font-size: 17px;
    color: #e8aa40;
    text-transform: none;
    font-weight: 400;
    margin: 18px auto 0 auto;
    float: left;
}
.single.episcopado .esquerda span{
 width: 100%;
 font-size: 17px;
 font-weight: 400;
 margin: 0 auto 0 auto;
 float: left;
}
.single.episcopado .direita .titulo{
    width: 100%;
    text-transform: none;
    font-family: "Cinzel Decorative", serif;
    color: #686363;
    font-size: 38px;
    font-weight: 700;
    margin: 0 auto 0 auto;
    line-height: unset;
}
.single.episcopado .direita .subtitulo{
    color: #e8aa40;
    font-weight: 400;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
}

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

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

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

.formulario button {    
    width: 170px;
    float: right;
    height: 40px;
    border: 1px solid #e8aa40;
    background: #e8aa40;
    color: #FFF;
    border-radius: 3px;
    padding: 0;
    font-family: "Poppins", arial, sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;    
    transition: all linear 0.2s;
}

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

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

/* QUESTIONÁRIO */
#form-questionario input[type="checkbox"],
#form-questionario input[type="radio"]{
    float: left;
    margin: 15px 15px 0 15px;
}
#form-questionario input[type="checkbox"] + label,
#form-questionario input[type="radio"] + label{
    width: calc(100% - 45px);
    margin: 10px 0;
}
#form-questionario div {float: left; width: 100%; margin-bottom: 30px;}
#form-questionario div span {
    display: block;
    width: 100%;
    float: left;
    color: #231F20;
}





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

.oracao h3 {
    font-weight: bold;
    margin: 25px 0 5px 0;
    color: #4d5daa;
    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;
    /*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: #4d5daa;
    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;
    padding-top: 4px;
    margin: 0 6px 10px 0;
    border: 1px solid #4d5daa;
}

.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:not(.formatar.vai_ter_audio .wrapper-conteudo div) {padding-top:10px;margin-bottom: 20px;}

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

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

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

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

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

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

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

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

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

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

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

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

.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;}*/
.projetomemoriaarquidiocese-home {display: none;}

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

    .wrapper-menu {
        /*width: 20%;*/
        margin-top: 70;
    }

    .menu-celular {
        display: block;
        float: right;
        margin: 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 {
        visibility: hidden;
    }

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

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

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


    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;*/
    }    
    
    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: 13px 0 0;
        float: right;
        border: 5px solid;
        border-bottom: 0;
        border-color: #4d5daa 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: 2px 0 0 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;
        top: auto;
        left: auto;
        opacity: 1;
        visibility: visible;
        background: none;
    }
    
    li.menu-item-has-children > ul > li { border: none; /*height: 30px;*/ }

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

    /* ÍCONES */
    

    /* NOTÍCIAS*/
    /*section.noticias {width: 700px; margin-right: 50px;}*/
    .wrapper-noticias,.wrapper-noticias-pequenas {width: 100%;}
    .lista-noticias-pequenas li {width: 286px; margin-right: 50px;}
    .lista-noticias li {height: 225px;}
    .lista-noticias img {margin-left: 0;}
    .limitador-grande { width: 400px; height: 225px; }
    .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: 110px;}
    .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% - 20px); }
    .single.noticia .bloco-titulo { height: 36vw; }
    .noticia .lista-noticias-single li { width: 30%; margin-right: 5%; }
    .single.noticia .lista-noticias-single .limitador { height: unset; }
    
    
    /* BLOCO BISPOS */
    .bloco-bispos {background-size: auto 100%;}
    .bloco-bispos .esquerda img{margin: 20px 0 0 310px;}
    .bloco-bispos .direita > div {margin-top: 25px;}


    /* 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);}
    
    /* ACESSO RÁPIDO */
    .acesso-rapido .wrapper-imagem {width: calc(23.3% - 19px);}
    
}

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

.busca-topo {right: 20px;}

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

.bg-01 { background-position-y: 340px; }
.bg-01 { background-position-x: -275px; }

/* ÍCONES */
.icones-blocos a {
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}
.icones-blocos i {margin: 0 0 10px 0; }

/* NOTÍCIAS */
section.noticias {margin: 0 auto;}
.wrapper-noticias {margin-right: 0;}
.wrapper-imagem img { max-width: 100%; }
.noticia .lista-noticias { display: block; }
.lista-noticias-pequenas li { width: calc(33% - 11px); margin-right: 20px; }


/* BLOCO BISPOS */
.bloco-bispos {height:unset;}
.bloco-bispos .conteudo div {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}
.bloco-bispos img {max-width: 80%;}
.bloco-bispos .conteudo div a {
    margin-bottom: 15px;
}

/* RODAPÉ */
.copyright span:nth-of-type(1), .copyright span:nth-of-type(2) {display: none;}
.copyright span:last-of-type {
    display: block;
    width: 265px;
    margin: 0 auto;
    float: unset;
    text-align: center;
}
.copyright a {
    float: unset;
    display: inline-block;
}

}

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

/*    .bg-01 { background-position-y: 502px; }*/

/*    .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 */
.banner { width: 920px; margin-left: -460px; }
.wrapper-banner, .banner a, .banner img { height: 205px; }


/* ÍCONES */
.icones-blocos, section.santosebeatos ul li {width: 48%;}


.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 ul li {width: 100%; margin-bottom: 30px;}
section.noticias ul li p, section.santosebeatos ul li p {text-align: center;}


.lista-noticias li {height: unset;}
.limitador-grande {width: 100%; height: unset;}
.limitador-grande img {width: 100%; height: unset;}

.lista-noticias-pequenas li {width: 100%; margin-right: 0; margin-bottom: 50px;}
.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; }

.single.noticia .bloco-titulo {height: unset;}
.single.noticia .wrapper-imagem { width: 100%; }
.noticia .titulo-noticia-lista-grande {
    width: 100%;
    position: unset;
    top: unset;
    transform: unset;
    text-align: center;
    margin-top: 15px;
    margin-left: 0;
}
.noticia .compartilhar {
    position: relative;
    bottom: unset;
    top: 20px;
}
.titulo-noticia-lista-grande span {margin-left: 0;}
.noticia .lista-noticias-single li {width: 100%; margin: 0 0 30px 0;}

.episcopado ul {justify-content: space-around;}
.episcopado ul li {width: 48%;}


/* ACESSO RÁPIDO */


/* FOOTER */


}

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

    /* PRINCIPAL */   
    header {
        height: 120px;
        border-top:none;
        background: #ffffff;
    }
    header:after{
        content: "";
        width: 100%;
        height: 40px;
        background: #4d5daa;
        float: left;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .logo { 
        margin: 0 auto 0 auto;
        float: unset;
        border-radius: 0 0 45px 45px;
    }
    header.menor  {
     height: 40px;
 }
 header.menor .logo {
    margin: 0 auto 0 auto;
    border-radius: 0px 0 35px 35px;
    z-index: 55;
    position: relative;
}
.wrapper-menu {width: 100%;margin-top: -15px;}
header.menor .wrapper-menu { margin-top: -55px;}
header.menor .busca-topo { margin-top: -78px; z-index: 56}

.menu-celular {float: left;}
.control-nav {margin: 5px 0 0 0;}
.busca-topo {top: 82px;}
.busca-topo label {color: #fff;}

.wrapper-banner {margin-top: 120px}
.banner { width: 680px; margin-left: -340px; }
.wrapper-banner, .banner a, .banner img { height: 150px; }
.noticia .wrapper-lista-noticias {padding: 0;}
.noticia .lista-noticias-veja-mais {display: block;}

.titulo {font-size: 31px;text-align: center;}

.wrapper { margin: 0 auto -870px; }


/* NOTÍCIAS */
.noticia .titulo-noticia { width: 100%; }
.noticia .resumo-noticia { float: left; }

/* INDEX */

/* ÍCONES */
.icones-blocos:nth-child(3) {margin-bottom: 0;}
.icones-blocos:nth-child(5), .icones-blocos:nth-child(6) {margin-top: 40px;}

section.evento .conteudo > div .icones-blocos {margin-bottom: 15px}

.episcopado ul li {width: 100%;}

/* ACESSO RÁPIDO */
    .banner-inferior {width: 100%;margin: -70px auto 30px;}
    .acesso-rapido, section.evento {padding: 45px 0 15px;}
    .acesso-rapido .wrapper-imagem {width:45%; margin-bottom:15px }

}

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

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

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

    /* BLOCO BISPOS */
    .bloco-bispos {height: unset;}
    .bloco-bispos .direita > div span {width: 105px; margin: 35px 10px 0 0; font-size: 16px;}
    .bloco-bispos .esquerda img {max-width: 100%;}
    
}
/*
@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; } }