body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#main-navbar {
  background-color: #ffffff;
}

#main-navbar .navbar-nav .nav-link {
  font-size: 13px;
  padding: 0 1rem;
}

.whats-link {
  font-family: "Poppins", sans-serif;
  background-color: #000000;
  padding: 0.2rem 0.2rem 0.2rem 1rem;
  border-radius: 40px;
  color: #ffffff;
  font-weight: 500;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}

.whats-link:hover {
  background-color: #877424 !important;
  transition: all 0.3s ease-in-out;
}

.whats-link img {
  background-color: #ffffff;
  border-radius: 100%;
  padding: 0.5rem;
}

/*-----------------SWIPER----------------------------------*/
#slide-section {
  margin-top: 4rem;
  height: 90vh;
  position: relative;
  padding: 1rem;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-thumbs .swiper-slide img,
.swiper-thumbs .swiper-slide {
  border-radius: 20px;
  opacity: 1 !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 100%;
  width: 100%;
  padding-bottom: 3rem;
}

.mySwiper2 .swiper-pagination {
  text-align: right;
  padding: 0 2rem;
}

.mySwiper2 .swiper-wrapper .swiper-slide {
  background: transparent;
}

.mySwiper2 .swiper-wrapper .swiper-slide img {
  border-radius: 40px;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 5px;
  max-width: 325px;
  position: absolute;
  right: 2rem;
  bottom: 4.5rem;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.4);
}

.slide-centered img {
  object-position: right;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide {
  position: relative;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide .caption {
  max-width: 390px;
  position: absolute;
}

.swiper-slide .caption h2 {
  background: #000000;
  padding: 0.3rem;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 17px;
  width: fit-content;
  font-weight: 100;
}

.swiper-slide .caption p {
  color: #ffffff;
  font-size: 16px;
  text-align: left;
}

.swiper-slide .caption a {
  color: #ffffff;
  font-size: 14px;
  background-color: #cda560;
  border-radius: 40px;
  padding: 0.2rem 0.2rem 0.2rem 1rem;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}

.swiper-slide .caption h4 {
  color: #ffffff;
  font-size: 70px;
  line-height: 72px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  text-align: left;
}

.swiper-slide .caption a span {
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  padding: 0.5rem;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-caption-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.swiper-caption-buttons a {
  color: #ffffff;
  background-color: #000000;
  border-radius: 100%;
  padding: 0.5rem;
  display: flex;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}

.swiper-caption-buttons a span {
  font-size: 18px !important;
}

.swiper-caption-buttons a:hover {
  background-color: #cda560;
  color: #000000;
  transition: all ease-in-out 0.3s;
}

.swiper-slide .caption.one {
  bottom: 8rem;
  left: 8rem;
}

.swiper-slide .caption.two {
  bottom: 12rem;
  right: 8rem;
}

.swiper-slide .caption.three {
  bottom: 12rem;
  left: 50%;
  margin-left: -200px;
}

.swiper-slide .caption.one.larger {
  max-width: 500px;
}

/*-----------------SECTIONS----------------------------------*/
#section-one {
  padding: 0 0 0;
  background: #fffdf7;
  background: linear-gradient(180deg, rgba(255, 253, 247, 0) 70%, #d5fffb 100%);
}

#section-one .two-columns {
  display: flex;
  align-items: center;
  gap: 3rem;
  max-width: 902px;
  margin: 0 auto;
}

#section-one .two-columns>div {
  position: relative;
  flex: 1;
}

#section-one .three-columns>div {
  position: relative;
}

#section-one .three-columns {
  display: flex;
  align-items: center;
  margin: 4rem auto 0;
  justify-content: center;
}

#section-one .three-columns>div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section-one .two-columns>div.section-one-images {
  padding-left: 3rem;
}

#section-one .two-columns>div img {
  max-width: 364px;
}

#section-one .two-columns>div img.floating-image {
  width: 134px;
  height: auto;
  position: absolute;
  bottom: 3rem;
  left: 0;
}

#section-one .three-columns h2 {
  color: #ffffff;
  font-size: 73px;
  line-height: 73px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  background-color: #000000;
  border-radius: 20px;
  padding: 0.3rem 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 127px;
}

#section-one .three-columns h2 span {
  color: #ffffff;
  font-size: 46px;
}

#section-one .four-columns {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin: 0 auto;
  margin-top: 2rem;
  /* max-width: 900px; */
}

#section-one .four-columns>div {
  position: relative;
  flex: 1;
}

#section-two {
  background-color: #0d154d;
  padding: 0.5rem 0;
}

#section-two .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#section-two .container h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 100;
  margin: 0;
}

#section-two .container h3 strong {
  font-weight: 700;
}

#section-two a {
  background-color: #0d154d !important;
}

#section-two a:hover {
  background-color: #000000 !important;
  transition: all 0.3s ease-in-out;
}

#section-three {
  padding: 4rem 0;
}

#section-three .container {
  display: flex;
  gap: 3rem;
}

#section-three .container>div {
  flex: 1;
}

#section-three .container>div.dark {
  padding: 1rem;
  background-color: #1f1f1f;
  border-radius: 20px;
}

#section-three .container>div.dark h2 {
  color: #ffffff;
  font-size: 23px;
  display: flex;
  gap: 1rem;
  align-items: center;
}

#section-three .container>div h2 span {
  color: #cda560;
  font-size: 44px !important;
  font-weight: 100 !important;
}

#section-three .container>div.dark p {
  color: #ffffff;
  font-size: 16px;
}

#section-three .container>div.dark a {
  font-size: 12px;
  color: #ffffff;
  width: fit-content;
  display: block;
  margin-left: auto;
  display: flex;
  gap: 1rem;
  align-items: center;
  text-decoration: none;
}

#section-three .container>div.dark a span {
  width: 40px;
  height: 40px;
  border: 1px solid #cda560;
  background: #000000;
  border-radius: 100%;
  display: flex;
  font-size: 21px !important;
  align-items: center;
  justify-content: center;
}

#section-three .container>div p,
#section-three .container>div ul li {
  font-size: 14px;
}

#section-four {
  padding: 4rem 0;
}

#section-four .container .two-column {
  display: flex;
  align-items: start;
  gap: 2rem;
}

#section-four .container .two-column>div {
  width: 30%;
}

#section-four .container .two-column>div.multicolumn {
  width: 70%;
}

#section-four .container .two-column>div.multicolumn.full {
  width: 100%;
}

#section-four .container .two-column .multicolumn {
  display: flex;
  gap: 1rem;
}

#section-four .container .two-column .multicolumn a {
  padding: 1rem;
  border-radius: 20px;
  background-color: #a28d341a;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  color: #877424;
  transition: all ease-in-out 0.3s;
  flex: 1;
  height: 100%;
}

#section-four .container .two-column .multicolumn a h2 {
  font-size: 33px;
  font-weight: 800;
  line-height: 35px;
  margin: 0;
}

#section-four .container .two-column .multicolumn .swiper {
  height: 240px;
  padding: 0 40px 40px;
}

#section-four .container .two-column .multicolumn .swiper-slide {
  background: transparent;
  text-align: left;
}

#section-four .container .two-column .multicolumn a h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}

#section-four .container .two-column .multicolumn a p {
  font-size: 14px;
}

#section-four .container .two-column .multicolumn a span {
  width: 40px;
  height: 40px;
  background: #877424;
  color: #ffffff;
  border-radius: 100%;
  display: flex;
  font-size: 21px !important;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

#section-four .container .two-column .multicolumn a.active {
  background-color: #1f1f1f;
  color: #ffffff !important;
}

#section-five {
  padding: 4rem 0 0;
}

#section-five p {
  max-width: 40%;
}

#section-five .mySwiper3.swiper {
  width: 100%;
  height: 400px;
  padding-bottom: 2rem;
}

#section-five .mySwiper3.swiper .swiper-slide,
#section-five .mySwiper3.swiper .swiper-slide img {
  border-radius: 40px;
}

#section-five .mySwiper3.swiper .swiper-slide h2 {
  font-size: 120px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 2rem;
  text-transform: uppercase;
}

.swiper .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #000000;
  opacity: 1;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}

#section-six {
  padding: 4rem 0;
}

#section-six .container .swiper-slide {
  border-radius: 20px;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
}


/* width */
#section-six ::-webkit-scrollbar {
  width: 4px;
}

/* Track */
#section-six ::-webkit-scrollbar-track {
  background: #22212a;
}

/* Handle */
#section-six ::-webkit-scrollbar-thumb {
  background: #877424;
  border-radius: 5px;
}

/* Handle on hover */
#section-six ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#section-six .container .swiper-slide span {
  font-size: 66px !important;
  font-weight: 500 !important;
}

#section-six .container .swiper-slide h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  margin: 0;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
}

#section-six .container .swiper-slide p {
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
}

#section-six .container .swiper-slide.blue-one {
  background-color: #c6e7ff;
  color: #0174d8 !important;
}

#section-six .container .swiper-slide.pink-one {
  background-color: #ebdfff;
  color: #7538d8 !important;
}

#section-six .container .swiper-slide.pink-one p {
  color: #431f8e !important;
}

#section-six .container .swiper-slide.pink-one h2 {
  color: #7538d8 !important;
}

#section-six .container .swiper-slide.yellow-one {
  background-color: #fff7de;
  color: #e59100;
}

#section-six .container .swiper-slide.yellow-one h2 {
  color: #e59100 !important;
}

#section-six .container .swiper-slide.yellow-one p {
  color: #623400 !important;
}

#section-six .container .swiper-slide.blue-two {
  background-color: #d4fdff;
  color: #04949b;
}

#section-six .container .swiper-slide.blue-two h2 {
  color: #004549;
}

#section-six .container .swiper-slide.blue-two p {
  color: #04949b;
}

#section-six .container .swiper-slide.yellow-two {
  background-color: #edffbf;
  color: #2a5000;
}

#section-six .container .swiper-slide.green-one {
  background-color: #e4fff3;
  color: #019656;
}

#section-six .mySwiper4.swiper {
  width: 100%;
  height: 260px;
  padding: 0 3rem 2rem;
}

#section-six .container .swiper-slide span.more {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 20px !important;
}

#section-seven {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#section-seven .container a {
  font-size: 12px;
  color: #000000;
  width: fit-content;
  display: block;
  display: flex;
  gap: 1rem;
  align-items: center;
  text-decoration: none;
}

#section-seven .container a.circle-link span {
  color: #ffffff;
  width: 40px;
  height: 40px;
  border: 1px solid #cda560;
  background: #000000;
  border-radius: 100%;
  display: flex;
  font-size: 21px !important;
  align-items: center;
  justify-content: center;
}

#section-seven .container {
  display: flex;
  gap: 2rem;
  align-items: center;
}

#section-seven .container .sede-title {
  max-width: 25%;
}

#section-seven .container .sede-title img {
  max-width: 134px;
}

#section-seven .container .sede-photo-one {
  max-width: 75%;
  max-height: 296px;
  border-radius: 20px;
  overflow: hidden;
}

#section-seven .container .sede-photo-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section-seven .container .sede-photo-two {
  max-width: 35%;
  max-height: 296px;
  border-radius: 20px;
  overflow: hidden;
}

#section-seven .container .sede-photo-two img {
  max-width: 100%;
}

#section-seven .container .sede-photo-three {
  max-width: 65%;
  position: relative;
  max-height: 296px;
  border-radius: 20px;
  overflow: hidden;
}

#section-seven .container .sede-photo-three img {
  max-width: 100%;
}

#section-seven .container .sede-photo-three .sede-caption {
  position: absolute;
  left: 1rem;
  right: 2rem;
  bottom: 0.4rem;
  z-index: 2;
}

#section-seven .container .sede-photo-three .sede-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
  background: #ffffff;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 1) 100%);
}

#section-seven .container .sede-photo-three .sede-caption a {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  display: flex;
  gap: 1rem;
}

#section-seven .container .sede-photo-three .sede-caption h2 span.material-symbols-outlined {
  font-size: 46px;
}

#section-eight {
  padding: 4rem 0;
}

#section-eight .container {
  display: flex;
  gap: 2rem;
}

#section-eight .container .sub-one {
  background-color: #796823;
  border-radius: 30px;
  max-width: 90px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section-eight .container .sub-one span {
  font-size: 46px;
  color: #ffffff;
}

#section-eight .container .sub-two .two-columns {
  display: flex;
  gap: 2rem;
}

#section-eight .container .sub-two .two-columns>div {
  flex: 1;
}

#section-eight .container .sub-two .two-columns>div img {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

#section-eight .container .sub-two .two-columns>div h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

#section-eight .container .sub-two .two-columns>div h3 {
  font-size: 16px;
}

#section-eight .container .sub-two .two-columns>div p {
  margin-top: 1rem;
}

#section-eight .container .sub-two .two-columns>div a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

#section-eight .container .sub-two .two-columns>div a:hover {
  color: #877424;
}

#section-eight .container .sub-two .two-columns>div a span {
  font-size: 14px !important;
}

#section-eight .container .sub-three {
  max-width: 400px;
}

#section-eight .container .sub-three .small-slide-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#section-eight .container .sub-three .small-slide-content .descript {
  margin-top: 1rem;
}

#section-eight .container .sub-three .small-slide-content>div {
  display: flex;
  gap: 3rem;
  justify-content: flex-start;
  align-items: center;
}

#section-eight .container .sub-three .small-slide-content span {
  color: #ffffff;
  font-size: 46px;
}

#section-eight .container .sub-three .small-slide-content .tag {
  color: #ffffff;
  font-size: 14px;
  border: 1px solid;
  border-radius: 40px;
  padding: 0.2rem 0.5rem;
  margin: 0;
}

#section-eight .container .sub-three .small-slide-content p {
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  margin: 0;
}

#section-eight .container .sub-three .small-slide-content img {
  margin: auto;
  max-height: 90px;
  width: auto;
}

#section-eight .container .sub-three .mySwiper5 .swiper-slide {
  background: #323232;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1em;
}

#section-eight .container .sub-three .mySwiper5 .swiper-slide a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#section-nine {
  padding: 4rem 0;
}

#section-nine .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  color: #000000;
}

#section-nine .accordion-button {
  box-shadow: none !important;
}

#section-nine .accordion .accordion-item .accordion-button {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}

.accordion-button.collapsed::after {
  background-image: url(./images/icons/plus.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(./images/icons/minus.svg);
}

#section-nine .disclaimer-part {
  max-width: 640px;
  margin: 4rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}

#section-nine .disclaimer-part h2 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: bold;
}

#section-nine .whats-link {
  background-color: #56ff8b;
  color: #0b8900;
  transition: all 0.3s ease-in-out;
}

#section-nine .whats-link:hover {
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}

#section-ten {
  padding: 4rem 0;
  background: #323232;
}

#section-ten .container {
  display: flex;
  gap: 2rem;
  align-items: center;
  max-width: 920px;
}

#section-ten .container>div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
}

#section-ten .container>div img {
  max-width: 100%;
}

#section-ten .container .caption p {
  color: white;
  font-size: 16px;
}

#section-ten .container .caption>div {
  display: flex;
  gap: 0.5rem;
}

#section-ten .container .caption>div span {
  color: white;
  font-size: 21px !important;
}

#section-ten .container .caption>div h4 {
  color: white;
  font-size: 17px;
  font-weight: 200;
  display: block;
}

#section-ten .container .caption>div h4 small {
  font-size: 12px;
  font-weight: 100;
  margin-top: 0.8rem;
  display: block;
}

#section-eleven {
  padding: 4rem 0;
}

#section-eleven .container .swiper-slide {
  background: transparent;
}

#section-eleven .container .swiper-slide img {
  max-width: 100%;
  object-fit: contain;
}

#section-twelve .container .swiper-slide {
  background: transparent;
}

#section-twelve .container .swiper-slide img {
  max-width: 100%;
  object-fit: contain;
}

.mySwiper7 {
  height: 200px;
}

footer .first-content {
  padding: 4rem 0;
  background: url(./images/footer-bkg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

footer .first-column {
  max-width: 412px;
  margin: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

footer .first-column h2 {
  color: #ffffff;
  font-size: 26px;
  margin: 0;
  font-weight: 200;
}

footer .first-column h2 strong {
  font-weight: 800;
}

footer .swiper-caption-buttons 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;
}

footer .swiper-caption-buttons 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;
}

footer .bg-white {
  background: #ffffff;
  padding: 1rem 0;
}

footer .bg-white .container {
  display: flex;
  gap: 1rem;
}

footer .bg-white .container>div {
  flex: 1;
}

footer .bg-white .container>div img {
  max-width: 72px;
}

footer .bg-white .container>div p {
  margin: 0;
  font-size: 12px;
}

footer .bg-white .container>div a {
  color: #000000;
  font-size: 12px;
}

.section-title {
  font-family: "Poppins", sans-serif;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 8px;
  transition: all ease-in-out 0.3s;
  margin-bottom: 2rem;
}

.divisor {
  border: 1px solid #cda560;
  max-width: 838px;
  margin: 0 auto;
}

.divisor-corto {
  border: 3px solid #cda560;
  max-width: 136px;
}

.hide-desktop {
  display: none;
}

/*****************************MODALS****************************************/
.diciplina-modal .modal-dialog .modal-content {
  padding: 0 1rem;
  border-radius: 20px;
}

.diciplina-modal .modal-header {
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.diciplina-modal .modal-header button {
  border: none;
  background: transparent;
}

.diciplina-modal .modal-header .modal-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.diciplina-modal .modal-footer {
  border: none;
  justify-content: center;
}

.diciplina-modal .modal-footer button {
  border: none;
  background: transparent;
}

.diciplina-modal .modal-footer button span {
  font-size: 30px;
  line-height: 30px;
}

.diciplina-modal .modal-body {
  border-radius: 20px;
  text-align: left !important;
  padding-top: 1rem;
}

.diciplina-modal .modal-body span {
  font-size: 66px !important;
  font-weight: 500 !important;
}

.diciplina-modal .modal-body h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}

.diciplina-modal .modal-body p {
  font-size: 15px;
}

.diciplina-modal .modal-body .header-modal {
  display: flex;
  gap: 1rem;
  text-align: left !important;
}

.diciplina-modal .modal-body.blue-one {
  background-color: #c6e7ff;
  color: #00417a !important;
}

.diciplina-modal .modal-body.blue-one span {
  color: #0174d8;
}

.diciplina-modal .modal-body.green-one {
  background-color: #e4fff3;
  color: #019656;
}

.diciplina-modal .modal-body.green-one {
  background-color: #e4fff3;
  color: #019656;
}

.diciplina-modal .modal-body.pink-one {
  background-color: #ebdfff;
  color: #7538d8 !important;
}

.diciplina-modal .modal-body.pink-one p {
  color: #431f8e !important;
}

.diciplina-modal .modal-body.pink-one h2 {
  color: #7538d8 !important;
}

.diciplina-modal .modal-body.yellow-one {
  background-color: #fff7de;
  color: #e59100;
}

.diciplina-modal .modal-body.yellow-one h2 {
  color: #e59100 !important;
}

.diciplina-modal .modal-body.yellow-one p {
  color: #623400 !important;
}

.diciplina-modal .modal-body.blue-two {
  background-color: #d4fdff;
  color: #04949b;
}

.diciplina-modal .modal-body.blue-two h2 {
  color: #004549;
}

.diciplina-modal .modal-body.blue-two p {
  color: #04949b;
}

.diciplina-modal .modal-body.yellow-two {
  background-color: #edffbf;
  color: #2a5000;
}

.diciplina-modal .modal-body.gray-one {
  background-color: #ededed;
}

@media only screen and (max-width: 600px) {

  #section-six .mySwiper4.swiper,
  #section-six .container .swiper-slide div {
    height: auto !important;
    max-height: 100% !important;
  }

  .mySwiper {
    display: none;
  }

  .mySwiper2 .slide-centered {
    object-position: right;
  }

  .navbar-nav .nav-item {
    padding: 0.5rem 0;
  }

  section {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  section#slide-section {
    height: 70vh !important;
  }

  #section-one .two-columns,
  #section-one .three-columns,
  footer .first-content div,
  footer div.bg-white div,
  #section-two .container,
  #section-three .container,
  #section-four .container .two-column,
  #section-seven .container,
  #section-eight .container .sub-two .two-columns,
  #section-eight .container,
  #section-eleven .container,
  #section-four .container .two-column .multicolumn,
  #section-ten .container,
  #somos-section-two .container,
  #somos-section-two .container .second-div,
  #somos-section-three .container,
  #agenda-section-one .container,
  #agenda-section-two .container,
  #agenda-section-three .tab-content .tab-pane .tab-inner-content,
  #resultados-section-two .container,
  #resultados-section-three .tab-pane .results-tab-panels {
    flex-direction: column !important;
  }

  #resultados-section-one .container {
    grid-template-columns: 1fr !important;
  }

  #section-one .three-columns {
    gap: 2rem;
  }

  .swiper-slide .caption {
    left: 1rem !important;
    margin: 0 !important;
    top: 15rem !important;
  }

  .swiper-slide .caption h4 {
    font-size: 30px;
    line-height: 32px;
  }

  #section-one .two-columns>div.section-one-images {
    padding: 0;
  }

  #section-two {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #section-two .container {
    align-items: flex-start;
    gap: 1rem;
  }

  #section-four .container .two-column>div,
  #section-four .container .two-column>div.multicolumn,
  #section-five p,
  #section-seven .container .sede-title,
  #section-seven .container .sede-photo-one,
  #section-seven .container .sede-photo-two,
  #section-seven .container .sede-photo-three,
  #agenda-section-three .tab-content .tab-pane .tab-inner-content .the-caption,
  #agenda-section-three .tab-content .tab-pane .tab-inner-content .the-data {
    max-width: 100% !important;
    width: 100% !important;
  }

  #section-seven .container .sede-photo-three .sede-caption h2 {
    font-size: 12px;
  }

  footer .bg-white .container>div {
    align-items: flex-start !important;
  }

  .hide-movil {
    display: none !important;
  }

  .hide-desktop {
    display: block;
  }

  footer .first-content {
    background-position: -1100px center;
  }

  #section-five .mySwiper3.swiper .swiper-slide h2 {
    font-size: 30px;
  }
}

.floating-navigation {
  width: 34px;
  background: #877424;
  border-radius: 30px;
  position: fixed;
  top: 40vh;
  right: 1vw;
  z-index: 999;
  padding: 1rem 0;
}

.floating-navigation ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
}

.floating-navigation .floating-nav-item .floating-nav-link {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: block;
  border: 4px solid #ffffff;
  transition: all 0.2s ease-in-out;
}

.floating-navigation .floating-nav-item .floating-nav-link.bigger {
  width: 20px;
  height: 20px;
  border: 6px solid #ffffff;
}

.floating-navigation .floating-nav-item .floating-nav-link:hover {
  background: #000000;
  transition: all 0.5s ease-in-out;
}

.swipe-icon-container {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100px;
}

.swipe-icon {
  left: 50%;
  margin-left: -20px;
  width: 40px;
  position: absolute;
  animation: cursor-animation 1.2s cubic-bezier(0.23, 1, 0.72, 1) infinite;
}

.swipe-icon span {
  font-size: 40px;
  color: #877424;
}

@keyframes cursor-animation {
  0% {
    left: 100px;
    transform: rotate(30deg);
  }

  100% {
    left: 40px;
    transform: rotate(0deg);
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #877424;
}

.floating-sign {
  background: #ffffff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99;
  bottom: 2rem;
  right: 1rem;
  box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.floating-sign span {
  color: #877424;
}

/*************************************************/
/**************** Mundialito *********************/
/*************************************************/
.register-detail {
  .detail {
    font-size: 15px !important;
  }
}

.listo-jugar {
  text-align: center;
  margin-top: 50px;
}

.listo-jugar .titulo {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.listo-jugar .descripcion {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.blue-label {
  width: 100%;
  height: 60px;
  background: #0D154D;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 0 80px;
}

.blue-label .label-text {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

.blue-label .first-label {
  font-weight: 600;
}

.label-button {
  display: flex;
  align-items: center;
  gap: 10px;

  background: #0C164D;
  border-radius: 40px;

  padding: 5px 12px;
  cursor: pointer;
}

.label-button span {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.11em;
  color: #FFFFFF;
}

.label-button .arrow {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.label-button .material-symbols-outlined {
  color: #0D154D;
  font-size: 20px;
}

@media (max-width: 768px) {
  .blue-label {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    padding: 14px 20px;
    min-height: auto;
    height: 110px;
  }

  .blue-label .label-text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.08em;
  }

  .label-button {
    margin-top: 8px;
    padding: 5px 8px 5px 12px;
  }

  .label-button-text {
    font-size: 13px;
    line-height: 18px;
  }

  .arrow-circle {
    width: 28px;
    height: 28px;
  }

  .arrow-icon.material-symbols-outlined {
    font-size: 18px;
  }
}


.register-detail {
  .detail {
    font-size: 15px !important;
  }
}

.custom-form {
  .form-label {
    font-weight: 400 !important;
    font-size: 15px;
  }
}


.container-invite-success {
  .title {
    color: #000;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }

  .detail {
    color: #000;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-line-height-Text-xs, 18px);
    letter-spacing: 0.91px;
    text-align: left;
  }

  .btn-close-modal {
    border-radius: 36px;
    font-family: 'Poppins';
    font-weight: 100;
    font-size: 14px;
    padding: 6px 15px 6px 15px;
  }
}

.registro-capitan{
  width: 60%;
  margin: 50px auto 40px auto;

  text-align: center;
}

.btn-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.btn-registrar {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 40px;
  padding: 0 20px;

  background: #000000;
  border-radius: 40px;

  text-decoration: none;
}

.btn-registrar span {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
}

.accordion-body.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .accordion-body.two-columns {
    grid-template-columns: 1fr;
  }
}

.mySwiper8 .swiper-slide {
  width: 197px !important;
  height: 215px !important;
  flex-shrink: 0;
}

.mySwiper8 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.mySwiper4 .swiper-slide {
  width: 413px !important;
  height: 215px !important;
  flex-shrink: 0;
}

.mySwiper4 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

#section-six .container .swiper-slide.red-one {
  background-color: #FFD3E0;
  color: #C12152;
}

.team-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.team-title-row .title {
  margin: 0;
}

.btn-help-mundialito {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border: none;
  border-radius: 40px;
  background: #000000;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  cursor: pointer;
}

.btn-help-mundialito .material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #FFFFFF;

  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-help-mundialito:hover {
  opacity: 0.9;
}

.team-title-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.team-title-inline .title {
  margin: 0;
}

.tooltip-help-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.btn-help-mundialito {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border: none;
  border-radius: 40px;
  background: #000000;
  padding: 0;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-help-mundialito .material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #FFFFFF;

  display: flex;
  align-items: center;
  justify-content: center;
}

.tooltip-mundialito {
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 2000;

  width: 500px;
  height: 773px;
  padding: 18px 19px;

  background: #FFFFFF;
  box-shadow: 0px 34px 64px rgba(0, 0, 0, 0.17);
  border-radius: 30px;
}

.tooltip-mundialito-inner {
  width: 100%;
  height: 100%;
}

.tooltip-mundialito-content {
  width: 462px;
  height: 693px;
  margin: 43px auto 0 auto;
  background: #FFF7DE;
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;

  padding: 18px;
  overflow-y: auto;
  text-align: left;
}

.tooltip-section {
  width: 100%;
  border-bottom: 1px solid #623400;
  padding: 4px 0 12px;
}

.tooltip-section.no-border {
  border-bottom: none;
}

.tooltip-section-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 118px;
}

.tooltip-icon-block {
  width: 76px;
  min-width: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.tooltip-main-icon {
  font-family: 'Material Symbols Outlined' !important;
  font-weight: 500;
  font-size: 66px;
  line-height: 76px;
  letter-spacing: 0.07em;
  color: #E59100;
}

.tooltip-year {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #E59100;
  text-align: center;
}

.tooltip-main-text {
  flex: 1;
}

.tooltip-label {
  margin: 0 0 8px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #623400;
}

.tooltip-description {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #623400;
}

.tooltip-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.tooltip-close-btn {
  width: 43px;
  height: 43px;
  border: none;
  background: transparent;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.tooltip-close-btn .material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-size: 30px;
  line-height: 1;
  color: #623400;
}

.hide-tooltip {
  display: none;
}

@media (max-width: 768px) {
  .tooltip-mundialito {
    width: 92vw;
    max-width: 500px;
    height: auto;
    max-height: 80vh;
    left: 50%;
    transform: translateX(-50%);
  }

  .tooltip-mundialito-content {
    width: 100%;
    height: auto;
    max-height: calc(80vh - 70px);
    margin-top: 20px;
  }

  .tooltip-section-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .tooltip-icon-block {
    align-items: flex-start;
  }
}

.tooltip-mundialito {
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 2000;

  width: 500px;
  height: 773px;
  padding: 18px 19px;

  background: #FFFFFF;
  box-shadow: 0px 34px 64px rgba(0, 0, 0, 0.17);
  border-radius: 30px;
}

.tooltip-close-btn {
  position: absolute;
  top: 14px;
  right: 14px;

  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.tooltip-close-btn .material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-size: 28px;
  line-height: 1;
  color: #623400;
}

.tooltip-close-btn:hover {
  background: rgba(98, 52, 0, 0.08);
}

.member-ok-text {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.member-error-text {
  color: #d40000;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 18px;
}