/* MASCOTAS */
.article-section-content .list-iconos .value {
	color: #0e8216;
	font-size: 0.9rem;
}
.article-section-content .list-iconos .value-icono {
	color: #0e8216;
	font-size: 1.25rem;
}
.article-section-content .list-iconos .text-value {
	font-size: 0.8rem;
}
.article-section-content .list-iconos .icono{
	vertical-align: text-top;
}
.article-section-content .article-info-table .title-actividad{
	font-size: 1.2rem;
	font-weight: 600;
	color: #0e8216;
	text-align: center;
	text-transform: uppercase;
}
.article-section-content .list-unstyled .text-rule {
	font-size: 0.95rem;
	padding-left: 2px;
}
.article-section-content .list-unstyled .text-rule p{
	display: inline;
}
.article-section-content .list-unstyled li{
	margin-bottom: 0.5rem;
}
.article-section-content .list-unstyled li.track::before {
	font-family: "Font Awesome 5 Free";
	content: "\f1b0";
	font-size: 0.9em;
	color: #218028;	
	position: relative;
	left: 0;
	bottom: 1px;
}
.article-section-content .list-unstyled .value p{
	font-size: 0.95rem;
	display: inline;
}
.article-section-content .title-normas{
	text-align: center;
	text-decoration: underline;
	color: #000;
}
.template .article-list li .value {
	padding-left: 1rem;
	margin-right: 0.6rem;
}
.template .article-list li.check::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-size: 0.8em;
	color: #218028;
	position: absolute;
	top: 1px;
}
@media (max-width: 576px) {
	.article-section-content .list-unstyled li{
		margin-bottom: 1rem;
	}
}
/* CICLOTURISMO */
.nav-tabs .nav-item {
	margin: 0.2rem 0.18rem 0.0625rem 0;
}
.nav-tabs .nav-link.active {
	padding: 1rem 1.8rem;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0;
	background: #36A53E;
	transition: background ease 0.2s;
}
.nav-tabs .nav-link {
	padding: 1rem 1.8rem;
	color: #333;
	font-size: 0.77rem;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0;
	background: #DEECDF;
	transition: background ease 0.2s;
}
.nav-tabs + .tab-content .tab-pane {
	padding: 2rem 0;
}
 .nav-tabs .nav-link:focus{
	box-shadow: none;
 }
.card .card-body .card-text i{
	font-size: 1rem;
	color: #36a53e;
 }
.card .card-body .card-text {
	font-size: .85em;
	font-weight: 400;
}
.card .card-body .card-title {
	font-size: 1rem;
	text-align: left;
}
.card.card-background .card-body .card-title {
	font-size: 2.6rem;
	line-height: 2.5rem;
}
.template-banner-box a.box .box-title {
	max-width: 96%;
}
.card .card-body .table-ibp{
	display: inline;
	vertical-align: bottom;
	color: #7d7d7d;
}
.card:hover .card-body img{
	opacity: 0.6;
}
.card .card-body .table-ibp tbody{
	border: 1px solid #bcbebf;
}
.card .card-body .table-ibp td {
	padding: 2px 5px;
	font-size: 0.75rem;
}
.card .card-body .table-ibp td:first-child {
	background: #e3e6e8;
	font-size: 0.7rem;
}
.card .card-body .table-ibp td:last-child {
	background: #fff;
}
@media (max-width: 576px) {
	.template.template-blockquote p {
		font-size: 1.5rem !important;
	}
}

/* RUTAS EN COCHE */
.card .card-body .card-text .tiempocoche {
	position: absolute;
	left: 0;
	top: 18px;
	background-color: #ffa800;
	color: #fff;
	border-radius: 0 5px 5px 0;
	padding: 0.3em .5em .3em 1em;
}
.card .card-body .card-text .tiempocoche .value{
	font-weight: 500;
	font-size: 1.4rem;
}
.card .card-body .card-text .tiempocoche .field{
	display: none;
}
/* CAMINO SANTIAGO */
.card .card-body .datos {
	position: absolute;
	left: 0;
	top: -25px;
	background-color: #f4f5f4;
	border-radius: 18px 18px 0 0;
	padding: 3em .5em .3em 1em;
	width: 100%;
	text-align: left;
}
.card .card-body .datos .km {
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	margin-left: -1rem;
	position: absolute;
	top: 10px;
}
.card .card-body .datos .km .value {
	font-weight: 500;
	font-size: 1.2rem;
	padding: 0.5rem;
	background: #cfd4d7;
	color: #000;
	border-radius: 18px 0 18px 0;
}
.card .card-body .datos .fas {
	color: #8d8d8d;
	margin-right: 5px;
}
.card .card-body .datos .etapa {
	font-size: 1rem;
	color: #535553;
	font-weight: 500;
}
.card .card-body .fas {
	color: #797676;
	margin-right: 5px;
}
.card .card-itinerario {
	position: absolute;
	top: -1em;
	background-color: #f4f5f4;
	border-radius: 1.5em 1.5em 0 0;
	padding: 0.3em .5em .3em 1em;
	color: #606060;
	font-weight: 500;
	width: 100%;
	text-align: center;
}
.card .card-itinerario .itinerario {
	font-weight: 500;
}
.card .card-itinerario .etapa {
	color: #000;
	font-size: 0.95rem;
}
.template .article-list .separator-peregrinos {
	border-bottom: 1px solid #cacaca;
	padding-bottom: 15px;
	width: 100%;
}

/* CUADRO DISTANCIAS */
.card .card-body .distancia {
	position: absolute;
	left: 0;
	top: 18px;
	background-color: #ffa800;
	color: #fff;
	border-radius: 0 5px 5px 0;
	padding: 0.3em .5em .3em 1em;
}
.card .card-body .distancia .value{
	font-weight: 500;
	font-size: 1.1rem;
}
/* BLOCKCUOTE */
.template.template-blockquote p {
	font-size: 1.9rem;
	text-indent: 1.9rem;
}
/* PUBLICADOR 1-6 */
.template.template-background-mosaic-2-4 .col-mosaic .card .card-title {
  font-size:2.25rem
}
.template.template-background-mosaic-1-6 .col-mosaic .card {
  height:350px;
  margin-bottom:0
}
.template.template-background-mosaic-1-6 .col-mosaic .card .card-title {
  font-size:2.2rem
}
.template.template-background-mosaic-1.6 .col-mosaic .card.card-background .image-wrapper:hover:before {
  opacity:0
}

/* MAQUETABLE */
.maquetable-body .maquetable-row h2{
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	color: #434347;
	font-size: 1.2rem;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.maquetable-body .maquetable-row h2::after {
	content: " ";
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 3px;
	background-color: #36a53e !important;
}
.maquetable-body .maquetable-row h3{
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	color: #434347;
	font-size: 1.2rem;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.maquetable-body .maquetable-row h3::after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background-color: #36a53e !important;
}
.template-maquetable .text-wrapper ul li{
	margin-bottom: 1rem;
}
/* PORTADA NOTICIAS */
.template-noticias .article-image {
	height: 580px;
}
/* PORTADA PÁGINAS */
.page-header {
	background-attachment: inherit;
}
/* TITULO PÁGINAS */
.page-title-wrapper .page-title .title-wrapper {
	display: table;
	width: 80%;
	table-layout: fixed;
	margin: 0 auto;
}
.page-title-wrapper .page-title .title-wrapper .title-inner .description {
	font-size: 1.2rem;
}

/* MENÚ NAVEGACIÓN */
.template-image-mosaic .portlet-header {
	width: 80%;
}	
body.page-style-detail #banner-wrapper {
	background-color: #006db0;
}
