.bg-white1 {
  background-color: #fafafa;
}

.bg-navbar{
  background-color: #db3c81;
}

.bg-hero{
  background-image: url(../images/hero/bg-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.photo-hero{
  position: absolute;
  bottom: 0;
  left: 0;
}
.photo-hero img {
  margin: auto;
  width: auto;
  height: 80vh;
}

@media screen and (max-width: 768px) {
  .photo-hero img {
    width: 100%;
    height: auto;
  }
}

.sobre.bg{
  background: #fafafa url(../images/about/bg-sobre.png);
  background-size: initial;
  background-position: bottom;
  background-repeat: no-repeat;
}

.logo-sobre {
  width: 100%;
}

.sobre p{
  color: #db3c81;
  font-size: 0.8rem;
  font-weight: bold;
}

.sobre h2{
  color: #db3c81;
  font-size: 1rem;
  font-weight: bold;
}

.sobre h3{
  font-weight: 600;
}


.redes {
  background: url(../images/bg-redes.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height: 90vh; */
}

.calo-aperta{
  background: url(../images/contato/bg-calo.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .calo-aperta{
    background: url(../images/contato/bg-calo-mobile.png);
  }
}

.role{
  background: url(../images/role/bg-role.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.role-topo{
  margin-top: -5rem;
  margin-bottom: 5rem;
  padding: 3rem 3rem 0 3rem;
}

@media screen and (min-width: 1024px) {
  .logo-sobre {
    width: 40%;
  }
  .texto-sobre {
    padding: 2rem 16rem;
  }
} 

.content-slide {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
      6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
      12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
      22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
      41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
      100px 100px 80px rgba(0, 0, 0, 0.07);
}
.slider {
  width: inherit;
  height: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.75s;
}
.slider-image{
  opacity: 1;
  width: inherit;
  height: inherit;
  object-fit: cover;
  transition: 1s;
}
.slider-image-active {
  opacity: 1;
}
.btn-chevron {
  position: absolute;
  top: 50%;
  z-index: 999;
  background: #db3c81;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 100%;
  padding: 0.5rem;
  cursor: pointer;
  transition: 0.5s all;
}

.left {
  left: 1rem;
}
.right {
  right: 1rem;
}