* {
    box-sizing: border-box
}


/* Slideshow container */

.slideshow-container {
    /* max-width: 1000px; */
    max-width: 100%;
    /* position: relative; */
    position: relative;
    display: block;
    /* position: absolute; */
    margin: auto;
    max-height: 600px;
    /* padding-bottom: 400px; */
    /* max-height: 10000px; */
}

.myHero {
    margin-top: -90px;
}

.logo-light {
    padding-bottom: 50px;
    margin-top: 10px;
}


/* .dark-img{
  filter: contrast(40%) brightness(95%);
} */

.dark-img {
    filter: brightness(40%);
}

.navbar-toggle {
    margin-top: 25px;
}


/* Hide the images by default */

.mySlides {
    display: block;
}


/* 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;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Caption text */

.text {
    color: #f2f2f2;
    /* color: black; */
    /* font-size: 15px; */
    font-size: 64px;
    font-family: 'poppins';
    /* padding: 8px 12px; */
    padding-bottom: 40px;
    position: absolute;
    bottom: 8px;
    margin-bottom: 30%;
    width: 100%;
    text-align: center;
}

.line {
    /* color: #f2f2f2; */
    color: black;
    /* font-size: 15px; */
    font-size: 28px;
    font-family: 'poppins';
    padding: 8px 12px;
    /* padding-top: 10px; */
    /* padding-bottom: 20px; */
    position: absolute;
    bottom: 8px;
    /* margin-top: 50px; */
    margin-bottom: 25%;
    width: 100%;
    text-align: center;
}

.nButton {
    font-family: poppins;
    position: relative;
    text-align: center;
    display: block;
    /* margin-bottom: 30%; */
    /* margin: 0 auto; */
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* 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 {
  animation-name: fade;
  animation-duration: 2.5s;
}

@keyframes fade {
  from {opacity: 0.4}
  to {opacity: 1}
} */


/* @keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
} */
/* ************************************** */
.fade {
    animation-name: fade;
    animation-duration: 8.0s;
}

.fade-in-image {
    animation: fade 8.0s; /* 2.0s */
    -webkit-animation: fade 8.0s;
    -moz-animation: fade 8.0s;
    -o-animation: fade 8.0s;
    -ms-animation: fade 8.0s;
}

@keyframes fade {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fade {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}
/* ****************************************************** */
.myHeader-central {
    /* margin-bottom: -70%; */
    /* margin-top: 100%; */
    /* padding-top: 50%; */
    text-align: center;
    /* position: relative; */
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin-top: 15%;
}

.headline {
    /* color: white; */
    color: #f2f2f2;
    text-transform: uppercase;
}

.bio {
    color: #f2f2f2;
    font-family: 'poppins';
    font-size: 24px;
}

@media(max-width: 450px) {
    .myHeader-central {
        margin-top: 30%;
        padding-top: 20%;
    }
}

@media screen and (max-width: 300px) {
    .myHeader-central {
        color: red;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .myHeader-central {
        text-align: center !important;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .myHeader-central {
        text-align: center !important;
    }
}

/* ======================================================================   Testando   ==================================================================================*/
.mySlide{
	height: 655px;
	display: block;
	overflow: hidden;
}
/* /javascript */

/* muslide add fade */
/* .fade {
  -webkit-animation-name: fade;
 
  -webkit-animation-duration: 3.0s;
  animation-name: fade;

  animation-duration: 3.0s;
}

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

@keyframes fade {
  from {opacity: 0.8}
  to {opacity: 1}
} */
/* /muslide add fade */

/* 3 */
/* .txt{
	position: absolute;
	color: #fff;
	letter-spacing: 2px;
	line-height: 35px;
	top: 40%;
	left: 15%;
	-webkit-animation-name: posi;
  	-webkit-animation-duration: 2s;
  	animation-name: posi;
  	animation-duration: 2s;
	z-index: 1;
}

@-webkit-keyframes posi {
  from {left: 25%;}
  to {left: 15%;}
}


@keyframes posi {
  from {left: 25%;}
  to {left: 15%;}
}

.txt h1{
	color: #00a7ff;
	font-size: 50px;
	margin-bottom: 20px;
}
.txt p{
	font-weight: bold;
	font-size: 20px;
} */

/* 4 */
/* .dark-img{
	transform: scale(1.5, 1.5);
	-webkit-animation-name: zoomin;
  	-webkit-animation-duration: 40s;
  	animation-name: zoomin;
  	animation-duration: 40s;
} */
@-webkit-keyframes zoomin {
  from {transform: scale(1, 1);}
  to {transform: scale(1.5, 1.5);}
}


@keyframes zoomin {
  from {transform: scale(1, 1);}
  to {transform: scale(1.5, 1.5);}
}
/* /4 */



/* 5 */
@media screen and (max-width: 800px){
	.mySlide{
		height: 500px;
	}
	.txt{
		letter-spacing: 2px;
		line-height: 25px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-animation-name: posi2;
		-webkit-animation-duration: 2s;
		animation-name: posi2;
		animation-duration: 2s;
	}

	@-webkit-keyframes posi2 {
	  from {top: 35%;}
	  to {top: 50%;}
	}


	@keyframes posi2 {
	  from {top: 35%;}
	  to {top: 50%;}
	}

	.txt h1{
		font-size: 40px;
	}
	.txt p{
		font-size: 13px;
	}

}
/* /5 */

/* 6 */
@media screen and (max-width: 520px){
	.txt h1{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.sign{
		margin-right: 20px;
	}
	.sign a{
		font-size: 12px;
	}
}

@media screen and (max-width: 600px) {
    .mySlides .fade {
        /* padding-bottom: 20%; */
        height: 1000px;
        /* padding: 5%; */
    }

    .headline{
        margin-top: -175px;
    }
}

@media screen and (max-width: 500px){
	.headline{
        margin-top: 50px;
    }
    .logo-light, .logo-dark{
        padding-left: 30px;
    }
}

nav .container ul li.active {
    color: #D22423;
    transition: 0.3s ease background-color;
}
nav .container ul li.active a {
    color: #D22423;
}
