/* ==================================================
   HEADER ESCRITORIO
================================================== */

@media (min-width: 768px) {

  /* ===== VISIBILIDAD ===== */
  #HeaderMobile {
    display: none;
  }

  #HeaderDesktop {
    display: flex;
  }
  /* ===============================
     OCULTAR BLOQUES SOLO MÓVIL
     (ESTO VA LO PRIMERO)
  ================================ */

  #AnuncioPrPeque,
  #AnuncioGPeque {
    display: none !important;
  }


  /* ===== HEADER DESKTOP ===== */

  #HeaderDesktop {
    max-width: 1026px;
    margin: 0 auto;
    padding: 15px 10px;

    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
  }

  /* Logo escritorio */
  #Logo {
    width: 190px;
    height: 110px;
    background: url("/assets/img/ui/logo.avif") no-repeat left center / contain;
  }

  /* ===== MENU DESKTOP ===== */

  #MenuDesktop ul {
    list-style: none;
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, auto);
    justify-content: center;
    gap: 10px 14px;
  }

  #MenuDesktop li a {
    display: block;
    padding: 8px 16px;
    background: #000;
    color: #fff;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
  }

  #MenuDesktop li a:hover {
    background: #434343;
  }

  /* ===== LOGIN DESKTOP ===== */

  #HeaderDesktop .header-auth-box {
    width: 220px;
    background: #000;
    padding: 12px;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;

    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  #HeaderDesktop .header-auth-box input {
    padding: 6px;
    font-size: 12px;
    border: none;
  }

  #HeaderDesktop .header-auth-box button {
    padding: 6px;
    background: #e63946;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
  }

  #HeaderDesktop .header-auth-box button:hover {
    background: #c92f3b;
  }

  #HeaderDesktop .header-auth-box a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
  }


  /* ===============================
     LAYOUT CENTRAL PC (3 COLUMNAS)
  ================================ */

  #miWeb {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr) 300px;
    grid-template-areas:
      "cabecera cabecera cabecera"
      "izquierda cuerpo derecha"
      "footer footer footer";
  }

  #Cabecera { grid-area: cabecera; }
  #cuerpo   { grid-area: cuerpo; }
  #pie      { grid-area: footer; }

  /* Banner propio (izquierda) */
  #AnuncioPrGrande {
    grid-area: izquierda;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: sticky;
    top: 20px;
    align-self: start;
  }

  #AnuncioPrGrande img {
    width: 150px;
    height: auto;
    display: block;
 padding-top: 30px;
  }

  /* Google Ads (derecha) */
  #AnuncioGoogle { 
  grid-area: derecha;
  width: 300px;
  min-width: 300px;
    padding-top: 30px;
  
}

.ads-wrapper {
  width: 300px;
  min-height: 250px;
}


  /* IMPORTANTE: no tocar tamaños internos de Google */
  #AnuncioGGrande ins,
  #AnuncioGGrande iframe {
    max-width: 100%;
  }

/* ===============================
     BANNERS ESCRITORIO
  ================================ */

  #AnuncioPrGrande .banner-slider {
    width: 150px;
    height: 375px;
  }

  #AnuncioPrGrande .banner-track img {
    width: 150px;
    height: 375px;
    object-fit: contain;
  }


/* ===============================
     CUERPO ESCRITORIO
  ================================ */


 #cuerpo {
    padding: 30px 20px;
  }

  #dentroCuerpo {
    max-width: 760px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 24px; /* un poco más elegante en PC */
  }

.hero-home,
  .hero-team,
  .hero-social-media,
  .hero-school,
  .hero-recipes,
  .hero-giveaways,
  .hero-contact,
  .hero-donations,
  .hero-news,
  .hero-collaborate {
    min-height: 30vh;
  }

  .hero-content {
    padding: 30px 40px;
    max-width: 70%;
  }

  .hero-content .titulo {
    font-size: 32px;
  }

.titulo {
    font-size: 28px;
  }

  .subtitulos {
    font-size: 22px;
  }

  .parra {
    font-size: 16px;
  }

  .ctaInicio {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cta {
    min-width: 220px;
  }

  #compartir {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }



/* ===============================
     FOOTER ESCRITORIO
  ================================ */



  /* Mostrar redes solo en escritorio */
  #Redes1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 15px auto;
  }


#YT1,
#TT1,
#PN1,
#IN1 {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

#YT1 { background-image: url("/assets/img/ui/icon-youtube1.avif"); }
#TT1 { background-image: url("/assets/img/ui/icon-tiktok.avif"); }
#PN1 { background-image: url("/assets/img/ui/icon-pin.avif"); }
#IN1 { background-image: url("/assets/img/ui/icon-instagram1.avif"); }

#Redes1 a:hover div {
  transform: scale(1.15);
  opacity: 0.85;
}


/* ===============================
     Img Utensilios
  ================================ */


.utensilios-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .card-utensilio:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
  }


/* ===============================
     Pag REGISTRO ESCRITORIO
  ================================ */


 /* Ocultar pestañas */
  .auth-tabs {
    display: none;
  }

  /* Ocultar panel de login */
  .login-panel {
    display: none !important;
  }

  /* Mostrar siempre registro */
  .register-panel {
    display: block !important;
    opacity: 1;
  }

}

