.site-header {
  background-color: #f1f1f1;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  
  z-index: 9999;

  /* Siempre visible */
  transform: none;
  transition: none;
}


/* Para que el contenido no quede oculto tras el header */
body {
  padding-top: 70px !important; /* ajusta según la altura real de tu header */
}
  
  #menu{flex-shrink: 0; position: relative;}
  #menu-toggle{background: #ffffff; border: 1px solid #ccc; padding: 4px 6px; border-radius: 5px; cursor: pointer; position: relative; z-index: 2;}
    
    .menu_toggle_span{display: block; width: 30px; height: 4px; background-color: #1e90ff; margin: 6px 0;}
    
    #menu-content{display: none; position: absolute; right: 0; top: 60px; background: white; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); border-radius: 5px; overflow: hidden; min-width: 220px;}
    /* Menu styles */
    #menu-content ul {
      list-style: none;
      margin: 0;
      padding: 0;
      color: #000;
    }

    #menu-content ul li {
      padding: 10px 15px;
      white-space: nowrap;
      border-bottom: 1px solid #ddd;
    }

    #menu-content ul li:last-child {
      border-bottom: none;
    }

    #menu-content ul li a {
      text-decoration: none;
      color: #333;
      display: block;
    }
    
    .cumpleanos-container {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: flex-start;
        margin: -15px;
        padding: 0;
        text-decoration: none;
    }
.cumpleanos-container a {color:#000000;}
.cumpleanos-container a:hover {color:#1E90FF;}
    .cumpleanos-item {
        display: flex;
        flex-direction: column;
        align-items: left;
        flex: 1 1 calc(25% - 10px); /* Ajusta el flex para usar el espacio disponible */
        box-sizing: border-box;
        text-align: left;
        margin: 0;
        padding: 0;
        border: 0;
        text-decoration: none;
        border-radius: 15px;
    }
    
    
    .cumpleanos-item:first-child {
        flex: 1 1 100%; /* Hace que el primer item ocupe toda la fila */
        font-size: 20px; /* Tamaño de texto más grande */
        font-weight: bold;
        margin-bottom:15px;
       
    }

  

    .cumpleanos-imagen {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }

    .cumpleanos-titulo {
        font-weight: bold;
        text-decoration: none;
        padding-bottom: 5px;
        font-size: 20px;
    }
    
   
   
    /* Estilo para el título del primer item */
    .cumpleanos-item:first-child .cumpleanos-titulo {
        font-size: 35px; /* Título más grande */
        padding:10px 15px;
    }

    .cumpleanos-item:first-child .cumpleanos-fecha {font-size:20px;padding: 0 0 10px 15px;}

    .cumpleanos-info {
        padding: 5px 5px;
    }

    .cumpleanos-fecha {
        font-size: 16px;
        font-weight: normal;
        margin-top: -5px;
    }

    /* Ajuste para pantallas medianas */
    @media (max-width: 1200px) {
        .cumpleanos-item {
            flex: 1 1 calc(33.33% - 10px); /* 3 columnas */
        }
    }

    /* Ajuste para pantallas pequeñas */
    @media (max-width: 768px) {
        .cumpleanos-item {
            flex: 1 1 calc(50% - 10px); /* 2 columnas */
        }
    }

    /* Ajuste para pantallas muy pequeñas */
    @media (max-width: 480px) {
        .cumpleanos-item {
            flex: 1 1 calc(50% - 10px); /* 2 columnas en pantallas pequeñas */
        }
    }

    /* Nueva regla para ocultar el último item en pantallas menores a 800px */
    @media (min-width: 800px) {
   
   .trece{display:none;}
        .cumpleanos-item: {
            display: none;
        }
        
        #cumpleanos-item-big{display:none;}
    }
    
    @media (max-width: 800px) { #cumpleanos-item-small{display:none;} }

    .cumpleanos_titulo {
        font-size: clamp(16px, 5vw, 36px);
        text-align:center;
        font-weight: bold;
        margin-left:-20px;
        
      
    }
    
     /* Aseguramos que el body pueda mostrar el header y luego el feed */
  html, body {
    margin: 0;
    padding: 0;
    overflow: visible !important; /* Revertir cualquier overflow:hidden */
  }

  /* Tu header fijo en top */
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
  }

  /* Empuja el feed justo debajo del header y lo fija para scroll interno */
  #feed {
    position: fixed !important;
    top: 50px !important;      /* Ajusta a la altura real de tu header */
    left: 0;
    right: 0;
    bottom: 0;
    height: auto !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }

  /* Oculta barras si quieres */
  #feed::-webkit-scrollbar {
    display: none;
  }
  
  .sunoti-explore-boton {
  width: 42px;
  height: 42px;
  background-color: transparent; /* El color de fondo puede ser transparente si el SVG lo cubre completamente */
  background-image: url('https://sunoti.com/wp-content/uploads/icon-explore.png'); /* Reemplaza con la ruta correcta a tu archivo SVG */
  background-repeat: no-repeat;
  background-size: contain; /* 'contain' asegura que el SVG completo se vea dentro del botón manteniendo su proporción */
  background-position: center;
  border: none;
  cursor: pointer;
  border-radius: 6px; /* opcional: bordes suavizados */
  margin-right: 10px;
  margin-left: 0;
}

  .sunoti-rand-boton {
  width: 42px;
  height: 42px;
  background-color: transparent; /* El color de fondo puede ser transparente si el SVG lo cubre completamente */
  background-image: url('https://sunoti.com/wp-content/uploads/icon-rand.png?v=2'); /* Reemplaza con la ruta correcta a tu archivo SVG */
  background-repeat: no-repeat;
  background-size: contain; /* 'contain' asegura que el SVG completo se vea dentro del botón manteniendo su proporción */
  background-position: center;
  border: none;
  cursor: pointer;
  border-radius: 6px; /* opcional: bordes suavizados */
  margin-right: 10px;
  margin-left: -10px;
}


#logo-container{flex-shrink: 0; display: flex; align-items: center; margin-top: 3px;}
.logo_img_top{max-width: 100%; height: 36px;padding-top:2px;padding-left:5px;}
#search-bar{flex-grow: 1; margin: 0 20px 0 10px; display: flex; align-items: center;}