/* body */

body {
  background-image: url('/images/fondo_estrella.jpeg');
  background-size: 100px; 
  background-repeat: repeat;
  font-family: 'rainy hearts', sans-serif;
  min-height: 100vh;
  color: #b29c91;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 20px;
  overflow-x: hidden;
  width: 100%;
}

.flex{
    float: left;
    display: flex;
    width: 100%;
    height: max-content;
    margin: 5px auto;
}

.container {
  text-align: center;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}


  .container {
    width: 95%;
  }


h1 {
  font-family: 'flyover', serif;
  color: #f1b3bd;
}

h2, h3 {
  font-family: 'gentle remind', serif;
  color: #6c564b;
}

.watakoii-button {
width: 88px;
height: auto;
}

/* footer */

.bottom-area,
.footer {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-family: arial;
  font-size: 12px;
  font-weight: 600;
  color: #8d7c76;
}

.bottom-area a,
.footer a {
  color: #FF91BD;
  text-shadow: none;
}

.footer {
  width: 700px;
  margin: 10px;
  text-align: center;
  font-family: arial;
  font-weight: 600;
  font-size: 13px;
  padding: 10px;
  position: relative;
  z-index: 5;
  clear: both;
}

.footer img {
  height: auto;
  width: 120px;
  margin-bottom: 10px;
}

mark {
 font-family: 'Hachi Maru Pop';
 font-size: 12px;
 background-color: transparent;
 color: white;
 text-shadow: 1px  0px 0px #f1b3bd,
               0px  1px 0px #f1b3bd,
              -1px  0px 0px #f1b3bd,
               0px -1px 0px #f1b3bd;
}

/* fonts */

.hachi-maru-pop-regular {
  font-family: 'Hachi Maru Pop', cursive;
  font-weight: 400;
  font-style: normal;
}

@font-face {
   font-family: 'rainy hearts'; 
  src: url('/fonts/rainyhearts.woff2') format('woff2'), 
       url('/fonts/rainyhearts.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'gentle remind'; 
  src: url('/fonts/Gentle Remind.woff2') format('woff2'), 
       url('/fonts/Gentle Remind.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'flyover'; 
  src: url('/fonts/Flyover.woff2') format('woff2'), 
       url('/fonts/Flyover.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'cutesy'; 
  src: url('/fonts/Cutesy.woff2') format('woff2'), 
       url('/fonts/Cutesy.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

/* scrollbar */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #fff7fa;
  -webkit-border-radius: 0ex;
  border: 1px dotted #edaecb;
}

/* selection */

::selection {
  background-color: #fef4fa;
  color: #8d7c76;
}

::-moz-selection {
  background-color: #fef4fa;
  color: #8d7c76;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style-position: inside;
  list-style-image: url("https://watermelon.crd.co/assets/images/gallery11/f9522356.gif?v=75c8e322");
}


li:hover{
    font-style: italic;
    text-decoration: dotted underline;
    padding-left: .67em;
    transition: .3s;
}

li mark{
  background: transparent;
  font-family: 'gentle remind';
  font-size: 15px;
  font-style: italic;
  color: #f1b3bd;
}

#context_menu {
  background: #fdfef8;
  border: 1px dotted #AAAAAA;
  letter-spacing: 1px;
  width: 70px;
  font-family: 'rainy hearts';
  font-size: 8px;
  position: absolute;
  display: none;
  z-index: 100000;
}

#context_menu ul li {
  padding: 4px;
  z-index: 100000;
}

#context_menu ul li:hover {
  background: #FEF8FC;
  color: #848484;
  z-index: 100000;
}

.spoiler-text {
  text-decoration: dotted underline;
  transition: color 0.2s ease;
}

.spoiler-text.revealed {
  text-decoration: none;
}

.spoiler-text em {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #67807a;
  transition: .1s
}

a:link {
  color: #545454;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #545454;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ffe8e9;
  background-color: transparent;
  text-decoration: dotted underline;
  font-style: italic;
}

a:active {
  color: #545454;
  background-color: transparent;
  text-decoration: underline;
}

html {
  display: flex;
  justify-content: center;
}

/*-------------------------------------*/
/*button tab*/
/*-------------------------------------*/

.tab {
  width: 90%;
  border: 2px solid #ff9ec5;
  border-radius: 10px;
  background-color: white;
  justify-content: center;
  align-content: center;
  text-align: center;
  margin: 20px auto !important;
  
}

/*-------------------------------------*/
/*buttons*/
/*-------------------------------------*/

.tab button {
  border: none;
  background-color: white;
  border-radius: 5px;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: #6c564b;
  font-family: 'gentle remind';
}

.tab button:hover {
  color: #ffe5ed;
}


/*--------------------------------------*/
/*dropdown*/
/*--------------------------------------*/

.likes-button {
  background-color: white;
  color: #6c564b;
  font-family: 'gentle remind';
  padding: 16px;
  margin: 5px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-likes {
  display: none;
  position: absolute;
  background-color: white;
  border-radius: 5px;
  min-width: 160px;
  border: 2px solid #fb9dd4;
  z-index: 10;
}

.dropdown:hover .dropdown-likes {display: block;}

.likes-button:hover {
  font-style: italic;
}

/*---------------------------------------------------------------------------------*/
/*---------------------CONTENT BASE------------------------*/
/*---------------------------------------------------------------------------------*/
.content-box-index {
  background-image: url('/images/hii.jpeg');
  background-size: 50%;
  background-color: #fef4fa;
  width: 90%;
  border: 10px solid;
  border-image: url('/images/deco/borde1.png') 150 repeat;
  border-image-outset: 10px;
  box-shadow: 2px 2px 2px #a3736720;
  overflow: hidden;
  margin-left: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  display: none;
  margin: 20px auto !important;
  animation: aparecer 0.5s ease-out;
}

@keyframes aparecer {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}



/*------------HELLO--------------*/

.base {
  width: 95%;
  min-height: 200px;
  background: white;
  border: 2px double #fb9dd4;
  padding: 10px;
  padding-top: 5px;
  margin: auto;
  text-align: center;
  justify-content: center;
  align-content: center;
  position: relative;
  border-radius: 15px;
}

.contenedor {
  width: 100%;
  min-height: 200px;
  background: white;
  border: 1.5px dashed #fb9dd4;
  padding: 10px;
  padding-top: 5px;
  margin: auto;
  text-align: center;
  justify-content: center;
  align-content: center;
  position: relative;
  border-radius: 5px;
}

#hello {
    display: block;
}

/*----------------------------------------------------------------------------------------------------*/
/*-----------------------tooltip----------------------*/
/*----------------------------------------------------------------------------------------------------*/

.texto {
  position: relative;
  font-weight: bold;
}


.texto .tooltip {
  visibility: hidden;
  font-size: 12px;
  width: 230px;
  background-color: #ffa3cb;
  color: white;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.texto .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffa3cb transparent transparent transparent;
}

.texto:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------------------------------*/
/*----Music----*/
/*--------------------------------------------------------------------------------------*/

.favs {
  width: 25%;
  min-height: 100px;
  display: block;
  padding: 15px 25px;
  font-size: 30px;
  text-align: center;
  outline: 1.5px dashed #6c564b;
  outline-offset: -8px;
  background-color: #ffe1e7;
  border: none;
  border-radius: 5px;
  box-shadow: 0 5px #dce9ea;
  margin: auto;
  margin-bottom: 20px;
  transition: 0.3s;
  font-family: 'rainy hearts';
  color: #6c564b;
}

.recommendation {
  background-image: url('https://i.pinimg.com/736x/12/98/6f/12986f2a3ee8d9ef650aa43f0fb02226.jpg');
  background-size: 250px;
  background-color: transparent;
  float: left;
  width: 70%;
  max-height: 700px;
  border: 4px double #fb9dd4;
  border-radius: 5px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
}

.a {
  background-color: transparent;
  float: right;
  width: 400px;
  max-height: 550px;
  border: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
}

.box {
  background-color: white;
  width: 95%;
  max-height: 600px;
  border: 10px solid;
  border-image: url('/images/deco/borde1.png') 150 repeat;
  border-image-outset: 10px;
  overflow: hidden;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin: 20px auto !important;
}

.genre {
  margin-right: 5px;
  width: 80px;
  border: 1.5px solid #fb9dd4;
  border-radius: 10px;
  text-align: center;
  font-family: 'rainy hearts';
  font-weight: bold;
  font-size: 15px;
  color: #fb9dd4;
  background: #fff0f6;
}

/*--------------------------------------------------------------------------------------*/
/*-------------TEXT------------*/
/*--------------------------------------------------------------------------------------*/

.name {
  font-family: 'flyover';
  font-weight: bold;
  font-size: 35px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 3px;
  color: #f1b3bd;
}

.org {
  font-family: 'Hachi Maru Pop';
  font-size: 15px;
  text-align: left;
  margin-bottom: 20px;
  color: lightgrey;
}

.sub-sub { 
  font-family: 'gentle remind';
  color: #6c564b;
  margin: auto;
  margin-top: 20px;
  font-size: 25px;
  text-align: center;
  justify-content: center;
  align-content: center; 
}

.title {
  font-family: 'flyover';
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 3px;
  color: #f1b3bd;
}

.subtitle {
  font-family: 'Hachi Maru Pop';
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  color: lightgrey;
}

p {
  font-size: 20px;
  margin: 10px 50px;
}



 * {
  cursor: url('https://cur.cursors-4u.net/symbols/sym-6/sym596.cur'), auto !important;
}

/*---------------------------------*/
/*Carrousel*/
/*---------------------------------*/

.contenedor-barra {
    width: 95%;
    overflow: hidden;
    border: 2px double #fb9dd4;
    background-color: #fff0f8;
    border-radius: 15px 15px 15px 15px;
    margin-bottom: 2px;
    margin: 20px auto !important;
  }

  .barra-giratoria {
    display: flex;
    width: 200%; 
    animation: moverBarra 10s ease-in-out infinite alternate;
  }

  .barra-giratoria img {
    height: 50px;
    margin: 10px;
  }


  @keyframes moverBarra {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  @keyframes moverBarra {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  
/*----CARROUSEL 2----*/

.contenedor-carrusel {
    width: 70%;
    overflow: hidden;
    background: transparent;
    padding: 20px 0;
    float: right;
}

.carrusel-track {
    display: flex;
    width: max-content;
    gap: 30px; 
    padding: 0 5px;
    animation: moverBarra 10s ease-in-out infinite alternate;
}

.carrusel-track:hover {
    animation-play-state: paused;
}

/* ---- KEYFRAMES ANIMACIÓN ---- */
@keyframes vaiven {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% + 100vw));
    }
}

/* ---- container---- */
.container {
    position: relative;
    width: 100px;
    height: 100px;  
    flex-shrink: 0; 
    border-radius: 8px;
    transition: box-shadow 0.3s ease, border-radius 0.3s ease;
}

.carrusel-track img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block; 
    border-radius: 8px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    opacity: 0;
    background-color: rgba(255, 214, 238, 0.9);
    transition: opacity 0.4s ease;
}

.container:hover .overlay {
    opacity: 1;
    box-shadow: 6px 7px 14px -7px rgba(120, 144, 165, 0.74);
    border-radius: 8px;
}



.text {
    font-family: 'rainy hearts', sans-serif;
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%; 
    box-sizing: border-box;
}


/*----------------------------------------------*/
/*----Música-----*/
/*----------------------------------------------*/

.reproductor {
    float: left;
    width: 30%;
    min-height: 300px;
    background-color: white;
    padding: 30px;
    box-shadow: 0px 0px 23px -14px rgba(120, 144, 165, 0.85);
    border-radius: 5px;
    text-align: center;
    color: #545454;
    margin: 20px;
}

.reproductor img {
  width: 200px;
  height: 200px;
  border-radius: 5px;
  outline: 1.5px dashed #6c564b;
  outline-offset: 3px;
  margin-bottom: 10px;
}
  

.wii {
    font-family: 'gentle remind';
    color: #6c564b;
    margin-bottom: 5px;
    font-size: 30px;
}

.wii-2 {
  font-family: 'Hachi Maru Pop';
  font-size: 15px;
  color: lightgrey;
  margin-bottom: 20px;
}

.boton {
    outline: 1.5px dashed #6c564b;
    outline-offset: -8px;
    font-weight: bold;
    background-color: #ffe1e7;
    color: #6c564b;
    padding: 12px 24px;
    margin: 0 10px;
    font-size: 15px;
    border-radius: 25px;
    transition: background 0.3s;
    border: none;
    margin-bottom: 20px;
}

.boton:hover {
    background-color: pink;
}

.progreso-contenedor {
    margin-bottom: 20px;
    width: 100%;
}

#barraProgreso {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #6c564b;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}

#barraProgreso::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background-image: url('https://pixels.crd.co/assets/images/gallery130/1b4dd919.gif?v=29416114');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: transparent;
}
