@font-face {
    font-family: 'pixel';
    src: url('assets/rainyhearts.ttf');
}

a {
  color: #c06080;
  text-decoration: underline;
}

a:hover {
  color: #7a3050;
}

* {
    cursor: url('assets/nat988.cur'),auto !important;  
}


ul {
  list-style: none;
}

li::before {
  margin-left: -18px;
  content: "✿ ";
  color: #c06080;
}

#taskList li::before {
  content: "";
  margin: 0;
  display: none;
}

.like li::before {
    margin-left: -29px;
    content:"";
    display:inline-block;

    width:16px;
    height:16px;

    margin-right:8px;

    background-image:url("assets/favicon.gif");
    background-size:contain;
    background-repeat:no-repeat;
}

.dislike li::before {
    margin-left: -29px;
    content:"";
    display:inline-block;

    width:16px;
    height:16px;

    margin-right:8px;

    background-image:url("assets/calavera.gif");
    background-size:contain;
    background-repeat:no-repeat;
}


hr {
  border: none;
  border-top: 2px dashed #e8b4cc;
  margin: 12px 0;
}

u{
text-decoration-color: #f4b3cf;

}

h1{color: #7a3050;}

h2{color: #6b2f49;}

h3{color: #8c3e58;}


.imagen-centro {
    justify-content: center;
    align-items: center;
    display: block;
    margin: 0 auto;
}

body {
margin: 0;
font-family: 'pixel';
background-image: url('http://dl3.glitter-graphics.net/pub/1879/1879013dwj1zrajwi.gif');
background-attachment: fixed;
background-repeat: repeat;
}


.marquee-bar {
    background-color: #ffd3f1;
    color:rgb(153, 76, 130);
    padding: 6px 0;
    margin-top: 15px;
    overflow:hidden;
    white-space: nowrap;
}
.marquee-inner {
    display: inline-block;
    animation: marquee 27s linear infinite;
}

@keyframes marquee {
    from {transform: translateX(100vw);}
    to {transform: translateX(-100%);}
}

header {
    background-image: url(assets/banner.gif);
    background-size: cover;
    background-position: center;
    border: 2px solid #4dc9dc;
    border-radius: 12px;
    margin-top: 20px;
    margin-left: 130px;
    margin-right: 130px;
    padding: 90px 12px 16px; 
    margin-bottom: 12px;
    box-shadow: 4px 4px 0 #338895;
}

.logo {
    display: flex;
    margin-left: 18px;
    margin-bottom: -10px;
}

.logo-img {
    width: 200px;
}

#main-layout {
    display: flex;
    gap:  12px;
    margin: 12px;
}

#sidebar {
    width: 180px;
    flex-shrink: 0;
    background-color: #ffe6f0;
    border: 2px solid #e8b4cc;
    border-radius: 10px;
    margin-left: 119px;
    padding: 12px;
    box-shadow: 3px 3px 0 #e8a0bf;
}

.sb-menu-label {
    background: #ffe9a2;
    border: 2px solid #f7b96d;
    border-radius: 6px;
    padding: 5px 10px;
    font-weight: 900;
    font-size: 17px;
    color: #5a3000;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-align: center;
}

.sb-home {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 8px;
    border-radius: 6px;
    background: #f4b8cc;
    font-size: 19px;
    font-weight: 700;
    color: #4a0020;
    text-decoration: none;
    margin-bottom: 4px;
}

.sb-section-header {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 19px;
    color: #4a0020;
    margin-bottom: 2px;
}

.sb-section-header:hover {background: #ffd6e7;}
.sb-section-header.open {background: #f4b8cc; font-style: italic; font-weight: 700;}

.sb-subitems {
    display:none;
    padding-left:14px;
    margin-bottom: 2px;
}

.sb-subitems.open { display: block; }

.sb-subitem {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 3px 0px;
    border-radius: 4px;
    color: #7a3050;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 1px;
}

.sb-subitem:hover { background: #ffd6e7; }

.sb-divider {
    border: none;
    border-top: 2px dashed #e8b4cc;
    margin: 6px 0;
}

.tri {
    font-size: 8px;
    display: inline-block;
    transition: transform 0.15s;
}

.tri.open { transform: rotate(90deg); font-style:normal; }


.menu-titulo {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-family: 'pixel';
    font-size: 13px;
    color: #c06080;
    font-weight: 700;
    padding: 6px 8px;
    cursor: pointer;
    border-radius: 6px;
}

.menu-titulo:hover {
    background-color: #ffd6e7;
}

.menu-items {
    display: none;
    padding-left: 10px;
}

.menu-items.abierto {
    display: block;
}

.sb-divider-icons {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 35px;
}

.statusbox{
    border: 2px dashed #e8b4cc;
    border-radius: 8px;
    padding: 10px 10px 8px;
    position: relative;
    margin-top: 6px;
}

.status-titulo{
    position: absolute;
    top: -11px;
    left: 52px;
    font-size: 17px;
    font-weight: 300;
    color: #5a3000;
    background-color: #ffe6f0;
    border-radius: 5px;
    padding: 0 6px;
    letter-spacing: 1px;
}

.status-item:last-child {margin-bottom: 0;}


.status-label {
    font-size: 17px;
    font-weight:700;
    color: hsl(340, 43%, 56%);
    margin-bottom: 1px;
    margin-top: 8px
}

.status-valor{
    font-size:17px;
    color: #4a0020;
    margin-bottom: 10px;
    line-height: 1;
}



#content {
    flex:1;
    background-color:#ffe0f4;
    border: 2px solid #e8b4cc;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 3px 3px 0 #e8a0bf;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.seccion {
    background-color: #ffeef9;
    display: flex;
    flex-direction: column;
    border: 2px dashed #ffabd2;
    border-radius: 8px;
    padding: 20px 12px;
    position: relative;
    gap: 15px;
}

.seccion-titulo {
    padding-left: 17px;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #8c3e58;
}

.seccion-texto {
    font-size:18px;
    color: #4a0020;
    padding-left: 18px;
    padding-right: 18px;
    line-height: 1.2;
    margin-top: 0;
}

.seccion-texto p {
  margin: 0 0 20px 0;
}

.seccion-texto span {
    color: #c06080;
    font-weight: 700;
}

.tablon {
  background: #fff5f8;
  border: 1px solid #e8b4cc;
  border-radius: 6px;
  padding-left: 20px;
  height: 300px;
  overflow-y: scroll;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
  color: #4a0020;
}

.tablon::after {
  content: "";
  display: block;
  clear: both;
}

.tablon::-webkit-scrollbar { width: 6px; }
.tablon::-webkit-scrollbar-track { background: #ffd6e7; border-radius: 4px; }
.tablon::-webkit-scrollbar-thumb { background: #e8b4cc; border-radius: 4px; }

.tablon p { margin-bottom: 8px; }
.tablon img { margin: 6px 0; display: block; }

.doble-columna{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
    margin-left: 15px;
    margin-right: 15px;
}

.caja-panel{
    border:2px solid #ffb8e2;
    border-radius:8px;
    overflow:hidden;
    background:#ffdae7;
}

.panel-titulo{
    background-image:url("assets/cuadritos.png");
    padding:10px;
    font-size:28px;
    color:#811b5a;
}

.fav-layout {
  display: flex;
  gap: 35px;
  align-items: center;
}

.cuadrante-favoritos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  flex: 1;
  margin: 10px 0;
}

.bloque {
  border: 2px dashed #e8b4cc;
  border-radius: 8px;
  padding: 10px;
  background: #fff5f8;
}

.bloque h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  color: #7a3050;
}

/* listas */
.bloque ul {
  margin: 0;
  padding-left: 18px;
  list-style: disc;
}

.bloque li {
  font-size: 18px;
  color: #4a0020;
}


.galeria {
  float:right;
  margin-right: 7px;  
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 220px;
  flex-shrink: 0;
  
}

.slider {
  width: 200px;
  height: 230px;   
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #e8b4cc;
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flecha{
  border:none;
  background:none;
  padding:0;
  cursor:pointer;
}

.flecha img{
  width:25px;
}


#updates-box {
    width: 180px;
    flex-shrink: 0;
    background-color: #ffe6f0;
    border: 2px solid #e8b4cc;
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 118px;
    padding: 12px;
    box-shadow: 3px 3px 0 #e8a0bf;
}

.updates-title {
    background: #ffe9a2;
    border: 2px solid #f7b96d;
    border-radius: 6px;
    padding: 5px 10px 5px 1px;
    font-weight: 900;
    font-size: 17px;
    color: #5a3000;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-align: center;
}

.updates-scroll {
    background-color: #fff7fa;
    border-radius: 6px;
    height: 220px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 4px;
}

.updates-scroll::-webkit-scrollbar {width: 6px;}
.updates-scroll::-webkit-scrollbar-track {background: #ffd6e7; border-radius: 4px;}
.updates-scroll::-webkit-scrollbar-thumb {background: #e8b4cc; border-radius: 4px;}

.update-entry {
    border-bottom: 1px dashed #e8b4cc;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-top: 5px;
}

.update-entry:last-child {border-bottom: none; padding-bottom: 0;}
.update-date {
    font-size: 16px;
    font-weight: 700;
    color: #c06080;
    margin-bottom: 3px;
}

.update-text {
    font-size: 17px;
    color: #4a0020;
    line-height: 1;
}


.contacto-box{
    border: 2px dashed #e8b4cc;
    border-radius: 8px;
    padding: 10px 10px 8px;
    position: relative;
    margin-top: 6px;
}

.contacto-titulo{
    position: absolute;
    top: -11px;
    left: 33px;
    font-size: 17px;
    font-weight: 300;
    color: #5a3000;
    background-color: #ffe6f0;
    border-radius: 5px;
    padding: 0 6px;
    letter-spacing: 1px;
}

.contacto-item{
    font-size: 17px;
    color: #4a0020;
}

.tutoriales-box{
    border: 2px dashed #e8b4cc;
    border-radius: 8px;
    padding: 10px 10px 8px;
    position: relative;
    margin-top: 6px;
}

.tutoriales-titulo{
    position: absolute;
    top: -11px;
    font-size: 17px;
    font-weight: 300;
    color: #5a3000;
    background-color: #ffe6f0;
    border-radius: 5px;
    padding: 0 6px;
    letter-spacing: 1px;
}

.tutoriales-item{
    font-size: 17px;
    color: #4a0020;
}

.tutoriales-movil {
    display: none;
}

.gif-box{
    border: 2px dashed #e8b4cc;
    border-radius: 8px;
    position: relative;
    margin-top: 6px;
    height: 133px;
}

.contacto-titulo{
    font-size: 20px;
}

.contacto-item{
    font-size: 18px;
    align-items: center;
}


footer{
    background-color: #ffd3f1;
    height: 60px;
    border-top: 2px solid #e8a0bf ;
}

.footer-box{
    padding-left: 14px;
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 12px;
}

.hamburger-menu {
    display: none;
}

.sidebar-menu-items {
    display: block;
}

.sidebar-menu-items.abierto {
    display: block;
}

.btn-precios {
  background: none;
  border: none;
  padding: 0;
  color: #c06080;
  font-family: 'pixel';
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}

.btn-precios:hover {
  color: #7a3050;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 100;
  align-items: center;
  justify-content: center;
}

.overlay.visible {
  display: flex;
}

.popup {
  background: #fff5f8;
  border: 2px solid #e8b4cc;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 4px 4px 0 #e8a0bf;
  width: 800px;
  position: relative;
  max-height: 400px;
  overflow-y: auto;
}

.popup-titulo {
  font-size: 39px;
  font-weight: 900;
  color: #c06080;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: left;
  border-bottom: 2px dashed #e8b4cc;
  padding-bottom: 6px;
}

.popup ul {
  list-style: none;
  padding: 0;
  margin-top: -7px;
  margin-bottom: -5px;
  margin-left: 30px;
  font-size: 22px;
}

.popup ul li {
  border-bottom: 1px dashed #e8b4cc;
  padding: 6px 0;
  text-align: left;
}

.popup ul li:last-child {
  border-bottom: none;
}

.popup ul li::before {
  content: "✿ ";
  color: #c06080;
}

.popup-nota {
  font-size: 20px;
  color: #9a6070;
  margin-top: 10px;
  text-align: left;
  font-style: italic;
  border-top: 2px dashed #e8b4cc;
  margin-left: 10px;
  padding-top: 6px;
}

.popup-cerrar {
  position: absolute;
  top: 8px;
  right: 10px;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #c06080;
  font-weight: 900;
}

.popup-cerrar:hover {
  color: #7a3050;
}

.bucket-list {
    display:flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 10px;
}

.bucket-item{
    border: 1px solid #e8b4cc;
    border-radius: 8px;
    overflow: hidden;
    background: #fff5f8;
}

.bucket-header {
    display:flex;
    align-items: center;
    gap:10px;
    padding: 8px 10px;
    cursor: pointer;
    list-style:none;
}

.bucket-header:hover {background: #ffd6e7;}
.bucket-header::-webkit-details-marker {display:none;}

.bucket-gif {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}


.bucket-titulo {
    flex:1;
    font-size: 20px;
    font-weight: 500;
    color: #4a0020;
}

.bucket-titulo.hecho {
    color: #9a6070;
}

.bucket-check {
    width: 18px;
    height: 18px;
    border: 2px solid #e8b4cc;
    border-radius: 4px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #c06080;
    background: white;
}

.bucket-check.hecho {
    background: #ffd6e7;
    border-color: #c06080;
}

.bucket-contenido {
    padding: 12px 15px;
    border-top: 1px dashed #e8b4cc;
    font-size: 17px;
    line-height: 1.7;
    color: #4a0020;
    background: #fffaf5;
}

.bucket-contenido p { 
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: 0;



}

.bucket-preview {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  height: auto;
  overflow: visible;
}

.bucket-imagen {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #e8b4cc;
  flex-shrink: 0;
}

.bucket-experiencia {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.7;
}

.pending {
    color: #9a6070;
    font-style: italic;
}

.imagen-izquierda {
    float: left;
    margin: 0 16px 16px 0;
    max-width: 40%;
}

.imagen-derecha {
    float: right;
    margin: 0 16px 16px 0;
    max-width: 40%;
}

@media (max-width: 768px) {
    
    .hamburger-menu {
        display: none;
    }
    
    .marquee-bar {
        margin-top: 0px;
        height: 25px;
        padding-top: 7px;
    }

    .marquee-inner {
        font-size: 15px;
        align-items: center;
    }

    #main-layout {
        flex-direction: column;
        margin:0px;
        gap:0;
    }

    #content {
        margin: 0px;
        border:none;
        border-radius: 0;
    }

    #sidebar {
        display: block;
        width: 100%;
        margin-left: 0;
        box-sizing: border-box;
        margin: 0;
        border: 0;
        border-radius: 0;
        padding: 0px;
    }

    .sb-menu-label {
        background: #ffe9a2;
        border: 2px solid #f7b96d;
        border-radius: 6px;
        padding: 8px 12px;
        font-family: 'pixel';
        font-size: 18px;
        font-weight: 700;
        color: #5a3000;
        cursor: pointer;
        margin: 12px;
        margin-bottom: 6px;
        text-align: center;
        display: block;
    }

    .sb-menu-label:hover {
        background-color: #ffe9a2;
    }

    .sb-home {
        display: block !important;
        margin: 12px 12px 12px 12px;
        width: calc(100% - 24px);
        box-sizing: border-box;
        font-size: 22px;
    }

    .sb-section-header,
    .sb-subitems,
    .sb-divider,
    .statusbox,
    .sb-divider-icons,
    .tutoriales-box {
        display: none;
    }

    #sidebar.abierto .sb-section-header,
    #sidebar.abierto .sb-divider{
        display: block;
        margin: 0 12px;
    }

    #sidebar.abierto {
        border-bottom: 2px solid #e8a0bf;
        background-color: #ffe6f0;
        padding-bottom: 12px;
    }

    .sb-section-header{
        font-size: 20px;
    }

    .sb-subitem {
        font-size: 20px;
    }
    
    .tablon{
        line-height: 1.2;
    }

    #updates-box {
        width: 100%;
        margin-right: 0;
        box-sizing: border-box;
        border-radius: 0;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
    }

    .updates-title {
        margin-top: 20px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .updates-scroll {
        margin-left: 30px;
        margin-right: 30px;
    }

    header {
        box-shadow: none;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-color: #e38bc6;
        padding: 100px 12px 16px; 
        background-size: 200%;
    }

    .logo-img {
        width: 100px;
        margin-left: -20px;
    }

    .seccion {
        gap: 10px;
    }

    .seccion-titulo{
        font-size: 35px;
        margin-bottom: 5px;
        line-height: 1;
    }

    .seccion-texto{
        font-size: 20px;
    }

    .statusbox {
        display: none;
    }

    .updates-title{
        font-size: 20px;
    }

    .update-text{
        font-size: 18px;
    }

    .contacto-box {
        margin-top: 40px;
        margin-bottom: 20px;
        margin-left: 30px;
        margin-right: 30px;
    }

    

    .sb-divider-icons {
        display: none;
    }

    .tutoriales-movil {
        display: block;
        margin: 30px 30px 0;
    }

    .gif-box {
        display: none;
    }

    .footer-box {
        padding-top: 18px;
    }

    .footer-img{
        width: 130px;
    }

    .ocultar-movil {
        display: none;
    }

    .imagen-centro {
        width: 89%;
        height: auto;
    }

    .imagen-izquierda {
     float: left;
     margin: 0 16px 16px 0;
     max-width: 40%;
}
    
}



