/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");

#galeria .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease-in-out 0.2s;
  transform-origin: center center;
  transform: scale(1);
  opacity: 1;
}

#galeria .swiper-slide.swiper-slide-prev,
#galeria .swiper-slide.swiper-slide-next {
  transform: scale(1);
  opacity: 0.2;
  background-color: #fff;
  color: #333;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

#galeria .swiper-button-next,
#galeria .swiper-button-prev {
  transform: scale(1);
  background-color: #fff;
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

#galeria .swiper-button-next::after,
#galeria .swiper-button-prev::after {
  font-size: 24px;
  font-weight: 600;
}

#galeria .swiper-caption {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border-radius: 60px;
}

#galeria .swiper-slide img {
  height: 600px;
  width: auto;
}

#galeria.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -50px;
}

#galeria .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff;
  opacity: 1;
}

#galeria .swiper-pagination-bullet-active {
  background: #d9a344;
}

#agenda.agenda-shows-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 50px;
}

#agenda .agenda-show-item {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 6px;
  transition: all 0.2s ease;
  padding: 20px;
  background-color: #59190136;

  &:hover {
    background-color: #5919014d;
    cursor: pointer;
  }
}

#agenda .agenda-show-imagem img {
  width: 380px;
  max-height: 255px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 0;
  margin: 0;
  object-fit: fill;
}

#agenda .agenda-show-info {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 4px;
}

#agenda .agenda-show-desc {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  color: #333;
  padding: 4px 0;
}

#agenda .agenda-show-local {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

#agenda .agenda-show-data {
  font-weight: 600;
  margin: 0;
  padding: 0;
}

#agenda .agenda-show-tipo {
  color: #666;
  font-weight: 500;
  font-size: 18px;
}

#agenda .btn-insta {
  background-color: #d9a344; /* cor Instagram */
  color: #fff;
  padding: 3px 32px;
  border-radius: 4em;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

#agenda .btn-insta:hover {
  background-color: #b68838;
}
