/ ********************************************
*       
*   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: "Roboto", arial, sans-serif;
    font-size: 20px;
    background: #FFF;
    color: #231F20;
}

a {
    text-decoration: none;
    color: #3854a1;
    transition: all linear 0.2s;
}
a:hover {
    text-decoration: none;
    color: #f7931d;
    transition: all linear 0.2s;
}

section {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.titulo {
    float: left;
    font-size: 16px;
    margin: 0 auto 40px auto;
    color: #2f52a0;
    position: relative;
    font-weight: 700;
}

.titulo:after {
    content: "";
    float: left;
    background-color: #70b73f;
    width: 2px;
    height: 17px;
    margin: 1px 6px 0 0;
}

.subtitulo {    
    float: left;
    font-size: 15px;
    margin: 0 auto 40px auto;
    color: #2f52a0;
    position: relative;
    font-weight: 500;
}

.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 {
    margin-top: 60px;
}

.font {    
    font-family: "Roboto", arial, sans-serif;
}

.font-bold {    
    font-family: "Roboto", arial, sans-serif;
    font-weight: 700;
}

.font-nd {
    font-family: Roboto, Arial, sans-serif;
    letter-spacing: 0;
}

.btn-mais {
    float: left;
    font-size: 18px;
/*    letter-spacing: 1px;*/
color: #ffffff;
font-weight: 600;
background: #70b73f;
text-transform: uppercase;
/*    border: 1px solid #5B5B5E;*/
padding: 7px 10px;
margin: 35px auto;
}

.btn-mais:hover {
    padding: 7px 35px 7px 15px;
    color: #ffffff;
}

.wrapper-conteudo {
    float: left;
    text-align: justify;
    font-size: 20px;
    width: 100%;
    margin-bottom: 50px;
}

.wrapper-conteudo h2 { font-size: 21px; font-weight: bold; }

.wrapper-conteudo h3 { font-size: 19px; font-weight: bold; }

.wrapper-conteudo h4 { font-size: 17px; font-weight: bold; }

.wrapper-conteudo strong { font-weight: bold; }

.wrapper-imagem {
    width: 100%;
    text-align: center;
    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: 29px;
    color: #3854a1;
    text-align: center;
    border: 1px solid #3854a1;
    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: #3854a1;
    color: #FFF;
    border-color: #3854a1;
}

.paginacao a.prev,
.paginacao a.next {
    width: 105px;
}

.paginacao a:hover {
    background: #3854a1;
    color: #FFF;
}

#status {
    display: block;
    height: 30px;
    width: auto;
    float: left;
    position: relative;
    line-height: 34px;
    font-size: 17px;
    margin-top: 5px;
}

.single #status {
    text-align: center;
    width: 100%;
}

#status.processando:before,
#status.processando:before {
    content: "Enviando...";
}

#status.sucesso:before,
#status.sucesso:before {
    content: "Mensagem enviada com sucesso";
    color: #1EB12B;
}

#status.erro:before,
#status.erro:before {
    content: "Falha ao enviar mensagem";
    color: #E41010;
}

/********************************************
*   
*   HEADER
*
********************************************/

header {
    height: 262px;
    width: 100%;
    position: relative;    
    text-align: center;
    /*  padding-top: 40px;*/
    z-index: 50;
    box-shadow: 0 -5px 15px #000;
    background: #ffffff;
/*    background-position-y: 40px;*/
/*    background-size: 1920px;*/
}

.barra-topo {
    width: 100%;
/*    height: 40px;*/
text-align: left;
float: left;
color: #3763ad;
/*    background: linear-gradient(to right, #7C5823, #70b73f);*/
border-top: 10px solid #70b73f;
z-index: 9999;
position: relative;
}
.barra-topo p {
    float: left;
    font-size: 12px;
/*    font-weight: 600;*/
letter-spacing: 0.8px;
margin-top: 12px;
}

.menu-redes-sociais {
    float: right;
    margin: 10px auto;
}

.menu-redes-sociais li {
    float: left;
    transition: all linear 0.2s;
    margin-left: 10px;
}

.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;
}

.menu-redes-sociais a:hover {
    filter: opacity(0.7);
    /*color: #FFF;
    background: #173E2D;*/
}
.menu-redes-sociais a:before {color: #3763ad;}

.logo {
    display: inline-block;
    float: left;
    width: 160px;
    margin: -35px 10px 0;
}

.logo img {
    max-width: 100%;
    position: relative;
}

/* MENU */

.wrapper-menu {
    width: calc(50% - 90px);
    text-align: right;
    float: left;
    margin-top: 25px;
    padding: 20px 0 10px;
    position: relative;

    /*background: #3854a1;*/

    border-top: 1px solid #70b73f;
    border-bottom: 1px solid #70b73f;
}

.wrapper-menu-direito {
    width: calc(50% - 90px);
    text-align: left;
    float: left;
    margin-top: 25px;
    position: relative;
    padding: 20px 0 10px;
    /*background: #3854a1;*/
    border-top: 1px solid #70b73f;
    border-bottom: 1px solid #70b73f;
}

#control-nav { 
    display: none;
    margin: 19px 0;
    float: left;
}

#control-nav1 { 
    display: none;
    margin: 19px 0;
    float: left;
}

.menu-celular {
    display: none;
}

#menu-principal, #menu-principal-direito, #menu-principal-esquerdo {
    float: left;
    font-size: 18px;
    font-weight: 700;
/*    margin: 0 0 0 50px;*/
}
#menu-principal-direito {
  float: right;
/*  margin: 0 50px 0 0;*/
}

#menu-principal > li, #menu-principal-direito > li, #menu-principal-esquerdo > li {
    display: inline-block;
    margin: 0 34px 0 0;
    padding-bottom: 10px;
}
#menu-principal-direito > li {margin: 0 0 0 25px;}

#menu-principal > li:last-of-type, #menu-principal-esquerdo > li:last-of-type, 
#menu-principal-direito > li:first-of-type {
    margin: 0;
}

#menu-principal > li > a, #menu-principal-direito >li > a, #menu-principal-esquerdo > li > a {
    text-transform: uppercase;
    text-decoration: none;
    transition: background linear 0.2s;   
    transition: color linear 0.2s;   
    color: #3854a1;
    cursor: pointer;
}

#menu-principal > li:hover > a, #menu-principal-direito > li:hover > a, #menu-principal-esquerdo > li:hover > a {
    color: #d99d3b;
}

/*Setinhas animadas no menu*/
#menu-principal-esquerdo > li.menu-item-has-children:before,
#menu-principal-esquerdo > li.menu-item-has-children > ul > li.menu-item-has-children:before,
#menu-principal-direito > li.menu-item-has-children:before,
#menu-principal-direito > li.menu-item-has-children > ul > li.menu-item-has-children:before {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    margin: -30px 0 0;
    /*right: -15px;*/
    position: absolute;
    /*border: 5px solid;*/
    border-bottom: 0;
    /*border-color: #ffffff transparent transparent transparent;*/
    transition: all linear 0.2s;
    background: #f7931d;
}

#menu-principal-esquerdo > li.menu-item-has-children:hover:before,
#menu-principal-direito > li.menu-item-has-children:hover:before {
    width: 100%;
}


#menu-principal-esquerdo > li.menu-item-has-children > ul > li.menu-item-has-children:before,
#menu-principal-direito > li.menu-item-has-children > ul > li.menu-item-has-children:before {
    right: 10px;
    margin: 15px 0 0;    
}
#menu-principal-esquerdo > li.menu-item-has-children > ul > li.menu-item-has-children:hover:before,
#menu-principal-direito > li.menu-item-has-children > ul > li.menu-item-has-children:hover:before {
    transform: rotate(-90deg);
}

/*setinha*/
#menu-principal-esquerdo > li.menu-item-has-children:after,
#menu-principal-esquerdo > li.menu-item-has-children > ul > li.menu-item-has-children:after,
#menu-principal-direito > li.menu-item-has-children:after,
#menu-principal-direito > 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-esquerdo > li.menu-item-has-children > ul > li.menu-item-has-children:after,
#menu-principal-direito > li.menu-item-has-children > ul > li.menu-item-has-children:after {
    right: 15px;
    margin: -18px 0 0; 
    transform: rotate(-90deg);
}

#menu-principal-esquerdo > li.menu-item-has-children:hover:after,
#menu-principal-direito > li.menu-item-has-children:hover:after {
    transform: rotate(180deg);
}
#menu-principal-esquerdo > li.menu-item-has-children > ul li.menu-item-has-children:hover:after,
#menu-principal-direito > li.menu-item-has-children > ul li.menu-item-has-children:hover:after 
{
    transform: rotate(90deg);
}


/* SUBMENU */
.menu-item-has-children {
    position: relative;
    margin-right: 15px;
}

li.menu-item-has-children > ul {
    width: 200px;
    height: auto;
    text-align: left;
    float: left;
    position: absolute;
    left: -9px;
    top: 30px;
    background: #ffffff;
    transition: all linear 0.2s;
    /*box-shadow: 0 2px 2px #000;*/
    opacity: 0;
    visibility: hidden;
    padding-bottom: 5px;
}
li.menu-item-has-children:nth-child(3) ul {width: 210px;}

li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
}

li.menu-item-has-children > ul > li {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    transition: all linear 0.2s;
    border-bottom: 1px solid #d8c156;
}

li.menu-item-has-children > ul > li > a {
    display: block;
    width: 100%;
    height: auto;
    padding: 7px 7px 7px 10px;
    /*margin: 0 10px;   */
    color: #3854a1;
    font-size: 14px;
    font-weight: 400;
    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: #f7931d;
}

li.menu-item-has-children > ul > li:last-child {
    border: none;
}

li.menu-item-has-children > ul li.menu-item-has-children > ul {
    width: 200px;
    height: auto;
    text-align: left;
    float: left;
    position: absolute;
    left: 200px;
    top: 0;
    transition: all linear 0.2s;
    
}
li.menu-item-has-children ul li.menu-item-has-children ul li a {
    font-size: 13px;
    margin: 0;
    padding: 7px 7px 7px 9px;
}
li.menu-item-has-children:nth-child(3) ul li.menu-item-has-children ul {
    left: 210px;
}

.busca-topo {
    position: absolute;
    right: 0;
    top: 85px;
}

.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: -11px;
    color: #3854a1; 
    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: 30px;
    top: -7px;
    /*padding: 10px;*/
    width: 233px;
    height: 0;
    overflow: hidden;
    /*background: #FFF;*/
    opacity: 0;
    visibility: hidden;
    /*box-shadow: 0 2px 2px #000;*/
    transition: all linear 0.2s;
}

.busca-topo input[type="checkbox"]:checked + label + .wrapper-busca {
    opacity: 1;
    visibility: visible;
    height: 33px;
}

.busca-topo input[type="text"] {
    height: 33px;
    width: 200px;
    float: left;
    font-size: 13px;
    color: #3854a1;
    padding: 0 10px;
    border: none;
    border-radius: 10px 0 0 10px;
    border: 2px solid #3854a1;
    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 #3854a1;
    border-left: none;
    border-radius: 0 10px 10px 0;
}

.busca-topo button[type="submit"]:focus, 
.busca-topo button[type="submit"]:hover {
    cursor: pointer; 
    background: #D2D3D5;
}

/********************************************
*   
*   PRINCIPAL
*
********************************************/

.sbc-texto {width: 670px; margin-top: 25px;}

/* BANNERS */
.wrapper-banner {  
    width: 100%;
    height: 625px;
    position: relative;
    z-index: 1;
/*    margin-top: -125px;*/
}

.banner { 
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.banner a, .banner img{
    float: left;
    width: 100%;
    height: auto;
}

.banner-pager {
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: 15px;   
    line-height: 8px;
    text-align: center;
    z-index: 100;
}

.banner-pager span {
    display: inline-block;
    height: 8px;
    width: 20px;
    margin: 0 7px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 2px #3F3E40;
    transition: all linear 0.2s;
}

.banner-pager span:hover { cursor: pointer; }

.banner-pager span.cycle-pager-active {
    width: 40px;
    background: #70b73f;
    border: none;
    transition: all linear 0.2s;
}

/* ÍCONES */
.icones {
    width: 100%;
    display: table;
/*    margin: 0 auto 80px;*/
padding: 26px 0 ;
background: linear-gradient(to right, #0c2850,#0c2850, #69c259);
z-index: 2;

}
.icones .conteudo { 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.icones-blocos {
/*    width: 215px; */
height: 75px; 
/*    margin: 0 30px;*/
/*    border-radius: 25px;*/
position: relative;
float: left;
transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

/*.icones-blocos:last-of-type {margin-right: 0;}*/

.icones-blocos a {
    width: 100%; 
    height: 100%; 
    float: left;
    position: relative;
/*    border-radius: 25px;*/
}

.icones-blocos span {
/*    width: 100%; */
float: left;
position: relative;
top: 50%;
transform: translateY(-50%);
color: #ffffff;
font-size: 15px;
text-transform: uppercase;
text-align: left;
font-weight: 700;
line-height: 21px;
margin-left: 85px;
transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.icones-blocos:nth-of-type(1) {
    background: url("../images/icone1.png") no-repeat; 
    background-size: 75px;
}
.icones-blocos:nth-of-type(2) {
    background: url("../images/icone2.png") no-repeat; 
    background-size: 75px;
}
.icones-blocos:nth-of-type(3) {
    background: url("../images/icone3.png") no-repeat; 
    background-size: 75px;
}
.icones-blocos:nth-of-type(4) {
    background: url("../images/icone4.png") no-repeat; 
    background-size: 75px;
}
.icones-blocos:hover {
/*    background-size: 80px; */
filter: brightness(0.8);
background-position-x: +3px;
}
.icones-blocos:hover span{

}

/* NOTÍCIAS */
section.noticias {
    float: left;
    width: 100%;
    /*margin-right: 75px;*/
}
section.noticias .btn-mais{
    margin: 0;
}
section.noticias li: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);
    filter: brightness(0.8);
}
.limitador {width: 100%; 
    float: left; 
    overflow: hidden;
    filter: drop-shadow(0 2px 3px #7d7d7d);
}
.limitador img {
    max-width: 100%; 
    float: left; 
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.data-categoria {
    width: 100%;
    float: left;
    margin: 8px 0 10px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #878787;
    text-align: center;
    font-size: 11px;
    color: #878787;
}
.data-categoria p{
    display: inline-block;
    margin: 0 10px;
}
.destaques {
    width: 100%; 
    float: left;
    border-bottom: 1px solid #70b73f;
    padding-bottom: 40px;
}
.destaques ul{
    width: 100%; 
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.destaques ul li{
    max-width: 24%;
}
.home-3-colunas {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    float: left;
}
.home-3-colunas > div{
    width: 30%;
}
.home-3-colunas ul{
    width: 100%;
    float: left;
}
.home-3-colunas ul li{
    width: 100%;
    float: left;
    margin-bottom: 45px;
}
.home-3-colunas ul:first-of-type .subtitulo{
    height: 55px;
}
.home-3-colunas ul:last-of-type .limitador{
 width: 180px;
}
.home-3-colunas ul:last-of-type .data-categoria{
 width: calc(100% - 200px);
 float: right;
 text-align: left;
 font-size: 10px;
}
.home-3-colunas ul:last-of-type .subtitulo{
 width: calc(100% - 200px);
 float: right;
 text-align: left;
 font-size: 13px;
}

.home-3-colunas > div:last-of-type ul li a{
    width: 275px;
    height: 350px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    background: url(../images/bg-obras.png) center top no-repeat;
    background-size: cover;
}
.home-3-colunas > div:last-of-type .limitador{
 width: 180px;
 height: 200px;
 margin: 40px auto 33px;
}
.home-3-colunas > div:last-of-type .limitador img{
 width: 80%;
 filter: drop-shadow(0 2px 3px #7d7d7d);
}
.home-3-colunas > div:last-of-type .limitador img:last-of-type{
 width: 72%;
 position: absolute;
 bottom: 0;
 right: 0;
 z-index: -1;
}
.home-3-colunas > div:last-of-type .subtitulo{
    width: 90%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

/* PARCEIROS */
section.parceiros .parceiros-icones {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
section.parceiros .parceiros-icones a{
    max-width: 18%;
}
section.parceiros .parceiros-icones a img{
    max-width: 100%;
    float: left;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
section.parceiros .parceiros-icones a img:hover{
    transform: scale(1.05);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    filter: brightness(0.8);
}


/* CONTATOS */
.contatos {
    width: 100%; 
    float: left; 
    margin: 0;
    background: linear-gradient(to right, #0c2850,#0c2850, #69c259);

}
.contatos .conteudo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 35px 0 20px 0;
}
.contatos .conteudo >div:nth-of-type(1){ width: 20%; }
.contatos .conteudo >div:nth-of-type(2){ width: 40%; }
.contatos .conteudo >div:nth-of-type(3){ width: 25%; }
.contatos .titulo{
    width: 100%; 
    float: left;
    margin-bottom: 30px;
    color: #70b73f;
    font-size: 20px;
    text-transform: uppercase;
}
.contatos .titulo:after{
    content: none;

}
.contatos span {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 28px;
/*    font-weight: 600;*/
margin-bottom: 3px;
color: #ffffff;
}
.contatos .menu-redes-sociais {
   float: left;
   margin: 0;
}
.contatos .menu-redes-sociais li {
   margin: 0 25px 0 0;
}
.contatos .menu-redes-sociais a {
   font-size: 24px;
   width: unset;
   height: unset;
   line-height: unset;
}
.contatos .menu-redes-sociais a::before {
   color: #ffffff;
}
.contatos .conteudo >div:nth-of-type(2) span:last-of-type{ margin-top:35px; }


/* MENSAGEM */
.form-mensagem {
    width: 100%px;
    float: left;
}

.form-mensagem label {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.form-mensagem input[type="text"],
.form-mensagem textarea {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #231F20;
    font-size: 16px;
    background: #E7E7E8;
    border: none;
    padding: 0 10px;
    border-radius: 3px;
    transition: all linear 0.2s;
}

.form-mensagem .formError + input[type="text"],
.form-mensagem .formError + textarea {
    background: #F9C0B7;
}

.form-mensagem textarea {
    resize: none;
    height: 90px;
    /*height: 135px;*/
}

.form-mensagem input[type="text"]:focus,
.form-mensagem textarea:focus {
    background: #83B0E9;
}

.form-mensagem input[type="submit"] {
    float: right;
    height: 40px;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #70b73f;
/*    border-radius: 3px;*/
/*    padding: 0;*/
/*    margin: 5px 0 0;*/
border: 0;
transition: all linear 0.2s;
}

.form-mensagem input[type="submit"]:hover {
    cursor: pointer;
    color: #ffffff;
    background: #0954B3;
}

/********************************************
*   
*   FOOTER
*
********************************************/

footer {
    width: 100%;
    float: left;
    background: linear-gradient(to right, #0c2850,#0c2850, #69c259);
    border-top: 1px solid #70b73f;
}

footer > .conteudo {
    height: 200px;
    /*padding: 30px 0;*/
}
footer img {
    transition: all linear 0.5s;
    width: 100%;
}
footer .esquerda {
    width: 28%;
    float: left;
    padding-top: 20px;
}
footer .esquerda span {
    width: calc(100% - 30px);
    float: left;
    font-size: 20px;
}
footer .direita { 
    width: 47%;
    float: right;
}
footer .direita > div{ 
 float: left;
}

.copyright .esquerda { width: 55%; }

.copyright .direita { width: 45%; }

.copyright {
    /*height: 50px;*/
    float: left;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px 0 
}

.copyright span {
    padding: 0;
}

.copyright .direita {
    text-align: right;
}

.copyright a {
    width: 90px;
    float: right;
    margin: 0 0 0 10px;
}

.copyright a:hover {
    filter: drop-shadow(0 2px 5px #000000ad);
}

/********************************************
*   
*   SINGLE
*
********************************************/

/* COMUNS */
.single.conteudo {
    /*padding: 0 70px;*/
}

.single > .titulo {
    margin-bottom: 40px;
}

.single .esquerda {
    width: 240px;
    margin-bottom: 50px;
}

.single .esquerda img {
    width: 100%;
    float: left;
}

.single .direita {
    width: calc(100% - 240px);
    padding-left: 40px;
    margin-bottom: 50px;
}

.single .direita:only-of-type {
    width: 100%;
    padding: 0;
}

/* NOTÍCIA */
.single.noticia > .titulo {
    margin-bottom: 0;
    text-align: center;
    font-size: 29px;
    text-transform: none;
    font-weight: 500;
    line-height: 40px;
}
.noticia > .titulo:after {content: none;}

.noticia .wrapper-imagem {margin: 30px auto 0; position: relative; z-index: 0;}
.noticia  .wrapper-imagem img{margin: 0 auto; display: table;}

.noticia  .info{
    width: 320px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    border-radius: 0 0 15px 15px;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    background: linear-gradient(to right, #0c2850,#0c2850, #69c259);
}


/*COMPARTILHAR*/
.noticia .compartilhar {
    float: unset; 
    margin: 15px auto 25px;
    display: table;
}
.noticia .compartilhar a {float: left; margin-left: 15px;}
.noticia .compartilhar a:first-of-type {margin-left: 0;}
.noticia .compartilhar img {width: 25px; transition: all linear 0.1s;}
.noticia .compartilhar img:hover {margin-top: -3px; transition: all linear 0.1s;}


.single .wrapper-conteudo, #page .wrapper-conteudo {font-size: 20px; color: #6d6e70; }
.noticia .wrapper-lista-noticias {
    float: left;
    margin-top: 30px;
}
.wrapper-lista-noticias li {
    width: 267px;
    float: left;
    margin-right: 24px;
}
.wrapper-lista-noticias li:last-of-type {
    margin-right: 0;
}
.wrapper-lista-noticias li:hover .limitador img {
    transform: scale(1.1);
    filter: brightness(0.8);
}
.wrapper-lista-noticias .limitador {
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 10px;
}
.wrapper-lista-noticias .limitador img {
    width: 100%;
    float: left;
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.wrapper-lista-noticias > .titulo { 
    width: 100%;
    float: left;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
    font-size: 22px; 
    margin-bottom: 25px;
}
.wrapper-lista-noticias .detalhe-veja-mais::after { 
    width: calc(100% - 158px);
    top: 17px; 
}

.detalhe-veja-mais::after {
    content: "";
    display: block;
    width: calc(100% - 140px);
    height: 2px;
    background: #3854a1;
    position: absolute;
    top: 14px;
    right: 0;
}
/*.wrapper-lista-noticias li { width: 242px; }*/
.wrapper-lista-noticias .info { 
    width: 190px;
    font-size: 11px;
    line-height: 18px;
    border-radius: 0 0 8px 8px;
}
.wrapper-lista-noticias .info + span{ 
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    color: #58585b;
    float: left;
    margin: 15px 0 30px;
}

/* PALAVRA DO PÁROCO */
section.single.palavra-do-paroco {
    background: none;
    margin-bottom: 25px;
}
section.single.palavra-do-paroco .lista-palavra-do-paroco{
    width: 100%;
}
section.single.palavra-do-paroco a {
    float: right;
    font-size: 13px;
    font-weight: 600;
    color: #3854a1;
    margin-top: 21px;
}
section.single.palavra-do-paroco span.data {position: relative; z-index: 1;}
section.single.palavra-do-paroco .barra {
    width: 690px;
    height: 2px;
    float: left;
    background: #f7931d;
    position: absolute;
    top: 110px;
}
section.single.palavra-do-paroco + .noticia {display: table;}


/********************************************
*   
*   PAGE
*
********************************************/

/* COMUNS */
.page > .titulo, .single > .titulo {
    width: 100%;
    margin-bottom: 40px;
    font-size: 23px;
    text-transform: uppercase;
}
.page > .titulo:after, .single > .titulo:after {
    height: 24px;
}
.page .direita > .titulo {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    float: left;
}

.wrapper-conteudo-pagina {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.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;
}

.page .direita:only-of-type .btn-mais { left: 0; }

/* NOTÍCIAS */
.page.noticias.conteudo { }

.page.noticias .lista-noticias { 
    width: 100%; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page.noticias .lista-noticias li {
/*    height: 280px;*/
width: 26.33%; 
margin-bottom: 30px; 
}



.page.noticias .lista-noticias a { padding: 0; }
.page.noticias .lista-noticias a:hover { color: #3854a1 }

.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: #BBBDC0;
}

.page.noticias .titulo-noticia-lista {
    width: 100%;
    float: left;
    
}

/* OBRAS */
.page.noticias.obras .lista-noticias img {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.page.noticias.obras .lista-noticias li {
    width: 21%;
    text-align: center;
}


/* CONTATOS */
.wrapper-contato {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.wrapper-contato address {
    font-size: 17px;
}


/*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 30px 0 0;
}
.first-tab {
  display: block;
}



/* 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: #3854a1;
    /*text-decoration: underline;*/
}

.links strong { }




/********************************************
*   
*   FORMULÁRIOS
*
********************************************/

.wrapper-form {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.formulario {
    width: 100%;
    float: left;
}

.formulario label,
.formulario .wrapper-radio {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    position: relative;
}

.formulario label span {
    display: block;
    width: 100%;
    float: left;
    color: #231F20;
}

.formulario input[type="text"],
.formulario select,
.formulario textarea {
    width: 100%;
    float: left;
    height: 60px;
    border: 1px solid #3854a1;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 20px;
    transition: all linear 0.2s;
}

.formulario input[type="text"]:focus,
.formulario select:focus,
.formulario textarea:focus {
    background: #f7f7f7;
}

.formulario textarea {
    resize: none;
    height: 150px;
    padding: 10px 15px;    
}

.formulario button {    
    /*width: 170px;*/
    float: right;
    height: 40px;
    border: 1px solid #3854a1;
    background: #3854a1;
    color: #FFF;
    border-radius: 3px;
    padding: 0 10px;
    font-family: "Roboto", arial, sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;    
    transition: all linear 0.2s;
}

.formulario button:hover{
    background: #70b73f; 
    cursor: pointer;    
    border-color: #70b73f;
}   

.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;
}

/* 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 #3854a1a6;*/
    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;
}
}

/*REVISTA*/
.revista50 {margin-bottom: 70px;}
.revista50 img {width: 100%; float: left;}

/********************************************
*   
*   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*/
    .sbc-home {display: none;}

    .barra-topo p {display: none;}
    .barra-topo p:last-of-type {display: block;}

    .logo {
       /* width: 200px;
        position: relative;
        left: 20%;
        margin-left: -20px;*/
    }

    .wrapper-menu {
        /*width: 20%;*/
        /*margin-top: 75px;*/
    }

    .wrapper-menu-direito {
        /*width: 20%;*/
        /*float: right;*/
        /*text-align: right;*/
        /*margin-top: 75px;*/
    }

    .menu-celular {
        display: block;
        float: left;
    }

    /* MENU - tanto o menu quanto o submenu estavam no responsivo anterior */    
    .wrapper-menu > .conteudo { height: 40px; }

    header .wrapper-menu ul.menu, header .wrapper-menu-direito ul.menu {
        padding: 10px 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 250px;
        height: 100%;
        overflow-x: auto;
        overflow-y: scroll;
        background: #FFF;
        z-index: 2;
        box-shadow: -2px 0 4px #252525;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    
    #menu-principal {
        margin: 0 -20px 0 0;
    }

    #menu-principal-direito, #menu-principal-esquerdo {
        visibility: hidden;
    }

    #menu-principal > li > a, 
    li.menu-item-has-children > ul > li > a,
    #menu-principal > li:hover > a {color: #3854a1;}


    header .wrapper-menu ul.menu:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    
    header .wrapper-menu ul.menu li {
        display: block;
        width: 90%;
        text-align: left;
        float: left;
        clear: both;
        padding-left: 10px;
        padding-right: 0;
        padding-bottom: 0 !important;
        margin: 0 !important;        
        transition: all linear 0.2s;
    }   

    header .wrapper-menu ul.menu a {
        display: block;
        width: 100%;
        line-height: 20px;
        padding: 6px 0;
        /*height: 30px;*/
    }    
    
    header .wrapper-menu ul.menu li:last-child a { border: none; }

    header .wrapper-menu ul.menu > li:hover { background: #E1E1E1; }

    ul.menu > li.menu-item-has-children > a:after,
    ul.menu > li.menu-item-has-children > ul li.menu-item-has-children >a:after {
        content: "";
        display: block;
        height: 1px;
        width: 1px;
        margin: 8px 0 0;
        float: right;
        border: 5px solid;
        border-bottom: 0;
        border-color: #3854a1 transparent transparent transparent;
        transition: all linear 0.2s;
    }

    ul.menu > li.menu-item-has-children > a.ativo:after,
    ul.menu > li.menu-item-has-children > ul li.menu-item-has-children >a.ativo:after { transform: rotate(180deg); }

    .control-nav {
        display: inline-block;
        height: 30px;
        line-height: 36px;
        font-size: 21px;
        z-index: 2;
        cursor: pointer;
        color: #000;
        transition: all linear 0.2s;
        border-radius: 2px;
        margin: 0px 0;
    }

    .control-nav:before {
        content: "";
        display: block;
        height: 30px;
        width: 30px;
        background: url("../images/menu.svg") no-repeat center;
        text-align: center;
        float: left;
        margin-left: 4px;
    }

    /*.control-nav:after {
        content: "";
        float: right;
        margin-left: 3px;
        padding-right: 7px;
        text-transform: uppercase;
    }    */
    
    /*.control-nav:hover, .control-nav:focus {
        color: #000; background: #D2D3D5;
        box-shadow: 0 0 3px #858585;
    }*/
    
    .control-nav-close {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 1;
        background: rgba(0,0,0,0.5);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    /*input#control-nav:checked ~ .control-nav { 
        color: #231F20; background: #D2D3D5;
        box-shadow: 0 0 3px #858585; 
    }*/

    input#control-nav:checked ~ div .menu,
    input#control-nav:checked ~ .control-nav-close {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    /* SUBMENU */
    li.menu-item-has-children > ul {
        display: none;
        width: 100%;
        box-shadow: none;
        position: relative !important;
        top: auto;
        left: 0 !important;
        opacity: 1;
        visibility: visible;
        background: none;
    }
    
    li.menu-item-has-children > ul > li { border: none;/* height: 30px;*/ }

    #menu-principal > li.menu-item-has-children:before,
    #menu-principal > li.menu-item-has-children > ul > li.menu-item-has-children:before { display: none; }
    

    
    /* PRINCIPAL */
    .form-mensagem { width: 290px; max-width: 100%}
    #status { font-size: 15px; }

    .busca-topo {
        top: 0;
        position: relative;
        float: right;
        margin-bottom: 5px;
    }
    .barra-topo + .conteudo {display: inline-block;}
    .barra-topo  {z-index: 9}


    /* ÍCONES */
    

    /* NOTÍCIAS*/

    .wrapper-lista-noticias li {width: 23%;}

    
    /* FOOTER */
    .contatos .menu-redes-sociais li {
        margin: 0 20px 0 0;
    }
    

}

/* 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;} */
    .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; }*/
    
    
    /* PRINCIPAL */
    .bloco { margin-bottom: 50px; }
    .banner { width: 970px; margin-left: -485px; }
    .wrapper-banner, .banner a, .banner img { height: 316px; }
    .wrapper-banner { margin-top: 0; }

    .form-mensagem { width: 100%; }

    /* ÍCONES */
    

    /* NOTÍCIAS */
    .home-3-colunas {flex-wrap: wrap;}
    .home-3-colunas > div {
        width: 48%;
    }
    .home-3-colunas > div:nth-of-type(3) {
        width: 100%;
        margin-top: 50px;
    }
    .home-3-colunas > div:last-of-type ul li a {margin: 0 auto}

    .wrapper-lista-noticias li {width: 22%}
    .wrapper-lista-noticias .info {max-width: 90%}

    /* OBRAS */
    .page.noticias.obras .lista-noticias li {
        width: 30%;
    }

    /* CONTATOS */
    .contatos .conteudo {padding: 35px 15px 20px;}

}

/* Small Devices, Tablets - GREEN */
@media only screen and (max-width: 768px) {

    /* GERAL */
    .wrapper { margin: 0 auto -730px }

    header {height: 244px;}

    /*.wrapper-logo .conteudo { text-align: center; }    */
    /*.barra-topo {width: 100%; padding-top: 5px; position: relative;}*/
    /*.barra-topo p {width: 100%; }*/
/*    .wrapper-menu, .wrapper-menu-direito {width: calc(50% - 83px);}*/
/*    .logo {width: 166px; margin-top: 10px;}*/

/* PRINCIPAL */
.banner { width: 920px; margin-left: -460px; }
.wrapper-banner, .banner a, .banner img { height: 300px; margin-top: 0;}

.sbc-texto {max-width: 450px;}

/* ÍCONES */
.icones .conteudo {
    flex-direction: column;
    align-items: center;
}
.icones-blocos {width: 50%; margin: 5px auto;}


/* NOTÍCIAS */

section.noticias .btn-mais {
    margin: 10px auto 0;
    float: unset;
    display: inline-block;
}

.titulo {width: 100%; font-size: 19px; text-align: center;}
.titulo:before {
    content: "";
    position: absolute;
    float: left;
    background-color: #70b73f;
    width: 2px;
    height: 20px;
    margin: 1px 6px 0 -6px;
}
.titulo:after {content: none;}

.destaques {padding: 0}
.destaques ul li {
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
}
.limitador img {
    width: 100%; 
}
.subtitulo {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
}
.home-3-colunas > div {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
.home-3-colunas ul:first-of-type .subtitulo {
  height: unset;
}
.home-3-colunas ul:last-of-type .limitador {
  width: 100%;
}
.home-3-colunas ul:last-of-type .data-categoria {
    width: 100%;
    text-align: center;
}
.home-3-colunas ul:last-of-type .subtitulo {
    width: 100%;
    font-size: 20px;
    text-align: center;
}
.home-3-colunas ul li {margin-bottom: 30px}
.home-3-colunas > div:nth-of-type(3) {margin-top: 0; margin-bottom: 0}
.btn-mais {font-size: 15px}

.page > .titulo {text-align: left;}
.page.noticias .lista-noticias li, .page.noticias.obras .lista-noticias li {
    width: 45%;
    text-align: center;
}

.single.noticia > .titulo:before {display: none}
.noticia .wrapper-lista-noticias {margin-top: 0}
.wrapper-lista-noticias > .titulo {text-align: left;}
.wrapper-lista-noticias li {
    width: 100%;
    margin: 0 0 20px 0;
}
.wrapper-lista-noticias .info + span {
    width: 100%;
    text-align: center;
}

/* ÍCONES */
section.parceiros .parceiros-icones {justify-content: space-around;}
section.parceiros .parceiros-icones a {
  max-width: 46%;
}

/* CONTATOS */
.contatos .conteudo {
    flex-direction: column;
}
.contatos .titulo {font-size:19px; margin-bottom: 15px}
.contatos .conteudo > div:nth-of-type(3) .titulo {margin-bottom: 25px}
.contatos .conteudo > div:nth-of-type(1), .contatos .conteudo > div:nth-of-type(2),
.contatos .conteudo > div:nth-of-type(3) {width: 100%; text-align: center;}
.contatos .btn-mais {
    margin: 10px auto 30px;
    float: unset;
    display: inline-block;
}
.contatos .menu-redes-sociais {
  float: left;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}


/* FOOTER */
.copyright .esquerda {width: 100%; text-align: center;}
.copyright .direita {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    line-height: 35px;
}



}

/* Extra Small Devices, Phones - YELLOW */ 
@media only screen and (max-width: 480px) {

    /* PRINCIPAL */   
    header {height: 259px; } 
    .banner { width: 522px; margin-left: -261px; }
    .wrapper-banner, .banner a, .banner img { height: 170px; margin-top: 0;}
/*    .wrapper-banner {margin-top: -35px;}*/
.banner-pager {bottom: 5px;}

.sbc-texto {width: 330px; max-width: 100%; margin-top: 15px}

.wrapper { margin: 0 auto -870px; }
/*footer > .conteudo { height: 870px;}*/
/*footer, .push {height: 870px;}*/

/*.logo img { max-width: 265px;}*/

.wrapper-menu, .wrapper-menu-direito {
    width: calc(50% - 80px);
    margin-top: 50px;
    border: none;
}

.logo {margin: 0 auto;  }
/*    .logo img { width: 165px; }*/


.busca-topo {top: 3px;}
/*.menu-redes-sociais { top: 220px; }*/

/* ÍCONES */


/* NOTÍCIAS */
.page.noticias .lista-noticias li, .page.noticias.obras .lista-noticias li {width: 100%}


/* PALAVRA DO PÁROCO */


/* INDEX */



/* FOOTER */



}

/* Custom, iPhone Retina - ORANGE */ 
@media only screen and (max-width: 320px) {

    /* GERAL */
    /*.logo, .logo img { width: 100%; }*/
    
    /* PRINCIPAL */    
}

/*
@media only screen and (max-width: 1200px) { body, .conteudo { background: #5c78ba4d; } }
@media only screen and (max-width: 992px)  { body, .conteudo { background: #f55f5f33; } }
@media only screen and (max-width: 768px)  { body, .conteudo { background: #00800033; } }
@media only screen and (max-width: 480px)  { body, .conteudo { background: #ff03; } }
@media only screen and (max-width: 320px)  { body, .conteudo { background: orange; } }
