main>.container {
    padding: 70px 15px 20px;
}

body {
    background-color: #FBFAFF;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb-item a,
.breadcrumb-item.active {
    background-color: white;
    border-radius: 15px;
    padding: 7px 13px;
    display: inline-block;
    border: 1px solid #0000001c;
}


.breadcrumb-item:not(:last-child)::after {
    content: ">";
    background-color: transparent;
    border-radius: 50%;
    padding: 0 5px;
    margin: 0 5px;
    color: #6c757d;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

.navbar {
    background-color: #FFFFFF !important;
}

h1 {
    font-family: 'Marcellus', serif;
}

.navbar-brand {
    font-family: 'Marcellus', serif;
}

body {
    font-family: 'DM Sans', serif;
}

.banner {
    position: relative;
    width: 100%;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 40%);
}

.banner img {
    width: 100%;
    height: auto;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 20px;
    overflow-x: auto;
    /* agrega desplazamiento si el texto es muy largo */
}

.banner-text h1 {
    white-space: nowrap;
    /* mantiene todo el texto en una sola línea */
}

@media screen and (max-width: 768px) {
    .banner-text h1 {
        font-size: 1.3em;
    }
}


.breadcrumb {
    padding-left: 0px;
}

.card-body {
    min-height: 100px;
}

.row-dreams {
    margin-top: 20px;
}

ul.pagination>li:first-child.disabled,
ul.pagination>li:last-child.disabled {
    display: none;
}

/* Añade un margen a la derecha del botón "Anterior" */
ul.pagination>li:first-child a {
    margin-right: 20px;
}

/* O añade un margen a la izquierda del botón "Siguiente" */
ul.pagination>li:last-child a {
    margin-left: 20px;
}

.pagination{
    margin-top:20px;
}

.category-item{
    min-height: 70px;
}
.blog-card img{
    height: 250px;
}