@charset "utf-8";
/* CSS Document */

















/* Style the tab */
.tab {
  overflow: hidden;
 display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
	margin-top: 12px;

}
.tab-gallery-header{
	width: 35%;
	height: auto;
	background-color: black;
	border: solid 1px #ff33cc;
	border-top:none;
	border-bottom: none;
	border-right: none;
	margin-bottom: 15px;
	
}
.tab-gallery-header h3{
	color: white;
	margin-left: 25px;
}
.tab-gallery-header-tag{
	background-color: #ffe6f9;
	height: 55px;
}
.tab-gallery-header-tag li{
	float: right;
	margin-right: 15px;
	color: black;
	list-style-type: none;
	list-style: none;
}
/* Style the buttons inside the tab */
.tab button {
  background-color: black;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
	color: white;
	border-radius: 15px 50px;

}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: black;
	
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #4d0039;
	
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-color: #ff66d9;
}

















.mostrar-esconder-tabgallery{
	background-color: black;
	color: white;
	padding: 8px;
	border:none;
	width: 300px;
	height: auto;
	border-radius: 15px 50px;
	margin-top: 15px;
	
}
.tab-gallery{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
	padding: 80px;
	background-color: #0d0d0d;
}
.tab-gallery-box-img{
	background-color: #1a1a1a;
	margin: 4px;
	width: 100%;
	height: auto;
	padding: 8px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.tab-gallery-box-img-border{
	border: 2px solid #ff33cc;
	height: 390px;
	filter: drop-shadow(5px 5px 25px #ff33cc);
	
}
.tab-gallery-box-background-img-copyright{
	width: 50px;
	height: 50px;
	background-image: url( "../../perfil/letter-k (1).png");
	background-position: center;
	background-size: cover;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
}