@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');


/*
Generales
*/
.color_jlf {
    color:#8B0000;
}

.bg_gris {
    background-color: #f6f2f2;
}

.bg_jlf {
    background-color: #8b0000;
}

div.caja_fallera_mayor {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

ul.lista-falleras li {
    text-align: center;
}

ul.lista-falleras img {
    border: 10px solid white;
      box-shadow: 0px 2px 30px 3px white, 0 -9px 0px -6px white, 10px 0 15px -4px rgba(0, 0, 0, 0.3), -10px 0 15px -4px rgba(0, 0, 0, 0.4);
    
      background: white;
    width: 150px;
}

.boton_rojo {
    background-color: #8B0000;
    border: 4px double #FFFFFF;
    transition: all 0.2s ease, visibility 0s;
    text-decoration: none;
    color: #fff;
    font-size: 1.1em;
    display: inline-block;
    padding: 0.25rem 1rem;
}

.boton_rojo:hover {
    background: #FFFFFF;
    border: 3px double #8B0000;
    color: #000;
}

.boton_rojo i {
    vertical-align: super;
    font-size: 50%;
}

/** titulo animado */
.contenedor-titulo {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.contenedor-titulo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.contenedor-titulo h1{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    font-weight: 700;
    font-size:4vw;
    text-align: center;
    /*animation: anim-text-color 16s infinite linear;*/
    text-transform: uppercase;
    background-color: #fff;
    mix-blend-mode: screen;
    color: #000;
}

/** FOOTER **/
.footer {
    background: #8b0000;
}

.footer a {
    text-decoration: none;
    color: #fff;
}

.footer img {
    max-height: 120px;
}

.footer .rrss {
    display: flex;
    justify-content: center;
    padding: 2em 0;
}

.footer .rrss a {
    display: inline-block;
    background-color: #fff;
    color: #8b0000;
    margin: .25rem;
    font-size: 1.5rem;
    border-radius: 50%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .rrss a:hover {
    background-color: lightyellow;
}

.footer .informacion {
    color: #fff;
    margin: 3rem;
    margin-top:0;
}

.footer .condiciones {
    background-color: #fff;
    padding: 0 1rem;
    font-size: 0.75rem;
}

.footer .condiciones a {
    color: #000;
    text-decoration: none;
}

footer .condiciones ul li {
    list-style: none;
    display: inline;
}

footer .condiciones ul li::after {
    content: '-';
    margin: 0 5px;
}

footer .condiciones ul li:last-child::after {
    content: none;
}

@media (max-width: 768px) {
    footer .condiciones div {
        text-align: center;
    }

    footer .condiciones ul {
        padding: 0;
        padding-top:1rem;
    }
}

@media (min-width: 769px) {
    footer .condiciones ul {
        display: flex;
        flex-direction: row;
        justify-content: end;
        padding-top: 1em;
    }

}
  
/** Falleras mayores **/
.texto_fallera {
    font-family: "Tangerine", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5em;
}

.caja_fallera_mayor h2 {
    text-align: center;
    font-family: "Tangerine", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4em;
}

@media (max-width: 1200px) {
    .contenedor-titulo h1 {
        font-size: 6vw;
    }

    .caja_fallera_mayor h2 {
        font-size: 3em;
    }
}

.titulares-noticias {

}

.titulares-noticias h4 {
    color: #fff;
    background-color: #8B0000;
    text-align: center;
    padding: .25rem;
    line-height: var(--bs-body-line-height);
    margin: 0;
}

.titulares-noticias ul {
    border: 1px solid beige;
}

.titulares-noticias li {
    display: flex;
    align-items: center;
}

.titulares-noticias li:last-child {
    border-bottom: 4px solid #8B0000 !important;
}

.titulares-noticias li a {
    text-decoration: none;
    color: #000;
}

.post-content {
    border: 1px solid #e7e7e7;
}

.post-content .post-title {
    font-weight: 700;
    font-size: 1.5rem;
}

.post-content .post-date, .post-content .post-tag {
    color: gray;
}

.tagcloud a {
    font-size: 1.20em !important;
  display: block;
  float: left;
  padding: 3px 8px 3px 8px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-color: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

/* Noticias */
.top-news-area .single-blog-post .blog-content .post-title {
    color: black;
    text-decoration: none;
    font-weight: 600;
}

.top-news-area .single-blog-post:hover .blog-content .post-title {
    color: #8b0000;
}

.top-news-area .single-blog-post .blog-content .post-date, .top-news-area .single-blog-post .blog-content .post-tag {
    color: gray;
}

/** Fallas */
.titulo_falla {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
}

@media (min-width: 992px) {
    .order-pibis {
        order:7;
    }

    .order-fmibis {
        order: 8;
    }
}

#representantes_falla li img {
    height:250px !important;
    border: 1px solid #ccc;
}

.calendar {
    border-collapse: collapse;
    width: 100%; /* Ocupa el 100% del ancho del contenedor */
    margin: 20px auto;
}

.calendar th, .calendar td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    width: 14.28%; /* 100% / 7 días de la semana */
}

.calendar th {
    background-color: #f2f2f2;
}

.event-circle {
    color: #8B0000;
    cursor: pointer;
    font-size: 2em;
    display: block;
    text-align: center;
}
.calendar td {
    height: 80px;
    vertical-align: top;
}

/* separador */
div.separador div {
    height: 1px;
    background-color: #edecec;
}

div.separador div:nth-child(2) {
    background-color: #DCACAC;
    height: 3px;
}

/**
ribbons
*/
.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 93px;
    height: 93px;
    text-align: right;
  }
  .ribbon span {
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    transform: rotate(45deg);
    width: 125px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#9bc90d 0%, #79a70a 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 17px; // change this, if no border
    right: -29px; // change this, if no border
  }
  
  .ribbon span::before {
     content: '';
     position: absolute; 
     left: 0px; top: 100%;
     z-index: -1;
     border-left: 3px solid #79A70A;
     border-right: 3px solid transparent;
     border-bottom: 3px solid transparent;
     border-top: 3px solid #79A70A;
  }
  .ribbon span::after {
     content: '';
     position: absolute; 
     right: 0%; top: 100%;
     z-index: -1;
     border-right: 3px solid #79A70A;
     border-left: 3px solid transparent;
     border-bottom: 3px solid transparent;
     border-top: 3px solid #79A70A;
  }
  
  .red span {
    background: linear-gradient(#f70505 0%, #8f0808 100%);
  }
  .red span::before {
    border-left-color: #8f0808;
    border-top-color: #8f0808;
  }
  .red span::after {
    border-right-color: #8f0808;
    border-top-color: #8f0808;
  }
  
  .blue span {
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
  }
  .blue span::before {
    border-left-color: #1e5799;
    border-top-color: #1e5799;
  }
  .blue span::after {
    border-right-color: #1e5799;
    border-top-color: #1e5799;
  }
  
  .foo {
    clear: both;
  }
  
  .bar {
    content: "";
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79a70a;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79a70a;
  }
  
  .baz {
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 2em;
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#9bc90d 0%, #79a70a 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 100px;
    left: 1000px;
  }