
.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 0 2rem;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	text-align: center;
	background-color:transparent;
	margin-top: -1px; 
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	width:100%;
}

.tabs nav ul li {
	border-bottom:medium none;
	background:#212739;
	display: block;
	float: left;
	position: relative;
	width:calc(100%/6);
	margin: 0;
	-moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s
	
}

.tabs nav ul li :hover {
    /*background: var(--vista-media-clara);*/
	background: var(--vista-media-clara);
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s
    }

.tabs nav li.tab-current {
	background: var(--vista-media-clara);
}

.tabs nav a {
	color: #fff;
	display: block;
	font-size: 1.2rem;
	line-height: 2.5;
	padding: 0 1.25rem;
	text-decoration:none;
	white-space: nowrap;
}

.tabs nav a:hover {
	color: #fff;
}

.tabs nav li.tab-current a {
	color: #fff;
}

.descripcion {
/*	*/
}

.descripcion__evento {
	font-family: var(--textillos);
	font-weight: 300;
	font-size: 1rem;
}

/* Video links en calendario */
.videos__off {
	display: none !important;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}

.videos__links {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;

	margin: 8px 0 0 0;
	width: fit-content;
	padding: 0 10px;
	background-color: var(--vista-clarita-plus);
	border-radius: 6px;
	border: 1px solid var(--vista-semi-clara);
	/*box-shadow: 10px 5px 5px black;*/
	box-shadow: 0 0 12px 1px rgba(0, 0, 128, 0.25);;

	/*outline: #ac2925 1px dashed;*/
}

.videos__ver {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1rem;
	color: var(--vista-semi-dark);
	/*font-size: 1rem;*/
}

.videos__fb {
	width: 32px;
	margin: 4px;
	/*grid-column-start: 3;*/
	/*grid-row-end: 3;*/
	padding: 6px 0 0 0;
	border-radius: 2px;
}


.videos__yt {
	width: 42px;
	margin: 4px;
	/*grid-column-start: 1;*/
	/*grid-row-end: 1;*/
	padding: 6px 0 0 0;
	border-radius: 2px;
}


.videos__yt:hover,
.videos__sac:hover,
.videos__fb:hover,
.videos__tw:hover {
	/*background-color: var(--vista-clarita-plus);*/
	/*border: 1px solid var(--vista-cuasi-dark);*/
	padding: 6px 0 0 0;
	/*margin: 12px;*/
	/*border-radius: 50%;*/
	background-color: #ffffFF;
	outline: 6px solid #ffffff;
}

/* Icons */
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon', emoji;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

.icon-food:before {
	content: "\e600";
}

.icon-lab:before {
	content: "\e601";
}

.icon-cup:before {
	content: "\e602";
}

.icon-truck:before {
	content: "\e603";
}

.icon-shop:before {
	content: "\e604";
}

/* Content */
.content section {
	font-size: 1.25rem;
	/*padding: 3em 1rem;*/
	display: none;
	max-width: 1170px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--vista-semi-clara);
}

.content section.content-current {
	display: block;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
	

	.tabs nav a:before {
		margin-right: 0;
	}

}

@media screen and (max-width: 32em) {
	.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}

	.tabs nav ul li {
		/*width: 20%;*/
		width: calc(16.67% + 1px);
		margin: 0 0 0 -1px;
	}

	.tabs nav ul li:last-child {
		border-right: none;
	}

	
}