:root {
	--track-color: #222222;
	--thumb-color: #20475e;
	--scrollbar-width: 16px;
	--scrollbar-radius: 4px;
	--scrollbar-width-moz: thin;
}

/* Chrome, Edge, Safari */
body::-webkit-scrollbar {
	width: var(--scrollbar-width);
}

body::-webkit-scrollbar-thumb {
	background-color: var(--thumb-color);
	border-radius: var(--scrollbar-radius);
}

body::-webkit-scrollbar-track {
	background-color: var(--track-color);
}


/* Firefox */
@supports not selector(::-webkit-scrollbar) {
	* {
		scrollbar-width: var(--scrollbar-width-moz);
		scrollbar-color: var(--thumb-color) var(--track-color);
	}
}


/* logo */
.logo {
	display: inline-block;
	left: 60%;
	right: 60%;
	width: 45%;
}

.logo-s {
	display: inline-block;
	left: 60%;
	right: 60%;
	width: 45%;
}

.logo-c {
	display: inline-block;
	margin: 0%;
	right: 0%;
	width: 45%;
}

.logo-si {
	display: inline-block;
	left: 60%;
	right: 60%;
	width: 45%;
}

/* Contador */
.contador {
	text-align: center;
	font-size: 15px;
	font-weight: bolder;

}

/* Cabecera */

.proyecto {
	color: white;
	font-weight: bolder;
	transition: 10;
}

#cabecera-r {
	background: whitesmoke url(../images/cabeza.jpg) no-repeat;
	background-size: cover;
	min-height: 450px;
	text-align: center;
	padding-top: 240px;
	color: white;
	font-family: "Open sans", Helvetica, Arial;
	font-weight: 400;

}

#cabecera-b {
	background: whitesmoke url(../images/cabeza.jpg) no-repeat;
	background-size: cover;
	min-height: 400px;
	text-align: center;
	padding-top: 240px;
	color: white;
	font-family: "Open sans", Helvetica, Arial;
	font-weight: 400;
}


#cabecera2 {
	background: whitesmoke url(../images/cabeza.jpg) no-repeat;
	background-size: cover;
	min-height: 400px;
	text-align: center;
	padding-top: 240px;
	color: white;
	font-family: "Open sans", Helvetica, Arial;
	font-weight: 400;
}

#cabecera {
	background: whitesmoke url(../images/cabeza.jpg) no-repeat;
	background-size: cover;
	min-height: 520px;
	text-align: center;
	padding-top: 240px;
	color: white;
	font-family: "Open sans", Helvetica, Arial;
	font-weight: 400;
}

#cabecera .secundario {
	height: 100px;
	min-height: 100px;
	padding-top: 0px;
}

.titulo-v {
	text-align: center;
	font-size: 50px;

}

#cabecera .titulo-c {
	text-align: center;
	font-family: "Open sans", Helvetica, Arial;
	font-size: 44px;
	margin-bottom: 10px;
	color: white;
	line-height: 1.15em;

}

#cabecera .mP {
	color: #ffffffc0;
	margin-bottom: 25px;
}

#cabecera .mP a {
	color: #fff;
}

#cabecera .btn {
	margin-bottom: 25px;
	text-align: center;
}

#cabecera .boton {
	text-shadow: none;
	background: transparent;
	color: #ffffff83;
	-webkit-box-shadow: inset 0px 0px 0px 3px;
	color: #ffffff83;
	-moz-box-shadow: inset 0px 0px 0px 3px;
	color: #ffffff83;
	box-shadow: inset 0px 0px 0px 3px;
	color: #ffffff83;
	background: transparent;
	text-align: center;
	margin-left: 35px;
}

#cabecera .boton:hover,
#cabecera .boton:focus {
	color: #ffffffcc;
	-webkit-box-shadow: inset 0px 0px 0px 3px;
	color: #ffffffcc;
	-moz-box-shadow: inset 0px 0px 0px 3px;
	color: #ffffffcc;
	box-shadow: inset 0px 0px 0px 3px;
	color: #ffffffcc;
	background: transparent;
}

#cabecera .boton:active,
#cabecera .boton.active {
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 0px 3px #fff;
	-moz-box-shadow: inset 0px 0px 0px 3px #fff;
	box-shadow: inset 0px 0px 0px 3px #fff;
	background: transparent;
}

@media (max-width: 767px) {
	#cabecera {
		min-height: 420px;
		padding-top: 160px;
	}

}

#cabecera .titulo-c {
	font-size: 44px;
}


/* escondite */
.slideUp {
	top: -100px;
}

.headroom {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}


/* cositas del index 🤨🤨🤨🤨🤨/junto a jumbotron en la mayoria de los casos */
.pepe {
	margin-top: 40px;
}

.h-pepo {
	text-align: center;
}

.h-pepo i {
	display: block;
	font-size: 54px;
	color: #382526;
	margin-bottom: 36px;
}

.h-pepo h4 {
	color: #382526;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.h-body {
	margin: 10%;
}


/* Typografia */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open sans", Helvetica, Arial;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 30px;
}

blockquote {
	font-style: italic;
	font-family: Georgia;
	color: #999;
	margin: 30px 0 30px;
}

label {
	color: #777;
}

.thin {
	font-weight: 300;
}

.page-title {
	margin-top: 20px;
	font-weight: 300;
}

.text-muted {
	color: #888;
}

.breadcrumb {
	background: none;
	padding: 0;
	margin: 30px 0 0px 0;
}

ul.list-spaces li {
	margin-bottom: 10px;
}

/* Helpers */
.container-full {
	margin: 0 auto;
	width: 100%;
}

.top-space {
	margin-top: 60px;
}

.top-margin {
	margin-top: 20px;
}

img {
	max-width: 100%;
}

img.pull-right {
	margin-left: 10px;
}

img.pull-left {
	margin-right: 10px;
}

#map {
	width: 100%;
	height: 280px;
}

#social {
	margin-top: 50px;
	margin-bottom: 50px;
}

#social .wrapper {
	width: 340px;
	margin: 0 auto;
}


/* Sidebars */
.sidebar {
	padding-top: 36px;
	padding-bottom: 30px;
}

.sidebar .widget {
	margin-bottom: 20px;
}

.sidebar h1,
.sidebar .h1,
.sidebar h2,
.sidebar .h2,
.sidebar h3,
.sidebar .h3 {
	margin-top: 20px;
}

/* Pie */
.footer1 {
	background-color: #232323;
	padding: 30px 0 0 0;
	font-size: 20px;
	color: #999;
}

.footer1 a {
	color: #ccc;
}

.footer1 a:hover {
	color: #fff;
}

.footer1 .widget {
	margin-bottom: 30px;
}

.footer1 .widget-title {
	font-size: 17px;
	font-weight: bold;
	color: #ccc;
	margin: 0 0 20px;
}

.footer1 .entry-meta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 35px 0;
	padding: 2px 0;
	color: #888888;
	font-size: 12px;
	font-size: 0.75rem;
}

.footer1 .entry-meta a {
	color: #333333;
}

.footer1 .entry-meta .meta-in {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.iconos {
	font-size: 30px;
	margin-left: 0px;

}

.iconos i {
	float: left;
	margin: 0 10px 0 0;
}

.footer2 {
	background: #191919;
	padding: 15px 0;
	color: #777;
	font-size: 12px;
}

.footer2 a {
	color: #aaa;
}

.footer2 a:hover {
	color: #fff;
}

.footer2 p {
	margin: 0;
}

.widget-simplenav {
	margin-left: -5px;
}

.widget-simplenav a {
	margin: 0 5px;
}