/* ============================================================
   TEMA CLUSTER — Rediseño moderno sobre base OpenCart default
   Paleta: azul #23a1d1, blanco, grises suaves. Sin gradientes.
   ============================================================ */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #555;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
	background-color: #f5f7fa;
}
h1, h2, h3, h4, h5, h6 {
	color: #2c3e50;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
}
a {
	color: #23a1d1;
	transition: color 0.2s ease;
}
a:hover {
	text-decoration: none;
	color: #1a7fa5;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
}
label {
	font-size: 13px;
	font-weight: 600;
	color: #444;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
	border-radius: 6px;
	border: 1px solid #dce1e7;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
select.form-control:focus, textarea.form-control:focus, input[type="text"].form-control:focus, input[type="password"].form-control:focus, input[type="email"].form-control:focus, input[type="search"].form-control:focus {
	border-color: #23a1d1;
	box-shadow: 0 0 0 3px rgba(35, 161, 209, 0.12);
	outline: none;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
	background-color: #f0f4f8;
	border-color: #dce1e7;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
	border-bottom: 2px solid #e0e6ed;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-color: #e0e6ed #e0e6ed #fff;
	color: #23a1d1;
	font-weight: 600;
}
div.required .control-label:before {
	content: '* ';
	color: #e74c3c;
	font-weight: bold;
}
/* Dropdown menus */
.dropdown-menu {
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.12);
	border: 1px solid #e8edf2;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #23a1d1;
	background-image: none;
	background-repeat: unset;
}
/* top */
#top {
	background-color: #ffffff;
	border-bottom: 1px solid #e8edf2;
	padding: 6px 0px 5px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #23a1d1;
	background-image: none;
	background-repeat: unset;
	border-radius: 4px;
}
#top .btn-link, #top-links li, #top-links a {
	color: #666;
	text-shadow: none;
	text-decoration: none;
	transition: color 0.2s ease;
}
#top .btn-link:hover, #top-links a:hover {
	color: #23a1d1;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 12px;
	border-radius: 6px 0 0 6px;
	border: 1px solid #dce1e7;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: none;
	border-radius: 0 6px 6px 0;
	background-color: #23a1d1;
	background-image: none;
	border-color: #23a1d1;
	color: #fff;
	transition: background-color 0.2s ease;
}
#search .btn-lg:hover {
	background-color: #1a7fa5;
	border-color: #1a7fa5;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
	background-color: #23a1d1;
	background-image: none;
	border-color: #23a1d1;
	border-radius: 6px;
	transition: background-color 0.2s ease;
}
#cart > .btn:hover {
	background-color: #1a7fa5;
}
#cart.open > .btn {
	background-image: none;
	background-color: #f5f7fa;
	border: 1px solid #dce1e7;
	color: #555;
	box-shadow: none;
	text-shadow: none;
	border-radius: 6px 6px 0 0;
}
#cart.open > .btn:hover {
	color: #23a1d1;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #23a1d1 !important;
	background-image: none !important;
	border-color: #1a8ab5;
	min-height: 44px;
	box-shadow: 0 2px 8px rgba(35,161,209,0.25);
}
.navbar {
	background-color: #23a1d1 !important;
	background-image: none !important;
	border-color: #1a8ab5 !important;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: none;
	padding: 12px 18px;
	min-height: 15px;
	background-color: transparent;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	transition: background-color 0.2s ease;
	border-right: 1px solid rgba(255,255,255,0.18);
}
#menu .nav > li:first-child > a {
	border-left: 1px solid rgba(255,255,255,0.18);
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(255,255,255,0.15);
	border-right-color: rgba(255,255,255,0.18);
}
#menu .dropdown-menu {
	padding-bottom: 0;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.12);
	border: 1px solid #e8edf2;
	margin-top: 2px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 6px 20px;
	clear: both;
	line-height: 22px;
	color: #444;
	font-size: 13px;
	transition: background-color 0.15s ease, color 0.15s ease;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
	background-color: #23a1d1;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #e8edf2;
	padding: 6px 20px;
	border-radius: 0 0 7px 7px;
	font-size: 13px;
	font-weight: 600;
	transition: background-color 0.15s ease, color 0.15s ease;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #23a1d1;
	background-image: none;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 44px;
	color: #fff;
	text-shadow: none;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #23a1d1;
	background-image: none;
	border-color: #1a8ab5;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #1a7fa5;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 6px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.12);
		border-radius: 0;
		box-shadow: none;
		border: none;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.12);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 40px;
	padding-top: 36px;
	background-color: #1e2b38;
	border-top: 3px solid #23a1d1;
	color: #b0bec5;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #2e3d4d;
}
footer a {
	color: #90cae4;
	transition: color 0.2s ease;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
}
/* alert */
.alert {
	padding: 10px 16px;
	border-radius: 6px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 10px 16px;
	border: 1px solid #e8edf2;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 12px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '/';
	color: #bbb;
	padding: 0 4px 0 0;
}
.breadcrumb > li:after {
	content: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 8px 16px;
	font-size: 13px;
	border: 1px solid #dce1e7;
	border-radius: 6px;
	box-shadow: none;
	text-shadow: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
	font-weight: 600;
}
.btn:active {
	transform: translateY(1px);
}
.btn-xs {
	font-size: 11px;
	padding: 4px 8px;
}
.btn-sm {
	font-size: 12px;
	padding: 6px 12px;
}
.btn-lg {
	padding: 10px 20px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 13px;
}
.btn-group > .btn-xs {
	font-size: 11px;
}
.btn-group > .btn-sm {
	font-size: 12px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #555;
	background-color: #f5f7fa;
	background-image: none;
	border-color: #dce1e7;
}
.btn-default:hover {
	background-color: #e8edf2;
	border-color: #c5cdd6;
	color: #333;
}
.btn-primary {
	color: #ffffff;
	background-color: #23a1d1;
	background-image: none;
	border-color: #1a8ab5;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1a8ab5;
	background-image: none;
	background-position: unset;
	border-color: #157799;
}
.btn-warning {
	color: #ffffff;
	background-color: #f39c12;
	background-image: none;
	border-color: #d68910;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #d68910;
	box-shadow: none;
}
.btn-danger {
	color: #ffffff;
	background-color: #e74c3c;
	background-image: none;
	border-color: #c0392b;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #c0392b;
	box-shadow: none;
}
.btn-success {
	color: #ffffff;
	background-color: #27ae60;
	background-image: none;
	border-color: #219a52;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #219a52;
	box-shadow: none;
}
.btn-info {
	color: #ffffff;
	background-color: #23a1d1;
	background-image: none;
	border-color: #1a8ab5;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #1a8ab5;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23a1d1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #2c3e50;
	background-image: none;
	border-color: #1a252f;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #1a252f;
	background-image: none;
}
/* list group */
.list-group a {
	border: 1px solid #e8edf2;
	color: #666;
	padding: 9px 14px;
	border-radius: 6px;
	margin-bottom: 3px;
	transition: background-color 0.15s ease, color 0.15s ease;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #23a1d1;
	background: #eef7fc;
	border: 1px solid #b8dff0;
	text-shadow: none;
	font-weight: 600;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list — cards modernas */
.product-thumb {
	border: 1px solid #e0e8f0;
	border-radius: 12px;
	margin-bottom: 0;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0 3px 12px rgba(0,0,0,0.09);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.product-thumb:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	border-color: #b8d8ee;
}
/* Contenedor de cada producto — altura igual en toda la fila */
.row:has(> .product-layout),
.row:has(> [class*="col-"] > .product-thumb) {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	row-gap: 28px;
}
.product-layout {
	display: flex;
	flex-shrink: 0;
}
.product-layout > div {
	width: 100%;
	display: flex;
}
/* Módulos sin .product-layout (ej: random.tpl) */
.row > [class*="col-"]:has(> .product-thumb) {
	display: flex;
	flex-shrink: 0;
}
.product-thumb .caption {
	padding: 14px 18px 8px;
	min-height: 0;
	flex: 1;
}
.product-thumb .button-group {
	margin-top: auto;
}
.product-thumb .image {
	text-align: center;
	background-color: #fafbfc;
	overflow: hidden;
}
.product-thumb .image a {
	display: block;
	overflow: hidden;
}
.product-thumb .image a:hover {
	opacity: 1;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	transition: transform 0.35s ease;
}
.product-thumb .image a:hover img {
	transform: scale(1.08);
	opacity: 0.95;
}
/* Zoom en imagen principal de ficha de producto */
.thumbnails > li:not(.image-additional) a.thumbnail {
	display: block;
	overflow: hidden;
	border-radius: 8px;
}
.thumbnails > li:not(.image-additional) a.thumbnail img {
	transition: transform 0.45s ease;
	cursor: zoom-in;
	display: block;
}
.thumbnails > li:not(.image-additional) a.thumbnail:hover img {
	transform: scale(1.12);
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 700;
	font-size: 14px;
	color: #2c3e50;
	line-height: 1.4;
}
.product-thumb .caption {
	padding: 14px 18px 8px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 12px 12px 8px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 12px 12px 8px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 8px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #ccc;
	font-size: 15px;
}
.rating .fa-star {
	color: #f4b942;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #e8a020;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #2c3e50;
	font-size: 15px;
}
.product-thumb .price-new {
	font-weight: 700;
	color: #23a1d1;
}
.product-thumb .price-old {
	color: #aaa;
	text-decoration: line-through;
	margin-left: 8px;
	font-size: 12px;
}
.product-thumb .price-tax {
	color: #aaa;
	font-size: 11px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #f0f4f8;
	background-color: #f8fafc;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #f0f4f8;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #f8fafc;
	color: #23a1d1;
	line-height: 40px;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: background-color 0.15s ease, color 0.15s ease;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #e8edf2;
	color: #888;
}
.product-thumb .button-group button:hover {
	color: #ffffff;
	background-color: #23a1d1;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #e8edf2;
	border-radius: 6px;
	transition: border-color 0.2s ease;
}
.image-additional a:hover {
	border-color: #23a1d1;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #1a8ab5;
}

/* ============================================================
   EXTRAS MODERNOS — agregados sobre el tema Cluster
   ============================================================ */

/* Contenedor principal con fondo blanco limpio */
.container > .row > #content,
#column-left, #column-right {
	background-color: transparent;
}

/* Paneles y wells */
.well {
	background-color: #fff;
	border: 1px solid #e8edf2;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

/* Títulos de sección */
h3.panel-title,
.panel-heading {
	font-size: 15px;
	font-weight: 700;
	color: #2c3e50;
}
.panel {
	border-radius: 10px;
	border: 1px solid #e8edf2;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.panel-default > .panel-heading {
	background-color: #f5f7fa;
	border-bottom: 1px solid #e8edf2;
	border-radius: 10px 10px 0 0;
}

/* Tablas */
.table > thead > tr > th {
	background-color: #f5f7fa;
	border-bottom: 2px solid #e0e6ed;
	color: #2c3e50;
	font-weight: 700;
	font-size: 13px;
}
.table-bordered {
	border: 1px solid #e8edf2;
	border-radius: 8px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td {
	border-color: #e8edf2;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f8fafc;
}

/* Scrollbar sutil en webkit */
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
	background: #f0f4f8;
}
::-webkit-scrollbar-thumb {
	background: #b8dff0;
	border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
	background: #23a1d1;
}
