* { 
	position: relative; 
	font-family: 'Montserrat', sans-serif; 
}
.clear { clear: both; }
.desktop {}
.mobile { display: none; }



html, 
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
	border-top: 1px solid #333;	
}
body.inicio {
	padding-bottom: 120px;
}
body.inicio .footer {
    /*/ position: absolute;
    bottom: 0;
    width: 100%; /*/
}


h1 {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 18pt;
}
@media screen and (max-width: 768px) {
	.contenido > h1 {
		display: none;
	}
}

.header {
	max-width: 1080px;
	margin: auto;
	text-align: center;
}
.header .menu {
	/*/ border-top: 1px solid #333;	/*/
}
.header .menu .titulo {
	position: absolute;
	top: 16px;
	left: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11pt;
	font-weight: 600;
}
.header .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.header .menu ul li {
	display: inline-block;
	margin: 16px;
}
@media screen and (max-width: 1280px) {
	.header .menu ul li {
		/*/margin: 18px 4vw;/*/
	}
}
.header .menu ul li a {
	color: inherit;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11pt;
	font-weight: 200;
}
.header .idiomas {
	position: absolute;
    top: 10px;
    right: 2px;
    color: #AAA;
    z-index: 9;
}
.header .idiomas small {
	font-weight: 200;
}
.header .idiomas a {
	color: inherit;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.header {
		min-height: 56px;
	}
	.header .idiomas {
		position: relative;
		top: initial;
		right: initial;
		text-align: right;
		border-bottom: 1px solid #EEE;
		padding: 4px 16px;
		margin-bottom: 4px;
	}
	.header .idiomas a {
		display: inline-block;
		padding: 0 10px;
	}
}



.contenido {
	max-width: 1280px;
	margin: 60px auto;
	text-align: center;
}
.contenido .inner {
	position: relative;
	width: 68%;
	/*/max-width: 600px;/*/
	margin: auto;
}
body.inicio .contenido .hero .animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
body.inicio .contenido .hero .animation .img {
	position: relative;
	padding: 6px;
	box-sizing: border-box;
	border: 1px solid #999;
	border-left: 0;
	border-right: 0;
}
body.inicio .contenido .hero .animation .img img {
	display: block;
	width: 100%;
}

.hero .animation{ opacity: 0.0; 
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: opacity 3s ease-out; 
	-moz-transition: opacity 3s ease-out; 
	-o-transition: opacity 3s ease-out; 
	transition: opacity 3s ease-out;
}
.hero .animation.active{ opacity: 1.0 !important; }




body.inicio .contenido .item, 
body.galeria .contenido .item {
    margin: auto;
    width: 90%;
    max-width: 600px;
    text-align: left;
    margin-bottom: 42px;
}
body.inicio .contenido .item .img, 
body.galeria .contenido .item .img {
    padding: 14px;
    box-sizing: border-box;
    background: #F9F9F9;
}
body.inicio .contenido .item .img img, 
body.galeria .contenido .item .img img {
    width: 100%;
}
body.inicio .contenido .item h3, 
body.galeria .contenido .item h3 {
    text-transform: uppercase;
    font-size: 10pt;
    margin: 8px 0;
    padding: 0 14px;
}
body.inicio .contenido .item .txt, 
body.galeria .contenido .item .txt {
    text-transform: uppercase;
    font-size: 10pt;
    margin: 8px 0;
    padding: 0 14px;
}
body.inicio .contenido .item .txt a, 
body.galeria .contenido .item .txt a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}
body.inicio .contenido .item .txt a:hover, 
body.galeria .contenido .item .txt a:hover {
    opacity: 1;
}




body.estatico .contenido .estatico {
	max-width: 900px;
	margin: auto;
	margin-bottom: 60px;
}
body.estatico .contenido .estatico > h3 {
    text-transform: uppercase;
    font-weight: 300;
}
body.estatico .contenido .estatico div {
	text-align: left;
	font-weight: 300;
	font-size: 11pt;
	line-height: 1.4em;
}

@media screen and (max-width: 768px) {
	body.estatico .contenido .estatico {
	    max-width: 900px;
	    margin: 0 12px;
	    margin-bottom: 60px;
	    text-align: left;
	}	
}




body.contacto label {
	display: block;
	text-align: left;
	max-width: 480px;
	margin: 10px auto;
	padding: 0 12px;
}
body.contacto label input, 
body.contacto label textarea {
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}




.paginador {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #9E9E9E;
}
.paginador ul li {
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
	text-transform: uppercase;
}
.paginador a {
	color: #3498db;
}
.paginador .disabled a {
	color: #9E9E9E;
}
.paginador a.ajax_link:hover {
	font-weight: bold;
}



.submenu {
	margin-bottom: 20px;
}


@media screen and (min-width: 769px) {
	.mobile { display: none !important; }

	.header .menu ul li.active a {
		/*/font-weight: 300;/*/
		border-bottom: 1px solid #0002;
		padding-bottom: 10px;
	}
	.submenu .categorias li.active a {
		/* font-weight: 600; */
		border-bottom: 1px solid #0002;
		padding-bottom: 6px;
	}
}


@media screen and (max-width: 768px) {
	.desktop { display: none !important; }
	.mobile { display: initial; }

	.header .logo img {
		width: 100%;
		/*/max-width: 324px;/*/
		max-width: 400px;
	}
	.header .menu ul {
		padding-top: 42px;
	}
	.header .menu.active ul {
		padding-top: 42px;
	}
	.header .menu ul li {
		margin: 12px 4vw;
		display: block;
	}
	.header .menu:not(.active) ul li:not(.active) {
		display: none;
	}
	.header .menu .trigger {
		position: absolute;
		top: 5px;
		right: 12px;
		font-size: 32pt;
		font-weight: 100;
	}
	.header .menu .trigger .menos {
		display: none;
	}
	.header .menu.active .trigger .menos {
		display: initial;
	}
	.header .menu.active .trigger .mas {
		display: none;
	}
	.header .menu.active ul li.active a {
		font-weight: 300;
	}
	.submenu .categorias li.active a {
		font-weight: 600; 
		border-bottom: 1px solid #0002;
	}

	.contenido {
		margin: 24px auto;
	}
	.contenido .inner {
		width: 100%;
	}
}




.footer {
	position: relative;
    text-align: center;
    padding: 60px 20px;
    font-size: 12pt;
    letter-spacing: 0.2em;
    color: #AAA;
}
.footer ul {
	list-style: none;
}
.footer ul li {
	margin-bottom: 10px;
}
.footer a {
    color: inherit;
    text-decoration: none;
}
.footer a:hover {
    opacity: 0.8;
}




body.galeria .contenido {
    text-align: left;
    max-width: 1010px;
}

body.galeria .submenu ul {
    list-style: none;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
body.galeria .submenu ul li {
    display: inline-block;
    margin: 0 10px;
    font-size: 8pt;
    text-transform: uppercase;
}
body.galeria .submenu ul li a {
    color: inherit;
    text-decoration: none;
}
body.galeria .submenu ul li a:hover {
    opacity: 0.8;
}



body.galeria figure {
    width: 31%;
    display: inline-block;
    margin: 1%;
}
body.galeria figure img {
    width: 100%;
} 

body.galeria figure figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background: #FFF3;
    color: white;
    font-size: 8pt;
    text-transform: uppercase;
}



body.galeria figure a {
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
body.galeria figure a img {
    display: block;
    width: 100%;
    visibility: hidden;
}

@media all and (max-width: 599px){
    body.galeria figure {
        width: 46%;
    }
}







/*/ Para PHOTOSWIPE /*/

figure img{
    /*/max-width: 100px;/*/
}

.pswp__titulo {
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 0; 
    height: 44px; 
    font-size: 13px; 
    line-height: 44px; 
    /*/ color: #FFF; /*/ 
    opacity: 0.75; 
    padding: 0 10px; 
}
@media all and (max-width: 599px){
    .pswp__titulo{
        display: none !important;
    }
}

.pswp__caption h3,
.pswp__caption p{
    margin: 3px !important;
    padding: 3px !important;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    top: auto !important;
    bottom: 0 !important;
    margin-top: auto !important;
    width: 40px !important;

    /* KIASSART (En Angela, funcionaba distinto) */
    top: 92vh !important;
    bottom: auto !important;
}
.pswp__button--arrow--left {
    left: auto !important;
    right: 64px !important;
}
.pswp__button--arrow--right {
    right: 20px !important;
}

.pswp__top-bar, 
.pswp__caption {
    background: transparent !important;
}
.pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle .pswp__counter,
.pswp__ui--idle .pswp__button--arrow--left, 
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0.1 !important;
}
.pswp__ui {
    -webkit-font-smoothing: inherit !important;
}