@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*--------------------------------------------------------------REGLAGS GLOBALES--------*/

html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	overflow-y: auto /*scroll;*/
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

header {
	background: white;
	margin: 0 auto;
	width: 790px;
}

#title {
	height: 70px;
	margin-top: 0;
}

#subtitle {
	margin-top: 0;
}

a {
	display: inline-block;
	text-decoration: none;
	color: rgb(150,150,150);
}

a:hover {
	color: rgb(100,100,100);
}

p a {
	color: rgb(100,100,100);
}

p a:hover {
	color: rgb(25,25,25);
}

/*--------------------------------------------------------------NAVIGATION--------------*/

nav {
	/* font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; */
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	color: rgb(150,150,150);
	height: 60px;
	text-align: center;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: inline-block;
}

li {
	display: inline-block;
	float: left;
}

li a, .dropbtn {
	display: inline-block;
	color: rgb(150,150,150);
	text-align: center;
	padding: 0px 30px 0px;
	text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	color: rgb(100,100,100);
}

li hr {
	margin: 0px auto;
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 80%;
}

li.dropdown {
	display: inline-block;
}

/* Example style for the active menu item */
.menu-main a.active {
    font-weight: 500;
    color: rgb(100,100,100);
}

/* Ensure the Dropdown button keeps the style */
.menu-main .dropbtn.active {
    font-weight: 500;
    color: rgb(100,100,100); 
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: color: rgb(150,150,150);
	padding: 5px 15px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	color: rgb(100,100,100);
}

.dropdown:hover .dropdown-content {
	display: block;
}

#button-menu {
	display: none;
	top: 21px;
}

#menu-icon:before {
	content: '\f408';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 32px/1 'Genericons';
    vertical-align: middle;
}

#socialmedialinks {
	display: inline-block;
	margin-bottom: 10px;
}

#instagram-icon:before {
	content: '\f215';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 24px/1 'Genericons';
    vertical-align: middle;
}

/*--------------------------------------------------------------------------------------*/

h1 {
	/*font-family: "Arial Black", "Arial Bold", "Gadget", sans-serif;*/
	font-family: 'Work Sans', sans-serif;
	font-size: 2em; /*24pt;*/
	letter-spacing: 0.2em;
	text-align: center;
	color: rgb(100,100,100);
	margin: 0;
	padding-top: 30px;
	cursor: pointer;
}

h1 a {
	color: rgb(100,100,100);
}

h1 a:hover {
	color: rgb(80,80,80);
}

h2 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1em;
	letter-spacing: 0.2em;
	text-align: center;
	color: rgb(128,128,128);
	margin: 0;
	padding-bottom: 40px;
}

h3 {
	/* font-family: "Arial Narrow", "Arial", sans-serif; */
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	color: rgb(128,128,128);
	/*text-align: center;*/
}

h4 {
	font-family: "Baskerville", "Baskerville Old Face", "Hoefler Text", "Garamond", "Times New Roman", serif;
	font-weight: bolder;
	font-size: 1em;
	color: rgb(150,150,150);
	margin-top: 30px;
	margin-bottom: 5px;
	text-align: left;
}

p {
	font-family: "Baskerville", "Baskerville Old Face", "Hoefler Text", "Garamond", "Times New Roman", serif;
	font-size: 1em;
	line-height: 1.4em;
	/*color: rgb(150,150,150);*/
	color: rgb(150, 150, 150);
	margin : 0px;
	padding-bottom: 20px;
	text-align: left;
}

p:last-child {
	padding-bottom: 0px;
}

p.centeralign {
	text-align: center;
}

#content {
	display: block;
	background: white;
	margin: 0 auto;
	text-align: center;
	width: 790px;
}

.cover {
	max-width:100%;
	max-height:100%;
}

.contact {
	padding-top: 50px;
}

hr {
	margin: 25px auto;
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 60px;
}

.row {
	display: table;
	border-collapse: separate;
	border-spacing: 5px 0;
	width: 100%;
	margin-bottom: 5px;
}
.item {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.item img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
	cursor: pointer;
}

.item img:hover {
  outline: 2px solid white;
  outline-offset: -2px;
}

.reduct img {
	width: 80%;
}

.single-item {
	background: yellow;
	width: 100%;
	margin-bottom: 5px;
}
.single-item img {
	display: block;
	margin: auto;
	width: 50%;
	height: auto;
}

footer {
	margin: 0 auto;
	text-align: center;
	width: 790px;
	padding-top: 60px;
	height: 20px;
	background: white;
	/*position: relative;*/
	/*left: 0;*/
	/*bottom: 0;*/
	/*width: 100%;*/
}

.img-band {
	float: left;
	width: 200px;
	margin-right: 30px;
	margin-top: 5px;
}

.txt-band {
	overflow: hidden;
}

.img-band img {
	width: 100%;
}

/*--------------------------------------------------------------SLIDESHOW---------------*/

.slideshow {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 3; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	/*overflow: auto;*/ /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.slideshow-content {
	background-color: white;
	/*
	width: 90%;
	height: 90%;
	*/
	margin: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	
  	width: -webkit-calc(100% - 100px);
    width:    -moz-calc(100% - 100px);
    width:         calc(100% - 100px);
  	height: -webkit-calc(100% - 100px);
    height:    -moz-calc(100% - 100px);
    height:         calc(100% - 100px);
}

.slideshow-content-inner {
	background-color: white;
	/*
	width: 50%;
	height: 50%;
	*/
	margin: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	
  	width: -webkit-calc(100% - 50px);
    width:    -moz-calc(100% - 50px);
    width:         calc(100% - 50px);
  	height: -webkit-calc(100% - 50px);
    height:    -moz-calc(100% - 50px);
    height:         calc(100% - 50px);
}

.slides {
	display: none;
	/*background-color: red;*/
  	background-size: contain;
  	position: absolute;
  	background-position: center;
  	background-repeat: no-repeat;
  	height: 100%;
  	width: 100%;
}

button {
	outline: none; !important;
	border: none;
	display: inline-block;
	padding: 8px 8px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: rgba(0, 0, 0, 0);;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}

button:hover {
	color: black;
}

.button-close {
	position: absolute;
	right: 0;
	top: 0;
}

.button-right {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
}

.button-left {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
}

@media only screen and (max-width: 820px), only screen and (max-device-width: 820px) {

.slideshow-content {
	width: 100%;
	height: 100%;
}

header, #content, footer {
	width: 95%;
}

}

@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {

h1 {
	margin-left: -15px;
	padding-top: 25px;
	font-size: 1.4em;/*16pt;*/
	/*background: red;*/
}

h2 {
	font-size: 0.8em;
}

#title {
	height: 60px;
}

.row {
	border-spacing: 2px 0;
	margin-bottom: 2px;
}

footer p {
	font-size: 0.8em;
}

.dropbtn {
	display: inline-block;
	color: rgb(150,150,150);
	text-align: center;
	padding: 8px;
	text-decoration: none;
}

.img-band {
	text-align: center;
	float: none;
	margin: 0 auto;
	margin-bottom: 10px;
}

.txt-band {
	margin-top: 20px;
	overflow: none;
}

/*--------------------------------------------------------------MENU BUTTON-------------*/

#button-menu {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 2px;
	/*top: 9px;*/
	z-index: 2;
}

.menu-main {
	display: none;
	z-index: 1;
	position: fixed;
	right: 0;
	top: 0;
	background-color: white;
	width: 100%;
	height: 100%;
}

.menu-inner {
	position: relative;
	height: 100%;
	overflow-y: auto;
}

.responsive {
	display: block;
}

/*
.menu-social {
	text-align: center;
}
*/

.dropdown-content {
	display: block;
	position: relative;
	background-color: white;
	/*min-width: 160px;*/
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
	z-index: 1;
}

nav {
	display: block;
	font-size: 0.8em;
	height: 0;
}

li {
	width: 100%; 
	display: block;
}

ul {
	list-style-type: none;
	display: block;
	background-color: yellow;
	padding-top: 10px;
}

li a, .dropbtn {
	/*background-color: yellow;*/
	text-align: left;
	display: block;
	margin: 0;
	padding: 5px 10px;
}

.dropbtn {
	padding-top: 20px;
}

.dropdown-content a {
	padding: 5px 40px;
	color: rgb(180,180,180);
}

li hr {
	display: none;
}

ul li {
	border-bottom: 1px solid #00000020;
	width: 80%;
	margin-left: 10px;
}

}

@media only screen and (max-width: 350px), only screen and (max-device-width: 350px) {

h1 {
	padding-top: 15px;
	font-size: 13pt;
}

#title {
	height: 45px;
}

nav {
	font-size: 10px;
}

#button-menu {
	top: 9px;
}

}
