* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000;
}

.centered{text-align: center;}

.top {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #750223;
  color: #fff;
}

.top-item {
  width: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.top-item a {
  color: #fff;
  text-decoration: none;
}

.top-item a:hover {
  color: #000;
  text-decoration: none;
}

.fas,
.fab {
  color: #fff;
}

.logo {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c70039;
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 2px;
  background-color: #000;
  margin: 6px 0;
  transition: 0.4s;
}

.hamburguer {
  margin-left: 30px;
  margin-top: 30px;
  padding-top: 30px;
  color: #ffffff;
  font-size: 36px;
  cursor: pointer;
}
/* The side navigation menu */
.sidenav {
  line-height: 30px;
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Stay on top */
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
  text-decoration: none;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 15px;
  right: 50px;
  font-size: 36px;
  margin-left: 50px;
  font-size: 36px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.ban {
  width: 100%;
  height: 100vh;
  background: url('../images/Banner1.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ban h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px #333;
}

.ban input {
  width: 300px;
  height: 40px;
  border: none;
  border-radius: 7px;
  outline: none;
  opacity: 0.9;
}

.ban button {
  width: auto;
  height: 40px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 7px;
  outline: none;

  
}

.ban2 {
  width: 100%;
  height: 100vh;
  background: url('../images/Banner2.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ban2 h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px #333;
}

.ban2 input {
  width: 300px;
  height: 40px;
  border: none;
  border-radius: 7px;
  outline: none;
  opacity: 0.9;
}

.ban2 button {
  width: auto;
  height: 40px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 7px;
  outline: none;

  
}


.ban3 {
  width: 100%;
  height: 100vh;
  background: url('../images/Banner3.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ban3 h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px #333;
}

.ban3 input {
  width: 300px;
  height: 40px;
  border: none;
  border-radius: 7px;
  outline: none;
  opacity: 0.9;
}

.ban3 button {
  width: auto;
  height: 40px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 7px;
  outline: none;

  
}


.cabeca {
  width: 100%;
  height: 20vh;
  background: url('../images/Banner1.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  padding-left: 20px;
}

.cabeca h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px #333;
}

.pagewrap{
  width: 100%;
  height: auto;
  min-height: 50vh;
  padding: 30px;
}

.dupla {

 width: 100%;
 height:auto; 
 justify-content: center;
align-items: center;
 display:flex;


}

.dupla-um {
 width: 100%;
 height:auto; 
 padding:30px;
 padding-right: 50px;
 background-color: #c70039;
 color: #fff;
 flex:2;

}

.dupla-um a { color:#7A0796; text-decoration:none}
.dupla-um a:hover { color:#AD71C5; text-decoration:none}

.dupla-dois {
 width: 100%;
 height:auto; 
 padding:30px;
 background-color: #313131;
 color: #fff;
 flex:1;
 margin-left: -40px;

}
.dupla-dois h1{color: #fff;}

.grid-container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  
  width: 100%;
  height: 100vh;
}

.grid__item {
  height: 300px;
  width: 200px;
  background: transparent;
  opacity: 0;
  transition: opacity 0.4s ease;
  transition: opacity 2s ease 0.4s, transform 0.8s ease;
  transform: scale(1);
  transform: rotate(10deg);
}



.grid__item:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
  transform: scale(.8);
  
  transform: rotate(0deg);
  transform: translateY(-100px);

}


@media (max-width: 768px) {
  .top {
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #750223;
  }

 .dupla {
flex-direction:column;
align-items: center;

}

.dupla-um{padding-bottom: 50px;}

.dupla-dois{margin-left: 0px; margin-top: -40px; width: 90%;}

.ban input, .ban2 input, .ban3 input {
  width: 300px;
  height: 40px;
  border: none;
  border-radius: 7px;
  outline: none;
  opacity: 0.9;
  margin-bottom: 10px;
}


  
}
