* {
  padding: 0;
  margin: 0;
}

body {
  background: rgb(58, 52, 25);
  font-family: "Open Sans", sans-serif;
  background-image: url("../imgs/bg_acigarp.jpg");
  background-attachment: fixed;
}

.container {
  max-width: 1440px;
}

.all {
  min-height: 100vh;
}

.ctn {
  background-color: rgba(235, 236, 196, 0.89);
  position: relative;
  margin-top: 200px;
  color: #000;
}
.ctn .acigarp-logo {
  height: 280px;
  margin: -170px auto 0 auto;
  position: relative;
  display: block;
  z-index: 1;
}
.ctn h1 {
  text-transform: uppercase;
  color: #0c385f;
  font-family: "Bebas Neue", cursive;
}
.ctn a {
  color: #8c0303;
  font-weight: 700;
}
.ctn .links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ctn .links ul li a {
  text-decoration: none;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 1px solid #8c0303;
  padding: 12px;
}
.ctn .links ul li a i:first-child {
  font-size: 28px;
  margin-right: 12px;
  width: 33px;
  text-align: center;
}
.ctn .links ul li a:hover {
  background-color: #8c0303;
  color: #fff;
  border-radius: 6px;
}
.ctn::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 30px;
  top: -30px;
  right: 0;
  background-image: url("../imgs/det-topo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.89;
}
.ctn::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 45px;
  bottom: -45px;
  right: 0;
  background-image: url("../imgs/det-base.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.89;
}

#sobre-acigarp {
  position: absolute;
  background-color: #cf8731;
  min-height: 100vh;
  min-width: 100%;
  top: 0;
  display: none;
  z-index: 10;
}
#sobre-acigarp .btn-voltar {
  color: #fff;
  text-decoration: none;
}
#sobre-acigarp .col-info {
  font-family: "Bebas Neue", cursive;
  font-size: 22px;
}
#sobre-acigarp .col-info img {
  max-width: 100%;
}
#sobre-acigarp h1,
#sobre-acigarp h2 {
  font-family: "Bebas Neue", cursive;
  color: #fff;
}
#sobre-acigarp.mostraracigarp {
  animation: MoveUpDown 0.35s linear forwards !important;
  top: 100vh;
  display: block !important;
}
#sobre-acigarp.esconderacigarp {
  animation: MoveDownUp 0.35s linear forwards;
  top: 0;
}
#sobre-acigarp .galeria a {
  padding: 10px;
  display: inline-block;
}

@keyframes MoveUpDown {
  0% {
    top: 100vh;
  }
  100% {
    top: 0;
  }
}
@keyframes MoveDownUp {
  0% {
    top: 0;
  }
  100% {
    top: 100vh;
  }
}/*# sourceMappingURL=acigarp.css.map */