#faq-section-one {
  margin-top: 70px;
}
#faq-section-one .container{
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
}
#faq-section-one .swiper{
  height: auto;
}
#faq-section-one .swiper-slide{
  background: transparent;
}
#faq-section-one .swiper-slide .the-container{
  background-color: #aa922e;
  border-radius: 30px;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4rem;
  text-align: left;
  max-height: 300px;
  min-height: 300px;
}

#faq-section-one .whats-div{
  padding: 40px 0;
}
#faq-section-one .whats-div .inner{
  background-color: #56FF8B;
  border-radius: 30px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
  text-align: left;
  max-height: 300px;
  min-height: 300px;
}
#faq-section-one .whats-div .inner h2{
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-weight: 800;
  display: flex;
  gap: 2rem;
  align-items: center;
}

#faq-section-one .swiper-slide span {
  font-size: 116px;
  color: #ffffff;
}
#faq-section-one .swiper-slide h2 {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
}
#faq-section-one .swiper-slide p {
  color: #ffffff;
  font-size: 16px;
  max-width: 622px;
}

#faq-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;
}
#faq-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;
}



.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;
}
#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;
}

