@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: 1vw;
	text-transform: uppercase;
}

@media screen and (max-width:1100px){
	h4{
		font-size: 1.7vw;
	}
}

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

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

hr{
	height: 2px;
	color: black;
	background-color: black;
	margin-top: 5%;
	margin-bottom: 5%;
}

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

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

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

.container-fluid{
	overflow-x: hidden;
}

/* 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;
	padding: 0% 1%;
	margin-bottom: 15px;
}

.nav .active{
	color: white;
	background-color: black;
}

.menu{
	margin-left: 0%;
	margin-top:0.7%;
	margin-bottom: 0.7%;
}

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

.navbar-nav a:hover{
	color:white;
}

.navbar-brand img{
	width: 70px;
	margin:0;
}

#myNavbar a:hover{
	background-color:black;
}

#myNavbar img:hover{
	filter:invert(100%);
}

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

.navbar-right img{
	width: 32px;
	margin:-10px;;
}

#naveng{
	color:#FE6B00;
	font-weight: 800;
}

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

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

}

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

@media screen and (max-width:900px){
	.menu a{
		font-size: 0.4vw;
	}
	.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;
	}
	.navbar-brand img{
	width: 40px;
	}
}
	

/*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(233,154,47,1.00);
  background: rgba(233,154,47,0.70); /* 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(110,22,47,1.00);
  background: rgba(110,22,47,0.70); /* 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(0,43,127,1.00);
  background: rgba(0,43,127,0.70); /* 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: 4%;
    bottom: 0;
    left: 14%;
    right: 0;
    width: 100%;
    height: 30%;
    margin: auto;
	color: #f1f1f1;
	transform: rotate(-90deg);
	text-decoration: none;
	display: inline-block;
	transform-origin: center 50;
	vertical-align: center;
}

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

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

@media screen and (max-width:770px){	
	.overlay a{
    top: 25%;
    bottom: 0;
    left: 0;
    right: 0;
	transform: rotate(0deg);
	}

	.overlay2 a{
    position: absolute;
    top: 25%;
    bottom: 0;
    left: 0;
    right: 0;
	transform: rotate(0deg);
	}

	.overlay3 a{
    position: absolute;
    top: 25%;
    bottom: 0;
    left: 0;
    right: 0;
	transform: rotate(0deg);
	}
}
.carimbo:hover .img1 {
  opacity: 0;
}

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

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

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

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


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

@media screen and (max-height:1325px){
	.carimbo{
		height: 1225px;
	}
	.spj{
		height: 1225px;
	}
	.fp{
		height: 1225px;
	}	
}

@media screen and (max-height:1320px){
	.carimbo{
		height: 1220px;
	}
	.spj{
		height: 1220px;
	}
	.fp{
		height: 1220px;
	}	
}

@media screen and (max-height:1310px){
	.carimbo{
		height: 1210px;
	}
	.spj{
		height: 1210px;
	}
	.fp{
		height: 1210px;
	}	
}

@media screen and (max-height:1300px){
	.carimbo{
		height: 1200px;
	}
	.spj{
		height: 1200px;
	}
	.fp{
		height: 1200px;
	}	
}

@media screen and (max-height:1290px){
	.carimbo{
		height: 1195px;
	}
	.spj{
		height: 1195px;
	}
	.fp{
		height: 1195px;
	}	
}

@media screen and (max-height:1280px){
	.carimbo{
		height: 1185px;
	}
	.spj{
		height: 1185px;
	}
	.fp{
		height: 1185px;
	}	
}

@media screen and (max-height:1275px){
	.carimbo{
		height: 1180px;
	}
	.spj{
		height: 1180px;
	}
	.fp{
		height: 1180px;
	}	
}

@media screen and (max-height:1270px){
	.carimbo{
		height: 1175px;
	}
	.spj{
		height: 1175px;
	}
	.fp{
		height: 1175px;
	}	
}

@media screen and (max-height:1260px){
	.carimbo{
		height: 1165px;
	}
	.spj{
		height: 1165px;
	}
	.fp{
		height: 1165px;
	}	
}


@media screen and (max-height:1250px){
	.carimbo{
		height: 1155px;
	}
	.spj{
		height: 1155px;
	}	
	.fp{
		height: 1155px;
	}
}

@media screen and (max-height:1240px){
	.carimbo{
		height: 1145px;
	}
	.spj{
		height: 1145px;
	}	
	.fp{
		height: 1145px;
	}
}

@media screen and (max-height:1230px){
	.carimbo{
		height: 1135px;
	}
	.spj{
		height: 1135px;
	}	
	.fp{
		height: 1135px;
	}
}

@media screen and (max-height:1225px){
	.carimbo{
		height: 1130px;
	}
	.spj{
		height: 1130px;
	}	
	.fp{
		height: 1130px;
	}
}

@media screen and (max-height:1220px){
	.carimbo{
		height: 1125px;
	}
	.spj{
		height: 1125px;
	}	
	.fp{
		height: 1125px;
	}
}

@media screen and (max-height:1210px){
	.carimbo{
		height: 1115px;
	}
	.spj{
		height: 1115px;
	}	
	.fp{
		height: 1115px;
	}
}

@media screen and (max-height:1200px){
	.carimbo{
		height: 1105px;
	}
	.spj{
		height: 1105px;
	}
	.fp{
		height: 1105px;
	}
}

@media screen and (max-height:1190px){
	.carimbo{
		height: 1095px;
	}
	.spj{
		height: 1095px;
	}
	.fp{
		height: 1095px;
	}
}

@media screen and (max-height:1180px){
	.carimbo{
		height: 1085px;
	}
	.spj{
		height: 1085px;
	}
	.fp{
		height: 1085px;
	}
}

@media screen and (max-height:1175px){
	.carimbo{
		height: 1080px;
	}
	.spj{
		height: 1080px;
	}
	.fp{
		height: 1080px;
	}
}

@media screen and (max-height:1170px){
	.carimbo{
		height: 1075px;
	}
	.spj{
		height: 1075px;
	}
	.fp{
		height: 1075px;
	}
}

@media screen and (max-height:1160px){
	.carimbo{
		height: 1065px;
	}
	.spj{
		height: 1065px;
	}
	.fp{
		height: 1065px;
	}
}

@media screen and (max-height:1150px){
	.carimbo{
		height: 1055px;
	}
	.spj{
		height: 1055px;
	}
	.fp{
		height: 1055px;
	}
}

@media screen and (max-height:1140px){
	.carimbo{
		height: 1045px;
	}
	.spj{
		height: 1045px;
	}
	.fp{
		height: 1045px;
	}
}

@media screen and (max-height:1130px){
	.carimbo{
		height: 1035px;
	}
	.spj{
		height: 1035px;
	}
	.fp{
		height: 1035px;
	}
}

@media screen and (max-height:1125px){
	.carimbo{
		height: 1030px;
	}
	.spj{
		height: 1030px;
	}
	.fp{
		height: 1030px;
	}
}

@media screen and (max-height:1120px){
	.carimbo{
		height: 1025px;
	}
	.spj{
		height: 1025px;
	}
	.fp{
		height: 1025px;
	}
}

@media screen and (max-height:1110px){
	.carimbo{
		height: 1015px;
	}
	.spj{
		height: 1015px;
	}
	.fp{
		height: 1015px;
	}
}

@media screen and (max-height:1100px){
	.carimbo{
		height: 1005px;
	}
	.spj{
		height: 1005px;
	}
	.fp{
		height: 1005px;
	}
}

@media screen and (max-height:1090px){
	.carimbo{
		height: 995px;
	}
	.spj{
		height: 995px;
	}
	.fp{
		height: 995px;
	}
}

@media screen and (max-height:1080px){
	.carimbo{
		height: 985px;
	}
	.spj{
		height: 985px;
	}
	.fp{
		height: 985px;
	}
}

@media screen and (max-height:1075px){
	.carimbo{
		height: 980px;
	}
	.spj{
		height: 980px;
	}
	.fp{
		height: 980px;
	}
}

@media screen and (max-height:1070px){
	.carimbo{
		height: 975px;
	}
	.spj{
		height: 975px;
	}
	.fp{
		height: 975px;
	}
}

@media screen and (max-height:1060px){
	.carimbo{
		height: 965px;
	}
	.spj{
		height: 965px;
	}
	.fp{
		height: 965px;
	}
}

@media screen and (max-height:1050px){
	.carimbo{
		height: 955px;
	}
	.spj{
		height: 955px;
	}
	.fp{
		height: 955px;
	}
}

@media screen and (max-height:1040px){
	.carimbo{
		height: 945px;
	}
	.spj{
		height: 945px;
	}
	.fp{
		height: 945px;
	}
}

@media screen and (max-height:1030px){
	.carimbo{
		height: 935px;
	}
	.spj{
		height: 935px;
	}
	.fp{
		height: 935px;
	}
}

@media screen and (max-height:1025px){
	.carimbo{
		height: 930px;
	}
	.spj{
		height: 930px;
	}
	.fp{
		height: 930px;
	}
}

@media screen and (max-height:1020px){
	.carimbo{
		height: 925px;
	}
	.spj{
		height: 925px;
	}
	.fp{
		height: 925px;
	}
}

@media screen and (max-height:1010px){
	.carimbo{
		height: 915px;
	}
	.spj{
		height: 915px;
	}
	.fp{
		height: 915px;
	}
}

@media screen and (max-height:1000px){
	.carimbo{
		height: 905px;
	}
	.spj{
		height: 905px;
	}
	.fp{
		height: 905px;
	}
}

@media screen and (max-height:990px){
	.carimbo{
		height: 890px;
	}
	.spj{
		height: 890px;
	}
	.fp{
		height: 890px;
	}
}

@media screen and (max-height:980px){
	.carimbo{
		height: 880px;
	}
	.spj{
		height: 880px;
	}
	.fp{
		height: 880px;
	}
}

@media screen and (max-height:975px){
	.carimbo{
		height: 875px;
	}
	.spj{
		height: 875px;
	}
	.fp{
		height: 875px;
	}
}

@media screen and (max-height:970px){
	.carimbo{
		height: 870px;
	}
	.spj{
		height: 870px;
	}
	.fp{
		height: 870px;
	}
}

@media screen and (max-height:960px){
	.carimbo{
		height: 860px;
	}
	.spj{
		height: 860px;
	}
	.fp{
		height: 860px;
	}
}

@media screen and (max-height:950px){
	.carimbo{
		height: 850px;
	}
	.spj{
		height: 850px;
	}
	.fp{
		height: 850px;
	}
}

@media screen and (max-height:940px){
	.carimbo{
		height: 840px;
	}
	.spj{
		height: 840px;
	}
	.fp{
		height: 840px;
	}
}

@media screen and (max-height:930px){
	.carimbo{
		height: 830px;
	}
	.spj{
		height: 830px;
	}
	.fp{
		height: 830px;
	}
}

@media screen and (max-height:925px){
	.carimbo{
		height: 825px;
	}
	.spj{
		height: 825px;
	}
	.fp{
		height: 825px;
	}
}

@media screen and (max-height:920px){
	.carimbo{
		height: 820px;
	}
	.spj{
		height: 820px;
	}
	.fp{
		height: 820px;
	}
}

@media screen and (max-height:910px){
	.carimbo{
		height: 810px;
	}
	.spj{
		height: 810px;
	}
	.fp{
		height: 810px;
	}
}
@media screen and (max-height:900px){
	.carimbo{
		height: 800px;
	}
	.spj{
		height: 800px;
	}
	.fp{
		height: 800px;
}	
}

@media screen and (max-height:890px){
	.carimbo{
		height: 790px;
	}
	.spj{
		height: 790px;
	}
	.fp{
		height: 790px;
	}
}

@media screen and (max-height:880px){
	.carimbo{
		height: 780px;
	}
	.spj{
		height: 780px;
	}
	.fp{
		height: 780px;
	}
}

@media screen and (max-height:875px){
	.carimbo{
		height: 775px;
	}
	.spj{
		height: 775px;
	}
	.fp{
		height: 775px;
	}
}

@media screen and (max-height:870px){
	.carimbo{
		height: 770px;
	}
	.spj{
		height: 770px;
	}
	.fp{
		height: 770px;
	}
}

@media screen and (max-height:860px){
	.carimbo{
		height: 760px;
	}
	.spj{
		height: 760px;
	}
	.fp{
		height: 760px;
	}
}

@media screen and (max-height:850px){
	.carimbo{
		height: 750px;
	}
	.spj{
		height: 750px;
	}
	.fp{
		height: 750px;
	}
}

@media screen and (max-height:840px){
	.carimbo{
		height: 740px;
	}
	.spj{
		height: 740px;
	}
	.fp{
		height: 740px;
	}
}

@media screen and (max-height:830px){
	.carimbo{
		height: 730px;
	}
	.spj{
		height: 730px;
	}
	.fp{
		height: 730px;
	}
}

@media screen and (max-height:825px){
	.carimbo{
		height: 725px;
	}
	.spj{
		height: 725px;
	}
	.fp{
		height: 725px;
	}
}

@media screen and (max-height:820px){
	.carimbo{
		height: 720px;
	}
	.spj{
		height: 720px;
	}
	.fp{
		height: 720px;
	}
}

@media screen and (max-height:810px){
	.carimbo{
		height: 710px;
	}
	.spj{
		height: 710px;
	}
	.fp{
		height: 710px;
	}
}

@media screen and (max-height:800px){
	.carimbo{
		height: 700px;
	}
	.spj{
		height: 700px;
	}
	.fp{
		height: 700px;
	}
}

@media screen and (max-height:790px){
	.carimbo{
		height: 690px;
	}
	.spj{
		height: 690px;
	}
	.fp{
		height: 690px;
	}
}

@media screen and (max-height:780px){
	.carimbo{
		height: 680px;
	}
	.spj{
		height: 680px;
	}
	.fp{
		height: 680px;
	}
}

@media screen and (max-height:775px){
	.carimbo{
		height: 675px;
	}
	.spj{
		height: 675px;
	}
	.fp{
		height: 675px;
	}
}

@media screen and (max-height:770px){
	.carimbo{
		height: 670px;
	}
	.spj{
		height: 670px;
	}
	.fp{
		height: 670px;
	}
}

@media screen and (max-height:760px){
	.carimbo{
		height: 660px;
	}
	.spj{
		height: 660px;
	}
	.fp{
		height: 660px;
	}
}

@media screen and (max-height:750px){
	.carimbo{
		height: 650px;
	}
	.spj{
		height: 650px;
	}
	.fp{
		height: 650px;
	}
}

@media screen and (max-height:740px){
	.carimbo{
		height: 640px;
	}
	.spj{
		height: 640px;
	}
	.fp{
		height: 640px;
	}
}

@media screen and (max-height:730px){
	.carimbo{
		height: 630px;
	}
	.spj{
		height: 630px;
	}
	.fp{
		height: 630px;
	}
}

@media screen and (max-height:725px){
	.carimbo{
		height: 625px;
	}
	.spj{
		height: 625px;
	}
	.fp{
		height: 625px;
	}
}

@media screen and (max-height:720px){
	.carimbo{
		height: 620px;
	}
	.spj{
		height: 620px;
	}
	.fp{
		height: 620px;
	}
}

@media screen and (max-height:710px){
	.carimbo{
		height: 610px;
	}
	.spj{
		height: 610px;
	}
	.fp{
		height: 610px;
	}
}

@media screen and (max-height:700px){
	.carimbo{
		height: 600px;
	}
	.spj{
		height: 600px;
	}
	.fp{
		height: 600px;
	}
}

@media screen and (max-height:690px){
	.carimbo{
		height: 590px;
	}
	.spj{
		height: 590px;
	}
	.fp{
		height: 590px;
	}
}

@media screen and (max-height:680px){
	.carimbo{
		height: 580px;
	}
	.spj{
		height: 580px;
	}
	.fp{
		height: 580px;
	}
}

@media screen and (max-height:675px){
	.carimbo{
		height: 575px;
	}
	.spj{
		height: 575px;
	}
	.fp{
		height: 575px;
	}
}

@media screen and (max-height:670px){
	.carimbo{
		height: 570px;
	}
	.spj{
		height: 570px;
	}
	.fp{
		height: 570px;
	}
}

@media screen and (max-height:660px){
	.carimbo{
		height: 560px;
	}
	.spj{
		height: 560px;
	}
	.fp{
		height: 560px;
	}
}

@media screen and (max-height:650px){
	.carimbo{
		height: 550px;
	}
	.spj{
		height: 550px;
	}
	.fp{
		height: 550px;
	}
}

@media screen and (max-height:640px){
	.carimbo{
		height: 540px;
	}
	.spj{
		height: 540px;
	}
	.fp{
		height: 540px;
	}
}

@media screen and (max-height:630px){
	.carimbo{
		height: 530px;
	}
	.spj{
		height: 530px;
	}
	.fp{
		height: 530px;
	}
}

@media screen and (max-height:625px){
	.carimbo{
		height: 525px;
	}
	.spj{
		height: 525px;
	}
	.fp{
		height: 525px;
	}
}

@media screen and (max-height:620px){
	.carimbo{
		height: 520px;
	}
	.spj{
		height: 520px;
	}
	.fp{
		height: 520px;
	}
}

@media screen and (max-height:610px){
	.carimbo{
		height: 510px;
	}
	.spj{
		height: 510px;
	}
	.fp{
		height: 510px;
	}
}

@media screen and (max-height:600px){
	.carimbo{
		height: 500px;
	}
	.spj{
		height: 500px;
	}
	.fp{
		height: 500px;
	}
}

@media screen and (max-height:590px){
	.carimbo{
		height: 490px;
	}
	.spj{
		height: 490px;
	}
	.fp{
		height: 490px;
	}
}

@media screen and (max-height:580px){
	.carimbo{
		height: 480px;
	}
	.spj{
		height: 480px;
	}
	.fp{
		height: 480px;
	}
}

@media screen and (max-height:575px){
	.carimbo{
		height: 475px;
	}
	.spj{
		height: 475px;
	}
	.fp{
		height: 475px;
	}
}

@media screen and (max-height:570px){
	.carimbo{
		height: 470px;
	}
	.spj{
		height: 470px;
	}
	.fp{
		height: 470px;
	}
}

@media screen and (max-height:560px){
	.carimbo{
		height: 460px;
	}
	.spj{
		height: 460px;
	}
	.fp{
		height: 460px;
	}
}

@media screen and (max-height:550px){
	.carimbo{
		height: 450px;
	}
	.spj{
		height: 450px;
	}
	.fp{
		height: 450px;
	}
}

@media screen and (max-height:540px){
	.carimbo{
		height: 440px;
	}
	.spj{
		height: 440px;
	}
	.fp{
		height: 440px;
	}
}

@media screen and (max-height:530px){
	.carimbo{
		height: 430px;
	}
	.spj{
		height: 430px;
	}
	.fp{
		height: 430px;
	}
}

@media screen and (max-height:525px){
	.carimbo{
		height: 425px;
	}
	.spj{
		height: 425px;
	}
	.fp{
		height: 425px;
	}
}

@media screen and (max-height:520px){
	.carimbo{
		height: 420px;
	}
	.spj{
		height: 420px;
	}
	.fp{
		height: 420px;
	}
}

@media screen and (max-height:510px){
	.carimbo{
		height: 410px;
	}
	.spj{
		height: 410px;
	}
	.fp{
		height: 410px;
	}
}

@media screen and (max-height:500px){
	.carimbo{
		height: 400px;
	}
	.spj{
		height: 400px;
	}
	.fp{
		height: 400px;
	}
}

@media screen and (max-height:490px){
	.carimbo{
		height: 390px;
	}
	.spj{
		height: 390px;
	}
	.fp{
		height: 390px;
	}
}

@media screen and (max-height:480px){
	.carimbo{
		height: 380px;
	}
	.spj{
		height: 380px;
	}
	.fp{
		height: 380px;
	}
}

@media screen and (max-height:475px){
	.carimbo{
		height: 375px;
	}
	.spj{
		height: 375px;
	}
	.fp{
		height: 375px;
	}
}

@media screen and (max-height:470px){
	.carimbo{
		height: 370px;
	}
	.spj{
		height: 370px;
	}
	.fp{
		height: 370px;
	}
}

@media screen and (max-height:460px){
	.carimbo{
		height: 360px;
	}
	.spj{
		height: 360px;
	}
	.fp{
		height: 360px;
	}
}

@media screen and (max-height:450px){
	.carimbo{
		height: 350px;
	}
	.spj{
		height: 350px;
	}
	.fp{
		height: 350px;
	}
}

@media screen and (max-height:440px){
	.carimbo{
		height: 340px;
	}
	.spj{
		height: 340px;
	}
	.fp{
		height: 340px;
	}
}

@media screen and (max-height:430px){
	.carimbo{
		height: 330px;
	}
	.spj{
		height: 330px;
	}
	.fp{
		height: 330px;
	}
}

@media screen and (max-height:425px){
	.carimbo{
		height: 325px;
	}
	.spj{
		height: 325px;
	}
	.fp{
		height: 325px;
	}
}

@media screen and (max-height:420px){
	.carimbo{
		height: 320px;
	}
	.spj{
		height: 320px;
	}
	.fp{
		height: 320px;
	}
}

@media screen and (max-height:410px){
	.carimbo{
		height: 310px;
	}
	.spj{
		height: 310px;
	}
	.fp{
		height: 310px;
	}
}

@media screen and (max-height:400px){
	.carimbo{
		height: 300px;
	}
	.spj{
		height: 300px;
	}
	.fp{
		height: 300px;
	}
}

@media screen and (max-width:770px) and (max-height:1350px){
	.carimbo{
		height: 400px;
	}
	.spj{
		height: 450px;
	}
	.fp{
		height: 400px;
	}
}

@media screen and (max-width:770px) and (max-height:1330px){
	.carimbo{
		height: 395px;
	}
	.spj{
		height: 445px;
	}
	.fp{
		height: 395px;
	}
}

@media screen and (max-width:770px) and (max-height:1310px){
	.carimbo{
		height: 390px;
	}
	.spj{
		height: 440px;
	}
	.fp{
		height: 390px;
	}
}

@media screen and (max-width:770px) and (max-height:1290px){
	.carimbo{
		height: 380px;
	}
	.spj{
		height: 430px;
	}
	.fp{
		height: 380px;
	}
}

@media screen and (max-width:770px) and (max-height:1270px){
	.carimbo{
		height: 375px;
	}
	.spj{
		height: 425px;
	}
	.fp{
		height: 375px;
	}
}

@media screen and (max-width:770px) and (max-height:1250px){
	.carimbo{
		height: 370px;
	}
	.spj{
		height: 420px;
	}
	.fp{
		height: 370px;
	}
}

@media screen and (max-width:770px) and (max-height:1230px){
	.carimbo{
		height: 360px;
	}
	.spj{
		height: 410px;
	}
	.fp{
		height: 360px;
	}
}

@media screen and (max-width:770px) and (max-height:1210px){
	.carimbo{
		height: 355px;
	}
	.spj{
		height: 405px;
	}
	.fp{
		height: 355px;
	}
}

@media screen and (max-width:770px) and (max-height:1190px){
	.carimbo{
		height: 350px;
	}
	.spj{
		height: 400px;
	}
	.fp{
		height: 350px;
	}
}

@media screen and (max-width:770px) and (max-height:1170px){
	.carimbo{
		height: 340px;
	}
	.spj{
		height: 390px;
	}
	.fp{
		height: 340px;
	}
}

@media screen and (max-width:770px) and (max-height:1150px){
	.carimbo{
		height: 335px;
	}
	.spj{
		height: 385px;
	}
	.fp{
		height: 335px;
	}
}

@media screen and (max-width:770px) and (max-height:1130px){
	.carimbo{
		height: 330px;
	}
	.spj{
		height: 380px;
	}
	.fp{
		height: 330px;
	}
}

@media screen and (max-width:770px) and (max-height:1110px){
	.carimbo{
		height: 320px;
	}
	.spj{
		height: 370px;
	}
	.fp{
		height: 320px;
	}
}

@media screen and (max-width:770px) and (max-height:1090px){
	.carimbo{
		height: 315px;
	}
	.spj{
		height: 365px;
	}
	.fp{
		height: 315px;
	}
}

@media screen and (max-width:770px) and (max-height:1070px){
	.carimbo{
		height: 305px;
	}
	.spj{
		height: 355px;
	}
	.fp{
		height: 305px;
	}
}

@media screen and (max-width:770px) and (max-height:1050px){
	.carimbo{
		height: 300px;
	}
	.spj{
		height: 350px;
	}
	.fp{
		height: 300px;
	}
}

@media screen and (max-width:770px) and (max-height:1030px){
	.carimbo{
		height: 295px;
	}
	.spj{
		height: 345px;
	}
	.fp{
		height: 295px;
	}
}

@media screen and (max-width:770px) and (max-height:1010px){
	.carimbo{
		height: 285px;
	}
	.spj{
		height: 335px;
	}
	.fp{
		height: 285px;
	}
}

@media screen and (max-width:770px) and (max-height:990px){
	.carimbo{
		height: 280px;
	}
	.spj{
		height: 330px;
	}
	.fp{
		height: 280px;
	}
}

@media screen and (max-width:770px) and (max-height:970px){
	.carimbo{
		height: 275px;
	}
	.spj{
		height: 325px;
	}
	.fp{
		height: 275px;
	}
}

@media screen and (max-width:770px) and (max-height:950px){
	.carimbo{
		height: 270px;
	}
	.spj{
		height: 320px;
	}
	.fp{
		height: 270px;
	}
}

@media screen and (max-width:770px) and (max-height:930px){
	.carimbo{
		height: 260px;
	}
	.spj{
		height: 310px;
	}
	.fp{
		height: 260px;
	}
}

@media screen and (max-width:770px) and (max-height:910px){
	.carimbo{
		height: 255px;
	}
	.spj{
		height: 305px;
	}
	.fp{
		height: 255px;
	}
}

@media screen and (max-width:770px) and (max-height:890px){
	.carimbo{
		height: 250px;
	}
	.spj{
		height: 300px;
	}
	.fp{
		height: 250px;
	}
}

@media screen and (max-width:770px) and (max-height:870px){
	.carimbo{
		height: 240px;
	}
	.spj{
		height: 290px;
	}
	.fp{
		height: 240px;
	}
}

@media screen and (max-width:770px) and (max-height:850px){
	.carimbo{
		height: 235px;
	}
	.spj{
		height: 285px;
	}
	.fp{
		height: 235px;
	}
}

@media screen and (max-width:770px) and (max-height:830px){
	.carimbo{
		height: 225px;
	}
	.spj{
		height: 275px;
	}
	.fp{
		height: 225px;
	}
}

@media screen and (max-width:770px) and (max-height:810px){
	.carimbo{
		height: 220px;
	}
	.spj{
		height: 270px;
	}
	.fp{
		height: 220px;
	}
}

@media screen and (max-width:770px) and (max-height:790px){
	.carimbo{
		height: 215px;
	}
	.spj{
		height: 265px;
	}
	.fp{
		height: 215px;
	}
}

@media screen and (max-width:770px) and (max-height:770px){
	.carimbo{
		height: 210px;
	}
	.spj{
		height: 260px;
	}
	.fp{
		height: 210px;
	}
}

@media screen and (max-width:770px) and (max-height:750px){
	.carimbo{
		height: 200px;
	}
	.spj{
		height: 250px;
	}
	.fp{
		height: 200px;
	}
}

@media screen and (max-width:770px) and (max-height:730px){
	.carimbo{
		height: 195px;
	}
	.spj{
		height: 245px;
	}
	.fp{
		height: 195px;
	}
}

@media screen and (max-width:770px) and (max-height:710px){
	.carimbo{
		height: 190px;
	}
	.spj{
		height: 240px;
	}
	.fp{
		height: 190px;
	}
}

@media screen and (max-width:770px) and (max-height:690px){
	.carimbo{
		height: 180px;
	}
	.spj{
		height: 230px;
	}
	.fp{
		height: 180px;
	}
}

@media screen and (max-width:770px) and (max-height:670px){
	.carimbo{
		height: 175px;
	}
	.spj{
		height: 225px;
	}
	.fp{
		height: 175px;
	}
}

@media screen and (max-width:770px) and (max-height:650px){
	.carimbo{
		height: 170px;
	}
	.spj{
		height: 220px;
	}
	.fp{
		height: 170px;
	}
}

@media screen and (max-width:770px) and (max-height:630px){
	.carimbo{
		height: 165px;
	}
	.spj{
		height: 215px;
	}
	.fp{
		height: 165px;
	}
}

@media screen and (max-width:770px) and (max-height:610px){
	.carimbo{
		height: 155px;
	}
	.spj{
		height: 205px;
	}
	.fp{
		height: 155px;
	}
}

@media screen and (max-width:770px) and (max-height:590px){
	.carimbo{
		height: 150px;
	}
	.spj{
		height: 200px;
	}
	.fp{
		height: 150px;
	}
}

@media screen and (max-width:770px) and (max-height:570px){
	.carimbo{
		height: 145px;
	}
	.spj{
		height: 195px;
	}
	.fp{
		height: 145px;
	}
}

@media screen and (max-width:770px) and (max-height:550px){
	.carimbo{
		height: 140px;
	}
	.spj{
		height: 190px;
	}
	.fp{
		height: 140px;
	}
}

@media screen and (max-width:770px) and (max-height:530px){
	.carimbo{
		height: 130px;
	}
	.spj{
		height: 180px;
	}
	.fp{
		height: 130px;
	}
}

@media screen and (max-width:770px) and (max-height:510px){
	.carimbo{
		height: 120px;
	}
	.spj{
		height: 170px;
	}
	.fp{
		height: 120px;
	}
}

@media screen and (max-width:770px) and (max-height:490px){
	.carimbo{
		height: 115px;
	}
	.spj{
		height: 165px;
	}
	.fp{
		height: 115px;
	}
}

@media screen and (max-width:770px) and (max-height:470px){
	.carimbo{
		height: 110px;
	}
	.spj{
		height: 160px;
	}
	.fp{
		height: 110px;
	}
}

@media screen and (max-width:770px) and (max-height:450px){
	.carimbo{
		height: 105px;
	}
	.spj{
		height: 155px;
	}
	.fp{
		height: 105px;
	}
}

@media screen and (max-width:770px) and (max-height:430px){
	.carimbo{
		height: 95px;
	}
	.spj{
		height: 145px;
	}
	.fp{
		height: 95px;
	}
}

@media screen and (max-width:770px) and (max-height:410px){
	.carimbo{
		height: 90px;
	}
	.spj{
		height: 140px;
	}
	.fp{
		height: 90px;
	}
}

@media screen and (max-width:770px) and (max-height:390px){
	.carimbo{
		height: 80px;
	}
	.spj{
		height: 130px;
	}
	.fp{
		height: 80px;
	}
}

@media screen and (max-width:770px) and (max-height:370px){
	.carimbo{
		height: 75px;
	}
	.spj{
		height: 125px;
	}
	.fp{
		height: 75px;
	}
}

@media screen and (max-width:770px) and (max-height:350px){
	.carimbo{
		height: 70px;
	}
	.spj{
		height: 120px;
	}
	.fp{
		height: 70px;
	}
}

@media screen and (max-width:770px) and (max-height:330px){
	.carimbo{
		height: 65px;
	}
	.spj{
		height: 115px;
	}
	.fp{
		height: 65px;
	}
}

@media screen and (max-width:770px) and (max-height:310px){
	.carimbo{
		height: 60px;
	}
	.spj{
		height: 110px;
	}
	.fp{
		height: 60px;
	}
}

@media screen and (max-width:770px) and (max-height:290px){
	.carimbo{
		height: 55px;
	}
	.spj{
		height: 105px;
	}
	.fp{
		height: 55px;
	}
}




/*AGENDA PÁGINA PRINCIPAL*/


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

.shadow{
	width:100%;
	height: 4px;
	background-color:hsla(0,0%,0%,0.69);
}

.diaspj{
	float:left;
	margin: 3% 0% 3% 4%;
}

.diafp{
	float:left;
	margin: 3% 0% 3% 4%;
}

.diacari{
	float:left;
	margin: 3% 0% 3% 4%;
}

.diaspj p{
	float:left;
	font-weight:600;
	font-size: 2.8vw;
	color: rgba(110,22,47,1.00); 
}

.diafp p{
	float:left;
	font-weight:600;
	font-size: 2.8vw;
	color: rgba(0,43,127,1.00); 
}

.diacari p{
	float:left;
	font-weight:600;
	font-size: 2.8vw;
	color: rgba(253,154,47,1.00); 
}

.eventosdias{
	float:left;
	margin: 14% 0% 3% 4%;
}

.eventosdias p{
	float:left;
	font-weight:700;
	font-size: 1.8vw;
	color: rgba(0,43,127,1.00);
	line-height: 50%;
}

.data2{
	line-height: 20%;
	float:right;
	margin: 19% 0% 0% 0%;
}

.data2 p span{
	text-transform: uppercase;
	color: rgba(110,22,47,1.00); 
	font-weight: 800;
	font-size: 0.7vw;
}

.data2 p{
	font-size: 0.7vw;
	font-weight: 600;
	margin-bottom: 1em;
}

.datafp{
	line-height: 65%;
	float:right;
	margin: 19% 0% 0% 0%;
}

.datafp p span{
	text-transform: uppercase;
	color: rgba(0,43,127,1.00); 
	font-weight: 800;
	font-size: 0.7vw;
}

.datafp p{
	font-size: 0.7vw;
	font-weight: 600;
	margin-bottom: 1em;
}

.datacari{
	line-height: 65%;
	float:right;
	margin: 19% 0% 0% 0%;
}

.datacari p span{
	text-transform: uppercase;
	color: rgba(233,154,47,1.00); 
	font-weight: 800;
	font-size: 0.7vw;
}

.datacari p{
	font-size: 0.7vw;
	font-weight: 600;
	margin-bottom: 1em;
}

.evento{
	float:left;
	text-align: left;
	padding: 0;
	margin-top:0.5%;
	margin-bottom:0.5%;
}

.evento p{
	font-size: 1.4vw;
	text-transform: uppercase;
	font-weight: 700;	
}

.evento p span{
	color: red;
}


.eventofpj{
	padding: 0;
}

.eventofpj p{
	font-size: 1.4vw;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 6%;
}


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

.evtlocal2{
	margin-top: 1.5%;
	margin-bottom: 0%;
	line-height: 50%;
}

.evtlocal p{
	font-weight: 500;
	font-size: 0.7vw;
	text-transform: uppercase;
	text-align: right;
	margin-right:7%;
}

.evtlocalfooter{
	padding: 0;
	margin-top: 0.8%;
	margin-bottom: 0%;
	margin-left: 45%;
}

.evtlocalfooter p{
	font-weight: 600;
	font-size: 2vw;
	text-transform: uppercase;
	text-align: center;
	padding: 5% 10% 5%;
	color:white;
}

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

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

.botreservar{
	padding: 0;
	margin-top: 0.5%;
	margin-bottom:1%;

}

.botreservar p{
	text-transform: uppercase;
	color: rgba(110,22,47,1.00); 
	font-weight: 800;
	font-size: 1.2vw;
	border: black 3px solid;
	border-radius: 6px;
	padding: 3%;
}

.botreservar a{
	text-transform: uppercase;
	color: rgba(110,22,47,1.00); 
	font-weight: 800;
	font-size: 1.2vw;
	border: black 3px solid;
	border-radius: 6px;
	padding: 2%;
	text-decoration: none;	
	cursor: pointer;
}

@media screen and (max-width:1600px){
	
.evtlocalfooter{
	margin-top: 1.5%;
	
}
	
}

@media screen and (max-width:1300px){
	
.evtlocalfooter{
	margin-top: 2%;	
}
	
}

@media screen and (max-width:1100px){
	
.evtlocalfooter{
	margin-top: 5%;	
}
	
}


@media screen and (max-width:1400px){
.botreservar{
	padding: 0;
	margin-top: 3%;
	margin-bottom:1%;
}

.botreservar p{
	font-weight: 800;
	font-size: 1vw;
	border: black 1px solid;
	border-radius: 6px;
	padding: 3%;
}
	
.botreservar a{
	font-size: 2vw;
}
	
}

@media screen and (max-width:768px){
.botreservar{
	padding: 0;
	margin-top: 3%;
	margin-bottom:1%;
}

.botreservar p{
	font-weight: 800;
	font-size: 1.8vw;
	border: black 1px solid;
	border-radius: 6px;
	padding: 4% 2% 4% 14%;
}
	
.botreservar a{
	font-size: 5vw;
}
	
.evtlocalfooter p{
	border: black 1px solid;
}
	
	.evtlocalfooter p{
	font-size: 4vw;
	}
	
}

@media screen and (max-width:1950px){
	.diaspj{
	margin: 10% 0% 10% 4%;
	}
	.diafp{
	margin: 10% 0% 10% 4%;
	}
	.diacari{
	margin: 10% 0% 10% 4%;
	}
	.data2{
	margin: 26% 0% 0% 0%;
	}
	.datafp{
	margin: 26% 0% 0% 0%;
	}
	.datacari{
	margin: 26% 0% 0% 0%;
	}
	.evento{
	margin-top: 1%;
	margin-bottom: 1%;
	}
	.evtlocal{
	margin-top: 2%;
	margin-bottom: 2%;
	}

}

@media screen and (max-width:1450px){
	.diaspj{
	margin: 30% 0% 30% 4%;
	}
	.diafp{
	margin: 30% 0% 30% 4%;
	}
	.diacari{
	margin: 30% 0% 30% 4%;
	}
	.diaspj p{
	font-size: 2.2vw;
	}
	.diafp p{
	font-size: 2.2vw;
	}
	.diacari p{
	font-size: 2.2vw;
	}
	.data2{
	margin: 46% 0% 0% 0%;
	}
	.datafp{
	margin: 46% 0% 0% 0%;
	}
	.datacari{
	margin: 46% 0% 0% 0%;
	}
	.evento{
	margin-top: 2%;
	margin-bottom: 2%;
	}
	.eventofpj{
	margin-top: 2%;
	margin-bottom: 2%;
	}
	.evtlocal{
	margin-top: 3%;
	margin-bottom: 3%;
	}
	.eventosdias{
	margin: 44% 0% 3% 4%;
	}
}

@media screen and (max-width:1200px){
	.diaspj{
	margin: 50% 0% 50% 4%;
	}
	.diafp{
	margin: 50% 0% 50% 4%;
	}
	.diacari{
	margin: 50% 0% 50% 6%;
	}
	.data2{
	margin: 65% 0% 0% 0%;
	}
	.datafp{
	margin: 65% 0% 0% 0%;
	}
	.datacari{
	margin: 65% 0% 0% 0%;
	}
	.evento{
	margin-top: 3%;
	margin-bottom: 3%;
	}
	.eventofpj{
	margin-top: 3%;
	margin-bottom: 3%;
	}
	.evento p{
	font-size: 1.8vw;
	}
	.evtlocal{
	margin-top: 4%;
	margin-bottom: 4%;
	}
	.eventosdias{
	margin: 30% 0% 3% 4%;
	}
}

@media screen and (max-width:1050px){
	.diaspj{
	margin: 70% 0% 10% 0%;
	}
	.diafp{
	margin: 70% 0% 10% 0%;
	}
	.diacari{
	margin: 70% 0% 10% 0%;
	}
	.diaspj p{
	font-size: 1.5vw;
	}
	.diafp p{
	font-size: 1.5vw;
	}
	.diacari p{
	font-size: 1.5vw;
	}
	.data2{
	margin: 85% 0% 0% 0%;
	}
	.datafp{
	margin: 85% 0% 0% 0%;
	}
	.datacari{
	margin: 85% 0% 0% 0%;
	}
	.evtlocal{
	margin-top: 5%;
	margin-bottom: 5%;
	}
}

@media screen and (max-width:992px){
	.diaspj{
	margin: 20% 0% 20% 8%;
	}
	.diafp{
	margin: 20% 0% 20% 8%;
	}
	.diacari{
	margin: 20% 0% 20% 8%;
	}
	.diaspj p{
	font-size: 4vw;
	}
	.diafp p{
	font-size: 4vw;
	}
	.diacari p{
	font-size: 4vw;
	}
	.data2{
	margin: 32% 15% 0% 0%;
	}
	.datafp{
	margin: 32% 15% 0% 0%;
	}
	.datacari{
	margin: 32% 15% 0% 0%;
	}
	.data2 p span{
	font-size: 1.2vw;
	}
	.data2 p{
	font-size: 1.2vw;
	}
	.datafp p span{
	font-size: 1.2vw;
	}
	.datafp p{
	font-size: 1.2vw;
	}
	.datacari p span{
	font-size: 1.2vw;
	}
	.datacari p{
	font-size: 1.2vw;
	}
	.evento{
	margin-top: 3%;
	margin-bottom: 3%;
	}
	.eventofpj{
	margin-top: 3%;
	margin-bottom: 3%;
	}
	.evtlocal{
	margin-top: 4%;
	margin-bottom: 4%;
	}
	.evtlocal p{
	font-size: 1.3vw;
	}
	.eventosdias{
	margin: 60% 0% 3% 4%;
	}
}

@media screen and (max-width:850px){	
	.evento{
	margin-top: 2%;
	margin-bottom: 2%;
	}
	.eventofpj{
	margin-top: 2%;
	margin-bottom: 2%;
	}
	.evtlocal{
	padding: 0% 4% 0% 2%;
	margin-bottom:1%;	
	}
	
	.evtlocal p{
		padding: 3%;
	}
}

@media screen and (max-width:700px){
	.diaspj p{
	font-size: 2.6vw;
	}
	.diafp p{
	font-size: 2.6vw;
	}
	.diacari p{
	font-size: 2.6vw;
	}
	.diaspj{
	margin: 30% 0% 30% -2%;
	}
	.diafp{
	margin: 30% 0% 30% -2%;
	}
	.diacari{
	margin: 30% 0% 30% -2%;
	}
	.data2{
	margin: 43% 15% 0% 0%;
	}
	.data2 p{
	font-size: 1vw;
	}
	.datafp{
	margin: 43% 15% 0% 0%;
	}
	.datafp p{
	font-size: 1vw;
	}
	.datacari{
	margin: 43% 15% 0% 0%;
	}
	.datacari p{
	font-size: 1vw;
	}
	.accordion{
	height:100px;
	}
	.evento{
	margin-top: 2%;
	margin-bottom: 2%;
	}
	.evento p{
	font-size: 3vw;
	}
	.eventofpj{
	margin-top: 2%;
	margin-bottom: 2%;
	}
	.eventofpj p{
	font-size: 3vw;
	}
}

@media screen and (max-width:550px){
	.diaspj{
	margin: 55% 0% 20% 2%;
	}
	.diafp{
	margin: 55% 0% 20% 2%;
	}
	.diacari{
	margin: 55% 0% 20% 2%;
	}
	.diaspj p{
	font-size: 3vw;
	}
	.diafp p{
	font-size: 3vw;
	}
	.diacari p{
	font-size: 3vw;
	}
	.data2{
	margin: 68% 5% 0% 0%;
	line-height: 0%;
	}
	.datafp{
	margin: 68% 5% 0% 0%;
	line-height: 0%;
	}
	.datacari{
	margin: 68% 5% 0% 0%;
	line-height: 0%;
	}
	.evento{
	margin-top: 3%;
	margin-bottom: 3%;
	}
	.eventofpj{
	margin-top: 3%;
	margin-bottom: 3%;
	}

}

@media screen and (max-width:450px){
	.diaspj{
	margin: 70% 0% 20% 0%;
	}
	.diafp{
	margin: 70% 0% 20% 0%;
	}
	.diacari{
	margin: 70% 0% 20% 0%;
	}
	.data2{
	margin: 85% 0% 0% 0%;
	line-height: 0%;
	}
	.datafp{
	margin: 85% 0% 0% 0%;
	line-height: 0%;
	}
	.datacari{
	margin: 85% 0% 0% 0%;
	line-height: 0%;
	}
}



 /* 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%;
	height:100px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

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

.accordion3 {
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 0;
    width: 100%;
	height:100px;
    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) */
.active4, .accordion:hover {
    background-color: rgba(0,43,127,0.30);
}

.active2, .accordion2:hover {
    background-color:rgba(110,22,47,0.30);;
}

.active3, .accordion3:hover {
    background-color: rgba(253,154,47,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;
} 


/*TABS*/

.textoagendageral{
	text-align:justify;
	padding: 2% 3%;	
}

.textoagendaindividual{
	text-align:justify;
	padding: 2% 3%;	
}

.textoagendaindividual span{
	font-weight: 800;
}

.textoagendageral a{
	font-weight:800; 
}

.textoagendageral span{
	font-weight: 800;
}

.imgagenda{
	padding: 2% 3%;
	text-align: right;
}


@media screen and (max-width:750px){
	
	.textoagendageral{
		width:100%;
		margin: auto;
	}
	.textoagendaindividual{
		width:100%;
		margin:auto;
	}
	
	.imgagenda{
		width: 100%;
		margin: auto;
	}
	
}

/*PÁGINA FORA DE PORTAS*/

.img4{
  width: 100%;
  height: 100%;
  object-fit:contain;
  object-position: top;

}

.card{
	background-color:white;
	padding: 6% 0% 0%;
	text-align: justify;

}

.card p{
	text-align: justify;
}

.card.colunatxt{
	padding: 15% 1%;
}

colunatxt p{
	font-size: 0.9vw;
}

.seta{
	display: none;
	
}

.card.logoclubedo{
	padding-top: 8%;
}

.right-space{
	padding-right: 3%;
}



@media screen and (max-width:768px) {
	.seta{
		display: block;
		height: 1240px;
	}
	.card.colunatxt p{
	font-size: 2vw;
	}
	.card.colunatxt{
	padding: 15% 10% 1% 1%;
	margin: 10% 1% 1% 1%;
	}
	.top-space{
		padding-top: 5%;
	}
}

@media screen and (max-width:1650px) {
	.card.colunatxt{
	padding:10% 2% 0%;
	}
}

@media screen and (max-width:1150px) {
	.card p{
		font-size: 0.7em;
	}
}

@media screen and (max-width:1050px) {
	.card p{
		font-size: 0.7em;
	}
	.card.colunatxt{
		padding:15% 2% 0%;
	}
	
}

@media screen and (max-width:768px) {
	.card p{
		font-size: 0.6em;
	}
}

@media screen and (max-width:550px) {
	.card p{
		font-size: 0.8em;
	}

}

/*@media screen and (max-width:450px) {
	.card{
		padding: 15% 4% 0%;
	}
}

@media screen and (max-width:350px) {
	.card{
		padding: 20% 4% 0%;
	}
}

@media screen and (max-width:350px) {
	.card{
		padding: 20% 4% 0%;
	}
}*/

@media screen and (max-width:750px) {
	.img2{
		object-fit: cover;
	}

}


.maisinfo{
	padding: 25% 35%;
}


/*PÁGINA ASSOCIAÇÃO*/

.assocpt{
	margin-top: 140px;
	text-align: justify;
}

.assocpt span{
	font-weight: 800;

}

.assoceng{
	margin-top:140px;
	text-align: justify;
}

.membros{
	margin-top:140px;
	text-align:justify;
}

.membros ul{
	list-style-type: none;
	list-style-position: inside;
	margin:0;
	padding: 0;
}

.assoc3{
	width: 20%;
	margin-left:0.5%;
	margin-top: 18%;
}

.assoc3 h4{
	text-transform: uppercase;
}

.logos{
	width:100%;
	padding: 0% 0% 8%;
}

.logos img{
	width: 66%;
	margin-right: 1%;
}

.botfooter{
/*    background-color: white;
    color: black;*/
	background-color: black;
	color: white;
    cursor: pointer;
    padding-bottom:10px;
    width: 100%;
	height:100px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.botfooter2{
    background-color: white;
    color: black;
    cursor: pointer;
    padding-bottom:10px;
    width: 100%;
	height:100px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.botfooter3{
    background-color: white;
    color: black;
    cursor: pointer;
    padding-bottom:10px;
    width: 100%;
	height:100px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}


.botfooteragenda{
    background-color: black;
    color: white;
    cursor: pointer;
    width: 100%;
	height:100px;
    border: none;
    outline: none;
    transition: 0.4s;
}


.botfooteragenda:hover{
    background-color: dimgray;
	opacity: 0.8;
}


.botfooteragenda p{
    color: white;
    text-align: center;
	padding-left: 30%;
}


.botfooteragenda p:hover{
    color: black;
	opacity: 1 !important;
}


.botfootercari{
    background-color: white;
    color: black;
    cursor: pointer;
    padding-bottom:10px;
    width: 100%;
	height:100px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

@media screen and (max-width:750px){
	.assocpt{
	margin-top: 100px;
	}
	.assoceng{
	margin-top:40px;
	}
	.membros{
	margin-top:40px;
	}
	.assoc3{
	margin-top:40px;	
	}
	.logos img{
	margin-left: 1%;
	}
	.logos{
	padding-bottom: 30%;
	}
}


/*PÁGINA CORETO*/

.quote{
	font-style: italic;
}

.coreto1{
	padding: 140px 2% 12% 2%;
	text-align: justify;
}

.coreto2{
	padding: 140px 2% 7% 2%;
	text-align: justify;
}

.coreto3{
	padding: 140px 2% 7% 2%;
	text-align: justify;
}

.coreto3 p{
	text-align: right;
}

.coreto2 span{
	font-weight: 800;
}

.discografiacoreto{
	margin-top:15%;
}

.discotxt p{
	font-weight:600;
	text-transform: uppercase;
}

.disco{
	margin-left: -2%;;
}


.bandcamp1{
	padding-top: 30%;
}

.bandcamp2{
	padding-top: 0%;
	display:none;
}


@media screen and (max-width: 2450px){
	.bandcamp1{
	padding-top: 29%;
	}
}

@media screen and (max-width: 2350px){
	.bandcamp1{
	padding-top: 28%;
	}
}

@media screen and (max-width: 2250px){
	.bandcamp1{
	padding-top:27%;
	}
}

@media screen and (max-width: 2150px){
	.bandcamp1{
	padding-top: 26%;
	}
}

@media screen and (max-width: 2050px){
	.bandcamp1{
	padding-top: 25%;
	}
}

@media screen and (max-width: 2000px){
	.bandcamp1{
	padding-top: 24%;
	}
}

@media screen and (max-width: 1900px){
	.bandcamp1{
	padding-top: 23%;
	}
	.discotxt p{
	font-size: 0.7vw;
	}
}

@media screen and (max-width: 1800px){
	.bandcamp1{
	display:none;
	}
	.bandcamp2{
	padding-top: 36%;
	display:block;
	}
}

@media screen and (max-width: 1750px){
	.bandcamp2{
	padding-top: 35%;
	}
}

@media screen and (max-width: 1600px){
	.bandcamp2{
	padding-top: 34%;
	}
}

@media screen and (max-width: 1500px){
	.bandcamp2{
	padding-top: 33%;
	}
}

@media screen and (max-width: 1400px){
	.bandcamp2{
	padding-top: 32%;
	}
}

@media screen and (max-width: 1300px){
	.bandcamp2{
	padding-top: 31%;
	}
}

@media screen and (max-width: 1200px){
	.bandcamp2{
	padding-top: 29%;
	}
}

@media screen and (max-width: 1100px){
	.bandcamp2{
	padding-top: 27%;
	}
}

@media screen and (max-width: 1000px){
	.bandcamp2{
	padding-top: 25%;
	}
	.discotxt p{
	font-size: 0.6vw;
	}
}

@media screen and (max-width: 900px){
	.bandcamp2{
	padding-top: 21%;
	}
	.discotxt p{
	font-size: 0.5vw;
	}
}

@media screen and (max-width: 850px){
	.bandcamp2{
	padding-top: 19%;
	}
}

@media screen and (max-width: 768px){
	.bandcamp1{
	display:block;
	padding-top: 30%;
	}
	.bandcamp2{
	display:none;
	}
	.discotxt p{
	font-size: 1.5vw;
	}
	.coreto1{
	padding-top: 100px;
	}
	.coreto2{
	padding-top:3%;
	}
	.coreto3{
	padding-top:3%;
	padding-bottom:30%;
	}
}


@media screen and (max-width: 750px){
	.bandcamp1{
	padding-top: 29%;
	}
}

@media screen and (max-width: 700px){
	.bandcamp1{
	padding-top: 27%;
	}
}

@media screen and (max-width: 650px){
	.bandcamp1{
	padding-top: 25%;
	}
}

@media screen and (max-width: 600px){
	.bandcamp1{
	padding-top: 23%;
	}
}

@media screen and (max-width: 550px){
	.bandcamp1{
	padding-top: 21%;
	}
}

@media screen and (max-width: 500px){
	.bandcamp1{
	padding-top: 18%;
	}
}

@media screen and (max-width: 450px){
	.bandcamp1{
	display: none;
	}
	.bandcamp2{
	display:block;
	padding-top: 33%;
	}
}

@media screen and (max-width: 400px){
	.bandcamp2{
	padding-top: 31%;
	}
}

@media screen and (max-width: 350px){
	.bandcamp2{
	padding-top: 28%;
	}
}

@media screen and (max-width: 300px){
	.bandcamp2{
	padding-top: 24%;
	}
}

@media screen and (max-width: 250px){
	.bandcamp2{
	padding-top: 20%;
	}
}


/*PÁGINA CARIMBO*/

.anosdiscos{
	margin: 140px 10px 30px -30px;
}

.anosdiscos li{
	color:black;
	text-transform: uppercase;
	font-weight: 600;
	list-style-type: none;
	display: inline;
}

.bot{
	text-decoration: none;
	color:black;
	margin: 10px;
	padding:5px;
	border: 2px solid black;
	cursor: pointer;
}

/* Add a light grey background on mouse-over */
.bot:hover {
  background-color: black;
  color:white;
  text-decoration: none;
}

/* Add a dark background to the active button */
.bot.active {
  background-color: black;
  color: white;
}

.disccat{
	margin: 4% 0%;
	padding:0;
}


.discmosaic{
	margin-bottom: 3%;
	display: none;
}

.footer2{
	margin-bottom: -0.8%;
}

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

.active3, .accordion33:hover {
    background-color: #FFE0BF;
}


.txtcarimbo{
	text-align: justify;
	padding-bottom: 150px;
}

.imgcarimbo{
	padding-bottom: 150px;
}

.imgcarimbo img{
	width:30%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	
}

.botbuy{
	padding-top: 38%;
}


.botbuy a{
	color: black;
	font-weight: 600;
	border: black 1px solid;
	padding: 10px;
	cursor: pointer;
}


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

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

@media screen and (max-width:750px){
	.titulodiscos p{
	font-size: 5vw;
	}
	
	.titulodiscos{
	margin: 15% 0% 5%;
	}
	
	.anosdiscos a{
	font-size: 2vw;
	}
	.anosdiscos{
	margin: 100px 10px 30px 0px;
	}
	.bot{
	margin: 30px 20px 5px -15px;
	padding:5px;
	border: 2px solid black;
	cursor: pointer;
}
	
}


/*PÁGINA CONTACTOS*/

.contactos1{
	padding: 120px 1% 12%;
}

.contactos2{
	padding: 120px 1% 12%;
}

.contactos3{
	padding: 120px 1% 12%;
}

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

.contactos2 a:hover{
	color:gray;
}

@media screen and (max-width:768px){
	.contactos3{
		padding-bottom: 30%;
	}
}

@media screen and (max-width:600px){
	.contactos1{
		padding: 80px 1% 1%;
	}
}

footer p{
	  font-family: "Source Sans 3", sans-serif;
  font-variation-settings: "wght" 300;
}

/*PÁGINA AGENDA*/



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

.fundoslideshow{
	width:100%;
	background-color:hsla(0,0%,24%,1.00);
	margin-top:8%;
	padding-top:10%;
	padding-bottom: 10%;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

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

/* 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,0.8);
}


/* 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}
}

.tipoevento{
	margin: 30px 10px 30px -30px;
}

.tipoevento li{
	color:black;
	text-transform: uppercase;
	font-weight: 600;
	list-style-type: none;
	display: inline;
}

.tipoevento a{
	text-decoration: none;
	color:black;
	margin: 10px;
	padding:5px;
	border: 2px solid black;
}

.tipoevento a:hover{
	color:white;
	background-color:black;
	cursor: pointer;
}

.tipoevento .active{
	color:white;
	background-color:black;	
}

.tipoevento a:active{
	color:white;
	background-color:black;
}

.eventos{
	display:none;
}

.passado{
	width:100%;
	height: 40px;
	background-color:hsla(0,0%,23%,1.00);
	color: white;

}

.passado h4{
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 1%;
	text-align: left;
	line-height: 40px;
	vertical-align: middle;
}

.ano{
	width:100%;
	height: 40px;
	background-color:hsla(0,0%,90%,1.00);
	color: black;

}

.ano h4{
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 1%;
	text-align: left;
	line-height: 40px;
	vertical-align: middle;
}

@media screen and (max-width:1100px){
	.passado h4{
	font-size: 1.5vw;
	}
	.ano h4{
	font-size: 1.5vw;
	}
}

@media screen and (max-width:750px){
.tipoevento{
	margin: 100px 10px 30px -30px;
	}
}


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


/*PÁGINA MÚSICOS*/

.instrumentos{
	margin: 140px 10px 30px -20px;
}

.instrumentos li{
	color:black;
	text-transform: uppercase;
	font-weight: 600;
	list-style-type: none;
	display: inline;
}

.bot{
	text-decoration: none;
	color:black;
	margin: 10px 10px 5px;
	padding:5px;
	border: 2px solid black;
	cursor: pointer;
}

/* Add a light grey background on mouse-over */
.bot:hover {
  background-color: black;
  color:white;
  text-decoration: none;
}

/* Add a dark background to the active button */
.bot.active {
  background-color: black;
  color: white;
}

.musicmosaiccontainer{
	margin: 4% 0%;
	padding:0;
}


.musicmosaic{
	margin-bottom: 3%;
	display: none;
}

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

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

.titmusicos p{
	font-weight:400;
	text-transform: uppercase;
	font-size: 0.8vw;
}

.titmusicos p span{
	font-weight:800;
}


.show {
    display: block;
}

.bottom{
	padding-bottom: 12%;
}


@media screen and (max-width:1500px){
	.titmusicos p{
	font-size: 0.9vw;
	}
}

@media screen and (max-width:1200px){
	.instrumentos p{
	font-size: 1.2vw;
	}
	.bot{
	display: inline-block;
	}
	.titmusicos p{
	font-size: 1.1vw;
	}
}

@media screen and (max-width: 768px){
	.titmusicos p{
	font-size: 2.3vw;
	}
	.bottom{
	padding-bottom: 30%;
	}
	.instrumentos{
	margin: 100px 10px 30px 5px;
	}
}

@media screen and (max-width:750px){
	.instrumentos a{
	font-size: 2vw;
	}
	.bot{
	margin: 30px 20px 5px -15px;
	padding:5px;
	border: 2px solid black;
	cursor: pointer;
}	
}

/*PÁGINA SALA PORTA-JAZZ*/

.coluna1{
	height: 1240px;
}

.coluna2{
	height: 1240px;
}


.coluna3{
	height: 1240px;
}

.img2{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding:12% 1% 0% 1%;
}

.img3{
  display: block;
  width: 50%;
  height: 50%;
  object-fit: contain;
  padding:12% 1% 0% 1%;
}

.moradaspj{
	padding: 10% 1% 10% 1%;
	display:table;
	text-align:justify;
}

.moradaspj span{
	font-weight: 800;
}

.moradaspj2{
	display:table-cell;
	vertical-align: middle;
}

.moradaspj2 p{
	text-align: justify;
	font-size: 1.1vw;
	font-weight: 700;
	text-transform: uppercase;

}

.moradaspj a{
	color: rgba(110,22,47,1.00);
}

.moradaspj img{
	width:75%;
	height: auto;
}

@media screen and (max-width:768px){
	.scrolling-wrapper{
  	display: flex;
 	flex-wrap: nowrap;
  	overflow-x: auto;
	}
 	.card {
    flex: 0 0 auto;
 	}
	.moradaspj{
	padding: 15% 1% 1% 1%;
	}
}

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

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

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


@media screen and (max-width:700px){
	
.moradaspj p{
	font-size: 2vw;
}
}

@media screen and (max-height:1325px){
	.coluna1{
		height: 1225px;
	}
	.coluna2{
		height: 1225px;
	}
	.coluna3{
		height: 1225px;
	}
	.seta{
	height: 1225px;
	}
}

@media screen and (max-height:1320px){
	.coluna1{
		height: 1220px;
	}
	.coluna2{
		height: 1220px;
	}
	.coluna3{
		height: 1220px;
	}
	.seta{
	height: 1220px;
	}
}

@media screen and (max-height:1310px){
	.coluna1{
		height: 1210px;
	}
	.coluna2{
		height: 1210px;
	}
	.coluna3{
		height: 1210px;
	}
	.seta{
	height: 1210px;
	}
}

@media screen and (max-height:1300px){
	.coluna1{
		height: 1200px;
	}
	.coluna2{
		height: 1200px;
	}
	.coluna3{
		height: 1200px;
	}
	.seta{
	height: 1200px;
	}
}

@media screen and (max-height:1290px){
	.coluna1{
		height: 1195px;
	}
	.coluna2{
		height: 1195px;
	}
	.coluna3{
		height: 1195px;
	}
	.seta{
	height: 1195px;
	}
}

@media screen and (max-height:1280px){
	.coluna1{
		height: 1185px;
	}
	.coluna2{
		height: 1185px;
	}
	.coluna3{
		height: 1185px;
	}
	.seta{
	height: 1185px;
	}
}

@media screen and (max-height:1275px){
	.coluna1{
		height: 1180px;
	}
	.coluna2{
		height: 1180px;
	}
	.coluna3{
		height: 1180px;
	}
	.seta{
	height: 1180px;
	}
}

@media screen and (max-height:1270px){
	.coluna1{
		height: 1175px;
	}
	.coluna2{
		height: 1175px;
	}
	.coluna3{
		height: 1175px;
	}
	.seta{
	height: 1175px;
	}
}

@media screen and (max-height:1260px){
	.coluna1{
		height: 1165px;
	}
	.coluna2{
		height: 1165px;
	}
	.coluna3{
		height: 1165px;
	}
	.seta{
	height: 1165px;
	}
}


@media screen and (max-height:1250px){
	.coluna1{
		height: 1155px;
	}
	.coluna2{
		height: 1155px;
	}	
	.coluna3{
		height: 1155px;
	}
	.seta{
	height: 1155px;
	}
}

@media screen and (max-height:1240px){
	.coluna1{
		height: 1145px;
	}
	.coluna2{
		height: 1145px;
	}	
	.coluna3{
		height: 1145px;
	}
	.seta{
	height: 1145px;
	}
}

@media screen and (max-height:1230px){
	.coluna1{
		height: 1135px;
	}
	.coluna2{
		height: 1135px;
	}	
	.coluna3{
		height: 1135px;
	}
	.seta{
	height: 1135px;
	}
}

@media screen and (max-height:1225px){
	.coluna1{
		height: 1130px;
	}
	.coluna2{
		height: 1130px;
	}	
	.coluna3{
		height: 1130px;
	}
	.seta{
	height: 1130px;
	}
}

@media screen and (max-height:1220px){
	.coluna1{
		height: 1125px;
	}
	.coluna2{
		height: 1125px;
	}	
	.coluna3{
		height: 1125px;
	}
	.seta{
	height: 1125px;
	}
}

@media screen and (max-height:1210px){
	.coluna1{
		height: 1115px;
	}
	.coluna2{
		height: 1115px;
	}	
	.coluna3{
		height: 1115px;
	}
	.seta{
	height: 1115px;
	}
}

@media screen and (max-height:1200px){
	.coluna1{
		height: 1105px;
	}
	.coluna2{
		height: 1105px;
	}
	.coluna3{
		height: 1105px;
	}
	.seta{
	height: 1105px;
	}
}

@media screen and (max-height:1190px){
	.coluna1{
		height: 1095px;
	}
	.coluna2{
		height: 1095px;
	}
	.coluna3{
		height: 1095px;
	}
	.seta{
	height: 1095px;
	}
}

@media screen and (max-height:1180px){
	.coluna1{
		height: 1085px;
	}
	.coluna2{
		height: 1085px;
	}
	.coluna3{
		height: 1085px;
	}
	.seta{
	height: 1085px;
	}
}

@media screen and (max-height:1175px){
	.coluna1{
		height: 1080px;
	}
	.coluna2{
		height: 1080px;
	}
	.coluna3{
		height: 1080px;
	}
	.seta{
	height: 1080px;
	}
}

@media screen and (max-height:1170px){
	.coluna1 {
		height: 1075px;
	}
	.coluna2{
		height: 1075px;
	}
	.coluna3{
		height: 1075px;
	}
	.seta{
	height: 1075px;
	}
}

@media screen and (max-height:1160px){
	.coluna1{
		height: 1065px;
	}
	.coluna2{
		height: 1065px;
	}
	.coluna3{
		height: 1065px;
	}
	.seta{
	height: 1065px;
	}
}

@media screen and (max-height:1150px){
	.coluna1{
		height: 1055px;
	}
	.coluna2{
		height: 1055px;
	}
	.coluna3{
		height: 1055px;
	}
	.seta{
	height: 1055px;
	}
}

@media screen and (max-height:1140px){
	.coluna1{
		height: 1045px;
	}
	.coluna2{
		height: 1045px;
	}
	.coluna3{
		height: 1045px;
	}
	.seta{
	height: 1045px;
	}
}

@media screen and (max-height:1130px){
	.coluna1{
		height: 1035px;
	}
	.coluna2{
		height: 1035px;
	}
	.coluna3{
		height: 1035px;
	}
	.seta{
	height: 1035px;
	}
}

@media screen and (max-height:1125px){
	.coluna1{
		height: 1030px;
	}
	.coluna2{
		height: 1030px;
	}
	.coluna3{
		height: 1030px;
	}
	.seta{
	height: 1030px;
	}
}

@media screen and (max-height:1120px){
	.coluna1{
		height: 1025px;
	}
	.coluna2{
		height: 1025px;
	}
	.coluna3{
		height: 1025px;
	}
	.seta{
	height: 1025px;
	}
}

@media screen and (max-height:1110px){
	.coluna1{
		height: 1015px;
	}
	.coluna2{
		height: 1015px;
	}
	.coluna3{
		height: 1015px;
	}
	.seta{
	height: 1015px;
	}
}

@media screen and (max-height:1100px){
	.coluna1{
		height: 1005px;
	}
	.coluna2{
		height: 1005px;
	}
	.coluna3{
		height: 1005px;
	}
	.seta{
	height: 1005px;
	}
}

@media screen and (max-height:1090px){
	.coluna1{
		height: 995px;
	}
	.coluna2{
		height: 995px;
	}
	.coluna3{
		height: 995px;
	}
	.seta{
	height: 995px;
	}
}

@media screen and (max-height:1080px){
	.coluna1{
		height: 985px;
	}
	.coluna2{
		height: 985px;
	}
	.coluna3{
		height: 985px;
	}
	.seta{
	height: 985px;
	}
}

@media screen and (max-height:1075px){
	.coluna1{
		height: 980px;
	}
	.coluna2{
		height: 980px;
	}
	.coluna3{
		height: 980px;
	}
	.seta{
	height: 980px;
	}
}

@media screen and (max-height:1070px){
	.coluna1{
		height: 975px;
	}
	.coluna2{
		height: 975px;
	}
	.coluna3{
		height: 975px;
	}
	.seta{
	height: 975px;
	}
}

@media screen and (max-height:1060px){
	.coluna1{
		height: 965px;
	}
	.coluna2{
		height: 965px;
	}
	.coluna3{
		height: 965px;
	}
	.seta{
	height: 965px;
	}
}

@media screen and (max-height:1050px){
	.coluna1{
		height: 955px;
	}
	.coluna2{
		height: 955px;
	}
	.coluna3{
		height: 955px;
	}
	.seta{
	height: 955px;
	}
}

@media screen and (max-height:1040px){
	.coluna1{
		height: 945px;
	}
	.coluna2{
		height: 945px;
	}
	.coluna3{
		height: 945px;
	}
	.seta{
	height: 945px;
	}
}

@media screen and (max-height:1030px){
	.coluna1{
		height: 935px;
	}
	.coluna2{
		height: 935px;
	}
	.coluna3{
		height: 935px;
	}
	.seta{
	height: 935px;
	}
}

@media screen and (max-height:1025px){
	.coluna1{
		height: 930px;
	}
	.coluna2{
		height: 930px;
	}
	.coluna3{
		height: 930px;
	}
	.seta{
	height: 930px;
	}
}

@media screen and (max-height:1020px){
	.coluna1{
		height: 925px;
	}
	.coluna2{
		height: 925px;
	}
	.coluna3{
		height: 925px;
	}
	.seta{
	height: 925px;
	}
}

@media screen and (max-height:1010px){
	.coluna1{
		height: 915px;
	}
	.coluna2{
		height: 915px;
	}
	.coluna3{
		height: 915px;
	}
	.seta{
	height: 915px;
	}
}

@media screen and (max-height:1000px){
	.coluna1{
		height: 905px;
	}
	.coluna2{
		height: 905px;
	}
	.coluna3{
		height: 905px;
	}
	.seta{
	height: 905px;
	}
}

@media screen and (max-height:990px){
	.coluna1{
		height: 890px;
	}
	.coluna2{
		height: 890px;
	}
	.coluna3{
		height: 890px;
	}
	.seta{
	height: 890px;
	}
}

@media screen and (max-height:980px){
	.coluna1{
		height: 880px;
	}
	.coluna2{
		height: 880px;
	}
	.coluna3{
		height: 880px;
	}
	.seta{
	height: 880px;
	}
}

@media screen and (max-height:975px){
	.coluna1{
		height: 875px;
	}
	.coluna2{
		height: 875px;
	}
	.coluna3{
		height: 875px;
	}
	.seta{
	height: 875px;
	}
}

@media screen and (max-height:970px){
	.coluna1{
		height: 870px;
	}
	.coluna2{
		height: 870px;
	}
	.coluna3{
		height: 870px;
	}
	.seta{
	height: 870px;
	}
}

@media screen and (max-height:960px){
	.coluna1{
		height: 860px;
	}
	.coluna2{
		height: 860px;
	}
	.coluna3{
		height: 860px;
	}
	.seta{
	height: 860px;
	}
}

@media screen and (max-height:950px){
	.coluna1{
		height: 850px;
	}
	.coluna2{
		height: 850px;
	}
	.coluna3{
		height: 850px;
	}
	.seta{
	height: 850px;
	}
}

@media screen and (max-height:940px){
	.coluna1{
		height: 840px;
	}
	.coluna2{
		height: 840px;
	}
	.coluna3{
		height: 840px;
	}
	.seta{
	height: 940px;
	}
}

@media screen and (max-height:930px){
	.coluna1{
		height: 830px;
	}
	.coluna2{
		height: 830px;
	}
	.coluna3{
		height: 830px;
	}
	.seta{
	height: 830px;
	}
}

@media screen and (max-height:925px){
	.coluna1{
		height: 825px;
	}
	.coluna2{
		height: 825px;
	}
	.coluna3{
		height: 825px;
	}
	.seta{
	height: 825px;
	}
}

@media screen and (max-height:920px){
	.coluna1{
		height: 820px;
	}
	.coluna2{
		height: 820px;
	}
	.coluna3{
		height: 820px;
	}
	.seta{
	height: 820px;
	}
}

@media screen and (max-height:910px){
	.coluna1{
		height: 810px;
	}
	.coluna2{
		height: 810px;
	}
	.coluna3{
		height: 810px;
	}
	.seta{
	height: 810px;
	}
}
@media screen and (max-height:900px){
	.coluna1{
		height: 800px;
	}
	.coluna2{
		height: 800px;
	}
	.coluna3{
		height: 800px;
}	
	.seta{
	height: 800px;
	}
}

@media screen and (max-height:890px){
	.coluna1{
		height: 790px;
	}
	.coluna2{
		height: 790px;
	}
	.coluna3{
		height: 790px;
	}
	.seta{
	height: 790px;
	}
}

@media screen and (max-height:880px){
	.coluna1{
		height: 780px;
	}
	.coluna2{
		height: 780px;
	}
	.coluna3{
		height: 780px;
	}
	.seta{
	height: 780px;
	}
}

@media screen and (max-height:875px){
	.coluna1{
		height: 775px;
	}
	.coluna2{
		height: 775px;
	}
	.coluna3{
		height: 775px;
	}
	.seta{
	height: 775px;
	}
}

@media screen and (max-height:870px){
	.coluna1{
		height: 770px;
	}
	.coluna2{
		height: 770px;
	}
	.coluna3{
		height: 770px;
	}
	.seta{
	height: 770px;
	}
}

@media screen and (max-height:860px){
	.coluna1{
		height: 760px;
	}
	.coluna2{
		height: 760px;
	}
	.coluna3{
		height: 760px;
	}
	.seta{
	height: 760px;
	}
}

@media screen and (max-height:850px){
	.coluna1{
		height: 750px;
	}
	.coluna2{
		height: 750px;
	}
	.coluna3{
		height: 750px;
	}
	.seta{
	height: 750px;
	}
}

@media screen and (max-height:840px){
	.coluna1{
		height: 740px;
	}
	.coluna2{
		height: 740px;
	}
	.coluna3{
		height: 740px;
	}
	.seta{
	height: 740px;
	}
}

@media screen and (max-height:830px){
	.coluna1{
		height: 730px;
	}
	.coluna2{
		height: 730px;
	}
	.coluna3{
		height: 730px;
	}
	.seta{
	height: 730px;
	}
}

@media screen and (max-height:825px){
	.coluna1{
		height: 725px;
	}
	.coluna2{
		height: 725px;
	}
	.coluna3{
		height: 725px;
	}
	.seta{
	height: 725px;
	}
}

@media screen and (max-height:820px){
	.coluna1{
		height: 720px;
	}
	.coluna2{
		height: 720px;
	}
	.coluna3{
		height: 720px;
	}
	.seta{
	height: 720px;
	}
}

@media screen and (max-height:810px){
	.coluna1{
		height: 710px;
	}
	.coluna2{
		height: 710px;
	}
	.coluna3{
		height: 710px;
	}
	.seta{
	height: 710px;
	}
}

@media screen and (max-height:800px){
	.coluna1{
		height: 700px;
	}
	.coluna2{
		height: 700px;
	}
	.coluna3{
		height: 700px;
	}
	.seta{
	height: 700px;
	}
}

@media screen and (max-height:790px){
	.coluna1{
		height: 690px;
	}
	.coluna2{
		height: 690px;
	}
	.coluna3{
		height: 690px;
	}
	.seta{
	height: 690px;
	}
}

@media screen and (max-height:780px){
	.coluna1{
		height: 680px;
	}
	.coluna2{
		height: 680px;
	}
	.coluna3{
		height: 680px;
	}
	.seta{
	height: 680px;
	}
}

@media screen and (max-height:775px){
	.coluna1{
		height: 675px;
	}
	.coluna2{
		height: 675px;
	}
	.coluna3{
		height: 675px;
	}
	.seta{
	height: 675px;
	}
}

@media screen and (max-height:770px){
	.coluna1{
		height: 670px;
	}
	.coluna2{
		height: 670px;
	}
	.coluna3{
		height: 670px;
	}
	.seta{
	height: 670px;
	}
}

@media screen and (max-height:760px){
	.coluna1{
		height: 660px;
	}
	.coluna2{
		height: 660px;
	}
	.coluna3{
		height: 660px;
	}
	.seta{
	height: 660px;
	}
}

@media screen and (max-height:750px){
	.coluna1{
		height: 650px;
	}
	.coluna2{
		height: 650px;
	}
	.coluna3{
		height: 650px;
	}
	.seta{
	height: 650px;
	}
}

@media screen and (max-height:740px){
	.coluna1{
		height: 640px;
	}
	.coluna2{
		height: 640px;
	}
	.coluna3{
		height: 640px;
	}
	.seta{
	height: 640px;
	}
}

@media screen and (max-height:730px){
	.coluna1{
		height: 630px;
	}
	.coluna2{
		height: 630px;
	}
	.coluna3{
		height: 630px;
	}
	.seta{
	height: 630px;
	}
}

@media screen and (max-height:725px){
	.coluna1{
		height: 625px;
	}
	.coluna2{
		height: 625px;
	}
	.coluna3{
		height: 625px;
	}
	.seta{
	height: 625px;
	}
}

@media screen and (max-height:720px){
	.coluna1{
		height: 620px;
	}
	.coluna2{
		height: 620px;
	}
	.coluna3{
		height: 620px;
	}
	.seta{
	height: 620px;
	}
}

@media screen and (max-height:710px){
	.coluna1{
		height: 610px;
	}
	.coluna2{
		height: 610px;
	}
	.coluna3{
		height: 610px;
	}
	.seta{
	height: 610px;
	}
}

@media screen and (max-height:700px){
	.coluna1{
		height: 600px;
	}
	.coluna2{
		height: 600px;
	}
	.coluna3{
		height: 600px;
	}
	.seta{
	height: 600px;
	}
}

@media screen and (max-height:690px){
	.coluna1{
		height: 590px;
	}
	.coluna2{
		height: 590px;
	}
	.coluna3{
		height: 590px;
	}
	.seta{
	height: 590px;
	}
}

@media screen and (max-height:680px){
	.coluna1{
		height: 580px;
	}
	.coluna2{
		height: 580px;
	}
	.coluna3{
		height: 580px;
	}
	.seta{
	height: 580px;
	}
}

@media screen and (max-height:675px){
	.coluna1{
		height: 575px;
	}
	.coluna2{
		height: 575px;
	}
	.coluna3{
		height: 575px;
	}
	.seta{
	height: 575px;
	}
}

@media screen and (max-height:670px){
	.coluna1{
		height: 570px;
	}
	.coluna2{
		height: 570px;
	}
	.coluna3{
		height: 570px;
	}
	.seta{
	height: 570px;
	}
}

@media screen and (max-height:660px){
	.coluna1{
		height: 560px;
	}
	.coluna2{
		height: 560px;
	}
	.coluna3{
		height: 560px;
	}
	.seta{
	height: 560px;
	}
}

@media screen and (max-height:650px){
	.coluna1{
		height: 550px;
	}
	.coluna2{
		height: 550px;
	}
	.coluna3{
		height: 550px;
	}
	.seta{
	height: 550px;
	}
}

@media screen and (max-height:640px){
	.coluna1{
		height: 540px;
	}
	.coluna2{
		height: 540px;
	}
	.coluna3{
		height: 540px;
	}
	.seta{
	height: 540px;
	}
}

@media screen and (max-height:630px){
	.coluna1{
		height: 530px;
	}
	.coluna2{
		height: 530px;
	}
	.coluna3{
		height: 530px;
	}
	.seta{
	height: 530px;
	}
}

@media screen and (max-height:625px){
	.coluna1{
		height: 525px;
	}
	.coluna2{
		height: 525px;
	}
	.coluna3{
		height: 525px;
	}
	.seta{
	height: 525px;
	}
}

@media screen and (max-height:620px){
	.coluna1{
		height: 520px;
	}
	.coluna2{
		height: 520px;
	}
	.coluna3{
		height: 520px;
	}
	.seta{
	height: 520px;
	}
}

@media screen and (max-height:610px){
	.coluna1{
		height: 510px;
	}
	.coluna2{
		height: 510px;
	}
	.coluna3{
		height: 510px;
	}
	.seta{
	height: 510px;
	}
}

@media screen and (max-height:600px){
	.coluna1{
		height: 500px;
	}
	.coluna2{
		height: 500px;
	}
	.coluna3{
		height: 500px;
	}
	.seta{
	height: 500px;
	}
}

@media screen and (max-height:590px){
	.coluna1{
		height: 490px;
	}
	.coluna2{
		height: 490px;
	}
	.coluna3{
		height: 490px;
	}
	.seta{
	height: 490px;
	}
}

@media screen and (max-height:580px){
	.coluna1{
		height: 480px;
	}
	.coluna2{
		height: 480px;
	}
	.coluna3{
		height: 480px;
	}
	.seta{
	height: 480px;
	}
}

@media screen and (max-height:575px){
	.coluna1{
		height: 475px;
	}
	.coluna2{
		height: 475px;
	}
	.coluna3{
		height: 475px;
	}
	.seta{
	height: 475px;
	}
}

@media screen and (max-height:570px){
	.coluna1{
		height: 470px;
	}
	.coluna2{
		height: 470px;
	}
	.coluna3{
		height: 470px;
	}
	.seta{
	height: 470px;
	}
}

@media screen and (max-height:560px){
	.coluna1{
		height: 460px;
	}
	.coluna2{
		height: 460px;
	}
	.coluna3{
		height: 460px;
	}
	.seta{
	height: 460px;
	}
}

@media screen and (max-height:550px){
	.coluna1{
		height: 450px;
	}
	.coluna2{
		height: 450px;
	}
	.coluna3{
		height: 450px;
	}
	.seta{
	height: 450px;
	}
}

@media screen and (max-height:540px){
	.coluna1{
		height: 440px;
	}
	.coluna2{
		height: 440px;
	}
	.coluna3{
		height: 440px;
	}
	.seta{
	height: 440px;
	}
}

@media screen and (max-height:530px){
	.coluna1{
		height: 430px;
	}
	.coluna2{
		height: 430px;
	}
	.coluna3{
		height: 430px;
	}
	.seta{
	height: 430px;
	}
}

@media screen and (max-height:525px){
	.coluna1{
		height: 425px;
	}
	.coluna2{
		height: 425px;
	}
	.coluna3{
		height: 425px;
	}
	.seta{
	height: 425px;
	}
}

@media screen and (max-height:520px){
	.coluna1{
		height: 420px;
	}
	.coluna2{
		height: 420px;
	}
	.coluna3{
		height: 420px;
	}
	.seta{
	height: 420px;
	}
}

@media screen and (max-height:510px){
	.coluna1{
		height: 410px;
	}
	.coluna2{
		height: 410px;
	}
	.coluna3{
		height: 410px;
	}
	.seta{
	height: 410px;
	}
}

@media screen and (max-height:500px){
	.coluna1{
		height: 400px;
	}
	.coluna2{
		height: 400px;
	}
	.coluna3{
		height: 400px;
	}
	.seta{
	height: 400px;
	}
}

@media screen and (max-height:490px){
	.coluna1{
		height: 390px;
	}
	.coluna2{
		height: 390px;
	}
	.coluna3{
		height: 390px;
	}
	.seta{
	height: 390px;
	}
}

@media screen and (max-height:480px){
	.coluna1{
		height: 380px;
	}
	.coluna2{
		height: 380px;
	}
	.coluna3{
		height: 380px;
	}
	.seta{
	height: 380px;
	}
}

@media screen and (max-height:475px){
	.coluna1{
		height: 375px;
	}
	.coluna2{
		height: 375px;
	}
	.coluna3{
		height: 375px;
	}
	.seta{
	height: 375px;
	}
}

@media screen and (max-height:470px){
	.coluna1{
		height: 370px;
	}
	.coluna2{
		height: 370px;
	}
	.coluna3{
		height: 370px;
	}
	.seta{
	height: 370px;
	}
}

@media screen and (max-height:460px){
	.coluna1{
		height: 360px;
	}
	.coluna2{
		height: 360px;
	}
	.coluna3{
		height: 360px;
	}
	.seta{
	height: 360px;
	}
}

@media screen and (max-height:450px){
	.coluna1{
		height: 350px;
	}
	.coluna2{
		height: 350px;
	}
	.coluna3{
		height: 350px;
	}
	.seta{
	height: 350px;
	}
}

@media screen and (max-height:440px){
	.coluna1{
		height: 340px;
	}
	.coluna2{
		height: 340px;
	}
	.coluna3{
		height: 340px;
	}
	.seta{
	height: 340px;
	}
}

@media screen and (max-height:430px){
	.coluna1{
		height: 330px;
	}
	.coluna2{
		height: 330px;
	}
	.coluna3{
		height: 330px;
	}
	.seta{
	height: 330px;
	}
}

@media screen and (max-height:425px){
	.coluna1{
		height: 325px;
	}
	.coluna2{
		height: 325px;
	}
	.coluna3{
		height: 325px;
	}
	.seta{
	height: 325px;
	}
}

@media screen and (max-height:420px){
	.coluna1{
		height: 320px;
	}
	.coluna2{
		height: 320px;
	}
	.coluna3{
		height: 320px;
	}
	.seta{
	height: 320px;
	}
}

@media screen and (max-height:410px){
	.coluna1{
		height: 310px;
	}
	.coluna2{
		height: 310px;
	}
	.coluna3{
		height: 310px;
	}
	.seta{
	height: 310px;
	}
}

@media screen and (max-height:400px){
	.coluna1{
		height: 300px;
	}
	.coluna2{
		height: 300px;
	}
	.coluna3{
		height: 300px;
	}
	.seta{
	height: 300px;
	}
}

@media screen and (max-width:770px) and (max-height:1350px){
	.carimbo{
		height: 400px;
	}
	.spj{
		height: 450px;
	}
	.fp{
		height: 400px;
	}
}

@media screen and (max-width:770px) and (max-height:1330px){
	.carimbo{
		height: 395px;
	}
	.spj{
		height: 445px;
	}
	.fp{
		height: 395px;
	}
}

@media screen and (max-width:770px) and (max-height:1310px){
	.carimbo{
		height: 390px;
	}
	.spj{
		height: 440px;
	}
	.fp{
		height: 390px;
	}
}

@media screen and (max-width:770px) and (max-height:1290px){
	.carimbo{
		height: 380px;
	}
	.spj{
		height: 430px;
	}
	.fp{
		height: 380px;
	}
}

@media screen and (max-width:770px) and (max-height:1270px){
	.carimbo{
		height: 375px;
	}
	.spj{
		height: 425px;
	}
	.fp{
		height: 375px;
	}
}

@media screen and (max-width:770px) and (max-height:1250px){
	.carimbo{
		height: 370px;
	}
	.spj{
		height: 420px;
	}
	.fp{
		height: 370px;
	}
}

@media screen and (max-width:770px) and (max-height:1230px){
	.carimbo{
		height: 360px;
	}
	.spj{
		height: 410px;
	}
	.fp{
		height: 360px;
	}
}

@media screen and (max-width:770px) and (max-height:1210px){
	.carimbo{
		height: 355px;
	}
	.spj{
		height: 405px;
	}
	.fp{
		height: 355px;
	}
}

@media screen and (max-width:770px) and (max-height:1190px){
	.carimbo{
		height: 350px;
	}
	.spj{
		height: 400px;
	}
	.fp{
		height: 350px;
	}
}

@media screen and (max-width:770px) and (max-height:1170px){
	.carimbo{
		height: 340px;
	}
	.spj{
		height: 390px;
	}
	.fp{
		height: 340px;
	}
}

@media screen and (max-width:770px) and (max-height:1150px){
	.carimbo{
		height: 335px;
	}
	.spj{
		height: 385px;
	}
	.fp{
		height: 335px;
	}
}

@media screen and (max-width:770px) and (max-height:1130px){
	.carimbo{
		height: 330px;
	}
	.spj{
		height: 380px;
	}
	.fp{
		height: 330px;
	}
}

@media screen and (max-width:770px) and (max-height:1110px){
	.carimbo{
		height: 320px;
	}
	.spj{
		height: 370px;
	}
	.fp{
		height: 320px;
	}
}

@media screen and (max-width:770px) and (max-height:1090px){
	.carimbo{
		height: 315px;
	}
	.spj{
		height: 365px;
	}
	.fp{
		height: 315px;
	}
}

@media screen and (max-width:770px) and (max-height:1070px){
	.carimbo{
		height: 305px;
	}
	.spj{
		height: 355px;
	}
	.fp{
		height: 305px;
	}
}

@media screen and (max-width:770px) and (max-height:1050px){
	.carimbo{
		height: 300px;
	}
	.spj{
		height: 350px;
	}
	.fp{
		height: 300px;
	}
}

@media screen and (max-width:770px) and (max-height:1030px){
	.carimbo{
		height: 295px;
	}
	.spj{
		height: 345px;
	}
	.fp{
		height: 295px;
	}
}

@media screen and (max-width:770px) and (max-height:1010px){
	.carimbo{
		height: 285px;
	}
	.spj{
		height: 335px;
	}
	.fp{
		height: 285px;
	}
}

@media screen and (max-width:770px) and (max-height:990px){
	.carimbo{
		height: 280px;
	}
	.spj{
		height: 330px;
	}
	.fp{
		height: 280px;
	}
}

@media screen and (max-width:770px) and (max-height:970px){
	.carimbo{
		height: 275px;
	}
	.spj{
		height: 325px;
	}
	.fp{
		height: 275px;
	}
}

@media screen and (max-width:770px) and (max-height:950px){
	.carimbo{
		height: 270px;
	}
	.spj{
		height: 320px;
	}
	.fp{
		height: 270px;
	}
}

@media screen and (max-width:770px) and (max-height:930px){
	.carimbo{
		height: 260px;
	}
	.spj{
		height: 310px;
	}
	.fp{
		height: 260px;
	}
}

@media screen and (max-width:770px) and (max-height:910px){
	.carimbo{
		height: 255px;
	}
	.spj{
		height: 305px;
	}
	.fp{
		height: 255px;
	}
}

@media screen and (max-width:770px) and (max-height:890px){
	.carimbo{
		height: 250px;
	}
	.spj{
		height: 300px;
	}
	.fp{
		height: 250px;
	}
}

@media screen and (max-width:770px) and (max-height:870px){
	.carimbo{
		height: 240px;
	}
	.spj{
		height: 290px;
	}
	.fp{
		height: 240px;
	}
}

@media screen and (max-width:770px) and (max-height:850px){
	.carimbo{
		height: 235px;
	}
	.spj{
		height: 285px;
	}
	.fp{
		height: 235px;
	}
}

@media screen and (max-width:770px) and (max-height:830px){
	.carimbo{
		height: 225px;
	}
	.spj{
		height: 275px;
	}
	.fp{
		height: 225px;
	}
}

@media screen and (max-width:770px) and (max-height:810px){
	.carimbo{
		height: 220px;
	}
	.spj{
		height: 270px;
	}
	.fp{
		height: 220px;
	}
}

@media screen and (max-width:770px) and (max-height:790px){
	.carimbo{
		height: 215px;
	}
	.spj{
		height: 265px;
	}
	.fp{
		height: 215px;
	}
}

@media screen and (max-width:770px) and (max-height:770px){
	.carimbo{
		height: 210px;
	}
	.spj{
		height: 260px;
	}
	.fp{
		height: 210px;
	}
}

@media screen and (max-width:770px) and (max-height:750px){
	.carimbo{
		height: 200px;
	}
	.spj{
		height: 250px;
	}
	.fp{
		height: 200px;
	}
}

@media screen and (max-width:770px) and (max-height:730px){
	.carimbo{
		height: 195px;
	}
	.spj{
		height: 245px;
	}
	.fp{
		height: 195px;
	}
}

@media screen and (max-width:770px) and (max-height:710px){
	.carimbo{
		height: 190px;
	}
	.spj{
		height: 240px;
	}
	.fp{
		height: 190px;
	}
}

@media screen and (max-width:770px) and (max-height:690px){
	.carimbo{
		height: 180px;
	}
	.spj{
		height: 230px;
	}
	.fp{
		height: 180px;
	}
}

@media screen and (max-width:770px) and (max-height:670px){
	.carimbo{
		height: 175px;
	}
	.spj{
		height: 225px;
	}
	.fp{
		height: 175px;
	}
}

@media screen and (max-width:770px) and (max-height:650px){
	.carimbo{
		height: 170px;
	}
	.spj{
		height: 220px;
	}
	.fp{
		height: 170px;
	}
}

@media screen and (max-width:770px) and (max-height:630px){
	.carimbo{
		height: 165px;
	}
	.spj{
		height: 215px;
	}
	.fp{
		height: 165px;
	}
}

@media screen and (max-width:770px) and (max-height:610px){
	.carimbo{
		height: 155px;
	}
	.spj{
		height: 205px;
	}
	.fp{
		height: 155px;
	}
}

@media screen and (max-width:770px) and (max-height:590px){
	.carimbo{
		height: 150px;
	}
	.spj{
		height: 200px;
	}
	.fp{
		height: 150px;
	}
}

@media screen and (max-width:770px) and (max-height:570px){
	.carimbo{
		height: 145px;
	}
	.spj{
		height: 195px;
	}
	.fp{
		height: 145px;
	}
}

@media screen and (max-width:770px) and (max-height:550px){
	.carimbo{
		height: 140px;
	}
	.spj{
		height: 190px;
	}
	.fp{
		height: 140px;
	}
}

@media screen and (max-width:770px) and (max-height:530px){
	.carimbo{
		height: 130px;
	}
	.spj{
		height: 180px;
	}
	.fp{
		height: 130px;
	}
}

@media screen and (max-width:770px) and (max-height:510px){
	.carimbo{
		height: 120px;
	}
	.spj{
		height: 170px;
	}
	.fp{
		height: 120px;
	}
}

@media screen and (max-width:770px) and (max-height:490px){
	.carimbo{
		height: 115px;
	}
	.spj{
		height: 165px;
	}
	.fp{
		height: 115px;
	}
}

@media screen and (max-width:770px) and (max-height:470px){
	.carimbo{
		height: 110px;
	}
	.spj{
		height: 160px;
	}
	.fp{
		height: 110px;
	}
}

@media screen and (max-width:770px) and (max-height:450px){
	.carimbo{
		height: 105px;
	}
	.spj{
		height: 155px;
	}
	.fp{
		height: 105px;
	}
}

@media screen and (max-width:770px) and (max-height:430px){
	.carimbo{
		height: 95px;
	}
	.spj{
		height: 145px;
	}
	.fp{
		height: 95px;
	}
}

@media screen and (max-width:770px) and (max-height:410px){
	.carimbo{
		height: 90px;
	}
	.spj{
		height: 140px;
	}
	.fp{
		height: 90px;
	}
}

@media screen and (max-width:770px) and (max-height:390px){
	.carimbo{
		height: 80px;
	}
	.spj{
		height: 130px;
	}
	.fp{
		height: 80px;
	}
}

@media screen and (max-width:770px) and (max-height:370px){
	.carimbo{
		height: 75px;
	}
	.spj{
		height: 125px;
	}
	.fp{
		height: 75px;
	}
}

@media screen and (max-width:770px) and (max-height:350px){
	.carimbo{
		height: 70px;
	}
	.spj{
		height: 120px;
	}
	.fp{
		height: 70px;
	}
}

@media screen and (max-width:770px) and (max-height:330px){
	.carimbo{
		height: 65px;
	}
	.spj{
		height: 115px;
	}
	.fp{
		height: 65px;
	}
}

@media screen and (max-width:770px) and (max-height:310px){
	.carimbo{
		height: 60px;
	}
	.spj{
		height: 110px;
	}
	.fp{
		height: 60px;
	}
}

@media screen and (max-width:770px) and (max-height:290px){
	.carimbo{
		height: 55px;
	}
	.spj{
		height: 105px;
	}
	.fp{
		height: 55px;
	}
}

/*GALERIA*/

.cover-container {
	margin-top:120px;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}
.cover-item {
    position: relative;
    display: inline-block;
    margin: 1%;
/*    box-shadow: 2px 4px 4px #bbb;*/
    border-top-right-radius: 4px;
    width: 30%;
    height: 700px;
    vertical-align: bottom;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}


@media screen and (max-width:768px){
	.cover-item{
	width:90%;
	height:350px;
	}
	.cover-container{
	margin-top:100px;
	}
}

.botfooter a{
	color: black;
}

.botfooter2 a{
	color: black;
}

.botfooter:hover{
	background-color:hsla(0,0%,22%,1.00);
	/*#B2BFD9;
     #FFDFBF
	#D4B9C0;*/
	  
}

.botfooter2:hover{
	background-color: #D4B9C0;
	/*#B2BFD9;
	#FFDFBF*/
	  
}

.botfooter3:hover{
	background-color: #B2BFD9;
	/*#D4B9C0;
	#FFDFBF*/
	  
}

.botfootercari a{
	color: black;
}

.botfootercari:hover{
	background-color: #B2BFD9;
	/*#FFDFBF;
	#D4B9C0*/
	  
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color:lightgrey;
  position: absolute;
  top: 5%;
  right: 3%;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color:white;
  text-decoration: none;
  cursor: pointer;
}

.videostillcontainer{
	position: relative;
	text-align: center;
	padding: 2%;
}

.videostillcontainer2{
	position: relative;
	text-align: center;
	padding: 2%;
} 

.videostillcontainer a{
	color: black;
	font-weight: 600;
	border: black 1px solid;
	padding: 10px;
	cursor: pointer;
	background-color: rgba(233,154,47,0.70);
}

.videostillcontainer p{
	font-size: 0.8vw;
	text-align: justify;
}

.videostillcontainer p span{
	font-weight: 800;
}

.videostill{
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.videostill1{
	position: absolute;
	top: 30%;
  	left: 40%;
  	transform: translate(-50%, -50%);
}

.videostill a{
	text-transform: uppercase;
	color: white;
	font-weight:800;
	font-size: 1.5vw;
	cursor: pointer;
}

.videostill1 a{
	text-transform: uppercase;
	color: white;
	font-weight:800;
	font-size: 1.5vw;
	cursor: pointer;
}


.videostill2{
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.videostill2 a{
	text-transform: uppercase;
	color: black;
	font-weight:800;
	font-size: 1.5vw;
	cursor: pointer;
	text-decoration: none;
}

.videostill2 a:hover{
	color:rgba(185,185,185,1.00);
}

.videocontainer{
	padding: 5% 0% 1%;
}


@media screen and (max-width:1500px){
	.videocontainer{
		padding: 10% 0% 2%;
	}
	.videostillcontainer p{
	font-size: 1.2vw;
	}
}

@media screen and (max-width:769px){
	.videocontainer{
		padding: 16% 0% 2%;
	}
	.videostillcontainer p{
	font-size: 2vw;
}
}

@media screen and (max-width:600px){
	.videostillcontainer p{
	font-size: 4vw;
}
}


.botaodisco{
	width: 50%;
	
}

.botaodisco:hover{
	filter: invert(100%);
}

.downloaddiscos{
	padding: 3%;
}

/* Style buttons */
.btnaudiodownload {
  background-color: black;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

/* Darker background on mouse-over */
.btnaudiodownload:hover {
  background-color: dimgrey;
	color:white;
		  text-decoration: none;
}




.formsorteio{
	display:flex;
	flex-direction: column;
	align-items: center;
	padding-top: 5%;
}

.formsorteiofp{
	display:flex;
	flex-direction: row;
	align-items: left;
	padding-top: 3%;
}

.tituloblindates{
	padding: 10% 35% 0%;
}

.tituloreservas{
	padding: 10% 35% 0%;
	text-align: center;
}





.infoextra p{
	font-size: 0.7vw;
}

@media screen and (max-width:800px){
.infoextra p{
	font-size: 1.7vw;
}
}


.programas{
	font-size: 0.8vw;
	align-items: center;
	padding-top: 5%;
	color: white; 
	text-decoration: none;
	text-transform: uppercase;
	font-family: Montserrat, Helvetica, "Sans-Serif";
	font-weight: 800;
	background-color: black;
    padding: 12px 10px;
}

.programas2{
	font-size: 0.8vw;
	display: flex;
/*	flex-direction: column;
	align-items: center;*/
	margin-top: 10%;
	color: white; 
	text-decoration: none;
	text-transform: uppercase;
	font-family: Montserrat, Helvetica, "Sans-Serif";
	font-weight: 800;
	background-color: black;
    padding: 12px 30px;

}

/* Darker background on mouse-over */
.programas:hover {
  background-color: dimgrey;
	color:white;
		  text-decoration: none;
}

.programas2:hover {
  background-color: dimgrey;
	color:white;
		  text-decoration: none;
}

/*@media screen and (max-width:800px){
.programas{
	font-size: 2.2vw;
	padding-top: 40%;
	}
}

@media screen and (max-width:800px){
.programas2{
	font-size: 2.2vw;
	padding-top: 10%;
	}
}*/



.fpjinfo{
	padding: 25% 10% 0% 10%;
}

.fpjinfo p{
	text-align: center;

}


@media screen and (max-width:800px){
	.fpjinfo{
	padding: 50% 10% 0% 10%;
	}
	.programas{
		font-size: 2vw;
	}
	.programas2{
		font-size: 2vw;
	}
}

.header .dropdown-menu {
  all: unset;
  display: block;
}