
.row-pb{
    padding-bottom: 7em;
}

/*content & parent*/
.section-content img.image-rectangle,
.section-parent img.image-rectangle {
    width: 100%;
    object-fit:cover;
    margin-bottom: 20px;
}

.section-parent .img-title, .section-parent .parent-title{
    font-size: 24px ;
}

.section .img-content{
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-content .link-image-circle,
.section-parent .link-image-circle{
    width: 160px;
    height: 160px;
    object-fit:cover;
    border-radius: 100%;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    margin: 20px auto;
    display: block;
}


/*Submenus*/

.section .post h4{
    font-size: 20px;
    font-weight: 400;
}

.section .post p{
    margin-bottom: 20px;
}

.item .card{
    height: 100%;
}

.item .card-img-top{
    height: 150px;
    object-fit: cover;
}

/*Section Products*/
.product-item .card-title{
    text-align: center;
    font-size: 1.2rem;
    height: 48px;
    overflow: hidden;
}

.product-item ul:not(.select2-results__options){
    list-style: none;
    display: flex;
    padding: 0px;
    align-items: center;
    justify-content: center ;
    font-size: var(--sm-font-size);
    margin-bottom: 1.5em;
}

.product-item .product-prices ul{
    flex-direction: column;
}

.product-item  li{
    font-size: 14px;
    opacity: .7;
}

.product-item  ul li:last-child:after{
    content: "";
}

.owl-carousel-products-sync1 .owl-item{
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel-products-sync1 .owl-item img{
    object-fit:cover;
    object-position:top;
    width:100% !important;
    height:auto !important;
    max-width:100%;
    margin:auto;
}

.owl-carousel-products-sync1 .owl-dots {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
}
.owl-carousel-products-sync1 .owl-dot {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:80px;
    min-width:80px;
    width:20%;
    margin:5px;
}
.owl-carousel-products-sync1 .owl-dot span{
    display:none !important;
}

.owl-stage{
    display: flex;
    align-items: stretch;
}

/* ============================================================
   CONTENT BLOCKS — Custom Theme Visual Enhancements
   ============================================================ */

/* --- Sección contenedora de bloques --- */
.section.page {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

/* --- Imagen principal del bloque --- */
.content-block-img {
    border-radius: 6px;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.13);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.content-img-link:hover .content-block-img {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

/* --- Título del bloque --- */
.row-content .content-title h3 {
    font-size: 1.65rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.25;
    position: relative;
}

/* Línea decorativa bajo el título (izquierda / derecha) */
.row-content-left-and-right .content-title h3::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
    margin-top: 0.6rem;
}

/* Centrar la línea decorativa en el bloque centrado */
.row-content-left-center .content-title h3::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
    margin: 0.6rem auto 0;
}

/* --- Descripción del bloque --- */
.row-content .content-description {
    font-size: 1rem;
    line-height: 1.85;
    opacity: 0.9;
}

.row-content .content-description p {
    margin-bottom: 0.8rem;
}

.row-content .content-description ul,
.row-content .content-description ol {
    padding-left: 1.4rem;
    margin-bottom: 0.8rem;
}

/* --- Espaciado interno del área de texto --- */
.content-block-text {
    padding: 1rem 0.5rem;
}

/* --- Solo texto --- */
.row-content-not-image .content-title h3 {
    text-align: center;
}

.row-content-not-image .content-title h3::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
    margin: 0.6rem auto 0;
}

/* --- Solo imagen: centrada y con sombra --- */
.row-content-only-image {
    justify-content: center;
}

.row-content-only-image .lightgallery {
    display: flex;
    justify-content: center;
}

/* --- Separador visual entre bloques --- */
.row-content + .row-content {
    padding-top: 1rem;
    /* border-top: 1px solid rgba(0, 0, 0, 0.06); */
}

/* ============================================================
   RESPONSIVE — Custom Theme
   ============================================================ */

/* Tablet (≤ 991px) */
@media screen and (max-width: 991px) {
    .row-content .content-title h3 {
        font-size: 1.45rem;
    }

    .section.page {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .content-block-text {
        padding: 0.5rem 0;
    }
}

/* Mobile (≤ 767px) */
@media screen and (max-width: 767px) {
    .row-content .content-title h3 {
        font-size: 1.3rem;
        margin-bottom: 0.75rem;
    }

    .row-content-left-and-right .content-title h3::after,
    .row-content-left-center .content-title h3::after,
    .row-content-not-image .content-title h3::after {
        width: 40px;
        margin-top: 0.4rem;
    }

    .row-content .content-description {
        font-size: 0.95rem;
        line-height: 1.75;
    }

    .content-block-text {
        padding: 0.75rem 0 0;
    }

    .section.page {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    /* Separador entre bloques más discreto en mobile */
    .row-content + .row-content {
        border-top: none;
        padding-top: 0;
    }
}

/* Small mobile (≤ 425px) */
@media screen and (max-width: 425px) {
    .section-parent .img-title, .section-parent .parent-title{
        font-size: 20px;
    }

    .row-pb{
        padding-bottom: 1.5em;
    }

    .section .img-content{
        margin: 0;
    }

    .row-content .content-title h3 {
        font-size: 1.2rem;
    }

    .content-block-img {
        border-radius: 10px;
    }
}

@media screen and (max-width: 320px) {
    .section-parent .img-title, .section-parent .parent-title{
        font-size: 18px;
    }

    .row-content .content-title h3 {
        font-size: 1.1rem;
    }
}

