:root {
  --firey: #ff9900;
  --leafy: #58b344;
}

.firey {
  color: var(--firey);
}

.leafy {
  color: var(--leafy);
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: Pliant, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0 20px;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.fireafy {
  margin: 1px auto;
  max-width: 980px;
  padding: 0 20px;
  min-height: 39.4vh;
}
.atlas1{
    -webkit-user-drag: none;
    padding: 10px;
    border-radius: 20px;
    background: #ffffff;
}
h1 {
  font-size: 2em;
  padding-bottom: 5px;
  margin: 20px 0;
}
h2 {
  font-size: 1.6em;
  margin: 20px 0;
  font-weight: 600;
}
h3 {
  font-size: 1.4em;
  margin-top: 20px;
  font-weight: 600;
}
.h1raya {
  text-decoration: underline;
}
p {
  margin: 1em 0;
  font-size: 1.2em;
}
ul,
li,
ol {
  font-size: 1.15em;
  text-align: justify;
}
a, .ac:hover {
  color: #58b344;
  text-decoration: underline dotted 2px;
}
a:hover {
  text-decoration: none;
}
a:active {
  color: #ff9900;
}
a.link {
  color: var(--firey);
}
blockquote {
  border-left: 3px solid #000000;
  margin: 1.5em 2em;
  padding-left: 15px;
  font-style: italic;
}
.ptit{
  margin-bottom: 1px;
}
.sello {
  background-color: var(--leafy);
  color: #ffffff;
  font-weight: bolder;
  width: 200px;
  padding: 30px;
  max-width: stretch;
}
svg{
    max-width: stretch;
}
dt {
  font-weight: 600;
  font-size: 1.2em;
  margin-top: 14px;
}
hr {
  border: 0;
  width: stretch;
  border-top: 1px solid #ccc;
  margin: 30px 0;
}
li{
  margin: 5px 0;
}
.anchor1{
  position: relative;
  text-decoration: none;
  transition: left 0.2s ease-in-out;
  left: 0;
}
.anchor1:hover{
  left: 0.5em;
}
.anchor-a{
  font-size: 0.8em;
  position: relative;
  text-decoration: none;
  transition: left 0.2s ease-in-out;
  left: 0;
}
.anchor-a:hover{
  left: 0.5em;
}
h2:has(a.anchor-a){
line-height: 1;
}
.tm{
  text-align: left;
}
.meta {
  font-size: 0.9em;
  color: #555555;
  margin: 1px 0;
}
.meta2 {
  font-size: 0.6em;
  color: #858585;
  margin: 1px 0;
}
.marc {
  background-color: yellow;
  color: black;
}
.back {
  display: block;
  width: fit-content;
  font-size: 1.5em;
  font-weight: 600;
}
.home {
  font-size: 2.2em;
  background-color: var(--leafy);
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
}
.post-img,
.img-post {
 width: 800px;
}
.logosim {
  color: var(--leafy);
  font-size: 3em;
  opacity: 0.8;
  user-select: none;
  -webkit-user-drag: none;
}
.ac{
  text-decoration: none;
}
.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.margin {
  margin: 20px 0;
}
header {
  margin: 20px 0;
  padding: 0 0 30px 0;
  border-bottom: solid 1px #ccc;
}
footer {
  margin: 25px 0;
  width: stretch;
}
.columna1 {
  text-align: center;
  margin: 20px 0;
  border: 1px solid var(--firey);
  border-radius: 20px;
  padding: 24px;
  font-size: 1.4em;
  width: fit-content;
}
.columna2 {
  text-align: center;
  margin: 20px 0;
  border: 1px solid var(--leafy);
  border-radius: 20px;
  padding: 24px;
  font-size: 1.4em;
  width: fit-content;
}
.container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.font {
  font-size: 1em;
  color: #555555;
}
.red{
    color: red;
}
.bydk{
  color: #b80000;
  font-weight: bold;
}
iframe {
  border: none;
}
img {
  object-fit: contain;
  max-width: 100%;
}
.pots {
  color: #444;
}

.imgsm {
  max-width: 200px;
}

.gridpin {
  column-count: 4;
  column-width: 200px;
  gap: 3px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.pining {
  break-inside: avoid; /* Crucial para que no se parta la tarjeta */
  margin-bottom: 3px;
  background: #eeeeee;
  overflow: hidden;
}

.pining img {
  width: 100%;
  height: auto;
  display: block;
}

.pincap {
  padding: 12px;
  font-size: 0.9rem;
  color: #444;
  text-align: center;
}

.feapage {
  margin-top: 10px;
}

.hojai {
  float: right;
  width: 200px;
}

.fuegoi {
  float: left;
  width: 200px;
}

.myfloar{
    float: left;
    margin: 0 20px;
}

.myfloar2{
    float: right;
    margin: 0 20px; 
}

.sessm{
    color: var(--firey);
}

.my-extended-img{
    object-fit: cover;
    width: 800px;
    height: 600px;
}

.logo{
  -webkit-user-drag: none;
  width: 80px;
  height: 40px;
}

.diaria-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-center{
    justify-content: center;
    align-items: center;
    text-align: center;
}

.flex-between{
    justify-content: space-between;
}

.linklist a:hover{
  font-style: italic;
  text-shadow: 1px 1px 10px var(--firey);
}

.c1{
  text-align: left;
  width: 300px;
  min-height: 500px;
  max-width: 100%;
}

.c2{
  text-align: left;
  width: 300px;
  min-height: 500px;
  max-width: 100%;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 0 10px;
}

.c3{
  text-align: left;
  width: 300px;
  min-height: 500px;
  max-width: 100%;
}

.r-inage{
border-radius: 20px;
border: solid 1px #ccc;
object-fit: cover;
}

.iconp{
width: 35px;
height: 35px;
border-radius: 20px;
border: solid 1px #ccc;
object-fit: cover;
pointer-events: none;
}

.time{
  color: #555555;
}

.bakpo{
  margin-top: 10px;
  margin-bottom: 10px;
}


/* fireball STYLE  */

.fireball-container {
    max-width: 850px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid var(--leafy);
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    overflow: auto;
  }

  .fireball-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid var(--firey);
  }

  .fireball-header a{
    width: fit-content;
  }

  a.ahead{
    font-weight: bold;
    font-size: 2em;
    text-decoration: none;
  }

  .fireball-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .fireball-card {
    position: relative;
    background-color: #2c3e50;
    min-height: 160px;
    max-height: 220px;
    overflow: hidden;
    display: block;
    text-decoration: none;
  }

  .fireball-card:active, .ad:active{
    filter: brightness(0.9);
  }

  .anchor-l:active{
    opacity: 0.7;
  }

  .more-pagesc{
    background-color: #a1a1a1;
    height: 220px;
  }

  .fireball-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .fireball-card-title {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
    line-height: 1.1;
  }

  .fireball-card.doble {
    grid-column: span 2;
    min-height: 160px;
    max-height: 220px;
  }

  .fireball-footer {
    background-color: var(--leafy);
    color: white;
    text-align: center;
    padding: 20px 12px;
    font-size: 0.84rem;
    margin-bottom: 0;
    overflow: hidden;
  }

  .buscador-falso {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 8px;
    font-size: 0.9em;
    box-sizing: border-box;
    border: solid 1px var(--leafy);
    background: #ffffff13;
    border-radius: 30px;
    margin-bottom: 20px;
    user-select: none;

  }

  .ad{
    margin: 10px 0 3px;
    max-height: 200px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  

@media screen and (max-width: 600px) {

  .fireball-container{
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
  }


  .fireball-grid{
    display: grid;
    grid-template-columns: 1fr;
  }

  .fireball-card.doble{
    grid-column: auto;
  }

  .fireball-card-title {

    font-size: 2em;

  }

  body{
    padding: 0;
  }
  

    .myfloar, .myfloar2{
        float: none;
        margin: 0;
    }

ul,
li,
ol {
  font-size: 1.1em;
  text-align: left;
}

  .home {
    font-size: 1.5em;
    padding: 8px 16px;
  }
  .back {
    font-size: 1.5em;
  }

  .hojai {
    float: none;
    width: 200px;
  }

  .poarc{
    flex-direction: column-reverse;
    align-items: baseline;
  }

  .bakpo{
    margin: 0;
  }

  .fuegoi {
    float: none;
    width: 200px;
  }

  .c2{
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
}

@media screen and (max-width: 1100px) {

  .fireafy {
    margin: 20px auto;
    padding: 0 24px;
  }

}