/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/destacados/[destacadoid]/styles.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.detalle-container {
  width: 100%;
  max-width: auto;
  margin: 0 auto;
  padding: 0 15px;
}

.main-content {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}

.detalle-col {
  flex: 2 1;
  min-width: 300px;
  padding: 15px;
}

.detalle-noticias {
  flex: 1 1;
  min-width: 300px;
  padding: 15px;
  order: 2; /* Esto asegura que esté en la parte inferior */
}

.detalle-imagen {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}

.detalle-texto-container {
  margin-top: 20px; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.detalle-texto {
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 20px; 
}
.detalle-container {
  padding: 0 10px;
}

.detalle-texto {
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Estilos para pantallas pequeñas */
@media (max-width: 576px) {
  
  .detalle-col {
    order: 1;
  }
  .detalle-noticias {
    order: 2; 
  }
  
}


/* Estilos para pantallas medianas */
@media (max-width: 768px) {
  .btn {
    display: block;
  }
  .text {
    display: none;
  }
  .card-body {
    padding: 0;
    margin: 0;
    min-width: 100% !important;
  }
  .detalle-titulo {
    font-size: 1.5rem;
  }
}

.accordion-content {
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
}
.detalle-titulo {
  color: black;
  border: 1px;
  border-radius: 5px solid #ffc107;
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-bottom: 3px solid #ffc107;
  border-image: linear-gradient(to right, #ffc107, #808080) 1;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.2rem;
  padding: 10px;
}



/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/components/Detalle/Detalle.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.detalle-container {
  width: 100%;
  max-width: auto;
  margin: 0 auto;
  padding: 0 15px;
}

.main-content {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}

.detalle-col {
  flex: 2 1;
  min-width: 300px;
  padding: 15px;
}

.detalle-noticias {
  flex: 1 1;
  min-width: 300px;
  padding: 15px;
  order: 2; /* Esto asegura que esté en la parte inferior */
}

.detalle-imagen {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}

.detalle-texto-container {
  margin-top: 20px; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.detalle-texto {
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 20px; 
}
.detalle-container {
  padding: 0 10px;
}

.detalle-texto {
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Estilos para pantallas pequeñas */
@media (max-width: 576px) {
  
  .detalle-col {
    order: 1;
  }
  .detalle-noticias {
    order: 2; 
  }
  
}


/* Estilos para pantallas medianas */
@media (max-width: 768px) {
  .btn {
    display: block;
  }
  .text {
    display: none;
  }
  .card-body {
    padding: 0;
    margin: 0;
    min-width: 100% !important;
  }
  .detalle-titulo {
    font-size: 1.5rem;
  }
}

.accordion-content {
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
}
.detalle-titulo {
  color: black;
  border: 1px;
  border-radius: 5px solid #ffc107;
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-bottom: 3px solid #ffc107;
  border-image: linear-gradient(to right, #ffc107, #808080) 1;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.2rem;
  padding: 10px;
}


