
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:verdana;
}




/*------------------------------*/

/*div1*/

.div1{
    margin-top:5%;
    background-color: #000;
    Height:10%;
}







.div1::after{
	content:'';
	display:block;
	clear:both;
	
}


/*------------------------------*/

/*div2*/

.div2{
    background-color: #646464;
}

.top-left {
  position: absolute;
  top: 10%;
  left: 10%;
}

/* Slideshow */
.slideshow-container {
  margin: auto;
  Position:relative;
}


.slideshow-container img{
Width:100%;
Height:60%;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  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;
}

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


.active, .dot:hover {
  background-color: #bbb;
}

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



@media only screen and (max-width: 601px) {
  .top-left {Font-size:40px}
}

@media only screen and (min-width: 602px) {
  .top-left {Font-size:90px}
}


/*------------------------------*/


/*div3*/

.div3{
    background-color: #1c1c1c;
}

.box {
  position: relative;
  margin: 0 auto;
}




.box .content {
  position: absolute;
  Margin-top: 3%;
  background: rgb(0, 0, 0); 
  background: rgba(0, 0, 0, 0.5); 
  color: #f1f1f1;
  width: 70%;
  padding: 2%;
  Font-size:2.5vw;
}


@media only screen and (max-width: 601px) {
  .div3 h1 {Font-size:20px}
}

@media only screen and (min-width: 602px) {
  .div3 h1 {Font-size:50px}
}






/*------------------------------*/

/*div4*/

.div4{
    background-color: #000;
    Height:10%;
}



.div4::after{
	content:'';
	display:block;
	clear:both;
	
}

/*------------------------------*/

/*div5*/

.div5{
    background-color: #1c1c1c;
}

.box {
  position: relative;
  margin: 0 auto;
}




.box .content {
  position: absolute;
  Top: 33%;
  Left:15%;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 70%;
  padding: 20px;
  Font-size:2.5vw;
  Font-align:center;
}


@media only screen and (max-width: 601px) {
  .div5 h1 {Font-size:20px}
}

@media only screen and (min-width: 602px) {
  .div5 h1 {Font-size:30px}
}





/*------------------------------*/

.hline {
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, #CCC, transparent, #CCC);  
}



/*------------------------------*/

/*Botao*/



#myBtn {
  display: none;
  position: fixed;
  bottom: 200px;
  Left: -5px;
  z-index: 99;
  font-size: 0.7em;
  border: none;
  outline: none;
  background-color: #7D2349;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

















