body {
    padding-bottom: 1rem;
	font-size: 15px;
}

header {
    padding: 0.5rem 0rem;
    border-bottom: 2px solid #008bd1;
    background-color: #FFF;
	position: sticky;
	top: 0px;
	z-index: 2;
	height: 80px;
}

.admin-header-nav-link {
    color: #222;
    text-decoration: none;
    text-underline-offset: 0.22em;
    text-decoration-thickness: 2px;
}

.admin-header-nav-link:hover {
    color: var(--color-main);
}

.admin-header-nav-link.active {
    color: var(--color-main);
    text-decoration: underline;
    text-decoration-color: var(--color-main);
}

.btn-bloque {
    padding: 1.5rem 2rem;
    background-color: #f0f0f0;
    border: 2px dashed #cfcfcf;
    cursor: pointer;
    border-radius: 8px;
    transition: border 0.3s ease, color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
    width: 100%;
	font-size: 1rem;
	font-weight: 500;
	opacity: 0.6;
}

.btn-bloque:hover {
	background-color: #dce6eb;
    border: 2px solid #b2c0c7;
	opacity: 1;
}

#guardado {
    display: none;
    background-color: #b4e3df;
    color: #3F827C;
    padding: 1rem;
    border-radius: 8px;
    position: fixed;
    top: 0.5rem;
    right: 2rem;
    z-index: 100;
}

.bloque {
    padding: 1rem;
    border: 0px solid #dce0e5;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.3) 0px 2px 4px;
    background-color: #FFF;
}

.select-tag {
    border: 1px solid #eee;
    height: 25px;
    border-radius: 20px;
    padding: 0.2rem;
    font-size: 0.8rem;
    width: auto;
}
