/****** PLACE YOUR CUSTOM STYLES HERE ******/

/*//////////// Animacion   */
.div-contenedor{overflow:hidden;}

.div-contenedor .animacion-zoom:hover {
  transform: scale(1.5);
	animation: zoom 10s ;
}
.div-contenedor .div-div .animacion-zoom:hover {
  transform: scale(1.5);
	animation: zoom 10s ;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.2);
	/* transform: rotate(0turn); */
  }	

  100% {
    transform: scale(1.5);
	/* transform: rotate(0turn); */
  }	
}

.rounded {
	
	border-radius: 5%!important;
	
}
.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0,0,0,.5);
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}

.white-text {
	
	color: #ffffff;
	
}

.z-up {
	
	z-index: 3000;
	
}
.label_up {
	
  position: absolute;
  top: -10px;
  right: 3px;
  padding-left: 20px;
  padding-right: 20px;
	
}
.no-background {
	
	background: none;
	
}
.m-mosaico {
	
	margin: 0px 5px 10px 5px !important;
	
}
.v-align-transform_bread {
	

	padding: 60px 0px 40px 0px;
	position: relative;

    z-index: 2;	
	
}
.color_nav_title {
	
	color: #FFFFFF !important;
	opacity: 1 !important;

}
.color_nav_link {
	
	color: #FFFFFF !important;
	opacity: .7 !important;
	text-align: right !important;
	text-transform: inherit !important;
}