@media only screen and (max-width: 1750px) {

	header {
		clip-path: polygon(0px 0px, 100% 0px, 100% 75%, 50% 100%, 25% 75%, 4.00% 100%, 0px 65%);
	}

}

@media only screen and (max-width: 1200px) {

	:root{
		--wp--preset--spacing--40: 30px;
	}

	header #btn-menu {
		z-index: 999;
		margin-top: -20px;
		width: 32px;
		height: 28px;
		padding: 0;
		border: 0;
		background-color: transparent;
		display: flex;
		gap: 8px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		cursor: pointer;
	}

	header #btn-menu span,
	header #btn-menu::before,
	header #btn-menu::after {
	  	background-color: var(--claro);
		content: '';
		width: 100%;
		height: 2px;
		transition: all 280ms ease;
		position: absolute;
		left: 0;
	}

	header #btn-menu::before {
		top: 5px;
	}

	header #btn-menu::after {
		bottom: 5px;
	}

	header.open #btn-menu span {
		background-color: white;
		opacity: 0;
	}

	header.open #btn-menu::before {
		background-color: white;
		transform: rotate(45deg);
		top: 50%;
	}

	header.open #btn-menu::after {
		background-color: white;
		transform: rotate(-45deg);
		top: 50%;
	}

	header .menu-principal-container {
		right: -100%;
		margin: 0;
		display: flex;
		position: fixed;
		background-color: var(--dark);
		top: 0;
		width: 100%;
		min-height: 100dvh;
		align-items: end;
		justify-content: start;
		transition: all 300ms ease;
		flex-direction: column;
		padding: var(--wp--preset--spacing--40);
	}

	header .menu {
		padding-top: 80px;
		gap: 30px;
		display: flex;
		flex-direction: column;
		align-items: end;
		justify-content: center;
	}

	header li {
		list-style: none;
		font-size: 35px;
		position: relative;
	}

	header #logo {
		width: 100px;
		margin-top: 0px !important ;
	}

	header #logo_diputacion {
		width: 60px;
	}

	header.open{
		clip-path: none;
	}

	header.open .menu-principal-container {
		right: 0;
	}

}

@media only screen and (max-width: 920px) {

	header {
		clip-path: polygon(0px 0px, 100% 0px, 100% 75%, 50% 100%, 25% 75%, 4.00% 100%, 0px 100%);
	}

	.fechas {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 30px;
		width: 100%;
	}

	.fechas h3 {
		width: 85px;
		font-size: x-large;
	}

	.fechas p {
		font-size: 32px;
	}

	.btn-xtr {
		font-size: 25px;
		padding: 35px 50px 35px 50px;
	}

	.wp-block-group.sep-principal::after, 
	.wp-block-group.sep-claro::after {
		min-height: 130px;
	}
	.wp-block-group.sep-dark::after {
		min-height: 220px;
	}

	.contenedor-slider-general {
		padding: 0px;
	}

	.tarjeta-artista {
		width: 100%;
		gap: 15px;
	}

	.tarjeta-artista h3 {
		font-size: 16px;
		text-align: start;
	}

	.tarjeta-artista figure {
		width: 115px;
		aspect-ratio: 1 / 1;
		margin: 0;
	}

	.wp-block-table table td {
		font-size: 12px;
	}

	.none {
		display: none;
	}

	.wp-container-core-columns-is-layout-056b5722 {
		gap: 10px !important;
	}
}

@media only screen and (max-width: 768px) {

	:root{
		--wp--preset--spacing--40: 20px;
	}

	.seccion-mv {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.colum-mv {
		padding: 10vw 8vw !important;
	}

	.colum-mv-none{
		display: none;
	}

	.titleimg-mv {
		width: 200px;
	}

	.font-mv {
		font-size: 7vw !important;
	}

	.font-mv-2 {
		font-size: 5.5vw !important;
	}

	.grid-artistas {
		gap: 15px;
	}

	.tarjeta-artista {
		height: 140px;
		gap: 20px;
	}

	.tarjeta-artista figure {
		width: 85px;
	}

	.wp-block-table table td {
		padding: 15px 5px;
	}	

}


@media only screen and (max-width: 465px) {

	header {
		clip-path: polygon(0px 0px, 100% 0px, 100% 75%, 50% 100%, 35% 80%, 0px 100%);
	}

	.wp-block-group.sep-principal::after, 
	.wp-block-group.sep-claro::after {
		min-height: 70px;
	}
	.wp-block-group.sep-dark::after {
		min-height: 110px;
	}

	.popup-contenido, #popup-video .popup-contenido {
	    padding: 30px;
	    width: 100%;
	    max-height: 95dvh;
	}


	.cerrar-popup {
		top: 0px;
		right: 5px;
	}

}