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

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

section {
    position: relative;
}

.titulo {
    display: block;
    font-size: 19px;
    letter-spacing: 0;
    margin-top: -6px;
    margin-bottom: 20px;
    color: #B72126;
    font-family: "ubuntumedium", arial, sans-serif;
    position: relative;
    text-transform: uppercase;
}

.detalhe:before {
    content: "";
    display: block;
    width: 6px;
    height: 18px;
    background: #FAA519;
    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: #B72126;
    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;
}

.conteudo-noticia {
    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-noticias {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.bloco-multimidia {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    padding: 30px 0px;
    background-color: #E6E7E8;
}
.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: "Myriad Pro", arial, sans-serif;
}

.font-bold {    
    font-family: "Myriad Pro Bold", arial, sans-serif;
}

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

.btn-mais {
    /*width: 275px;*/
    max-height: 90px;
    /*float: left;*/
    text-align: left;
    overflow: hidden;
    position: absolute;
    font-family: "ubuntumedium", 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: 18px;
    width: 100%;
    color: #000;
}

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

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

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

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

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

.wrapper-imagem img {
    display: inline-block;   
    border-radius: 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: #B72126;
    text-align: center;
    border: 1px solid #B72126;
    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: #B72126;
    color: #fff;
    border-color: #B72126;
    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: #B72126;
    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;
}

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

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

header {
    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;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}

.barra-topo {
    width: 100%;
    height: 33px;
    color: #000000;
}

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

.logo {
    display: inline-block;
    width: 462px;
    margin-top: -10px;
    margin-bottom: 25px;
}

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

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

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

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

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

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

#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: #FAA519;
    -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: #E6E7E8;
    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: #FAA519;
    -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: #27235E; } 

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: -240px;
    right: 0;
}

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

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

.menu-redes-sociais a:hover {
    color: #000;
}
/*.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: 5px;
    background: url("../images/busca-branco.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: 40px;
    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: #982326;
    padding: 0 10px 0 40px;
    border-radius: 5px;
    border: 2px solid #982326;
    background-image: url("../images/busca-vermelho.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 {  
    width: 100%;
    height: 200px;
    position: relative;
    z-index: 10;
    margin-top: 35px;
    margin-bottom: 35px;
}

.banner { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /*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 {
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 25px;   
    line-height: 12px;
    text-align: center;
    z-index: 100;
}

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

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

.banner-pager span.cycle-pager-active {
    background: #996451;;
    border: none;
}

/* NOTÍCIAS */
.wrapper-noticias {
    width: 100%;
    margin-right: 10px;
    float: left;
}

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

.lista-noticias {
    float: left;
}

.lista-noticias-single {
    float: left;
}

.lista-noticias-medias {
    float: left;
}

.lista-noticias-pequenas {
    float: left;
    padding-top: 16px;
}

.lista-noticias-veja-mais {
    float: left;
}

.lista-noticias-veja-mais li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.lista-noticias-veja-mais a {
    display: block;
    float: left;
   /* padding-right: 20px;*/
}

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

.lista-noticias-single li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.lista-noticias-pequenas li {
    float: left;
    width: 175px;
    margin-bottom: 35px;
    margin-right: 16px;
}

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

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

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

.lista-noticias-single a {
    display: block;
    float: left;
    /*padding-right: 20px;*/
}

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

.lista-noticias-single img {
    width: 100%;
    height: auto;
    margin-right: 20px;
    /*border-radius: 5px;*/
    float: left;
    transition: all linear 0.2s;
}

.lista-noticias-veja-mais img {
    width: 172px;
   /* height: 100px;*/
    margin-right: 20px;
    /*border-radius: 5px;*/
    float: left;
    transition: all linear 0.2s;
}

.outros .data-noticia {
    display: block;
    width: unset;
    font-size: 13px;
    float: left;
    margin-top: 13px;
    margin-bottom: 6px;
    transition: all linear 0.2s;
    text-align: left;
    margin-right: 10px;
    letter-spacing: 0;
}

.taxo-noticia {
    display: block;
    width: unset;
    font-size: 13px;
    float: left;
    margin-top: 13px;
    margin-bottom: 6px;
    transition: all linear 0.2s;
    letter-spacing: 0;
}

.data-taxo a { color: #BBBDC0; }

.data-taxo {
    width: 100%;
    display: flex;
    margin: 0 auto;
    font-family: "ubuntulight", arial, sans-serif;
    color: #BBBDC0;
}

.data-taxo .data-noticia {
    width: 100%;
    margin-right: 0;
    text-align: center;
}
.data-taxo .taxo-noticia {
    width: unset;
    font-size: 15px;
    margin-top: 5px;
}

.data-taxo .taxo-noticia span, .outros .taxo-noticia span, .taxo-home span { display: none; }
.data-taxo .taxo-noticia span:last-of-type, .outros .taxo-noticia span:last-of-type, .taxo-home span:last-of-type { display: unset; }


.limitador-pequeno {
    width: 100%;
    /*height: 151px;*/
    border-radius: 5px;
    overflow: hidden;
}

.limitador-medio {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 5px;
}

.limitador-grande {
    width: 750px;
    height: 225px;
    overflow: hidden;
    border-radius: 5px;
}


.limitador-noticias {
    width: 300px;
    height: 169px;
    overflow: hidden;
}

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

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

.lista-noticias-medias li:hover img {
    -moz-transform: scale(1.11);
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
}

.lista-noticias-pequenas li:hover img {
    -moz-transform: scale(1.11);
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
}

.lista-noticias li:hover img {
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

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

.data-noticia-veja-mais {
    display: block;
   /* width: calc(100% - 125px);*/
    font-size: 17px;
    float: left;
    margin-bottom: 10px;
    margin-top: -3px;
    transition: all linear 0.2s;
}

.titulo-noticia-lista {
    display: block;
    width: 85%;
    font-size: 20px;
    float: left;
    margin-top: 0;
    transition: all linear 0.2s;
}

.titulo-noticia-lista-grande {
    /*display: block;*/
    /*position: relative;*/
    width: 315px;
    height: 100%;
    font-size: 23px;
    line-height: 29px;
    text-align: justify;
    /*float: left;*/
    margin: 0 0 0 435px;
    padding: 12px 15px;
    background: #000000b3;
    color: #ffffff;
    /*border-radius: 5px;*/
    /*transition: all linear 0.2s;*/
    font-family: "ubuntumedium", arial, sans-serif;
    opacity: 0.999;
    letter-spacing: 0.1px;
}

.titulo-noticia-lista-grande span {
    max-height: 90px;
    /*float: left;*/
    text-align: left;
    overflow: hidden;
    position: absolute;
    left: 460px;
    width: 275px;
}

.titulo-noticia-lista-grande p {
    width: 275px;
    max-height: 51px;
    /*float: left;*/
    text-align: left;
    overflow: hidden;
    position: absolute;
    font-family: "ubunturegular", arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    margin-top: 110px;
    left: 460px;
}

.titulo-noticia-lista-grande a {
    color: #fff;
    transition: all linear 0.2s;
}

.titulo-noticia-lista-pequenas {
    display: block;
    width: 100%;
    height: 43px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    float: left;
    margin-top: 10px;
    transition: all linear 0.2s;
    color: #404041;
    font-family: "ubunturegular", arial, sans-serif;
}

.lista-noticias-pequenas a:hover .titulo-noticia-lista-pequenas {
    color: #B72126;
}

.lista-noticias a:hover {
    text-decoration: underline;
    transition: all linear 0.2s;
}

.wrapper-noticias-geral {
    width: 100%;
    margin-top: 35px;
    float: left;
}

.lista-noticias-medias span a {
    width: 100%;
    height: 50px;
    display: block;
    overflow: hidden;
    font-size: 19px;
}

.lista-noticias-medias .data {
    width: 100%;
    float: left;
    margin: 10px 0 8px;
    color: #BBBDC0;
    font-family: "ubuntulight", arial, sans-serif;
    font-size: 13px;
}

.wrapper-noticias-geral .lista-noticias-pequenas li {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #BBBDC0;
}

.wrapper-noticias-geral .lista-noticias-pequenas li:last-of-type {border-bottom: none;}

/*.wrapper-noticias-geral .lista-noticias-pequenas li .barra-cinza-fina {
    margin-bottom: 25px;
}
*/
.wrapper-noticias-geral .limitador-pequeno {
    width: 300px;
    float: left;
    margin-right: 15px;
}

.wrapper-noticias-geral .lista-noticias-pequenas span{
    width: calc(100% - 315px);
    font-family: "ubuntumedium", arial, sans-serif;
    font-size: 23px;
    line-height: 30px;
    float: left;
}

.wrapper-noticias-geral .lista-noticias-pequenas .data, 
.wrapper-noticias-geral .lista-noticias-pequenas .taxo-home span{
    width: calc(100% - 315px);
    float: left;
    margin: 0 0 8px;
    color: #BBBDC0;
    font-family: "ubuntulight", arial, sans-serif;
    font-size: 13px;
    line-height: 16px;

}

.wrapper-noticias-geral .lista-noticias-pequenas .data,
.wrapper-noticias-geral .lista-noticias-pequenas .taxo-home,
.wrapper-noticias-geral .lista-noticias-pequenas .taxo-home span {width: unset; margin-right: 10px;}

.wrapper-noticias-geral .lista-noticias-pequenas .resumo{
    margin-top: 13px;
    font-family: "ubunturegular", arial, sans-serif;
    font-size: 13px;
    line-height: 17px;

}
/*.lista-noticias a:hover img, .lista-noticias-pequenas a:hover img, .lista-noticias-veja-mais a:hover img {
    box-shadow: 0 0 10px #00387F;
}*/


/* ICONES */

.espiritualidade { float: left; margin: 0 auto 70px; }
.espiritualidade .titulo {
    text-align: left;
}

.wrapper-icones {
    /*width: 100%;*/
    position: relative;
    float: right;
}

.icones-blocos {
    width: 255px;
    text-align: left;
    color: #761113;
    float: left;
    letter-spacing: 0;
    margin: 30px 0 30px 50px;;
}

.icones-blocos p {
    font-size: 19px;
    letter-spacing: 0.5px;
    margin: 15px 0 0 20px;
    font-family: "ubuntumedium", arial, sans-serif;
    color: #6D6E70;
    /*width: 87px;*/
    text-align: center;
    float: left;
    transition: all linear 0.3s;
    line-height: 16px;
    position: relative;
}

.maraba-biblia-01, .maraba-oracao, .maraba-terco, .maraba-maos, .maraba-joelho {
    font-size: 50px;
    color: #FAA519;
    float: left;
    /*margin-top: 17px;*/
    margin-right: 0px;
    transition: all linear 0.3s;
    display: block;
    position: relative;
}


.icones-blocos:hover p, .icones-blocos:hover .basilica-biblia-01,
.icones-blocos:hover .basilica-oracao, .icones-blocos:hover .basilica-terco,
.icones-blocos:hover .basilica-maos, .icones-blocos:hover .basilica-joelho,
.icones-blocos:hover .maraba-biblia-01, .icones-blocos:hover .maraba-oracao,
.icones-blocos:hover .maraba-terco, .icones-blocos:hover .maraba-maos,
.icones-blocos:hover .maraba-joelho {
    color: #5390ad;
    transition: all linear 0.3s;
}


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

.proximos-eventos img {
    float: left;
}

.proximos-eventos p {
    font-family: "ubuntu", arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    text-align: right;
    margin: 5px 0 0 10px; 
    color: #000;
}

.proximos-eventos > a:hover{
    text-decoration: underline;
    color: #B72126;
}


.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: #B72126;
    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: 20px;
    letter-spacing: 1px;
}

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

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

.dias-semana input:checked + span {
    background-color: #E6E7E8;
    color: #B72126;
    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: #B72126;
    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: "ubuntubold", arial, sans-serif;
    font-size: 21px;
    /*font-weight: 700;*/
}

.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: "ubunturegular", 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: #B72126;
}

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

/* ATALHOS */
.atalhos {
    width: 350px;
    float: left;
    text-align: center;
    font-family: "ubuntumedium", arial, sans-serif;
    font-size: 22px;
}

.wrapper-atalhos .barra {
    width: 50px;
    margin: 35px auto;
}

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


/* PALAVRA DO PÁROCO */

.palavra-paroco .titulo {
    text-align: left;
}

.celular {display: none;}

.palavra-paroco img {
    width: 100%;
    position: relative;
    z-index: 10;
    filter: none;
    transition: all linear 0.5s;
}

.palavra-paroco h3 {
    color: #BBBDC0;
    margin-top: 15px;
    font-size: 20px;
    transition: all linear 0.2s;
}

.palavra-paroco .titulo-palavra {
    margin-top: 20px;
    line-height: 28px;
    width: 335px;
    margin-left: auto;
    margin-right: auto;
}

.palavra-paroco .wrapper-imagem {
    width: 100%;
    margin: 50px auto 0;
    float: none;
}

.wrapper-imagem:hover .circulo-degrade { transform: rotate(180deg); transform: all linear 0.5s }
.wrapper-imagem:hover h3 {color: #5390ad; transition: all linear 0.2s;}

.wrapper-imagem:hover img { 
     -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: all linear 0.5s;
}

.palavra-paroco .limitador-redondo {
    width: 170px;
    height: 170px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 100%;
}

.palavra-paroco .limitador-redondo:before {
    content: "";
    width: 185px;
    height: 185px;
    background: /*url("../images/sombra-redonda.png") center no-repeat */ #fff;
    position: absolute;
    margin-top: -8px;
    right: 82.5px;
    border-radius: 100%;
    z-index: 1;
}

.circulo-degrade {
    width: 200px;
    height: 200px;
    display: block;
    background: linear-gradient(to right, #BEE7FA, #00ADEF);
    border-radius: 100%;
    z-index: 0;
    margin: -186px auto 0;
    transition: all linear 0.5s;
}


/* CHAMADA APP */


.link-app {
    display: inline-block;
   
    margin-left: auto;
}

.link-app img {
    display: inline-block;
    height: 45px;
    float: left;
}


.chamada-app {
    /*float: left;*/
    margin-bottom: 95px;
}

.wrapper-chamada-app {
    width: 243px;
    height: 385px;
    margin: 100px auto 0;
    /*background: #d3d0ca;*/
}

.link-download {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px 40px 0;
    position: relative;
}

.link-download img { width: 100%; }

.link-download strong {
    display: block;
    width: 100%;
    line-height: 17px;
    text-transform: uppercase;
    font-size: 23px;
    color: #6b1519;
    padding: 30px 0;
}

.link-download:hover strong {
    text-decoration: underline;
}

/* ANIMAÇÃO APP*/

.demo-3 {
    position:relative;
    width:243px;
    height:385px;
    overflow:hidden;
    float:right;
    /*margin-right:20px*/
}
.demo-3 .frente {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
    /*margin-left:-50px*/
}
.demo-3 .frente img {
    display:block;
    position:relative;
    z-index:10;
    width:243px;
    height:385px;
    /*margin:-15px 0*/
}
.demo-3 .verso {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.demo-3 .verso .topo {
   width: 100%;
   height: 85px;
   background-color: #B72126;
   margin-bottom: 60px;
}
.demo-3 .frente h2 {
    color:#ffffff;
    font-family: "ubunturegular", arial, sans-serif;
    font-size:27px;
    line-height:27px;
    letter-spacing: 0;
    text-align:center;
    padding-top: 15px;
}
.demo-3 .frente p {
    display:block;
    font-size:27px;
    letter-spacing: 1px;
    line-height:27px;
    font-weight: 700;
    margin:6px 0 0 0;
    color:#ffffff;
    text-align:center;
}
.demo-3 .frente .verso img {
    display:block;
    width: 171px;
    height: auto;
    margin-bottom: 55px;
}

.demo-3 .frente .verso img:hover {
    width: 200px;
}
.demo-3 .verso {
    top:0;
    left:0;
    width:100%;
    height:100%;
    /*padding:29px 44px;*/
    background-color:#D8D9D7;
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
}
.demo-3 .frente img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
}
.demo-3 .frente:hover img,.frente.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg);
    z-index: 0;
}
.demo-3 .frente:hover .verso,.frente.hover .verso, .demo-3 .frente:hover .verso img {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0);
}

/* VÍDEOS */
.wrapper-videos {width: 100%; float: left; color: #231f20; letter-spacing: 0;}
.bloco-multimidia .conteudo > .esquerda{width: 50%; padding-right: 40px; }
.bloco-multimidia .conteudo .esquerda:last-of-type{padding-left: 40px;padding-right: 0; }
.wrapper-videos ul, .wrapper-videos ul li {width: 100%; float: unset;}
.wrapper-videos a {float: left;}
.wrapper-videos .limitador {width: 270px; height: 186px; float: left; overflow: hidden;}
.wrapper-videos .limitador img {width: auto; 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;
    line-height: 23px;
    font-weight: 500;
    float: left;
    margin-bottom: 15px;
}
.wrapper-videos .titulo-video span:nth-of-type(2) {
    width: 100%;
    height: 60px;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    float: left;
    text-align: justify;
}
.wrapper-videos i {
    font-size: 25px;
    float: left;
}
.bloco-multimidia .mais-videos {
    float: right;
    margin-top: 40px;
}
.bloco-multimidia .mais-videos span {
    font-size: 12px;
    font-weight: 500;
    float: left;
    margin: 4px 0 0 5px;
}


/* 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: "ubunturegular", arial, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    background: #B72126;
    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;*/
}

footer > .conteudo {
    /*height: 260px;*/
    padding: 15px 0 5px;
    display: table;
}

footer .wrapper-imagem {width: 33.333%; padding: 0 15px; margin-top: 0; margin-bottom: 20px;}
footer .wrapper-imagem:first-of-type {padding: 0 30px 0 0;}
footer .wrapper-imagem:last-of-type {padding: 0 0 0 30px;}
footer .titulo {margin-top: 10px;}

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

.copyright {
    height: 50px;
    width: 100%;
    background: #404041;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0;
}

.copyright span {
    padding: 15px 0 15px;
    display: block;
    text-align: center;
    font-family: "ubunturegular", arial, sans-serif;
}

.copyright a {
    color: #FAA519;
}

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

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

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

/*.single > .titulo {
    margin-bottom: 40px;
    font-family: "ubuntubold", arial, sans-serif;
    font-size: 28px;
    color: #996451;
}*/

/*.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 > .titulo {
    margin-bottom: 0;
    text-align: center;
    font-size: 25px;
/*    font-weight: 500;*/
}

.noticia > .data-noticia {
    width: 100%;
}

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

.noticia .resumo-noticia {
    font-size: 19px;
    transition: all linear 0.2s;
}

.noticia .wrapper-lista-noticias {
    float: left;
    margin-top: 30px;
}

.wrapper-lista-noticias h3 {
    font-family: "kabriobook", arial, sans-serif;
    color: #B72126;
}

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

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

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

.lista-noticias-single li:nth-child(1) {padding-right: 30px;}
.lista-noticias-single li:nth-child(2) {}
.lista-noticias-single li:nth-child(3) {padding-left: 30px;}

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

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

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

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

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

.page h2 {font-family: "ubuntubold", arial, sans-serif;}

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

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

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

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

.formatar .wrapper-conteudo p, .formatar .wrapper-conteudo b, .formatar .wrapper-conteudo em 
{margin-bottom: 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;
  }
}



/* PARÓQUIA */

/*.paroquia .titulo {margin-bottom: 30px;}
.paroquia .wrapper-conteudo {margin-bottom: 50px;}
.paroquia img {max-width: 100%; height: auto;}*/



/* NOTÍCIAS */

.noticias-esquerda {
    width: 750px;
    margin-right: 40px;
    float: left;
}
.page.noticias.conteudo { }

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

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

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

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

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

.page.noticias .data-noticia {
    width: 100%;
}

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

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

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

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

.local-evento, 
.endereco-evento {
    float: right;
    width: calc(100% - 85px);
    font-family: Tahoma, 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 {
    text-transform: uppercase;
    font-size: 19px;
    color: #000;
    margin-bottom: 10px;
}

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

.horario-evento {
    float: left;
    width: 85px;
    font-family: Tahoma, 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: Tahoma, Arial, sans-serif;
    font-size: 19px;
    letter-spacing: 0;

}

/* 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:"ubuntubold", arial, sans-serif; }

.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 {
  padding-right: 0;
  margin-left: 0;
  margin-bottom: 15px;
  text-align: center;
}
.santo img {width: 100%;}

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

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

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

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

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

.links a:hover {
    color: #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 #B72126;
    border-radius: 10px;
    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 #B72126;
    background: #B72126;
    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;
}

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

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

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


.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: #27235E;
}

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

.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: #27235E;
    color: #FFF;
}

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

.seletor-mobile {display: none;}

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

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

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

/********************************************
*	
*   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: left; padding-top: 0;}
        
    header .wrapper-menu ul.menu {
        padding: 10px 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 250px;
        height: 100%;
        overflow-x: auto;
        overflow-y: scroll;
        background: #FFF;
        z-index: 2;
        box-shadow: -2px 0 4px #252525;
        -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
            -ms-transform: translate(100%, 0);
                transform: translate(100%, 0);
    }
    
    #menu-principal {
        margin: 0 -20px 0 0;
        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: #B72126 transparent transparent transparent;
        transition: all linear 0.2s;
    }

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

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

    .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: #B72126;}
    #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 */
    .lista-noticias a { left: 570px; } 
    .page.noticias .lista-noticias li:nth-child(3n+2) { margin: 0 4% 30px; } 
    .page.noticias .lista-noticias li {width: 30%;}  
    
    .form-mensagem { width: 290px; }
    #status { font-size: 15px; }


    .wrapper-banner {height: 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*/
    .noticias-esquerda {width: 650px;}
    .wrapper-noticias { width: 100%;}
    .limitador-grande {width: 100%;}
    .titulo-noticia-lista-grande {margin: 0 0 0 335px;}
    .titulo-noticia-lista-grande span, .titulo-noticia-lista-grande p { left: 360px; }
    .limitador-pequeno {width: 100%; height: unset;}
    .lista-noticias img {width: 100%;}
    .wrapper-noticias-pequenas {width: 100%;}
    .lista-noticias-pequenas li {width: 23.1%;}

    .wrapper-atalhos {width: 210px; font-size: 19px;}


    /* ATALHOS */

    .wrapper-atalhos {margin-left: auto; margin-right: auto;}
    .atalhos {width: 270px;}
    .palavra-paroco .limitador-redondo::before {margin-left: -7px; right: unset;}
    .palavra-paroco .titulo-palavra {width: unset;}


    /* ICONES */
    .espiritualidade {margin-top: 96px;}
    .icones-blocos {width: 210px; margin: 30px 0 30px 0px;}
    .icones-blocos p { width: 105px; text-align: left; margin-top: 10px; margin-right: 40px; float: right; }
   

}

/* 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; }      
    footer > .conteudo { padding: 0 20px;}
    footer .esquerda, footer .direita { width: 100%; margin-bottom: 50px; text-align: center; }
    /*footer, .push { height: 620px; }*/
    footer .wrapper-imagem {padding: 0 10px;}
    .copyright { height: 75px; }
    .copyright span {padding: 11px 0; line-height: 30px;}
    .copyright .esquerda, .copyright .direita { width: 100%; margin: 0; text-align: center; }
    .busca-topo { right: 15px; }
    
    /* PRINCIPAL */
    .bloco { margin-bottom: 50px; }

    .banner { width: 1115px; margin-left: -558px; left: 50%;}
    .wrapper-banner, .banner a, .banner img { height: 200px; }
    .banner-arrow-left img, .banner-arrow-right img {margin-top: 80px;}
    .banner li {width: 100%;}
    /*.wrapper-banner, .banner a, .banner img { height: 150px; }*/
    /*.wrapper-noticias { width: 100%; padding-right: 0; margin-bottom: 50px; }*/
    .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; }
    .wrapper-chamada-app {margin-top: 10px;}
    .chamada-app { display: inline-block; float: none; }
    .form-mensagem { width: 100%; }
    
    /* NOTÍCIAS */
    .wrapper-imagem img { max-width: 100%; }
    .noticia .lista-noticias { display: block;}
    .lista-noticias {width: 100%;}
    .noticias-esquerda {width: 100%; margin-right: 0;}
    /*.lista-noticias-pequenas li:nth-child(odd) {width: 30%;}*/
    /*.lista-noticias-pequenas li:nth-child(even) {width: 30%;}*/
    .titulo-noticia-lista-grande {margin: 0 0 0 auto;}
    .titulo-noticia-lista-grande span, .titulo-noticia-lista-grande p, .lista-noticias a { left: unset; right: 30px;}
    
    .limitador-noticias {width: 232px; height: 125px; margin: 0 auto;}
    .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; }

    /* ATALHOS */
    .atalhos {width: 100%}
    .wrapper-atalhos {width:100%;}
    .wrapper-atalhos > div {width: 100%; float: left;}
    /*.palavra-bispo .limitador-redondo::before {margin-left: -7px; right: unset;}*/
    .chamada-app {margin-top: 50px; margin-bottom: 50px;}

    
    /* ICONES */

    .wrapper-icones {width: 270px; margin-left: auto; margin-right: auto; float: none;}
    .icones-blocos p {width: 193px; margin-right: 0;}
    .icones-blocos {width: unset; margin-left: 0;}
    

    /* ESPIRITUALIDADE */

    .espiritualidade {margin-bottom: 0;}
    

    .telefone div:nth-child(2) {width: 100%;}


    /*VIDEOS*/
    .wrapper-videos .limitador {width: 320px;}
    .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;
    }

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

}

/* 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%;}   
    footer > .conteudo { padding-top: 20px; }
    /*footer, .push { height: 785px; }*/
    footer .direita { margin-bottom: 0; }
    footer .wrapper-imagem {width: 100%; margin: 0 0 35px 0;}
    footer .wrapper-imagem:first-of-type, footer .wrapper-imagem:last-of-type { padding: 0 10px; }
    .copyright { font-size: 15px; }
    .page .esquerda, .single .esquerda { width: 100%; text-align: center; margin-bottom: 20px; }
    .page .esquerda img, .single .esquerda img { max-width: 100%; float: none; width: auto; }
    .page .direita,.single .direita { width: 100%; padding-left: 0; }
    .wrapper-item .btn-mais { left: 0; }
    
    /* PRINCIPAL */
    .banner { width: 920px; margin-left: -460px; }
    .wrapper-banner, .banner a, .banner img { height: 165px; }
    .banner-arrow-left img, .banner-arrow-right img {margin-top: 58px;}
    /*banner { width: 850px; margin-left: -425px; }
    
    .wrapper-banner, .banner a, .banner img { height: 150px; }*/
    .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%; }
    .wrapper-links-app { text-align: center; }
    .wrapper-links-app strong { width: 100%; float: none; }
    .link-app { float: none; margin: 0 15px; }
    .endereco, .telefone { width: 100%; text-align: center;}

        
    /* NOTÍCIAS */
    .noticias-esquerda {width: 100%; margin-bottom: 25px;}
    .titulo-noticia-lista-grande {
        margin: 0 0 0 0px;
    }
    .titulo-noticia-lista-grande span {height: 45px;}
    /*.limitador-grande {height: 290px;}*/
    .lista-noticias-pequenas {padding-top: 0;}
    
    .lista-noticias-pequenas li:nth-child(odd), .lista-noticias-pequenas li:nth-child(even) {
        width: 100%; 
        margin: 30px 0 0 0;
        text-align: center;
    }
    .wrapper-noticias-geral .lista-noticias-pequenas li:first-child{margin-top: 0;}
    .wrapper-noticias-geral .lista-noticias-pequenas span { width: 100%; font-size: 19px; line-height: 22px; }

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

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

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

    .titulo-noticia-lista-pequenas {
        font-family: "ubuntumedium", arial, sans-serif;
        font-size: 19px;
        line-height: 22px;
        text-align: center;
        height: 45px;
    }

    .limitador-medio {height: auto;}

    .limitador-noticias {width: 300px; height: 169px;}

    .wrapper-noticias-geral .limitador-pequeno {width: 100%; height: unset; margin-right: 0; margin-bottom: 10px;}
       
    .page.noticias .titulo-noticia-lista, .page.noticias .data-noticia { 
        width: 100%; float: unset; margin-left: auto; margin-right: auto; 
    }

 
    /*.menu-redes-sociais {top: 175px;}*/
/*    .busca-topo label {margin-top: 180px;}
    .wrapper-busca {top: 184px;}*/

    input[type="busca"]:focus { width: 180px; }
    
    
    .proximos-eventos {float: unset; margin: 0 auto; padding-bottom: 30px;}

    .programacao-semanal .titulo {float: unset; text-align: left;}
    
    /* Atalhos*/
    .atalhos, .wrapper-atalhos {width: 100%; display: unset;}
    .wrapper-atalhos .barra {display: none;}

    /* ICONES */
    .espiritualidade {margin-top: 50px;}
    .icones-blocos {margin: 15px 0 15px 0px;}

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

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

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

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

    /* AGENDA */
    .single .evento-agenda, .single.missas .wrapper-item {margin-left: 0;}
    
}

/* Extra Small Devices, Phones - YELLOW */ 
@media only screen and (max-width: 480px) {
    
    /* PRINCIPAL */    
    header { /*background: linear-gradient(to bottom, #d7d7d7, #fefefe, #fff);*/ }
    .banner { width: 680px; margin-left: -340px; }
    .wrapper-banner, .banner a, .banner img { height: 121px; }
    .banner-arrow-left img, .banner-arrow-right img {margin-top: 35px;}
    .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 p {font-size: 13px; padding-top: 10px;}
    /*.wrapper-busca {top: 202px;}*/

    .logo {max-width: 82%;} 

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

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

    /* MISSAS */
    .horario-evento { width: 100%; }
    .local-evento, .endereco-evento { width: 100%; }
    
    /* NOTÍCIAS */
    /*.noticia .titulo-noticia { width: 100%; }*/
    /*.noticia .resumo-noticia { float: left; }*/
    .limitador-grande { height: unset; }
    /*.titulo-noticia-lista-grande {width: 100%; font-size: 16px;}*/

    /*.wrapper-noticias-geral .lista-noticias-pequenas .data { margin: 0px 0 2px; }*/
    /*.wrapper-noticias-geral .lista-noticias-pequenas span:last-of-type {height: 82px; overflow: hidden;}*/

    /*.wrapper-atalhos {font-size: 14px;}*/
    /*.wrapper-atalhos > div {width: 100%;}*/
    /*.chamada-app {margin-top: 40px; margin-bottom: 50px;}*/
    /*.demo-3 {float: unset; margin: 0 auto}*/


    /*.palavra-bispo .limitador-redondo::before { left: 60px;}*/

    /*PALAVRA DO PAROCO*/
    .desktop {display: none;}
    .celular {display: block;}
    .palavra-paroco .titulo-palavra {margin-bottom: 50px;}

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


    .basilica-biblia-01, .basilica-oracao, .basilica-terco, .basilica-maos, .basilica-joelho {
        margin-right: 10px;
        width: 45px;
    }

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

    .copyright {height:104px;}


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

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

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

/* Custom, iPhone Retina - ORANGE */ 
@media only screen and (max-width: 320px) {
    
    /* GERAL */
    /*.logo, .logo img { width: 100%; }*/
    
    /* PRINCIPAL */
   

    .icones-blocos p {font-size: 13px;}

    .lista-noticias p {display: none;}
    .data-noticia-frente {padding: 0; width: 20%;}
   
    .lista-noticias .btn-mais {display: none;}
}
/*
@media only screen and (max-width: 1200px) { body, .conteudo { background: #5c78ba4d; } }
@media only screen and (max-width: 992px)  { body, .conteudo { background: #f55f5f33; } }
@media only screen and (max-width: 768px)  { body, .conteudo { background: #00800033; } }
@media only screen and (max-width: 480px)  { body, .conteudo { background: #ff03; } }
@media only screen and (max-width: 320px)  { body, .conteudo { background: orange; } }