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

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

body {
    overflow-x: hidden;
}

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

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

/********************************************
*	
*   GERAL
*
********************************************/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", arial, sans-serif;
    font-size: 20px;
    /*letter-spacing: -1px;*/
    background: #FFF;
    color: #231f20;
}

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

section {
    position: relative;
}

.titulo {
    float: left;
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: -6px;
    margin-bottom: 20px;
    color: #231f20;
    font-family: "Open Sans", arial, sans-serif;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #c4151c;
    border-radius: 6px;
    padding: 4px 10px;
}

.detalhe:before {
    content: "";
    display: block;
    width: 6px;
    height: 18px;
    background: #552813;
    float: left;
    margin: 2px 8px 0 0;
}

.subtitulo {    
    display: block;
    font-size: 18px;
    /*margin-top: -6px*/;
    margin-bottom: 20px;
    color: #231F20;
    position: relative;
}

.detalhe-veja-mais:after {
    content: "";
    display: block;
    width: calc(100% - 140px);
    height: 2px;
    background: #c4151c;
    position: absolute;
    top: 14px;
    right: 0;
}

.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: 20px;
}
.bloco-eventos {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    padding: 30px 0px;
    background-color: #ece5e1;
}

.sombra {
    float: left;
    width: 100%;
    height: 25px;
    position: relative;
    z-index: 10;
    box-shadow: 0px 10px 12px -11px #000;
    margin-bottom: 50px;
}

.esquerda { float: left; }

.direita { float: right; }

.wrapper > .conteudo {
    margin-top: 40px;
}

.font {    
    font-family: "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;
}

.btn-mais {
    /*width: 275px;*/
    max-height: 90px;
    /*float: left;*/
    text-align: left;
    overflow: hidden;
    position: absolute;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 11px;
    line-height: 15px;
    margin-top: 185px;
    left: 670px;
}

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

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

.wrapper-conteudo iframe {display: block; margin: 0 auto; max-width: 100%;}
.fvp-youtube {position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;}
    .fvp-youtube iframe {position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;}

        .wrapper-conteudo a {
            color:#6D6E70;
        }

        .wrapper-conteudo a:hover {
            text-decoration: none;
            color: #5390ad;
            transition: all linear 0.2s;
        }

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

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

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

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

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

        .wrapper-imagem img {
            display: inline-block; 
            float: left;  
            /*border-radius: 5px;*/
            /*filter: drop-shadow(0 5px 4px #878787);*/
        }

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

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

        .paginacao span,
        .paginacao a {
            display: inline-block;
            height: 40px;
            width: 40px;
            line-height: 37px;
            color: #c4151c;
            text-align: center;
            border: 1px solid #c4151c;
            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: #c4151c;
            color: #fff;
            border-color: #c4151c;
            height: 40px;
            line-height: 37px;
            cursor: pointer;
            letter-spacing: 0;
        }

        .paginacao a.prev,
        .paginacao a.next {
            width: 140px;
            height: 40px;
            line-height: 37px;
            cursor: pointer;
            letter-spacing: 0;
        }

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

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

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

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

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

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

        .barra {
            width: 100%;
            height: 3px;
            background-color: #D1D2D4;
        }

        .barra-cinza-fina {
            width: 100%;
            height: 1px;
            background-color: #BBBDC0;
            float: left;
        }
        .barra-vermelha {
            width: 100%;
            height: 2px;
            background-color: #c4151c;
            float: left;
            margin-bottom: 35px;
        }


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

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

header {
    height: auto;
    width: 100%;
    position: relative;    
    z-index: 50;
    text-align: center;
    /*padding-top: 40px;*/
    z-index: 50;
    background: url("../images/background.png") center top no-repeat;
    background-position-y: 7px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    background-size: cover;
}

.barra-topo {
    width: 100%;
    height: 34px;
    color: #231f20;
    border-top: 8px solid #c4151c;
}

.barra-topo p {
    font-size: 13px;
    padding-top: 9px;
    font-family: "Open Sans", arial, sans-serif;
    letter-spacing: 0;
}

.player-webradio {
    float: right;
    position: absolute;
    top: 5px;
    right: 0;
}
.player-webradio audio {
    width: 240px;
    height: 28px;
    border-radius: 50px;
    border: 2px solid #c4151c;
    float: left;
}
.player-webradio p {
    font-size: 11px;
    margin-bottom: 5px;
    font-weight: 600;
}
.player-webradio p:last-of-type {display: none;}

.logo {
    display: block;
    width: 190px;
    margin: -10px auto 15px;
}

.logo img {
    /*display: inline-block;*/
    width: 100%;
}

/* MENU */
.saosebastiao-home {
    float: left;
    font-size: 22px;
    position: absolute;
    top: 10px;
    left: 0;
}

.wrapper-menu {
    width: 100%;
    text-align: center;
    padding-top: 0;
    /*margin-bottom: 35px;*/
    position: relative;
    /*background: #c4151c;*/
}

.menu-principal-container {text-align: center;}
.wrapper-menu .conteudo {
    /*border-top: 3px solid #996451;*/
    padding-top: 8px;
    border-top: 0.01px solid #542812;
}

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

#menu-principal {
    display: inline-block;
    height: 40px;
}

#menu-principal > li {
    display: inline-block;
    margin: 0 40px 0 0;
    padding-bottom: 10px;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
}

#menu-principal > li:not(.menu-item-has-children):after {
    content: '';
    margin-top: 6px;
    margin-left: -6%;
    display: block;
    width: 0;
    height: 4px;
    opacity: 0;
    /*-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;*/
    background: #552813;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu-principal > li:hover:after {
    width: 114%;
    opacity: 1;
}

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

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

#menu-principal > li:hover > a {
    /*color: #996451;*/
}

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

#menu-principal > li.menu-item-has-children:before,
#menu-principal > li.menu-item-has-children > ul > li.menu-item-has-children:before {
    position: absolute; 
    top: 6px; 
    right: 5px; 
    display: block; 
    width: 2px; 
    height: 8px; 
    background: #dddddd; 
    content: ''; 
    -webkit-transition: all .25s ease; 
    -moz-transition: all .25s ease; 
    -ms-transition: all .25s ease; 
    -o-transition: all .25s ease; 
    transition: all .25s ease;

    /*content: "";
    display: block;
    height: 1px;
    width: 1px;
    margin: 7px 0 0;
    right: 5px;
    position: absolute;
    border: 6px solid;
    border-bottom: 0;
    border-color: #996451 transparent transparent transparent;
    transition: all linear 0.2s;*/
}

#menu-principal > li.menu-item-has-children:after,
#menu-principal > li.menu-item-has-children > ul > li.menu-item-has-children:after {
    position: absolute; 
    top: 9px; 
    right: 2px; 
    width: 8px; 
    height: 2px; 
    display: block; 
    background: #dddddd; 
    content: ''; 
    -webkit-transition: background .25s ease; 
    -moz-transition: background .25s ease; 
    transition: background .25s ease;
}

#menu-principal > li.menu-item-has-children:hover:before {
    transform: rotate(90deg);
    /*top: 6px; height: 0;*/
    -webkit-transition: all .25s ease; 
    -moz-transition: all .25s ease; 
    -ms-transition: all .25s ease; 
    -o-transition: all .25s ease; 
    transition: all .25s ease;   
}

#menu-principal > li.menu-item-has-children ul li.menu-item-has-children:before {
    top: 13px;
}
#menu-principal > li.menu-item-has-children ul li.menu-item-has-children:after {
    top: 16px;
}

#menu-principal > li.menu-item-has-children ul li.menu-item-has-children:hover:before {
    transform: rotate(90deg);
    /*top: 6px; height: 0;*/
    -webkit-transition: all .25s ease; 
    -moz-transition: all .25s ease; 
    -ms-transition: all .25s ease; 
    -o-transition: all .25s ease; 
    transition: all .25s ease;   
}

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

li.menu-item-has-children > ul {
    width: 205px;
    height: auto;
    text-align: left;
    float: left;
    position: absolute;
    left: -2px;
    top: 29px;
    background: #FFF;
    transition: all linear 0.2s;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 5px;
}

li.menu-item-has-children > ul:before {
    content: '';
    margin-top: -3px;
    display: block;
    width: 0;
    height: 4px;
    /*-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;*/
    background: #552813;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

li.menu-item-has-children ul li.menu-item-has-children ul {
    top: 0;
    left: 205px;
}
li.menu-item-has-children ul li.menu-item-has-children ul li a {
    font-size: 12px;
}

/*li.menu-item-has-children:nth-child(2) ul{ width: 163px; }
li.menu-item-has-children:nth-child(4) ul{ width: 110px; }
li.menu-item-has-children:nth-child(5) ul{ width: 157px; }*/


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

li.menu-item-has-children:hover > ul:before {
    width: 100%;
}

li.menu-item-has-children > ul > li {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    transition: all linear 0.2s;
    /*text-align: center;*/
    padding: 3px 0;
}

li.menu-item-has-children > ul > li > a {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 10px 5px;   
    color: #404041;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: all linear 0.2s;
}
li.menu-item-has-children > ul > li > a:hover { color: #542812; } 

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

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

.rede-mobile {display: none;}
.menu-redes-sociais {
    position: absolute;
    top: -50px;
    right: 0;
}

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

.menu-redes-sociais a {
    display: block;
    width: 27px;
    height: 29px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    color: #c4151c;
    transition: all linear 0.2s;
}

.menu-redes-sociais a:hover {
    color: #9d0a10;
}
/*.menu-redes-sociais span {
    float: left;
    color: #231f20;
    font-size: 10px;
    margin: 9px 6px 0 0;
    }*/
/*.busca-topo {
    position: absolute;
    right: 0;
    top: 12px;
}

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

.busca-topo label {     
    float: left; 
    width: 40px;
    height: 40px;
    color: #996451; 
    cursor: pointer;
    font-size: 25px;
    transition: all linear 0.2s;
    border-radius: 3px;
}

.busca-topo input[type="checkbox"]:checked + label {
    color: #6b1519;
}

.item-menu.icon-busca { line-height: 39px; }*/

/* BUSCA */
.busca-topo {
    position: absolute;
    right: 0;
    top: 0;
}

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

.busca-topo label {     
    float: left; 
    width: 25px;
    height: 30px;
    /*color: #982326; */
    cursor: pointer;
    /*font-size: 24px;*/
    transition: all linear 0.2s;
    /*border-radius: 3px;*/
    margin-top: 10px;
    background: url("../images/busca-marrom.png") center top no-repeat;
}

.busca-topo input[type="checkbox"]:checked + label {
    color: #6b1519;
}

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

.wrapper-busca {
    position: absolute;
    top: 50px;
    right: -240px;
    width: 290px;
    /*background: #FFF;*/
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.2s;
}

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

.busca-topo input[type="text"] {
    height: 33px;
    width: 100%;
    float: left;
    font-size: 13px;
    background: #ffffff;
    color: #552813;
    padding: 0 10px 0 40px;
    border-radius: 5px;
    border: 2px solid #552813;
    background-image: url("../images/busca-caixa.png");
    background-position: 10px 5px;
    background-size: 19px;
    background-repeat: no-repeat;
    /*border-width: 1px 0px 1px 1px;*/
    /*border-radius: 5px 0 0 5px;*/
}

.busca-topo button[type="submit"] {
    height: 33px;   
    width: 33px;
    float: right;
    border: 1px solid #6D6E70;
    border-width: 1px 1px 1px 0;
    padding: 0;
    background: none;
    font-size: 25px;
    color: #6b1519;
    transition: background linear 0.2s;
    /*border-radius: 0 5px 5px 0;*/
}

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


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

/* BANNERS */
.wrapper-banner {  
    float: left;
    width: 625px;
    height: 395px;
    position: relative;
    z-index: 10;
    margin-bottom: 25px;
}

.banner { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40px;
    /*left: 50%;
    margin-left: -960px;*/
}

.banner a, .banner img {
    float: left;
    width: 100%;
    height: auto;
    /*border-radius: 5px;*/
}

.banner-arrow-left {
    height: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
    transition: all linear 0.3s;
}

.banner-arrow-left:hover img {
    cursor: pointer;
    margin-left: 20px;
    transition: all linear 0.3s;
}

.banner-arrow-right:hover img {
    cursor: pointer;
    margin-right: 20px;
    transition: all linear 0.3s;
}

.banner-arrow-left img {
    width: 15px;
    margin: 75px 15px 0 15px;
    transition: all linear 0.3s;
}

.banner-arrow-right {
    height: 100%;
    position: absolute;
    z-index: 100;
    right: 0;
    transition: all linear 0.3s;
}

.banner-arrow-right img {
    width: 15px;
    margin: 75px 15px 0 15px;
    transition: all linear 0.3s;
}

.banner-pager, .banner-pager-topo {
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 10px;   
    line-height: 12px;
    text-align: center;
    z-index: 100;
}

.banner-pager span, .banner-pager-topo span {
    display: inline-block;
    height: 9px;
    width: 9px;
    margin: 0 2px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: 0 0 2px #3F3E40;
}

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

.banner-pager span.cycle-pager-active, .banner-pager-topo span.cycle-pager-active {
    background: #c4151c;;
    border: none;
}

.wrapper-banner-topo {  
    /*float: left;*/
    width: 100%;
    height: 410px;
    position: relative;
    z-index: 10;
    margin-bottom: 25px;
}
.wrapper-banner-topo .banner {
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}


/* NOTÍCIAS */
.wrapper-noticias {
    width: calc(100% - 645px); 
    float: left; 
    margin-left: 20px;
}
.wrapper-noticias li {
    width: 100%; 
    height: 167px; 
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}
.wrapper-noticias .limitador {
    width: 270px; 
    height: 167px; 
    overflow: hidden; 
    float: left;
}
.wrapper-noticias img {
    width: 100%;
}
.wrapper-noticias span {
    width: 205px;
    font-size: 17px;
    float: left;
    margin-left: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); 
}

/* ÍCONES */
.icones {float: left; margin: 70px auto;}
.icones i {font-size: 53px; color: #c4151c; float: left;}
.icones p {
    font-size: 17px; 
    font-weight: 700; 
    color: #231f20; 
    float: left;
    margin-left: 14px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.icones-blocos {float: left; height: 53px; margin: 0 70px;}
.icones-blocos-inferior {float: left; height: 53px; margin: 0 47px;}
.icones-blocos-inferior:first-of-type {margin-left: 0;}
.icones-blocos-inferior:last-of-type {margin-right: 0;}

/* EVENTOS */
.eventos { width: 100%; float: left;}
.eventos > div { width: 310px; float: left; margin-right: 105px;}
.eventos > div:last-of-type { margin-right: 0;}
.eventos .limitador {float: left; width: 310px; overflow: hidden;}
.eventos img {width: 100%; float: left;}
.eventos .informacoes {width: 100%; float:left; margin-top: 25px;}
.eventos .data {
    width: 40px; 
    float: left; 
    background-color: #c4151c; 
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0 6px 0;
}
.eventos .data .mes { 
    font-size: 12px; 
    letter-spacing: 2px;
    display: block;
    line-height: 13px;
}
.eventos .data .dia { 
    font-size: 24px; 
    font-weight: 800; 
    display: block;
    line-height: 20px; 
}
.eventos .direita { 
    width: calc(100% - 50px);
}
.eventos .direita .titulo-evento { 
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
.eventos .direita .data-local { float: left; margin-top: 5px; }
.eventos .direita .data-local i { 
    float: left;
    font-size: 11px;
    margin: 4px 4px 0 0;
}
.eventos .direita .data-local span { 
    float: left;
    font-size: 13px;
}
.eventos .direita .data-local span:nth-child(2) {margin-right: 15px;}
.data-local span:last-of-type {
    width: 180px;
    overflow: hidden;
    max-height: 20px;
}



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

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

.programacao-semanal .titulo {
    float: left;
}

.proximos-eventos {
    /*width: 220px;*/
    float: right;
    margin-top: -5px;
}

.proximos-eventos i { float: left; }
.saosebastiao-eventos {font-size: 22px;}
.saosebastiao-podcasts {font-size: 26px;}
.proximos-eventos p {
    font-family: "Open Sans", arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: right;
    float: left;
    margin: 2px 0 0 10px; 
    color: #000;
}

.proximos-eventos > a:hover p{
    text-decoration: underline;
    /*color: #c4151c;*/
}


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

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

.dias-semana label {
    width: 100%;
    text-align: left;
    position: relative;
    color: #FFF;
    /*line-height: 40px;*/
    text-transform: uppercase;
    font-size: 17px;
    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.5px 0 14.5px 11px;
    border-left: 9px solid #c4151c;
}

.dias-semana input:checked + span {
    background-color: #E6E7E8;
    color: #c4151c;
    cursor: default;
}

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

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

#dia-1 { display: block; }

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

.conteudo-dia-semana .horario-evento {
    display: inline-block;
    width: 90px;
    float: left;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
}

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

.conteudo-dia-semana .local-evento,
.conteudo-dia-semana .endereco-evento {
    float: right;
    width: calc(100% - 90px);
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    color: #6D6E70;
    margin-top: 1px;
}


/*
 *  STYLE 2
 */

 .style-2::-webkit-scrollbar-track
 {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background-color: #c4151c;
}

.style-2::-webkit-scrollbar
{
    width: 12px;
    background-color: #E6E7E8;
}

.style-2::-webkit-scrollbar-thumb
{
    /*border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;*/
    border-radius: 10px;
    background-color: #E6E7E8;
    background-image: -webkit-linear-gradient(90deg,
      transparent,
      rgba(0, 0, 0, 0.4) 50%,
      transparent,
      transparent)

}
/*
 *  STYLE 13
 */

 .style-13::-webkit-scrollbar-track
 {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #CCCCCC;
}

.style-13::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.style-13::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #D62929;
    background-image: -webkit-linear-gradient(90deg,
      transparent,
      rgba(0, 0, 0, 0.4) 50%,
      transparent,
      transparent)
}

/* CHAMADA APP*/
.chamada-app {width: calc(100% - 765px); float: left;}
.chamada-app .tela {float: left; margin-left: 50px;}
.chamada-app .tela img {width: 202px; float: left; margin-top: 85px;}
.chamada-app .baixe  {
    width: 123px; 
    float: left; 
    font-size: 18px; 
    text-align: center; 
    color: #231f20;
    padding: 155px 0 0 8px;;
}
.chamada-app .baixe span:last-of-type {font-weight: 800; margin-bottom: 15px; display: block;}
.chamada-app .baixe img {width: 98px; transition: all linear 0.2s;}
.chamada-app .baixe img:hover {filter: invert(100%); transition: all linear 0.2s;}


/* VÍDEOS */
.wrapper-videos {width: 100%; float: left; color: #231f20;}
.bloco-eventos .conteudo > .esquerda{width: 50%; padding-right: 40px; }
.bloco-eventos .conteudo .esquerda:last-of-type{padding-left: 40px;padding-right: 0; }
.wrapper-videos a {float: left;}
.wrapper-videos .limitador {width: 270px; height: 186px; float: left; overflow: hidden;}
.wrapper-videos .limitador img {height: 100%;}
.wrapper-videos .titulo-video {width: calc(100% - 285px); float: left; margin-left: 15px;}
.wrapper-videos .titulo-video span:first-of-type {
    height: 46px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 600;
    float: left;
    margin-bottom: 15px;
}
.wrapper-videos .titulo-video span:nth-of-type(2) {
    width: 100%;
    height: 54px;
    overflow: hidden;
    font-size: 13px;
    float: left;
    text-align: justify;
}
.wrapper-videos i {
    font-size: 25px;
    float: left;
}
.bloco-eventos .mais-videos {
    float: right;
    margin-top: 40px;
}
.bloco-eventos .mais-videos span {
    font-size: 12px;
    font-weight: 600;
    float: left;
    margin: 4px 0 0 5px;
}

/* PODCAST */
.wrapper-podcast {
    width: 100%;
    float: left;
    margin-bottom: 70px;
}
.wrapper-podcast .podcast {
    width: calc(50% - 15px);
    float: left;
    border: 1px solid #bbbdc0;
    padding: 20px;
}
.wrapper-podcast .podcast:first-child {
    margin-right: 30px;
}
.wrapper-podcast .podcast .esquerda {
    width: 315px;
}
.wrapper-podcast .podcast .esquerda audio {
    filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
    width: 100%;
    height: 25px;
    margin-top: 10px;
}

.wrapper-podcast .podcast span{
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 17px;
    text-align: justify;
    color: #c4151c;
}
.wrapper-podcast .podcast span:nth-of-type(2) {
    font-size: 13px;
    height: 51px;
    overflow: hidden;
    color: #231f20;
    margin-top: 20px;
}
.wrapper-podcast .podcast span:nth-of-type(3) {
    font-size: 11px;
    margin-top: 10px;
    color: #231f20;
}
.wrapper-podcast .limitador {
    width: 160px;
    float: left;
    overflow: hidden;
    margin-left: 38px;
}
.wrapper-podcast .limitador img {
    width: 100%;
}
.wrapper-podcast .proximos-eventos { margin-top: 10px; }
.wrapper-podcast .proximos-eventos p { margin-top: 7px; }

/* ACESSO RÁPIDO */
.acesso-rapido > .conteudo {
    /*height: 260px;*/
    padding: 15px 0 5px;
    display: table;
}

.acesso-rapido > div {
    width: 100%;
    float: left;
}

.acesso-rapido .wrapper-imagem {
    width: 23.35%; 
    /*padding: 0 15px; */
    margin-top: 0; 
    margin-right: 25px;
    margin-bottom: 20px;
}
.acesso-rapido .wrapper-imagem img {border-radius: 0;}
/*.acesso-rapido .wrapper-imagem:first-of-type {padding: 0 30px 0 0;}*/
.acesso-rapido .wrapper-imagem:last-of-type {margin-right: 0;}
.acesso-rapido .titulo {margin-top: 10px;}

.acesso-rapido img {transition: all linear 0.2s; width: 100%;}
.acesso-rapido img:hover {
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    transition: all linear 0.2s;
}



/* MENSAGEM */
.form-mensagem {
    width: 340px;
    float: left;
}

.form-mensagem label {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.form-mensagem input[type="text"],
.form-mensagem textarea {
    width: 100%;
    height: 36px;
    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: 160px;
    /*height: 135px;*/
}

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

.form-mensagem input[type="submit"] {
    display: block;
    height: 35px;
    width: 95px;
    color: #FFF;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    background: #c4151c;
    padding: 0;
    margin: 5px auto 0;
    border: 0;
    transition: all linear 0.2s;
}

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


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

footer {
    /*background-color: #D1D2D4;*/
    /*background: url("../images/bg-footer.png") center top no-repeat;*/
}

.copyright {
    /*height: 50px;*/
    width: 100%;
    background: #c4151c;
    color: #FFF;
    font-size: 15px;
    letter-spacing: 0;
    float: left;
}

.copyright span {
    padding: 12px 0 12px;
    display: block;
    text-align: center;
    font-family: "Open Sans", arial, sans-serif;
    float: left;
}
.copyright span:last-of-type { float: right; }

.copyright a { color: #ffffff; font-weight: 700;}

.copyright a:hover { color: #D1D2D4; }


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

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

.single > .titulo {
    font-size: 18px;
}

/*.single h2 {font-family: "ubuntubold", arial, sans-serif;}*/

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

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

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

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

.single .wrapper-imagem:hover img {-moz-transform: none;-webkit-transform: none;transform: none;}

/* NOTÍCIA */
.noticia .bloco-titulo > .titulo {
    width: calc(100% - 660px);
    margin-bottom: 0;
    margin-left: 20px;
    text-align: left;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    text-transform: none;
    color: #c4151c;
    padding: 0;
    border: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.noticia .bloco-titulo {
    width: 100%; 
    height: 366px; 
    float: left; 
    margin-bottom: 50px;
    position: relative;
}
.noticia .wrapper-imagem {width: 640px; float: left; margin: 0; position: relative;}
.noticia .wrapper-imagem div{
    width: 40px; 
    height: 50px; 
    float: right; 
    background: #c4151c;
    color: #ffffff;
    position: absolute;
    right: 12px;
    bottom: 27px;
}

.noticia .wrapper-imagem div span:first-of-type{
    font-size: 28px;
    line-height: 30px;
    display: block;
}
.noticia .wrapper-imagem div span:last-of-type{
    font-size: 16px;
    line-height: 16px;
    display: block;
}
.noticia  .credito-imagem{
    float: left;
    margin-top: 5px;
    font-size: 16px;
    font-style: italic;
}

.noticia .titulo-noticia {    
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    letter-spacing: 0.1px;
    float: left;
    transition: all linear 0.2s;
    color: #404041;
    padding: 0;
}
/*COMPARTILHAR*/

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

.noticia .resumo-noticia {
    font-size: 19px;
    transition: all linear 0.2s;
}
.wrapper-lista-noticias h3 {
    font-family: "Open Sans", arial, sans-serif;
    background-color: #c4151c;
    color: #ffffff;
    border-radius: 0;
    font-size: 18px;
    margin-bottom: 0;
}
.noticia .wrapper-lista-noticias {
    float: left;
    margin-bottom: 70px;
}

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

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

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

.noticia .lista-noticias-single li:hover .titulo-noticia {
    color: #c4151c;
}
.noticia .lista-noticias a:hover .titulo-noticia,
.noticia .lista-noticias a:hover .resumo-noticia {
    color: #c4151c;
}

/* VIDEOS */
.video .youtube {width: 640px; height: 360px;}
.video .bloco-titulo .wrapper-titulo {
    width: calc(100% - 660px);
    margin-left: 20px;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.video .bloco-titulo .wrapper-titulo .titulo {
    width: 100%;
    margin-bottom: 20px;
    /*margin-left: 20px;*/
    text-align: left;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    text-transform: none;
    color: #c4151c;
    padding: 0;
    border: none;
}
.video .bloco-titulo .wrapper-titulo p {
    width: 100%;
    /*margin-left: 20px;*/
    font-size: 18px;
    float: left;
    text-align: justify;
}
.video .lista-noticias-single .limitador {height: 180px;}

/* COMUNIDADE */
.single.comunidade .esquerda {width: 230px;}
.single.comunidade .direita {width: calc(100% - 280px);margin-left: 50px;}

.single.comunidade .direita strong{float: left;}

/* PODCAST*/
.single.podcast {padding: 0 70px;}
.single.podcast > .titulo {
    width: 100%;
    padding: 0;
    border: none;
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}
.single.podcast > span {
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #c4151c;
}
.single.podcast .bloco-intro {
    margin: 40px 0 40px;
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
    color: #231f20c4;
    float: left;
}
.single.podcast .compartilhar {
    float: right; 
    right: 25px;
    margin-top: 25px;
    /*position: absolute;*/
}
.single.podcast .compartilhar span {float: left; font-size: 13px; line-height: 17px; margin: 6px 5px 0 0;}
.single.podcast .compartilhar a {float: left; margin-left: 8px;}
.single.podcast .compartilhar img {width: 26px; transition: all linear 0.1s;}
.single.podcast .compartilhar img:hover {margin-top: -3px; transition: all linear 0.1s;}

.single.podcast .podcast-player {
    /*width: 555px;*/
    /*float: left;*/
    border: 1px solid #bbbdc0;
    padding: 20px;
    margin: 40px auto;
    display: table;
}
.single.podcast .podcast-player:first-child {
    margin-right: 30px;
}
.single.podcast .podcast-player .esquerda {
    width: 315px;
    margin-bottom: 0;
}
.single.podcast .podcast-player .esquerda audio {
    filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
    width: 100%;
    height: 25px;
}

.single.podcast .podcast-player span{
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 17px;
    text-align: justify;
    color: #c4151c;
}
.single.podcast .podcast-player span:nth-of-type(2) {
    font-size: 17px;
    height: 51px;
    overflow: hidden;
    color: #231f20;
    margin-top: 20px;
}
.single.podcast .podcast-player span:nth-of-type(3) {
    font-size: 11px;
    margin-top: 10px;
    color: #231f20;
}
.single.podcast .limitador {
    width: 145px;
    float: left;
    overflow: hidden;
    margin-left: 38px;
}
.single.podcast .limitador img {
    width: 100%;
    float: left;
}

/* CLERO */
.single.clero .direita .titulo {font-size: 18px;}

/*EVENTO*/
.single-evento .direita > .titulo {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

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

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

.single-evento .direita {
  width: 60%;
  /*margin-top: 25px;*/
  padding-left: 30px;
  letter-spacing: 0;
}

.single-evento .direita div { width: 100%; float: left; margin-bottom: 6px; color: #7e7e7e;}

.single-evento .data-local i {
    float: left;
    font-size: 11px;
    margin: 4px 7px 0 0;
}
.single-evento .data-local i:last-of-type { margin: 4px 7px 0 2px; }
.single-evento .data-local span {
    width: calc(100% - 18px);
    float: left;
    font-size: 15px;
    overflow: unset;
    max-height: none;
}
.single-evento .link {
  float: left;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 17px;
}

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

.single-evento .wrapper-conteudo { margin-top: 10px; }


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

/* COMUNS */
.page > .titulo, .missas .titulo {
    margin-bottom: 40px;
    font-size: 18px;
}

.titulo-agenda-issuu { margin-left: 30px; transition: all linear 0.3s; }
.titulo-agenda-issuu:hover { background-color: #c4151c; color: #fff; }

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

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

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

.page .esquerda {
    width: 230px;
}

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

#page .wrapper-conteudo {margin-bottom: 15px;}

/* COMUNIDADES */
.page.comunidade .direita {height: 180px;}
.page.comunidade .direita .titulo {
    font-size: 18px;
    font-weight: 600;
    color: #c4151c;
    padding: 0;
    border: none;
    margin-bottom: 5px;transition: all linear 10.4s;
}
.page.comunidade .direita a{
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.direita a:hover .titulo, .direita a:hover .subtitulo {
    text-decoration: underline;
    transition: all linear 10.4s;
}
.page.comunidade .barra-vermelha {
    height: 1px;
    margin: 20px 0 60px;
}
.page.comunidade .barra-vermelha:last-of-type,
.page.sacramentos .barra-vermelha:last-of-type{
 display: none;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.page.noticias .lista-noticias li {
    height: 250px;
    width: 26.33%; 
    margin-bottom: 30px; 
    float: left;
    overflow: hidden;
}

.page.noticias .lista-noticias li:nth-child(3n + 2) {
    margin: 0 10.5% 30px;
}

.page.noticias .lista-noticias a { padding: 0; }

.page.noticias .lista-noticias img { 
    width: 100%; 
    height: auto;
    margin: 0 0 5px;
}

.page.noticias .data-noticia {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #BBBDC0;
}

.page.noticias .titulo-noticia-lista {
    width: 100%;
    float: left;
    font-size: 18px;
    letter-spacing: 0.1px;
    text-align: justify;
    color: #404041;
}

/* CONTATOS */

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

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

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

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

/* AGENDA DE EVENTOS (EVENTOS COM FOTO) */
.page.eventos-foto .esquerda {width: 310px;}
.page.eventos-foto .informacoes {width: 100%; float:left; margin-top: 25px;}
.page.eventos-foto .data {
    width: 40px; 
    float: left; 
    background-color: #c4151c; 
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0 6px 0;
}
.page.eventos-foto .data .mes { 
    font-size: 12px; 
    letter-spacing: 2px;
    display: block;
    line-height: 13px;
}
.page.eventos-foto .data .dia { 
    font-size: 24px; 
    font-weight: 800; 
    display: block;
    line-height: 20px; 
}
.page.eventos-foto .informacoes .direita {
    width: calc(100% - 55px);
    margin-left: 15px;
    padding-left: 0;
}

/*.page.eventos-foto .direita {height: 180px;}*/
.page.eventos-foto .informacoes .titulo-evento {
    width: 100%;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 21px;
    padding: 0;
    border: none;
    margin-bottom: 5px;
    display: block;
}
.page.eventos-foto .informacoes .data-local i {
    float: left;
    font-size: 11px;
    margin: 4px 7px 0 0;
}
.page.eventos-foto .informacoes .data-local i:last-of-type {
    margin: 4px 7px 0 2px;
}
.page.eventos-foto .informacoes .data-local span {
    width: calc(100% - 18px);
    float: left;
    font-size: 15px;
    overflow: unset;
    max-height: none;
}
.page.eventos-foto .wrapper-item > .direita {
    width: calc(100% - 310px);
    float: left;
    text-align: justify;
    max-height: 275px;
    overflow: hidden;
}
/*.page.eventos-foto .direita a{}*/
.page.eventos-foto .barra-vermelha {
    height: 1px;
    margin: 20px 0 60px;
}
.page.eventos-foto .barra-vermelha:last-of-type {
 display: none;
}


/* AGENDA DE EVENTOS (PROGRAMAÇÃO SEMANAL) */

.evento-agenda {
    display: block;
    margin-bottom: 40px;
    /*margin-left: 20px;*/
    float: left;
    width: 100%;
}

.data-evento {
    /*float: left;*/
    width: 85px;
    color: #000;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 19px;
    letter-spacing: 0
}

.local-evento, 
.endereco-evento {
    float: right;
    width: calc(100% - 85px);
    font-family: Open Sans, Arial, sans-serif;
    font-size: 19px;
    letter-spacing: 0;
}

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

.single.missas .wrapper-item {
    width: 100%;
    /*margin-left: 20px;*/
    margin-bottom: 20px;
}

.single.missas h2.titulo {
    width: 100%;
    font-size: 19px;
    font-weight: 700;
    color: #c4151c;
    margin-bottom: 10px;
    padding: 0;
    border: none;
}

.evento {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    float: left;
}

.horario-evento {
    float: left;
    width: 85px;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 19px;
    letter-spacing: 0;
}

.missas .horario-evento {color: #000; display: block;} /* desabilitado por enquanto*/

.local-evento, 
.endereco-evento {
    float: right;
    width: calc(100% - 85px);
    color: #000;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 19px;
    letter-spacing: 0;

}

/* PODCASTS */
.page.podcasts .wrapper-item {
    border: 2px solid #bbbdc0;
    padding: 30px;
    height: 294px;
}
.page.podcasts .wrapper-item .titulo{
    width: 100%;
    padding: 0;
    border: none;
    font-size: 23px;
    color:    #c4151c;
    font-weight: 600;
    margin-bottom: 0;
}
.page.podcasts .wrapper-item .direita{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.page.podcasts .wrapper-item span{
    width: 100%;
    font-size: 13px;
    float: left;
    margin-bottom: 15px;
}
.page.podcasts .wrapper-item .subtitulo{
    text-align: justify;
    margin-bottom: 0;
}

/* DOCUMENTOS */
.page.podcasts.documentos .wrapper-item {
    height: unset;
    border: none;
    padding: 0;
}
.page.podcasts.documentos .wrapper-item a {
    width: 100%;
    float: left;
}
.page.podcasts.documentos .wrapper-item .esquerda {
    width: unset;
  padding-top: 6px;
  padding-right: 15px;
  padding-bottom: 5px;
  border-right: 1px solid #D1D2D4;
}
.page.podcasts.documentos .wrapper-item .esquerda img {
    width: 60px;
}
.page.podcasts.documentos .wrapper-item .direita {
    width: calc(100% - 85px);
  padding: 14px 0 0 10px;
  min-height: unset;
  top: unset;
  transform: none;
}



/*INFORMATIVO PAROQUIAL*/
.page.informativo .limitador { height: 421px; margin-bottom: 10px; }
.page.informativo .lista-noticias li {height: unset;}

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

.page.liturgia-diaria .subtitulo {
    margin-bottom: 40px;
    font-family: "ubuntulight", arial, sans-serif;
    font-size: 20px;
}

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

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

.liturgia-diaria .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; font-family:"Open Sans", arial, sans-serif; font-weight: 700; }

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

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

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

/*Exibição em Abas*/

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

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

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

.santo .nome {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 18px; 
  margin-top: 3px; 
  text-transform: none;
  color: #231f20;
  font-weight: 600;
}

/* ORAÇÕES E SANTO DO DIA */
.page.oracoes .direita .titulo {
    background-color: #c4151c;
    color: #fff;
    font-size: 17px;
    border-radius: 0;
}

/* SACRAMENTOS */
.page.sacramentos .wrapper-conteudo {
    width: calc(100% - 260px);
    margin-left: 30px;
}
.page.sacramentos .wrapper-conteudo .titulo{
    width: 100%;
    color: #c4151c;
    padding: 0;
    border: none;
}
.page.sacramentos .esquerda{
    padding-top: 40px;
}

/* CLERO */
.page.clero .direita .titulo {
    font-size: 18px;
    font-weight: 600;
    color: #c4151c;
    padding: 0;
    border: none;
    margin-bottom: 5px;
}


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

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

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

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

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

.links strong { }


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

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

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

.formulario label,
.formulario .wrapper-radio {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.formulario label.metade {width: 48%;}
.formulario label.direita {margin-left: 4%; margin-bottom: 20px; padding-left: 0;}

.formulario label span {
    display: block;
    width: 100%;
    float: left;
    color: #231F20;
    margin-bottom: 10px;
}

.formulario input[type="text"],
.formulario input[type="date"],
.formulario input[type="email"],
.formulario select,
.formulario textarea {
    width: 100%;
    float: left;
    height: 60px;
    border: 1px solid #c4151c;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 20px;
    transition: all linear 0.2s;
}

.formulario input[type="checkbox"] {
    float: left;
    margin-top: 25px;
    margin-right: 15px;
}

.formulario .formError + input[type="text"],
.formulario .formError + select,
.formulario .formError + textarea {
    border-color: #E82F2F;
} 

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

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

.formulario button {    
    width: 100%;
    float: left;
    height: 60px;
    border: 1px solid #c4151c;
    background: #c4151c;
    color: #FFF;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 20px;
    text-transform: uppercase;    
    transition: all linear 0.2s;
}

.formulario button:hover,
.formulario button:focus {
    background: #404041;
    cursor: pointer;    
    border-color: #404041;
}   

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

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

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

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

.single.dizimista .wrapper-form .titulo,
.single.contato .wrapper-form .titulo {
    font-size: 18px;
    float: unset;
    display: table;
    margin: 0 auto 20px;
}

.js .inputfile, .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;

    z-index: -1;
}

.inputfile + label {
    /*max-width: 80%;*/
    font-size: 1.25rem;
    /* 20px */
    /*font-weight: 700;*/
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 1rem 1.25rem;
    margin-top: -7px;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #ffffff;
    background-color: #996451;;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #7E1519;
}

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}

/* Cores do Placeholder*/

::-webkit-input-placeholder {
 color: #939597;
}

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

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

:-ms-input-placeholder {  
 color: #939597;  
}


/* Terço */
.cycle-terco {
    margin: 15px auto 0 auto;
    display: inline-block;
}

.terco {
    text-align: center;
    color: #000;
}

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

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

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

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

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

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

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

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

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

.seletor-mobile {display: none;}

.misterios {
    width: 355px;
    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 #c4151c;
}

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

.contemplacao {
    font-size: 19px;
}

.contemplacao17 {
    font-size: 17px;
}

.contemplacao18 {
    font-size: 17px;
}

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

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

/*.youtube {
    width: 800px;
    height: 450px;
    }*/

.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; }
.logo {margin-top: 30px; margin-bottom: 7px;}

/*.menu-redes-sociais {top: 0; right: calc(50% - 31px);}*/
/*.menu-redes-sociais a {color: #ffffff;}*/

.formatar .wrapper-conteudo iframe {width: 100%; height: 51vw;}

/* MENU */    
/*.wrapper-menu {text-align: center; margin-top: 35px;}*/

.wrapper-menu .conteudo {text-align: center; padding-top: 0;}

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

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

header .wrapper-menu ul.menu:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

header .wrapper-menu ul.menu li {
    display: block;
    width: 90% !important;
    text-align: left;
    float: left;
    clear: both;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 0 !important;
    margin: 0 !important;        
    transition: all linear 0.2s;
}   

header .wrapper-menu ul.menu a {
    display: block;
    width: 100%;
    line-height: 34px;
    padding: 0;
    /*height: 30px;*/
}    

header .wrapper-menu ul.menu li:last-child a { border: none; }

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

ul.menu > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    height: 1px;
    width: 1px;
    margin: 13px 0 0;
    float: right;
    border: 5px solid;
    border-bottom: 0;
    border-color: #c4151c 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: 8px 0 0 0;
    color: #c4151c;
}

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

/*.control-nav:after {
    content: "Menu";
    float: right;
    margin-left: 3px;
    padding-right: 7px;
    text-transform: uppercase;
}   */ 

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

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

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

#menu-principal > li > a {padding: 0; color: #c4151c;}
#menu-principal > li { border-right:none;}
#menu-principal > li.menu-item-has-children:before,
#menu-principal > li.menu-item-has-children > ul > li.menu-item-has-children:before { display: none; }
li.menu-item-has-children:nth-child(5) ul {left: auto;}
#menu-principal > li:not(.menu-item-has-children)::after,
#menu-principal > li.menu-item-has-children::after,
#menu-principal > li.menu-item-has-children > ul > li.menu-item-has-children::after,
li.menu-item-has-children > ul::before
{ content: none; }
li.menu-item-has-children:nth-child(7) ul,
li.menu-item-has-children:nth-child(6) ul,
li.menu-item-has-children:nth-child(2) ul {left: 0;}
/*.busca-topo { top: 5px; }*/
/*.wrapper-busca { top: 3px; right: 20px;}*/


/* PRINCIPAL */


.form-mensagem { width: 290px; }
#status { font-size: 15px; }


/*.wrapper-banner {height: 168px;}*/
/*.banner-arrow-left img, .banner-arrow-right img {margin: 60px 15px 0 15px;}*/
/*.wrapper-menu .conteudo { padding-top: 40px}*/

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

/*NOTÍCIAS*/
.wrapper-noticias {width: 100%; margin-top: 70px; margin-left: 0;}
.wrapper-noticias ul{float: left;}
.wrapper-noticias ul li{width: 50%;}
.wrapper-noticias .limitador {width: 255px;}
/*.lista-noticias img {width: 100%;}*/

.page.noticias .lista-noticias li:nth-child(3n+2) { margin: 0 4% 30px; } 
.page.noticias .lista-noticias li {width: 30%;}

.noticia .lista-noticias-single li {width: 30%; margin-right: 5%;}
.noticia .lista-noticias-single .limitador {height: 180px;}


/*VIDEOS*/
.wrapper-videos .limitador img {width: 100%; height: unset;}
.bloco-eventos .conteudo > .esquerda {padding-right: 15px;}
.bloco-eventos .conteudo .esquerda:last-of-type { padding-left: 15px;}


/* ICONES */
.wrapper .conteudo:first-of-type .bloco .icones {
    width: calc(100% - 645px);
    position: absolute;
    right: 0;
    margin: 40px 0 0 0;
}
.wrapper .conteudo:first-of-type .bloco .icones .icones-blocos {
    width: 100%;
    margin: 0 0 48px 20px;
}
.wrapper .conteudo:first-of-type .bloco .icones .icones-blocos:last-of-type {
    width: 100%;
    margin: 0 0 0 20px;
}

.icones-blocos-inferior {margin: 0 25px;}

/*EVENTOS*/
.eventos > div { width: 300px; margin-right: 30px; }
.eventos .limitador {width: 100%;}
.eventos .direita .data-local span:nth-child(2) {margin-right: 5px;}

/*CHAMADA APP*/
.chamada-app {width: calc(100% - 585px);}

/*PODCAST*/
.wrapper-podcast .limitador {width: 85px; margin-left: 23px;}

/*ACESSO RÁPIDO*/
.acesso-rapido .wrapper-imagem {margin-right: 20px;}

}

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

    /* GERAL */
    .wrapper { margin: 0 auto -620px }
    .conteudo { padding: 0 15px; width: 100%; left: auto; margin: 0; }     
    .single.conteudo { padding: 0 25px; }
    header .conteudo { padding-left: 15px; padding-right: 15px; text-align: center; }      
    
    .menu-redes-sociais, .busca-topo {right: 15px;}
    .saosebastiao-home {left: 15px;}
         
    /* PRINCIPAL */
    .bloco { margin-bottom: 50px; }

    /*BANNER*/
    .wrapper-banner { width: 525px; height: 339px; }

    .wrapper-banner-topo .banner { width: 1480px; margin-left: -740px; }
    .wrapper-banner-topo, .wrapper-banner-topo .banner a,
    .wrapper-banner-topo .banner img { height: 316px; }

    .lista-secoes { width: 100%; text-align: center; }
    .lista-secoes li { display: inline-table; margin: 10px !important; }
    .lista-secoes li:last-child a:after { display: inline-block; content: ""; width: 35px; }
    .esquerda.programacao-semanal { width: 100%; margin-bottom: 50px; }
    .esquerda.programacao-semanal + .direita { width: 100%; text-align: center; }
    .form-mensagem { width: 100%; }
    
    /* NOTÍCIAS */
    /*.wrapper-imagem img { max-width: 100%; }*/
    .noticia .lista-noticias { display: block;}
    .lista-noticias {width: 100%;}

    .wrapper-noticias li {height: unset;}
    .wrapper-noticias li:first-of-type {padding-right: 15px;}
    .wrapper-noticias li:last-of-type {padding-left: 15px;}
    .wrapper-noticias .limitador {width: 100%; height: unset;}
    .wrapper-noticias span {width: 100%; top: unset; transform: none; margin: 5px 0 0 0;}


    .page.noticias .lista-noticias li {width: 32%;}
    .page.noticias .lista-noticias li:nth-child(3n+2) {margin: 0 2% 30px;}
    /*.page.noticias .titulo-noticia-lista, .page.noticias .data-noticia { width: 232px; float: unset; margin-left: auto; margin-right: auto; }*/

    .single.noticia .wrapper-imagem{width: 67%;}
    .single.noticia .bloco-titulo > .titulo {width: calc(33% - 20px);}
    .single.noticia .bloco-titulo {height: 36vw;}
    .single.noticia .lista-noticias-single .limitador {height: unset;}
    .single.noticia .titulo-noticia {height: unset;}

    /* ICONES */
    .wrapper .conteudo:first-of-type .bloco .icones {width: calc(100% - 540px);}
    .wrapper .conteudo:first-of-type .bloco .icones .icones-blocos {margin: 0 0 28px 20px;}


    /*EVENTOS*/
    .eventos > div {width: 220px;}
    .eventos .direita .data-local span,.eventos .direita .data-local span:nth-child(2){
        width: calc(100% - 15px); 
        margin-right: 0;
    }

    /*CHAMADA APP*/
    .chamada-app { width: 325px; float: unset; display: table; margin: 0 auto}
    .chamada-app .tela {margin-left: 0;}
    .chamada-app .tela img {margin-top: 0;}
    .chamada-app .baixe {padding: 80px 0 0 8px;}

    /*ICONES*/
    .icones {width: 715px; float: unset; margin: 50px auto 0; display: table;}
    .icones-blocos-inferior { width: 205px; }
    .icones-blocos-inferior:nth-of-type(3) { margin-right: 0; }
    .icones-blocos-inferior:nth-of-type(4) { margin-left: 125px; margin-top: 30px;}
    .icones-blocos-inferior:nth-of-type(5) { margin-right: 0; margin-top: 30px;}

    /*VIDEOS*/
    .wrapper-videos .limitador {width: 320px; height: unset;}
    .wrapper-videos .titulo-video {width: 320px; margin-left: 0;}

    .single.video .bloco-titulo{height: unset;}
    .single.video .wrapper-imagem{width: 100%; margin-bottom: 25px;}
    .video .youtube{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .single.video .bloco-titulo .wrapper-titulo{
        width: 100%;
        position: unset;
        top: unset;
        transform: unset;
        margin-left: 0;
    }
    .single.video .compartilhar{
        position: unset;
        margin-top: 20px;
    }

    /*PODCASTS*/
    .wrapper-podcast .podcast .esquerda { width: 196px; }

    /*ACESSO RÁPIDO*/
    .acesso-rapido .wrapper-imagem { width: 22.9%;}

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


    .embed-container { 
     position: relative; 
     padding-bottom: 56.25%; 
     height: 0; 
     overflow: hidden; 
     max-width: 100%; 
     height: auto;
     margin-top: 30px;
     margin-bottom: 30px; 
 } 
 .embed-container iframe, .embed-container object, .embed-container embed {
     position: absolute; 
     top: 0; 
     left: 0; 
     width: 100%; 
     height: 100%; 
 }

 /*RODAPÉ*/
 .copyright span {width: 100%; padding: 12px 0 0;}
 .copyright span:last-of-type {width: 100%;padding: 5px 0 12px;}

}

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

    /* GERAL */

    .wrapper { margin: 0 auto -785px }
    .wrapper-logo .conteudo { text-align: center; } 
    .logo {max-width: 61%;}   
    
    .page .esquerda, .single .esquerda { width: 100%; text-align: center; margin-bottom: 20px; }
    .page .esquerda img, .single .esquerda img { max-width: 100%; float: none; width: auto; }
    .page .direita,.single .direita { width: 100%; padding-left: 0; }
    .wrapper-item .btn-mais { left: 0; }
    
    /* PRINCIPAL */
    .wrapper-banner { width: 100%; height: 59vw; }
    
    .wrapper-banner-topo .banner { width: 920px; margin-left: -460px; }
    .wrapper-banner-topo, .wrapper-banner-topo .banner a, 
    .wrapper-banner-topo .banner img { height: 196px; }

    .dias-semana label { text-transform: uppercase; }
    .conteudo-dia-semana .horario-evento { width: 100%; font-size: 19px; }
    .conteudo-dia-semana .titulo-evento, 
    .conteudo-dia-semana .local-evento, 
    .conteudo-dia-semana .endereco-evento { width: 100%; }
    .endereco, .telefone { width: 100%; text-align: center;}

    /* NOTÍCIAS */

    .page.noticias .lista-noticias li { width: 59%; height: auto; float: unset; margin: 0 auto 30px auto !important; }
    .page.noticias .lista-noticias a { text-align: center; }
    .page.noticias .lista-noticias img { max-width: 100%; width: auto; float: none; }
    .noticia .lista-noticias-single {display: block;}
    .lista-noticias-single a {float: unset;}
    .lista-noticias-single li:nth-child(1) {padding-right: 0;}
    .lista-noticias-single li:nth-child(3) {padding-left: 0;}

    .page.noticias .titulo-noticia-lista, .page.noticias .data-noticia { 
        width: 100%; margin-left: auto; margin-right: auto;  text-align: justify;
    }

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

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

    .eventos > div {width: 100%; margin-right: 0; margin-bottom: 40px;}
    .eventos .direita .data-local span {width: unset;}
    .eventos .direita .data-local span:nth-child(2) {width: unset; margin-right: 15px;}

    .single-evento .esquerda, .single-evento .direita {width: 100%; padding-left: 0;}


    /* ICONES */
    .wrapper .conteudo:first-of-type .bloco .icones, .icones {width: 100%; position: relative; float: left;}
    .wrapper .conteudo:first-of-type .bloco .icones .icones-blocos,
    .icones .icones-blocos, .icones .icones-blocos:last-of-type,
    .wrapper .conteudo:first-of-type .bloco .icones .icones-blocos:last-of-type,
    .icones-blocos-inferior, .icones-blocos-inferior:first-of-type,
    .icones-blocos-inferior:nth-of-type(4) {
        width: 50%;
        margin: 0 0 35px 0;
    }
    .icones-blocos-inferior:nth-of-type(5) { margin: 0 0 0 0;}

    /*VIDEOS*/
    .bloco-eventos .conteudo > .esquerda {width: 100%; padding: 0;}
    .wrapper-videos .limitador,.wrapper-videos a {width: 100%;}
    .wrapper-videos .titulo-video {width: 100%;}
    .wrapper-videos .titulo-video span:first-of-type{height: unset;}
    .bloco-eventos .mais-videos {width: unset;margin-top: 25px;margin-bottom: 40px;}

    .bloco-eventos .conteudo .esquerda:last-of-type{padding-left: 0;}

    /*PODCASTS*/
    .wrapper-podcast .podcast {width: 100%;}
    .wrapper-podcast .podcast:first-child {margin-right: 0;}
    .wrapper-podcast .podcast .esquerda {width: calc(100% - 178px)}
    .wrapper-podcast .limitador {width: 155px;}

    .page.podcasts .wrapper-item {height: unset;}
    .page.podcasts .wrapper-item .direita {
        position: unset;
        top: unset;
        transform: unset;
    }

    .single.podcast .podcast-player .esquerda {width: 100%;margin-bottom: 15px;}
    .single.podcast .podcast-player span:nth-of-type(2){height: auto;}
    .single.podcast .limitador {float: unset; margin: 0 auto}

    /*ACESSO RÁPIDO*/
    .acesso-rapido .wrapper-imagem {width: calc(50% - 10px);}
    .acesso-rapido .wrapper-imagem:nth-of-type(2){margin-right: 0;}

    /*SACRAMENTOS*/
    .page.sacramentos .esquerda {margin-bottom: 35px;}
    .page.sacramentos .wrapper-conteudo{width: 100%; margin-left: 0;}

    /*PLAYER DA RÁDIO*/
    .player-webradio {
        width: 115px;
        float: left;
        top: 128px;
        right: unset;
    }
    .player-webradio audio { width: 100%; }
    .player-webradio p:first-of-type { display: none;}
    .player-webradio p:last-of-type {display: unset; font-size: 10px;}

    /* 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}
    .liturgia-diaria iframe {float: none;}

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

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

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

}

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

    /* PRINCIPAL */    
header { /*background: linear-gradient(to bottom, #d7d7d7, #fefefe, #fff);*/ }

.lista-noticias a { width: 100%; text-align: center; }
.data-noticia, .titulo-noticia-lista { width: 100%; float: none; }
.wrapper-chamada-/*a*/pp { width: 100%; height: auto; }
.barra-topo {height: 36px;}
.barra-topo .esquerda {width: 100%;}
.barra-topo p {font-size: 13px; padding-top: 10px;}
/*.wrapper-busca {top: 202px;}*/

.logo {max-width: 55%; margin-bottom: 15px;} 
.menu-redes-sociais {position: unset; margin: 0 0 20px auto;}
.menu-redes-sociais li:first-of-type{margin-left: 0;}
.rede-mobile {display: table;}
.rede-desktop {display: none;}

/*.menu-redes-sociais {top: 39px; left: 10px; right: unset;}*/
/*.menu-redes-sociais a {height: 30px; color: #996451;}*/
/*.rede-mobile {display: unset;}*/ /*DESABILITADO APENAS PARA O USO DO CONCURSO, HABILITAR NOVAMENTE DEPOIS*/
/*.rede-desktop {display: none;}*/
/*.busca-topo label {margin-top: 200px;}*/

/* BANNER */
.wrapper-banner-topo .banner { width: 680px; margin-left: -340px; }
.wrapper-banner-topo, .wrapper-banner-topo .banner a,
.wrapper-banner-topo .banner img { height: 145px; }

.control-nav:after{content: "";}

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

/* NOTÍCIAS */
.wrapper-noticias ul li {width: 100%;}
.wrapper-noticias li:first-of-type {padding-right: 0;}
.wrapper-noticias li:last-of-type {padding-left: 0;}

.btn-mais, .data-noticia-frente {display: none;}

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

.single.noticia .bloco-titulo > .titulo {
    font-size: 19px;
    line-height: 25px;
    text-align: justify;
}
.noticia .lista-noticias-single li{width: 100%;margin: 0 0 30px 0;}

.copyright {height:104px;}

/*ÍCONES*/
.wrapper-icones{width: 205px;margin: 0 auto;}
.wrapper .conteudo:first-of-type .bloco .icones .icones-blocos, 
.icones .icones-blocos, .icones .icones-blocos:last-of-type, 
.wrapper .conteudo:first-of-type .bloco .icones .icones-blocos:last-of-type, 
.icones-blocos-inferior, .icones-blocos-inferior:first-of-type, 
.icones-blocos-inferior:nth-of-type(4) {width: 100%;}
.icones i {width: 65px; text-align: center;}

/*EVENTOS*/
.bloco-eventos > .conteudo {float: left; position: relative; background: none;}
.eventos .direita .data-local span, 
.eventos .direita .data-local span:nth-child(2) {
    width: calc(100% - 15px);
    margin-right: 0;
}


.programacao-semanal {position: relative; margin-bottom: 50px;}
.bloco-eventos .conteudo > .proximos-eventos {right: 15px; bottom: -20px;}
.programacao-semanal .proximos-eventos {position: absolute; bottom: -40px; right: 0;}

.titulo-agenda-issuu {margin-left: 0;}
/*CHAMADA APP*/
.chamada-app {width: 275px;}
.chamada-app .tela img {width: 150px;}
.chamada-app .baixe {padding: 45px 0 0 8px;}

/*PODCASTS*/
.wrapper-podcast .podcast .esquerda { width: 100%; margin-bottom: 20px;}
.wrapper-podcast .limitador { width: 155px; margin: 20px auto 0; float: unset; }

/*VIDEOS*/
.single.video .lista-noticias-single .limitador img{width: 100%;}


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

/*FORMATAR*/
.formatar .alignleft, 
.formatar .alignright {float: unset; margin:0 auto 10px auto;}

/*PLAYER WEBRÁDIO*/
.player-webradio {
    top: unset;
    right: unset;
    margin-top: -25px;
    position: unset;
}

}

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

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


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