.zoom{
	transition: all 500ms ease;
	overflow: hidden;
  border: 10px solid transparent;
  padding: 15px;
  background-image: url('assets/images/giros.png');
/*	border-radius: 90%;
	box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.50);*/
}


.zoom img:{
	width: 100%;
	height: 100%;
	transition: all 500ms ease;
}

.zoom img:hover{
	transform: scale(1.2);
}

.imgeventi{
  border-radius: 5px;
}

.imgeventi img{
	width: 550;
	height: 450;
}

.thumbnail{
	padding-top: 20px;
}

.thumbnail:hover{
	border-radius: 5%;
/*	box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.50);*/
}

.thumbnail:hover div img{
	transform: scale(1.2);
}

.thumbnail:hover div div h3{
	transform: scale(1.2);
}

/*  Calendario */

#calendariomensual {
    position: relative;
    width: 750;
    height: auto;
    margin: 20px auto;
}

.imgcal {
    border-radius: 10px;
    box-shadow: 0px 1px 1px 5px rgba(50,50,50 0.5);
}

/* Imagen con texto */


.imgmove {
  position: relative;
  vertical-align: top;
  text-align: center;
  color: #999;
  	height: 300px;
}

.imgmove:hover{
  	height: 600px;
  	font-size: 15px;
	-webkit-border-radius: 10%;
  	box-shadow: 1px 10px 15px 1px #06b2fa;
  	padding:10px 10px 30px 10px;
  	margin: 10px 10px 10px 10px;
}

.imgmove img{    
  height: 260px;
  width: 260px;
  transition: all 1s ease;
}


.oculto{
  display:none; 
}

.imgmove:hover img{
  transform: scale(0.5);
  margin-top: -40px;
}

.imgmove:hover span{
  display:block;    
  margin-top: -40px;
}

div {
  border: 2px;
}

.secciones {
  width: 1170px;
  border: 3px;
  display: flex; 
  justify-content: center; 
  flex-direction: row;
}

.seccion_izq {
  width: auto;
}

.seccion_der {
  width: 350px;
  align-content: flex-end;
}


.zoomC {
    transition: all 500ms ease;
    overflow: visible;
    border: 5px solid transparent;
    padding: 10px;
    margin: 10px;
}








