

.bodyBg {
  background-color: rgb(40,40,40) !important;
}

.mastheadBg {
  background-image: url("../../assets/img/backgrounds/marinaGloria-bw.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.titulo-sessao {
  text-align: center;
  color: #c5b086;
  font-family: 'Libre Baskerville', serif;
  text-transform: uppercase;
  text-shadow: 2px 2px #252525;
}

.nav-link.js-scroll-trigger {
  border-right: 1px dotted #c5b086;
  font-family: 'Libre Baskerville', serif !important; 
  font-size: 55% !important;
}


.benviar a {
  background: #008d80;
  color: #fff;
  text-align: center;
  font-size: 17px;
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: block;
  border-radius: 5px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.benviar a:hover {
  border-radius: 10px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.add-button {
  position: absolute;
  top: 1px;
  left: 1px;
}

.sub-titulo-sessao {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Libre Baskerville', serif;
  text-align: center;
  color: #868e96!important;
  text-shadow: 1px 1px 5px #000000;
}

.CinelliAdministradora {
  font-size: 200%;
  font-weight: 400;
  margin-bottom: 50px;
  text-transform: none;
  font-family: 'Libre Baskerville', serif;
  text-align: center;
  color: #c5b086;
  text-shadow: 2px 2px 10px #252525;
}

p.teste {
  color: #c5b086;
  text-shadow: 2px 2px 10px #000000;
  text-align: center;
}

@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

div.slideteste {
  background-size: cover;
  background-color: #e9ecef;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding: 2rem 1rem;
  height: 400px;
  margin-bottom: 0;
  margin-bottom: 2rem;
  border-radius: .3rem;
}

.img-parceria {
  background-image: url("../../assets/img/parceria/f8d5eff1-48ae-47ad-a7d9-dea9af31882a.jpg");
  height: 50vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.text-justify {
  color: rgb(197,176,134);
  font-family: 'Libre Baskerville', serif;
  font-size: 20px;
}

