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

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

body {
    overflow-x: hidden;
}

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

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

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

body {
    font-family: "Inter", arial, sans-serif;
    font-size: 20px;
    background: #FFF;
    color: #231F20;
}

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

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

.titulo {
    width: 100%;
    float: left;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 7px;
    color: #144372;
    position: relative;
}

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

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

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

.esquerda { float: left; }

.direita { float: right; }

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

.paginacao a:hover {
    background: #144372;
    color: #FFF;
    border-color: #144372;
}

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

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

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

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

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

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

header {
    height: 215px;
    width: 100%;
    position: fixed;
    text-align: center;
    /*  padding-top: 40px;*/
    z-index: 50;
    box-shadow: 0 -5px 15px #000;
    background: #ffffff;
/*   background: url(../images/bg-header.png) center top no-repeat;*/
/*background-position-y: 2px;*/
transition: all linear 0.2s;
border-top: 50px solid #144372;
}

header.menor {
    height: 100px;
    background-position-y: 0;
    transition: all linear 0.2s;
/*    box-shadow: 0 -5px 15px #000;*/
border: none;
}
header.menor .conteudo {
    display: flex;
    justify-content: space-between;
    transition: all linear 0.2s;
}
header.menor .barra-topo{
    display: none;
    transition: all linear 0.2s;
}

header.menor .wrapper-menu{
    margin-top: 3px;
    transition: all linear 0.2s;
}

.barra-topo {
    width: 100%;
    height: 35px;
    float: left;
    background-color: #9b7639;
    transition: all linear 0.2s;
}
.barra-topo .conteudo {
    height: 100%;
    /*border-bottom: 1px solid #9b7639;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
}

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

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

.logo {
    display: inline-block;
    /*float: left;*/
    width: 405px;
    margin: -70px auto 0;
    /*left: 0;*/
    position: relative;
    z-index: 10;
    transition: all linear 0.2s;
    background: #144372;
    /*background: # 052967; AZUL ANTIGO*/
    padding: 15px 40px;
    border-radius: 25px;
}

.logo img {
    width: 100%;
    transition: all linear 0.2s;
    float: left;
}
header.menor .logo img{
    /*width: 170px;*/
    transition: all linear 0.2s;
    filter: brightness(0) saturate(100%) invert(22%) sepia(36%) saturate(2382%) hue-rotate(201deg) brightness(93%) contrast(94%);

}
header.menor .logo{
    width: 125px;
    margin-top: 15px;
    transition: all linear 0.2s;
    background: none;
    padding: 0;
}



/* MENU */
.wrapper-menu {
    width: 100%;
    float: left;
    margin-top: 25px;
    position: relative;
    transition: all linear 0.2s;
}

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

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

.menu-celular {
    display: none;
}

#menu-principal{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

#menu-principal > li {
    display: inline-block;
    margin: 0 33px 0 0;
    padding-bottom: 10px;
    position: relative;
}

#menu-principal > li:last-of-type {margin: 0}

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

#menu-principal > li:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #9b7639;
    position: absolute;
    bottom: 5px;
    left: 0;
    transition: all linear 0.2s;
    opacity: 0;
}
#menu-principal > li:hover:before {
 opacity: 1;
}

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

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

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

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

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

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

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

li.menu-item-has-children > ul {
    width: 285px;
    height: auto;
    text-align: left;
    float: left;
    position: absolute;
    left: -9px;
    top: 28px;
    background: #ffffff;
    transition: all linear 0.2s;
    box-shadow: 2px 6px 12px #00000057;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ICONES*/
.bloco.icones {
    /*background: url(../images/bg-icones.png) center top no-repeat;*/
    /*margin-top: -70px;*/
    position: relative;
    z-index: 10;
    margin: 0;
    margin-top: 50px;
    border-bottom: 1px solid #a7a9ac;
}
.icones-container {
    /*width: 720px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto 55px;
    /*float: left;*/
    /*padding: 0 20px;*/
}

.icones-blocos {
    /*width: 100px;*/
/*    height: 120px;*/
/*background: #2d6287;*/
border-radius: 50%;
display: block;
float: left;
text-align: center;
transition: all linear 0.2s;
}

.icones-blocos:last-of-type {margin-right: 0;}

.icones-blocos:hover a h3 {
    /*text-decoration: underline;*/
    transition: all linear 0.2s;
}
.icones-blocos a {
    width: 100%;
    height: 100%;
    float: left;
}

.icones-blocos h3 {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #878787;
    transition: all linear 0.2s;
}

.icones-blocos i {
    width: 100px;
    height: 100px;
    background: #144372;
    font-size: 45px;
    margin: 0 auto 12px;
    padding: 27px 0 0 0;
    display: block;
    color: #ffffff;
    border-radius: 50%;
}
.icones-blocos i:before {
    transition: all linear 0.2s;
}
.icones-blocos:hover i:before {
    font-size: 50px;
}

/* NOTÍCIAS */
section.noticias {
    float: left;
    width: 100%;
    margin-top: 70px;
    /*margin-right: 75px;*/
    /*background-color: #144372;*/
}
section.noticias:before, section.noticias + section.icones:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #a7a9ac;
    position: absolute;
    top: 215px;
}
section.noticias + section.icones:before {top: 75px;}
section.noticias .titulo + a, section.paroquias .titulo + a{
 background: #9b7639;
 color: #fff;
 margin: 0 auto 40px;
 float: unset;
 display: table;
 font-size: 10px;
 text-transform: uppercase;
 letter-spacing: 0.5px;
 padding: 2px 7px;
}

/*section.noticias .titulo {
    float: unset;
    display: table;
    margin: -22px auto 0;
    color: #ffffff;
    background: #144372;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    padding: 5px 15px 15px;
}*/


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

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

.lista-noticias-pequenas {
    /*height: 220px;*/
    /*float: left;*/
    /*margin-bottom: 60px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 15px;
}

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

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

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

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

.lista-noticias img, .limitador-pequeno img {
    width: 100%;
    float: left;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

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

ul.lista-noticias-pequenas li img{
    width: 100%;
    float: left;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

ul.lista-noticias-pequenas li:hover img,
ul.lista-paroquias li:hover img,
.page.clero .wrapper-conteudo-pagina .wrapper-item:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    filter: brightness(0.8);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}



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

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

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

.titulo-noticia-lista-grande span a{ color: #144372; }
.titulo-noticia-lista-grande p a{ color: #231f20; }

.titulo-noticia-lista-pequenas {
    width: 100%;
    /*height: 88px;*/
    /*overflow: hidden;*/
    font-size: 18px;
    /*line-height: 20px;*/
    font-weight: 700;
    text-align: center;
    /*line-height: 21px;*/
    float: left;
    margin: 10px auto;
    transition: all linear 0.2s;
    color: #144372;
    white-space: initial;
    line-height: 23px;
}
.lista-noticias-pequenas .limitador-pequeno + span {
    font-size: 10px;
    /*font-weight: 500;*/
    /*letter-spacing: 0.2px;*/
    text-align: center;
    /*text-transform: uppercase;*/
    color: #ffffff;
    display: table;
    margin: 15px auto 0;
    background: #9b7639;
    padding: 3px 17px;
    border-radius: 20px;
}
.lista-noticias-pequenas a:hover .titulo-noticia-lista-pequenas {
    color: #144372;
}

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


/* COMUNIDADES */
.paroquias-mobile{display: none;}
section.paroquias {
    width: 100%; 
    float: left;
    background: #9b7639;
    text-align: center;
}
section.paroquias .titulo {
    color: #ffffff;
    margin: 45px auto 15px;
}
section.paroquias .titulo + a {
    background: #ffffff;
    color: #9b7639;
}
section.paroquias .titulo + a:hover {
    background: #9b7639;
    color: #ffffff;
}
section.paroquias .teatinos-seta-esquerda {
    left: -55px;
}
section.paroquias .teatinos-seta-direita {
    right: -55px;
}
section.paroquias ul {
    margin: 0 auto 45px;
}
section.paroquias li {
    width: 180px;
    margin: 0 20px;
}
section.paroquias li .limitador-pequeno{
    /*height: 245px;*/
/*    border-radius: 20px;*/
}
section.paroquias li span {
    width: 100%;
    min-height: 90px;
    text-align: center;
    white-space: initial;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    float: left;
    margin-top: 10px;
}
section.paroquias li span p{
    width: 100%;
    text-align: center;
    white-space: initial;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    float: left;
    margin-top: 5px;
}
section.paroquias .banner-arrow-left img, section.paroquias .banner-arrow-right img { width: 100%;float: left; }
section.paroquias .banner-arrow-left, section.paroquias .banner-arrow-right {
    width: 10px;
    position: absolute;
    top: 165px;
    z-index: 100;
    transition: all linear 0.3s;
    cursor: pointer;
}
section.paroquias .banner-arrow-right {right: 0;}


/* ACESSO RÁPIDO */
.sites-indicados {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 40px;
}
.sites-indicados .titulo {
 min-width: 100%;
 margin-bottom: 25px;
 text-align: left;
}
.sites-indicados .esquerda {
    width: 680px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sites-indicados .esquerda a{
    width: 19%;  
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);  
}
.sites-indicados .esquerda a img{
    width: 100%;
    float: left; 
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);   
}
.sites-indicados .esquerda a:hover img{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); 
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);   
}
.sites-indicados .direita{
    width: calc(100% - 680px);
}
.sites-indicados .menu-redes-sociais{
    width: 325px;
    background: none;
    /*padding: 0 0 0 210px;;*/
    display: flex; 
    margin-top: 70px;
    float: right;
    justify-content: space-between; 
    align-items: center;
}
.sites-indicados .menu-redes-sociais li{
    margin: 0;
}
.sites-indicados .menu-redes-sociais p{
    font-size: 16px;
    font-weight: 600;
    color: #2f52a0;  
}
.sites-indicados .menu-redes-sociais a{
    font-size: 25px;
}
.sites-indicados .menu-redes-sociais a::before {
    color: #009fe3;  
}

/* MENSAGEM */
.form-mensagem {
    width: 400px;
    float: right;
    margin: 85px 0 135px 0;
    border-bottom: 2px solid #ffffff;
}

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

.form-mensagem input[type="text"],
.form-mensagem textarea {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #144372;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
    border: none;
    padding: 0 10px;
    transition: all linear 0.2s;
}

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

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

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

.form-mensagem input[type="submit"] {
    float: right;
    height: 30px;
    width: 100%;
    color: #ffffff;
    font-family: "Inter", arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: none;
    padding: 0;
    margin: 0 0 25px 0;
    border: 0;
    transition: all linear 0.2s;
}

.form-mensagem input[type="submit"]:hover {
    cursor: pointer;
}



/********************************************
*	
*   FOOTER
*
********************************************/
footer img {
    transition: all linear 0.5s;
    width: 100%;
}
.copyright a {
    width: 90px;
    float: left;
    margin: 0 0 0 10px;
}
.copyright {
    height: 42px;
    width: 100%;
    /*background: #005f99;*/
    font-size: 15px;
    letter-spacing: 0;
    float: left;
    background: url(../images/bg-footer.png) center no-repeat;
}
.copyright .conteudo {
    width: 980px;
    padding: 0 58px;
    display: flex;
    justify-content: center;
}
.copyright span {
    padding: 3px 0;
    display: block;
    text-align: center;
    /*font-weight: 600;*/
    color: #58585b;
    float: left;
}

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

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

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


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

/* COMUNS */
#single {
    margin-top: 300px;
}

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

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

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

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

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

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

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

.noticia .bloco-titulo {
    width: 100%; 
    /*height: 366px; */
    float: left; 
    margin-bottom: 70px;
    position: relative;
}
.noticia .bloco-titulo h2 {
 text-align: left;
 margin-bottom: 50px;
}
.noticia .wrapper-imagem {width: 600px; float: left; margin: 0; position: relative;}
.noticia .titulo-noticia {    
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    letter-spacing: 0.1px;
    float: left;
    transition: all linear 0.2s;
    color: #144372;
    padding: 0;
}

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

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

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

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

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

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



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

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

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

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

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

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

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

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

.single-evento a {
    color: #144372
}

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

/* PARÓQUIAS */
.single.formatar.clero h1, .single.formatar.paroquia h1, .page.formatar h1 {
    margin-bottom: 30px;
}
.single.formatar.clero h2, .single.formatar.paroquia h2, .page.formatar h2 {
    margin-bottom: 35px;
    text-align: left;
}
.single.formatar.clero .wrapper-conteudo, .single.formatar.paroquia .wrapper-conteudo {
    margin-bottom: 70px;
}
.single.formatar.clero .detalhes, .single.formatar.paroquia .detalhes {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.single.paroquia .direita .detalhes strong{
    float: left; 
    font-size: 20px; 
    font-weight: 700;
    color: #144372; 
    margin-bottom: 8px; 
    text-transform: uppercase;
}
.single.paroquia .direita .subtitulo{
    float: left; 
    font-size: 20px; 
    font-weight: 500;
    color: #050606;
    line-height: 27px;
    margin-left: 35px;
    margin-bottom: 30px;
}
.single.formatar.paroquia .wrapper-conteudo i {
    width: 25px;
    text-align: center;
    color: #9b7639;
    font-style: normal;
    font-size: 30px;
    text-shadow: 0 0 0 #9b7639;
    margin: -3px 10px 0 0;
    float: left;
}
.single.formatar.paroquia .wrapper-conteudo i.teatinos-presena {
    font-size: 25px;
    text-shadow: unset;
    margin: -2px 10px 0 0;
}
.single.paroquia .direita, .single.paroquia .wrapper-conteudo,
.single.paroquia .direita .subtitulo:last-of-type{margin-bottom: 15px;}


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





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

/* COMUNS */
#page {
    margin-top: 300px;
}
.page > .titulo, .single > .titulo, .single.dizimista .wrapper-form > .titulo {
    margin-bottom: 55px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9b7639;
    /*letter-spacing: 0;*/
    /*text-align: left;*/
}
.page .direita > .titulo {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    text-align: left;
    float: left;
}

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

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

.page .esquerda {
    width: 240px;
}

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

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

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


/* NOTÍCIAS */
.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 a:hover { color: #144372 }

.page.noticias .limitador-noticias { 
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 5px;
}
.page.noticias .lista-noticias img { 
    width: 100%; 
    height: auto;
    margin: 0;
}

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

.page.noticias .titulo-noticia-lista {
    width: 100%;
    float: left;
    text-align: center;
    color: #144372;
    font-weight: 700;
}

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

.single.missas { padding: 0; }

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

.evento-agenda {
    display: block;
    margin-bottom: 50px;
    /*margin-left: 20px;*/
    float: left;
    width: 100%;
}
.evento-agenda .local-evento, .evento-agenda .endereco-evento {
    width: calc(100% - 118px);
    color: #58585B;
}
.single.missas .evento-agenda h2 { margin-bottom: 15px; }
.single.missas h2 + div {
    width: 100%;
    float: left;
    padding-left: 30px;
}

.teatinos-mais {
    float: left;
    font-size: 17px;
    margin: 9px 15px 0 0;
    color: #9b7639;
}
.horario-evento {
    font-size: 20px;
    font-weight: 600;
    float: left;
    width: 85px;
    color: #144372
}

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

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

/* CÚRIA */
.curia-geral {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.curia-geral div{
    width: 33%;
    text-align: center;
    padding: 0 15px;
    font-size: 16px;
    line-height: 23px;
}
.formatar .curia-geral img{
    width: 100%;
    float: left;
}
.curia-geral div strong{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 20px;
}

/* CLERO */
.page.clero .wrapper-conteudo-pagina {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.page.clero .wrapper-conteudo-pagina .wrapper-item{
 width: 240px;
 margin: 0 22px 50px 22px;
}
/*.page.clero .wrapper-conteudo-pagina .wrapper-item:nth-of-type(5n){
   margin-right: 0;
}*/
.page.clero .wrapper-conteudo-pagina .wrapper-item img{
 width: 100%;
 float: left;
 border-radius: 20px;
 transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000)
}
.page.clero h2, .single.clero h2, .single.paroquia h2, .page.formatar h2, .single.contato h2, .single.missas h2{
 width:100%;
 float: left;
 font-size: 20px;
 font-weight: 600;
 text-align: center;
 color: #144372;
 text-transform: uppercase;
 font-style: italic;
 margin: 0 0 20px 0;
 /*padding: 7px 18px;*/
 /*background: #144372;*/
}
.page.clero .wrapper-conteudo-pagina .wrapper-item h3{
 width: 100%;
 float: left;
 font-size: 18px;
 font-weight: 600;
 text-align: center;
 text-transform: uppercase;
 margin: 10px 0 5px;
}
.page.clero .wrapper-conteudo-pagina .wrapper-item p{
 width: 100%;
 float: left;
 font-size: 15px;
 font-weight: 500;
 text-align: center;
}

/* NOTÍCIAS */
.page.noticias .lista-noticias-pequenas li {margin-bottom: 30px}

/* ARQUIVO */
.page.arquivo .listagem-item {
  width: 100%;
  float: left;
  margin-left: 20px;
  margin-bottom: 40px;
}
.page.arquivo .listagem-item a {
  float: left;
}
.page.arquivo .listagem-item .esquerda {
  width: unset;
  padding-top: 6px;
  padding-right: 15px;
  padding-bottom: 5px;
  border-right: 1px solid #D1D2D4;
}
.page.arquivo i {
  font-size: 60px;
  color: #6D6E70;
  transition: all linear 0.2s;
}
.page.arquivo .listagem-item .direita {
  width: calc(100% - 85px);
  padding: 18px 0 0 10px;
  min-height: unset;
}
.page.arquivo .listagem-item .direita .titulo {
  color: #6D6E70;
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
  text-align: left;
  letter-spacing: 0;
  float: left;
  margin-bottom: 0;
}
.page.arquivo .listagem-item .direita .listagem-data {
  font-size: 13px;
  float: left;
  width: 100%;
  color: #6D6E70;
  margin-bottom: 10px;
}


/* VÍDEOS */
.youtube, .facebook {
    width: 600px;
    aspect-ratio: 16/9;
    display: block;
    margin: 0 auto;
}

audio {width: 100%; max-height: 30px; margin-bottom: 15px;}


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

.page.liturgia-diaria .subtitulo {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #58595b;
}

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

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

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

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

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

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

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

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

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

/*Exibição em Abas*/

.tabs-menu ul li {
    float: left;
}
.tabs-menu ul li a {
    display: block;
    padding: 3px 25px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    letter-spacing: 0;
    color: #5B5B5E;
}
.tabs-menu ul li a:hover {
    color: #144372;
}
.tabs-menu ul li a.active-tab-menu {
    background: #144372;
    color: #ffffff;
}

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

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

.santo .nome {
    font-family: "Inter", arial, sans-serif;
    font-size: 19px; 
    font-weight: 600;
    margin-top: 5px; 
    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: #144372;
    /*text-decoration: underline;*/
}

.links strong { }

/* CONTATO */
.single.contato .wrapper-conteudo{margin-bottom: 20px;}
.single.contato .wrapper-contato{margin-bottom: 30px;}
.single.contato h2{width: unset; margin-bottom: 10px}
.single.contato address{width: 100%; float: left; margin-bottom: 35px; line-height: 30px;}
/********************************************
*	
*   FORMULÁRIOS
*
********************************************/

.wrapper-form {
    float: left;
    width: 100%;
    /*margin-bottom: 50px;*/
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.terco {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.seletor-mobile {display: none;}

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

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

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

.contemplacao {
    font-size: 19px;
}

.contemplacao17 {
    font-size: 17px;
}

.contemplacao18 {
    font-size: 17px;
}

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

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

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

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

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

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

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

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

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

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

.formatar .wrapper-conteudo strong {color: #144372;}

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

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

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

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

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

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

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

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

/* Cores do Placeholder*/

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

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

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

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

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


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

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

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

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

    header.menor .logo {
     /*width: 170px;*/
 }

 .wrapper-menu {
    /*width: 20%;*/
    margin-top: 20px;
}
.menu-celular {
    display: block;
    /*float: left;*/
    margin: 0 auto;
}

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

    /* ÍCONES */
    /*.icones-container {width: 640px; float: unset; display: table;}*/
    /*.icones-blocos {margin-right: 45px;}*/
    /*.icones-blocos:nth-of-type(4n) {margin-right: 0;}*/

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

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


    /* PARÓQUIAS */
    .lista-paroquias.cycle-slideshow, .prevControl-paroquias, .nextControl-paroquias {display: none;}
    .paroquias-mobile {
        width: 100%;
        display: flex;
    }
    section.paroquias li .limitador-pequeno {height: unset;}
    section.paroquias li span {
        font-size: 16px;
        font-weight: 500;
    }

    /* RODAPÉ */
    .sites-indicados .esquerda, .sites-indicados .direita {width: 100%;}
    .sites-indicados .direita {
        display: flex;
        justify-content: center;
    }
    .sites-indicados .menu-redes-sociais {
        margin-top: 35px;
    }

}

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

    /* GERAL */
    .wrapper { margin: 0 auto -720px }
    /*header {box-shadow: 0 -5px 15px #000; background: #fff;} */
    /*header {background-position-x: -375px;}*/
    .conteudo { padding: 0 15px; width: 100%; left: auto; margin: 0; }     
    .single.conteudo { padding: 0 25px; }
    /*header .conteudo { padding-left: 30px; padding-right: 30px; text-align: center; }      */
    /*.menu-redes-sociais { right: 15px; }*/
    /*.busca-topo { right: 15px; }*/

    .barra-topo .conteudo {justify-content: right;}
    .barra-topo p {display: none;}

    /*.wrapper-banner, .banner a, .banner img{width: 100%; height: 215px;}*/
    /*.banner {margin-left: -700px;}*/
    /*.wrapper-banner .teatinos-seta-esquerda, .wrapper-banner .teatinos-seta-direita { top: 90px; }*/
    
    /* PRINCIPAL */
    .bloco { margin-bottom: 50px; }
    /*.banner { width: 1480px; margin-left: -740px; }*/
    /*.wrapper-banner, .banner a, .banner img { height: 370px; }*/
    /*.wrapper-banner { margin-top: 0; }*/

/*    .form-mensagem { width: 100%; }*/


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

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


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

/* RODAPÉ */
.sites-indicados .titulo {text-align: center;}
.copyright {height: unset;}
.copyright .conteudo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 0 45px;
}
.copyright span:first-of-type, .copyright span:first-of-type + a {
    display: none;
}

.copyright span:last-of-type, .copyright span:last-of-type + a {
    display: block;
    line-height: 23px;
    margin: 0;
}

}

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

    /* GERAL */
    .wrapper { margin: 0 auto -730px }
    header { height: 190px; }

    /*.wrapper-logo .conteudo { text-align: center; }    */
    /*.barra-topo {height: 35px;}*/
    /*.wrapper-menu {width: calc(100% - 166px);}*/
    .logo {width: 300px;}

    #page, #single {margin-top: 230px;}

    .page .esquerda, .single .esquerda { width: 100%; text-align: center; margin-bottom: 20px; }
    .page .esquerda img, .single .esquerda img { max-width: 100%; float: none; width: auto; }
    .page .direita,.single .direita { width: 100%; padding-left: 0; }
    
    /* PRINCIPAL */
    .bloco-banner {margin: 190px 0 50px 0;}
    /*.wrapper-banner {height: 235px;}*/
    .banner { 
        width: 920px; 
        margin-left: -200px; 
        left: 50%;
        margin-left: -460px;
    }
    .banner a, .banner img { 
        /*height: 168px; */
        /*margin-top: 0;*/
        float: left;
        width: 100%;
        height: auto;
    }

    /* ÍCONES */
    .icones-container {
        width: 299px;
        margin: 0 auto;
        justify-content: space-around;

    }
    .icones-blocos {margin-bottom: 30px;}
    .icones-blocos:last-of-type {margin-bottom: 0;}


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

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

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

    .lista-noticias li {height: unset;}


    .noticias-mobile {display: unset;}

    .lista-paroquias.noticias-mobile {
        width: 100%;
        margin: 0 auto;
        float: unset;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    section.paroquias li { width: 220px; }
    section.paroquias li .limitador-pequeno {height: 220px;}

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

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

    .page.noticias .lista-noticias li { width: 100%; height: auto; margin: 0 0 30px !important; }
    .page.noticias .lista-noticias a { text-align: center; }
    .page.noticias .lista-noticias img { max-width: 100%; width: auto; float: none; }

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

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



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

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


    /* PARÓQUIAS */
    .paroquias-mobile {
        flex-direction: column;
        align-items: center;
    }
    section.paroquias li .limitador-pequeno {height: unset;}
    section.paroquias li span {
        font-size: 19px;
        font-weight: 600;       
    }


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

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

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

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

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

  /* CÚRIA GERAL */
  .curia-geral div {width: 50%;}


}

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

    /* PRINCIPAL */   
    header { height: 185px; } 
    .banner { width: 680px; margin-left: -340px; }
    /*.wrapper-banner, .banner a, .banner img { height: 150px; margin-top: 0; }*/
    /*.wrapper-banner {margin-top: -35px;}*/
    .noticia .wrapper-lista-noticias {padding: 0;}
    .noticia .lista-noticias-veja-mais {display: block;}
    
    .wrapper { margin: 0 auto -870px; }

    .logo { 
        width: 235px;
        padding: 15px 25px;
    }
    header.menor .wrapper-menu {width: 100%;}
    .barra-topo ul.menu-redes-sociais {margin-top: 152px; position: absolute;}
    .barra-topo .menu-redes-sociais a::before {color: #009fe3;}

    .wrapper-menu {width: unset;}

    .bloco-banner {margin: 185px 0 20px 0;}

    /*.wrapper-menu {width: 70px; float: unset; margin: 0 auto; display: table;}*/
    
    /*.single > .titulo, .page > .titulo, .page > .wrapper-item {margin-top: 25px}*/

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

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


    /* INDEX */
    
    /* ÍCONES */
    .icones-blocos {width: unset;}
   /* .icones-blocos i {
        width: 125px;
        height: 125px;
    }*/
    .icones-blocos h3 {font-size: 16px;}

    /* PARÓQUIAS */
    section.paroquias {margin-top: 50px}

    
    /* 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: 10px; width: 70px;}
    .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;}
    .tabs-menu ul li a {padding: 3px 20px;}

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

    /* FOOTER */
    .sites-indicados .esquerda {justify-content: space-around;}
    .sites-indicados .esquerda a {
        width: 45%;
        margin-bottom: 30px;
    }
    .sites-indicados .esquerda a:last-of-type { margin-bottom: 0; }

    /* CÚRIA GERAL */
    .curia-geral div {width: 100%;}

    /* ARQUIVO */
    .page.arquivo .listagem-item .direita {
        min-height: 72px;
        padding: 0 0 0 10px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    .page.arquivo .listagem-item .direita .listagem-data {margin-bottom: 0}

    /* RODAPÉ */
    .sites-indicados {padding: 0}
    .sites-indicados .menu-redes-sociais a {font-size: 22px;}

}

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

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

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


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