:root {
    /** Template colors **/
    --t1-primary-color: #156fc4;
    --t1-secondary-color: #d6e6f0;

    --t2-primary-color: #208223;
    --t2-secondary-color: #F3E7A8;

    --t3-primary-color: #007cc2;
    --t3-secondary-color: #B0BEC5;

    --t4-primary-color: #6d7018;
    --t4-secondary-color: #F5F5DC;

    --t5-primary-color: #000080;
    --t5-secondary-color: #c7c7c7;

    --t6-primary-color: #d33195;
    --t6-secondary-color: #EBBBFE;

    --t7-primary-color: #FFFACD;
    --t7-secondary-color: #A9A9A9;

    --t8-primary-color: #d04830;
    --t8-secondary-color: #b0daee;

    --t9-primary-color: #1b7f74;
    --t9-secondary-color: #F5D6BA;

    --t10-primary-color: #008199;
    --t10-secondary-color: #f0e3b3;


    --t-quinary-color: #1D1D1D;

    --quinary-color: var(--t-quinary-color);

}

/** VARIANTES DE TEMPLATES **/
.variant_1 {

    --primary-color: var(--t1-primary-color);
    --secondary-color: var(--t1-secondary-color);
}

.variant_2 {

    --primary-color: var(--t2-primary-color);
    --secondary-color: var(--t2-secondary-color);

}

.variant_3 {

    --primary-color: var(--t3-primary-color);
    --secondary-color: var(--t3-secondary-color);
}

.variant_4 {

    --primary-color: var(--t4-primary-color);
    --secondary-color: var(--t4-secondary-color);

}

.variant_5 {

    --primary-color: var(--t5-primary-color);
    --secondary-color: var(--t5-secondary-color);

}

.variant_6 {

    --primary-color: var(--t6-primary-color);
    --secondary-color: var(--t6-secondary-color);

}

.variant_7 {

    --primary-color: var(--t7-primary-color);
    --secondary-color: var(--t7-secondary-color);

}

.variant_8 {

    --primary-color: var(--t8-primary-color);
    --secondary-color: var(--t8-secondary-color);

}

.variant_9 {

    --primary-color: var(--t9-primary-color);
    --secondary-color: var(--t9-secondary-color);

}

.variant_10 {

    --primary-color: var(--t10-primary-color);
    --secondary-color: var(--t10-secondary-color);

}


/** GENERALES DE TEMPLATES **/
.hamburger_menu .stick {
    background-color: var(--primary-color);
}

.wivet-btn__primary:hover {
    color: var(--t-quinary-color) !important;
}

.swiper-button-next,
.swiper-button-prev {
    background: var(--primary-color);
    opacity: 1;
    backdrop-filter: blur(6.23468542098999px);
}

.swiper-button__outline {
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.swiper-pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    bottom: 0px !important;
}

.swiper-pagination-bullet {
    height: 12px !important;
    width: 12px !important;
    display: inline-block !important;
    background: var(--primary-color) !important;
    opacity: .5 !important;
}

.swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
    height: 18px !important;
    width: 18px !important;
    opacity: .5 !important;
}

.pagination .page-numbers.current {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.pagination {
    margin-top: var(--fs-48);
}

.accordion {
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/** PAGES  - BANNER **/
.banner-page {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;

    & .container {
        position: relative;
        z-index: 2;

        & nav {
            color: white;

            & a {
                color: white;
            }
        }
    }

    & .banner-color {
        width: 100%;
        height: 100%;
        position: absolute;
        background: var(--primary-color);
        top: 0;
        filter: opacity(.8);
    }

    & h1 {
        font-size: var(--fs-48);
    }
}

.banner-full_color {
    min-height: 365px;
    margin-bottom: var(--space-108);

    & h1 {
        margin-bottom: var(--space-16);
        max-width: 590px;
    }

    & p {
        max-width: 590px;
    }

    & nav {
        & ol {
            color: var(--quinary-color) !important;

            & a {
                color: var(--quinary-color) !important;
            }
        }
    }
}

.banner-full_color::before {
    content: '';
    background: linear-gradient(92deg, #e1e5f09e 40.01%, rgb(228 235 245 / 0%) 126.36%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.services-grid {
    & .blog-grid {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;

        & article {
            flex: 0 0 calc(33.333% - 20px);

            & .item-card {
                height: 100%;
                padding: 0;
                box-shadow: 0px 0px 6px 0px rgba(0, 51, 102, 0.20);
                border-width: 1px;

                & img {
                    border-radius: var(--b-radius-16) var(--b-radius-16) 0 0;
                }

                & .body-post {
                    padding: 24px 24px 32px 24px;

                    & a {
                        min-width: 100%;
                    }

                    & h3 {
                        color: var(--primary-color);
                        text-align: center;
                        font-size: var(--fs-22);
                    }
                }
            }

        }
    }
}

/** HOME **/

.shortcuts-activate {

    & .swiper-pagination {
        bottom: 90px !important;
    }
}

.shortcuts {
    transform: translateY(-25%);
    position: relative;
    z-index: 2;

    & .shortcuts__grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(168px, 1fr));
        gap: 24px;

        & article {
            box-shadow: 0px 0px 6px 0px rgba(0, 51, 102, 0.20);
            border-radius: 8px;
            padding: var(--space-16);
            background-color: white;
            transition: background-color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;

            & a {
                text-decoration: none;
            }

            & figure {
                margin: 0;
                text-align: center;

                & svg {
                    width: 55px;
                    height: 55px;
                    padding: 10px;
                    margin-bottom: 8px;

                    & path {
                        fill: var(--primary-color);
                    }
                }

                & p {
                    max-width: 165px;
                    margin: 0 auto;
                    color: var(--quinary-color);
                }
            }
        }

        & article:hover {
            background-color: var(--secondary-color);

            & path {
                fill: var(--quinary-color);
            }

            & p {
                text-decoration: underline;
            }
        }
    }
}


.shortcuts-services {
    & .shortcuts-services__grid {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;

        
    }

    & article {
        box-shadow: 0px 0px 6px 0px rgba(0, 51, 102, 0.20);
        background-color: white;
        padding: 24px;
        border-radius: 16px;
        text-align: center;
        flex: 0 0 calc(33.333% - 25px);
        transition: background-color 0.3s ease-in-out;

        & a {
            text-decoration: none;

            & h3 {
                color: var(--primary-color);
                font-weight: 700;
                font-size: var(--fs-22);
                transition: color 0.3s ease-in-out;
            }

            & p {
                color: var(--quinary-color);
                font-weight: 400;
                font-size: var(--fs-18);
                margin-bottom: 0;
            }
        }

        & h3 {
            color: var(--primary-color);
            font-weight: 700;
            font-size: var(--fs-22);
            transition: color 0.3s ease-in-out;
        }

        & figure {
            width: 100px;
            height: 100px;
            background-color: #F5F6F8;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            margin: 0 auto 16px auto;
            transition: background-color 0.3s ease-in-out;
        }

    }

    & article:hover {
        background-color: var(--secondary-color);

        & figure {
            background-color: white;
        }

        & h3 {
            color: var(--quinary-color);
        }
    }
}

.banner_dual {
    & .banner_dual_inner {
        border-radius: var(--space-16);
        border: 1px solid rgba(165, 165, 167, 0.15);
        padding: var(--space-48);
        background: #F5F6F8;
        display: flex;
        gap: 70px;

        & h2 {
            margin-top: var(--space-16);
            font-size: var(--fs-28);
            font-weight: 700;
            color: var(--primary-color);
        }

        & p {
            color: var(--quinary-color);
            font-size: var(--fs-18);
        }

        & a:not(.wivet-btn) {
            text-decoration: none;
            color: var(--quinanry-color);
            font-size: var(--fs-22);
            display: flex;
            gap: 10px;
        }

        & svg path {
            fill: var(--primary-color);

        }

        & img {
            max-width: 370px;
            object-fit: cover;
            border-radius: 16px;
            max-height: 255px;
            min-height: 255px;
        }
    }
}



.carousel-products,
.grid-products {

    background-color: #F5F6F8;

    & aside {
        border-radius: var(--b-radius-8);
        background: #FFF;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
        padding: var(--space-24) var(--fs-16);

        & h3 {
            font-size: var(--fs-18);
            color: var(--primary-color);
            margin-bottom: var(--space-24);
            font-weight: 700;
        }

        & .widget_layered_nav {
            & .btn-filter-dropdown {
                font-size: 14px;
                border: none;
                background: transparent;
                border-top: 1px solid rgba(165, 165, 167, 0.15);
                width: 100%;
                padding: 16px 8px;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            & .dropdown-toggle::after {
                content: '\F282';
                font-family: 'bootstrap-icons';
                color: var(--primary-color);
                border: none;
                transform: rotate(0deg);
                transition: transform 0.3s ease-in-out;
            }

            & .btn-filter-dropdown.show::after {
                transform: rotate(180deg);
            }

            & .dropdown-menu {
                position: relative !important;
                border: none;
                padding: 0px 0px 25px 25px;
                transform: translate3d(0px, 0px, 0px) !important;

                & a {
                    text-decoration: none;
                    color: var(--quinary-color);
                    font-size: var(--fs-14);
                    display: flex;
                    align-items: center;
                    transition: color 0.3s ease-in-out;
                }

                & a:hover {
                    color: var(--primary-color);
                }

                & a::before {
                    content: '\F584';
                    font-family: 'bootstrap-icons';
                    color: var(--primary-color);
                    margin-right: 8px;
                }

                & a.selected::before {
                    content: '\F26D';
                }

                & .count {
                    display: none;
                }

                & .chosen {

                    & a::before {
                        content: '\F26D';
                    }
                }
            }
        }

        & .widget_layered_nav:last-child {
            border-bottom: 1px solid rgba(165, 165, 167, 0.15);
        }

    }

    & .woocommerce-ordering {
        margin-bottom: var(--space-24);
        display: inline-flex;
    }

    & .woocommerce-result-count {
        display: none !important;
    }

    & .products.columns-4 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(0, 273px));
        gap: 32px;
    }

    & .carousel__products {
        padding: 25px 10px 50px 10px;
    }

    & .item-card {

        border-radius: var(--space-16);
        background: white;
        box-shadow: 0px 0px 6px 0px rgba(0, 51, 102, 0.20);
        padding: var(--space-48) var(--space-24) var(--space-32) var(--space-24);
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        gap: var(--space-24);
        position: relative;
        transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;

        & .product {
            & a {
                text-decoration: none;
            }

            & img {
                max-width: 100%;
                height: auto;
                width: 100%;
                transform: scale(1);
                transition: transform 0.3s ease-in-out;
            }

            & .price {
                text-align: center;
                display: block;
                width: 100%;
                margin-bottom: 1rem;

                & bdi {
                    font-size: var(--fs-18);
                    color: var(--quinary-color);
                }
            }
        }

        & .badget {
            position: absolute;
            left: 0;
            padding: 4px 8px;
            background: var(--secondary-color);
            border-radius: 0px 8px 8px 0px;
            font-size: 14px;
            color: var(--quinary-color);
            top: 20px;
        }

        & h3,
        .woocommerce-loop-product__title {
            font-size: var(--fs-18);
            color: var(--primary-color);
            font-weight: 500;
        }

        & small {
            color: #4B4C4E;
            font-size: var(--fs-14);
        }

        & .product-price {
            color: var(--quinary-color);
            font-size: var(--fs-22);
        }

        & a {
            font-size: var(--fs-14);
            padding: 0;

            & i {
                font-size: var(--fs-14);
                z-index: 2;
            }
        }

        & a:hover {
            & i {
                color: var(--quinary-color);
            }
        }
    }

    & .item-card:hover {
        box-shadow: 0px 0px 18px 0px rgba(0, 51, 102, 0.20);
        & img{
            transform: scale(1.1);
        }
    }

    & .item-card + .item-card{
        margin-top: 0;
    }

    & .item-card::before{
        display: none;
    }

    & .swiper-pagination-clickable .swiper-pagination-bullet {
        background: #00093580;
    }


    & .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: #00093580;
    }

    & .ordering_and_filters {
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 5px;
        margin-bottom: 32px;

        & button {
            background: #F4F4F4;
            width: 100%;
            border: none;
            padding: 16px;
            color: var(--primary-color);
            font-size: 16px;
        }

        & .filters-action {
            width: 100%;

            & .filter_btn {
                border-radius: 4px 0 0 4px;
            }
        }

        & .ordering-action {
            width: 100%;

            & .dropdown-ordering {
                border-radius: 0 4px 4px 0;
            }
        }

    }

    & .woocommerce-pagination {

        & ul.page-numbers {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: var(--space-48);
            gap: 5px;

            & li {
                margin-top: 0;

                & .page-numbers {
                    width: 30px;
                    height: 30px;
                    border: 1px solid transparent;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 100%;
                    color: #353538;
                    text-decoration: none;
                }

                & .page-numbers.current {
                    background-color: var(--primary-color);
                    border-color: var(--primary-color);
                    color: white;
                }

                & .next,
                .prev {
                    font-size: 0;
                    border-color: var(--primary-color);
                    color: var(--primary-color);
                }

                & .next:before {
                    content: "\f285";
                    font-family: bootstrap-icons !important;
                    font-size: var(--fs-14);
                }

                & .prev:before {
                    content: "\f284";
                    font-family: bootstrap-icons !important;
                    font-size: var(--fs-14);
                }
            }

            & li:before {
                display: none;
            }


        }
    }
}


.blog-tabs {
    background-color: #F5F6F8;

    & div[class*="carousel__blogs-"] {
        padding-bottom: 50px;
    }

    & .nav-tabs {
        display: flex;
        gap: 32px;
        flex-wrap: wrap;
        margin-bottom: var(--space-48);
        border: none;
        padding: 0 40px;

        & button {
            border-radius: var(--space-16) !important;
            padding: 9px 16px;
            font-size: var(--fs-18);
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-color);
            border: 1px solid var(--primary-color) !important;
            transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
        }

        & button.active,
        button:hover {
            background-color: var(--secondary-color) !important;
            border-color: var(--secondary-color) !important;
            color: var(--quinanry-color) !important;

        }
    }

    & article {
        background-color: white;
        border-radius: var(--space-32);
        border: 1px solid rgba(165, 165, 167, 0.15);
        overflow: hidden;

        & img {
            width: 100%;
            object-fit: cover;
        }

        & .body-post {
            padding: var(--space-24);

            & h3 {
                font-size: var(--fs-22);
                color: var(--primary-color);

                & a {
                    text-decoration: none;
                    color: var(--primary-color);
                }
            }

            & p {
                font-size: var(--fs-18);
                color: var(--quinary-color);
                margin-bottom: 0;
            }

            & .date-blog p {
                font-size: var(--fs-14);
                color: #4B4C4E;
                margin-bottom: 8px;
            }

            & .category-blog a {
                color: var(--primary-color);
                border-color: var(--primary-color);
            }
        }
    }

    & .swiper-out-navigation .swiper-button-prev,
    .swiper-out-navigation .swiper-rtl .swiper-button-next {
        left: -15px;
    }

    & .swiper-out-navigation .swiper-button-next,
    .swiper-out-navigation .swiper-rtl .swiper-button-prev {
        right: -15px;
    }
}

/** SPLIT BLOCK **/

.split-blocks {
    & img {
        min-height: 515px;
        max-height: 515px;
        width: 100%;
        object-fit: cover;
        border-radius: 32px;
    }
}

.faq_accordeon,
.wivet_accordeon {

    & h2 {
        font-size: var(--fs-28);
        font-weight: bold;
        text-align: center;
    }

    & .title-wivet {
        & h2 {
            font-weight: 700;
            color: var(--primary-color);
            font-size: var(--fs-48);
            margin: 0;
        }
    }

    & button {
        display: flex;
        align-items: center;
        justify-content: space-between;

        & i {
            color: var(--primary-color);
            border-radius: 100%;
            height: 37px;
            width: 37px;
            border: 1px solid;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: rotate(0deg);
            transition: transform 0.3s ease-in-out;
        }
    }

    & button:focus {
        box-shadow: none;
        border-color: none;
    }

    & button:not(.collapsed) {

        color: var(--primary-color);
        background-color: #f6f6f6;

        & i {
            transform: rotate(180deg);
        }
    }
}

.banner-img {
    & img {
        width: 100%;
        object-fit: cover;
        border-radius: 32px;
        overflow: hidden;
    }
}

.red-wivet__tabs {

    & .nav-tabs {
        border-bottom: 3px solid rgba(165, 165, 167, 0.15);
    }

    & .nav-link {
        font-size: var(--fs-16);
        min-width: 225px;
        border: none;
        border-radius: 0;
        position: relative;
        color: var(--quinary-color);
    }

    & .nav-link:is(.active) {
        color: var(--primary-color);
    }

    & .nav-link:is(.active)::after {
        content: '';
        height: 3px;
        width: 100%;
        background-color: var(--primary-color);
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
    }

    & h3 {
        color: var(--primary-color);
        font-size: var(--fs-28);
        display: flex;
        gap: 16px;
        align-items: center;
        padding-left: 24px;
        margin: var(--space-48) 0 var(--space-24) 0;

        & i {
            font-size: 2.4rem;
        }
    }

    & table {

        font-size: var(--fs-20);
        color: var(--quinary-color);

        & thead {
            & th {
                background-color: #F5F6F8;
                padding: var(--space-8) var(--space-16);
            }
        }

        & tbody {

            font-size: var(--fs-16);
            color: var(--quinary-color);

            & tr {
                & td {
                    padding: var(--space-16);
                    border-bottom: 1px solid #F5F6F8;
                }
            }
        }
    }

    & .content-items{
        margin-top: var(--space-48);

        & .item-tab{
            & .inner-item-tab{
                display: flex;
                gap: 80px;
                justify-content: center;
                align-items: center;

                & img{
                    flex: 0 0 386px;
                    max-width: 386px;
                }

                & h3
                    {
                        padding: 0;
                        margin-top: 0;
                        font-weight: 700;
                    }
            }
        }

        & .item-tab + .item-tab{
            margin-top: var(--space-48);
        }

        @media screen and (max-width: 768px){
            & .inner-item-tab{
                flex-direction: column;
                gap: 24px !important;

                & img{
                    flex: 0 0 100% !important;
                    max-width: 100% !important;
                }

                & h3{
                    font-size: var(--fs-20);
                }
            }
        }
    }
}

.access-children {
    & h2 {
        font-size: var(--fs-28);
        font-weight: bold;
        text-align: center;
        color: var(--quinary-color);
    }

    & .grid-children {
        gap: var(--space-32);
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(0, 385px));
        justify-items: stretch;
        justify-content: center;

        & .child-page-card {
            background: white;
            border-radius: 16px;
            box-shadow: 0px 0px 6px 0px rgba(0, 51, 102, 0.20);
            overflow: hidden;

            & img {
                width: 100%;
                min-height: 225px;
                max-height: 225px;
                object-fit: cover;
            }

            & .body {
                padding: 24px;

                & h3 {
                    font-size: var(--fs-22);
                    text-align: center;
                    color: var(--primary-color);

                    & a {
                        text-decoration: none;
                        color: var(--primary-color);
                    }
                }
            }
        }
    }

    & .grid-children__exams {
        grid-template-columns: repeat(auto-fit, minmax(0, calc(33.333% - 22px)));
    }
}


.promociones-wivet {
    & article {
        background-color: white;
        border-radius: var(--space-32);
        border: 1px solid rgba(165, 165, 167, 0.15);
        overflow: hidden;

        & .item-card__img {
            position: relative;

            & img {
                width: 100%;
                object-fit: cover;
                min-height: 192px;
            }

            & .badget_dcto {
                border-radius: 0px 8px 8px 0px;
                background: #E40772;
                display: inline-flex;
                padding: 4px 8px;
                color: white;
                text-transform: uppercase;
                font-weight: 600;
                font-size: var(--fs-16);
                position: absolute;
                top: 30px;
                z-index: 2;
                left: 0;
            }
        }

        & .body-post {
            padding: var(--space-24);

            & .date-blog p {
                font-size: var(--fs-14);
                color: #4B4C4E;
                margin-bottom: 8px;
            }

            & h3 {
                font-size: var(--fs-22);
                color: var(--primary-color);

                & a {
                    text-decoration: none;
                    color: var(--primary-color);
                }
            }

            & p {
                font-size: var(--fs-18);
                color: var(--quinary-color);
                margin-bottom: 0;
            }
        }
    }
}

.promociones_banner {
    & img {
        height: 400px;
        object-fit: cover;
    }

    & .swiper-pagination {
        bottom: 20px !important;
    }
}


.thumb-info {
    & img {
        width: 100%;
        object-fit: cover;
        height: 400px;
    }

    & .thumb-info-content {
        padding-left: 112px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        max-width: 70%;

        & h1 {
            color: var(--primary-color);
            font-size: var(--fs-34);
            font-weight: 700;
            margin-bottom: var(--space-16);
        }

        & .badget_dcto {
            border-radius: 0px 8px 8px 0px;
            background: #E40772;
            display: inline-flex;
            padding: 4px 8px;
            color: white;
            text-transform: uppercase;
            font-weight: 600;
            font-size: var(--fs-16);
            margin-bottom: var(--space-16);
        }

        & .content {

            & p {
                font-size: var(--fs-18);
                color: var(--quinary-color);
                margin-bottom: var(--space-16);
            }

            & .dates {
                color: #0A0A0B;
                font-weight: 600;
            }
        }
    }
}

.slider-grid {
    & .group-grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 30px;
        justify-content: center;

        & img {
            flex: 0 0 calc(33.333% - 30px);
            max-width: calc(33.333% - 30px);
            gap: 30px;

        }
    }

    & .swiper-slide img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        aspect-ratio: 16/12;
        border-radius: var(--b-radius-16);
        max-height: 300px;
        height: 300px;
    }
}

.promociones-banner_block {
    padding: var(--space-108) 0;
    background-color: #F5F6F8;

    & .inner_content__banner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        max-width: 70%;
        padding-left: 112px;

        & h2 {
            color: var(--primary-color);
            font-size: var(--fs-34);
            font-weight: 700;
            margin-bottom: var(--space-16);
        }

        & .badget_dcto {
            border-radius: 0px 8px 8px 0px;
            background: #E40772;
            display: inline-flex;
            padding: 4px 8px;
            color: white;
            text-transform: uppercase;
            font-weight: 600;
            font-size: var(--fs-16);
            margin-bottom: var(--space-16);

            & p {
                color: white;
            }
        }

        & p {
            font-size: var(--fs-18);
            color: var(--quinary-color);
            margin-bottom: var(--space-16);
        }

        & .dates {
            color: #0A0A0B;
            font-weight: 600;
        }

    }

    & .swiper-wrapper {
        padding-bottom: 80px;
    }

    & .swiper-out-navigation {

        & .swiper-button-prev {
            left: -20px;
            transform: translateY(-55px);
        }

        & .swiper-button-next {
            right: -20px;
            transform: translateY(-55px);
        }

    }
}

.single-product {

    & .breadcrumb {
        margin: var(--space-48) 0;
    }

    & .info-column__product {
        padding-left: 103px;

        & .cat_product {
            font-size: var(--fs-20);
            font-weight: 500;
            color: var(--quinary-color);
        }

        & .entry-title {
            color: var(--primary-color);
            font-size: var(--fs-36);
            font-weight: 600;
        }

        & .sku-producto {
            font-size: var(--fs-18);
            font-weight: 700;
            color: var(--quinary-color);
        }

        & .woocommerce-product-details__short-description {
            margin-top: var(--space-32);
        }

        & .delivery-pickup {
            margin-bottom: var(--space-48);

            & .inner-delivery-pickup {
                display: flex;
                align-items: center;
                gap: 43px;

                & .delivery-pickup__item {
                    display: flex;
                    align-items: flex-start;
                    gap: 0;
                    font-size: var(--fs-14);
                    flex-direction: column;

                    & i {
                        font-size: var(--fs-18);
                    }
                }
            }

            & h3 {
                font-size: var(--fs-14);
                color: var(--primary-color);
                font-weight: 700;
                margin-bottom: var(--space-16);
            }
        }

        & .price {
            margin-bottom: var(--space-48);

            & bdi {
                font-size: var(--fs-28);
                color: var(--primary-color);
                font-weight: 500;
            }
        }
    }

    & #swiper-gallery__product {
        margin-bottom: var(--space-32);

        & img {
            width: 100%;
            height: auto;
            aspect-ratio: 1.3 / 1;
            object-fit: contain;
        }
    }

    & .gallery_thumbs {
        position: relative;

        & #swiper-gallery__product-thumbs {
            width: 70%;
            margin: 0 auto;

            & img {
                width: 100%;
                height: auto;
                aspect-ratio: 1 / 1;
                object-fit: contain;
                max-height: 75px;
                max-width: 72px;
            }
        }
    }

    .wc-tabs {
        display: flex;
        list-style: none;
        position: relative;
        margin: 48px 0 !important;

        & li:before {
            display: none;
        }

        & li {
            text-align: center;
            border-bottom: 3px solid transparent;
            transition: border-color 0.3s ease-in-out;

            & a {
                font-size: 16px;
                text-decoration: none;
                color: var(--quinary-color);
                min-width: 280px;
                padding: 16px 8px;
            }
        }

        & li.active {
            border-color: var(--primary-color);

            & a {
                color: var(--primary-color);
            }
        }
    }

    .wc-tabs:after {
        content: '';
        background: rgba(165, 165, 167, 0.15);
        height: 3px;
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
    }

    & .related {
        margin-top: 108px;

        & .related-products-slider_swiper {
            padding: 25px 10px 50px 10px;
        }
    }
}

.content_template {
    & h2 {
        font-weight: 700;
        color: var(--primary-color);
        font-size: var(--fs-48);
        margin-bottom: var(--space-32);
    }
}

.veterianos-wivet,
.otros-servicios-wivet {
    & .filter-nav {
        & .nav-tabs {
            border-bottom: 3px solid rgb(165 165 167 / 15%);

            & .nav-link {
                position: relative;
                min-width: 405px;
                font-size: var(--fs-18);
                color: var(--quinary-color);
                border: none !important;
            }

            & .nav-link.active,
            .nav-link:hover {
                border: none !important;
                color: var(--primary-color);
            }

            & .nav-link.active::after,
            .nav-link:hover::after {
                content: '';
                display: block;
                width: 100%;
                height: 3px;
                background: var(--primary-color);
                position: absolute;
                bottom: -2px;
                left: 0;
            }
        }

        & .tab-content {
            max-width: 800px;
            margin: var(--space-24) auto 0 auto;

            & .search-vet {
                border-radius: 60px !important;
                font-size: var(--fs-14);
                color: var(--quinanry-color);
            }

            & .form-search-vet {

                & .form-group {
                    position: relative;
                }

                & .form-group:after {
                    content: '\F52A';
                    font-family: 'bootstrap-icons';
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    right: 15px;
                    color: var(--primary-color);
                }

                & input {
                    padding-right: 30px;
                }
            }




            & label {
                font-size: var(--fs-14);
                color: var(--quinary-color);
                font-weight: 500;
            }
        }
    }

    & .grid__vets,
    .grid__other-services {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(273px, 273px));
        grid-gap: 32px;

        & article {
            box-shadow: 0px 0px 6px 0px #00336633;
            border-radius: 16px;
            height: 100%;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            background-color: white;

            & .item__vet__image {
                & img {
                    height: 225px;
                    max-height: 225px;
                    object-fit: cover;
                    width: 100%;
                }
            }

            & .item__vet__content {
                padding: var(--space-24) var(--space-16);
                display: flex;
                flex-direction: column;
                gap: 24px;
                justify-content: space-between;
                height: 100%;


                & h3 {
                    color: var(--primary-color);
                    font-size: var(--fs-18);
                    text-align: center;
                }

                & p {
                    font-size: var(--fs-16);
                    color: var(--quinary-color);
                    text-align: center;
                }

                & .item__vet__foot {
                    display: flex;
                    gap: 15px;
                    flex-direction: column;
                }
            }
        }

        & .item__vet.v2 {
            & .item__vet__content {
                gap: 0;

                & .item__vet__foot {
                    padding-top: 15px;
                    border-top: 1px solid var(--primary-color);

                    & p {
                        font-size: var(--fs-14);
                        display: flex;
                        text-align: left;
                        gap: 7px;

                        & i {
                            color: var(--primary-color);
                        }
                    }
                }
            }
        }
    }
}

.single-vet {

    & .single-vet__image {
        flex: 0 0 280px;

        & img {
            width: 100%;
            height: auto;
            aspect-ratio: 1/1;
            object-fit: cover;
            border-radius: 16px;
        }
    }

    & .grey-block {
        background: #F5F6F8;
        padding: 48px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        gap: 32px;

        & h1 {
            font-size: var(--fs-28);
            color: var(--primary-color);
            font-weight: 500;
        }

    }

    & .single-vet__content {
        & h2 {
            font-size: var(--fs-28);
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: var(--space-16);
        }

        & .list-sedes ul {
            list-style: none;
            padding: 0;
            margin: 0;

            & li i {
                color: var(--primary-color);
            }

            & li::before {
                display: none;
            }
        }
    }
}

.budget {
    font-size: var(--fs-14);
    border-radius: 0 6px 6px 0;
    padding: 4px 7px;
    margin-bottom: 15px;
    display: inline-flex;
}

.budget_vet {
    background: #C5E5F9;
}


.otros-servicios-wivet {

    & .inner-servicios {
        & h2 {
            font-size: var(--fs-28);
            color: var(--quinary-color);
            font-weight: 500;
            margin-bottom: var(--space-16);
        }
    }

    & .item__vet__content {
        & a {
            text-decoration: none;
        }
    }

}

.services-grid {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;

    & article {
        /*flex: 0 0 calc(33.333% - 32px);
        max-width: calc(33.333% - 32px);
        box-shadow: 0px 0px 6px 0px rgba(0, 51, 102, 0.20);
        border-width: 1px;
        padding: var(--space-32) var(--space-24);
        border-radius: var(--b-radius-16);
        text-align: center;
        background-color: white;
        transition: background-color 0.3s ease-in-out;*/

        & h3 {
            font-size: var(--fs-18);
            color: var(--primary-color);
            margin-top: 24px;
            font-weight: 700;
        }

        & p {
            font-size: var(--fs-18);
            color: var(--quinary-color);
            margin-bottom: 0;
        }
    }

    & .img-bg {
        padding: 0;

        & .card-service {
            height: 100%;

            & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }

    & article:hover {
        background-color: #F5F6F8;
    }
}

.info-single {

    & img {
        width: 100%;
        border-radius: var(--b-radius-16);
        height: auto;
    }

    & div[class*="col-"]:last-child {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;

        & h2 {
            color: var(--primary-color);
            font-weight: 700;
            font-size: var(--fs-41);
        }

        & h3 {
            font-size: var(--fs-18);
            color: var(--quinanry-color);
            font-weight: 700;
        }

        & p {
            font-size: var(--fs-18);
            color: var(--quinanry-color);
        }
    }
}

.column-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(374px, 374px)) !important;
    grid-gap: 32px;
}


.content_about {

    & .item_about {
        margin-block: var(--space-108);

        & h2 {
            font-size: var(--fs-42);
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: var(--space-32);
        }

        & p {
            font-size: var(--fs-18);
            color: var(--quinary-color);
            margin-bottom: 0;
        }

        & .cuantificadores {
            display: flex;
            gap: 108px;
            justify-content: center;
            margin-top: var(--space-56) !important;

            & .cuantificador {
                text-align: center;

                & h3 {
                    font-size: var(--fs-56);
                    font-weight: 400;
                    color: var(--primary-color);
                }

                & p {
                    font-size: var(--fs-18);
                    color: var(--quinary-color);
                    max-width: 210px;
                    margin: 0 auto;
                }
            }
        }


        & .images-grid {
            margin-block: var(--space-108);

            & .inner-images-grid {
                display: flex;
                gap: 32px;
                flex-wrap: wrap;
                flex-direction: row;

                & .item_image {
                    flex: 0 0 calc(33.333% - 32px);
                    max-width: calc(33.333% - 32px);

                    & img {
                        width: 100%;
                        height: auto;
                        aspect-ratio: 1/1;
                        object-fit: cover;
                        border-radius: var(--b-radius-16);
                    }
                }

                & .item_image:nth-child(even) {
                    margin-top: 103px;
                }
            }
        }
    }
}


.grid-team__list {
    & .grid__column_3 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(373px, 373px));
        grid-gap: 32px;

        & .item-card-list {

            & .item__inner_card {
                display: flex;
                align-items: center;
                gap: 15px;

                & img {
                    aspect-ratio: 1 / 1;
                    object-fit: cover;
                    border-radius: 100%;
                    max-width: 110px;
                }

                & h3 {
                    font-size: var(--fs-18);
                    color: var(--primary-color);
                    font-weight: 400;
                }

                & p {
                    font-size: var(--fs-16);
                    color: var(--quinary-color);
                }

                & .item__card__footer {
                    display: flex;
                    gap: 10px;

                    & a {
                        background-color: var(--primary-color);
                        color: white;
                        font-size: var(--fs-16);
                        text-decoration: none;
                        width: 30px;
                        height: 30px;
                        border-radius: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
                    }

                    & a:hover {
                        background-color: var(--secondary-color);
                        color: var(--quinary-color);
                    }
                }
            }
        }
    }
}

.dynamic-content {

    & h2,
    h3 {
        color: var(--primary-color)
    }
}

.blog-wivet,
.carousel-blog {
    & article {
        & .item-card {
            & .item-card__img {
                max-height: 200px;
                overflow: hidden;

                & img {
                    border-radius: var(--space-16) var(--space-16) 0 0;
                    transform: scale(1);
                    transition: transform .3s ease-in-out;
                }
            }

            & .body-post {
                padding: 0 var(--space-16) var(--space-32) var(--space-16);

                & .category-blog {
                    & a {
                        border-color: var(--primary-color);
                        color: var(--primary-color);
                    }
                }

                & .date-blog {
                    & p {
                        margin-bottom: 10px;
                        text-align: left;
                    }
                }

                & h3 a {
                    color: var(--primary-color);
                }
            }
        }
    }

    & article:not(.post-small) {
        & .item-card {
            padding: 0;
        }
    }

    & article:hover {
        box-shadow: 0px 0px 20px 0px rgba(0, 51, 102, 0.20);
        border-radius: var(--space-32);

        & img {
            transform: scale(1.1) !important;
        }

        & h3 a {
            text-decoration: underline;
        }
    }
}

.single-post {
    & .single-post__title {
        & h1 {
            color: var(--primary-color);
        }
    }

    & .single-post__image {
        & img {
            border-radius: 0 !important;
        }
    }

    & .single-post__content {
        & h2 {
            color: var(--primary-color);
        }

        & p {
            max-width: 100% !important;
        }

        & img {
            border-radius: 0;
        }
    }

    & .carousel-blog {
        & article:hover {
            box-shadow: none !important;
        }
    }
}

.single-sharer {
    & h2 {
        color: var(--primary-color);
    }

    & address {
        & a {
            color: var(--primary-color);
            transition: color .3s ease-in-out;
        }

        & a:hover {
            color: var(--quinary-color);
        }
    }
}

#filter-order-wivet {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;

    & .filter-swiper {
        width: 100%;
        flex: 0 0 100%;
    }

    .swiper-slide span {
        height: 45px;
        cursor: pointer;
        border: 1px solid var(--primary-color);
        background-color: white;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        color: var(--primary-color);
        transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    }

    .current-cat span,
    .swiper-slide:hover span {
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
        color: var(--quinary-color);
    }

    @media screen and (max-width: 768px) {
        & .filter-swiper span {
            border-radius: 8px;
        }

        & fieldset {
            width: 100%;
        }
    }
}

#fixed-icons {
    position: fixed;
    bottom: 25%;
    right: 0;
    z-index: 9;

    & .inner-fixed__icons {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        flex-direction: column;
        align-items: flex-end;

        & .item-fix{
            & a{
                padding: 8px 16px;
                background: var(--primary-color);
                border-radius: 8px 0 0 8px;
                text-decoration: none;
                font-size: 14px;
                color: white;
                right: calc(-100% - -45px);
                display: flex;
                align-items: center;
                gap: 10px;
                position: relative;
                box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
                transition: right .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;

                & i{
                    font-size: 20px !important;
                }
            }

            & a:hover {
                /*background: var(--secondary-color);
                color: var(--quinary-color);*/
                right: 0;
            }
        }

    }
}


.wivet-cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    text-align: left;
    padding: 48px 0;
    z-index: 9999;
    box-shadow: 0px 0px 8.7px 0px #0033664D;
    /*transform: translateY(100%);*/
    display: none;

    & p{
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: var(--fs-18);

        & i{
            background: var(--primary-color);
            width: 37px;
            height: 37px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 100%;
            color: white;
            font-size: 1.6rem;
        }
    }

    & .butons-cookies{
        display: flex;
        gap: var(--space-24);
    }

    @media screen and (max-width: 768px){
        & p{
            align-items: flex-start;
            flex-direction: column;
        }

        & .butons-cookies{
            flex-direction: column;

            & button{
                width: 100%;
                max-width: 100%;
            }
        }
    }
}

.wivet-show-cookies{
    display: block;
    animation: fadeIn .5s ease-in-out;
}

.wivet-hide-cookies{
    animation: fadeOut .5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
    
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(100%);
    }
    
}


.contact-form {
    & h3{
        color: var(--primary-color);
    }

    & input[type="checkbox"]{
        accent-color: var(--primary-color) !important;
    }

}

.search-results {
    
    & h1{
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: normal;
    margin-bottom: 32px;
    }

    @media screen and (max-width: 768px){
        & h1{
            font-size: var(--fs-28);
        }

        & .products.columns-4{
            grid-template-columns: 1fr;

            & .product{
                & a{
                    max-width: 100%;
                }
            }
        }
    }
}


.veterinarios-carousel{
    background-color: #F5F6F8;

    & .swiper-slide{
        padding-bottom: 20px;
        padding-inline: 2px;
    }

    & .swiper-pagination{
        position: relative;
        margin-top: 35px;
    }

    & article{
        box-shadow: 0px 0px 6px 0px #00336633;
        border-radius: var(--b-radius-16);

        & .item__vet__content {
            padding: var(--space-24) var(--space-16);
            display: flex;
            flex-direction: column;
            gap: 24px;
            justify-content: space-between;
            height: 100%;


            & h3 {
                color: var(--primary-color);
                font-size: var(--fs-18);
                text-align: center;
            }

            & p {
                font-size: var(--fs-16);
                color: var(--quinary-color);
                text-align: center;
            }

            & .item__vet__foot {
                display: flex;
                gap: 15px;
                flex-direction: column;
            }
        }
    }

    & .swiper-out-navigation{
        position: relative;
    }

    & .container{
        & .d-flex {
            & a{
                max-width: fit-content;
            }
        }
    }

    @media screen and (max-width: 768px){
        & .swiper-button__outline{
            display: none !important;
        }

        & .swiper-pagination{
            position: relative !important;
            margin-top: 20px;
        }

        & article{
            & img{
                width: 100%;
            }

            & .wivet-btn{
                max-width: 100%;
            }
        }
    }
}


.especialidades-carousel {
    & .swiper-slide{
        padding: 5px;
    }
    & .swiper-pagination {
        bottom: 20px !important;
    }

    & .container:last-child a{
        max-width: fit-content;
    }

    @media screen and (max-width: 768px){
        & .swiper-button__outline{
            display: none !important;
        }

        & .swiper-pagination{
            position: relative !important;
            margin-top: 45px;
        }
    }
}

.grid-especialidades{

    & h2{
        color: var(--quinanry-color);
        font-size: var(--fs-28);
        text-align: center;
        margin-bottom: var(--space-48);
        font-weight: normal;
    }

    & .especialidades-search-form{
        max-width: 780px;
        margin: 0 auto var(--space-48) auto;
        position: relative;

        & input{
            border-radius: 60px !important;
        }

        & button{
            border: none;
            background: transparent;
            color: var(--primary-color);
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
        }
    }

    @media screen and (max-width: 768px){
        & h2{
            font-size: var(--fs-20);
        }
    }
}

@media screen and (max-width: 991px) {
    .shortcuts {
        transform: translateY(0);
        padding-block: var(--space-24);

        & .shortcuts__grid {
            grid-template-columns: repeat(3, minmax(168px, 1fr));
        }
    }

    div[data-feed-item-index="6"],
    div[data-feed-item-index="7"] {
        display: none !important;
    }

    .container {
        overflow: hidden;
    }

    .container-m {
        margin: 0 15px;
    }

    .swiper-out-navigation .swiper {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {

    .banner-page {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        & h1 {
            font-size: var(--fs-28);
        }
    }

    header {
        & .header__logo img {
            max-width: 100px;
        }
    }

    .shortcuts-activate {

        & .wivet-btn {
            max-width: 100%;
        }

        & .swiper-pagination {
            bottom: 60px !important;
        }
    }

    .shortcuts {
        transform: translateY(0%);
        padding: var(--space-24) 15px;

        & .shortcuts__grid {
            grid-template-columns: repeat(2, minmax(168px, 1fr));

            & article:first-child {
                grid-column: 1 / span 2;

                & figure {
                    display: flex;
                    gap: 16px;
                    align-items: center;
                    justify-content: flex-start;

                    & svg {
                        margin: 0;
                    }

                    & p {
                        max-width: 100%;
                        margin: 0;
                    }
                }
            }
        }
    }

    .shortcuts-services {
        & .shortcuts-services__grid {
            & article {
                flex: 0 0 100%;

                & h3 {
                    font-size: var(--fs-18) !important;
                }

                & p {
                    font-size: var(--fs-14) !important;
                }
            }
        }
    }

    .banner_dual {
        padding: 0 0;

        & .banner_dual_inner {
            padding: var(--space-32) var(--space-16);
            gap: 32px;
            flex-direction: column;
            flex-direction: column-reverse;

            & img {
                width: 100%;
                min-height: auto;
                max-height: 175px;
            }

            & h2 {
                font-size: var(--fs-20);
            }

            & .wivet-btn {
                max-width: 100%;
            }
        }
    }

    .carousel-products {

        &>.container:last-child {

            & .wivet-btn {
                max-width: 100%;
            }
        }

        & div[class*="swiper-button"] {
            display: none !important;
        }
    }

    .grid-products {
        & .filters {
            position: fixed;
            z-index: 9;
            width: 100%;
            height: 100vh;
            top: 0;
            transform: translateX(-100%);
            padding: 0;
            border-radius: 0;
            transition: transform 0.3s ease-in-out;

            & aside {
                height: calc(100% - 125px);
                overflow-y: scroll;

                & h3 {
                    display: none;
                }
            }
        }

        & .col-md-9 {
            width: 100%;

            & .products.columns-4 {
                grid-template-columns: repeat(auto-fit, minmax(0, 100%));

                & .wivet-btn {
                    max-width: 100%;
                }

            }
        }
    }

    .filter-open {
        overflow: hidden;

        & .filters {
            transform: translateX(0%);
            transition: transform 0.3s ease-in-out;
        }
    }

    .header-filter {
        background: var(--primary-color);
        padding: var(--space-16);
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: var(--fs-16);

        & i {
            font: 1.3rem;
            cursor: pointer;
        }
    }

    .footer-filter {
        position: absolute;
        bottom: 0;
        padding: 16px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
        border-top: 1px solid rgba(30, 31, 34, 0.15);
        z-index: 9999;
        background: white;

        & p {
            text-decoration: underline;
            color: var(--primary-color);
            font-size: var(--fs-14);
            cursor: pointer;
        }

        & button {
            font-size: var(--fs-14);
        }
    }

    .instagram-feed {

        & h3 {
            font-size: var(--fs-20);
            margin-top: var(--space-16);
        }
    }

    .blog-tabs {
        & .nav-tabs {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
            padding: 0 0 5px 0;
            gap: var(--space-16);
            /*
            scroll-snap-points-x: repeat(300px);
            scroll-snap-type: mandatory;
            */

            & button {
                flex: 0 0 auto;
            }
        }

        &>.container:last-child {

            & .wivet-btn {
                max-width: 100%;
            }
        }

        & .nav-tabs::-webkit-scrollbar {
            width: 10px;
            height: 10px;
        }

        & .nav-tabs::-webkit-scrollbar-thumb {
            background: transparent;
            border-radius: 10px;
        }

        & .nav-tabs::-webkit-scrollbar-track {
            background: transparent;
        }

        & div[class*="swiper-button"] {
            display: none !important;
        }
    }

    .split-blocks {
        & .row {
            gap: var(--space-32);

            & img {
                min-height: 215px;
                max-height: 215px;
            }

            & .wivet-btn {
                max-width: 100%;
            }
        }
    }

    .faq_accordeon {
        & h2:not(.accordion-header) {
            font-size: var(--fs-20);
            text-align: left;
            margin-bottom: var(--space-32);
        }

        & .accordion-item {
            & button {
                gap: var(--space-16);
                font-size: var(--fs-16);

                & i {
                    flex: 0 0 37px
                }
            }
        }
    }

    .red-wivet__tabs {
        & .nav-link {
            min-width: 50%;
            font-size: var(--fs-14);
        }

        & .tab-pane {
            & table {
                border: 1px solid #F5F6F8;

                & th {
                    font-size: var(--fs-16);
                    border: 1px solid white;
                }

                & td {
                    font-size: var(--fs-14);
                    border-inline: 1px solid #F5F6F8;
                }
            }
        }
    }


    .thumb-info {
        &>.container-m {
            & img {
                object-position: right;
            }

            & .thumb-info-content {
                padding: 15px;
                max-width: 100%;

                & h1 {
                    font-size: var(--fs-24);
                }

                & .content {

                    & p {
                        font-size: var(--fs-16);
                    }

                    & .dates {
                        font-size: var(--fs-14);
                    }
                }
            }
        }

        &>.container-m::before {
            content: '';
            background: linear-gradient(92deg, #E1E5F0 40.01%, rgba(228, 235, 245, 0.00) 126.36%);
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }
    }

    .services-grid {
        & .blog-grid {
            & article {
                flex: 0 0 100%;
            }
        }
    }

    .promociones-banner_block {
        & img {
            width: 100%;
        }

        & .inner_content__banner {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            max-width: 100%;
            padding-left: 0;

            & h2 {
                font-size: var(--fs-22);
            }

            & p {
                font-size: var(--fs-16);
            }
        }

        & .swiper-button-prev,
        .swiper-button-next {
            display: none !important;
        }
    }


    .single-product {
        & .image-column__product {

            & .swiper-wrapper {
                padding-bottom: 20px;
            }

            & .swiper-button__outline {
                border: none !important;
            }

            & #swiper-thumb_prev {
                left: 0 !important;
            }

            & #swiper-thumb_next {
                right: 0 !important;
            }
        }

        & .info-column__product {
            padding-left: 15px;
            margin-top: var(--space-24);

            & .cat_product {
                font-size: var(--fs-16);
            }

            & .entry-title {
                font-size: var(--fs-24);
            }

            & .sku-producto {
                font-size: var(--fs-16);
            }

            & .delivery-pickup {
                margin-bottom: var(--space-32);

                & .inner-delivery-pickup {
                    align-items: flex-start;
                    flex-direction: column;
                    gap: 8px;
                }
            }

            & .price {
                margin-bottom: var(--space-32);

                & bdi {
                    font-size: var(--fs-22);
                }

            }

            & .wivet-btn {
                max-width: 100%;
            }
        }

        .thumbs-navegation {
            position: relative;
            margin-bottom: var(--space-32);

            & .swiper-tabs__product-thumbs {
                max-width: 85%;
                margin: 0 auto;

                & .swiper-slide {
                    & button {
                        border: none;
                        background: transparent;
                        padding: 16px;
                        font-size: var(--fs-14);
                        color: var(--quinary-color);
                        height: 75px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                }

                & .swiper-slide-thumb-active {
                    & button {
                        color: var(--primary-color);
                        border-bottom: 3px solid var(--primary-color);
                        background: transparent !important;
                    }

                    & button:after {
                        content: '';
                        height: 3px;
                        width: 100%;
                        display: block;
                        background: var(--primary-color);
                        position: absolute;
                        bottom: 0;
                        left: 0;
                    }

                }

            }



            & .swiper-button__outline {
                border: none !important;
            }

            & #swiper-thumbnav_prev {
                left: -15px !important;
            }

            & #swiper-thumbnav_next {
                right: -15px !important;
            }
        }

        & .thumbs-navegation::before {
            content: '';
            height: 3px;
            width: calc(100% + 30px);
            display: block;
            background: #F5F6F8;
            position: absolute;
            bottom: 0px;
            left: -15px;
            z-index: 1;
        }
    }

    .content_template {
        & h2 {
            font-size: var(--fs-22);
        }
    }

    .veterianos-wivet {
        padding-bottom: 0;

        & .filter-nav {
            & .nav-tabs {
                flex-direction: row;
                flex-wrap: nowrap;

                & .nav-link {
                    min-width: 50%;
                    font-size: var(--fs-14);
                    padding: 10px 5px;
                }
            }
        }

        & .grid__vets {
            grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
            padding-bottom: 15px;

            & article {
                overflow: hidden;

                & .item__vet {
                    & .item__vet__image {
                        & img {
                            width: 100%;
                            object-fit: cover;
                            aspect-ratio: 16 / 9;
                            object-position: center;
                        }
                    }
                }

                & .item__vet.v2 {
                    & .item__vet__content {
                        gap: 0;

                        & .item__vet__foot {
                            padding-top: 15px;
                            border-top: 1px solid var(--primary-color);
                        }
                    }
                }

                & .wivet-btn {
                    max-width: 100%;
                }
            }
        }
    }

    .single-vet {
        & .grey-block {
            flex-direction: column;
            padding: 32px 16px;

            & .single-vet__image {
                flex: 0 0 100%;
                width: 100%;

                & img {
                    width: 100%;
                    height: auto;
                    aspect-ratio: 16/12;
                    object-fit: cover;
                    border-radius: 8px;
                }
            }

            & .single-vet__title {
                width: 100%;
            }
        }

        & .wivet-btn {
            max-width: 100%;
        }
    }

    .services-grid {
        padding-bottom: 5px;

        & article {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }


    #showExams {
        max-width: 100%;

        & span {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
    }

    .info-single {
        & .row {
            flex-direction: column-reverse;
            gap: 32px;

            & h2 {
                font-size: var(--fs-22) !important;
            }
        }
    }


    .container {
        overflow: hidden;
    }

    .container-s {
        margin: 0 15px;
    }

    .column-4 {
        grid-template-columns: 1fr !important;
    }

    /** Sección Instagram **/

    .instagram-gallery-list[data-feed_layout=masonry] .instagram-gallery-item,
    .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item {
        min-width: 100% !important;
    }

    div[data-feed-item-index="3"],
    div[data-feed-item-index="4"],
    div[data-feed-item-index="5"],
    div[data-feed-item-index="6"],
    div[data-feed-item-index="7"] {
        display: none !important;
    }



    .content_about {

        & .item_about {
            margin-block: 0;

            & h2 {
                font-size: var(--fs-22);
            }

            & h3 {
                font-size: var(--fs-18);
            }

            & p {
                font-size: var(--fs-16);
            }

            & .cuantificadores {
                gap: 56px;
                flex-direction: column;
                margin-top: var(--space-56) !important;

                & .cuantificador {

                    & h3 {
                        font-size: var(--fs-41);
                    }
                }
            }


            & .images-grid {
                margin-block: var(--space-56);

                & .inner-images-grid {
                    flex-direction: column;
                    gap: var(--space-24);

                    & .item_image {
                        flex: 0 0 100%;
                        max-width: 100%;

                        & img {
                            object-fit: cover;
                        }

                    }

                    & .item_image:nth-child(even) {
                        margin-top: 0;
                    }
                }
            }
        }
    }

    .grid-team__list {
        & .grid__column_3 {
            grid-gap: 56px;

            & .item__inner_card {
                justify-content: center;
            }
        }
    }

    .banner-full_color {
        margin-bottom: var(--space-56);
    }


    .contact-form .wpcf7-list-item label {
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: flex-start;
    }

    .contact-form .wpcf7-list-item label > input{
        margin-top: 3px;
    }
}