.primeiro {
  color: red;
  font-weight: 900;
  font-size: 2rem;
}

.feature-list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.biografia {
  display: flex;
  justify-content: space-between;
}

.biografia-conteudo {
  width: 65%;
  text-align: justify;
}

.biografia-titulo {
  width: 30%;
  margin: auto 0;
}

.subtitulo {
  font-size: 20px;
}

.album-item {
  text-align: center;
  margin-bottom: 30px;
}

.album-item a {
  display: block;
  position: relative;
}

.album-item a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}

.album-item a h3,
.album-item a .sub-heading {
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease-out 0s;
  position: absolute;
}

.album-item a h3 {
  font-weight: 800;
  font-size: 21px;
  bottom: 50px;
}

.album-item a .sub-heading {
  text-transform: uppercase;
  color: #fff;
  bottom: 10px;
  display: block;
  letter-spacing: 1px;
}

.album-item a:before {
  position: absolute;
  content: "";
  width: calc(100% - 66px);
  left: 33px;
  /* background: #3a3a44; */
  height: 11px;
  top: 0;
  transition: 0.3s;
  z-index: -1;
}

/* Aqui acontece o BG de cada album, logo, descomentar caso queiram novamente*/
/* 
.album-item a:after {
  position: absolute;
  content: "";
  width: calc(100% - 100px);
  left: 50px;
  background: #2d2d37;
  height: 11px;
  top: 0;
  transition: 0.6s;
  z-index: -2;
} */

.album-item a:hover:before {
  top: -11px;
}

.album-item a:hover:after {
  top: -22px;
}

.album-item a:hover .overlay {
  opacity: 0.77;
}

.album-item a:hover h3 {
  opacity: 1;
  bottom: 73px;
}

.album-item a:hover .sub-heading {
  opacity: 1;
  bottom: 48px;
}

.base-gradient-bg {
  background-image: -webkit-linear-gradient(-45deg, #7e6969 20%, #ad0202 100%);
  background-image: linear-gradient(-45deg, #7e6969 20%, #ad0202 100%);
}

.portfolio .portfolio-item {
  cursor: pointer;
  position: relative;
  display: block;
  /* max-width: 25rem; */
  background-color: rgba(168, 168, 158, 0.6);
  min-height: 100px;
  overflow: hidden;
  max-height: 20rem;
}

.portfolio .portfolio-item .portfolio-item-caption {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background-color: rgba(168, 168, 158, 0.6);
}

.portfolio .portfolio-item .portfolio-item-caption:hover {
  opacity: 1;
}

.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
  font-size: 1.5rem;
}

.portfolio-modal .portfolio-modal-title {
  font-size: 2.25rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  .portfolio-modal .portfolio-modal-title {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 768px) {
  .portfolio .portfolio-item {
    max-height: 12rem;
  }
}

.portfolio-modal .close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 3rem;
  line-height: 3rem;
  color: #a8a89e;
  opacity: 1;
}

.popup-image:hover img {
  transform: scale(1.5);
}

.popup-image img {
  transition: transform 0.5s linear;
  height: 20vw;
  object-fit: cover;
}

.logo-banner {
  display: flex;
  justify-content: center;
}

.logo-banner img {
  max-width: 200%;
  width: 55%;
}

@media only screen and (max-width: 768px) {
  .biografia {
    flex-direction: column;
    align-items: center;
  }

  .popup-image img {
    transition: transform 0.5s linear;
    height: 20vh;
    object-fit: cover;
  }

  .biografia-titulo {
    width: 70vw;
    margin: auto 0;
    text-align: center;
  }

  .biografia-conteudo {
    width: 80%;
    text-align: justify;
  }

  .footer-borghetti {
    display: flex;
    flex-direction: column-reverse;
  }

  .footer-dedstudio {
    text-align: center;
  }
}

.social-icons {
  position: fixed;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.social-icons a {
  background-color: rgba(0, 0, 0, 0.2);
  width: 37px;
  height: 37px;
  display: flex;
  border-radius: 50%;
  color: #ffffff;
  flex-direction: column;
  align-items: center;
}

@media (min-width:1440px) {
  .display-PC-agenda {
    right: 20%;
  }
}

@media (max-width:1441px){
  .display-PC-agenda{
    right: 0%;
  }
}

.centraliza-data-prox{
  
  height: 100%;
  font-size: large;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 50px;
  cursor: pointer;
}



.close:hover,
.close:focus {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed; 
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000000000;
}

.modal-content {
  margin: auto;
  display: block;
  width: 65%;  
  height: auto;
  z-index: 1000000000;
}
.modal-content-description {
  margin-left: 45%;
  display: block; 
  z-index: 1000000000;
}