#agenda-section-one {
  margin-top: 70px;
}
#agenda-section-one .container {
  background-color: #aa922e;
  border-radius: 30px;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
#agenda-section-one .container span {
  font-size: 116px;
  color: #ffffff;
}
#agenda-section-one .container h2 {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
}
#agenda-section-one .container p {
  color: #ffffff;
  font-size: 16px;
  max-width: 622px;
}
#agenda-section-two {
  padding: 4rem 0;
}
#agenda-section-two .container {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
#agenda-section-two .container h3 {
  font-family: "Poppins", sans-serif;
  font-size: 33px;
  letter-spacing: 4px;
}
#agenda-section-two .container p {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  letter-spacing: 4px;
}
#agenda-section-three #pills-tab {
  gap: 1rem;
}
#agenda-section-three .small-title{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
#agenda-section-three #pills-tab .nav-link{
  background-color: #F5F1E3;
  border-radius: 15px;
  color: #877424;
  font-size: 25px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  padding: 0.1rem 0.8rem;
}
#agenda-section-three #pills-tab .nav-link.active{
  background-color: #000000;
  color: #ffffff;
}
#agenda-section-three .tab-content{
  padding: 2rem 0;
}
#agenda-section-three .tab-content .tab-pane .tab-inner-content{
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
#agenda-section-three .tab-content .tab-pane .tab-inner-content .the-caption{
  width: 45%;
}
#agenda-section-three .tab-content .tab-pane .tab-inner-content .the-data{
  width: 30%;
}
#agenda-section-three .tab-content .tab-pane .tab-inner-content img{
  max-width: 368px;
}

#agenda-section-three .tab-content .tab-pane .tab-inner-content .the-caption h2{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

#agenda-section-three .tab-content .tab-pane .tab-inner-content .the-data span.material-symbols-outlined{
  color: #A28D34;
  font-size: 36px;
}
#agenda-section-three .tab-content .tab-pane .tab-inner-content .the-data p{
  display: flex;
  gap: 1rem;
  align-items: center;
}

#agenda-section-three .tab-content .tab-pane .divisor{
  margin: 2rem 0;
  max-width: 100% !important;
}

.agenda-sport-image{
  border-radius: 31px;
}

.divisor {
    border: 0.5px solid #CDA560 !important;
    opacity: 1;
}

.avisoSwiper {
  height: auto;
}
.avisoSwiper .swiper-slide {
  background: transparent;
  text-align: left;
}

#agenda-section-one .avisoSwiper .container p {
  width: 100%;
  max-width: 100%;
}

#agenda-section-one .container a {
  font-size: 12px;
  color: #000000;
  width: fit-content;
  display: block;
  margin-left: auto;
  display: flex;
  gap: 1rem;
  align-items: center;
  text-decoration: none;
}

#agenda-section-one .container a span {
  width: 40px;
  height: 40px;
  background: #000000;
  border-radius: 100%;
  display: flex;
  color: #ffffff;
  font-size: 21px !important;
  align-items: center;
  justify-content: center;
}

#agenda-section-one .second-warn .container {
    background-color: #877424;
}

