    body {
      margin: 0;
font-family: 'Josefin Sans', sans-serif;

    }
a{
	text-decoration: none;
}
/**logros**/
.logros {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: Arial, sans-serif;
}

.item {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, white, #ececec);
    border-radius: 50px;
   /* padding: 8px 15px;*/
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    max-width: 500px;
}

.item img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.item span {
    font-size: 16px;
    color: #333;
}

.item strong {
    font-weight: bold;
}
/***logors**/

.image-container {
    position: relative;
    overflow: hidden;
}

/* Filtro PNG */
.image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://quetalvirtual.com/img/filtro_quetal_2.png'); /* tu PNG transparente */
    background-size: cover;
    background-position: center;
    pointer-events: none;
    z-index: 1;
}

/* El enlace cubre todo el cuadro */
.image-container a {
    display: block;
    position: relative;
    text-align: center;
    color: inherit;
    text-decoration: none;
}

/* La imagen */
.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

/* Centrar el título */
.image-container h4 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 2;
    text-align: center;
    width: 90%;
}
    .blog-card {
      position: relative;
      background-size: cover;
      background-position: center;
    
      overflow: hidden;
      height: 280px;
      color: white;
      display: flex;
      align-items: end;
      padding: 20px;
      margin-bottom: 30px;
    }

    .blog-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('/img/filtro.png') no-repeat center center;
      background-size: cover;
      pointer-events: none;
      z-index: 1;
    }

    .blog-title {
      position: relative;
      z-index: 2;
      font-size: 1.5rem;
      font-weight: bold;
    }


.only-movil{
			display: none;
		}

.only-desktop{
			display: block;
		}

		.border-gray{
			border: 1px solid #c4c4c4;
		}
		
		 .menu-ediciones {
        display: inline-flex;
        border-radius: 50px;
        overflow: hidden;
        background-color: #ddd;
			 width: 325px;
			 
    }

    .menu-ediciones a {
        border: none;
        padding: 12px 30px;
        cursor: pointer;
        font-size: 16px;
        letter-spacing: 2px;
        color: #333;
        background-color: transparent;
        transition: all 0.3s ease;
    }

    .menu-ediciones a.active {
        background-color: #e60000; /* Rojo */
        color: white;
    }

    .menu-ediciones a:not(.active) {
        background-color: #e0e0e0; /* Gris claro */
        color: #333;
    }

    .menu-ediciones a:first-child {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .menu-ediciones a:last-child {
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }
		
		
    .select-container {
        position: relative;
        display: inline-block;
    }

    select {
		  font-family: 'Josefin Sans', sans-serif;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;

        padding: 10px 20px 10px 40px; /* Espacio extra a la izquierda para la flecha */
        font-size: 16px;
        letter-spacing: 3px;
        border: none;
        border-radius: 50px;
        background-color: #e6e6e8;
        color: #333;
        cursor: pointer;
        outline: none;
        text-transform: uppercase;
        font-weight: 400;
        min-width: 220px;
    }

/* Flecha personalizada a la izquierda */
.select-container::before {
    content: "▾";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); /* Quité rotate(180deg) */
    font-size: 16px;
    color: #555;
    pointer-events: none;
}
    select:focus {
        box-shadow: 0 0 0 2px rgba(230,0,0,0.4);
    }
  /* Estilos del buscador estilo imagen */
.search-box, .search-inside {
    right: 20px;
    position: absolute;
    top: 5px;
    width: 250px;
    max-width: 100%;
}

  .search-box input,
  .search-inside input {
    width: 100%;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    border: 2px solid #ff1229;
    border-radius: 50px;
    outline: none;
    font-family: inherit;
    font-size: 1rem;
  }

  .search-box button,
  .search-inside button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
  }

  .search-box button img,
  .search-inside button img {
    width: 20px;
    height: 20px;
  }
  .only-padding-movil{
		  padding-top: 40px;
	  }

  /* Responsive: solo mostrar el interior en móviles */
  @media (max-width: 600px) {
	  
	  .only-padding-movil{
		  padding-top: 0;
	  }
	  .pb-ms{
		  padding-bottom: 30px;
	  }
	  .hamburger{
		  display: none;
	  }
	    .search-box,
  .search-inside {
	  position: relative;
    width: 250px;
	  right: 0;
    max-width: 100%;
  }
    .search-box {
      display: none;
    }

    .search-inside {
      display: block;
    }
  }

  @media (min-width: 601px) {
    .search-inside {
      display: none;
    }
  }

.color-quetal{
	color:#ff1229;
}
.btn-danger{
	background: #ff1229;}
.contenido img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.menu {
    border-radius: 30px;
    display: flex;
    overflow-x: auto;
    background-color: #eee;
    /* padding: 10px; */
    width: 560px;
    gap: 10px;
    scrollbar-width: none;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.menu::-webkit-scrollbar {
  display: none; /* Chrome */
}

.menu-item {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}

.menu-item img {
  width: 50px;
  height: 50px;
 /* filter: brightness(0) saturate(100%) invert(24%) sepia(100%) saturate(7486%) hue-rotate(349deg) brightness(98%) contrast(104%);*/
}

.menu-item.active {
  background-color: red;
}

.menu-item.active img {
 /* filter: brightness(0) invert(1);  Ícono blanco en fondo rojo */
}

/* Opcional: que el menú quede fijo abajo en móviles */
@media (max-width: 768px) {
  .menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    justify-content: space-around;
    z-index: 999;
  }
}


.frame-movil{
	height:510px;
}
.image-container-general {
	position: relative;
	width: 100%;
	height: 800px; /* puedes ajustar esta altura */
	background-size: cover;
	background-position: center bottom;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-container-general .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

/* Centrar el título sobre el overlay */
.image-container-general .title-over {
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	text-decoration: none;
	width: 100%;
	padding: 0 20px;
}

.image-container-general h2 {
	margin: 0;
	font-weight: bold;
}




.slick-next {
    background-color: #ff1229;
	border-radius: 15px;}
.slick-prev {
    background-color: #ff1229;
	border-radius: 15px;}


.slick-prev:before, .slick-next:before{
	color: white;
}


.no-padding{
	padding-left: 0;
	padding-right: 0;
}

.mt-mp{
	margin-top: 0px;
}

.bg-qtal{background: #ff1229;}


    header {
		height:56px;
      background: #ff1229;
      padding: 1rem 0;
      text-align: center;
      position: relative;
    }

    .menu-container {
		    top: -21px;
      position: relative;
      display: inline-block;
      z-index: 1001;
    }

    #logo {
		position: absolute;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #ff1229;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      cursor: pointer;
		z-index:200;
    }

    #logo img {
      width: 60%;
    }


   #logoMovil {
		position: absolute;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #ff1229;
      display: none;
      align-items: center;
      justify-content: center;
   
      cursor: pointer;
		z-index:200;
    }

    #logoMovil img {
      width: 60%;
    }

    nav {
		margin-top:40px;
		margin-left: 34px;
		
  
      width: 426px;
      text-align: center;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: max-height 0.5s ease, opacity 0.3s ease;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
    }

    .menu-container:hover nav {
      max-height: 1000px;
      opacity: 1;
    }

    nav a {
		    background: #e5e5e5;
      display: block;
      padding: 1rem;
		
      color: #111;
      text-decoration: none;
      font-weight: 500;
      letter-spacing: 2px;
    }
	   .border-menu{
		   width:100%;
      border-bottom: 2px solid #ff1229;
		   padding-bottom:14px;
		  
    
    }
    .socialFooter {
		 
      display: flex;
      justify-content: center;
      gap: 1rem;
      padding: 1rem;
    }

    .socialFooter img {
      width: 30px;
      height: 30px;
    }
    .social {
		    background: #e5e5e5;
      display: flex;
      justify-content: center;
		flex-direction:row;

    }

    .social img {
      width: 30px;
      height: 30px;
    }
.foto-cardRevistas {
    overflow: hidden;
    text-align: center;
}
.fotoRevistas{
    width: 100%;
    height: 468px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.fotoRevistas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.fotoRevistasEspeciales{
    width: 100%;
    height: 502px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.fotoRevistasEspeciales img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    @media (max-width: 600px) {
		.mt-movil{
			margin-top: 20px;
		}
		nav a{
			padding: 8px;
		}
		.hamburger {
			display: none !important;
		}
		.side-menu{
			display: none;
		}
		nav{
			margin-left: 0;
		}
		#logoMovil{
			display: flex;
			margin-left: -38px;
		}
		#logo{
			display: none;
		}
		.only-desktop{
			display: none;
		}
		.only-movil{
			display: block;
		}
		.frame-movil{
	height:252px;
}
		    .fotoRevistas {
        height: 512px;
    }
		   .search-box {
        margin-left: 0;
      }
    
    }