/* estilo Eventos */

.cont-eveprinc {max-width: 1100px; margin: auto; }
.sub-conteve-princ {width: 98%; margin: auto; padding-top:25px;} 
.cont-eveents {width:100%; display: flex; justify-content:flex-start; flex-wrap: wrap; margin-bottom: 30px;}

.cont-eventosall {width: 38%; margin: auto; margin-top: 30px; padding: 0px 5px 10px 5px; border-right: 1px solid rgba(255,255,255,0.64); border-bottom: 1px solid #fff;
 
}

.img-iconeve {font-size: 30px;color: #555555;
-webkit-transition: color 0.3s ease; 
  -moz-transition: color 0.3s ease; 
  -o-transition: color 0.3s ease; 
  	transition: color 0.3s ease;

}
.img-iconeve:hover {color:blue;}



.paginac-eve {width: 95%; margin: auto; padding-top: 20px; text-align: center; }

.bot-left {
  position: relative;
}
.bot-left:before, .bot-left:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 4px;
  
}

 /*.bot-left:before {
  top:1px;
  width: 1px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(16,84,102,0.37)), to(transparent));
  background-image: -webkit-linear-gradient(transparent, rgba(16,84,102,0.37));
  background-image: -moz-linear-gradient(transparent, rgba(16,84,102,0.37));
  background-image: -o-linear-gradient(transparent, rgba(16,84,102,0.37));
}
.bot-left:after {
  left: 1px;
  height: 1px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(16,84,102,0.37)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(16,84,102,0.37), transparent);
  background-image: -moz-linear-gradient(right, rgba(16,84,102,0.37), transparent);
  background-image: -o-linear-gradient(right, rgba(16,84,102,0.37), transparent);
}*/

.cont-tit-eve {width: 100%; margin: auto; height: 80px; text-align: center; margin-bottom: 3px; color:#102F3B ; font-size: 25px; text-align: center; font-weight: 500;
   line-height: 25px; border-radius: 10px 0px 0px 0px; padding-top: 15px; padding-bottom:20px; overflow:hidden;
   font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
    -moz-transition: all 0.3s ease-in;  
    -o-transition: all 0.3s ease-in; 
    -webkit-transition: all 0.3s ease-in; 
    transition: all 0.3s ease-in; 
	cursor:pointer;
}
.cont-tit-eve:hover {color:#4517A4;}

.letra-evep1 {color: #733FDC;
    -webkit-transition: color 0.3s ease; 
  -moz-transition: color 0.3s ease; 
  -o-transition: color 0.3s ease; 
  	transition: color 0.3s ease; 
}
.letra-evep1:hover {color:#4517A4;}

.cont-imgeve {width: 95%; margin: auto; padding-top: 10px;}
.cont-imgeve1 {width: 100%; overflow:hidden; margin: auto;  margin-bottom: 10px;}
.cont-imgeve img {
	transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;}

.cont-imgeve img:hover {-webkit-transform:scale(1.3);transform:scale(1.3);}


/* fin estilo Eventos */

/* Estilo mis eventos */

.icons-eve {margin: 30px; padding: 10px; text-align: center; border-top: 1px solid  #C8C8C8; color: #2D2D2D;}
.icons-eve a {text-decoration: none;}

.img-print {color: #555555; font-size: 30px; position: relative; padding-top: 20px; padding-bottom: 2px;
-webkit-transition: color 0.3s ease; 
  -moz-transition: color 0.3s ease; 
  -o-transition: color 0.3s ease; 
  	transition: color 0.3s ease;

}
.img-print:hover {color: blue;}

/* Fin Estilo mis eventos */
		 


@media screen and (max-width: 650px){
	
.cont-eveents {display:block;}	
	.cont-eventosall {width: 90%;}
}

