@charset "UTF-8";
:root {
  --icons-color-light: white;
  --icons-color-dark: #b5c525;
  --text-color-title: orange;
  --text-color-dark: black;
  --text-color-light: white;
  --background-color-dark: black;
  --background-color-section: #f2f7f3;
  --text-color-validation-error: #FF0000;
  --primary-color: #006d56;
  --primary-light: #00a17a;
  --primary-dark: #004a3c;
  --secondary-color: #f59e0b;
  --accent-color: #10b981;
  --dark-color: #1f2937;
  --light-color: #f8fafc;
  --gradient-primary: linear-gradient(135deg, #006d56 0%, #00a17a 100%);
  --gradient-secondary: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
  --gradient-primary-hover: linear-gradient(135deg, #004a3c 0%, #006d56 100%);
  --border-radius: 12px;
  --box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html {
  font-size: 14px;
}
html sup.required {
  color: red;
  padding-left: 2px;
}
html .field-validation-error {
  color: var(--text-color-validation-error);
}
html .input-validation-error {
  border: solid 1px var(--text-color-validation-error);
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--accent-color);
  background-color: var(--background-color-dark);
}

.nav-link, .nav-link:hover, .nav-link:focus {
  color: var(--text-color-light);
}

ul li {
  list-style-type: none;
}
ul.list-documents {
  padding-left: 1.2rem;
}
ul.list-documents li {
  list-style-type: disc;
}
ul.list-documents li a.rules {
  color: #f85149;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #b5c525;
}

.btn-primary {
  background-image: linear-gradient(135deg, #006d56 0%, #b5c525 100%);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  border: none;
}

html {
  position: relative;
  min-height: 100%;
}

body.foto {
  background-image: url("/img/main-foto.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  overflow-y: scroll;
}
body.no-foto {
  background-color: #FFFFFF;
}
body.no-foto main {
  min-height: 68vh;
}

footer.footer {
  background-image: url("/img/footer.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer.footer .icons li {
  display: flex;
  align-items: center;
}
footer.footer .icons .text {
  font-size: 1.2rem;
  font-weight: bolder;
  color: var(--text-color-light);
  margin-left: 2rem;
}
footer.footer .icons .text a {
  color: inherit;
  text-decoration: unset;
}
footer.footer .icons i.fa {
  color: var(--icons-color-dark);
}
footer.footer .footer-note {
  color: var(--text-color-light);
}
main {
  background-color: #FFFFFF;
}

#scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 2px;
  text-align: center;
  z-index: 100;
  box-sizing: content-box;
}

#main-header .logo {
  min-width: 115px;
}
#main-header .logo img {
  height: 115px;
}
#main-header a {
  text-decoration: none;
}
#main-header #main-header-nav {
  font-size: 1.2rem;
  font-weight: bolder;
}
#welcome-text {
  font-weight: bold;
  color: white;
  position: absolute;
  top: 50vh;
  left: 20vw;
}
#welcome-text .row1 {
  font-size: 4rem;
}
#welcome-text .row2 {
  font-size: 1.2rem;
}

#main-page, .page {
  margin-top: 100vh;
  display: flex;
  flex-direction: column;
  row-gap: 0;
}

#about-us {
  margin-top: 100px;
  position: relative;
  justify-content: center;
}
#about-us .experience-data {
  width: 6dvi;
  height: 6dvi;
  border-radius: 100%;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  z-index: 3;
  background-color: white;
  position: absolute;
  top: -40px;
  left: -40px;
}
#about-us .experience-data .row1 {
  font-size: 1.3dvi;
  place-self: center;
}
#about-us .experience-data .row1 .years {
  font-weight: bolder;
}
#about-us .experience-data .row1 .plus {
  color: var(--text-color-title);
}
#about-us .experience-data .row2 {
  line-height: 1dvi;
  font-size: 0.8dvi;
  place-self: center;
  flex-wrap: wrap;
  display: grid;
}
#about-us .experience-data .row2 .experience-text {
  text-align: center;
}
#about-us .image {
  z-index: 2;
}
#about-us .image img {
  max-width: 100%;
  border-radius: 10px;
}
#about-us .text {
  padding-left: 20px;
  text-align: justify;
}
#about-us .quote {
  background-color: var(--background-color-section);
  position: relative;
  left: -100px;
  padding: 25px;
  width: calc(100% + 100px);
  z-index: 3;
}
#about-us .quote::before {
  content: "“";
  font-size: 6rem;
  color: var(--accent-color);
  font-family: Times New Roman, Times, serif;
  font-weight: 900;
  line-height: 1;
  display: block;
  height: 0.6em;
}

#register {
  margin-top: 100px;
  background-color: var(--background-color-section);
}
#register .title {
  display: grid;
  justify-self: center;
}
#register .module {
  cursor: pointer;
}
#register .module .image img {
  border: solid 8px white;
  border-radius: 100%;
  max-width: 100%;
}
#register .module .title {
  display: grid;
  font-size: 1.3rem;
  color: var(--accent-color);
  font-weight: bolder;
  text-align: center;
}
#management {
  margin-top: 100px;
}
#management .management-icon {
  width: 40px;
  height: 40px;
}
#management .module1 .image img {
  width: 100%;
  border-radius: 10px;
}
#management .module2 {
  padding-left: 20px;
}
#management .module2 .title1 {
  color: var(--text-color-title);
  font-size: larger;
  font-weight: bolder;
  padding-bottom: 20px;
}
#management .module2 .title2 {
  font-size: 1.5rem;
  padding-bottom: 20px;
}
#management .module2 .management-names ul.management-list {
  padding-left: 0;
  list-style-type: none;
}
#management .module2 .management-names ul.management-list li i {
  color: var(--accent-color);
}
#management .module2 .note {
  font-style: italic;
  font-weight: bold;
  font-size: 0.8rem;
}

#contact {
  margin-top: 70px;
}
#contact .title1 {
  color: var(--text-color-title);
  font-size: 1.3rem;
  font-weight: bold;
}
#contact .title2 {
  font-size: 2.5rem;
  font-weight: bold;
}
#contact .module1 {
  background-color: var(--background-color-section);
  padding: 0 25px;
}
#contact .module2 {
  display: grid;
}
#contact a {
  text-decoration: none !important;
  color: inherit;
}
#contact .contact-panel {
  margin-top: 5px;
  padding: 5px;
  border-top: 5px solid green;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0 0 10px 10px;
  display: grid;
  color: black;
  justify-items: stretch;
}
#contact .contact-panel div {
  display: grid;
  justify-self: center;
  place-self: center;
  align-self: center;
}
#contact .contact-panel div.icon {
  color: var(--accent-color);
}
#contact .contact-panel div.title {
  font-size: 1.4rem;
  font-weight: bold;
}
#contact .contact-panel div.value {
  font-size: 1.4rem;
  color: slategray;
}

#news-page {
  display: flex;
  flex-direction: column;
  row-gap: 0;
}
#news-page img {
  max-width: 100%;
}
#news-page .title {
  margin: 20px 0 5px 0;
}
#news-page .date {
  margin: 0 0 40px 0;
  color: var(--text-color-title);
}

/*new*/
.bg-primary {
  background-color: var(--primary-color) !important;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  color: var(--dark-color);
  background-color: var(--light-color);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

/* Modern Header */
.modern-header {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
}

.modern-navbar {
  padding: 1rem 0;
}

.modern-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--dark-color);
  font-weight: 700;
  font-size: 1.5rem;
}

.modern-logo img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
}

.modern-nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.modern-nav-link {
  color: var(--dark-color);
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius);
  transition: var(--transition);
  position: relative;
}

.modern-nav-link:hover,
.modern-nav-link.active {
  color: var(--primary-color);
  background: rgba(0, 109, 86, 0.1);
}

.social-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--gradient-primary);
  color: white;
  border-radius: 50%;
  text-decoration: none;
  transition: var(--transition);
  font-size: 1.1rem;
}
.social-link:hover {
  background: var(--gradient-primary-hover);
  transform: translateY(-2px);
  box-shadow: var(--box-shadow);
  color: white;
}

/* Mobile Menu */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--dark-color);
  cursor: pointer;
}

/* Development Notice */
.dev-notice {
  background: var(--gradient-secondary);
  color: white;
  padding: 0.5rem;
  text-align: center;
  font-weight: 500;
  margin: 0;
}

/* Main Content */
.main-content {
  min-height: calc(100vh - 200px);
  padding: 2rem 0;
}

/* Scroll to Top */
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2.5rem;
  width: 50px;
  height: 50px;
  background: var(--gradient-primary);
  color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

.scroll-top.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-top:hover {
  background: var(--gradient-primary-hover);
  transform: translateY(-3px);
  box-shadow: var(--box-shadow);
}

/* Modern Footer */
.modern-footer {
  background: var(--dark-color);
  color: white;
  padding: 3rem 0 2rem;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-section h4 {
  color: var(--secondary-color);
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius);
  transition: var(--transition);
}

.contact-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.contact-icon {
  width: 40px;
  height: 40px;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-text a {
  color: white;
  text-decoration: none;
}

.contact-text a:hover {
  color: var(--secondary-color);
}

.map-container {
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
  margin-top: 2rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

/* Responsive Design */
@media (min-width: 1400px) {
  .mks-logo-text {
    display: initial;
  }
}
@media (max-width: 1399px) {
  .mks-logo-text {
    display: none;
  }
}
@media (max-width: 1198px) {
  .modern-nav-links {
    gap: 2px;
  }
}
@media (768px <= width < 992px) {
  .modern-nav-links {
    font-size: 0.8rem;
  }
  .modern-nav-links .modern-nav-link {
    padding: 0.3rem 0.3rem;
  }
}
@media (max-width: 768px) {
  .modern-nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 2rem;
    box-shadow: var(--box-shadow);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
  }
  .modern-nav-links.active {
    display: flex;
  }
  .mobile-menu-btn {
    display: block;
  }
  .social-links {
    order: -1;
    margin-bottom: 1rem;
  }
}
.sport-card {
  transition: all 0.3s ease;
  cursor: pointer;
}

.sport-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

.sport-card:hover .image-overlay {
  opacity: 1 !important;
}

.sport-card-image {
  height: 250px;
  object-fit: cover;
}

.image-overlay {
  transition: opacity 0.3s ease;
}

.sport-icon {
  width: 60px;
  height: 60px;
}

/*# sourceMappingURL=site.css.map */
