/**
 * -----------------------------------------------------------------------------
 * Base
 * -----------------------------------------------------------------------------
 */
 
@import url('https://fonts.googleapis.com/css?family=Material+Icons|Lato:400,400i,700,700i|Solway&display=swap&subset=latin-ext');

* {
	box-sizing: border-box;
}

:root {
  --pb-color-primary: #424242;   /* blue */
  --pb-color-inverse: #ffffff;   /* white */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

body,
button,
input,
select,
textarea {
	color: #272B2F;
	font-family: "Lato", Verdana, "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.025em;
	font-variant-numeric: oldstyle-nums;
  -moz-font-feature-settings: "onum";
  -webkit-font-feature-settings: "onum";
  font-feature-settings: "onum";
}

body {
    font-size: 16px;
	margin: 0;
	background-color: #fff;
	word-wrap: break-word;
}

a {
	color: #272B2F;
	text-decoration: none;
}

blockquote {
	position: relative;
	margin: 0 0 20px 0;
	padding-left: 20px;
	border-left: 1px solid #272B2F;
	font-size: 11px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 24px 0;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
}

h1 {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 9px;
}

h2 {
	font-size: 18px;
	letter-spacing: 4px;
}

h3 {
	font-size: 16px;
	letter-spacing: 4px;
}

h4 {
	font-size: 14px;
	letter-spacing: 4px;
}

h5, h6 {
	font-size: 12px;
	letter-spacing: 4px;
}



hr {
	height: 1px;
	margin-bottom: 20px;
	border: 0;
	background-color: #272B2F;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
}

q {
    quotes:'«' '»' '‘' '’';
}

p {
	margin: 0 0 24px 0;
}

p:last-child {
	margin-bottom: 0;
}

pre {
	clear: both;
	overflow: auto;
	position: relative;
	max-width: 100%;
	margin: 0 0 20px 0;
	padding: 20px 40px 20px 20px;
	background-color: #f5f5f5;
	font-family: monospace;
	white-space: pre;
	white-space: pre-wrap;
}

pre:after {
	z-index: 5;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 20px;
	background: #e5e5e5;
	color: #fff;
	font-family: "FontAwesome";
	text-align: center;
	content: "\f121";
}

table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
}

caption,
th {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 4px;
	text-transform: uppercase;
}

th,
td {
	padding: 8px 12px;
}

tr:nth-child(odd) {
	background-color: #f5f5f5;
}

ul,
ol {
	margin: 0 0 20px 20px;
	padding: 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

/* Placeholder -----------------------*/

::-webkit-input-placeholder {
	color: #272B2F;
	font-size: 11px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

::-moz-placeholder {
	opacity: 1;
	color: #272B2F;
	font-size: 11px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

/* Selection -------------------------*/

::-moz-selection {
	background-color: #272B2F;
	color: #fff;
}

::selection {
	background-color: #272B2F;
	color: #fff;
}

 /**
 * -----------------------------------------------------------------------------
 * pb-common-styles.html
 * -----------------------------------------------------------------------------
 */
 
 body {
     
	--pb-footnote-ref: {
		color: #d2aa00;
		text-decoration: none;
		text-indent: 0;
		cursor: pointer;
		vertical-align: baseline;
		font-weight: bold;
		font-variant-position: super;
		-moz-font-feature-settings: "sups";
		-webkit-font-feature-settings: "sups";
		font-feature-settings: "sups";
	};

	--pb-footnote-number: {
		font-size: .75em;
	};
	

	--pb-highlight-theme: {
		background-color: #F9E976;
	};

                
                
                --paper-input-container-focus-color: #d2aa00;
                
                --pb-lang-item-color: #272B2F;
            }

            app-toolbar {
                --app-toolbar-font-size: 11px;
                --pb-lang-input-color: #272B2F;
                --pb-lang-label-color: #999999;
            }
            
            .menubar {
                z-index: 1;
            }

            app-toolbar pb-search {
                padding-left: 20px;
                font-size: 11px;
                --pb-search-input: #272B2F;
                --pb-search-label: #999999;
            }
            
			

            .drawer-content {
                overflow: auto;
                height: 100%;
                padding: 8px 10px;
                text-align: left;
            }

            .drawer-content pb-collapse h3 {
                margin-bottom: 0;
                margin-top: 0;
            }

            .drawer-content paper-listbox {
                margin: 0;
            }

            app-drawer .settings, app-drawer pb-collapse {
                display: flex;
                flex-direction: column;
            }

            app-drawer paper-listbox {
                width: 100%;
            }

            app-drawer a, app-drawer a:link {
                text-decoration: none;
                color: inherit;
            }

            app-drawer-layout:not([narrow]) [drawer-toggle] {
              display: none;
            }
            
	main {
		margin: 0 20px 0 20px;
	}
                @media (max-width: 1023px) {
                    main {
                        margin: 0 8px 0 8px;
                        width: 100%;
                    }

                    .doclist {
                        margin: 0 auto 20px auto;
                        width: 95%;
                    }

                    .documents {
                        padding-left: 10px;
                    }

                    .documents .label {
                        display: none;
                    }

                    .toolbar pb-search {
                        padding-left: 0;
                    }
                }

	.toolbar {
		justify-content: space-between;
		background-color: #f5f5f5;

		--pb-navigation-hidden: {
			visibility: visible;
			opacity: 0.2;
		}
	}

	[drawer-toggle] {
		padding-right: 0;
	}


	.menubar {
		color: #272B2F;
		background-color: #ffffff;
		--pb-download: {
			text-decoration: none;
			color: black;
		};
	}

	.menubar pb-media-query {
		flex: 1 0;
	}

            .menubar a, .menubar paper-menu-button {
                display: block;
                text-decoration: none;
                color: #272B2F;
                font-size: 11px;
				letter-spacing: 4px;
				text-transform: uppercase;
				position: relative;
				margin-left: 36px;
			}

			.menubar a.menuitem:after {
				position: absolute;
				bottom: -2px;
				left: 50%;
				width: 0;
				height: 1px;
				margin-left: 0;
				background-color: #272B2F;
				content: "";
				-webkit-transition-duration: .2s;
				transition-duration: .2s;
			}

			.menubar a.menuitem:hover:after {
				width: 100%;
				margin-left: -50%;
			}
			

			.menubar a.menuitem:before {
				position: absolute;
				top: 9px;
				left: -21px;
				width: 2px;
				height: 2px;
				background-color: #272B2F;
				content: "";
			}
			
			.menubar a.menuitem:first-child:before {
				display: none;
			}
            

            .menubar a.logo {
				font-size: 19px;
				letter-spacing: 8px;
				text-transform: uppercase;
				margin-left: 0.3em;
            }




            .menubar pb-lang {
                text-align: right;
                flex: 1 0;
                
            }
            



            
            paper-item {
            	color: #d2aa00;
                margin: 0;
                -webkit-transition-duration: .2s;
				transition-duration: .2s;
            }
            
            paper-item:focus {
            	background-color: #ffffff;
            } 
            paper-item:hover {
            	background-color: #ffffff;
            	color: #272B2F;
            }
            

            [main-title] {
                display: inline-block;
            }


            pb-progress {
                width: 100%;
            }

            pb-view-type {
                font-size: .75em;
            }

            @media (max-width: 768px) {
                #downloadDialog {
                    width: 100%;
                }
            }

            @media (min-width: 769px) {
                #downloadDialog {
                    width: 50%;
                }
            }

            .breadcrumbs {
                margin: 10px 0 0 20px;
                font-weight: 700;
                text-transform: uppercase;
            }

            h1, h2, h3, h4, h5, h6 {
                font-weight: 400 !important;
                line-height: 1.2;
            }

            .alternate {
                display: inline-block;
            }

            .alternate .default, .margin-note-ref lem {
                color: #d2aa00!important;
            }
            

            odd-model {
                margin-left: 50px;
                max-width: 800px;
            }

            pb-drawer {
                top: 128px;
                background-color: #F0F0F0;
                overflow: scroll;
            }

            .tocDrawer {
                padding: 0 10px;
            }

            #toc ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
            }

            #toc ul ul {
                margin-left: 28px;
            }

            #toc li {
                margin-bottom: .5em;
            }

            #toc li:first-child {
                margin-top: .5em;
            }

            #toc li > pb-link {
                margin-left: 28px;
                display: block;
            }

            #toc [slot=collapse-trigger] pb-link {
                margin-left: 0px;
                display: inline;
            }


/**
 * -----------------------------------------------------------------------------
 * Page header index
 * -----------------------------------------------------------------------------
 */

.page-header {
	position: relative;
	width: 100%;
	height: 550px;
	margin-bottom: 50px;
	background-color: #f5f5f5;
}

.page-header-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;

filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: gray;
-webkit-filter: grayscale(1);
}

.page-header-content {
	z-index: 2;
	position: relative;
	top: 50%;
	width: 470px;
	margin: 0 auto;
	padding: 80px 40px;
	background-color: rgba(255, 255, 255, .96);
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-header-content:after {
	z-index: -1;
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% - -18px);
	height: calc(100% - -18px);
	border: 1px solid #fff;
	content: "";
}

.page-header-content a {
	position: relative;
	color: #b09a68;
}

.page-header-content a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: 0;
	height: 1px;
	margin-left: 0;
	background-color: #b09a68;
	content: "";
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}

.page-header-content a:hover:after {
	width: 100%;
	margin-left: -50%;
}

.page-header-title {
	margin-bottom: 0;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 9px;
	text-transform: uppercase;
}

.page-header-subtitle {
	margin-top: 6px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.page-header-category {
	margin-bottom: 6px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.page-title {
	width: 940px;
	margin: 25px auto 50px auto;
	text-align: center;
}

.page-header div.enlace{
	opacity: 0;
	position: absolute;
	bottom: 30px;
	left: 10px;
	margin-right: 30px;
	padding: 8px 12px;
	background-color: rgba(255, 255, 255, .96);
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: left;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.page-header div.enlace{
	bottom:10px;
}

.page-header:hover div.enlace{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	z-index:100;
}

 /**
 * -----------------------------------------------------------------------------
 * Footer
 * -----------------------------------------------------------------------------
 */

.site-footer {
	width: 940px;
	margin: 50px auto 0 auto;
	padding: 25px 0 35px 0;
	text-align: center;
	position: relative;
	bottom: 0;
	z-index:-1;
}

.site-copyright {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.site-copyright a {
	position: relative;
	text-decoration:none;
	color:#272B2F;
}

.site-copyright a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: 0;
	height: 1px;
	margin-left: 0;
	background-color: #272B2F;
	content: "";
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}

.site-copyright a:hover:after {
	width: 100%;
	margin-left: -50%;
}



**
 * -----------------------------------------------------------------------------
 * Responsive
 * -----------------------------------------------------------------------------
 */

@media only screen and (max-width: 980px) {

	.site-header,
	.page-title,
	.site-main,
	.site-footer,
	.page-content,
	.page-sidebar {
		width: 728px;
	}

	.page-sidebar {
		margin-top: 75px;
	}

	.page-header {
		height: 400px;
	}

	.page-header-content {
		width: 420px;
		padding: 60px 20px;
	}

	.site-navigation .nav-menu {
		display: none;
		z-index: 999;
		position: absolute;
		top: 100%;
		width: 100%;
		margin-top: 0;
		padding: 5px 20px;
		background-color: #272B2F;
	}

	.site-navigation .nav-menu.toggled-on {
		display: block;
	}

	.site-navigation a {
		display: block;
		padding: 5px 0;
		color: #fff;
	}

	.site-navigation a:before {
		display: none;
	}

	.site-navigation li {
		float: none;
		margin: 0;
	}

	.site-navigation li:before {
		display: none;
	}

	.site-navigation ul ul {
		position: static;
		width: 100%;
		padding: 0 0 0 20px;
		background-color: transparent;
	}

	.site-navigation ul ul:before {
		display: none;
	}

	.site-navigation li li {
		margin: 0;
		padding: 0;
	}

	.menu-toggle {
		display: block;
	}

	.gallery-caption {
		display: none;
	}

	.blog-area {
		width: 100%;
	}

	.blog-area .type-post {
		width: 100%;
	}

	.portfolio-area .type-project {
		width: 229px;
	}

	.page-template-template-portfolio-2col .portfolio-area .type-project {
		width: 354px;
	}

	.page-header-content a:after,
	.post-header a:after,
	.widget_archive a:after,
	.widget_categories a:after,
	.widget_links a:after,
	.widget_meta a:after,
	.widget_nav_menu a:after,
	.widget_pages a:after,
	.widget_recent_comments a:after,
	.widget_recent_entries a:after,
	.site-copyright a:after {
		display: none;
	}

}

@media only screen and (max-width: 767px) {

	.site-header,
	.page-title,
	.site-main,
	.site-footer,
	.page-content,
	.page-sidebar {
		width: 440px;
	}

	.page-header {
		height: 300px;
	}

	.twocolumn {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-8 .gallery-item {
		max-width: 50%;
	}

	.contact-form-author,
	.contact-form-email,
	.contact-form-subject {
		float: none;
		width: 100%;
	}

	.contact-form-author,
	.contact-form-email {
		padding-right: 0;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		float: none;
		width: 100%;
	}

	.comment-form-author,
	.comment-form-email {
		padding-right: 0;
	}

	.contact-name,
	.contact-email,
	.contact-subject {
		float: none;
		width: 100%;
	}

	.contact-name,
	.contact-email {
		padding-right: 0;
	}

	.post-share {
		float: none;
	}

	.post-tags {
		float: none;
		margin-top: 20px;
		text-align: left;
	}

	.post-tags a {
		margin-left: 0;
		margin-right: 5px;
	}

	.portfolio-area .type-project {
		width: 210px;
	}

	.page-template-template-portfolio-2col .portfolio-area .type-project {
		width: 440px;
	}

	.post-navigation .nav-prev {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0;
	}

	.post-navigation .nav-next {
		float: none;
		width: 100%;
		padding-left: 0;
		text-align: left;
	}

	.accordion span.links {
	float:none;
	text-align: left;
	display:block;
	font-size:1em;
	letter-spacing:.5em;
	margin-top:.5em;
	}

}

@media only screen and (max-width: 479px) {

	.site-header,
	.page-title,
	.site-main,
	.site-footer,
	.page-content,
	.page-sidebar {
		width: 280px;
	}

	.page-header-content {
		width: 280px;
		padding: 40px 20px;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 100%;
	}

	.page-header-title,
	.post-title {
		font-size: 19px;
		letter-spacing: 6px;
	}

	.portfolio-area .type-project,
	.page-template-template-portfolio-2col .portfolio-area .type-project {
		width: 280px;
	}

	.accordion span.links {
	float:none;
	text-align: left;
	display:block;
	font-size:1em;
	letter-spacing:.5em;
	margin-top:.5em;
	}
}

.menubar a, .menubar paper-menu-button {
  margin: auto 8px;
  display: block;
  color: white;
  text-decoration: none;
}


.content {
    font-family: var(--pb-content-theme_-_font-family);
    font-size: var(--pb-content-theme_-_font-size);
    line-height: var(--pb-content-theme_-_line-height);
    margin: var(--pb-content-theme_-_margin);
    max-height: var(--pb-content-theme_-_max-height);
}

pb-load.toc pb-link a {
  text-decoration: var(--pb-link-theme_-_text-decoration);
  color: var(--pb-link-theme_-_color);
}

.blanco {
    background-color: #fff;
}
