:root {
  --backgroundColorDark: #171717;
  --backgroundColorLight: #ffffff;

  /* <!--color dark--> */

  --white87: rgba(255, 255, 255, 0.87);
  --white60: rgba(255, 255, 255, 0.6);
  --white38: rgba(255, 255, 255, 0.38);

  --surface00dp: #121212;
  --surface01dp: #1e1e1e;
  --surface02dp: #212121;
  --surface03dp: #242424;
  --surface04dp: #272727;
  --surface06dp: #2c2c2c;
  --surface08dp: #2d2d2d;
  --surface12dp: #323232;
  --surface16dp: #353535;
  --surface24dp: #373737;

  --white: #ffffff;
  --dark: #000000;

  --glowColor: rgba(255, 255, 255, 0.782);
  --glowColorLight: rgba(0, 0, 0, 0.782);
  /* --accentColor: #61191dcb; */
  --accentColor: #7b2bb1;

  --accentColorText: rgba(255, 255, 255, 0.87);
  /*   --accentColorTextOpacity: #d32f2fb2; */
  /* --accentColorText: #61191D; */
}

.myProjects-section {
  position: relative;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 50px 0;
}
.bigSimpleTitle {
  font-size: x-large;
  margin-bottom: 1.5rem;
}
.simpleTitle {
  font-family: "Covered By Your Grace", cursive;
  position: relative;
  font-size: x-large;
  color: var(--accentColorText);
  z-index: 1;
  margin: 0.5rem 0 !important;
}
#glow {
  text-shadow: 0 0 1vw var(--glowColor);
}
/* Mobile Navbar Card */
.mobile-navbar-card {
  display: none !important;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--surface08dp);
  box-shadow: 0px 0px 7px 8px var(--surface00dp);
  z-index: 1000;
}
.mobile-navbar-card .col {
  margin: 12px 0;
}
.mobile-navbar-card i {
  font-size: 24px;
  cursor: pointer;
}
.mobile-navbar-card .col {
  padding: 0;
}
@media (max-width: 991px) {
  .mobile-navbar-card {
    display: block !important;
  }
  .myProjects-section {
    margin: 40px 0;
  }
  .bigSimpleTitle {
    font-size: xx-large;
    /* margin: 1rem 0 2rem 0; */
  }
}
/* Mobile Navbar Card */

/* toolbar */

.fixed-toolbar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--surface04dp);
  z-index: 1000;
  box-shadow: 0 0 7px 4px var(--surface00dp);
}
.fixed-toolbar p {
  font-size: large;
  margin: 0;
  padding: 0;
}
.fixed-toolbar #btnSettings {
  font-size: 28px;
  margin: 0;
  padding: 0 17px;
  margin-top: -2px;
}
.fixed-toolbar #btnBack {
  font-size: 24px;
  margin: 0;
  padding: 3px 17px 0 17px;
}
#dotcom {
  margin: 0;
  padding: 0 3px;
}
/* .fixed-toolbar .fa {
  padding: 0;
} */
.fixed-toolbar button {
  --bs-btn-border-color: transparent !important;
  --bs-btn-hover-bg: transparent !important;
  --bs-btn-bg: transparent !important;
  --bs-btn-hover-border-color: transparent !important;
}

.fixed-toolbar .dropdown-menu {
  background: var(--surface08dp) !important;
  min-width: 0 !important;
  box-shadow: 0 0 7px 8px var(--surface00dp);
}
.fixed-toolbar .dropdown-menu p {
  color: var(--white87);
  font-size: medium !important;
}
.fixed-toolbar .dropdown-menu button,
.fixed-toolbar .dropdown-menu p,
.fixed-toolbar .dropdown-menu img {
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .fixed-toolbar {
    display: block;
  }
}

/* toolbar */
/* fa icon */
.fa-solid:hover,
.fa-brands:hover {
  color: var(--accentColor);
}
.fa-solid,
.fa-brands {
  /* font-size: 2rem; */
  /* margin: 5.1rem 0 1.5rem 0; */
  text-decoration: none;
  transition: color 0.2s, text-decoration 0.2s;
  cursor: pointer;
  color: var(--white87);
}
/* fa icon */

/* Switch estilo toggle */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0;
  margin-bottom: 3px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white38);
  transition: 0.4s;
  border-radius: 20px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: var(--white87);
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: var(--surface01dp);
}
input:checked + .slider:before {
  transform: translateX(20px);
}
/* Switch estilo toggle */
/* button language-switche*/

#language-button {
  background-color: transparent;
  border: none;
}
.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* button language-switche*/

/* button theme-img*/

#theme-button {
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.theme-icon {
  width: 24px;
  margin-left: 9px;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .theme-icon {
    margin-left: 0;
    margin-bottom: 3px;
  }
  .navbar {
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.2);
  }
}
/* button theme-img*/
/* Navigation Bar */
.navbar {
  background: rgba(0, 0, 0, 0.1);
  border: none;
  transition: background-color 0.5s ease-in-out;
}
.navbar:hover {
  backdrop-filter: blur(3px);
}
#navbarItem {
  padding: 0;
}
.navbar p::after {
  content: "";
  display: block;
  height: 3px;
  background-color: var(--accentColor);
  transform: scale(0, 1);
  transform-origin: center;
  transition: transform 0.25s;
}
.navbar p:hover::after {
  transform: scale(1, 1);
}
.navbar p {
  color: var(--white60);
  margin: 0;
  padding: 0;
  transition: color 0.3s ease-in-out;
}
.navbar p:hover {
  color: var(--accentColorText);
}
.navbar-collapse {
  justify-content: flex-end;
}
.theme-switcher img {
  opacity: 0.8;
}
/* Agregar transición al cambio de tema */
#theme-toggle:checked + .slider {
  background-color: var(--accentColor);
}
#theme-toggle:checked + .slider:before {
  transform: translateX(18px);
}
.slider {
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .navbar {
    display: none !important;
  }
}
/* Navigation Bar */

.myProjectsContainer .card {
  background-color: transparent !important;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset var(--white87) 0 0 0 1px,
    inset transparent 0 0 0 6px;
  transition: transform 0.3s ease-in-out;
  padding: 1% 3%;
  color: var(--white87);
  display: grid;
  align-items: center;
}
.myProjectsContainer .card:hover {
  box-shadow: var(--accentColor) 0 0px 22px 0, inset var(--white87) 0 0 0 1px,
    inset transparent 0 0 0 6px;
}
.containerMyProjects .col {
  padding-bottom: 1rem;
}

.containerMyProjects p {
  margin: 0;
}
.containerMyProjects h1 {
  font-size: large;
  font-weight: 700;
  margin-top: 0.5rem;
  color: var(--accentColorText);
  text-shadow: var(--surface12dp) 0 0px 3px;
}
/* .containerMyProjects p {
  color: var(--white87);
} */
.containerMyProjects .card {
  position: relative;
}
.containerMyProjects .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 3%;
  opacity: 50%;
  /* filter: saturate(50%); */
}
.containerMyProjects .card-content {
  position: relative;
  z-index: 1;
}

/* button github in cards */
.containerMyProjects a i.fa-github:hover {
  color: var(--accentColor);
  /* transform: scale(1.05); */
}
.containerMyProjects a i.fa-github {
  font-size: 2rem;
  /* cursor: pointer; */
  text-decoration: none;
  color: var(--white87);
  transition: transform 0.3s ease-in-out;
  margin: 0.1rem 0 0.2rem 0;
}
/* button github in cards */
