html {
	position: relative;
	min-height: 100%;
}
body {
	background-color: #232526;
	background-image: linear-gradient(
		to right,
		#232526 0%,
		#2e2f30 51%,
		#232526 100%
	);

	/* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none !important;
}
.up-dark {
	background-color: #232526;
	background-image: linear-gradient(
		to right,
		#232526 0%,
		#2e2f30 51%,
		#232526 100%
	);
}
.principal {
	margin-top: 96px;
	margin-left: 20px;
	margin-right: 20px;
}
.navLogo {
	height: auto;
}
.bg-nav {
	background: rgba(20, 20, 20, 0.5) !important;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
}

img {
	max-width: 100%;
	height: auto;
}

:root {
	--swiper-theme-color: #fff;
}

.abc-slider .swiper-wrapper {
	padding-top: 0;
	padding-bottom: 20px;
}

.abc-slider .swiper-slide img {
	-webkit-transition: 250ms all;
	transition: 250ms all;
}

.abc-slider .swiper-slide img:hover {
	filter: brightness(30%);
}

.swiper-container2 {
	overflow: hidden;
}
.tamano {
	width: 100vw;
	height: calc(100vh - 111px);
}

.btn-circle {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
}

.btn-circle i {
	position: relative;
	top: -1px;
}

.btn-circle-sm {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 0.9rem;
}

.btn-circle-lg {
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 1.1rem;
}

.btn-circle-xl {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 1.3rem;
}
.mysocial {
	color: #fff;
	text-decoration: none !important;
}
.mysocial:hover {
	color: rgb(207, 207, 207);
}
.card-actions {
	display: none;
}
.card-actions2 {
	display: none;
}
.channel-logo {
	border-left: 5px solid #f30308;
	background: transparent
		linear-gradient(270deg, rgba(11, 1, 2, 0) 0%, rgba(20, 20, 20, 0.3) 100%);
	padding: 5px 5px 5px 10px;
	position: relative;
	overflow: hidden;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}
.dropdown-menu {
	background-color: rgba(20, 20, 20, 1) !important;
}
.dropdown-item {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}
.dropdown-item:hover {
	color: #000 !important;
}
.dropdown-item:active {
	color: rgba(255, 255, 255, 1) !important;
	background-color: #f30308 !important;
}

.navbar-nav {
	font-size: 12px !important;
}
.nav-item {
	margin-left: 2px !important;
	margin-right: 2px !important;
}

.medio {
	min-height: 40vh !important;
}

.treslineas {
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
}

.doslineas {
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
}

.unalinea {
	-webkit-line-clamp: 1 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
}

.descripcion {
	font-size: 15px;
}

.tag {
	font-size: 14px;
}

.tag .text-mydanger {
	font-weight: 700;
}

.btn-mydanger {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-top: 10px !important;
	background-color: #f30308 !important;
	border-radius: 0 !important;
	border: none !important;
	color: #fff !important;
	font-weight: 600 !important;
}
.btn-mydanger:hover {
	background-color: #ad0609 !important;
}
.btn-mydanger:active {
	background-color: #202020 !important;
}
.text-mydanger {
	color: #f30308 !important;
}
.uno {
	padding-bottom: 15px !important;
}

.swiper-container-horizontal > .dos {
	position: absolute !important;
	bottom: 0 !important;
}

.tres {
	width: 220px !important;
	height: 124px !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.slider-inner {
	position: relative;
	overflow: hidden;
	padding: 0 100px;
	width: 100%;
}
h1.big-title {
	margin-top: 5px;
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
}
h1.big-title-content {
	font-size: 45px;
	font-weight: 700;
}
@media (max-width: 991px) {
	h1.big-title {
		font-size: 40px;
		line-height: 40px;
	}
	.slider-inner {
		padding: 0 80px;
	}

	.dropdown-submenu > .dropdown-menu {
		padding-left: 20px;
	}
}

@media (max-width: 750px) {
	h1.big-title {
		font-size: 30px;
		line-height: 30px;
	}
}

@media (max-width: 600px) {
	h1.big-title {
		font-size: 25px;
		line-height: 25px;
	}
	.slider-inner {
		padding: 0 60px;
		top: -30px;
	}
}
* {
	outline: none !important;
}
.textmenu {
	font-size: 24px;
	position: relative;
	top: 3px !important;
}
.dropdown-menu {
	padding: 0;
	margin: 0;
	border: 0 solid transition !important;
	border: 0 solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.mainmenu a,
.navbar-default .navbar-nav > li > a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
	display: block !important;
}

.dropdown-item {
	padding: 16px 15px;
}

.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:focus,
.navbar-default .navbar-nav > .show > a:hover {
	outline: 0;
}

.mainmenu {
	background: none;
	border: 0 solid;
	margin: 0;
	padding: 0;
	width: 100%;
}

@media only screen and (min-width: 767px) {
	.mainmenu .collapse ul li:hover > ul {
		display: block;
	}

	.mainmenu .collapse ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 250px;
		display: none;
	}

	.mainmenu .collapse ul ul li {
		position: relative;
	}

	.mainmenu .collapse ul ul li:hover > ul {
		display: block;
	}

	.mainmenu .collapse ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 250px;
		display: none;
	}

	.mainmenu .collapse ul ul ul li {
		position: relative;
	}

	.mainmenu .collapse ul ul ul li:hover ul {
		display: block;
	}

	.mainmenu .collapse ul ul ul ul {
		position: absolute;
		top: 0;
		left: -100%;
		min-width: 250px;
		display: none;
		z-index: 1;
	}
}

@media only screen and (max-width: 767px) {
	.mainmenu .collapse ul li:hover > ul {
		display: block;
	}

	.mainmenu .collapse ul ul li:hover > ul {
		display: block;
	}

	.mainmenu .collapse ul ul ul li:hover ul {
		display: block;
	}

	.mainmenu a,
	.navbar-default .navbar-nav > li > a,
	.mainmenu ul li a,
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 9px;
	}

	#navbarSupportedContent li:first-child {
		padding-top: 15px;
	}

	.overlay-content {
		top: 80px !important;
	}
}
@keyframes anim {
	0% {
		color: #f30308;
	}
	25% {
		color: #fff;
	}
	50% {
		color: #f30308;
	}
	75% {
		color: #fff;
	}
	100% {
		color: #f30308;
	}
}
.parpa {
	animation-name: anim !important;
	animation-duration: 5s !important;
	animation-iteration-count: infinite !important;
}
.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 5000;
	top: 0;
	left: 0;
	background: rgba(20, 20, 20, 0.5) !important;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.overlay-content {
	position: relative;
	top: 30px;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 40px;
	cursor: pointer;
	color: white;
}

.overlay .closebtn:hover {
	color: #ccc;
}

.overlay input[type='text'] {
	margin-top: 10px;
	padding: 10px;
	font-size: 17px;
	border: none;
	float: left;
	width: 80%;
	background: white;
	border-radius: 0 !important;
}

.overlay input[type='text']:hover {
	background: #f1f1f1;
}

.overlay button {
	float: left;
	width: 20%;
	padding: 20px;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff !important;
	background-color: transparent !important;
}
.dropdown-item:focus {
	color: #000 !important;
	background-color: #fff !important;
}

.conteni {
	min-height: 80px !important;
}
.conteni2 {
	height: 2400px !important;
}
.contentitulos {
	color: white;
	font-size: 20px;
}
.contentitulos:hover {
	color: rgba(255, 255, 255, 0.8);
}
.contentags {
	color: white;
	font-size: 13px;
}
.contentags:hover {
	color: rgba(255, 255, 255, 0.8);
}
.list-group-item h2 {
	font-size: 20px !important;
}
.js-select {
	width: 100% !important;
}

.grecaptcha-badge {
	display: none !important;
}

.nav-item.nav-link {
	color: #fff !important;
	text-transform: uppercase !important;
}
.nav-link.active {
	background-color: #f30308 !important;
}

.contengrilla {
	color: white;
	text-transform: uppercase;
	font-size: 20px;
}

.conductores {
	font-size: 14px;
}

@media screen and (max-width: 770px) {
	.day[data-abbr]::after {
		content: attr(data-abbr);
	}
	.day {
		padding-left: 3px !important;
		padding-right: 3px !important;
	}
	.day > span {
		display: none;
	}
	.minus {
		font-size: 15px !important;
	}
}
.livealert {
	background-color: #000 !important;
	position: fixed !important;
	z-index: 50000;
	bottom: 20px !important;
	right: 20px !important;
	width: 200px !important;
	border: none !important;
	text-align: center !important;
}
