.content-geral {
  background-image: url('../images/bg-gbc.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 90vh;
  position: relative;
}

.container-header {
  padding-top: 40px;
}

.content-slider {
  flex-direction: row;
  align-items: stretch;
  margin-top: 90px;
  display: block;
}

.container-slider {
  flex: 1;
  align-self: center;
}

.slider {
  background-color: #0000;
}

.box-conteudo-slide {
  text-align: center;
}

.h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.h2 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.arrow {
  display: none;
}

.botao {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.content-footer {
  background-image: linear-gradient(to right, #1a2b4b, #db0020);
  position: static;
  inset: auto 0% 0%;
}

.container-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.box-titulo-redes {
  float: left;
  color: #fff;
  text-transform: none;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.box-icone-redes {
  float: left;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: none;
}

.box-link {
  text-align: right;
}

.link-bwca {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.content-copy {
  background-color: #fff;
  position: static;
  inset: auto 0% 0%;
}

.container-copy {
  padding-top: 20px;
  padding-bottom: 20px;
}

.box-texto-copy {
  color: #6c6c6c;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .container-footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .box-titulo-redes {
    text-transform: none;
  }

  .box-icone-redes {
    display: none;
  }

  .text-block {
    text-transform: none;
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  .container-header, .container-slider, .container-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .box-logotipo {
    text-align: center;
  }

  .content-slider {
    margin-top: 60px;
  }

  .h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .h2 {
    font-size: 18px;
    line-height: 24px;
  }
}


