﻿     .event-card {
      background: #66655d;
      border-radius: 15px;
      padding: 20px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.1);
      backdrop-filter: blur(10px);
      //*border: 2px solid rgba(151, 22, 24, 0.98);*//
      opacity: 0;
      transform: translateY(50px) scale(0.8);
      transition: all 0.6s ease;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      color: white;
      
    }

.date {
    width: 100%;
    text-align: end;        }

.date strong {
    display: block;
    font-size: 40px;
}
.conteventos {
    padding: 0px 20px 20px 35px;
     font-size: 21px;
}
.conteventos .titulos {
    font-size: 38px;    }
    .conteventos .titulos a:hover {
 text-decoration:none;
 color:#fff;
    }

.titulos a
{
 text-decoration:none;
 color:#fff;
    }
.titulos a:hover
{
 text-decoration:none;
 color:#fff;
    }
    .titulos a:before
{
 text-decoration:none;
 color:#fff;
    }

    .titulos a:visited
{
 text-decoration:none;
 color:#fff;
    }
        a:visited
{
 text-decoration:none;
 color:#fff;
    }



  .event-card.loaded {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  /* Glitch effect */
  .event-card.glitch::before,
  .event-card.glitch::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    opacity: 0.7;
    pointer-events: none;
  }

  .event-card.glitch::before {
    left: 2px;
    text-shadow: -2px 0 red;
    animation: glitchTop 2s infinite linear alternate-reverse;
  }

  .event-card.glitch::after {
    left: -2px;
    text-shadow: -2px 0 blue;
    animation: glitchBottom 2s infinite linear alternate-reverse;
  }

  @keyframes glitchTop {
    0%   { clip: rect(0, 9999px, 0, 0); }
    10%  { clip: rect(10px, 9999px, 40px, 0); transform: skew(0.5deg); }
    20%  { clip: rect(85px, 9999px, 140px, 0); transform: skew(0.5deg); }
    30%  { clip: rect(20px, 9999px, 60px, 0); }
    40%  { clip: rect(60px, 9999px, 100px, 0); }
    50%  { clip: rect(30px, 9999px, 90px, 0); }
    60%  { clip: rect(10px, 9999px, 130px, 0); }
    70%  { clip: rect(90px, 9999px, 160px, 0); }
    80%  { clip: rect(40px, 9999px, 80px, 0); }
    90%  { clip: rect(70px, 9999px, 120px, 0); }
    100% { clip: rect(0, 9999px, 0, 0); }
  }

  @keyframes glitchBottom {
    0%   { clip: rect(0, 9999px, 0, 0); }
    10%  { clip: rect(90px, 9999px, 140px, 0); transform: skew(-0.5deg); }
    20%  { clip: rect(30px, 9999px, 80px, 0); transform: skew(-0.5deg); }
    30%  { clip: rect(70px, 9999px, 130px, 0); }
    40%  { clip: rect(20px, 9999px, 60px, 0); }
    50%  { clip: rect(80px, 9999px, 120px, 0); }
    60%  { clip: rect(40px, 9999px, 100px, 0); }
    70%  { clip: rect(60px, 9999px, 140px, 0); }
    80%  { clip: rect(10px, 9999px, 50px, 0); }
    90%  { clip: rect(50px, 9999px, 100px, 0); }
    100% { clip: rect(0, 9999px, 0, 0); }
  }

  .event-card.blinking {
    animation: pixelatedBlink 2.5s steps(4) infinite;
  }

  @keyframes pixelatedBlink {
    0%   { filter: none; opacity: 1; }
    25%  { filter: contrast(180%) saturate(120%) blur(1px); }
    50%  { filter: contrast(250%) saturate(150%) blur(2px); opacity: 0.8; }
    75%  { filter: contrast(180%) saturate(120%) blur(1px); }
    100% { filter: none; opacity: 1; }
  }

  .event-card:hover {
    animation: none !important;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 40px rgba(151, 22, 24, 0.3);
    filter: none !important;
  }



    @media (min-width: 481px) and (max-width: 1200px) {
    .agenda
{

    position: relative;
    padding-top: 65px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 30.33%;
    -ms-flex: 1 0 30.33%;
    flex: 1 0 30.33%;
    min-width: 230px;
    }
.date {
    position: absolute;
    background: #468e45;
    font-family: "Courier";
    line-height: 28px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    color: #fff;
    top: -55px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 0;
    }

.date strong {
    display: block;
    font-size: 40px;
}
.conteventos {
    padding: 0px 20px 20px 65px;
}
.conteventos .titulos {

    margin-bottom: 30px;
    position: relative;
    color: #b771ca;
    width: 90%;
    min-height: 72px;
    font-family: "Courier";
    font-size: 22px;
    }
    .conteventos .titulos a:hover {
 text-decoration:none;
    }

.conteventos .titulos a:before {
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -o-transition: .6s all ease;
    -ms-transition: .6s all ease;
    transition: .6s all ease;
    content: '';
    width: 60%;
    height: 2px;
   
    background: #b771ca;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    }
    .conteventos1 .titulos1 {

    margin-bottom: 30px;
    position: relative;
    color: #b771ca;
    width: 90%;
    min-height: 72px;
    font-family: "Courier";
    font-size: 22px;
    }
       .benlaces {
          width: 90%;
    background: #e7e7e7;
        font-family: "Courier";
    position: relative;
    padding: 5px 10px 20px 25px;   
     -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 30.33%;
    -ms-flex: 1 0 30.33%;
    flex: 1 0 30.33%;
    min-width: 230px;
        border-radius: 15px;
            margin-bottom: 2%;
    }
    .dd
    {
	
    margin-left: 1rem;
    font-size:14px;
    }
    .circle1 {
    background: #b83f4e;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    float: right;
}
   .circle2 {
    background: #febc41;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    float: right;
        margin: 0 0 0 2px;

} 
.circle3 {
    background: #468e45;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    float: right;
        margin: 0 0 0 2px;

}
.TitEnlac{
color: #b771ca;
    font-size: 17px;
    }
}
    @media (max-width: 480px) {

.benlaces {
    padding: 5px 10px 20px 10px;
    margin-bottom: 6%;
}
.dd {
    margin-left: 1rem;
    font-size: 13px;
}