/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 05 2026 | 15:57:53 */
#app-agenda-evento h1 {
    color: #1a1b29;
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 5px;
    margin: 0 auto 20px;
    max-width: 700px;
    text-align: center;
	font-weight: bold;
}
#app-agenda-evento h6 {
	color: #1a1b29 !important;
}
#app-agenda .fecha h2 {
	font-size: calc(1.025rem + 0.3vw);
	line-height. 1;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom:21px;
}
a .item-agenda {
	color: #000000 !important;
}
#app-agenda .fecha h2:hover {
	color: #ED312F;
}
#app-agenda-evento .fecha {
    font-size: 30px;
    text-align: center;
    letter-spacing: .1em;
    color: #1a1b29;
    /*text-shadow: 4px 4px 7px rgba(0, 0, 0, .75);*/
}
#app-agenda-evento .descripcion{
    margin: 30px auto !important;
    font-size: 20px !important;
    text-align: justify;
    width: 70%;
    border: 0;
    padding: 0;
    box-sizing: border-box;
  }
  #app-agenda-evento{
    color:#1a1b29;
    width:80%;
    margin:auto;
    text-align:center;
	padding: 20px 0;
  }

  #app-agenda-evento .direccion{
    color: #1a1b29;
    font-size: 20px;
    text-align: center;
    margin:45px auto;
    font-weight:bold;
    
  }

  #app-agenda-evento .map {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 590px;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 590px;
}

  #app-agenda-evento .map>img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
#app-agenda-evento .map_lupa {
    align-items: center;
    background-color: #1a1b29;
	 color: #ffffff;
	 text-decoration: none!important;
    border-radius: 50%;
    border: 2px solid #35498e;
    display: flex;
    flex-direction: column;
    height: 84px;
    justify-content: center;
    padding: 5px;
    position: relative;
    transition: all .6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 84px;
    z-index: 2;
}

#app-agenda-evento a {
	text-decoration: none;
}

 #app-agenda-evento .sombra {
    background-color: rgba(53, 73, 142, .5);
    border-radius: 50%;
    content: "";
    height: 585px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top:82%;
    transform: translate(-50%, -50%);
    transition: all .6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 585px;
}
  #app-agenda-evento .map:hover + .sombra{
          opacity: 0;
   }
@media only screen and (max-width: 600px) {
  #app-agenda-evento .item-agenda {
    width: 97%;
  }
    #app-agenda-evento h1 {
      color: #1a1b29;
      font-size: 30px;
      line-height: 1.7rem;
      margin-bottom: 5px;
      margin: 0 auto 20px;
      text-align: center;
      text-shadow: 4px 4px 7px rgba(0, 0, 0, .75);
    }
    #app-agenda-evento .fecha {
      font-size: 20px;
    }
    #app-agenda-evento .descripcion {
      width: 100%;
    }
    #app-agenda-evento .map {
      height: 280px;
      position: relative;
      width: 280px;
  }
    #app-agenda-evento .sombra {
		height: 150px;
		left: 50%;
		width: 150px;
		top:84%;
	}
}
  


#app-agenda {
	/*display: flex;
	flex-wrap: wrap;
	gap: 20px;*/
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
#app-agenda a {
	/*flex: 1 1 calc(33.33% - 15px);*/
	overflow: hidden;
	background-color: #ffffff;
}
#app-agenda a {
	border-radius: 20px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#app-agenda .item-agenda .portada {
	height: 300px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
#app-agenda .item-agenda .fecha {
	padding: 7px 14px 0 14px;
}
#app-agenda .item-agenda .direccion {
	padding: 0 14px 14px 14px;
}
#app-agenda .item-agenda button {
	display: none;
}

#app-agenda-evento {}

@media screen and (max-width: 1200px) {
	#app-agenda {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 768px) {
	#app-agenda {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 480px) {
	#app-agenda {
		grid-template-columns: repeat(1, 1fr);
	}
}
