/* .topico:hover {
    background-color: #2d3c77;
    color: white !important;
    text-decoration: none;
}
.topico h3 {
    margin-top: 10px;
}
.topico:hover h3 {
    color: white !important;
} */
.topico:active {
	background-color: rgba(26, 29, 31, 0.6);
	color: white !important;
	text-decoration: none;
}
.topico h3 .topico h4 {
	margin-top: 10px;
	color: #1a1d1f;
}
.topico:focus h4 {
	color: white !important;
}
.topico:hover h4 {
	color: white !important;
}

.btn-link {
	color: #1c1c2b;
}

.topico.btn:focus {
	outline: none !important;
	text-decoration: none;
	background-color: rgba(26, 29, 31, 0.6);
	color: white !important;
}
.topico.btn:hover {
	outline: none !important;
	text-decoration: none;
	background-color: rgba(26, 29, 31, 0.6);
	color: white !important;
}

td {
	padding: 10px;
}

@media (max-width: 1491px) {
	.cookies-alert {
		padding-bottom: 20px !important;
	}
	a.style2 {
		display: block;
	}
	.cookies-alert a.style1 {
		margin-left: 0px !important;
	}
}
@media (max-width: 700px) {
	.cookies-alert .col-lg-9 p {
		padding-left: 10px !important;
	}
}

.overlay {
	position: fixed;
	background: #0000008c;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	display: none;
}

.cookies-alert {
	top: 0 !important;
	bottom: initial !important;
	z-index: 99999999 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.cookies-alert .container-fluid {
	background-color: rgba(26, 29, 31, 0.8) !important;
	padding: 18px 18px 11px 18px;
}

.cookies-alert {
	position: fixed;
	display: block;
	background-color: #080f50;
	margin: 0 auto;
	color: #fff;
	text-align: justify;
	bottom: 0;
	width: 100%;
	display: none;
	box-shadow: -2px 0px 5px 1px #0000003d;
	z-index: 22;
	padding: 18px 36px 6px 36px;
}

.cookies-alert a.style2 {
	font-weight: 600;
	color: #fff;
	font-size: 16px;
}

.cookies-alert a.style1 {
	position: relative;
	padding: 10px 25px;
	margin-left: 15px;
	width: 100%;
	background: #10bd00;
	color: #ffffff;
	font-size: 16px;
	line-height: 60px;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 5px;
	font-family: "Poppins", sans-serif;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
@media (min-width: 900px) {
	.cookies-alert .col-lg-9 p {
		padding-left: 40px;
	}
}
.cookies-alert p {
	margin: 20px 0 20px 0px;
	text-align: initial;
	font-size: 16px;
}

.cookies-alert .col-lg-3 {
	padding-top: 10px;
}
