/*********GENERALES***********/

body {
	font-family: "Source Sans 3", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFC927;
}

a img:hover {
	filter: grayscale(90%);
	transition: filter 2s;
}

img {
	width: 100%;
}

section {
	width: 100%;
	padding: 60px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0;
}

section h2,
section h3 {
	font-size: 50px;
	text-align: center;
}

.lpDi_rowSection {
	margin-top: 50px;
}

.lpDi_margin-T-30 {
	margin-top: 30px;
}

.lpDi_btnVerMas {
	background-color: #fec83d;
	padding: 10px 20px;
	display: block;
	margin: 0 auto;
	width: 200px;
	margin-top: 30px;
	text-align: center;
	border-radius: 5px;
}

.lpDi_btnVerMas a {
	color: #000;
	font-size: 20px;
	font-weight: 400;
}

.lpDi_btnVerMas a:hover {
	color: #FFF;
}

/*********BUSCADOR*********/

.lpDi_buscador {
	width: 100%;
	height: 125px;
	background-color: #000000E6;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	padding: 40px 0;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}

.lpDi_buscador form {
	width: 50%;
	margin: 0 auto;
}

.lpDi_buscador form input {
	width: 100%;
	padding: 6px 15px;
	font-size: 20px;
	border-radius: 11px;
	border: none;
}

.mostrarBuscador {
	visibility: visible;
	opacity: 1;
}

.lpDi_cerrarBuscador {
	color: #FFF;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 25px;
}

/********HEADER********/

header {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
}

.bg-body-tertiary {
	background-color: #16151A!important;
}

.nav-link {
	color: #FFF;
}

.nav-link:hover,
.nav-link.active {
	color: #FFC927!important;
}

.nav-link:focus {
	color: #FFC927!important;
}

.navbar-brand {
	width: 100px
}

.lpDi_boxNavBrand {
	width: fit-content;
	display: flex;
}

.collapse.navbar-collapse {
	flex-direction: row-reverse;
}

.nav-item i {
	color: #FFF;
	font-size: 23px;
	margin: 3px 40px 0;
	display: inline-block;
}

.lpDi_lineaHeader {
	background-color: #FFC927;
	width: 1px;
	height: 35px;
	margin: 2px 12px 0 0;
}

.lpDi_tituloHeader {
	color: #FFF;
	line-height: 15px;
	margin-top: 5px;
}

#lpDi_iconBuscar span {
	display: none;
}

.navbar-toggler-icon {
	background-image: none;
}

.navbar-toggler-icon i {
	color: #FFF;
	font-size: 30px;
}

/********PRINCIPAL********/

.lpDi_overlayPrincipal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 646px;
	z-index: 7;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.lpDi_imgPrincipal {
	width: 100%;
	height: 650px;
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 5px solid #FFC927;
	margin-top: 56px;
}

.lpDi_boxImgPrincipal {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
}

.lpDi_boxImgPrincipal img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-position: center center;
}

.lpDi_boxTxtPrincipal {
	position: absolute;
	z-index: 10;
	margin-left: 60px;
	width: 600px;
}

.lpDi_breadCrumbPrincipal {
	color: #FFF;
}

.lpDi_breadCrumbPrincipal a {
	text-decoration: none;
	color: #FFF;
}

.lpDi_breadCrumbPrincipal a:hover {
	color: #FFC927;
}

.lpDi_breadCrumbPrincipal a.lpDi_active {
	color: #FFC927;
}

.lpDi_breadCrumbPrincipal a.lpDi_active:hover {
	color: #FFF;
}

.lpDi_boxTxtPrincipal h1 {
	font-weight: 700;
	color: #FFF;
}

.lpDi_boxTxtPrincipal p {
	color: #FFF;
}

.lpDi_txtCompartirPrincipal {
	color: #FFC927;
}

.lpDi_iconsCompartirPrincipal i {
	color: #fff;
	font-size: 22px;
	margin: 8px 5px;
	display: inline-block;
}

.lpDi_iconsCompartirPrincipal i:hover {
	color: #FFC927;
}

/********SECCION ARMA TU PLAN**********/

.lpDi_iconosPlan {
	text-align: center;
	font-size: 60px;
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
}

.lpDi_boxIconsPlan {
	display: inline-grid;
}

.lpDi_boxIconsPlan span {
	font-size: 20px;
}

.lpDi_boxIconsPlan i {
	color: #444853;
}

.lpDi_boxIconsPlan i:hover {
	color: #FFC927;
}

/**********SECCIÓN EVENTOS**********/

.lpDi_colorRosa {
	background-color: #FEAEDF80;
}

.lpDi_boxFotoGde {
	width: 100%;
	height: 396px;
	position: relative;
}

.lpDi_fotoGdeEventos {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
}

.lpDi_fotoGdeEventos img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-position: center center;
	border-radius: 15px;
}

.lpDi_fotoGdeEventos {
	position: relative;
}

.lpDi_fotoGdeEventos img {
	border-radius: 15px;
}

.lpDi_fotoGdeEventos h3,
.lpDi_fotoHorizontalEventos h3 {
	font-size: 20px;
	left: 0;
	right: 0;
	text-align: left;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 3;
	bottom: 0;
	border-radius: 15px;
	padding: 30px 15px 10px;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.lpDi_fotoHorizontalEventos {
	width: 100%;
	height: 188px;
	position: relative;
}

.lpDi_fotoHorizontalEventos:last-child {
	margin-top: 20px;
}

.lpDi_boxImgHorizontalEventos {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
}

.lpDi_boxImgHorizontalEventos img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-position: center center;
	border-radius: 15px;
}

/********SECCION RESTAURANTES********/

.lpDi_imgRestaurantes {
	width: 100%;
}

.lpDi_boxTxtRestaurantes {
	border: 2px solid #FEAEDF;
	width: 100%;
	height: 150px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 20px;
}

.lpDi_boxTxtRestaurantes h3 {
	font-size: 20px;
	text-align: left;
	line-height: 30px;
}

.lpDi_boxTxtRestaurantes h3 a {
	color: #000;
}

.lpDi_boxTxtRestaurantes h3 a:hover {
	color: #FFC927;
}

/*******SECCION CAFETERIAS*********/

.lpDi_colorRosaPastel {
	background-color: #F4AFFF80;
}

.lpDi_cardCafeterias {
	width: 100%;
	height: 380px;
	position: relative;
}

.lpDi_fotoCafeterias {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
}

.lpDi_fotoCafeterias img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-position: center center;
	border-radius: 15px;
}

.lpDi_cardCafeterias h3 {
	font-size: 20px;
	left: 0;
	right: 0;
	text-align: left;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 3;
	bottom: 0;
	border-radius: 15px;
	padding: 30px 15px 10px;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

/*********SECCIÓN MUSEOS*********/

.lpDi_cardGdeMuseos {
	width: 100%;
	position: relative;
}

.lpDi_cardGdeMuseos img {
	width: 100%;
	border-radius: 15px;
}

.lpDi_cardGdeMuseos h3,
.lpDi_cardPequeMuseos h3 {
	font-size: 20px;
	left: 0;
	right: 0;
	text-align: left;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 3;
	bottom: 0;
	border-radius: 15px;
	padding: 30px 15px 10px;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.lpDi_cardPequeMuseos {
	width: 100%;
	height: 190px;
	position: relative;
}

.lpDi_cardPequeMuseos:last-child {
	margin-top: 20px;
}

.lpDi_boxImgMuseosCh {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
}

.lpDi_boxImgMuseosCh img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-position: center center;
	border-radius: 15px;
}

.lpDi_cardGdeMuseos {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
}

.lpDi_cardGdeMuseos img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-position: center center;
	border-radius: 15px;
}

/********SECCIÓN TEXTO CENTRO HISTÓRICO********/

.lpDi_lila {
	background-color: #D2BCFF4D;
}

.lpDi_navTxtCentro .nav-link {
	color: #000!important;
	font-size: 20px;
}

.lpDi_navTxtCentro .nav-link.active {
	background-color: transparent;
	color: #000!important;
	font-size: 23px;
	font-weight: 400;
}

.nav-tabs {
	border-bottom: 1px solid #FEAEDF;
}

.nav-tabs .nav-link.active {
	border-color: #FEAEDF #FEAEDF #f1ebfe;
}

.nav-tabs .nav-link:hover {
	border-color: #D2BCFF #D2BCFF #D2BCFF;
}

.lpDi_boxTxtHistoriaCentro h4 {
	margin-bottom: 20px;
}

.lpDi_boxTxtHistoriaCentro article {
	font-size: 18px;
	font-weight: 400;
}

.lpDi_boxImageTxtCentro {
	width: 100%;
}

.lpDi_boxImageTxtCentro img {
	border-radius: 15px;
}

article a {
	color: #be4790;
}

article a:hover {
	color: #D2BCFF;
}

/********FOOTER********/

footer {
	width: 100%;
	padding: 50px 0;
	background-color: #16151A;
	margin-top: 50px;
}

.lpDi_boxLogoFoot {
	width: 13%;
	margin: 0 auto;
}

.lpDi_boxRssFoot {
	margin: 0 auto;
	width: fit-content;
	margin-top: 40px;
}

.lpDi_boxRssFoot i {
	font-size: 20px;
	margin: 0 10px;
}

.lpDi_legalesFooter {
	color: #FFF;
	margin-top: 40px;
	text-align: center;
}

/*****************MEDIA QUERIES*****************/

/*********************0 a 575.98*******************/

@media (max-width: 575.98px) {
	.navbar-toggler:focus {
		box-shadow: none;
	}
	#lpDi_iconBuscar span {
		display: inline-block;
		color: #FFF;
	}
	.menu--1 label {
		bottom: -9px;
	}
	.lpDi_buscador {
		height: 267px;
		padding: 52px 0;
	}
	.lpDi_boxTxtPrincipal {
		margin-left: 20px;
		width: 74%;
	}
	section h2,
	section h3 {
		font-size: 40px;
	}
	.lpDi_iconosPlan {
		font-size: 45px;
	}
	.lpDi_boxIconsPlan span {
		font-size: 15px;
	}
	.lpDi_fotoGdeEventos,
	.lpDi_cardRestaurantes,
	.lpDi_cardCafeterias,
	.lpDi_cardGdeMuseos,
	.lpDi_cardPequeMuseos {
		margin: 20px 0;
	}
	.lpDi_boxLogoFoot {
		width: 35%;
	}
	.lpDi_buscador form {
		width: 89%;
		margin-top: 35px;
	}
	.lpDi_boxFotoGde {
		margin-bottom: 20px;
	}
}

/*********************576 a 767.98*******************/

@media (min-width: 576px) and (max-width: 767.98px) {
	.navbar-toggler:focus {
		box-shadow: none;
	}
	#lpDi_iconBuscar span {
		display: inline-block;
		color: #FFF;
	}
	.menu--1 label {
		bottom: -9px;
	}
	.lpDi_buscador {
		height: 267px;
		padding: 52px 0;
	}
	.lpDi_boxTxtPrincipal {
		margin-left: 20px;
		width: 74%;
	}
	section h2,
	section h3 {
		font-size: 40px;
	}
	.lpDi_iconosPlan {
		font-size: 45px;
	}
	.lpDi_boxIconsPlan span {
		font-size: 15px;
	}
	.lpDi_fotoGdeEventos,
	.lpDi_cardRestaurantes,
	.lpDi_cardCafeterias,
	.lpDi_cardGdeMuseos,
	.lpDi_cardPequeMuseos {
		margin: 20px 0;
	}
	.lpDi_boxLogoFoot {
		width: 35%;
	}
	.lpDi_buscador form {
		width: 89%;
		margin-top: 35px;
	}
	.lpDi_boxFotoGde {
		margin-bottom: 20px;
	}
}

/*********************768 a 991.98*******************/

@media (min-width: 768px) and (max-width: 991.98px) {
	.navbar-toggler:focus {
		box-shadow: none;
	}
	#lpDi_iconBuscar span {
		display: inline-block;
		color: #FFF;
	}
	.menu--1 label {
		bottom: -9px;
	}
	.lpDi_buscador {
		height: 267px;
		padding: 52px 0;
	}
	.lpDi_boxTxtPrincipal {
		margin-left: 20px;
		width: 74%;
	}
	section h2,
	section h3 {
		font-size: 40px;
	}
	.lpDi_iconosPlan {
		font-size: 45px;
	}
	.lpDi_boxIconsPlan span {
		font-size: 15px;
	}
	.lpDi_fotoGdeEventos,
	.lpDi_cardRestaurantes,
	.lpDi_cardCafeterias,
	.lpDi_cardGdeMuseos,
	.lpDi_cardPequeMuseos {
		margin: 20px 0;
	}
	.lpDi_boxLogoFoot {
		width: 35%;
	}
	.lpDi_buscador form {
		width: 89%;
		margin-top: 35px;
	}
	.lpDi_boxFotoGde {
		margin-bottom: 20px;
	}
}

/*********************992 a 1199.98*******************/

@media (min-width: 992px) and (max-width: 1199.98px) {}

/*********************1200 a 1399.98*******************/

@media (min-width: 1200px) and (max-width: 1399.98px) {}
