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


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

/* Hide the images by default */
.mySlides {
    display: none;
	position: absolute;
	width: 100%
}

.fotoseventos {
	height: calc( 7/8 * 100vw * 380/1400) !important;
}

/* Next & previous buttons */
/*.prevss, .nextss {
  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 */
/*.nextss {
  right: 0;
  border-radius: 3px 0 0 3px;
}*/

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

/* Caption text */
.captiontext {
  color: #FFF;
  font-size: .8rem;
  padding: 6px 12px;
  position: relative;
  top: 0px;
  width: 100%;
  text-align: center;
 /*background-color: rgba(253,103,26,0.8);*/
  background-color: var(--portfolio);
}

/* Number text (1/3 etc) */
/*.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}*/

/* The dots/bullets/indicators */
.dots{
	position: absolute;
	bottom: 10px;
	text-align: center;
	width:100%;
	z-index: 200;
}
.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;
}

.activess, .dot:hover {
  background-color: var(--portfolio);
}

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

/*@-webkit-keyframes fadess {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fadess {
  from {opacity: .4} 
  to {opacity: 1}
}	*/


/*************************************** HORIZONTAL*/

/* Extra small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap*/

/* Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }*/

/* Large devices (desktops, 992px and up)*/
@media (max-width: 1600px) {}
@media (max-width: 1200px) {
	.fotoseventos {
		height: calc( 6/8 * 100vw * 380/1400) !important;
	}
}
@media (max-width: 950px) {}

@media (max-width: 992px) {}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
	.fotoseventos {
		height: 197px !important;}

}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {}


@media screen and (max-height:700px) {}
