
/*****BAGONES******/


.pp {
	margin-left: 500px;
	margin-right: 500px;
}
img {
	transition: all 0.5s ease;
 }
 img:hover {
	transform: scale(0.9);
 }
.contenedor {

    display: flex;
    justify-content: center;
}
 .columna {
	font-family: cursive;
	color: black;
    background-color: rgba(255, 255, 218, 0.2);
    padding: 10px;
    margin: 5px 15px;
 }
 
.contenedor1 {

    display: flex;
  justify-content: center;

}
 .columna1 {
	margin: 10px 15px;
    background-color: rgba(255, 255, 218, 0.2);
    padding: 10px;
	font-family: cursive;
	color: black
  
 }
 h5 {
	text-align: center;
	color: black;
	padding: 10px;
 }




























/* FLECHAS SLIDER GALERIA */

/* FLECHAS 

.hero_slider_left
{
    padding-top: 1800px;
	left: 10%;
}
.hero_slider_right
{
	padding-top: 1800px;
    right: 10%;
} 

/* -----------INSTALACIONES-------- */
.hero_slider_nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(calc(-50% + 30px));
	width: 58px;
	height: 58px;
	
	z-index: 9;
	cursor: pointer;
}

/* ------------DIVERSIDAD------------ */

.hero_slider_nav1 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 170%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(calc(-50% + 30px));
	width: 58px;
	height: 58px;
	
	z-index: 9;
	cursor: pointer;
}

/* ------------INDEPENDENCIA------------ */

.hero_slider_nav2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 285%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(calc(-50% + 30px));
	width: 58px;
	height: 58px;
	
	z-index: 9;
	cursor: pointer;
}

/* ------------FOTOS VARIAS------------ */

.hero_slider_nav3 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 400%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(calc(-50% + 30px));
	width: 58px;
	height: 58px;
	
	z-index: 9;
	cursor: pointer;
}





/* FONDO--IMAGENES */


.hero_slide_background
{
	position: absolute;
	top: 0;
	left: 200px;
    right: 0;
	width: 70%;
	height: 70%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.galeriatit{
	text-align: center;
	font-family: 'mifuente900';
	font-size: 70px;
}
@font-face {
	font-family: 'mifuente900';
	src: url(../fuentes/bold_fashion/BoldFashion_PERSONAL_USE_ONLY.otf);
}

