@charset "UTF-8";
/* COLORS */
html {
  overflow: hidden;
}

body {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

h1 {
  font-weight: 100;
  font-size: 30px;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
}

h2 {
  font-weight: 100;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
}

h3 {
  font-weight: 500;
  color: #595a59;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
}

p {
  font-size: 16px;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
  color: #595a59;
}

li {
  font-size: 16px;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
  color: #595a59;
}

input {
  font-size: 14px;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
  color: #595a59;
}

button {
  min-height: 30px;
  background: linear-gradient(0deg, rgb(211, 216, 218) 42%, rgb(238, 238, 238) 52%);
  border: 1px solid #595a59;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  padding: 0px 15px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: center;
}
button:hover {
  border-color: rgb(5, 93, 131);
  box-shadow: rgba(5, 93, 131, 0.5) 0px 0px 5px;
  background: linear-gradient(0deg, rgb(191, 215, 239) 42%, rgb(238, 246, 254) 52%);
  cursor: pointer;
}
button img {
  height: 23px;
}

.icon-button {
  padding: 3px;
}

span {
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px;
  text-align: center;
  padding-bottom: 5px;
}

.draggable {
  cursor: move;
  user-select: none;
  position: absolute;
  transition: box-shadow 0.2s ease;
  background: rgb(191, 215, 239);
  background: linear-gradient(0deg, rgb(191, 215, 239) 52%, rgb(204, 234, 249) 57%, rgb(238, 246, 254) 100%);
  border: 1px solid #595a59;
  border-radius: 15px;
  gap: 2px;
  width: 50%;
}
.draggable:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 7px;
}
.draggable .window-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0px 10px;
  height: 40px;
  overflow: hidden;
}
.draggable .window-head .window-head-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
  justify-content: center;
}
.draggable .window-head .window-head-left .icon-msn {
  width: 20px;
}
.draggable .window-head .window-head-left span {
  padding-bottom: 0;
}
.draggable .window-head .window-head-right {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0px;
}
.draggable .window-head .window-head-right li {
  text-decoration: none;
  color: white;
  font-weight: 400;
  font-size: 20px;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px;
  background: rgb(191, 215, 239);
  background: linear-gradient(0deg, rgb(191, 215, 239) 52%, rgb(204, 234, 249) 57%, rgb(238, 246, 254) 100%);
  width: 45px;
  text-align: center;
  padding-bottom: 5px;
  border: 1.5px solid #4a4b4a;
}
.draggable .window-head .window-head-right .minimize {
  border-right: none;
  border-bottom-left-radius: 20%;
}
.draggable .window-head .window-head-right .minimize:hover {
  background: linear-gradient(0deg, rgb(118, 202, 241) 52%, rgb(118, 202, 241) 57%, rgb(238, 246, 254) 100%);
}
.draggable .window-head .window-head-right .maximize {
  border-right: none;
}
.draggable .window-head .window-head-right .maximize:hover {
  background: linear-gradient(0deg, rgb(118, 202, 241) 52%, rgb(118, 202, 241) 57%, rgb(238, 246, 254) 100%);
}
.draggable .window-head .window-head-right .close {
  border-bottom-right-radius: 20%;
  background: rgb(241, 104, 97);
  cursor: pointer;
  background: linear-gradient(0deg, rgb(241, 104, 97) 52%, rgb(246, 148, 143) 57%, rgb(246, 191, 188) 100%);
}
.draggable .window-head .window-head-right .close:hover {
  background: linear-gradient(0deg, rgb(243, 51, 41) 52%, rgb(241, 67, 58) 57%, rgb(238, 124, 118) 100%);
}
.draggable .window-content {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 48%, rgb(190, 231, 248) 74%, rgb(95, 196, 238) 100%);
  border: 1.5px solid #4a4b4a;
  margin: 0px 10px 10px 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}
.draggable .window-content .navbar {
  background: linear-gradient(0deg, rgb(62, 177, 232) 42%, rgb(113, 191, 225) 52%, rgb(150, 208, 233) 91%, rgb(211, 235, 245) 100%);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  width: 100%;
  height: 45px;
}
.draggable .window-content .navbar ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 0px;
}
.draggable .window-content .navbar ul li {
  text-decoration: none;
  color: white;
  font-size: 17px;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px;
}

@keyframes buzz {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.buzz {
  animation: buzz 0.1s linear infinite;
}

@keyframes closed {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.1);
    translate: 0px 500px;
    opacity: 0;
  }
}
.closed {
  animation: closed 0.3s ease;
}

@keyframes opened {
  0% {
    transform: scale(0.1);
    translate: 0px 500px;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    translate: 0px 0px;
    opacity: 1;
  }
}
.opened {
  animation: opened 0.3s ease;
}

@media screen and (max-width: 768px) {
  html {
    overflow: auto;
  }
  .draggable {
    height: auto;
  }
  .draggable .window-content .navbar ul {
    gap: 15px;
  }
  .draggable .window-content .navbar ul li {
    font-size: 15px;
  }
}
.taskbar {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: linear-gradient(0deg, rgba(123, 181, 238, 0.7) 42%, rgba(123, 181, 238, 0.7) 89%, rgba(190, 219, 248, 0.7) 97%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
  border: 1px solid white;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
}
.taskbar .windows {
  height: 55px;
}
.taskbar div {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: white;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px;
}
.taskbar div .correo {
  display: none;
}
.taskbar div .container_date {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: center;
  width: 110px;
}

@media screen and (max-width: 768px) {
  .taskbar {
    height: 50px;
    position: relative;
    width: 94vw;
    margin: 0;
  }
  .taskbar i {
    display: none;
  }
  .taskbar div {
    gap: 10px;
    font-size: 15px;
  }
  .taskbar div .correo {
    display: block;
  }
  .taskbar div .idioma {
    display: none;
  }
  .taskbar div .container_date {
    display: none;
  }
}
/* DESKTOP */
#desktop {
  height: 100vh;
  background-image: url(../assets/img/windows-background-min.jpeg);
  background-size: cover;
  position: relative;
  background-position: center;
}
#desktop .icons-panel {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
  box-sizing: border-box;
  justify-content: flex-start;
  align-content: baseline;
  height: calc(100vh - 60px);
  position: absolute;
}
#desktop .icons-panel .icon {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
}
#desktop .icons-panel .icon img {
  height: 60px;
}
#desktop .icons-panel .icon span {
  text-wrap: wrap;
  color: white;
}
#desktop .icons-panel .icon:hover {
  background: linear-gradient(0deg, rgba(191, 215, 239, 0.3) 52%, rgba(204, 234, 249, 0.3) 57%, rgba(238, 246, 254, 0.4) 100%);
  border-radius: 10px;
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #desktop {
    min-height: 100vh;
    height: auto;
    background-attachment: fixed;
  }
  #desktop .icons-panel {
    display: none;
  }
}
#intro-window {
  width: 50%;
  display: block;
}
#intro-window .window-content #photo .photo-container {
  position: relative;
  width: 285px;
  height: 270px;
  background: linear-gradient(0deg, rgb(97, 240, 41) 34%, rgb(194, 242, 175) 93%);
  border-radius: 10%/95%;
  border: 2px solid #8dac87;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  color: white;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px;
}
#intro-window .window-content #photo .photo-container img {
  width: 88%;
  position: absolute;
  border-radius: 3%;
}
#intro-window .window-content #photo .photo-container #circle {
  position: absolute;
  z-index: 1;
  width: 200%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: -45%;
}
#intro-window .window-content .data {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-right: 50px;
}
#intro-window .window-content .data span {
  font-weight: 500;
}
#intro-window .window-content .data h2 {
  margin: 0;
}
#intro-window .window-content .data h1 {
  margin: 0;
  font-size: 30px;
}
#intro-window .window-content .data div {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  #intro-window {
    position: relative;
    width: 96%;
    margin: auto;
  }
  #intro-window .window-content {
    flex-direction: column;
  }
  #intro-window .window-content .data {
    margin: 0 20px 20px 20px;
  }
  #intro-window .window-content .data h2 {
    text-align: center;
  }
  #intro-window .window-content .data h1 {
    text-align: center;
  }
  #intro-window .window-content .data div {
    justify-content: center;
  }
  #intro-window #showAboutWindow {
    display: none;
  }
}
#about-window {
  display: none;
  width: 700px;
  max-height: 92vh;
  overflow-y: hidden;
}
#about-window .window-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#about-window .window-content .two-columns {
  width: auto;
  margin: 15px 25px 20px 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: left;
  align-items: flex-start;
  gap: 25px;
}
#about-window .window-content .two-columns .photo .photo-container {
  position: relative;
  width: 170px;
  height: 170px;
  background: linear-gradient(0deg, rgb(97, 240, 41) 34%, rgb(194, 242, 175) 93%);
  border-radius: 10%/95%;
  border: 2px solid #8dac87;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  color: white;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#about-window .window-content .two-columns .photo .photo-container img {
  width: 88%;
  position: absolute;
  border-radius: 3%;
  border: 1px solid rgb(88, 88, 88);
}
#about-window .window-content .two-columns .photo .photo-container #circle {
  position: absolute;
  z-index: 100;
  width: 200%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: -45%;
}
#about-window .window-content .two-columns .status {
  justify-content: left;
  gap: 10px;
  width: 430px;
}
#about-window .window-content .two-columns .status .little-circle {
  background-color: #61f029;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px;
}
#about-window .window-content .two-columns .chat-box {
  cursor: initial;
  width: 100%;
  height: 173px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: center;
  position: relative;
}
#about-window .window-content .two-columns .chat-box #chat-input {
  padding: 5px;
  cursor: text;
  width: 420px;
  flex: 1;
  font-size: 16px;
  color: #3a3a3a;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow-y: auto;
  overflow-x: hidden;
}
#about-window .window-content .two-columns .chat-box #chat-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgb(191, 215, 239) 52%, rgb(204, 234, 249) 57%, rgb(238, 246, 254) 100%);
  border: 1px solid rgb(206, 206, 206);
  border-top: none;
  width: 430px;
  align-items: center;
  justify-content: left;
}
#about-window .window-content .two-columns .chat-box #chat-buttons #emoji-button {
  border: none;
  cursor: pointer;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
}
#about-window .window-content .two-columns .chat-box #chat-buttons #emoji-button img {
  height: 23px;
}
#about-window .window-content .two-columns .chat-box #chat-buttons #buzz-button {
  border: none;
  cursor: pointer;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
}
#about-window .window-content .two-columns .chat-box #chat-buttons #buzz-button img {
  height: 23px;
}
#about-window .window-content .two-columns .chat-box #chat-buttons #text-button {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
  font-family: "Times New Roman", Times, serif;
  min-height: 30px;
  background: white;
  padding: 0px 15px;
  font-size: 16px;
}
#about-window .window-content .two-columns .chat-box .emoji-picker {
  display: none;
  position: absolute;
  width: 420px;
  border: 1px solid #ccc;
  padding: 5px;
  background-color: white;
  height: 131px;
  max-height: 131px;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  top: 0;
}
#about-window .window-content .two-columns .chat-box .emoji-picker img {
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin: 2px;
  /* Añadimos un margen para separarlos */
  margin: 5px;
  /* Añadimos un borde para una mejor visualización */
  border: 1px solid transparent;
  border-radius: 3px;
  transition: border-color 0.3s;
}

@media screen and (max-width: 768px) {
  #about-window {
    position: relative;
    display: block;
    width: 96%;
    max-height: 1000vh;
    margin: 2%;
  }
  #about-window .window-content .two-columns .photo {
    display: none;
  }
  #about-window .window-content .two-columns .status {
    width: 100%;
  }
  #about-window .window-content .two-columns .chat-box {
    width: 80vw;
    height: 120px;
  }
  #about-window .window-content .two-columns .chat-box #chat-input {
    width: 100%;
  }
  #about-window .window-content .two-columns .chat-box #chat-buttons {
    width: 100%;
  }
  #about-window .window-content .two-columns .chat-box .emoji-picker {
    width: 100%;
  }
}
#experience-window {
  display: none;
  width: 900px;
  max-height: 92vh;
}
#experience-window .window-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: hidden;
}
#experience-window .window-content .content {
  margin-top: 2px;
  width: 100%;
  height: 650px;
  max-height: 650px;
  overflow-x: hidden;
}
#experience-window .window-content .content .two-columns {
  width: 830px;
  margin: 15px 25px 20px 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: left;
  align-items: flex-start;
  gap: 25px;
}
#experience-window .window-content .content .two-columns .photo {
  width: fit-content;
}
#experience-window .window-content .content .two-columns .photo .photo-container {
  position: relative;
  width: 70px;
  height: 70px;
  background: linear-gradient(0deg, rgb(97, 240, 41) 34%, rgb(194, 242, 175) 93%);
  border-radius: 10%/95%;
  border: 2px solid #8dac87;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  color: white;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#experience-window .window-content .content .two-columns .photo .photo-container img {
  width: 88%;
  position: absolute;
  border-radius: 3%;
  border: 1px solid rgb(88, 88, 88);
}
#experience-window .window-content .content .two-columns .photo .photo-container #circle {
  position: absolute;
  z-index: 100;
  width: 200%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: -45%;
}
#experience-window .window-content .content .two-columns .column-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  align-items: start;
  width: 700px;
}
#experience-window .window-content .content .two-columns .column-data h2 {
  margin: 0;
}
#experience-window .window-content .content .two-columns .column-data h3 {
  margin: 0;
}
#experience-window .window-content .content .two-columns .column-data p {
  margin: 0;
}
#experience-window .window-content .content .two-columns .column-data .tasks {
  margin: 5px 0px;
}
#experience-window .window-content .content .two-columns .column-data .aptitudes {
  margin: 10px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: left;
}
#experience-window .window-content .content .two-columns .column-data .aptitudes p {
  font-weight: 500;
}
#experience-window .window-content .content .two-columns .column-data .aptitudes span {
  min-height: 25px;
  background: linear-gradient(0deg, rgb(211, 216, 218) 42%, rgb(238, 238, 238) 52%);
  border-radius: 5px;
  padding: 0px 15px;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 14px;
  color: rgba(34, 33, 33, 0.8);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #experience-window {
    display: block;
    position: relative;
    width: 96%;
    margin: 2%;
    height: auto;
    max-height: 1000vh;
  }
  #experience-window .window-content {
    height: auto;
  }
  #experience-window .window-content .content {
    width: 100%;
    height: auto;
    max-height: 1000vh;
  }
  #experience-window .window-content .content .two-columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 20px;
    gap: 10px;
    width: 90%;
  }
  #experience-window .window-content .content .two-columns .photo {
    justify-content: center;
  }
  #experience-window .window-content .content .two-columns .photo .photo-container {
    height: 80px;
    width: 80px;
  }
  #experience-window .window-content .content .two-columns .column-data {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  #experience-window .window-content .content .two-columns .column-data ul {
    text-align: left;
    padding-left: 20px;
  }
}
#tecnologies-window {
  display: none;
  width: 900px;
  max-height: 92vh;
}
#tecnologies-window .window-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#tecnologies-window .window-content .content {
  cursor: initial;
  margin-top: 2px;
  width: fit-content;
  height: 400px;
  max-height: 650px;
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: start;
  justify-content: left;
  padding: 30px;
  gap: 15px;
  row-gap: 5px;
}
#tecnologies-window .window-content .content .tecnology {
  justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: transform 0.3s;
  overflow: hidden;
  margin: 10px;
}
#tecnologies-window .window-content .content .tecnology img {
  max-width: 100px;
  max-height: 100px;
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
}
#tecnologies-window .window-content .content .tecnology p {
  text-align: center;
  width: 100px;
  margin: 5px;
  text-wrap: wrap;
}
#tecnologies-window .window-content .content .tecnology:hover {
  background: linear-gradient(0deg, rgba(144, 189, 235, 0.3) 52%, rgba(204, 234, 249, 0.3) 57%, rgba(238, 246, 254, 0.4) 100%);
  border-radius: 10px;
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #tecnologies-window {
    display: block;
    position: relative;
    width: 96%;
    height: auto;
    margin: 2%;
    max-height: 1000vh;
  }
  #tecnologies-window .window-content .content {
    justify-content: center;
    gap: 15px;
    row-gap: 5px;
    height: auto;
    max-height: 1000vh;
    width: 90vw;
  }
  #tecnologies-window .window-content .content .tecnology {
    justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    transition: transform 0.3s;
    overflow: hidden;
    margin: 10px;
  }
  #tecnologies-window .window-content .content .tecnology img {
    max-width: 100px;
    max-height: 100px;
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
  }
  #tecnologies-window .window-content .content .tecnology p {
    text-align: center;
    width: 100px;
    margin: 5px;
    text-wrap: wrap;
  }
  #tecnologies-window .window-content .content .tecnology:hover {
    background: linear-gradient(0deg, rgba(144, 189, 235, 0.3) 52%, rgba(204, 234, 249, 0.3) 57%, rgba(238, 246, 254, 0.4) 100%);
    border-radius: 10px;
    transform: scale(1.1);
  }
}
#cv-window {
  display: none;
  height: fit-content;
  width: 400px;
}
#cv-window .window-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  height: 110px;
}
#cv-window .window-content .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px 20px 0px 0px;
  width: 300px;
  justify-content: left;
  align-items: start;
}
#cv-window .window-content .content p {
  margin-bottom: 20px;
  margin-top: 0px;
}
#cv-window .window-content .content div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 212px;
  justify-content: center;
  gap: 20px;
}
#cv-window .window-content img {
  width: 70px;
  filter: drop-shadow(0px 0px 2px rgba(26, 25, 25, 0.5));
}

@media screen and (max-width: 768px) {
  #cv-window {
    display: block;
    position: relative;
    width: 96%;
    margin: 2%;
    max-height: 1000vh;
  }
  #cv-window .window-content {
    flex-direction: column-reverse;
    padding: 10px;
    height: auto;
    gap: 10px;
  }
  #cv-window .window-content .content {
    margin: 0;
    justify-content: center;
    align-items: center;
  }
  #cv-window .window-content .content .two-columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 20px;
  }
  #cv-window .window-content .content #dont-download-cv {
    display: none;
  }
}
#projects-window {
  display: none;
  height: fit-content;
  width: fit-content;
  max-height: 92vh;
}
#projects-window .window-content {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#projects-window .window-content .content {
  margin-top: 2px;
  padding-top: 20px;
  width: 900px;
  height: 650px;
  max-height: 650px;
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 25px;
}
#projects-window .window-content .content a {
  text-decoration: none;
  margin: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: transform 0.3s;
}
#projects-window .window-content .content a img {
  width: 350px;
  border: 1px solid rgba(34, 33, 33, 0.8);
}
#projects-window .window-content .content a h3 {
  margin: 7px;
}
#projects-window .window-content .content a .tools {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#projects-window .window-content .content a .tools span {
  min-height: 25px;
  background: linear-gradient(0deg, rgb(211, 216, 218) 42%, rgb(238, 238, 238) 52%);
  border-radius: 5px;
  padding: 0px 15px;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 14px;
  color: rgba(34, 33, 33, 0.8);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#projects-window .window-content .content a:hover {
  background: linear-gradient(0deg, rgba(144, 189, 235, 0.3) 52%, rgba(204, 234, 249, 0.3) 57%, rgba(238, 246, 254, 0.4) 100%);
  border-radius: 10px;
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #projects-window {
    display: block;
    position: relative;
    width: 96%;
    height: auto;
    margin: 2%;
    max-height: 1000vh;
  }
  #projects-window .window-content {
    height: auto;
  }
  #projects-window .window-content .content {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 15px;
    width: auto;
    height: auto;
    max-height: 1000vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: center;
  }
  #projects-window .window-content .content a {
    width: 90%;
  }
  #projects-window .window-content .content a img {
    width: 100%;
  }
}
#volunteering-window {
  display: none;
  width: 900px;
  max-height: 92vh;
}
#volunteering-window .window-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#volunteering-window .window-content .content {
  margin-top: 2px;
  width: 100%;
  height: 650px;
  max-height: 650px;
  overflow-x: hidden;
}
#volunteering-window .window-content .content .two-columns {
  width: 830px;
  margin: 15px 25px 20px 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: left;
  align-items: flex-start;
  gap: 25px;
}
#volunteering-window .window-content .content .two-columns .photo {
  width: fit-content;
}
#volunteering-window .window-content .content .two-columns .photo .photo-container {
  position: relative;
  width: 150px;
  height: 150px;
  background: linear-gradient(0deg, rgb(97, 240, 41) 34%, rgb(194, 242, 175) 93%);
  border-radius: 10%/95%;
  border: 2px solid #8dac87;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  color: white;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#volunteering-window .window-content .content .two-columns .photo .photo-container img {
  width: 88%;
  position: absolute;
  border-radius: 3%;
  border: 1px solid rgb(88, 88, 88);
}
#volunteering-window .window-content .content .two-columns .photo .photo-container #circle {
  position: absolute;
  z-index: 100;
  width: 200%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: -45%;
}
#volunteering-window .window-content .content .two-columns .column-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  align-items: start;
  width: 620px;
}
#volunteering-window .window-content .content .two-columns .column-data h2 {
  margin: 0;
}
#volunteering-window .window-content .content .two-columns .column-data h3 {
  margin: 0;
}
#volunteering-window .window-content .content .two-columns .column-data p {
  margin: 0;
}
#volunteering-window .window-content .content .two-columns .column-data .tasks {
  margin: 5px 0px;
}
#volunteering-window .window-content .content .two-columns .column-data .photos-community {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#volunteering-window .window-content .content .two-columns .column-data .photos-community img {
  width: 100%;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
  transition: transform 0.2s;
}
#volunteering-window .window-content .content .two-columns .column-data .photos-community img:hover {
  background: linear-gradient(0deg, rgba(144, 189, 235, 0.3) 52%, rgba(204, 234, 249, 0.3) 57%, rgba(238, 246, 254, 0.4) 100%);
  border-radius: 10px;
  transform: scale(1.02);
}

@media screen and (max-width: 768px) {
  #volunteering-window {
    display: block;
    position: relative;
    width: 96%;
    margin: 2%;
    height: auto;
    max-height: 1000vh;
  }
  #volunteering-window .window-content {
    height: auto;
  }
  #volunteering-window .window-content .content {
    width: 100%;
    height: auto;
    max-height: 1000vh;
  }
  #volunteering-window .window-content .content .two-columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 20px;
    gap: 10px;
    width: 90%;
  }
  #volunteering-window .window-content .content .two-columns .photo {
    justify-content: center;
  }
  #volunteering-window .window-content .content .two-columns .photo .photo-container {
    height: 80px;
    width: 80px;
  }
  #volunteering-window .window-content .content .two-columns .column-data {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  #volunteering-window .window-content .content .two-columns .column-data ul {
    text-align: left;
    padding-left: 20px;
  }
}
#music-player-window {
  display: none;
  bottom: 60px;
  right: 2px;
  height: fit-content;
  width: fit-content;
}
#music-player-window .window-content {
  display: flex;
  gap: 20px;
  background: transparent;
  border: none;
}
#music-player-window .window-content .controls {
  display: flex;
  align-items: center;
  gap: 7px;
}
#music-player-window .window-content .controls button {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin: 0;
  padding: 0;
}
#music-player-window .window-content .controls i {
  cursor: pointer;
  background: linear-gradient(180deg, rgb(13, 82, 182) 52%, rgb(7, 33, 106) 65%, rgb(7, 33, 106) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 16px;
}
#music-player-window .window-content .controls .center-button {
  height: 50px;
  width: 50px;
  padding: 0;
  margin: 0px;
  background-color: #020F8F;
  border: 1px solid #595a59;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: center;
  position: relative;
}
#music-player-window .window-content .controls .center-button i {
  background: linear-gradient(180deg, rgb(255, 255, 255) 52%, rgb(189, 189, 189) 65%, rgb(171, 171, 172) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 20px;
}
#music-player-window .window-content .controls .center-button:hover {
  border-color: rgb(5, 93, 131);
  box-shadow: rgba(5, 93, 131, 0.5) 0px 0px 5px;
  background: linear-gradient(0deg, rgb(6, 51, 197) 42%, rgb(12, 70, 196) 52%);
  cursor: pointer;
}
#music-player-window .window-content .controls #pauseButton {
  display: none;
}
#music-player-window .window-content .controls #playButton i {
  margin-left: 3px;
}
#music-player-window .window-content .controls #prevButton {
  margin-left: 3px;
}
#music-player-window .window-content .controls #nextButton {
  margin-right: 3px;
}
#music-player-window .window-content .controls #volume-mute {
  display: none;
}
#music-player-window .window-content .controls input {
  width: 80px;
}
#music-player-window .window-content #songInfo {
  display: flex;
  width: 200px;
  height: 60px;
  gap: 12px;
}
#music-player-window .window-content #songInfo #songImage {
  width: 60px;
  height: 60px;
}
#music-player-window .window-content #songInfo div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

#sticky-note {
  display: none;
  height: 170px;
  width: 170px;
  background-color: rgb(243, 243, 183);
  position: absolute;
  border: none;
  border-radius: 0%;
}
#sticky-note #sticky-note-head {
  display: flex;
  justify-content: end;
  padding: 2px;
  background-color: rgb(231, 231, 171);
}
#sticky-note #sticky-note-head button {
  height: 5px;
  width: 30px;
  font-size: 20px;
  border: none;
  background: none;
  box-shadow: none;
}
#sticky-note #sticky-note-head button:hover {
  background: linear-gradient(0deg, rgb(226, 226, 178) 42%, rgb(248, 244, 204) 52%);
  box-shadow: rgba(145, 145, 145, 0.5) 0px 0px 5px;
}
#sticky-note #sticky-note-body {
  padding: 5px;
  cursor: text;
  width: 158px;
  height: 125px;
  flex: 1;
  font-size: 16px;
  color: #3a3a3a;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px;
  background: linear-gradient(0deg, rgb(226, 226, 178) 65%, rgb(248, 244, 204));
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow-y: auto;
  overflow-x: hidden;
}
#sticky-note ::-webkit-scrollbar {
  width: 9px;
}
#sticky-note ::-webkit-scrollbar-track:hover {
  background: #fcfae8;
}
#sticky-note ::-webkit-scrollbar-thumb {
  background: #919191;
  border-radius: 6px;
}
#sticky-note ::-webkit-scrollbar-thumb:hover {
  background: #696969;
}

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