@charset "utf-8";

/* =========================================================
   FONT
========================================================= */

@font-face {
  font-family:'Fredoka One';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url(https://fonts.gstatic.com/s/fredokaone/v8/k3kUo8kEI-tA1RRcTZGmTlHGCac.woff2) format('woff2');
}

/* FORCE TITLES FREDOKA */

h1,
h2,
h3,
h4,
h5,
h6,
.brand{
  font-family:'Fredoka One', system-ui, sans-serif;
}

/* =========================================================
   RESET / BASE
========================================================= */

*{
  box-sizing:border-box;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

body{
  margin:0;
  background:#b9bfb6;
  font-family:'Fredoka One', system-ui, sans-serif;
}

.clearfloat{ clear:both; }
.clearfloat-10{ clear:both; height:10px; }

.responsive-img{
  width:100%;
  height:auto;
  display:block;
  margin:auto;
}



/* =========================================================
   CONTAINER / LAYOUT
========================================================= */

.container{
  width:100%;
  max-width:1280px;
  margin:auto;
  background:#6b4d5e;

}
.home-header{
  border-top:4px solid #ed2e3e;
}
main{
  width:100%;
  float:left;
}



/* =========================================================
   BRAND HEADER
========================================================= */

.home-header{
  width:100%;
  float:left;
  text-align:center;
  letter-spacing:.03em;
  color:#fff;
  background:#6b4d5e;
  padding:18px 10px 14px;
    
}
.brand{
  margin:0;
  font-size:2.2rem;
  letter-spacing:.03em;
 color:#ffb347;                 /* ← naranja */
  text-shadow:0 2px 6px rgba(0,0,0,.35);  /* ← profundidad */
}


/* =========================================================
   TITLES HIERARCHY
========================================================= */

.home > h1{
  color:#ffb347;                 /* naranja brand */
  text-shadow:0 2px 6px rgba(0,0,0,.35);
  font-family:'Fredoka One', system-ui, sans-serif;
  font-size:2.2rem;
  letter-spacing:.03em;
  background:#6b4d5e;
  padding:18px 10px 0px;
      border-top:4px solid #ed2e3e;
      margin:0;                 /* elimina gap gris */
  width:70%;                /* igual que bloques home */
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  display:block;
}



.home h2{
  font-size:1.35rem;
  letter-spacing:.05em;
  color:#fff;
  text-align:left;
  margin:22px 0 8px;
    padding-left: 10px;
}

.home h2 a{
  color:#fff;
  text-decoration:none;
}

.home h2 a:hover{
  color:#FFD38A;
}

.home h3{
  font-size:1.2rem;
  color:#FFD38A;
  font-weight:400;
  margin:1.4rem 0 .6rem 0;
}

/* =========================================================
   HOME HUB (CATEGORIES MOBILE/TABLET)
========================================================= */

.home-cats{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
  padding:18px;
  float:left;
  width:100%;
}

.cat{
  background:#6b4d5e;
  border-radius:14px;
  padding:10px;
  text-align:center;
}

.cat img{
  width:100%;
  border:4px solid #fc9b38;
  border-radius:10px;
}

.cat h2{
  font-size:1rem;
  margin-top:6px;
}



/* =========================================================
   MEGA GRID (DESKTOP)
========================================================= */

.home-mega{
  width:100%;
  float:left;
  background:#6b4d5e;
  padding:20px 10px;
  box-sizing:border-box;
}

.home-mega::after{
  content:"";
  display:block;
  clear:both;
}

.home-mega .col1,
.home-mega .col2,
.home-mega .col3,
.home-mega .col4,
.home-mega .col5{
  width:18%;
  margin:0 1%;
  float:left;
  text-align:center;
}



/* =========================================================
   MINIATURES
========================================================= */

/* =========================================================
   HOVER MINIATURAS
========================================================= */

.minis-menu{
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  position:relative;
  margin-bottom:18px;
  border-radius:10px;                 /* ← recorte real */
  transition:transform .25s ease,
             box-shadow .25s ease;
}

.minis-menu img{
  width:100%;
  height:100%;
  object-fit:cover;
  border:.2em solid #fc9b38;
  border-radius:10px;
  transition:transform .25s ease;
}

.minis-menu:hover{
  transform:scale(1.05);
  box-shadow:0 10px 28px rgba(0,0,0,.35),
             0 0 18px rgba(252,155,56,.55);
}

.minis-menu:hover img{
  transform:scale(1.08);
}


.mobile-break{
  display:none;
}    
/* =========================================================
   TEXT BLOCK
========================================================= */

.home-text{
  width:100%;
  float:left;
  background:#6b4d5e;
  padding:20px 0 30px;
}

.textoFluo{
  max-width:980px;
  margin:auto;
  padding:0 2%;
  font-family:system-ui, Arial, sans-serif;
  line-height:1.6;
  font-size:1rem;
}

.textoFluo p{
  color:#F5EFFF;
  text-align:justify;
}

.textoFluo p a{
  color:#FFD38A;
}

.textoFluo p a:hover{
  color:#fff;
}

.textoFluo blockquote{
  position:relative;

  margin:.7rem 0;
  color:#F5EFFF;
}



.textoFluo blockquote p{

font-weight: 600;
}

.textoFluo blockquote cite{
  display:inline;
  font-size:.9rem;
  color:#FFD38A;
  font-style:normal;
}


.faq-section{
  margin:2rem 0;
}

.faq-list{
  margin:0;
}

.faq-list dt{
  color:#ffffff;
  font-weight:400;
  margin-top:1rem;
}

.faq-list dd{
  color:#F5EFFF;
  margin:0.4rem 0 0.8rem 1rem;
  line-height:1.5;
}

/* =========================================================
   FOOTER
========================================================= */

footer{
  width:100%;
  margin-top:2%;
}

.pie_creditos{
  width:100%;
  background:#6b4d5e;
  padding:1%;
}

.pie_creditos p,
.pie_creditos a{
  color:#c0b1b1;
  text-decoration:none;
}





  .home-header,
  .home > h1,
  .home-cats,
  .home-mega,
  .home-text{
    width:70%;
    float:none;          /* ← quita alineación izquierda */
    margin-left:auto;    /* ← centra */
    margin-right:auto;   /* ← centra */
            border-left:4px solid #ed2e3e;
  border-right:4px solid #ed2e3e;
       
  }

.home-cats a{
  text-decoration:none;
  color:inherit;
}

/* =========================================================
   LISTAS — HOME TEXT
========================================================= */

.textoFluo ul{
  max-width:820px;
  margin:1.2rem auto 1.6rem;
  padding:0;
  list-style:none;
}

.textoFluo li{
  position:relative;
  padding-left:26px;
  margin:.6rem 0;
  color:#F5EFFF;
  line-height:1.65;
  font-family:system-ui, Arial, sans-serif;
}

/* bullet personalizado */

.textoFluo li::before{
  content:"●";
  position:absolute;
  left:0;
  top:0;
  color:#fc9b38;
  font-size:.85rem;
  line-height:1.6;
}

/* links dentro de listas */

.textoFluo li a{
  color:#FFD38A;
  text-decoration:none;
  font-weight:500;
}

.textoFluo li a:hover{
  color:#ffffff;
}


/* =========================================================
   VISIBILITY HUB / MEGA
========================================================= */


/* ===== DESKTOP (default) ===== */

.home-cats{ display:none; }
.home-mega{ display:block; }


/* ===== TABLET + MOBILE ===== */

@media (max-width:900px){

  .home-cats{ display:grid;
        background:#6b4d5e;}
    
      .cat{
    background:#6b4d5e;
  }
    
  .home-mega{ display:none; }

}



/* =========================================================
   FIX MINIATURAS — TABLET
   (evita columnas deformadas 810 → 500)
========================================================= */

@media (max-width:900px){

  /* grid estable */
  .home-cats{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    align-items:start;
  }

  /* evita que columnas 2–3 se achiquen */
  .cat{
    min-width:0;
    width:100%;
  }

  /* caja imagen rígida */
  .cat img{
    width:100%;
    height:auto;
    display:block;
    aspect-ratio:1/1;
    object-fit:cover;
  }
}



/* ==================================================================================================================
   MOBILE
================================================================================================================== */
@media (max-width:500px){

  /* romper limitación 70% */
  .home-header,
  .home > h1,
  .home-cats,
  .home-mega,
  .home-text{
    width:100%;
    margin:0;
    border-left:4px solid #ed2e3e;
    border-right:4px solid #ed2e3e;
  }

  body{
    background:#6b4d5e;
  }

  .home-header{ font-size:1.6rem; }

  .home > h1{
    font-size:1.25rem;
    margin:0;
    text-align:center;   /* ← vuelve a centrar */

    width:100%;
    margin:0;
  
  }


  .home-cats{
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    padding:8px;
  }

  .cat{
    padding:4px;
  }

  .cat h2{
    font-size:1rem;
    line-height:1.05;
    margin-top:2px;
    text-align:center;
  }

    
  .brand{
    font-size:1.05rem;
    line-height:1.15;
  }
    
    .home > h1{
    font-size:1.2rem;

    padding:8px 10px;
  }
    
  .mobile-break{
    display:block;
  }
    
      .home-mega .col1,
  .home-mega .col2,
  .home-mega .col3,
  .home-mega .col4,
  .home-mega .col5{
    width:100%;
    margin:0;
    float:none;
  }
    
    


}
