:root {
    --primary-color: #1a8e54;
    --primary-dark: #19b630;
    --bg-light: #90ee90;
    --bg-light-subtle: #00ff00;
    --text-light: white;
    --text-muted: white;
    --border-color: #1d9413;
}

body{
    background-color: var(--bg-light);
    color: var(--text-light);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    min-height: 120vh;
}

.logo img{
    width: 150px;
    height: auto;
}

.seccion{
    margin-top: 50px;
}

.logo-suntime img{
    width: 140px;
    height: 140px;
    object-fit: contain;
    filter: drop-shadow(1 1 15px rgba(13, 152, 13, 0.942))
}

.seccion{
    margin-top: 50px;
}

.logo-suntime{
    width: 100px;
    height: 100px;
    object-fit: contain;

}

@media (max-width: 700px){
    .logo-suntime{
        width: 90px;
        height: 90px;
    }
}

.gradient-text{
    background: linear-gradient(100deg, var(--primary-color), #1a8e54);
    -webkit-background-clip: text;
    -webkit-text-fill-color: gainsboro;
    background-clip: text;
}

.link{
    display: inline-flexbox;
    align-items: center;
    gap: 0.3rem;
    padding: 0.5rem 1.5rem;
    background: var(--bg-light-subtle);
    border: 3px solid var(--primary-dark);
    border-radius: 0.75rem;
    color: var(--primary-color);
    font-weight: 300;
}

.link:hover {
    background: var(--primary-dark);
    color: gray;
    box-shadow: 2 5px 15px rgb(22, 120, 5);
}

.imagen-discord{
     background-image: url('https://static.vecteezy.com/system/resources/previews/018/930/718/non_2x/discord-logo-discord-icon-transparent-free-png.png');
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     height: 25px;
     color: rgb(89, 221, 7);
}

.imagen-youtube1{
     background-image: url('https://www.iconpacks.net/icons/2/free-youtube-logo-icon-2431-thumb.png');
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     height: 25px;
     color: rgb(89, 221, 7);
}

.imagen-youtube2{
     background-image: url('https://www.iconpacks.net/icons/2/free-youtube-logo-icon-2431-thumb.png');
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     height: 25px;
     color: rgb(89, 221, 7);
}

.imagen-youtube3{
     background-image: url('https://www.iconpacks.net/icons/2/free-youtube-logo-icon-2431-thumb.png');
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     height: 25px;
     color: rgb(89, 221, 7);
}

.imagen-twitter{
     background-image: url('https://static.vecteezy.com/system/resources/previews/042/148/611/non_2x/new-twitter-x-logo-twitter-icon-x-social-media-icon-free-png.png');
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     height: 25px;
     color: rgb(89, 221, 7);
}

.imagen-instagram{
     background-image: url('https://upload.wikimedia.org/wikipedia/commons/a/a5/Instagram_icon.png');
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     height: 25px;
     color: rgb(89, 221, 7);
}

.imagen-github{
     background-image: url('https://cdn-icons-png.flaticon.com/512/25/25231.png');
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     height: 25px;
     color: rgb(89, 221, 7);
}

.imagen-roblox1{
     background-image: url('https://www.citypng.com/public/uploads/preview/hd-roblox-white-symbol-sign-icon-logo-png-701751694787435ra1r2desi8.png');
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     height: 25px;
     color: rgb(89, 221, 7);
}

.imagen-roblox2{
     background-image: url('https://www.citypng.com/public/uploads/preview/hd-roblox-white-symbol-sign-icon-logo-png-701751694787435ra1r2desi8.png');
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     height: 25px;
     color: rgb(89, 221, 7);
}

.bg-green-subtle{
    background-color: var(--bg-light-subtle);
}

.sobremi{
    width: 1000px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.presentacion{
    text-align: left;
    font-family: "Arial Narrow", serif;
    font-size: 25px;
    font-style: normal;
    color: rgb(46, 252, 0);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 100px;
    padding-right: 100px;
    background: linear-gradient(rgb(173, 255, 47));
    border-radius: 15px;
    box-shadow: 0 6px 6px rgba(82, 255, 14, 0.79);
}

.project-card{
    cursor: pointer;
}

.project-card:hover{
    box-shadow: 2 9px 15px rgb(39, 255, 5);
}

.misproyectos {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 1000px;
    height: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.soportebot{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imagen-discord2,
.imagen-discord3 {
  width: 40px;
  height: 40px;
  object-fit: contain;
  vertical-align: middle;
  transition: transform 0.2s ease-in-out;
  margin-right: 8px;
}

.imagen-discord2:hover,
.imagen-discord3:hover {
  transform: scale(1.1);
}

.invite {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00ff00;   /* el color verde que usas */
  border-radius: 10px;
  padding: 8px 16px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  gap: 8px;
  transition: background-color 0.2s ease;
}

.invite:hover {
  background-color: #7fff00;
}

.nadeshiko{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imagen-discord4 {
  width: 40px;
  height: 40px;
  object-fit: contain;
  vertical-align: middle;
  transition: transform 0.2s ease-in-out;
  margin-right: 8px;
}

.invite-nadeshiko{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00ff00;
  border-radius: 10px;
  padding: 8px 16px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  gap: 8px;
  transition: background-color 0.2s ease;
}

.invite-nadeshiko:hover {
  background-color: #7fff00;
}

.camp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 45%;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 100vh;
  padding: 40px 20px;
}

.yuru-camp-fandom {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 45%;
  height: auto;
  border-radius: 10px;
}

.imagen-discord6 {
  width: 40px;
  height: 40px;
  object-fit: contain;
  vertical-align: middle;
  transition: transform 0.2s ease-in-out;
  margin-right: 8px;
}

.imagen-discord6:hover {
  transform: scale(1.1);
}

.invite-fandom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00ff00;
  border-radius: 10px;
  padding: 8px 16px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  gap: 8px;
  transition: background-color 0.2s ease;
  margin: 10px;
}

.invite-fandom:hover {
  background-color: #7fff00;
}

.project-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  background-color: #00ff00;
}

@media (max-width: 768px) {
  .camp {
    max-width: 95%;
    padding: 20px 10px;
  }

  .imagen-discord6 {
    width: 30px;
    height: 30px;
  }

  .invite-fandom {
    font-size: 0.9rem;
    padding: 6px 12px;
  }
}

.ficticio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 45%;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 100vh;
  padding: 40px 20px;
}

.suntime-channel {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 45%;
  height: auto;
  border-radius: 10px;
}

.imagen-discord5,
.imagen-youtube4 {
  width: 40px;
  height: 40px;
  object-fit: contain;
  vertical-align: middle;
  transition: transform 0.2s ease-in-out;
  margin-right: 8px;
}

.imagen-discord5:hover,
.imagen-youtube4:hover {
  transform: scale(1.1);
}

.invite-channel,
.link-channel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00ff00;
  border-radius: 10px;
  padding: 8px 16px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  gap: 8px;
  transition: background-color 0.2s ease;
  margin: 10px;
}

.invite-channel:hover,
.link-channel:hover {
  background-color: #7fff00;
}

.project-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  background-color: #00ff00;
}

@media (max-width: 768px) {
  .ficticio {
    max-width: 95%;
    padding: 20px 10px;
  }

  .imagen-discord5,
  .imagen-youtube4 {
    width: 30px;
    height: 30px;
  }

  .invite-channel,
  .link-channel {
    font-size: 0.9rem;
    padding: 6px 12px;
  }
}

.proximamente {
  background-color: #00ff00; /* verde exterior */
  border-radius: 10px;
  padding: 10px;
  margin: auto;
  width: 50%;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.tituloproximo {
  color: #fff;
  margin-bottom: 20px;
}

.titulojuego {
  color: #fff;
  margin-bottom: 15px;
}

.card.project-card {
  background-color: #00ff00;
  border: none;
  border-radius: 10px;
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.videojuego {
  width: 50%;
  height: auto;
  border-radius: 15px;
}

.cardjuego {
  background-color: #00ff00;
  border-radius: 15px;
  padding: 15px;
  margin-top: 10px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .videojuego {
    max-width: 95%;
    padding: 20px 10px;
  }
}

.iptvtitulo {
  color: #fff;
  margin-bottom: 20px;
}

.card.project-card {
  background-color: #00ff00;
  border: none;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.IPTVDetector {
  width: 50%;
  height: auto;
  border-radius: 15px;
}

.cardiptv {
  background-color: #00ff00;
  border-radius: 15px;
  padding: 15px;
  margin-top: 10px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .IPTVDetector {
    max-width: 95%;
    padding: 20px 10px;
  }
}

.chattitulo {
  color: #fff;
  margin-bottom: 20px;
}

.card.project-card {
  background-color: #00ff00;
  border: none;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.sunchatbot {
  width: 50%;
  height: auto;
  border-radius: 15px;
}

.cardchatbot {
  background-color: #00ff00;
  border-radius: 15px;
  padding: 15px;
  margin-top: 10px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .sunchatbot {
    max-width: 95%;
    padding: 20px 10px;
  }
}

.programas-usados {
    display: flex;
    flex-wrap: wrap; /* permite que bajen a otra línea si no caben */
    justify-content: center; /* centra horizontalmente */
    align-items: center;
    gap: 1rem; /* espacio entre cuadros */
    margin-top: 2rem;
}

.html, .css, .python, .javascript, .gimp, .figma, .godot {
    display: flex;
    flex-direction: column; /* imagen arriba, texto abajo */
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    background: #00FF00; /* verde brillante como la segunda imagen */
    border: none;
    border-radius: 0.75rem;
    color: #0a0a0a;
    font-weight: 500;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
    height: 200px;
    width: 250px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.html:hover, .css:hover, .python:hover, 
.javascript:hover, .gimp:hover, .figma:hover, .godot:hover {
    background-color: #08c908;
    color: white;
    box-shadow: 2px 5px 15px rgba(22, 120, 5, 0.8);
    transform: scale(1.03);
}

.html p, .css p, .python p, 
.javascript p, .gimp p, .figma p, .godot p {
    z-index: 1;
    font-size: 1rem;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0.5rem;
    border-radius: 0.5rem;
    color: white;
    margin-top: 0.5rem;
}

.html img, .css img, .python img, 
.javascript img, .gimp img, .figma img, .godot img {
    width: 80px;
    height: auto;
}

.redes{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    padding: 10px;
}

.redes img{
    width: 50px;
    height: auto;
    transition: 0.10s ease-out;
}

.redes a:hover img{
    transform: scale(1.1);
    opacity: 0.65;
}


.fondo{
    text-align: center;
    color: rgb(255, 255, 255);
    letter-spacing: 5px;
    background: linear-gradient(white, rgb(173, 255, 47));
    font-size: 50px;
    border: 2px solid greenyellow;
    border-radius: 15px;
}

.parrafo{
    width: 100vw;
    max-width: 100%;
    padding: 0px;
    padding-top: 10px;
}

.card {
    background-color: rgb(102, 255, 0);
    font-family: "Arial Narrow", serif;
    font-size: x-large;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    color: rgb(255, 255, 255);
    padding: 8px;
    border-radius: 3px;
    box-shadow: 0 5px 28px rgb(255, 255, 255);
}


.shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.1) 100%);
    transform: skewX(-30deg);
}

.card:hover .shine {
    left: 100%;
    transition: 0.7s ease-in-out;
}

.card-body img{
    border-radius: 15px;
}

.titleproyect{
    width: 100%;
    height: auto;
    font-family: "Arial Narrow", serif;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 5px;
    color: rgb(100, 255, 10);
}

.projects-title{
    width: 100%;
    height: auto;
    font-family: "Arial Narrow", serif;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 5px;
    color: rgb(55, 255, 0);
    padding-left: 100px;
    padding-right: 100px;
    background-color: #000000;
    border-radius: 15px;
}

.proyectos{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.proyectos img{
    width: 200px;
    height: auto;
    transition: 0.10s ease-out;
    border: 2px solid yellowgreen;
    border-radius: 50%;
}
