/*Nav*/
.custom-nav-bg {
    background: #000000;
}

.custom-nav-link {
    margin: 5px;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}

.custom-nav-link:hover {
    color: blueviolet;
}

/*Carrusel*/
.carousel-box {
    position: absolute;
    right: 15%;
    top: 33%;
    /* Cambiar bottom por top y los píxeles que necesites */
    left: 15%;
    z-index: 10;
    color: #fff;
    text-align: center;
}

.imagen-carrusel {
    width: 100%;
    height: 600px;
    object-fit: over;
    object-position: 0 80%;
    filter: blur(4px);
}

.furnte-titulo {
    font-family: 'Pacifico', cursive;

}

.text-color-especial {
    color: #0f8d1a !important;
}

.banner-img {
    width: 250px;
    height: 250px;
    border: none;
    background: none;
}

.custom-bg {
    background: #cfb54f;
}

.txt-flex {
    display: flexbox;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
}

.custom-font {
    text-transform: uppercase;
    font-family: 'Permanent Marker', cursive;
    line-height: 70px;
}

.custom-font-1 {
    color: #2e4f2c;
    font-size: 80px;
}

.custom-font-2 {
    color: #402d07;
    font-size: 80px;
}

.custom-font-3 {
    color: #000000;
    font-size: 20px;
    padding-bottom: 10px;

}

/*Card*/
/*Card => Article*/
.card-largo {
    max-width: 20rem;
    background: brown;
    justify-content: center;
    text-align: center;
}

.btn-color-especial {
    background-color: #0f8d1a;
    color: #ffffff;
}

.btn-color-especial:hover {
    background-color: #09581a;
    color: #ffffff;
}

.border-color-especial {
    border-radius: 65px 45px 65px 45px;
    border: none;
}

.card-imagen-posicion {
    height: 200px;
    width: 22rem;
}

.rights-bg {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    font-size: medium;
}