/* .float_ad {
	position: fixed;
	display: flex;
	background-color: white;
	border-radius: 0 5px 5px 0;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 4rem;
	height: 50px;
	width: auto;
	z-index: 800;
	margin: 0;
}

.cerrar_float_ad {
	width: auto;
	padding: 1rem;
	height: auto;
	text-align: center;
	color: var(--p0);
	cursor: pointer;
} */

.float_ad_med {
	position: fixed;
	display: flex;
	background-color: white;
	border-radius: 0 5px 5px 0;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 2rem;
	height: 90px;
	width: auto;
	z-index: 800;
	margin: 0;
}

.cerrar_float_ad_med {
	width: auto;
	padding: 1rem;
	height: auto;
	text-align: center;
	color: var(--p0);
	cursor: pointer;
}

.ad-sidebar-1 {
	display: none;
}

.ad-sidebar-2 {
	display: none;
}

.ad-sidebar-1med-MJ {
	display: none;
}

.ad-sidebar-1sm-MJ {
	display: none;
}

.ad-sidebar-1sm-ARCH {
	display: none;
}

.ad-sidebar-2sm-ARCH {
	display: none;
}

.ad-sidebar-2-MJ {
	display: none;
}

.ad-sidebar-2-ARCH {
	display: none;
}

.single-ad-container {
	display: none;
}

.ad-relacionados-large {
	display: none;
}

.ad-relacionados-sm {
	display: block;
	margin: 1rem auto 1rem auto;
	width: 300px;
	height: 250px;
}

.ad-relacionados-sm2 {
	display: block;
	margin: 1rem auto 1rem auto;
	width: 300px;
	height: 250px;
}

.ad-relacionados-sm3 {
	display: block;
	margin: 1rem auto 1rem auto;
	width: 320px;
	height: 480px;
}

.ad-float-sm {
	margin: 0;
	width: 300px;
	height: 50px;
}

.ad-float-med {
	margin: 0;
	width: 728px;
	height: 90px;
}

.cookie {
	position: fixed;
	bottom: 40px;
	left: 10%;
	right: 10%;
	width: 80%;
	padding: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--p1);
	color: black;
	font-size: 1.3rem;
	border-radius: 5px;
	box-shadow: 5px 8px 10px -3px rgba(0, 0, 0, 0.4);
	z-index: 2000;
}

.cookie>p {
	padding: 1rem;
}

.cerrar_cookie {
	height: auto;
	text-align: center;
	width: auto;
	font-size: 1.3rem;
	background-color: var(--p0);
	color: white;
	padding: 0.5rem;
	cursor: pointer;
	display: block;
	transition: 0.1s ease-in-out;
}

.cerrar_cookie:hover {
	transform: translateY(-2px);
	box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.cerrar_cookie:active {
	transform: translateY(0px);
	box-shadow: none;
}

.cookie p>a {
	color: var(--p0);
	text-decoration: underline;
}

.cookie p>a:hover {
	background-color: var(--p0);
	color: white;
}