@font-face {
	font-family:"JosefinSans-Regular";
	src: url("../fonts/JosefinSans-Regular.otf"),
		 url('../fonts/JosefinSans-Regular.ttf');
}
@font-face {
	font-family:"JosefinSans-RegularItalic";
	src: url("../fonts/JosefinSans-Italic.otf"),
		 url('../fonts/JosefinSans-Italic.ttf');
}
@font-face {
	font-family:"JosefinSans-Medium";
	src: url("../fonts/JosefinSans-Medium.otf"),
		 url('../fonts/JosefinSans-Medium.ttf');
}
@font-face {
	font-family:"JosefinSans-SemiBoldItalic";
	src: url("../fonts/JosefinSans-SemiBoldItalic.otf"),
		 url('../fonts/JosefinSans-SemiBoldItalic.ttf');
}
@font-face {
	font-family:"JosefinSans-BoldItalic";
	src: url("../fonts/JosefinSans-BoldItalic.otf"),
		 url('../fonts/JosefinSans-BoldItalic.ttf');
}
@font-face {
	font-family:"JosefinSans-SemiBold";
	src: url("../fonts/JosefinSans-SemiBold.otf"),
		 url('../fonts/JosefinSans-SemiBold.ttf');
}
@font-face {
	font-family:"JosefinSans-Bold";
	src: url("../fonts/JosefinSans-Bold.otf"),
		 url('../fonts/JosefinSans-Bold.ttf');
}
@font-face {
	font-family:"JosefinSans-Light";
	src: url("../fonts/JosefinSans-Light.otf"),
		 url('../fonts/JosefinSans-Light.ttf');
}


footer {
	background-color: #f1f1f1;
	padding: 2em 0;
	text-align: center !important;
	color: #6e6e6e;
	margin: 0 auto;
	padding: 2em 0.2em;
}
.social-links {margin-bottom: 0; padding-left: 0; display:inline-flex; text-align: center;}
.social-links li {-webkit-display: inline-flex;}
.social-links a {
	line-height: 35px !important;
	position: relative;
	text-align: center;
	display: inline-block;
	color: #111;
	padding: 0 10px;
	-webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.social-links a:hover {
	color:#e48400;
}
.copy-right {color: #56B6D1;}
.copy-right a {
	letter-spacing: 0.2em;
	font-size: 13px;
}
.copy-right p {
	color: #777;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

a.link-footer-2:focus{ /*Quitar el borde punteado a los links cuando se hace click*/
	text-decoration: none;
	width:0px;height:0px;outline:0px;
	color: white;
}
.border{
	margin-left: 0;
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	height: .3em;
	background: #313131;
	padding-right: 0;
	width: 100%;
	margin-right: 0;
}
.lis-nav .active  {
	text-decoration: none;
}
a.enlacemenu:focus{ /*Quitar el borde punteado a los links cuando se hace click*/
	text-decoration: none;
	width:0px;height:0px;outline:0px;
	color: #444 !important;
}
a.enlacemenu:hover {color: #56B6D1 !important;}
.menu.responsive li a {color: #fff !important;}
.lis-nav {
	display: inline
}
.lis-nav a.email-contacto p {
	visibility: hidden;
}
.lis-nav a.email-contacto i {
	margin-top: 5px;
}
.lis-nav a:hover{
	text-decoration: none;
	list-style: none;
	color: #56B6D1 !important;
	padding-bottom: 3em;
}
.nav-toggle {
	text-align: center;
	position:  relative;
	float: right;
	margin-right: 3em;
	color: #56B6D1;
	font-weight: bold;
}
a.nav-toggle {
	text-align: center;
	position:  relative;
	float: right;
	margin-right: 3em;
	color: #56B6D1;
	font-weight: bold;
}
.nav-collapse .activo a { 
	color: #56B6D1;
	text-decoration: none;
	padding-bottom: 2em;
	padding-top: 4em;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	color: #56B6D1 !important;
	text-decoration: none;
	transition: all 1s ease;
}
.nav-collapse a {
	margin: 0;
	padding: 1.96em .7em .5em;
	font-size: 1.1em;
	background: transparent;
	color: #37302a;
	border: 0;
	transition: .5s ease;
	text-align: center;
}
.nav-collapse ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	float: left;
	background: transparent;
}
a.enlacemenu {  
	color: #333333 !important;
	text-decoration: none;
	font-family: 'JosefinSans-Light';
	font-size: 1.2em;
}
.logo-resp {width: 90%; padding: 15px;}
a.enlacemenu.logo {height: 90px;}
.menu li a.enlacemenu.logo:hover, .menu li a.enlacemenu.logo:focus {height: 90px;}
.wrapper {
	width:  100%
}
ul.lista-nav {
	display: inline-block;
	text-align: center;
	height: 83px;
	position: fixed;
	z-index: 9999;
	background-color: #fff;
	padding-top: 10px;
	box-shadow: 0 -8px 16px #444;
}
.nav-collapse li {
	width: 100%;
	font-family: 'JosefinSans-Light';
	font-size: 1.2em;
	text-align:center;
	cursor: pointer;
	text-decoration: none;
}
.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
	width: 100%;
	list-style:none;
}
.nav-collapse.opened {
	max-height: 9999px;
}
.nav-toggle {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
@media screen and (min-width: 60em) {
	.js .nav-collapse {
		position: relative;
	}
	.js .nav-collapse.closed {
		max-height: none;
	}
	.nav-toggle {
		display: none;
	}
	.enlacemenu .active a {
		text-transform: uppercase;
		font-weight: 400;
		font-size: 112.5%;
		letter-spacing: 2px;
		color: white;
		text-decoration: none;
		width: 100%;
		background: #f43c12;
		border-bottom: 1px solid white;
		padding: .5em 1em;
		float: left;
		display: inline-block;
	}
	
}
/**********  LOGO **************/

header {
	width: 100%;
}
.header-logo-nav{
	text-align: center;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.text-center-footer{
	text-align: center;
	padding-top: 2em;
}
.text-center-footer ul.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
	margin-top: 0;
	margin-bottom: 10px;
	display: inline-flex;
}
.text-center {
	text-align: center;
}
h4.info{
	font-size: 19px;
	margin-bottom: 1em;
	color: black;
}
h3.info-contacto{
	font-size: 21px;
	margin-bottom: 1em;
	color: black;
}
a.link-footer-2{
	color: #56B6D1;
	text-decoration: none;
	padding: 5px 10px;
}
a.link-footer-2:focus {
	color: #56B6D1;
	text-decoration: none;
}
a.link-footer-2:hover {
	color: #56B6D1;
	text-decoration: none;
}
i.icon-redes {
	display: inline-block;
	font-size: 40px;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 0.3em;
	color: #56B6D1;
}
i.icon-redes:hover{
	-webkit-transform: scale(1.2);
	color: black;
}
i.icon-contacto{
	font: normal normal normal 16px/1 FontAwesome;
	color: black;
	padding-left: 0.3em;
}
hr.small {
	max-width: 100px;
}
.small, small {
	font-size: 85%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #808080;
}
p.text-muted-copyright {
	color: #808080;
	font-size: 13px;
}
span.pie-2 {
	font-size: 16px;
	color: #000;
}
span.pie-link-2 {
	font-size: 16px;
	color: #56B6D1;
}
h4 {
	color: #000;
}

/*--------MEDIA QUERYS---------*/
@media only screen and (max-width: 959px) {
	/*  nav */
	.navbar .navbar-nav {
		vertical-align: top;
	}
	.navbar .navbar-collapse {
		text-align: center;
	}
	a.nav-toggle.active{
		color: #56B6D1;
		margin-top:  1em;
	}
	a.nav-toggle{ /* sustituir el texto menu por icono*/
		/*color: #56B6D1;*/
		margin-top:  1em;
		background-image: url("hamburger-icon.png");
		background-repeat: no-repeat;
		text-indent: -9999px;
		width: 50px;
		height: 50px;
		overflow: hidden;
	}
	a.nav-toggle:hover{
		color: #56B6D1;
		text-decoration: none;
		padding-top: 0;
		padding-bottom: 0;
	}
	.lis-nav a:hover {
		background: none;
		text-decoration: none;
		list-style: none;
		padding-bottom: 0;
	}
	a.enlacemenu{
		text-decoration: none;
		padding-top: 0;
		padding-bottom: 0;
	}
	li.lis-nav {
		background: #fff !important;
		width: 100%;
		padding-bottom: 0.3em;
		padding-top: 0.3em;
	}
	.lis-nav a:hover{
		text-decoration: none;
		list-style: none;
	}
	.nav-collapse a {
		margin: 0;
		padding: 0;
		font-size: 1.1em;
		font-weight: lighter;
		border: 0;
		transition: background .5s ease;
		text-transform: uppercase;
		text-align: center;
	}
	.nav-collapse .activo a {
		background: none;
		text-decoration: none;
		padding-bottom: 0;
		padding-top: 0;
	}
	li.lis-nav.activo{
		color: #fff;
		background: #313131;
		text-decoration: none;
		width: 100%;
	}
	li.lis-nav:hover {
		width: 100%;
	}
}