@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700,900');

#xagenda .container {
  width: 940px;
  max-width: 100%;
}
.event-header {
  text-align:center;
  padding: 1em;
}
.event-item .imgevento img {
    width: 100%;
    height: auto;
}
 .miselecc .filter-select{
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.75;
  font-family: 'Poppins', sans-serif !important;
  min-width: auto;
width: 200px !important;
}
.event-item .fecha {
  background-color: #fff;
  border: 0px solid #ccc;
  padding: 1em;
  border-radius: 10px;
box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.22);
-webkit-box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.22);
  margin-bottom: 1em;
}
.event-item .event-header h1 {
  font-size: 2.5em;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.event-item  h2 {

  font-weight: 500 !important;
 margin:0px !important;
font-family: 'Poppins', sans-serif;
}

.event-item {
  background-color: #fff;
  border: 0px solid #ccc;
  padding: 1em;
  border-radius: 2px;
  box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.14);
  margin-bottom: 1em;
   font-family: 'Poppins', sans-serif;
}

.event-desc {
  text-align: center;
}

.event-date {
  text-align:center;
  margin-bottom: 1em;
}
.event-item .btn-dark {
    color: #fff;
	   background-color: #000000;
    border-color: #000000;
    
}
.event-item .btn-primary{
    color: #fff;
    background-color: #34c2f4;
    background-image: none;
    border-color: #34c2f4;
}
.loca{
    color: #34c2f4;
 
}
.event-item .btn-dark:hover{
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.event-item .ppais img{
    width:40px;
    height: 40px;
}
#xagenda .ppais h5{
   margin:0px 10px 0px 0px;
    font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.event-item .event-date h1 {
  font-size: 4em;
  margin: 0 auto;
  font-weight: 300;
 font-family: 'Poppins', sans-serif;

}

.event-date span {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

.carousel-control-next, .carousel-control-prev {
    top: 30px;
    width: 30px;
    opacity: 1;
    background: #111;
    height: 30px;
    border-radius: 5px;
}

@media (min-width:768px) {
  
  .event-date h1 {
    font-size: 3em;
  }
  
  .event-desc {
    text-align: left;
  }
  
  .event-header h1 {
    font-size: 5em;
  }
  
  .carousel-control-next, .carousel-control-prev {
    top: 30px;
    width: 50px;
    height: 50px;
  }
  
}

@media (max-width: 640px) {
	#xagenda .btn {
		 margin-bottom: 10px;
		width:100%; 
	}

html .order-xs-1{
  order: 1 !important;
}
html .order-xs-2 {
  order: 2 !important;
}
html .order-xs-3 {
  order: 3 !important;
}
}