* {box-sizing: border-box;}
body {
	font-family: Verdana, sans-serif;
	max-width:1920px;
	margin:auto;
}
.mySlides {
	display: none;
	height: 600px
}
.slideshow-container img{
		vertical-align: middle;
		opacity: 0.2;

}


/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
	height: 700px;
	overflow: hidden;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: relative;
    text-align: left;
    left: 10%;
}


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

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

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

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

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
		font-size: 11px;
		bottom:5%;
	}
	.slideshow-container img{
			height: 100vh;
	}
}

@media screen and (max-width: 767px) {
	.text {
			left: 0%;
			bottom:8%;
	}
	.slideshow-container img{
			height:100vh;
	}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.text {
	    bottom: 10%;
			width: 60%;
	}
	.slideshow-container {
			height: auto;
	}

}

@media screen and (min-width: 1024px) {
	.text{
		bottom: 20%;
	}
}

@media screen and (min-width: 2560px) {
	/* .mySlides img{
	  margin-right: auto;
    margin-left: auto;
    width: 1250px !important;
    display: none;
		z-index:-100;
		}
		.mySlides {
			background: #f49b1d;
			opacity: 1;
			z-index:-10;
		}
		.mySlides .btn-horys{
			border: 1px solid white;
		}
		.mySlides .orange-versao2000{
			color:white ;

		} */
.container{
	width:1920px;
	margin-left: 0%;
}


	}
