body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-stretch: 100%;
	line-height: initial;
}

/* header */
header .container .nav-logo a img {
	height: 64px;
}
header nav a {
	font-size: 1.1em;
	font-weight: 600;
}
header nav a i {
	margin-right: 7px;
}
header .navcat {
	text-align: center;
}
header .navcat a {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 00;
	font-size: 1rem;
	text-decoration: none;
	color: #454545;
	margin-right: 1.25rem;
	line-height: 38px;
	letter-spacing: .125px;
}
header .navcat a:last-child {
	margin-right: 0;
}

.todo h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
}
.hero-cover .row img {
	object-fit: cover;
	max-height: 360px;
}

/* Carrusel */
.featured-carousel .item {
	text-decoration: none;
}
.featured-carousel .item:hover {
	filter: brightness(120%);
}
.featured-carousel .item .work .img {
	height: 200px;
	background-size: cover;
	background-position: center;
}
.featured-carousel .item .work .text {
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7) 90%);
	padding: 20px 10px 7px;
}
.featured-carousel .item .work .text h3 {
	color: white;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	margin-bottom: 0;
}
.featured-carousel .owl-nav button.owl-prev,
.featured-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 30%;
	display: block !important;
	background-color: white;
	border: 2px solid #2c3438;
	padding: 6px 8px !important;
	border-radius: 24px;
	height: fit-content;
	width: fit-content;
}
.featured-carousel .owl-prev {
	margin-left: -20px;
}
.featured-carousel .owl-next {
	right: -25px;
}
.featured-carousel .owl-prev i,
.featured-carousel .owl-next i {
	color: #2c3438;
	font-size: 1.4em;
}

/* Clasificaciones */
.clasificaciones {
	margin-bottom: 20px;
}
.clasificaciones h4 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 10px;
}
.clasificaciones h5 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 10px;
}
.clasificaciones a {
	display: block;
	margin-bottom: 7px;
}

/* Resultados */
.resultados .entry {
	margin-bottom: 30px;
	display: flex;
	position: relative;
}
.resultados .entry .thumbnail {
	height: 270px;
	width: 270px;
	min-width: 270px;
	border-radius: 4px 0 0 4px;
}
.featured-tarjetas .entry .thumbnail {
	height: 270px;
	width: 100%;
	object-fit: cover;
	background-size: cover;
	border-radius: 0;
}
.resultados .entry a.thumbnail:hover {
	filter: brightness(120%);
	box-shadow: 0 0 12px rgba(0,0,0,0.25);
}
.resultados .entry .info {
	flex: 1 auto;
	padding: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
	border-right: 1px solid #ddd;
	border-radius: 0 4px 4px 0;
}
.resultados .entry .info .name {
	font-family: 'Roboto Slab', serif;
	font-size: 1.2em;
	font-weight: 600;
}
.resultados .entry .info a.name {
	color: #222;
	text-decoration: none;
}
.resultados .entry .info:hover a.name {
	text-decoration: underline;
}
.resultados .entry .crown {
	position: absolute;
	top: 10px;
	right: 20px;
	display: block;
	background-color: #ff9800;
	padding: 8px;
	border-radius: 24px;
	height: fit-content;
	width: fit-content;
}
.resultados .entry .crown i {
	color: #fff;
	font-size: 1.2em;
}
.resultados .entry .tools,
.negocio-resumen .tools {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.resultados .entry .tools a.tool,
.negocio-resumen .tools a.tool {
	margin: 0 30px 20px 0;
	text-decoration: none;
}
.resultados .entry .tools a.tool:last-child,
.negocio-resumen .tools a.tool:last-child {
	margin-right: 0;
}
.resultados .entry .tools .tool .leyenda,
.negocio-resumen .tools .tool .leyenda {
	display: block;
	color: #666;
	margin-bottom: 4px;
}
.resultados .entry .tools .tool i,
.negocio-resumen .tools .tool i {
	display: inline-block;
	color: #E51C8A;
	margin-right: 7px;
	font-size: 1.6em;
	vertical-align: text-bottom;
}
.resultados .entry .tools .tool span,
.negocio-resumen .tools .tool span {
	display: inline-block;
	color: #252525;
	font-size: 1.4em;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
}
.resultados .entry .more {
	text-align: right;
}
.resultados .entry .more a {
	display: inline-block;
	padding: 6px 12px;
	color: #454545;
	background-color: #e8eaf6;
	border-radius: 4px;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 2px solid #c5cae9;
}
.resultados .entry .more a:hover {
	color: #E51C8A;
	background-color: #bbdefb;
	border-bottom-color: #bbdefb;
}

.tarjetas {
	display: flex;
}
.tarjetas .entry {
	flex-direction: column;
	margin-bottom: 0;
}
.tarjetas .entry .info {
	flex: 1;
	padding: 20px;
	border-top: 0;
	border-left: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
}
.tarjetas .entry .more {
	text-align: center;
}
.tarjetas .entry .tools .tool i {
	font-size: 1.4em;
}
.tarjetas .entry .tools .tool span {
	font-size: 1.2em;
}
.tarjetas .owl-stage-outer .owl-stage {
	display: flex;
}
.tarjetas .owl-stage-outer .owl-stage .owl-item {
	display: flex;
}

/* Business */
.negocio .stars {
	display: flex;
}
.negocio .stars i {
	color: #E51C8A;
	margin-right: 4px;
	padding-top: 5px;
}
.negocio h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.3em;
	font-weight: 400;
}
.negocio .share {
	position: absolute;
	top: 0;
	right: 0;
	width: fit-content;
}
.negocio .share a {
	display: inline-block;
	border: 1px solid #333;
	border-radius: 24px;
	padding: 5px 8px;
	color: #252525;
	font-size: 1.4em;
}
.negocio .share a:hover {
	background-color: #333;
	color: #fff;
}
.negocio-resumen .teaser {
	font-size: 1.1em;
	margin-bottom: 30px;
}

/* Make the image fully responsive */
.carousel-inner img {
	width: 100%;
	height: 440px;
	max-height: 440px;
	object-fit: cover;
}

#myCarousel .carousel-indicators {
	position: static;
	justify-content: start;
	margin-left: 0;
	margin-right: 0;
}
#myCarousel .carousel-indicators > li {
	width: 100px;
}
#myCarousel .carousel-indicators li img {
	display: block;
	opacity: 0.5;
	cursor: pointer;
	height: 100px;
	object-fit: cover;
}
#myCarousel .carousel-indicators li a {
	border-top: 3px;
}
#myCarousel .carousel-indicators li a.active img {
	opacity: 1;
}
#myCarousel .carousel-indicators li:hover img {
	opacity: 0.75;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #E51C8A;
	--bs-btn-border-color: #E51C8A;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #ff58b3;
	--bs-btn-hover-border-color: #ff58b3;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #ff58b3;
	--bs-btn-active-border-color: #ff58b3;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #E51C8A;
	--bs-btn-disabled-border-color: #E51C8A;
}

@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1140px;
	}
}
