/*@import url('https://web.archive.org/web/20200706175120cs_/https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');*/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');
@import url('../css/loading.css');
@charset "utf-8";

body {
  font-size: 11px;
  font-family: 'Titillium Web', Calibri, Arial, sans-serif;
  text-rendering: geometricPrecision !important;
  -webkit-font-smoothing: antialiased !important;
  height: auto;
  font-weight: 400;
  background: #ffffff url(../imagens/bg-geral.jpg) no-repeat center top;
  color: #504e50;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  list-style: none;
  text-decoration: none;
}

/* GERAIS */
a:link,
a:visited,
a:hover {
  color: #000000;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Titillium Web';
}

.clearfix:before,
.clearfix:after,
.clearfix2:before,
.clearfix2:after {
  display: table;
  content: " ";
  min-height: 0px !important;
  margin: 0px !important;
}

.clearfix:after,
.clearfix2:after {
  clear: both;
  float: none;
  height: 0px !important;
  min-height: 0px !important;
  margin: 0px !important;
}

.util {
  width: 1035px;
  margin: 0 auto;
  height: auto;
}

.pagina {
  padding: 175px 0px 50px 0px;
  position: relative;
  width: 100%;
  height: auto;
  clear: both;
}

.anima {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.anima5 {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#mascara2 {
  display: none;
  position: fixed;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(80, 78, 80, 0.8);
  z-index: 1009;
}

#amensagem {
  display: none;
  position: fixed;
  z-index: 100001;
  left: 0;
  top: 0;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: -o-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 30px 20px;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Titillium Web';
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  height: auto;
  letter-spacing: 0px;
}

.sombra {
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
}

.carregando {
  left: 0;
  top: 0;
  position: fixed;
  z-index: 5000000;
  background: #1b3160;
  width: 100% !important;
  height: 100% !important;
}

.esconde {
  display: none !important;
}

.pulse {
  -moz-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
}

.cool-link {
  display: inline-block;
  text-decoration: none;
}

.cool-link::after {
  content: '';
  margin-top: 3px;
  display: block;
  width: 0;
  height: 4px;
  background: #af904d;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cool-link:hover::after {
  width: 100%;
  margin-top: 3px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.introducao-geral-claro {
  background: url(../imagens/linha1.jpg) no-repeat center bottom;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  letter-spacing: 3px;
  padding: 30px 0px 10px 0px;
  font-size: 18px;
  color: #1b3160;
  text-transform: inherit;
  font-family: 'Titillium Web';
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.introducao-geral-menor {
  background: url(../imagens/linha1.jpg) no-repeat center bottom;
  margin-bottom: 30px;
  width: auto;
  float: left;
  height: auto;
  letter-spacing: 3px;
  padding: 30px 0px 10px 0px;
  font-size: 18px;
  color: #1b3160;
  text-transform: inherit;
  font-family: 'Titillium Web';
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.intro-geral {
  background: url(../imagens/fundo-titulo.png) no-repeat center center;
  width: 100%;
  height: auto;
  padding: 20px 0px;
  text-align: center;
}

.intro-geral span {
  background-color: #ffffff;
  padding: 0px 15px;
  display: inline-block;
  font-size: 24px;
  color: #1b3160;
  text-transform: inherit;
  font-family: 'Titillium Web';
  font-weight: 700;
  text-align: center;
}

/*TAMANHO DOS TEXTOS*/
.fsize {
  width: 100%;
  height: 35px;
  float: left;
  margin-bottom: 15px;
}

.fsize .fmais {
  width: auto;
  padding: 0px 15px;
  font-family: 'Titillium Web';
  height: 35px;
  background-color: #f4f1f0;
  cursor: pointer;
  float: left;
  margin-left: 1px;
  color: #1b3160;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 35px;
  text-align: center;
}

.fsize .fmenos {
  width: auto;
  padding: 0px 15px;
  font-family: 'Titillium Web';
  height: 35px;
  background-color: #f4f1f0;
  cursor: pointer;
  float: left;
  margin-left: 1px;
  color: #1b3160;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 35px;
  text-align: center;
}

/* POPUP */
#fechar {
  z-index: 100001;
  position: fixed;
}

#fechapopup {
  position: fixed;
  cursor: pointer;
  z-index: 100002;
  left: 50%;
  margin-left: -27px;
  top: 10px;
  background-color: rgba(137, 59, 64, 0.9);
  color: #ffffff;
  border: #ffffff 1px solid;
  font-size: 10px;
  letter-spacing: 2px;
  font-family: 'Titillium Web';
  font-weight: 400;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

#mascara,
#mascarafb {
  position: fixed;
  text-align: center;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100001;
}

.fb_iframe_widget {
  left: 0px !important;
}

/* TOPO */
header {
  width: 100%;
  height: 178px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background: url(../imagens/bg-topo.png) no-repeat center bottom;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .logomarca {
  width: 365px;
  height: 213px;
  position: absolute;
  margin: -10px 0px 0px -182px;
  left: 50%;
  background-image: url(../imagens/logomarca-moema.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}

header nav {
  width: 100%;
  position: relative;
  clear: both;
  margin: 65px 50px 0px 0px;
  height: 40px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header nav ul {
  width: 100%;
  height: 30px;
  list-style-type: none;
  text-align: center;
}

header nav ul li {
  width: auto;
  background: url(../imagens/divisor.png) no-repeat right 14px;
  letter-spacing: 1px;
  text-transform: initial;
  position: relative;
  cursor: pointer;
  height: auto;
  padding: 0px 13px 0px 10px;
  margin: 0px;
  line-height: 30px;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Titillium Web';
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header nav ul li.espacador {
  width: 340px;
}

header nav ul li.semfundo {
  background: url(../imagens/espaco.png);
}

header nav ul li ul {
  display: none;
  width: 265px;
  z-index: 11010;
  padding: 4px 0px;
  height: auto;
  position: absolute;
  margin: 7px 0px 0px 0px;
  background-color: #af904d;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

header nav ul li ul li {
  float: left !important;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: calc(100% - 20px);
  padding: 3px 10px !important;
  margin: 0px !important;
  line-height: 20px !important;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  height: auto !important;
  background: url(../imagens/espaco.png);
  text-align: left;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header nav ul li ul li:hover {
  background-color: #ffffff;
  color: #af904d;
}

header nav ul li ol {
  display: none;
  width: 265px;
  z-index: 11010;
  padding: 4px 0px;
  height: auto;
  position: absolute;
  margin: -27px 0px 0px 255px;
  background-color: #af904d;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

header nav ul li ol p {
  float: left !important;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: calc(100% - 20px);
  padding: 3px 10px !important;
  margin: 0px !important;
  line-height: 20px !important;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  height: auto !important;
  background: url(../imagens/espaco.png);
  text-align: left;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header nav ul li ol p:hover {
  background-color: #ffffff;
  color: #af904d;
}

header nav ul li.ativo {
  color: #1b3160;
}

/* RODAPÉ */
.banner2 {
  width: 1000px;
  height: 300px;
  margin: 17px auto;
  clear: both;
  position: relative;
}

.banner2 .slider2 {
  width: 1000px;
  height: 300px;
  position: absolute;
  z-index: 10;
  float: left;
}

.banner2 .sliderContent2 {
  width: 1000px;
  height: 300px;
  clear: both;
  position: absolute;
}

.banner2 .sliderContent2 .item {
  width: 1000px;
  height: 300px;
  position: absolute;
}

.banner2 .sliderContent2 .item .util-rodape {
  width: 1000px;
  height: 300px;
  position: absolute;
}

/* RODAPÉ */
footer {
  width: 100%;
  height: auto;
  position: relative;
  clear: both;
  background: url(../imagens/bg-rodape.jpg) no-repeat top center;
}

footer .newsletter {
  width: 100%;
  padding-top: 50px;
  height: auto;
  position: relative;
  text-align: center;
}

footer .newsletter .chamada {
  background: url(../imagens/ico-news.png) no-repeat left center;
  width: auto;
  display: inline-block;
  letter-spacing: 2px;
  padding: 20px 0px 20px 40px;
  height: auto;
  font-weight: 400;
  color: #1b3160;
  font-size: 15px;
  line-height: 28px;
  font-family: 'Titillium Web';
  text-align: center;
}

footer #cadnews {
  width: 90%;
  height: auto;
  clear: both;
  padding: 0px 5% 60px 5%;
}

footer #cadnews input[type=text] {
  float: left;
  width: 770px;
  font-weight: 100;
  font-family: 'Titillium Web';
  height: 20px;
  border: #1b3160 1px solid;
  background-color: transparent;
  color: #1b3160;
  padding: 5px 10px;
  font-size: 15px;
  font-family: 'Titillium Web';
  text-align: left;
  margin-right: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

footer #cadnews #submita {
  float: right;
  margin-left: 10px;
  cursor: pointer;
  width: auto;
  height: 30px;
  line-height: 30px;
  border: 1px solid #1b3160;
  background-color: transparent;
  color: #1b3160;
  padding: 0px 20px;
  font-size: 15px;
  font-family: 'Titillium Web';
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 0px;
}

footer #cadnews #submita:hover {
  background-color: #1b3160;
  color: #ffffff;
}

footer .titulo {
  width: 100%;
  height: auto;
  padding: 10px 0px;
  font-family: 'Titillium Web';
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  color: #1b3160;
  font-weight: 400;
  text-align: center;
  position: relative;
  clear: both;
  background: url(../imagens/linha.jpg) no-repeat bottom center;
  margin: 20px 0px 0px 0px;
}

footer .siga {
  width: 240px;
  height: auto;
  margin: 10px 0px 45px 0px;
  float: left;
}

footer .siga .titulo {
  padding: 0px 0px 15px 45px;
  width: 90%;
  height: auto;
  position: relative;
  background: url(../imagens/ico-siga.png) no-repeat top left;
  font-size: 24px;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-weight: 700;
  text-align: left;
}

footer .siga .redes {
  position: relative;
  clear: both;
  z-index: 100;
  width: 100%;
  height: auto;
}

footer .siga .redes ul {
  width: 100%;
  height: auto;
  list-style-type: none;
  text-align: center;
}

footer .siga .redes ul li {
  width: 60px;
  height: 60px;
  margin: 0px 15px 15px 0px;
  float: left;
}

footer .siga .redes ul li:hover {
  opacity: 0.5;
}

footer .curta {
  width: 310px;
  height: auto;
  margin: 10px 0px;
  float: right;
}

footer .curta .titulo {
  padding: 0px 0px 15px 45px;
  width: 90%;
  background: url(../imagens/ico-face.png) no-repeat top left;
  height: auto;
  position: relative;
  font-size: 24px;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-weight: 700;
  text-align: left;
}

footer .blocos {
  width: 350px;
  height: auto;
  margin: 10px 50px 45px 0px;
  float: left;
}

footer .blocos .titulo {
  padding: 0px 0px 30px 40px;
  width: 90%;
  height: auto;
  position: relative;
  background: transparent !important;
  font-size: 24px;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-weight: 700;
  text-align: left;
}

footer .blocos .dados {
  width: 100%;
  height: auto;
  position: relative;
  margin: 10px 0px 20px 0px;
}

footer .blocos .dados ul {
  width: 100%;
  height: auto;
  list-style-type: none;
}

footer .blocos .dados ul li {
  width: -moz-calc(100% -40px);
  margin-bottom: 10px;
  width: -webkit-calc(100% -40px);
  width: -o-calc(100% -40px);
  width: calc(100% -40px);
  height: auto;
  clear: both;
  position: relative;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  font-family: 'Titillium Web';
  font-weight: 300;
  text-align: left;
  padding-left: 40px;
}

footer .blocos .dados ul li.fone {
  background: url(../imagens/ico-fone.png) no-repeat top left;
  margin-bottom: 5px;
}

footer .blocos .dados ul li.email {
  background: url(../imagens/ico-email.png) no-repeat top left;
  margin-bottom: 5px;
}

footer .blocos .dados ul li.local {
  background: url(../imagens/ico-local.png) no-repeat top left;
  margin-bottom: 5px;
}

footer .final {
  background: url(../imagens/bg-final.png) no-repeat center bottom;
  width: 100%;
  height: 102px;
  position: relative;
  clear: both;
}

footer .final .direitos {
  width: -moz-calc(100% - 320px);
  width: -webkit-calc(100% - 320px);
  width: -o-calc(100% - 320px);
  width: calc(100% - 320px);
  height: auto;
  line-height: 20px;
  padding: 55px 0px 0px;
  float: left;
  color: #aaaaaa;
  font-size: 13px;
  font-family: 'Titillium Web';
  text-align: left;
  font-weight: 600;
}

footer .final .diocesedeapucarana {
  width: 310px;
  margin-top: 20px;
  height: 80px;
  float: right;
  background: url(../imagens/diocesedeapucarana.png) no-repeat center center;
}

/* MENU CELULAR */
#menu2start {
  display: none;
  cursor: pointer;
  width: 38px;
  height: 34px;
  background: #ffffff url(../imagens/menucel.png) no-repeat center center;
  position: fixed;
  right: 10px;
  top: 12px;
  z-index: 12001;
}

#menu2start:hover {
  background: #ffffff url(../imagens/menucel.png) no-repeat center center;
}

#menu2start.ativo {
  cursor: pointer;
  width: 38px;
  height: 34px;
  background: #ffffff url(../imagens/menucelativo.png) no-repeat center center;
  position: fixed;
  right: 10px;
  top: 12px;
  z-index: 12001;
}

#menu2 {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100% !important;
  margin: 0 auto;
  position: fixed;
  z-index: 1000;
  text-align: center;
}

#menu2 li {
  font-weight: 700;
  border-top: rgba(255, 255, 255, 0.1) 1px solid !important;
  list-style-type: none;
  cursor: pointer;
  color: #f5821f;
  text-align: left;
  font-size: 19px;
  height: auto;
  padding: 7px 15px 7px 15px;
  line-height: 30px;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  font-family: 'Titillium Web';
  display: inline-block;
}

#menu2 li .ft {
  width: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 35px;
  float: left;
  margin: 0px 10px 0px 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  text-align: center;
}

#menu2 li .some {
  display: none;
}

#menu2 li ul li {
  border-bottom: none !important;
  border-top: rgba(255, 255, 255, 0.1) 1px solid !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  font-size: 16px !important;
  line-height: 18px !important;
  width: 100%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#menu2 li ul li ol {
  width: 100%;
  z-index: 11010;
  padding: 0px;
  height: auto;
}

#menu2 li ul li ol p {
  font-weight: 700;
  border-top: rgba(255, 255, 255, 0.1) 1px solid !important;
  list-style-type: none;
  cursor: pointer;
  color: #f5821f;
  font-style: italic;
  text-align: left;
  font-size: 14px;
  height: auto;
  padding: 0px 15px 0px 15px;
  line-height: 18px;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  font-family: 'Titillium Web';
  display: inline-block;
}

.whatsApp {
  width: 50px;
  height: 50px;
  background-size: 40px;
  padding: 10px;
  background-color: #46c655;
  background-image: url(../imagens/whatsapp.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  bottom: 50px;
  right: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
}



@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(15, 56, 89, 0.5);
    -moz-box-shadow: 0 0 0 0 rgba(15, 56, 89, 0.5);
    box-shadow: 0 0 0 0 rgba(15, 56, 89, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(15, 56, 89, 0);
    -moz-box-shadow: 0 0 0 0 rgba(15, 56, 89, 0);
    box-shadow: 0 0 0 0 rgba(15, 56, 89, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(15, 56, 89, 0);
    -moz-box-shadow: 0 0 0 0 rgba(15, 56, 89, 0);
    box-shadow: 0 0 0 0 rgba(15, 56, 89, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(15, 56, 89, 0.5);
    -moz-box-shadow: 0 0 0 0 rgba(15, 56, 89, 0.5);
    box-shadow: 0 0 0 0 rgba(15, 56, 89, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 0 rgba(15, 56, 89, 0);
    -moz-box-shadow: 0 0 0 15px rgba(15, 56, 89, 0);
    box-shadow: 0 0 0 15px rgba(15, 56, 89, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(15, 56, 89, 0);
    -moz-box-shadow: 0 0 0 0 rgba(15, 56, 89, 0);
    box-shadow: 0 0 0 0 rgba(15, 56, 89, 0);
  }
}

::-webkit-input-placeholder {
  /* Chrome */
}

:-ms-input-placeholder {
  /* IE 10+ */
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  opacity: 1;
}

@media screen and (max-width: 1035px) {
  .util {
    width: 100%;
  }

  #menu2start {
    display: inherit;
  }

  .pagina {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .introducao-geral-claro,
  .introducao-geral-menor,
  .intro-geral {
    text-align: center;
  }

  .fsize {
    float: none;
    text-align: center;
    margin-top: 30px;
  }

  .fsize .fmais {
    float: none;
    display: inline-block;
  }

  .fsize .fmenos {
    float: none;
    display: inline-block;
  }

  header {
    height: 60px;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
    background: #ffffff url(../imagens/espaco.png) no-repeat center center;
  }

  header .logomarca {
    width: 100px;
    margin: 0;
    height: 60px;
    background-size: auto 60px;
    float: left;
    position: relative;
    left: inherit;
    margin-left: inherit;
    background-image: url(../imagens/logomarca-moema-mobile.jpg);
  }

  header nav,
  header .flutuante,
  header nav ul li.espacador {
    display: none;
  }

  footer {
    text-align: center;
    text-align: center;
    height: auto;
    padding-top: 15px;
    background: #636363 url(../imagens/espaco.png) no-repeat center center;
  }

  footer .titulo {
    height: auto;
    padding: 45px 0px 10px 0px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    background: url(../imagens/espaco.png) no-repeat center center;
  }

  footer .blocos {
    float: none;
    display: inline-block;
    width: 90%;
    margin: 0px 5%;
  }

  footer .blocos .titulo {
    padding-left: 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    background: url(../imagens/espaco.png) no-repeat center center;
  }

  footer .curta {
    float: none;
    display: inline-block;
  }

  .banner2 {
    width: 0px;
    height: 0px;
    overflow: hidden;
  }

  footer .newsletter .chamada {
    background: url(../imagens/espaco.png) no-repeat left center;
    width: 100%;
  }

  footer #cadnews {
    width: 90%;
    height: auto;
    clear: both;
    padding: 0px 5% 60px 5%;
    text-align: center;
  }

  footer #cadnews input[type=text] {
    float: none;
    clear: both;
    margin-bottom: 10px;
    display: inline-block;
    width: 80%;
    font-weight: 100;
    font-family: 'Titillium Web';
    height: 20px;
    border: #1b3160 1px solid;
    background-color: transparent;
    color: #1b3160;
    padding: 5px 10px;
    font-size: 15px;
    font-family: 'Titillium Web';
    text-align: left;
    margin-right: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }

  footer #cadnews #submita {
    float: none;
    clear: both;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    width: auto;
    height: 30px;
    line-height: 30px;
    border: 1px solid #1b3160;
    background-color: transparent;
    color: #1b3160;
    padding: 0px 20px;
    font-size: 15px;
    font-family: 'Titillium Web';
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 0px;
  }

  footer #cadnews #submita:hover {
    background-color: #1b3160;
    color: #ffffff;
  }

  footer .siga {
    width: 90%;
    margin: 0px 5%;
    float: none;
    display: inline-block;
  }

  footer .siga .titulo,
  footer .curta .titulo {
    padding-left: 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    background: url(../imagens/espaco.png) no-repeat center center;
  }

  footer .siga .redes ul {
    text-align: center;
  }

  footer .siga .redes ul li {
    float: none;
    display: inline-block;
    margin: 10px;
  }

  footer .final {
    padding: 0px 3% 20px 3%;
    width: 94%;
    height: auto;
  }

  footer .final .direitos {
    width: 100%;
    float: none;
    text-align: center;
    clear: both;
  }

  footer .final .diocesedeapucarana {
    width: 100%;
    height: 50px;
    float: none;
    background: url(../imagens/diocesedeapucarana.png) no-repeat center center;
  }

  .whatsApp {
    width: 30px;
    height: 30px;
    background-size: 20px;
    bottom: 30px;
    right: 30px;
  }

}
