@font-face {
	font-family: 'fontawesome-selected';
	src: url("../font/fontawesome-selected.eot");
	src: url("../font/fontawesome-selected.eot?#iefix") format('embedded-opentype'), url("../font/fontawesome-selected.woff") format('woff'), url("../font/fontawesome-selected.ttf") format('truetype'), url("../font/fontawesome-selected.svg#fontawesome-selected") format('svg');
	font-weight: normal;
	font-style: normal;
  }
  
  .fc-calendar-container {
	  position: relative;
	  height: 400px;
	  width: 400px;
  }
  
  .fc-calendar {
	  width: 100%;
	  height: 100%;
  }
  
  .fc-calendar .fc-head {
	  height: 30px;
	  line-height: 30px;
	  background: #ccc;
	  color: #fff;
  }
  
  .fc-calendar .fc-body {
	  position: relative;
	  width: 100%;
	  height: 100%;
	  height: -moz-calc(100% - 30px);
	  height: -webkit-calc(100% - 30px);
	  height: calc(100% - 30px);
	  border: 1px solid #ddd;
  }
  
  .fc-calendar .fc-row {
	  width: 100%;
	  border-bottom: 1px solid #ddd;
  }
  
  .fc-four-rows .fc-row  {
	  height: 25%;
  }
  
  .fc-five-rows .fc-row  {
	  height: 20%;
  }
  
  .fc-six-rows .fc-row {
	  height: 16.66%;
	  height: -moz-calc(100%/6);
	  height: -webkit-calc(100%/6);
	  height: calc(100%/6);
  }
  
  .fc-calendar .fc-row > div,
  .fc-calendar .fc-head > div {
	  float: left;
	  height: 100%;
	  width:  14.28%; /* 100% / 7 */
	  /* width: -moz-calc(100%/7);
	  width: -webkit-calc(100%/7); */
	  /* width: calc(100%/7); */ 
	  position: relative;
  }
  
  /* IE 9 is rounding up the calc it seems */
  .ie9 .fc-calendar .fc-row > div,
  .ie9 .fc-calendar .fc-head > div {
	  width:  14.2%;
  }
  
  .fc-calendar .fc-row > div {
	  border-right: 1px solid #ddd;
	  padding: 4px;
	  overflow: hidden;
	  position: relative;
  }
  
  .fc-calendar .fc-head > div {
	  text-align: center;
  }
  
  .fc-calendar .fc-row > div > span.fc-date {
	  position: absolute;
	  width: 30px;
	  height: 20px;
	  font-size: 20px;
	  line-height: 20px;
	  font-weight: 700;
	  color: #ddd;
	  text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
	  bottom: 5px;
	  right: 5px;
	  text-align: right;
  }
  
  .fc-calendar .fc-row > div time {
	  display: none;
  }
  
  .fc-calendar .fc-row > div > span.fc-weekday {
	  padding-left: 5px;
	  display: none;
  }
  
  .fc-calendar .fc-row > div.fc-today {
	  background: #fff4c3;
  }
  
  .fc-calendar .fc-row > div.fc-out {
	  opacity: 0.6;
  }
  
  .fc-calendar .fc-row > div:last-child,
  .fc-calendar .fc-head > div:last-child {
	  border-right: none;
  }
  
  .fc-calendar .fc-row:last-child {
	  border-bottom: none;
  }
  /* Custom calendar elements */

  #calendar .fc-row .fc-past:focus, #calendar .fc-row .fc-today:focus {
	  border: solid 2px #1B3C89 !important;
	  outline: none;
	}
  
  .custom-calendar-wrap {
	  margin: 10px auto;
	  position: relative;
	  overflow: hidden;
	  /* min-height: 70vh;  */
  }
  
  .custom-inner {
	  /* background: #fff; */
	  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	  height: 100%;
	  background: rgba(246, 246, 246, 0.9)
  }
  
  .custom-inner:before,
  .custom-inner:after  {
	  content: '';
	  width: 99%;
	  height: 50%;
	  position: absolute;
	  background: #f6f6f6;
	  bottom: -4px;
	  left: 0.5%;
	  z-index: -1;
	  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  }
  
  .custom-inner:after {
	  content: '';
	  width: 98%;
	  bottom: -7px;
	  left: 1%;
	  z-index: -2;
  }
  
  .custom-header {
	  background: #fff;
	  padding: 5px 10px 10px 20px;
	  height: 70px;
	  position: relative;
	  border-top: 5px solid #00abc5;
	  border-bottom: 1px solid #ddd;
  }
  
  .custom-header h2,
  .custom-header h3 {
	  text-align: center;
	  text-transform: uppercase;
  }
  
  .custom-header h2 {
	  color: #495468;
	  font-weight: 300;
	  font-size: 18px;
	  margin-top: 10px;
  }
  
  .custom-header h3 {
	  font-size: 10px;
	  font-weight: 700;
	  color: #b7bbc2;
  }
  
  .custom-header nav span {
	  position: absolute;
	  top: 17px;
	  width: 30px;
	  height: 30px;
	  color: transparent;
	  cursor: pointer;
	  margin: 0 1px;
	  font-size: 20px;
	  line-height: 30px;
	  -webkit-touch-callout: none;
	  -webkit-user-select: none;
	  -khtml-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
  }
  
  .custom-header nav span:first-child {
	  left: 5px;
  }
  
  .custom-header nav span:last-child {
	  right: 5px;
  }
  
  .custom-header nav span:before {
	  font-family: 'fontawesome-selected';
	  color: #00abc5;
	  position: absolute;
	  text-align: center;
	  width: 100%;
  }
  
  .custom-header nav span.custom-prev:before {
	  content: '\25c2';
  }
  
  .custom-header nav span.custom-next:before {
	  content: '\25b8';
  }
  
  .custom-header nav span:hover:before {
	  color: #495468;
  }
  
  .custom-content-reveal {
	  display: inline-block;
	  background: #f6f6f6;
	  margin: 10px auto;
	  background: rgba(246, 246, 246, 0.9);
	  width: 100%;
	  height: auto;
	  /* min-height: 71vh;  */
	  position: relative;
	  z-index: 100;
	  top: 0;
	  left: 0px;
	  text-align: center;
	  -webkit-transition: all 0.6s ease-in-out;
	  -moz-transition: all 0.6s ease-in-out;
	  -o-transition: all 0.6s ease-in-out;
	  -ms-transition: all 0.6s ease-in-out;
	  transition: all 0.6s ease-in-out;
  }
  
  .custom-content-reveal span.custom-content-close {
	  position: absolute;
	  top: 15px;
	  right: 10px;
	  width: 20px;
	  height: 20px;
	  text-align: center;
	  background: #00abc5;
	  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	  cursor: pointer;
	  line-height: 13px;
	  padding: 0;
  }
  
  .custom-content-reveal span.custom-content-close:after {
	  content: 'x';
	  font-size: 18px;
	  color: #fff;
  }
  
  .custom-content-reveal a,
  .custom-content-reveal span {
	  /* font-size: 22px; */
	  padding: 0px 30px 10px 30px;
	  display: block;
  }
  
  .custom-content-reveal h4 {
	  text-transform: uppercase;
	  font-size: 13px;
	  font-weight: 300;
	  letter-spacing: 3px;
	  color: #777;
	  padding: 20px;
	  background: #fff;
	  border-bottom: 1px solid #ddd;
	  border-top: 5px solid #00abc5;
	  box-shadow: 0 1px rgba(255,255,255,0.9);
	  margin-bottom: 30px;
  }
  
  .custom-content-reveal span {
	  color: #888;
	  width: 100%;
  }

  .evento_descr {
	color: #888;
	max-width: 100%;
  }
  
  /* .custom-content-reveal a {
	  color: #00abc5;
  } */
  
  .custom-content-reveal time{
	  display: none;
  }
  
  /* .custom-content-reveal a:hover {
	  color: #333;
  } */
  
  .event_ini {
	  position: relative;
	  width: 100%;
	  z-index: 9999;
	  top: 0;
	  padding: 0 5%;
  }
  .event_ini:hover {
	  cursor: pointer;
  }
  .event_ini p {
	  max-width:100%;
  }

  .event_ini img{
	  width: 100%;
  }

  #custom-content-reveal .lotação{
	color: #1B3C89;
  }
  
  
  /* Modifications */
  
  .fc-calendar-container {
	  height: 400px;
	  width: auto;
	  padding: 30px;
	  background: #f6f6f6;
	  box-shadow: inset 0 1px rgba(255,255,255,0.8);
  }
  
  .fc-calendar .fc-head {
	  background: transparent;
	  color: #00abc5;
	  font-weight: bold;
	  text-transform: uppercase;
	  font-size: 12px;
  }
  
  .fc-calendar .fc-row > div {
	  background: #fff;
	  cursor: pointer;
  }
  
  .fc-calendar .fc-row > div:empty {
	  background: transparent;
	  cursor: default;
  }
  
  .fc-calendar .fc-row > div > span.fc-date {
	  top: 50%;
	  left: 50%;
	  text-align: center;
	  margin: -10px 0 0 -15px;
	  color: #686a6e;
	  font-weight: 400;
	  pointer-events: none;
  }
  
  .fc-calendar .fc-row > div > span.fc-emptydate {
	  color: #ccc;
  }
  
  .fc-calendar .fc-row > div.fc-today {
	  background: #00abc5;
	  box-shadow: inset 0 -1px 1px rgba(0,0,0,0.1);
  }
  
  .fc-calendar .fc-row > div.fc-today > span.fc-date {
	  color: #fff;
	  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
  }
  
  /* .fc-calendar .fc-row > div.fc-content:after {
	  content: '\00B7';
	  text-align: center;
	  width: 20px;
	  margin-left: -10px;
	  position: absolute;
	  color: #1B3C89;
	  font-size: 70px;
	  line-height: 20px;
	  left: 50%;
	  bottom: 3px;
  } */
   .fc-calendar .fc-row > div.fc-content:after {
	  content: '';
	  border: 1px solid #1B3C89;
  } 
  
  .fc-calendar .fc-row > div.fc-today.fc-content:after {
	  color: #DDD;
  }
  
  .fc-calendar .fc-row > div.fc-today.fc-content:hover:after{
	  color: #fff;
  }
  
  .fc-calendar .fc-row > div > div a,
  .fc-calendar .fc-row > div > div span {
	  display: none;
	  font-size: 22px;
  }
  
  @media screen and (max-width: 400px) {
	  .fc-calendar-container {
		  height: 300px;
	  }
	  .fc-calendar .fc-row > div > span.fc-date {
		  font-size: 15px;
	  }
  }

#custom-content-reveal .prod_new{
	margin: 3vh 0;
}

.icon_partilhar_2 {
	position: relative;
    background-color: rgba(136, 136, 136, 0.6);
    color: white;
    border: 1px solid rgba(136, 136, 136, 0.6);
    border-radius: 6px;
    width: 40px;
    height: 40px;
    padding: 8px;
    text-align: center;
    font-size: 23px;
    top: -8vh;
	left: -13vw;
	cursor: pointer;
}
.icon_partilhar_2:hover{
	position: relative;
    background-color: rgba(0, 171, 197, 0.6);
    color: white;
    border: 1px solid rgba(0, 171, 197, 0.6);
    border-radius: 6px;
    width: 40px;
    height: 40px;
    padding: 8px;
    text-align: center;
    font-size: 23px;
    top: -8vh;
	left: -13vw;
	cursor: pointer;
}

#muda {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(246, 246, 246, 0.9);
    z-index: 999;
}

#loader {
	border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #00abc5;
    width: 100px;
    height: 100px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 40vh;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 99999;
}

/* LISTA DE EVENTOS */
.blog-card:hover {
	cursor: pointer;
	text-decoration: none;
}
.blog-card {
	display: flex;
	flex-direction: column;
	margin: 1rem auto;
	box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
	margin-bottom: 5%;
	background: #fff;
	line-height: 1.4;
	font-family: sans-serif;
	border-radius: 5px;
	overflow: hidden;
	z-index: 0;
}
.blog-card:hover:before {
	transform: scale(1);
}
.blog-card:hover .read-more a::before {
	content: "";
    display: block;
    position: relative;
    width: 125%;
    height: 2px;
    background-color: #00abc5;
    left: -13%;
    top: 3vh;
    transform-origin: left;
    transition: 0.25s linear;
    z-index: 9;
}
.blog-card a {
	color: inherit;
}

.blog-card:hover .photo {
	transform: scale(1.3) rotate(3deg);
}
.blog-card .meta {
	position: relative;
	z-index: 0;
	height: 200px;
}
.blog-card .photo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: transform 0.2s;
}
.blog-card .details, .blog-card .details ul {
	margin: auto;
	padding: 0;
	list-style: none;
}
.blog-card .details {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	margin: auto;
	transition: left 0.2s;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	padding: 10px;
	width: 100%;
	font-size: 0.9rem;
}
.blog-card .details a {
	text-decoration: dotted underline;
}
.blog-card .details ul li {
	display: inline-block;
}
.blog-card .details .author:before {
	font-family: FontAwesome;
	margin-right: 10px;
	content: "\f007";
}
.blog-card .details .date:before {
	font-family: FontAwesome;
	margin-right: 10px;
	content: "\f133";
}
.blog-card .details .tags ul:before {
	font-family: FontAwesome;
	content: "\f02b";
	margin-right: 10px;
}
.blog-card .details .tags li {
	margin-right: 2px;
}
.blog-card .details .tags li:first-child {
	margin-left: -4px;
}
.blog-card .description {
	padding: 1rem;
	background: #fff;
	position: relative;
	z-index: 1;
}
.blog-card .description h1 {
	font-family: 'Roboto Slab', serif;
	color:#00abc5;
	line-height: 1;
	margin: 0;
	font-size: 1.4rem;
	text-transform: capitalize;
}
.blog-card .description .read-more {
	text-align: right;
}
.blog-card .description .read-more a {
	font-family: 'Roboto Slab', serif;
	color: #1B3C89;
	display: inline-block;
	position: relative;
}
.blog-card p {
	position: relative;
	margin: 1rem 0 0;
}
.blog-card p:first-of-type {
	margin-top: 1.25rem;
}
.blog-card:hover .details {
	left: 0%;
}
@media (min-width: 640px) {
	.blog-card {
		flex-direction: row;
		max-width: 700px;
   }
	.blog-card .meta {
		flex-basis: 40%;
		height: auto;
   }
	.blog-card .description {
		flex-basis: 60%;
   }
	.blog-card .description:before {
		transform: skewX(-3deg);
		content: "";
		background: #fff;
		width: 30px;
		position: absolute;
		left: -10px;
		top: 0;
		bottom: 0;
		z-index: -1;
   }
	.blog-card.alt {
		flex-direction: row-reverse;
   }
	.blog-card.alt .description:before {
		left: inherit;
		right: -10px;
		transform: skew(3deg);
   }
	.blog-card.alt .details {
		padding-left: 25px;
   }
}

/* historico de eventos */
.blog-card-future {
	width: 100%;
	/* min-height: 15vh; */
    display: inline-flex;
    margin: 3px;
    box-shadow: 0 3px 7px -1px rgb(0 0 0 / 10%);
    background: #fff;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
	background-size:cover;
}
.blog-card-future-2 {
	width: 100%;
	/* min-height: 15vh; */
    display: inline-flex;
    margin: -3px 3px 3px 3px;
    box-shadow: 0 3px 7px -1px rgb(0 0 0 / 10%);
    background: #fff;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
	background-size:cover;
}
.blog-card-future .description, .blog-card-future-2 .description{
	width: 89%;
	padding: 4px;
}
.blog-card-future .description h1, .blog-card-future-2 .description h1 {
	font-family: 'Roboto Slab', serif;
	color: #1B3C89;
    font-size: 12px;
    text-align: initial;
	padding-right: 4px;
	margin-top: 0;
	text-align: center;
}
.blog-card-future .description a, .blog-card-future-2 .description a {
	font-family: 'Roboto Slab', serif;
    color: #00abc5;
    font-size: 14px;
    text-align: initial;
    margin-top: 2px;
    text-align: center;
}
.blog-card-future .description p, .blog-card-future-2 .description p{
	font-family: 'Roboto Slab', serif;
	color: #1B3C89;
    font-size: 10px;
    text-align: initial;
	padding-right: 4px;
	text-align: center;
}

.blog-card-future .data, .blog-card-future-2 .data {
	display: flex;
    width: 11%;
    height: auto;
    background-color: #00abc5;
    color: #00abc5;
    font-family: 'Roboto Slab', serif;
    font-size: 19px;
    margin: 1vh;
    justify-content: center;
    align-items: center;
	padding: 5px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.blog-card-future .data i, .blog-card-future-2 .data i{
	font-size: 8px;
}
.blog-card-future .data a.caixinha, .blog-card-future-2 .data.caixinha{
	position: absolute;
    margin-top: 4.5vh;
    color: white;
    font-size: 9px;
}

.blog-card-future:hover, .blog-card-future-2:hover {
	cursor: pointer;
} 

#day {
	font-size:15px;
	margin-top:0px;
}
#hour {
	margin-top: 27px;
}

