padding-top: 0 !important;padding-top: 0 !important;padding-top: 0 !important;padding-top: 0 !important;padding-top: 0 !important;padding-top: 0 !important;:root {
	--primary: #c8102e;
	--bg: #f5f6fa
}

* {
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: Segoe UI, Arial, sans-serif;
	background: var(--bg);
	color: #222
}

.wrapper h2{padding-bottom: 0px;}

.sedes {
	background: linear-gradient(135deg, #212529, #595959);
	color: #fff;
	padding: 28px;
	text-align: center
}

.info-item{
    margin-bottom:18px;
}

.label{
    display:block;
    color:#999;
    font-size:13px;
    margin-bottom:4px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.info-item strong{
    font-size:20px;
    color:#222;
    font-weight:600;
}

.zones{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.zones span{
    /*background:#f5f5f5;*/
	background: #141414;
    color: beige;
    border-radius:30px;
    padding:6px 12px;
    font-size:14px;
}
.item{
    padding:15px;
    border-bottom:1px solid #ececec;
    cursor:pointer;
    transition:.25s;
}

.item:hover{
    background:#f9f9f9;
}

.item.active{

    background: rgb(235 48 64);

    color:#fff;

    border-radius:10px;

}

.item.active strong{

    color:#fff;

}
.mobile-select{

    display:none;

}

@media(max-width:768px){

.mobile-select{

    display:block;

    margin:15px 0;

}

.mobile-select label{

    display:block;

    font-weight:600;

    margin-bottom:8px;

}

.mobile-select select{

    width:100%;

    padding:14px;

    font-size:16px;

    border-radius:10px;

    border:1px solid #ddd;

    background:#fff;

}

.list{

    display:none;

}

.grid{

    grid-template-columns:1fr;

}

}

.wrapper {
	max-width: 1200px;
	margin: auto;
	padding: 24px
}
.fondo_sedes{background: #efefef;}

.search {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.search input {
	flex: 1;
	padding: 14px;
	border-radius: 10px;
	border: 1px solid #ccc
}

.btn {
	padding: 12px 18px;
	border: none;
	border-radius: 10px;
	background: #eee;
	cursor: pointer
}

.btn.active {
	background: rgb(235 48 64);
	color: #fff
}
.btn:hover {
	background: rgb(235 48 64);
	color: #fff
}

.grid {
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 20px;
}

.list,
.info {
	background: #fff;
	border-radius: 14px;
	padding: 18px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .08)
}

.item {
	padding: 12px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	border-radius: 10px;
		
}

.item:hover {
	background: #000000;
	color: aliceblue;
}

iframe {
	width: 100%;
	height: 480px;
	border: 0;
	border-radius: 12px
}

h2 {
	margin-top: 0
}

.grid spam{font-weight: 800}

@media(max-width:900px) {
	.grid {
		grid-template-columns: 1fr;
	}
	iframe {
		height: 340px;
	}
}