#menu {
  z-index: 2;
}

#site-logo {
  position: absolute;
  z-index: 3;
  font-size: 4.5rem;
  text-align: left;
  font-weight: 600;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  top: 0rem;
}

#site-logo a {
  color: white;
  text-decoration: none;
}

#banner {
  /* z-index: 1; */
  position: relative;
  top: -5px;
}

.bannerlayer {
  z-index: 20;
  opacity: 1;
  position: absolute;
  bottom: 0;
}

.banner-arrows img {
  position: absolute;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
  z-index: 40;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 17rem;
  font-size: 3rem;
  cursor: pointer;
  text-align: center;
  color: white;
}

.banner-arrows .banner-arrow-left {
  left: 15rem;
}

.banner-arrows .banner-arrow-right {
  right: 15rem;
  transform: scaleX(-1);
}
.bannertitle h1 {
  width: 56%;
  height: 40vh;
  font-size: 3.1rem;
  text-align: left;
  color: white;
  font-weight: 900;
  margin: 0;
  margin-bottom: 3rem;
  line-height: 1.4;
}

.carousel-geral {
  overflow: hidden;
  width: 100%;
  height: 43vw;
}

/* .bannerimg {
    opacity:33%;
} */

.borda-dots {
  cursor: pointer;
  border: 3px solid #37be90;
  width: 3rem;
}

.borda-dots:active {
  border: 3px solid white;
}

li.slick-active .borda-dots {
  border: 3px solid white;
}

.slick2 {
  color: white;
  z-index: 3;
  position: absolute;
  top: 10.5vw;
  bottom: 0;
  left: 0;
  right: 45rem;
  margin: auto;
  width: 67rem;
}

.txtbanner {
  text-align: left;
  position: absolute;
  height: 30vw;
  outline: none;
}

.bannertitle {
  /* grid-area:q1; */
}

.twitter {
  bottom: 0;
  top: 4rem;
  right: 8px;
  width: 25%;
  position: absolute;
  z-index: 3;
  height: 63rem;
}
.bannertitle {
  margin-bottom: 0;
  margin: 0 0 0 0;
}

.bannerintro {
  text-align: left;
}

.bannertitle h1 {
  width: 77%;
  height: 37vh;
  font-size: 3rem;
  text-align: left;
  color: white;
  font-weight: 900;
  margin: 0;
  margin-bottom: 3rem;
  font-family: arial black;
}
.bannertitle {
  padding-left: 10%;
}
button.btn-banner {
  background: #3064a5;
  text-transform: uppercase;
}
.bannertitle > h2,
.bannertitle > h2 p,
.bannertitle > p {
  text-align: left;
  color: white;
  font-size: 2.5rem;
  text-shadow: 0px 1px lightgray;
}

.bannertxt {
  /* grid-area:q2; */
}

.bannertxt p {
  color: white;
  margin-bottom: 0;
  font-size: 2vw;
  text-align: left;
}

.bannerbtn {
  text-align: center;
  margin-top: 3vw;
  height: 10vw;
}

.botao-banner {
  color: white;
  background-color: gray;
  padding: 0.2vw;
  font-size: 0.8vw;
  width: 18.5vw;
  /* width: 10vw; */
  height: 3vw;
  text-transform: uppercase;
  transition: background-color 0.5s;
  outline: none;
}

.botao-banner:hover {
  background-color: darkgrey;
}

.botao-banner:focus {
  background-color: darkgrey;
  outline: none;
}

.botao-banner a {
  color: #ffffff;
  text-decoration: none;
}

#slick-slide10 > div.bannertxt > p:nth-child(1) {
  display: none;
}

.pngazul {
  position: absolute;
  z-index: 1;
  left: 0px;
  width: 59.5%;
  float: left;
}

.slickdots1 {
  position: absolute;
  bottom: 9vw;
  z-index: 1;
  z-index: 10;

  width: 30rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-dots {
  list-style: none;
  z-index: 3;
  color: white;
  background-color: inherit;
  padding: 15px;
  /* position: absolute;
bottom:0; */
  /* grid-area:q4; */
  font-size: 1.1vw;
}
i.fas.fa-circle {
  color: grey;
}

.slick-dots li.slick-active i:before {
  font-size: small;
  color: white;
  font-size: 10px;
}

.slick-dots li {
  float: left;
  margin: 4px;
  padding: 2px;
}

.fa-circle:before {
  font-size: 11px;
}
.txtbanner {
  text-align: left;
  height: 55vh;
}
#banner > div > h1 {
  position: absolute;
  color: white;
  width: 100%;
  z-index: 3;
  left: 21.9vw;
  display: block;
  text-align: left;
  text-transform: uppercase;
}
#banner
  > div
  > div
  > div.slick2
  > div
  > div
  > div
  > div.txtbanner.slick-slide.slick-current.slick-active
  > h1 {
  height: 120px;
  width: 65%;
  font-weight: 900;
  font-size: xxx-large;
}
#banner
  > div
  > div
  > div.slick2
  > div
  > div
  > div
  > div.txtbanner.slick-slide.slick-current.slick-active
  > h3 {
  margin: 0;
}

.down-arrow {
  z-index: 9;
  position: absolute;
  left: 0rem;
  right: 0;
  bottom: 2rem;
  /* top: 0; */
  margin: auto;
  width: 3.2rem;
}

.arrows {
  position: absolute;
  top: 76.5%;
  left: 23%;
  width: 10vw;
  z-index: 10;
}
.banner-arrow-left.slick-arrow {
  position: absolute;
  left: 0%;
  border: 2px solid #3064a5;
  padding: 5px 10px;
  cursor: pointer;

}

.banner-arrow-right.slick-arrow {
  position: absolute;
  left: 43%;
  padding: 5px 10px;
  border: 2px solid #3064a5;
  cursor: pointer;
  font-weight: 100;
}
