@import url("https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,800");
@import url("https://fonts.googleapis.com/css?family=Raleway:900");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  vertical-align: baseline;
  font-family: 'Merriweather Sans', Helvetica, Arial, "sans-serif";
  font-weight: 300;
  color: #404040;
  box-sizing: border-box; }

html {
  background-color: #fff; }

html, body {
  height: 100%; }

ul li {
  list-style: none; }

a {
  text-decoration: none; }

p {
  line-height: 20px;
  margin-bottom: 10px; }

p:last-child {
  margin-bottom: 0; }

img {
  vertical-align: middle; }

em, em * {
  font-style: italic; }

strong, strong * {
  font-weight: 900; }

u, u * {
  text-decoration: underline; }

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 * {
  font-weight: 900; }

h1 {
  margin-bottom: 30px;
  text-align: center; }

h1, h1 * {
  font-size: 40px;
  line-height: 43px; }

h2 {
  padding-bottom: 30px;
  position: relative; }

h2, h2 * {
  font-size: 48px;
  line-height: 53px; }

h3 {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 25px; }

h3, h3 * {
  color: #23518f;
  font-size: 30px;
  line-height: 33px;
  font-family: 'Raleway', sans-serif; }

h4 {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px; }

h4, h4 * {
  font-size: 20px;
  line-height: 23px; }

h2 .line,
h3 .line,
h4 .line {
  background-color: #f16f31;
  width: 100px;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 0; }

h3 .line,
h4 .line {
  height: 2px;
  left: 0;
  right: auto; }

h4 .number {
  color: #f16f31;
  min-width: 35px;
  display: inline-block; }

input[type="text"], input[type="password"], input[type="email"], input[type="date"] {
  border: solid 1px #e6e6e6;
  height: 40px;
  padding: 0 15px;
  width: 100%; }

input[type="submit"], input[type="button"] {
  background-color: #fff;
  color: #23518f;
  height: 30px;
  padding: 0 15px;
  cursor: pointer;
  -webkit-appearance: none; }

textarea {
  border: solid 1px #e6e6e6;
  padding: 10px 14px;
  width: 100%;
  height: 150px;
  resize: none; }

select {
  background: url(../images/select-arrow-pink.svg) no-repeat right 0;
  background-size: 40px 40px;
  border: solid 1px #e6e6e6;
  height: 38px;
  padding: 0 14px;
  width: 268px; }

select {
  background: url(../images/arrow-dropbox.svg) no-repeat right 0;
  background-size: 38px 38px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

option {
  padding: 10px; }

.wrapper {
  width: 1100px;
  margin: 0 auto; }

.innerwrapper {
  width: 850px;
  margin: 0 auto; }

.clearfix {
  clear: both;
  height: 0; }

.label {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  justify-content: space-between; }

.notes {
  color: #23518f;
  font-size: 12px;
  line-height: 15px; }

.mandatory {
  background: url(../images/icons.svg) no-repeat -20px 0;
  background-size: 200px 200px;
  display: inline-block;
  width: 10px;
  height: 10px; }

.btn {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  height: 30px;
  padding: 0 15px;
  border: solid 1px #23518f;
  border-radius: 40px;
  transition: all 0.5s ease; }

.btn .icon {
  background: url(../images/icons.svg) no-repeat 0 0;
  background-size: 400px 400px;
  width: 20px;
  height: 20px;
  margin-left: 10px; }

.btn .text {
  color: #23518f;
  font-size: 12px;
  line-height: 12px; }

.btn.white {
  border-color: #fff; }

.btn.white .text {
  border-color: #fff; }

.btn-full {
  background-color: #23518f !important; }

.btn-full .text {
  color: #fff !important; }

.btn-full .icon {
  background-position: 0 -20px; }

.btn:hover {
  background: #23518f;
  color: #fff;
  border-color: #23518f; }

.btn:hover .text {
  color: #fff; }

.btn:hover .icon {
  background-position: 0 -20px; }

.btn.white:hover {
  background-color: #fff;
  border-color: #fff; }

.btn.white:hover .text {
  color: #23518f !important; }

.btn.white:hover .icon {
  background-position: 0 0 !important; }

.btn-full:hover {
  background-color: #23518f !important;
  border-color: #23518f; }

.btn-return {
  background: #e6e6e6 url(../images/icons.svg) no-repeat -120px -80px;
  background-size: 800px;
  border-radius: 0;
  border: none; }

.btn-return:hover {
  background: #a6a6a6 url(../images/icons.svg) no-repeat -120px -80px;
  background-size: 800px; }

.db-content blockquote {
  padding-top: 50px;
  position: relative;
  margin-bottom: 30px; }

.db-content blockquote, .db-content blockquote * {
  color: #a6a6a6;
  font-size: 25px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300; }

.db-content blockquote .line {
  background-color: #f16f31;
  width: 100px;
  height: 10px;
  position: absolute;
  top: 25px;
  left: 0; }

.db-content ul, .db-content ol {
  margin-bottom: 15px; }

.db-content ul li {
  margin-left: 20px;
  list-style: disc; }

.db-content ol li {
  margin-left: 20px;
  list-style: decimal; }

.db-content a {
  text-decoration: underline; }

.db-content a:hover {
  text-decoration: none; }

.db-content p {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column; }

.mfp-content {
  text-align: center; }

#mfp-w2c {
  position: relative;
  background: #FFF;
  display: inline-block;
  text-align: left;
  padding: 30px;
  width: auto;
  max-width: 960px;
  min-width: 240px;
  margin: 20px auto; }

#mfp-w2c h1 {
  text-align: center; }

.swiper-container {
  height: 100%; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff; }

/*############################################################################
									MOBILE
#############################################################################*/
#mobile-menu-switch {
  background: url(../images/icons.svg) no-repeat -320px 0;
  background-size: 800px 800px;
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  left: 10px;
  top: 18px;
  z-index: 1002;
  cursor: pointer; }

#mobile-menu {
  background: #464f5b;
  width: 280px;
  height: calc(100% - 80px);
  top: 80px;
  left: -290px;
  display: block !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1000;
  overflow-y: scroll;
  transition: all 0.5s ease; }

#mobile-menu.active {
  left: 0; }

#mobile-menu a {
  padding: 20px;
  text-align: center;
  display: block;
  border-bottom: solid 1px #404040;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px; }

/* ############################################################################
							HEADER & FOOTER
############################################################################ */
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1001;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); }

header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%; }

header .wrapper .left {
  height: 50px;
  overflow: hidden;
  position: relative; }

header .wrapper .left a {
  display: block;
  height: 100%; }

header .wrapper .left img {
  color: #f16f31;
  height: 100%;
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 300; }

header .wrapper .right {
  display: flex;
  align-items: center;
  height: 100%; }

header .wrapper nav {
  height: 100%; }

header .wrapper nav ul {
  display: flex;
  height: 100%; }

header .wrapper nav li {
  margin-left: 25px;
  display: flex;
  align-items: center;
  position: relative; }

header .wrapper nav a {
  color: #575757;
  display: block;
  font-weight: 800;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  transition: all 0.5s ease; }

header .wrapper nav a:hover {
  color: #f16f31; }

header .wrapper nav li.active a {
  color: #f16f31; }

header .wrapper nav li.active .arrow {
  display: block; }

header .wrapper nav .arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 10px;
  overflow: hidden;
  display: none; }

header .wrapper nav .arrow span {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #f16f31; }

#header-party {
  margin-left: 30px;
  position: relative;
  height: 50px;
  display: flex; }

#header-party a {
  display: block;
  height: 100%; }

#header-party img {
  color: #f16f31;
  height: 100%;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 300; }

footer {
  background-color: #404040;
  height: 80px;
  z-index: 1000; }

footer * {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300; }

footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%; }

footer .right {
  display: flex;
  align-items: center; }

footer .right ul {
  display: flex;
  align-items: center;
  margin-left: 10px; }

footer .right li {
  margin-left: 5px; }

footer .right li a {
  background: url(../images/icons.svg) no-repeat 0 0;
  background-size: 600px 600px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: solid 1px #fff;
  opacity: 0.7;
  transition: all 0.5s ease; }

footer .right li a:hover {
  opacity: 1; }

footer .right li a.facebook {
  background-position: -121px -31px; }

footer .right li a.twitter {
  background-position: -151px -31px; }

footer .right li a.instagram {
  background-position: -181px -31px; }

footer .right li a.googleplus {
  background-position: -211px -31px; }

#general-container {
  padding-top: 80px;
  min-height: 600px; }

.general-content {
  padding: 80px 0; }

/* ############################################################################
							GENERAL
############################################################################ */
#small-banner {
  background: #404040 url(../images/banner.jpg) no-repeat center center;
  background-size: cover;
  min-height: 280px;
  padding: 80px 0; }

#small-banner * {
  color: #fff; }

#small-banner .innerwrapper {
  display: flex;
  height: 100%; }

#small-banner .left {
  width: 50%;
  padding-right: 15px; }

#small-banner.withimage .left {
  display: flex;
  align-items: flex-end; }

#small-banner.withimage .left img {
  width: 100%; }

#small-banner.withimage {
  padding: 0; }

#small-banner .right,
#small-banner .right * {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #404040; }

#small-banner h1 {
  text-align: left;
  margin-bottom: 10px; }

#small-banner h1,
#small-banner h1 * {
  font-size: 30px !important;
  line-height: 35px !important;
  font-weight: 900 !important;
  font-family: 'Raleway', sans-serif;
  color: #23518f; }

#small-banner .right {
  width: 50%;
  padding-left: 15px; }

#small-banner.withimage .right {
  padding: 80px 0 80px 15px;
  color: #404040; }

/* ############################################################################
							HOME
############################################################################ */
#home-banner {
  background: #404040 url(../images/banner.jpg) no-repeat center center;
  background-size: cover;
  height: 370px; }

#home-banner .innerwrapper {
  display: flex;
  height: 100%; }

#home-banner .left {
  width: 50%;
  padding-right: 15px;
  display: flex;
  align-items: flex-end; }

#home-banner .left img {
  width: 100%; }

#home-banner .right {
  width: 50%;
  padding: 80px 0 80px 0;
  text-align: center; }

#home-banner .right h1 {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 10px;
  color: #23518f; }

#home-banner .right img {
  width: 100%; }

#home-news-about {
  background-color: #464f5b; }

#home-news .innerwrapper {
  position: relative;
  top: -40px;
  height: 482px; }

#home-news .swiper-container {
  padding-bottom: 40px; }

#home-news .shadow {
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 370px;
  pointer-events: none; }

#home-news .swiper-wrapper {
  background-color: #fff; }

#home-news .swiper-slide {
  background: #fff;
  width: 33.33%;
  border-right: solid 1px #e6e6e6; }

#home-news .swiper-slide .image {
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 212px;
  display: block; }

#home-news .swiper-slide .info {
  padding: 30px;
  height: 170px; }

#home-news .swiper-slide .title {
  display: block;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 15px; }

#home-news .swiper-slide .description {
  line-height: 17px;
  height: 68px;
  overflow: hidden; }

#home-news .swiper-slide .btn {
  margin-left: 30px;
  padding-right: 10px; }

#home-news .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  cursor: pointer; }

#home-about {
  padding: 75px 0; }

#home-about * {
  color: #fff; }

#home-about .wrapper {
  display: flex;
  justify-content: space-between; }

#home-about .wrapper .left {
  flex-shrink: 0;
  width: 350px;
  margin-right: 30px; }

#home-about .wrapper .left h2 {
  text-align: right;
  font-family: 'Raleway', sans-serif; }

#home-about .description,
#home-about .description * {
  font-size: 16px;
  line-height: 20px; }

#home-about .description {
  margin-bottom: 30px; }

#home-about .btn .icon {
  background-position: 0 -20px; }

#home-programa {
  position: relative; }

#home-programa-back {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

#home-programa-back .left {
  background-color: #575757;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 50%;
  position: relative; }

#home-programa-back .arrow {
  background: url(../images/arrow-home-program.png) no-repeat center center;
  width: 15px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px; }

#home-programa-content {
  height: 100%;
  display: flex;
  position: relative;
  z-index: 2; }

#home-programa-content .wrapper {
  display: flex;
  align-items: center;
  height: 100%; }

#home-programa-content .left {
  width: 50%; }

#home-programa-content .right {
  width: 50%;
  padding: 80px 0 80px 80px; }

#home-programa-content .description {
  margin-bottom: 30px; }

#home-events {
  background: url(../images/background-home-events.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0; }

#home-events h3 {
  text-align: center; }

#home-events h3 .line {
  left: 50%;
  margin-left: -50px; }

#home-events .list {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

#home-events .list .item {
  margin: 0 20px; }

#home-events .box-knowmore {
  text-align: center; }

#home-events .item .box-knowmore .btn .icon {
  background-position: 0 -20px; }

#home-events .item .box-knowmore .btn:hover {
  background-color: #575757 !important;
  border-color: #575757; }

.item-event {
  width: 254px;
  position: relative; }

.item-event .date {
  background-color: #fff;
  color: #f16f31;
  border: solid 1px #f16f31;
  border-radius: 40px;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 60px; }

.item-event .info {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 45px 30px;
  margin-top: -15px;
  transition: all 0.5s ease; }

.item-event:hover .info {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }

.item-event .btn {
  background-color: #fff;
  margin-top: -15px; }

#home-social {
  padding: 80px 0; }

#home-social h3 {
  text-align: center; }

#home-social h3 .line {
  left: 50%;
  margin-left: -50px; }

#home-social .content {
  display: flex;
  justify-content: center; }

#home-social .content div {
  width: 48%;
  margin: 0 1%; }

/*#home-social .content div.fb-page span, #home-social .content div.fb-page span, 
#home-social .content div.fb-page span iframe[style] {width: 100% !important}*/
/* ############################################################################
							NEWS
############################################################################ */
#news-list {
  display: flex;
  flex-wrap: wrap; }

.item-news {
  width: 255px;
  height: 421px;
  border: solid 1px #e6e6e6;
  margin: 0 30px 30px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease; }

.item-news:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); }

.item-news:nth-child(3n+3) {
  margin-right: 0; }

.item-news .image {
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 191px;
  display: block; }

.item-news .info {
  padding: 30px;
  height: 170px;
  position: relative; }

.item-news .date {
  background-color: #fff;
  position: absolute;
  top: -12px;
  left: 30px;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  padding: 0 15px;
  border: solid 1px #f16f31;
  border-radius: 30px; }

.item-news .title {
  display: block;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 15px; }

.item-news .description {
  line-height: 17px;
  height: 68px;
  overflow: hidden; }

.item-news .btn {
  margin-left: 30px; }

#events-list {
  display: flex;
  flex-wrap: wrap; }

#events-list .item-event {
  width: 255px;
  margin: 0 30px 30px 0; }

#events-list .item-event:nth-child(3n+3) {
  margin-right: 0; }

.item-event .title {
  display: block;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 15px; }

.item-event .box-knowmore {
  text-align: center; }

#parishes-list {
  display: flex;
  flex-wrap: wrap; }

.item-parishes {
  width: 255px;
  margin: 0 30px 45px 0;
  position: relative; }

.item-parishes:nth-child(3n+3) {
  margin-right: 0; }

.item-parishes a {
  position: relative;
  display: block;
  height: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease; }

.item-parishes a:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); }

.item-parishes .image {
  background-color: #e6e6e6;
  background-image: url(../images/freguesia-default.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  height: 255px; }

.item-parishes .info {
  background-color: #fff;
  padding: 30px 30px 40px;
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.item-parishes .title {
  display: block;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  text-align: center; }

.item-parishes .role {
  display: block;
  line-height: 20px;
  text-align: center; }

.item-parishes .box-knowmore {
  display: block;
  text-align: center;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%; }

.item-parishes .box-knowmore .btn:hover {
  background-color: #575757 !important;
  border-color: #575757 !important; }

.detail-header {
  margin-bottom: 30px;
  display: flex; }

.detail-header .left {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  position: relative; }

.detail-header .left a {
  display: block;
  width: 100%;
  height: 100%; }

.detail-header .date {
  color: #a6a6a6;
  font-size: 20px;
  line-height: 23px;
  font-style: italic;
  font-weight: 300; }

.detail-content {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; }

.detail-content *,
.detail-sides .detail-text * {
  font-size: 16px;
  line-height: 25px; }

.detail-image {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px; }

.detail-image img {
  width: 100%; }

.detail-sides {
  display: flex; }

.detail-left {
  width: 255px;
  margin-right: 30px;
  flex-shrink: 0; }

.detail-left .image img {
  width: 100%; }

.detail-left .subtitle {
  background-color: #464f5b;
  color: #fff;
  padding: 20px 30px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center; }

.detail-right {
  width: 100%; }

/* ############################################################################
							PROGRAMA
############################################################################ */
#apresentacao-description,
#programa-listed {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; }

#programa-listed h4 {
  color: #464f5b; }

#programa-listed .item {
  margin-bottom: 30px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column; }

/* ############################################################################
							CONTACTS
############################################################################ */
#form-contacts {
  display: flex;
  justify-content: space-between; }

#form-contacts .left {
  width: 30%;
  padding-right: 15px; }

#form-contacts .right {
  width: 70%;
  padding-left: 15px; }

#form-contacts .box:not(:last-child) {
  margin-bottom: 25px; }

#form-contacts .message {
  height: 280px; }

#form-contacts .box-submit {
  text-align: right; }

/* ############################################################################
							RESPONSIVE
############################################################################ */
@media screen and (max-width: 1100px) {
  .wrapper {
    width: auto;
    padding: 0 10px; }

  #header-party {
    height: 30px;
    margin-left: 20px; }

  header .wrapper nav li {
    margin-left: 20px; }

  header .wrapper nav a {
    font-size: 11px; }

  #home-social {
    display: none; } }
@media screen and (max-width: 992px) {
  .btn .text {
    font-size: 11px; }

  header .wrapper .left {
    height: 38px; }

  header .wrapper nav li {
    margin-left: 16px; }

  header .wrapper nav a {
    font-size: 9px; }

  .innerwrapper {
    width: 85%; }

  #home-banner .left {
    width: 60%;
    padding-right: 0; }

  #home-banner .right {
    width: 40%;
    padding: 80px 0 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  #home-banner .right h1 {
    font-size: 30px;
    line-height: 35px; }

  #home-events .list .item {
    padding: 0 10px;
    margin: 0; }

  .item-event {
    width: 33.33%; }

  .item-parishes {
    width: 33.33%;
    padding: 0 10px 25px 0;
    margin: 0; }

  .item-news {
    width: 30%;
    margin: 12px; }

  #events-list {
    flex: 1; }

  #events-list .item-event {
    margin: 0;
    padding: 0 10px 20px 0;
    width: 33.33%; }

  .item-event .date {
    font-size: 10px; } }
@media screen and (max-width: 768px) {
  header .wrapper .left {
    margin-left: 60px; }

  #mobile-menu-switch {
    display: block !important; }

  header .wrapper nav {
    display: none; }

  #home-banner .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  #home-banner .right h1 {
    font-size: 24px;
    line-height: 30px; }

  .item-news {
    width: 48%;
    margin: 5px !important; }

  #events-list .item-event {
    width: 50%; } }
@media screen and (max-width: 600px) {
  h2, h2 * {
    font-size: 30px;
    line-height: 35px; }

  h2 .line, h3 .line, h4 .line {
    left: 0;
    right: auto; }

  header .wrapper .left {
    height: 30px;
    margin-left: 60px; }

  #home-banner {
    height: auto; }

  footer {
    padding: 20px;
    height: auto; }

  footer .wrapper {
    flex-direction: column; }

  footer .left {
    margin-bottom: 10px;
    text-align: center; }

  footer .right {
    flex-direction: column;
    padding-top: 10px;
    border-top: solid 1px #fff;
    width: 100%;
    align-items: center; }

  footer .right span {
    margin-bottom: 10px; }

  footer .right ul {
    margin-left: 0;
    width: 100%;
    justify-content: center; }

  footer .right li:first-child {
    margin-left: 0; }

  .item-parishes {
    width: 50%; }

  #events-list .item-event {
    width: 100%; }

  .item-parishes .title, #events-list .item-event .title {
    font-size: 14px;
    line-height: 17px; }

  .item-parishes .role, #events-list .item-event .description {
    font-size: 12px;
    line-height: 16px; }

  #home-banner .innerwrapper {
    flex-direction: column-reverse;
    height: auto; }

  #home-banner .innerwrapper .left {
    height: auto;
    margin: 0 auto 40px auto; }

  #home-banner .innerwrapper .right {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0 0 0; }

  #home-banner .right h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin: 0; }

  #home-banner .innerwrapper h1 br {
    display: none; }

  #home-about .wrapper {
    flex-direction: column; }

  #home-about .wrapper .left {
    width: 80%;
    margin: 0 auto 30px auto; }

  #home-about .wrapper .left h2 {
    text-align: left; }

  #home-about .wrapper .right {
    width: 80%;
    margin: 0 auto; }

  #home-programa-back {
    width: 100%;
    height: 250px;
    position: relative; }

  #home-programa-back .arrow {
    left: 50%;
    margin-left: -7px;
    margin-top: -20px;
    top: 100%;
    bottom: 0;
    transform: rotate(90deg); }

  #home-programa-back .left {
    width: 100%; }

  #home-programa-content {
    height: auto; }

  #home-programa-content .wrapper {
    height: auto;
    flex-direction: column; }

  #home-programa-content .right {
    width: 100%;
    padding: 80px 10px 80px 10px; }

  #home-events .list {
    flex-direction: column; }

  #home-events .list .item.item-event {
    width: 80%;
    margin: 10px auto;
    padding: 0; }

  #small-banner {
    padding: 40px 0; }

  #small-banner .left {
    width: 90%;
    padding-right: 0; }

  #small-banner.withimage .right {
    padding: 40px 0; }

  #small-banner .right {
    padding: 0; }

  #small-banner h1, #small-banner h1 * {
    font-size: 20px !important;
    line-height: 25px !important;
    font-family: 'Raleway', sans-serif; }

  #small-banner .innerwrapper {
    flex-direction: column;
    align-items: center; }

  #small-banner.withimage .innerwrapper {
    flex-direction: column-reverse; }

  #small-banner .innerwrapper .right {
    width: 90%;
    margin: 0 auto; }

  #apresentacao-description, #programa-listed, .detail-content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }

  .detail-header h3, .detail-header h3 * {
    font-size: 20px;
    line-height: 23px; }

  .detail-sides {
    flex-direction: column; }

  .detail-left {
    width: 100%;
    margin-bottom: 20px; }

  .item-news {
    width: 100%;
    margin: 5px 0; }

  #form-contacts {
    flex-direction: column;
    position: relative; }

  #form-contacts .left {
    padding: 0;
    width: 100%;
    margin-bottom: 20px; }

  #form-contacts .left .notes {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center; }

  #form-contacts .right {
    width: 100%;
    padding: 0; }

  #form-contacts .box-submit {
    text-align: center; } }
@media screen and (max-width: 480px) {
  .item-parishes {
    width: 100%; }

  .swiper-pagination.swiper-pagination-bullets {
    display: block !important; }

  .swiper-button-next, .swiper-button-prev {
    display: block !important; }

  .swiper-button-next, .swiper-button-prev {
    background-size: 15px;
    width: 15px !important;
    height: 15px !important; } }
.fb-page {
  text-align: center;
  display: block; }

#twitter-feed {
  width: 50%;
  display: inline-block;
  position: relative; }
