.recetas,
.recetas-single {
    padding-top: 160px;
    background: #f5f5f5;
    background: url(../assets/Proceso/BG-Proceso.png);
    padding-bottom: 60px;  
}

.recetas .title h1:before {
    content: "";
    background: var(--orange-color);
    height: 20px;
    width: 100%;
    position: absolute;
    opacity: 1;
    margin: auto;
    bottom: 0;
    z-index: -1;
}

.recetas h1 {
    display: inline;
}

.recetas .subtitle {
    padding-top: 30px;
}

.recetas .subtitle h2 {
    position: relative;
}

.recetas .subtitle h2:before {
    content: "";
    background: var(--orange-color);
    height: 2px;
    width: 48%;
    position: absolute;
    opacity: 1;
    margin: auto;
    bottom: 0;
    z-index: -1;
    right: 0;
    top: 10px;
}

.recetas .subtitle.reposado h2:before {
    width: 40%;
}

.recetas-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
    justify-content: flex-start;
    column-gap: 20px;
    
}

.recetas-item {
    position: relative;
    width: 32%;
    transition: 3s;
    transition: 3s;
    max-height: 300px;
    height: 300px;   
    margin-bottom: 20px;
}

.recetas-item img {
    width: 100%;
}

.recetas-item-background {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 300px;
        background-position: center !important;  
}

.recetas-blur {
    cursor: pointer;
    display: none;
    position: absolute;
    color: white;
    background: #000000;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-family: 'Helvetica Bold';
    flex-direction: column;
    transition: 2s;
}

.recetas-blur p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.recetas-blur p:nth-child(1) {
    font-family: 'Helvetica Roman';
}

.recetas-item:hover .recetas-blur {
    display: flex;
    background: rgb(0 0 0 / 50%);
}

.recetas-single .title p {
    margin: 0;
}

.recetas-single h1 {
    color: var(--gold-color);
    line-height: 30px;
}

.recetas-single-container {
    display: flex;
}

.recetas-single-image {
    width: 33%;
}

.recetas-single-image img {
    width: 100%;
}

.recetas-single-description {
    padding-left: var(--content-padding);
}

.recetas-single-description-title {
    padding: 20px 0;
    color: var(--gold-color);
    font-family: 'Helvetica Heavy';
    font-size: 34px;
    text-transform: uppercase;
}

.recetas-single-description-features {
    display: flex;
}

.recetas-single-description-features-separator {
    margin: 0 20px;
    content: "";
    height: auto;
    width: 2px;
    background: var(--gold-color);
    position: relative;
}

.recetas-single-description {
    max-width: 60%;
}

.pagination {
position: absolute;
    top: -20px;
    right: 100px;
    z-index: 999;
}

.pagination a {
    padding: 10px;
    background: url(./../assets/Inicio/btnTextura.png);
    color: white;
    background-repeat: no-repeat;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.recetas-single .content {
    position: relative;
}

.recetas-clasicas h1 {
    color: var(--gold-color);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
    font-size: 100px;
    line-height: 70px;
}

.recetas-clasicas h1 strong {
    color: var(--grey-color);
    font-size: 50px;
    font-family: 'Helvetica Heavy';
}

.recetas-clasicas h1::before {
    content: none !important;
}

.recetas-clasicas .content {
    display: flex;
}

.recetas-clasicos-image img {
    width: 100px;
    margin-left: 60px;
}

.recetas-clasicas-container .recetas {
    padding-top: 60px;
}

.recetas-clasicas {
    padding-top: 160px !important;
}

.recetas-clasicas-container .recetas .subtitle h2:before {
    width: 60% !important;
}

.recetas-clasicas-container .recetas:nth-child(3) .subtitle h2:before {
    width: 65% !important;
}

@media (max-width: 767px) { 
    .recetas-single-container {
        flex-direction: column;
    }

    .recetas-single-description {
        max-width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .recetas-single .title p {
        font-size: 42px;
    }

    .pagination {
        top: auto;
        left: 0;
        bottom: -60px;
    }

    .recetas-single-image {
        width: 100%;
    }

    .recetas-clasicas h1 {
        font-size: 48px;
    }

    .recetas-clasicas h1 strong {
        font-size: 40px;
    }

    .recetas-clasicos-image img {
        width: 50px;
        margin-left: 20px;
    }

    .recetas-clasicas .content {
        align-items: center;
    }

    .recetas .subtitle h2:before {
        content: none;
    }

    .recetas .subtitle h2:after {
        content: "";
        background: var(--orange-color);
        height: 2px;
        width: 100% !important;
        position: relative;
        opacity: 1;
        /* margin: auto; */
        bottom: -20px;
        z-index: -1;
        /* right: 0; */
        /* top: 10px; */
        display: block;
    }

    .recetas-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .recetas .subtitle {
        padding-top: 30px;
    }

    .recetas-items {
        padding-top: 40px;
    }

    .recetas:nth-child(1),
    .recetas-clasicas {
        padding-top: 120px !important;
    } 

    .recetas-clasicas-container .recetas {
        padding-top: 20px;
    }

    .recetas-blur p {
        font-size: 30px;
    }

    .recetas-clasicas h1 {
        text-align: left;
        font-size: 40px;
    }

    .recetas p {
        font-size: 16px;
    }

    .recetas-single-container {
        font-size: 12px;
    }

    .recetas-single {
        padding-bottom: 100px;
    }

    .pagination {
        justify-content: center;
        width: 100%;
    }
}

