@charset "utf-8";
@import url("webfonts/Realtime_Text/stylesheet.css");
@import url("webfonts/Realtime_Text_Black/stylesheet.css");
@import url("webfonts/Realtime_Text_Bold/stylesheet.css");
@import url("webfonts/Realtime_Text_Semibold/stylesheet.css");
@import url("webfonts/Realtime_Text_Light/stylesheet.css");






/*Início Menu */

body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-color: #000008;
}

.topnav {
  overflow: hidden;
  background-color: #fff;
}

.topnav a {
	float: left;
	color: #000008;
	text-align: center;
	padding-top: 15px;
	padding-right: 23px;
	padding-left: 23px;
	padding-bottom: 14px;
	text-decoration: none;
	font-size: 22px;
	font-weight: 600;
	position: relative;
	align-content: center;
	align-items: center;
	font-family: "Realtime Text Black";
}

.topnav a:hover {
	background-color: #000008;
	color: #FFFFFF;
}

.topnav a.active {
  background-color: #000008;
  color: #2aa5eb;
}
.outroseventos a {
	font-size: 17px !important;
	padding-top: 7.5px;
	padding-right: 25.5px;
	padding-left: 25.5px;
	padding-bottom: 7.5px;
 }

/*<-----Final Menu--- */

/* REDES SOCIAIS TOPO */

.iconfacebook {
	width: 30px;
	height: 30px;
	background: url("https://www.malaposta.pt/imagens/cabecalho/face_1.svg") no-repeat;
	padding-right: 0px;
	margin-right: 4px;
	margin-left: -26px;
	position: absolute;
}
    .iconfacebook:hover {
	background: url("https://www.malaposta.pt/imagens/cabecalho/face_0.svg") no-repeat;
}
    .iconinstagram {
	width: 30px;
	height: 30px;
	background: url("https://www.malaposta.pt/imagens/cabecalho/instagram_1.svg") no-repeat;
	padding-right: 0px;
	margin-left: 8.5px;
	position: absolute;
}
    .iconinstagram:hover {
	background: url("https://www.malaposta.pt/imagens/cabecalho/instagram_0.svg") no-repeat;
}
    .icontwitter {
	width: 30px;
	height: 30px;
	background: url("https://www.malaposta.pt/imagens/cabecalho/tweter_1.svg") no-repeat;
	padding-right: 0px;
	margin-left: 43px;
	position: absolute;
}
    .icontwitter:hover {
	background: url("https://www.malaposta.pt/imagens/cabecalho/tweter_0.svg") no-repeat;
}

/*<-----Final Redes Sociais Topo--- */

/* BARRA LATERAL FLUTUANTE */

.sidenav {
	width: 35px;
	position: fixed;
	z-index: 1;
	background: #000;
	overflow-x: hidden;
	padding-top: 6px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 8px;
	border-radius: 0px 20px 20px 0px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	/* [disabled]vertical-align: middle; */
	top: 25%;
}

.sidenav a {
	padding-top: 6px;
	padding-right: 8px;
	padding-left: 11px;
	padding-bottom: 8px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	display: block;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

.sidenav a:hover {
  opacity: 0.8;
}


.image_sidenav {
	width: 14px;
	margin-left: -6px;
	padding-bottom: 0px;
	margin-top: 4px;
	margin-bottom: -3px;
}


@media screen and (max-height: 450px) {
  .sidenav {
	padding-top: 6px;
}
  .sidenav a {font-size: 11px;}
}

/*<-----BARRA LATERAL FLUTUANTE--- */

/*SLIDER*/

* {
	box-sizing: border-box;
}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,1);
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


.btn {
	font-family: "Realtime Text Bold";
	font-weight: bold;
	font-size: 16px;
	color: white;
	background-color: transparent;
	border: solid 2px white;
	padding-top: 12px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 12px;
	position: relative;
	text-align: center;
	transition: opacity .35s ease;
	margin-right: auto;
	margin-left: auto;
	margin-top: -115px;
}

.btn:hover {
	cursor: pointer;
	color: black;
	background-color: #fff;
}

.btn2 {
	font-family: "Realtime Text Bold";
	font-weight: bold;
	font-size: 20px;
	color: white;
	background-color: #ee701c;
	padding: 15px;
	transition: transform .2s;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	width: 495px;
	text-decoration: none;
	border: 0;
	}

.btn2:hover {
	cursor: pointer;
	transform: scale(1.1);
	text-decoration: none !important;
}


/*---- FIM SLIDER ----*/

/* EVENTS CARDS */

.eventcard {
  background-color: transparent;
  color: #ffffff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  margin: 10px;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  transition: transform .2s;
}

.eventcard * {
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.eventcard .img {
  width: 300px;
  height: 300px;
  vertical-align: top;
  position:relative;
  opacity: 1;
}

.eventcard:hover .img {
 transform: scale(1.1);
}

.eventcard .date {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 800;
  height: 40px;
  min-width: 65px;
  padding: 7px 0;
  position: absolute;
  right: 55px;
  text-align: center;
  top: 0;
}

.eventcard .date span {
  display: block;
  line-height: 14px;
}

.eventcard .date .month {
  font-size: 11px;
}

.eventcard a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.eventcard:hover .date {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/*---- FIM EVENTS CARDS ----*/


.button_new {
	background-color: transparent;
	border: none;
	color: #000008;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	width: 186px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 6px;
	font-weight: 600;
	font-family: "Realtime Text Bold";
}

.button_new:hover {
	background-color: transparent;
	color: #878789;
}


/* TIPOS DE FONTES DE LETRA */

.DATAred {
	font-size: 15px;
	font-weight: bold;
	color: #F30;
	font-family: Arial, Helvetica, sans-serif;
}

.texto_corpo {
	font-family: "Realtime Text Semibold";
	font-size: 15px;
	text-align: justify;
	line-height: 20px;
}

.DATA1 {
	font-size: 14px;
	color: #3C3;
	font-family:"RealtimeText-Bold";
}

.SALA {
	font-size: 15px;
	font-weight: bold;
	color: #339;
	font-family: Arial, Helvetica, sans-serif;
}

.INFOGERAL1 {
	font-family: Arial;
	font-weight: bolder;
	font-size: 12px;
}

.TITULO {
	font-family: "Realtime Text Black";
	font-size: 22px;
	color: #000;
}

.Tituloh1 {
	font-family: "Realtime Text Bold";
	font-size: 50px;
	color: #000;
}

.TEATROh2 {
	font-family: "Realtime Text Bold";
	font-size: 30px;
	color: #FFFFFF;
	background-color: #1EB8D4;
	margin-right: 214px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-left: 10px;
}

.TEATROh2:hover {
	color: black;
}

.DANCAh2 {
	font-family: "Realtime Text Bold";
	font-size: 30px;
	color: #FFFFFF;
	background-color: #B5A7C0;
	margin-right: 228px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-left: 10px;
}

.DANCAh2:hover {
	color: black;
}

.MUSICAh2 {
	font-family: "Realtime Text Bold";
	font-size: 30px;
	color: #FFFFFF;
	background-color: #A7CE7B;
	margin-right: 214px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	padding-left: 11px;
	margin-left: 10px;
}

.MUSICAh2:hover {
	color: black;
}

.CINEMAh2 {
	font-family: "Realtime Text Bold";
	font-size: 30px;
	color: #FFFFFF;
	background-color: #F2E757;
	margin-right: 213px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	padding-left: 11px;
	margin-left: 10px;
}

.CINEMAh2:hover {
	color: black;
}

.EXPOh2 {
	font-family: "Realtime Text Bold";
	font-size: 30px;
	color: #FFFFFF;
	background-color: #cfb99e;
	margin-right: 152px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-left: 10px;
}

.EXPOh2:hover {
	color: black;
}

.STANDh2 {
	font-family: "Realtime Text Bold";
	font-size: 30px;
	color: #FFFFFF;
	background-color: #e0a289;
	margin-right: 85px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-left: 10px;
}

.STANDh2:hover {
	color: black;
}
	
.TITULO2 {
	font-family: Arial;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	align-content: center;
}
.SUB_TITULO {
	font-family:'Realtime Text Black';
	font-size: 19px;
	color: #000;
}

.SUB_SUB_TITULO {
	font-family: 'Realtime Text Bold';
	font-size: 19px;
	color: #767879;
	font-weight: bold;
}
.DATA {
	font-size: 18px;
	font-weight: bold;
	color: #2aa5eb;
	font-family: "Realtime Text Semibold";
}
.INFOGERAL {
	font-family: "Realtime Text Semibold";
	font-weight: normal;
	font-size: 17px;
}
.MAISINFO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00C;
	text-align: right;
	right: 150px;
}
.linhapreta {
	line-height: 3px;
	color: #000;
}
.espaco {
	font-size: 3px;
	color: #FFF;
}
.INFOGERAL2 {
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
}
#apDiv1 {
	position:absolute;
	width:145px;
	height:74px;
	z-index:1;
	top: 255px;
	left: 898px;
	visibility: visible;
}
.TITULO1 {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.TITULO2 {
	font-family: Arial;
	text-align: center;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-top: 6px;
}
.titulo_footer {
	font-family: "Realtime Text Bold";
	font-size: 17px;
	color: #fff;
}
	
.texto_corpo1 {
	
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
}
.DATAredCopy {	font-size: 14px;
	font-weight: bold;
	color: #F63;
	font-family: Arial, Helvetica, sans-serif;
}
	
/* ---- FIM TIPOS DE FONTES DE LETRA ---- */ 
.container {
	position:relative;
	width: 220px;
	height: 450px;
	border: 1px solid rgba(73,73,73,0.46);
	margin-top: 33px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	-webkit-box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.1607843137);
	box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.1607843137);
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  cursor:pointer;
}

 .categoria {
  position: absolute;
  top: 45%;
  left: 9%;
  opacity: 0.9;
  text-shadow: 2px 2px 3px black;
  -webkit-text-shadow: 2px 2px 3px black;  
}

.container:hover .middle {
  opacity: 1;
}
	
.container:hover {
  border: 2px solid black;
  -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 13px rgba(0,0,0,0.35);
}

.text {
  font-family: Arial;
  background-color:black;
  opacity: 1;
  color: white;
  font-size: 16px;
  padding: 13px 20px;
  border-radius: 4px;
}
	
.text2 {
	font-family: 'Arial';
	font-weight:bold;
	-webkit-text-stroke: 0.3px black;
	color: white;
	font-size: 14px;
	text-align: left;
}

/* SETA VER TODOS */

.VERTODOS {
	
}

a.vertodos {
	position: relative;
	color: #000000;
	text-decoration: none;
	font-size: 23px;
	align-items: center;
	justify-content: center;
	font-family: "Realtime Text Black";
	margin-right: 20px;
}

a.vertodos:before,
a.vertodos:after {
	content: '';
	display: block;
	position: absolute;
	height: 3px;
	top: 50%;
	background: #000000;
	border-radius: 4px;
	transition: all 0.3s;
}

a.vertodos:before {
	width: 50px;
	right: 110%;
}
a.vertodos:after {
	width: 0%;
	left: 110%;
}

a.vertodos:hover:before {
	width: 0%;
}
a.vertodos:hover:after {
	width: 50px;
}

a.vertodos span {
	position: inherit;
	display: inline;
	right: -6%;
	top: -8px;
}

a.vertodos span:before,
a.vertodos span:after {
	content:'';
	display: block;
	position: absolute;
	width: 0;
	height: 3px;
	top: 0;
	right: 0;
	background: #000000;
	border-radius: 4px;
	transform: rotate(45deg);
	transition: all 0.15s;
	transition-delay: 0.25s;
	opacity: 0;
}
a.vertodos span:before {
	top: 30px;
	right: 0;
	transform: rotate(45deg);
}
a.vertodos span:after {
	top: 14px;
	right: 0;
	transform: rotate(-45deg);
}

a.vertodos:hover span:before {
	width: 24px;
	top: 14px;
	right: -4px;
	opacity: 1;
}

a.vertodos:hover span:after {
	width: 24px;
	top: 30px;
	right: -4px;
	opacity: 1;
}



/*---- FIM SETA VER TODOS ----*/

/*---- INÍCIO TOOLTIP ----*/

.tooltip {
  position: absolute;
  display: inline;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #fff1a7;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #fff1a7 transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*---- FIM TOOLTIP ----*/


	
