@charset "utf-8";

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body {
	background-color: #788591;
}
.top-site {
	padding: 10px 0;
	background: rgb(12, 155, 219);
	background: linear-gradient(90deg, rgba(12, 155, 219, 1) 0%, rgba(12, 90, 219, 1) 100%);
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
}
.top-site .fa {
	font-size: 16px;
}

.top-site a {
	color: #ffffff;
	text-decoration: none;
}
#all_website {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	--bs-bg-opacity: 1;
	background-color: #fff;
	border: solid 1px #ffffff;
}

.navbar-brand {
	margin-left: 2rem;
}
.navbar-brand img {
	height: 96px;
}

.main-menu {
	height: 160px;
}

#secundary_header {
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../images/header-img-2.jpg);
	background-position: center center;
	background-attachment: fixed;
	padding-top: 33px;
	padding-bottom: 47px;
	padding-left: 100px;
	border-top: solid 1px #2196f3;
	border-bottom: solid 5px #ccc;
}

.card-title {
	font-weight: 400;
	text-transform: uppercase;
}

.hover-up {
	transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
	transform: translateY(-5px);
	border: 1px solid #2377ff;
}

.texto-con-sombra {
	color: white;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Sombra básica */
}

.border-line-bt {
	height: 5px;
	background-color: #0d0cff;
	margin-top: 48px;
	position: absolute;
	width: 280px;
}
.domain::before {
	content: "\0040";
}
.seccion-libros {
	background-color: #f4f5f9;
}
.footer-area {
	color: #a5a5a5;
	font-size: 12px;
	background-color: #3e4043;
}

.footer-area a {
	color: #fff;
	transition: 0.33s all ease;
}

@media (max-width: 425px) {
	#secundary_header {
		padding-left: 40px;
	}

	.border-line-bt {
		width: 233px;
	}
}

@media (max-width: 425px) {
	.navbar-brand {
		margin: 0;
	}
}
