/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed&display=swap');

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

body {
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #555;
    background: #ddd;
    margin: 20px 0;
    user-select: none;
}
.cenefa {
    content: "Autenticard";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
	font-size: 22px;
	line-height: 24px;
	margin: 0;
	padding: 10px 0 0 20px;
	text-align: left;
	font-weight: 500;
	color: #fff;
	letter-spacing: 3px;
	background: #ff3200;
	z-index: 201;
	box-shadow: 0 0 12px #333;
}
.right {
    content: "Autenticard";
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 10px 20px 0 0px;
	text-align: right;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0;
	z-index: 202;
}
h1 {
	font-size: 22px;
	line-height: 24px;
	margin: 0;
	text-align: center;
	font-weight: bold;
	color: #000;
}
h2 {
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	text-align: left;
	font-weight: 300;
	color: #000;
	padding: 0 0 0 12px;
}
h3 {
	font-size: 22px;
	line-height: 24px;
	margin: 5px 0 6px 0;
	padding: 0 0 10px 0;
	text-align: left;
	font-weight: bold;
	color: #ff3200;
}

h4 {
	font-size: 22px;
	line-height: 24px;
	margin: 0;
	text-align: left;
	font-weight: bold;
	color: #fff;
}
h5 {
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	text-align: justify;
	font-weight: 400;
	color: #666;
	margin: 0 0 10px 0;
	width: 80%;
}
h6 {
	font-size: 24px;
	line-height: 26px;
	margin: 16px 0 8px 0;
	text-align: left;
	font-weight: bold;
	color: #444;
	letter-spacing: 0;
}
p {
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	font-weight: 400;
	color: #000;
}
a {
	color: #444;
	text-decoration: none;
	font-weight: 700;
}
a:hover {
	color: #ff3200;
	text-decoration: none;
	cursor: pointer;
}
.boton {
	text-decoration: none;
	outline: none;
	font-weight: bold;
	font-size: 20px;
	padding: 6px 24px;
	line-height: 1.2;
	text-align: center;
	margin: 20px;
	color: #fff;
	background: #ff3200;
	cursor: pointer;
	border-radius: 8px;
}

.boton:hover {
	color: #fff;
	background: #000;
}
span {
	color: #000;
}
span span:hover:before {
	content: attr(data-content);
	color: #ff3200;
}
.base {
    display: inline-block;
	width: 90%;
	margin: 0 5%;
}
.contacto {
    display: block;
	width: 30%;
	margin: 30px 35%;
	padding: 12px 0;
	border-radius: 10px;
	color: #ff3200;
	background: #fff;
	box-shadow: 0 0 12px #333;
	padding: 20px;
}
figcaption {
	padding: 0.5em 0.5em;
}
.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 1.5em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0 0 0.2em 0;
	font-weight: bold;
}

.container > header > span {
	display: block;
	position: relative;
	z-index: 200;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.2em 0.1em;
}

.container > header > span span:after {
	width: 30px;
	height: 30px;
	font-size: 50%;
	font-size: 75%;
	position: relative;
}

.container > header > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.4em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #fff;
	background: #ff3200;
}
.container > header nav {
	float: right;
	text-align: center;
}

.container > header nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 4px solid #ff3200;
}

.container > header nav a > span {
	display: none;
}

.container > header nav a:hover:before {
	content: attr(data-info);
	color: #555;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

.container > header nav a:hover {
	background: #ff3200;
}

.bp-icon:after {
	font-family: 'bpicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #ff3200;
	-webkit-font-smoothing: antialiased;
}

.container > header nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

.container > header nav a:hover:after {
	color: #fff;
}

.bp-icon-next:after {
	content: "\e000";
}
.bp-icon-about:after {
	content: "\e003";
}

@media screen and (max-width: 55em) {

	.container > header h1,
	.container > header nav {
		float: none;
	}

	.container > header > span,
	.container > header h1 {
		text-align: center;
	}

	.container > header nav {
		margin: 0 auto;
	}

	.container > header > span {
		text-indent: 30px;
	}
}






::-webkit-scrollbar {
	width: 10px;
	background: #ff3200;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.8);
	border-radius: 10px;
	background-color: #444444;
}	
::-webkit-scrollbar-track:hover {
    background-color: #777;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.6);
	background-color: #ff3200;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #ff3200; 
}