@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=IBM+Plex+Sans&family=Montserrat:wght@400;600&family=Open+Sans:wght@500&family=Poppins&family=Rubik&display=swap');

* {
  margin:0px;
  padding:0px;
  color:white;
}

body {

  height:100px;
  color:white;
}
.bg-video {
  position: absolute;
  right:0;
  bottom:0;
  min-width:100%;
  min-height: 100%;

  z-index: -100;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:25px 20px;
  background: rgba(0, 0, 0, 0.5);
}

.pages > a{
  text-decoration: none;

  font-family: 'Poppins', sans-serif;
  padding:0 15px;
  transition: .5s all;

}
.pages > a:hover {
  color: #18bc9c;
}

.logo > section > h1{
  font-family: 'Dancing Script', cursive;
  font-weight: normal;
  font-size: 30px;
}
.flex {
  display: flex;
  justify-content: center;

}
.active {
  color: #18bc9c;
}
.owner-container {
  text-align: center;
  margin-top:50px;
}
.owner-container img {
  width:155px;
  height:150px;
  margin-bottom:40px;
  object-fit: cover;
  border-radius:100%;
}

.owner-container  h1 {
  font-weight: normal;
  font-family: 'Rubik', cursive;
  font-size: 40px;
  font-weight: normal;
}

.owner-container  p {
  font-family: 'Montserrat', cursive;
  font-size: 35px;
  margin-top:10px;
}

.redes-sociais {
  margin-top:15vh;
}


.redes-sociais > a > i {
  font-size: 25px;
  padding:0 15px;
    transition: .5s all;

}


.redes-sociais > a > i:hover {
  color: #18bc9c;

}


.titleContainer {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    background: rgba(0, 0, 0, .00);


}

.titleContainer  > p {
  font-family: "Poppins";
}
.titleContainer  > p > i {
  margin-right:15px;
}
.titleContainer::after {
    content: "";
    width: 50%;
    left: 0;
    bottom: 0;
    display: inline-block;
    position: absolute;
    border-bottom: 1px solid #cccccc;
    border-image: linear-gradient(to right, rgba(255,255,255,0.5), rgba(0, 0, 0, 0) ) 30% 1;
}
