/*
    Mapa
    Author: Intelligenia Soluciones Informáticas, S.L. <info@intelligenia.com>
	Version: 1.12.14
*/
#it-container {
	margin-top: 40px;
	font-size: 15px;
}
#it-container ul {
	list-style: none;
}
#it-container p {
	font-size: 15px;
	line-height: inherit;
}
#it-container #content-map {
	position: relative;
}
#it-container #map {
    width: 100%;
    min-height: 550px;
}
input.chk-btn {
    display: none;
}
#it-container .nav-tabs li {
	text-align: center;
}
#it-container h3, h4 {
	padding: 0 0 10px 0;
	margin: 0;
}
input.chk-btn + label {
	display: block;
    padding: 10px 10px;
	margin-bottom: 0;
    cursor: pointer;
}
input.chk-btn:not(:checked) + label:hover {
    font-weight: 600;
}
input.chk-btn + label:active,
input.chk-btn:checked + label {
	opacity: 0.5;
}
#contenido-marcas label img {
	width: 16px;
	height: auto;
	margin-right: 10px;
	vertical-align: bottom;
}

/** Infowindow */
#infowindow-wrapper,
#it-tabs-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	margin: 10px 0;
}
#it-tabs-wrapper ul.nav-tabs {
	display: inline-block;
    background-color: #e4e4e4;
	padding: 0;
	margin: 0;
}
.nav-tabs li {
	box-sizing: content-box;
	width: 33%;
}
.nav-tabs li.active {
	background-color: #000;
	color: #fff;
}
#infowindow-wrapper {
	display: none;
}
#infowindow-wrapper h3 {
	font-size: 1.5em;
	margin-top: 0;
}
#marker-info {
	position: relative;
	float: right;
	width: 92%;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border: 1px solid #909090;
	box-sizing: border-box;
}
#marker-info #info-content {
	padding: 15px 15px;
	word-wrap: break-word;
}
#marker-info .imagen-destacada {
	width: 100%;
	height: 175px;
	object-fit: cover;
}
#marker-info #info-content h3,
#marker-info #info-content h4 {
	font-size: 15px;
	line-height: inherit;
}
#marker-info #info-content h3 {
	font-size: 20px;
}
#marker-info #info-content h4 {
	font-size: 15px;
}
#it-container #info-content i {
	margin-right: 10px;
}
#ruta_panel {
    overflow: auto;
    max-height: 300px;
    position: relative;
    background: white;
}
.adp-text {
    font-weight: 600;
    vertical-align: middle;
}
.adp-step,
.adp-text {
    width: 100%;
    font-weight: 400;
}
.adp-step,
.adp-text,
.adp-substep {
    font-weight: 400;
}

/** Tabs */
.tabs-content {
	padding: 10px 10px;
}
.tabs-content [class^="tab-"] {
	display: none;
}
.tabs-content .open {
	display: block;
}
#tab-ubicaciones .contenedor-ubicaciones,
#tab-ubicaciones .ubicaciones {
	display: none;
}
.tabs-content .ubicaciones li {
	padding-left: 20px;
}
.tabs-container {
	display: block;
	float: left;
	width: 92%;
	border-bottom: 1px solid #dadada;
	background-color: #fff;
	box-shadow: 2px 2px 14px 0px #e8e8e8;	
}
#contenido-categorias {
	max-height: 300px;
	overflow: auto;
}
#it-tabs-wrapper a.titulo-categoria {
	display: block;
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 10px;
}
#it-tabs-wrapper a.subtitulo-categoria {
	display: block;
	font-size: 0.9em;
	font-weight: 600;
	margin: 0 0 10px 10px;
}
#it-tabs-wrapper .nav-tabs ul {
	background-color: #e4e4e4;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
}
.nav-tabs {
	width: 100%;
}
.nav-tabs li {
	box-sizing: border-box;
	display: block;
	float: left;
	background-color: #e4e4e4;
	padding: 10px 5px;
}
.nav-tabs a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
#it-tabs-wrapper a:hover {
	color: #da2625;
}
a.mostrar-marker::before {
	content: "\f041";
	font-family: "Fontawesome";
	font-style: none;
	padding-right: 10px;
}
.button-tab {
	display: inline-block;
	position: relative;
	font-family: "Fontawesome";
	font-size: 1em;
	font-style: inherit;
	color: #fff;
	line-height: 50px;
	text-align: center;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #000;
	width: 8%;
	height: 50px;
	cursor: pointer;
	vertical-align: top;
}
.button-show-tabs {
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	cursor: pointer;
}
.nav-infowindow {
	margin-top: 20px;
}
.nav-infowindow a.boton {
	padding: 5px 10px;
	background-color: #000;
	color: #e8e8e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nav-infowindow a.boton:hover {
	background-color: #383838;
}
a.boton {
	display: inline-block;
	margin: 0 10px 10px 0;
}
a.boton.como-llegar::before,
a.boton.iniciar-navegacion::before,
a.boton.posicion-actual::before {
	font-family: "Fontawesome";
	margin-right: 5px;
}
a.boton.como-llegar::before {
    content: "\f14e";
}
a.boton.iniciar-navegacion::before {
    content: "\f124";
}
a.boton.posicion-actual::before {
    content: "\f10c";
}

/** Enlaces */
a,
a:visited {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

/** Media queries */
@media screen and (max-width: 1440px) {
	#infowindow-wrapper {
		width: 40%;
	}
	.nav-tabs li {
		width: auto;
		padding: 10px 15px;
	}
}
@media screen and (max-width: 1024px) {
	#infowindow-wrapper {
		width: 50%;
		float: right;
	}
	#it-tabs-wrapper {
		width: 55%;
	}
	.nav-tabs li {
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.nav-infowindow a.boton {
		display: block;
		width: 50%;
		margin: 0 auto 10px auto;
		text-align: center;
	}
}
@media screen and (max-width: 980px) {
	#infowindow-wrapper {
		float: right;
		width: 70%;
	}
	#it-tabs-wrapper {
		width: 45%;
	}
	.nav-tabs li {
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.nav-infowindow a.boton {
		display: inline-block;
		width: 28%;
		margin: 0 5px;
	}
}
@media screen and (max-width: 768px) {
	#infowindow-wrapper {
		width: 70%;
	}
	#it-tabs-wrapper {
		width: 55%;
	}
	.nav-infowindow a.boton {
		display: block;
		width: 35%;
		margin: 10px auto;
	}
}
@media screen and (max-width: 425px) {
	#infowindow-wrapper,
	#it-tabs-wrapper {
		width: 96%;
	}
	.nav-tabs li {
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.nav-infowindow a.boton {
		display: block;
		width: 65%;
		text-align: center;
		margin: 10px auto;
	}
}