#resultados-section-one {
  margin-top: 70px;
}
#resultados-section-one .container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
}
#resultados-section-one .swiper {
  height: auto;
}
#resultados-section-one .swiper-slide {
  background: transparent;
}
#resultados-section-one .swiper-slide .the-container {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 1rem 4rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: left;
  width: 100%;
  max-height: 300px;
  min-height: 300px;
}
#resultados-section-one .swiper-slide .the-container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
#resultados-section-one .swiper-slide .the-container > div {
  position: relative;
  z-index: 1;
}

#resultados-section-one .whats-div {
  padding: 40px 0;
}
#resultados-section-one .whats-div .inner {
  background-color: #1f1f1f;
  border-radius: 30px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  text-align: left;
  max-height: 300px;
  min-height: 300px;
}
#resultados-section-one .whats-div .inner h2 {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-weight: 300;
  display: flex;
  gap: 2rem;
  align-items: center;
  color: #ffffff;
}
#resultados-section-one .whats-div .inner h2 span {
  color: #a28d34;
  font-size: 46px;
}
#resultados-section-one .whats-div .inner p {
  color: #ffffff;
  font-size: 12px;
}
#resultados-section-one .swiper-slide h2 {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
}
#resultados-section-one .swiper-slide p {
  color: #ffffff;
  font-size: 16px;
  max-width: 622px;
}

#resultados-section-one .container .whats-div a {
  font-size: 12px;
  color: #ffffff;
  width: fit-content;
  display: block;
  margin-left: auto;
  display: flex;
  gap: 1rem;
  align-items: center;
  text-decoration: none;
}
#resultados-section-one .container .whats-div 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;
  border: 1px solid #a28d34;
}

#resultados-section-one .container .swiper a {
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 40px;
  padding: 0.2rem 0.2rem 0.2rem 1rem;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  color: #000000;
  text-decoration: none;
}

#resultados-section-one .container .swiper a span {
  background-color: #000000;
  border-radius: 100%;
  padding: 0.5rem;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
}

#resultados-section-two {
  padding: 4rem 0;
}

#resultados-section-two .container {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

#resultados-section-two .team-box {
  background-color: #1f1f1f;
  border-radius: 30px;
  padding: 1rem;
  flex: 1;
}

#resultados-section-two .team-box h2 {
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
#resultados-section-two .team-box h2 span {
  opacity: 0.7;
}
#resultados-section-two .team-box .results p {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  margin-bottom: 0.3rem;
}
#agenda-section-two {
  margin: 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;
}

#resultados-section-three {
  margin: 4rem 0;
}
#resultados-section-three .container .sello {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  background: transparent;
  color: #000000;
}
#resultados-section-three .container .sello .material-symbols-outlined {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  background: #f5f1e3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #87742480;
}
#resultados-section-three .container .sello.active .material-symbols-outlined,
#resultados-section-three .container .sello:hover .material-symbols-outlined {
  background: #000000;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
}
#resultados-section-three .container .sello p {
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}
#resultados-section-three .container .nav-pruebas {
  gap: 1rem;
}
#resultados-section-three .container .nav-pruebas .nav-link {
  background-color: #fff7de;
  border: 1px solid #e59100;
  border-radius: 10px;
  padding: 0.3rem 1rem;
  color: #623400;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
#resultados-section-three .container .nav-pruebas .nav-link.active {
  color: #ffffff;
  background-color: #e59100;
}
#resultados-section-three .container .nav-pruebas .nav-link p {
  margin: 0;
}
#resultados-section-three .tab-pane{
  overflow-x: auto;
}
#resultados-section-three .tab-pane .results-tab-title {
  font-family: "Poppins", sans-serif;
  font-size: 33px;
  letter-spacing: 4px;
  opacity: 0.6;
}
#resultados-section-three .tab-pane .results-tab-divisor {
  border: 1px solid #d0d0d0;
  max-width: 838px;
  margin: 2rem auto;
}
#resultados-section-three .tab-pane .results-tab-thecat {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  margin-bottom: 2rem;
}
#resultados-section-three .tab-pane .results-tab-panels {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
#resultados-section-three .tab-pane .results-tab-panels .team-box {
  border-radius: 30px;
  padding: 1rem;
  flex: 1;
  justify-content: space-around;
  color: #ffffff;
  display: flex;
  gap: 1rem;
}
#resultados-section-three .tab-pane .results-tab-panels .team-box span {
  font-size: 56px;
  opacity: 0.4;
}
#resultados-section-three .tab-pane .results-tab-panels .team-box h2 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
}

#resultados-section-three .tab-pane .results-tab-panels .team-box h4 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 1rem;
}
#resultados-section-three .tab-pane .results-tab-panels .team-box p {
  margin-bottom: 0.3rem;
}

#resultados-section-three .tab-pane .results-tab-panels .team-box.gold {
  background-color: #877424;
}
#resultados-section-three .tab-pane .results-tab-panels .team-box.silver {
  background-color: #888888;
}
#resultados-section-three .tab-pane .results-tab-panels .team-box.bronce {
  background-color: #774c02;
}
#resultados-section-three .tab-pane .restults-table {
  margin-top: 2rem;
  width: 100%;
  border-collapse: collapse;
}
#resultados-section-three .tab-pane .restults-table tr:nth-child(odd) {
  background-color: #d9d9d980;
}
#resultados-section-three .tab-pane .restults-table td{
  padding: 3px 10px;
}


.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;
}

