@charset "UTF-8";
/* CSS Document */


p{
	font-family: Montserrat, Helvetica, "Sans-Serif";
	font-weight: 300;
	font-size: 1em;
}

h1{
	font-family: Montserrat, Helvetica, "Sans-Serif";
	font-weight: 800;
	font-size: 3vw;
	text-transform:uppercase;
}

@media screen and (max-width:750px){
	h1{
		font-size: 5vw;
	}
}


li{
	font-family: Montserrat, Helvetica, "Sans-Serif";
	font-weight: 300;
	font-size: 1em;
}

h5{
	font-family: Montserrat, Helvetica, "Sans-Serif";
	font-weight: 600;
	font-size: 1em;
}

h4{
	font-family: Montserrat, Helvetica, "Sans-Serif";
	font-weight: 700;
	font-size: 1.4em;
}

h3{
	font-family: Montserrat, Helvetica, "Sans-Serif";
	font-weight: 800;
	font-size: 1.6em;
}

hr{
	height: 2px;
	color: black;
	background-color: black;
}

h2{
	font-size:2vw;
	font-family: Montserrat, Helvetica, "Sans-Serif";
	font-weight: 800;
	text-transform: uppercase;
}

#hide{
	visibility: hidden;
}

.row{
    margin-left: 0;
    margin-right: 0;
}

.container{
        margin-left: -15px;
        margin-right: -15px;
}


.espac{
	height: 50px;
}

/* MENU */

.navbar-toggle
{
    position:relative;
    float:right;
    padding:9px 10px;
    margin-top:8px;
    margin-right:15px;
    margin-bottom:8px;
    background-color:transparent;
    background-image:none;
    border-radius:4px;
	border:1px solid hsla(0,0%,0%,1.00);
}

.icon-bar
{
    display:block;
    width:22px;
    height:2px;
    border-radius:1px;
    border:1px solid #444;
}

.nav a {
	color: black;
	text-transform: uppercase;
	font-size: 1.1em;

}

.nav{
	background-color: white;
	align-items: center;
	padding: 0% 1%;
}

.menu{
	margin-left: 1.5%;
}

.menu a{
	font-family: Montserrat, Helvetica, "sans-serif";
	font-weight:400;
	font-size:0.9vw;
}

.menushadow{
		box-shadow: 0px 3px 5px;
}

.navbar-right img{
	width: 30px;
}

@media screen and (max-width:1500px){
	.menu a{
		font-size: 1vw;
	}

}

@media screen and (max-width:1200px){
	.menu a{
		font-size: 0.9vw;
	}
	
	.navbar-right img{
		width: 20px;
	}

}

@media screen and (max-width:1000px){
	.menu a{
		font-size: 0.9vw;
	}
	
		.navbar-right img{
		width: 16px;

}
	
}

@media screen and (max-width:900px){
	.menu a{
		font-size: 0.7vw;
	}
	
		.navbar-right img{
		width: 9px;
	}

}

@media screen and (max-width:750px){
	.menu a{
		font-size: 3vw;
		text-align: right;
	}
	
	.navbar-right{
		display:flex;
		justify-content: flex-end;
		align-content: flex-end;
	}
	
	.navbar-right img{
		width: 25px;
	}
	

}
	


/*PÁGINA PRINCIPAL*/


.container-fluid{
	margin:0;
	padding: 0;
}

.img1{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  object-fit: cover;	
}

.overlay{
  position: absolute; 
  bottom: 0; 
  background:rgba(218,147,60,1.00);
  background: rgba(218,147,60,0.50); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  height: 100%;
  transition: .5s ease;
  opacity:1;
  font-family: Montserrat, Helvetica, "Sans-Serif";
  text-transform: uppercase;
  font-size: 4vw;
  font-weight: 600;
  padding: 0;
  text-align: center;
}

.overlay2{
  position: absolute; 
  bottom: 0; 
  background:rgba(60,117,57,1.00);
  background: rgba(60,117,57,0.50); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  height: 100%;
  transition: .5s ease;
  opacity:1;
  font-family: Montserrat, Helvetica, "Sans-Serif";
  text-transform: uppercase;
  font-size: 4vw;
  font-weight: 600;
  padding: 0%;
  text-align: center;
}

.overlay3{
  position: absolute; 
  bottom: 0; 
  background:rgba(59,88,126,1.00);
  background: rgba(59,88,126,0.50); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  height: 100%;
  transition: .5s ease;
  opacity:1;
  font-family: Montserrat, Helvetica, "Sans-Serif";
  text-transform: uppercase;
  font-size: 4vw;
  font-weight: 600;
  padding: 0%;
  text-align: center;
}


.overlay a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    margin: auto;
	color: #f1f1f1;
	transform: rotate(-90deg);
	text-decoration: none;
	display: inline-block;
}

.overlay2 a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    margin: auto;
	color: #f1f1f1;
	transform: rotate(-90deg);
	text-decoration: none;
	display: inline-block;
}

.overlay3 a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    margin: auto;
	color: #f1f1f1;
	transform: rotate(-90deg);
	text-decoration: none;
	display: inline-block;
}

.carimbo:hover .img1 {
  opacity: 0;
}

.spj:hover .img1 {
  opacity: 0;
}

.fp:hover .img1 {
  opacity: 0;
}

.carimbo{
	height:750px;
	margin:0;
	padding: 0;
}

.spj{
	height:750px;
	margin:0;
	padding: 0;
}


.fp{
	height:750px;
	margin:0;
	padding: 0;
}


@media screen and (max-width:1000px){
	.carimbo{
		height: 230px;
		width: 100%;
		margin-top: 10%;
	}
	
	.spj{
		height:230px;
		width: 100%;
	}
	
	.fp{
		height: 230px;
		width: 100%;
}

}

@media screen and (max-width:400px){
	.carimbo{
		height: 150px;
		width: 100%;
	}
	
	.spj{
		height:150px;
		width: 100%;
	}
	
	.fp{
		height: 150px;
		width: 100%;
}

}

@media screen and (max-width:1400px){
	

.overlay a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    right: 0;
    width: 100%;
    height: 30%;
    margin: auto;
	color: #f1f1f1;
	transform: rotate(-90deg);
	text-decoration: none;
	display: inline-block;
}

.overlay2 a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    right: 0;
    width: 100%;
    height: 30%;
    margin: auto;
	color: #f1f1f1;
	transform: rotate(-90deg);
	text-decoration: none;
	display: inline-block;
}



.overlay3 a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    right: 0;
    width: 100%;
    height: 30%;
    margin: auto;
	color: #f1f1f1;
	transform: rotate(-90deg);
	text-decoration: none;
	display: inline-block;
}

	
}


@media screen and (max-width:1000px){
	
.overlay{
  position: absolute; 
  bottom: 0; 
  background:rgba(218,147,60,1.00);
  background: rgba(218,147,60,0.50); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  height: 100%;
  transition: .5s ease;
  opacity:1;
  font-family: Montserrat, Helvetica, "Sans-Serif";
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 600;
  padding: 0%;
  text-align: center;
}
	
.overlay2{
  position: absolute; 
  bottom: 0; 
  background:rgba(60,117,57,1.00);
  background: rgba(60,117,57,0.50); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  height: 100%;
  transition: .5s ease;
  opacity:1;
  font-family: Montserrat, Helvetica, "Sans-Serif";
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 600;
  padding: 0%;
  text-align: center;
}
	
.overlay3{
  position: absolute; 
  bottom: 0; 
  background:rgba(59,88,126,1.00);
  background: rgba(59,88,126,0.50); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  height: 100%;
  transition: .5s ease;
  opacity:1;
  font-family: Montserrat, Helvetica, "Sans-Serif";
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 600;
  padding: 0%;
  text-align: center;
}


.overlay a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    margin: auto;
	color: #f1f1f1;
	transform: rotate(0deg);
	text-decoration: none;
}

.overlay2 a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    margin: auto;
	color: #f1f1f1;
	transform: rotate(0deg);
	text-decoration: none;
	display: inline-block;
}

.overlay3 a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    margin: auto;
	color: #f1f1f1;
	transform: rotate(0deg);
	text-decoration: none;
	display: inline-block;
}
	
}




/*AGENDA PÁGINA PRINCIPAL*/


.agenda{
	width: 100%;
	height: 2000px;
	background-color:darkolivegreen;
}

.evento1{
	height: 70px;
	background-color: cornsilk;
}

.evento2{
	height: 70px;
	background-color:hsla(151,25%,50%,1.00);
}

.evento3{
	height: 70px;
	background-color:coral;
}


.agenda {
    width: 100%;
	height: 8%;
	padding: 0;
	border:0;
    background-color:white;
    color: black;
    text-align: center;
}

/*.evtfooter3{
	vertical-align: middle;
	background-color:rgba(59,88,126,0.10);
}*/


.evtdata{
	float: left;
	padding: 1% 1% 0% 3%;
	text-align: left;
	line-height: 90%;

}

.evtdata p{
	font-family: Montserrat, Helvetica, "Sans-Serif";
	font-weight: 300;
	font-size: 1vw;
}

.evtdata p span{
	color:rgba(59,88,126,1.00);
	font-weight: 600;
	font-size: 1.2vw;
}

.evtdata2{
	float: left;
	padding: 1% 1% 0% 3%;
	text-align: left;
	line-height: 90%;

}


.evtdata2 p{
	font-family: Montserrat, Helvetica, "Sans-Serif";
	font-weight: 300;
	font-size: 1vw;
}

.evtdata2 p span{
	color:rgba(60,117,57,1.00);
	font-weight: 600;
	font-size: 1.2vw;
}

.evtdata1{
	float: left;
	padding: 1% 1% 0% 3%;
	text-align: left;
	line-height: 90%;

}


.evtdata1 p{
	font-family: Montserrat, Helvetica, "Sans-Serif";
	font-weight: 300;
	font-size: 1vw;
}

.evtdata1 p span{
	color:rgba(218,147,60,1.00);
	font-weight: 600;
	font-size: 1.2vw;
}





.evento{
	float:left;
	text-align: left;
	padding: 0.5%;
}

.evento p{
	font-size: 2.2vw;
	text-transform: uppercase;
	font-weight: 600;
	
}

.evtlocal{
	float:right;
	padding: 0;
}

.evtlocal p{
	font-weight: 300;
	font-size: 1vw;
	text-transform: uppercase;
}

.evento a{
	text-decoration: none;
	color:black;
}

.evento a:hover{
	text-decoration: none;
	color:rgba(59,88,126,0.10);
}

@media screen and (max-width:800px){
	
.evtdata{
	float: left;
	padding: 2% 6% 2% 5%;
	width: 10%;
	text-align: left;
	line-height: 10%;

}
.evtdata p{
	font-size: 2vw;

}

.evtdata p span{
	font-size:2.8vw;
}
	
.evtdata2{
	float: left;
	padding: 2% 6% 2% 5%;
	width: 10%;
	text-align: left;
	line-height: 10%;

}
.evtdata2 p{
	font-size: 2vw;

}

.evtdata2 p span{
	font-size:2.8vw;
}
	
.evtdata1{
	float: left;
	padding: 2% 6% 2% 5%;
	width: 10%;
	text-align: left;
	line-height: 10%;

}
.evtdata1 p{
	font-size: 2vw;

}

.evtdata1 p span{
	font-size:2.8vw;
}

.evento{
	float:left;
	text-align: left;
	padding:0;
}

.evento p{
	font-size:3vw;
}	

.evtlocal p{
	font-size:1.8vw;

}
}



.mes{
	float:left;
	width:10%;
	text-align: left;
	height: 30px;
	padding: 0% 2.3%;
}

.mes p{
	font-size: 0.9vw;
	font-weight: 800;
}

@media screen and (max-width:800px){

	.mes {
		padding:0% 1.2%;
	}
	
	.mes p{
		font-size:2.5vw;
	}
}

/* Style the button that is used to open and close the collapsible content */
.collapsible{
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.accordion2 {
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	
}

.accordion3 {
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: rgba(59,88,126,0.30);
}

.active2, .accordion2:hover {
    background-color:rgba(60,117,57,0.30);
}

.active3, .accordion3:hover {
    background-color: rgba(218,147,60,0.30);
}


/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
} 

.panel2 {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
} 

.panel3 {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
} 



.collapsible2{
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

.collapsible1{
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*.active, .collapsible:hover {
  background-color: rgba(59,88,126,0.30);
}

.active2, .collapsible2:hover {
  background-color: rgba(60,117,57,0.30);
}

.active1, .collapsible1:hover {
  background-color: rgba(218,147,60,0.30);
}*/

.content {
  padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


.tituloevt{
	font-weight: 600;
	font-size: 1vw;
	margin: 2%;
}

.discoevento{
	margin:auto;
}

.textoagenda{
	text-align:center;
	width: 35%;
	margin: 2% 5% 2% 10%;
	float:left;
	
}

.textoagenda2{
	text-align:center;
	width: 35%;
	margin: 15% 5% 2% 10%;
	float:left;
}

.textoagenda span{
	font-weight:600;
}

.imgagenda{
	width:35%;
	float:right;
	margin: 2% 10% 2% 5%;
}

.textoagenda2 span{
	font-weight:600;
}

.imgagenda2{
	width:35%;
	float:right;
	margin: 2% 10% 2% 5%;
}

@media screen and (max-width:750px){
	
	.textoagenda{
	text-align:center;
	width: 80%;
	margin: 2% 5% 2% 10%;
	
}
	
	.imgagenda{
	width: 100%;
	margin: auto;
}
	
}

/*PÁGINA FORA DE PORTAS*/

.agendamesfp{
	background-color: white;
	width: 100%;
	height: 800px;
	margin: 3% 0% 0%;
}

.imgfp img{
	width: 33%;
	height:800px;
	object-fit: contain;
	float:left;

}

@media screen and (max-width:600px){
	.agendamesfp{
		height:700px;
	}
	
}

@media screen and (max-width:750px){
	.imgfp img{
		width:100%;
		object-fit:cover;
	}
	
	.imgfp{
		margin: 8% 0% 0%;
	}
	
	#hide{
		display:none;
	}
	
}



/*PÁGINA ASSOCIAÇÃO*/

.tituloassoc{
	width:80%;
	padding: 10% 15% 2%;
	margin:auto;
}

@media screen and (max-width:700px){
	.tituloassoc{
		padding: 20% 15% 2%;
	}
	
}

@media screen and (max-width:250px){
	.tituloassoc{
		padding: 40% 15% 2%;
	}
	
}


.assoc{
	padding:5% 0% 0%;
	width: 90%;
	margin:auto;
	text-align: justify;
}

.assocpt{
	padding: 0% 5% 5% 20%;
	width: 50%;
	margin-bottom: 2%;
	float:left;
}

.assoceng{
	padding: 0% 20% 5% 5%;
	width: 50%;
	margin-bottom: 2%;
	float:right;
}

.assoc h1{
	text-align: center;
}

.assoc2{
	padding:0% 0% 0%;
	width: 90%;
	margin:auto;
}

.assoc2 ul{
	list-style-type: none;
}

.assoc3{
	padding:2% 0%;
	width: 10%;
	margin:auto;
}

.assoc3 h4{
	text-align: center;
	text-transform: uppercase;
	font-size: 1.8vw;
}

.membros{
	padding: 0;
	text-align:center;
	float:left;
	margin-bottom:2%;
}



.membros2{
	padding: 0% 5% 10% 20%;
	width: 50%;
	margin: 3% 0% 0%;
	float:left;
	text-align: justify;
}

.membros3{
	padding: 0% 20% 10% 5%;
	width: 50%;
	margin: 3% 0% 0%;
	float:right;
	text-align:justify;
}

.logos{
	width:60%;
	margin:auto;
	padding: 0% 0% 3%;
}

.logos img{
	width: 8%;
	margin: 2%;
}

@media screen and (max-width:600px){
	.assoc3 h4{
		font-size:3vw;
	}
	
}

@media screen and (max-width:750px){
	.assoc{
		width:90%;
	}
	
	.assoc2{
		width:100%;
	}
	
	.assoc1{
		width:100%;
	}
	
	.assocpt{
		width: 100%;
		float: none;
		padding: 5%;
	}
	
	.assoceng{
		width: 100%;
		float: none;
		padding: 5%;
	}
	
	.membros2{
		width:100%;
		float:none;
		padding: 5%;
	}
	
	.membros3{
		width:100%;
		float:none;
		padding: 5%;
	}
	
	.logos img{
	width: 12%;
	margin: 2%;
}
	.logos{
		width:75%;
		margin:auto;
	}
}

/*PÁGINA CORETO*/

.coreto{
	padding:7% 1% 7%;
	width: 80%;
	margin:auto;
}

.coreto h1{
	text-align: center;
}

.coreto img{
	margin: 0% 0% 4%;
}

.quote{
	font-style: italic;
}

.coreto span{
	font-weight: 600;
}

.discos{
	width:100%;
	height:450px;
	border:none;
}

.coreto1{
	margin:7% 0% 7% 7%;
	width: 35%;
	float:left;
	text-align: justify;
}

.coreto2{
	margin:7% 7% 7% 0%;
	width: 35%;
	float:right;
}

@media screen and (max-width:1600px){
	.coreto{
		padding: 10% 5%;
	}
	
	.discos{
		width: 100%;
		height: 300px;
	}
}

@media screen and (max-width:1200px){
	
	.coreto{
		padding: 10% 5%;
	}
	
	.discos{
		width: 100%;
		height:280px;
	}
	
	.coreto1{
		margin: 5% 5% 5% 0%;
		width:40%;
	}
	
	.coreto2{
		margin: 5% 0% 5% 5%;
		width:40%;
	}
}

@media screen and (max-width:1000px){
		.discos{
		width: 100%;
		height:250px;
	}
}



@media screen and (max-width:800px){
	
	.coreto{
		padding:15% 1% 7%;
		width: 85%;
		margin:auto;
	}
	
	.coreto1{
		width:100%;
		text-align: justify;
		margin: 0%;
	}
	
	.coreto2{
		width:100%;
		float:left;
	}
	
	.coreto2 h4{
		text-align:center;
	}
	
	.discos{
		width: 100%;
		height: 150px;
	}
}

@media screen and (max-width:750px){
	.discos{
		width: 100%;
		height: 500px;
	}
}

@media screen and (max-width:500px){
	.discos{
		width: 100%;
		height: 300px;
	}
}





/*PÁGINA CARIMBO*/

.txtcarimbo{
	width: 70%;
	margin:auto;
	text-align: center;
	padding-bottom: 5%;
}

.txtcarimbo img{
	width:50%;
}

.titulodiscos p{
	font-size: 2vw;
	font-weight: 800;
	text-align: center;
}

.titulodiscos{
	width: 100%;
	text-align: center;
	margin: 10% 0% 5%;
}

.disccat{
	margin: 3% 5%;
}

.anosdiscos{
	width:90%;
	text-align: center;
}

.anosdiscos ul{
	list-style:none;
	text-transform: uppercase;
}

.anosdiscos li{
	display:inline;
	margin:1%;
	padding:0.5%;
	border: black 1px solid;
}

.anosdiscos a{
	text-decoration: none;
	color:black;
	font-weight: 600;
	font-size: 0.8vw;
	cursor: pointer;
}

.discmosaic{
	display: none;
	float:left;
	margin: 2px;
}


/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: rgba(218,147,60,0.30);
}

/* Add a dark background to the active button */
.btn.active {
  background-color: rgba(218,147,60,1.00);
  color: white;
}


@media screen and (max-width:1200px){
	.anosdiscos a{
		font-size: 1.2vw;
	}
}

@media screen and (max-width:100px){
	.anosdiscos a{
		font-size: 1.7vw;
	}
}


@media screen and (max-width:750px){
	.txtcarimbo img{
		width:80%;
	}
}

@media screen and (max-width:750px){
	.titulodiscos p{
		font-size: 5vw;
	}
	
	.titulodiscos{
		margin: 15% 0% 5%;
	}
	
	.anosdiscos a{
		font-size: 2vw;
	}
	
	.anosdiscos li{
		margin: 10% 1%;
	}
}


@media screen and (max-width:450px){
	
	.titulodiscos{
		margin: 25% 0% 5%;
	}
}

/*PÁGINA CONTACTOS*/

.contactos{
	padding: 10% 15% 2%;
	width: 60%;
	margin:auto;
	text-align:center;
}

.contactos1{
	width: 25%;
	float: left;
	margin: 5% 0% 5% 25%;
}

.contactos2{
	width:25%;
	float: right;
	margin: 15% 25% 15% 0%;
}

.contactos2 p span{
	font-weight: 600;
}

.contactos2 a{
	text-decoration: none;
	color: black;
}

.contactos2 a:hover{
	color:gray;
}

.subnews{
	padding: 15% 15% 7%;
	width: 45%;
	margin:auto;
	text-align: center;
}

.subnews h3{
	text-transform: uppercase;
	text-align: center;
}



@media screen and (max-width:1400px){
	
	.subnews{
	padding: 15% 15% 7%;
}
			
}

@media screen and (max-width:1250px){
	.contactos1{
		margin: 5% 0% 5% 16%;
	}
	
	.contactos2{
	margin: 25% 25% 25% 0%;
}
	
	
	
}

@media screen and (max-width:900px){
	
	.contactos1{
	width: 100%;
	margin: 5% 15% 5% 15%;
}

	.subnews{
		padding: 15% 15% 7%;
		width: 100%;
}

	
	.contactos2{
		width:70%;
		float:none;
		margin:auto;
	}
	
	.contactos{
	padding: 20% 15% 2%;
	}
	

	
}

/*PÁGINA AGENDA*/

.agendaagenda{
	margin-top:5%;
	width: 100%;
	text-align:center;
}


@media screen and (max-width:1400px){
	.agendaagenda{
		margin-top:8%;
	}
	
}

@media screen and (max-width:800px){
	.agendaagenda{
		margin-top:12%;
	}
	
}

@media screen and (max-width:550px){
	.agendaagenda{
		margin-top:20%;
	}
	
}

.tituloarq{
	margin: 5% 2%;
}


/*PÁGINA MÚSICOS*/


.musicos{
	margin:5%;
	text-align: center;
}

.musicmosaiccontainer{
	width:90%;
	margin:auto;
	padding-top:5%;
	overflow: hidden;
}

.musicmosaic{
	margin: 0.5%;
	background-color: hsla(221,30%,48%,0.29);
	width: 350px;
	height: 350px;
	float:left;
	position: relative;
	display:none;
	color:white;
}

.musicmosaic a{
	color:white;
}

.musicmosaic img{
	width:100%;
	height:100%;
	object-fit: cover;
 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.titmusicos{
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top:75%;
	left:50%;
	margin: 0;
	transform: translate(-50%, -50%);
	
}

.instrumentos{
	width:90%;
	text-align: center;
}

.instrumentos ul{
	list-style:none;
	text-transform: uppercase;
}

.instrumentos li{
	display:inline;
	margin:1%;
	padding:0.5%;
	border: black 1px solid;
}

.instrumentos a{
	text-decoration: none;
	color:black;
	font-weight: 600;
	font-size: 0.6vw;
}

.show {
    display: block;
}



@media screen and (max-width:600px){
	.musicos{
		margin:18% 5% 5%;
	}
	
	.instrumentos a{
		font-size: 2vw;
	}
	
	.instrumentos li{
		margin:1%;
		display: inline-block;
	}
	
	.musicmosaic{
		width:350px;
		height:350px;
	}
}


/*PÁGINA SALA PORTA-JAZZ*/

.moradaspj{
	text-align: center;
	padding: 15% 1%;
	width:33%;
	height:800px;
	object-fit: contain;
	float:left;
}

.moradaspj p{
	font-weight: 800;
	font-size:1.5vw;
	text-transform: uppercase;
}

.moradaspj a{
	text-decoration: none;
	color: rgba(60,117,57,1.00);
}

.moradaspj a:hover{
	color: rgba(60,117,57,0.30);
}

.agendamesspj{
	background-color: white;
	width: 100%;
	height: 800px;
	margin: 3% 0% 0%;
}

.imgspj img{
	width: 33%;
	height:800px;
	object-fit: contain;
	float:left;

}

@media screen and (max-width:1600px){
	.moradaspj{
		padding: 20% 1%;
	}
}


@media screen and (max-width:1400px){
	.moradaspj{
		padding: 25% 1%;
	}
}

@media screen and (max-width:1200px){
	.moradaspj{
		padding: 35% 1%;
	}
}

@media screen and (max-width:900px){
	.moradaspj{
		padding: 40% 1%;
	}
}

@media screen and (max-width:750px){
	.moradaspj{
		padding: 15% 1%;
		width:100%;
		height: 100px;
	}
	
	.imgspj img{
		width:100%;
		object-fit:cover;
	}
	
	.imgspj{
		margin: 8% 0% 0%;
	}
	
	.agendamesspj{
		height:700px;
	}
}













