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 6rem;
  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 .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;
   overflow-y: auto;
}


/* 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 {
    height: auto;
  }
  .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 {
    flex-direction: column !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 {
    max-width: 100%;
    width: 100%;
  }

  #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;
}
