#index {
    background: #FCFCFC;
}

#index #wrapper {
    padding-bottom: 0 !important;
}

.product-miniature {
    display: flex;
    width: 259px;
    padding: var(--space0, 0px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space1, 8px);
    background-color: white;
    height: 100%;
}

.product-miniature:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}


@media only screen and (max-width: 600px) {
    .product-title {
        height: auto;
    }
}

@media only screen and (max-width: 600px) {
    .product-miniature {
        display: flex;
        width: 165px;
        padding: var(--space0, 0px);
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space1, 8px);
    }
}

.product-miniature .thumbnail-container {
    width: 100%;
    display: flex;
    align-items: center;
}

.product-miniature .thumbnail-container .product-thumbnail {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .product-miniature .thumbnail-container {
        height: 168px;
    }
}

.product-miniature .product-description {
    margin-top: 2px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .product-miniature .product-description {
        margin-top: 8px;
    }
}

/* .product-miniature .thumbnail-container .thumbnail img {
    width: 277.194px;
    height: 259px;
} */

@media only screen and (max-width: 600px) {
    .product-miniature .thumbnail-container .thumbnail img {
        object-fit: contain;
        width: 165px;
        height: 150px;
        zoom: 150%;
    }
}

@media only screen and (max-width: 600px) {
    .js-product-miniature-wrapper {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 600px) {
    .products {
        padding: 0;
    }
}

.product-description .product-title {
    margin-top: 2px;
}

.product-description .product-color-variants ul {
    display: flex;
    flex-direction: row;
    padding: var(--space1, 8px) 0px;
    align-items: center;
    gap: var(--space05, 4px);
    align-self: stretch;
}

.product-description .product-color-variants .color-variant {
    width: 20px;
    height: 20px;
    border-radius: var(--space05, 4px);
    border: 1px solid var(--neutral-neutral-100, #E8EAED);
}

.product-description .product-color-variants .more-colors {
    color: var(--neutral-neutral-500, #8B96A5);
    text-align: center;

    /* Body/ExtraSmall/Regular */
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 138.462% */
}

/* SEPARADOR hr EN PRODUCTOS */

.product-separator {
    display: flex;
    margin: var(--space05, 4px) 0;
}

.product-miniature .preorder-inmediata {
    padding: var(--space05, 4px) var(--space0, 0px);
}

/* HOVER SOBRE PRODUTOS */
.product-functional-buttons {
    background: transparent;
}

.product-functional-buttons .js-iqitwishlist-add {
    border-radius: var(--space0, 0px);
    background: rgba(255, 255, 255, 0.46);
    position: absolute;
    top: -230px;
    right: 7px;
}

.products-grid .product-miniature-default .product-title {
    height: auto;
}


#index .title-home {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

#index .subtitle-home {
    font-size: 19px;
    text-align: center;
    margin: 22px;
}

#index .text {
    font-size: 14px;
}

.btn-readmore {
    display: flex;
    padding: 12px;
    border: 2px solid #000000;
    justify-content: center;
    background: #87b02b;
    transition: 0.5s;
    width: 177px;
    margin: 0 0 0 auto
}

.btn-readmore div:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding-right: 12px;
    transition: 0.5s;
}

.btn-readmore div:nth-child(2) {
    width: 8px;
    padding-bottom: 3px;
}

.product-miniature-grid .product-functional-buttons {
    background: transparent;
}

.category-description-seo {
    display: flex;
    padding: var(--space7, 56px) 10px;
    flex-direction: column;
    gap: var(--space4, 32px);
    align-self: stretch;
}

#footer {
    background: #FCFCFC;
}

.custom-checkbox {
    position: relative;
    cursor: pointer;
    display: block;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.custom-checkbox input:checked~.checkmark {
    background-color: var(--primary-color, #50A826);
}

.custom-checkbox .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.custom-checkbox input:checked~.checkmark:after {
    display: block;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox label {
    margin-left: 22px;
}



#products.-facets-loading #facets-loader-icon {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#products.-facets-loading #facets-loader-icon .fa-spin {
    color: green;
}

/* HOME: CATEGORIAS MINI */
#index .mobile-header-category {
    display: none;
}

@media only screen and (max-width: 600px) {
    #index .mobile-header-category {
        display: flex;
        width: 100%;
        padding: var(--space0, 0px) var(--space1, 8px);
        justify-content: space-between;
        align-items: center;
    }

    #index .mobile-header-category h2 {
        color: var(--neutral-_-neutral-800, #232629);
        font-family: Poppins;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    #index .mobile-header-category a {
        color: var(--primary-primary-600, #3C7E1D);
        text-align: center;
        font-feature-settings: 'clig'off, 'liga'off;

        /* text-btn/btn-small */
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

#index .category-block-mini {
    display: flex;
    padding: 0;
}

#index .category-block-mini .left-section {
    width: 338px;
    height: 278px;
    flex-shrink: 0;
    background: var(--neutral-neutral-0, #FFF);
}

@media only screen and (max-width: 600px) {
    #index .category-block-mini .left-section {
        display: none;
    }
}

#index .category-block-mini .left-section img {
    fill: var(--neutral-neutral-0, #FFF);
    width: 338px;
    height: 278px;
    border-radius: var(--radius05, 4px);
    border-top-right-radius: 1px solid var(--neutral-neutral-100, #E8EAED);
    border-bottom-right-radius: 1px solid var(--neutral-neutral-100, #E8EAED);
}

#index .category-block-mini .left-section h2 {
    color: var(--neutral-neutral-0, #FFF);
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    bottom: 80px;
    left: 30px;
    width: 249px;
}

#index .category-block-mini .left-section a {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    height: 40px;
    padding: 0px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: var(--space0, 0px);
    border: 1px solid var(--white, #FFF);
    background: var(--white, #FFF);
    color: var(--dark, #1C1C1C);
    text-align: center;
    font-feature-settings: 'clig'off, 'liga'off;
    cursor: pointer;
    /* text-btn/btn-normal */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* shadow-sm */
    box-shadow: 0px 1px 2px 0px rgba(56, 56, 56, 0.08);
}

#index .category-block-mini .right-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

@media only screen and (max-width: 600px) {
    #index .category-block-mini .right-section {
        display: flex;
        overflow-x: auto;
    }
}

#index .category-block-mini .right-section a .item {
    width: 258px;
    height: 140px;
    border: 1px solid var(--neutral-neutral-100, #E8EAED);
    background: var(--neutral-neutral-0, #FFF);
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 4px;
    transition: border 0.3s ease, width 0.3s ease, height 0.3s ease;
}

@media only screen and (max-width: 600px) {
    #index .category-block-mini .right-section a .item {
        flex-direction: column-reverse;
        display: flex;
        padding: var(--space1, 8px) var(--space05, 4px);
        align-items: center;
        gap: var(--space05, 4px);
        width: auto;
        height: 100%;
        justify-content: flex-end;
    }
}

#index .category-block-mini .right-section a:nth-child(4)>div {
    border-top-right-radius: 4px;
}

#index .category-block-mini .right-section a:last-child>div {
    border-bottom-right-radius: 4px;
}

@media only screen and (max-width: 600px) {

    #index .category-block-mini .right-section a:nth-child(4)>div,
    #index .category-block-mini .right-section a:last-child>div {
        border-radius: 0;
    }
}


#index .category-block-mini .right-section .item:hover {
    border: 1px solid var(--neutral-neutral-200, #D1D5DB);
}



@media (min-width: 600px) {
    #index .category-block-mini .right-section .item:hover {
        border: 1px solid var(--neutral-neutral-200, #D1D5DB);
    }

    /*  #index .category-block-mini .right-section .item:hover img {
     width: 87.267px;
     height: 87.267px;
     flex-shrink: 0;
 } */
}

#index .category-block-mini .right-section .item .item-text h3 {
    color: var(--primary-primary-600, #3C7E1D);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media only screen and (max-width: 600px) {
    #index .category-block-mini .right-section .item .item-text h3 {
        width: 96.307px;
        color: var(--dark, #1C1C1C);
        text-align: center;

        /* Body/ExtraSmall/Semibold */
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        /* 138.462% */
    }
}

#index .category-block-mini .right-section .item .item-text p {
    color: var(--neutral-neutral-500, #8B96A5);
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    transition: width 0.3s ease, height 0.3s ease;
}

@media only screen and (max-width: 600px) {
    #index .category-block-mini .right-section .item .item-text p {
        display: contain;
    }
}


#index .category-block-mini .right-section .item img {
    width: 110px;
    height: 110px;
    flex-shrink: 0;
    transition: width 0.3s ease, height 0.3s ease;
}



@media only screen and (max-width: 600px) {
    #index .category-block-mini .right-section .item img {
        width: 87.267px;
        height: 87.267px;
        flex-shrink: 0;
    }

}

/* Especialistas en carpas */

#index #content .home-title-h1>div>h1 {
    color: var(--primary-primary-600, #3C7E1D);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}


#index #content .home-title-h2>div>h2 {
    color: var(--neutral-neutral-700, #464B53);
    text-align: center;
    /* Heading/H2/Regular */
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media only screen and (max-width: 600px) {
    #index #content .home-title-h1>div>h1 {
        padding: var(--space4, 32px) var(--space2, 16px) 0 var(--space2, 16px);
        font-size: 19px;
    }

    #index #content .home-title-h2>div>h2 {
        padding: 0 var(--space4, 32px);
        font-size: 17px;
    }
}


#index #content .home-title-h2>div {
    margin-top: var(--space1, 8px);
}

#index #content .home-p>div {
    margin: var(--space4, 32px) 0;

}

#index #content .info-home {
    background: var(--neutral-neutral-0, #FFF);
}

@media only screen and (max-width: 600px) {
    #index #content .info-home {
        padding: 0 var(--space2, 16px);

    }
}

#index #content .home-p>div>div {
    color: var(--neutral-neutral-700, #464B53);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    #index #content .home-p>div>div {
        padding: 0 var(--space4, 32px);
        font-size: 14px;
    }

    #index #content .home-title-h2>div {
        margin-top: 0;
    }
}

#index .services-container {
    display: flex;
    padding: var(--space4, 32px) var(--space0, 0px);
    justify-content: center;
    align-items: center;
    gap: var(--space4, 32px);
}

@media only screen and (max-width: 600px) {
    #index .services-container {
        display: flex;
        width: 360px;
        padding: var(--space4, 32px) var(--space2, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
}

#index .services-container .service {
    display: flex;
    width: 366px;
    align-items: flex-start;
    gap: var(--space3, 24px);
    flex-shrink: 0;
}

#index .services-container .service:nth-child(1) .icon {
    display: flex;
    width: 66px;
    height: 66px;
    padding: 17.273px 8.766px 17.201px 8.869px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

#index .services-container .service:nth-child(2) .icon {
    display: flex;
    width: 66px;
    height: 66px;
    padding: 12.994px 8.869px 12.994px 8.92px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

#index .services-container .service .service-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space1, 8px);
    flex: 1 0 0;
}

#index .services-container .service .service-content h4 {
    color: var(--secondary-secondary-500, #FDAE07);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#index .services-container .service .service-content p {
    color: var(--neutral-neutral-600, #68717C);

    /* Body/Small/Light */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

#index #content .home-h2>div>h2 {
    color: var(--neutral-_-neutral-800, #232629);

    /* Heading/H2/Semibold */
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: var(--space4, 32px);
    margin-top: var(--space6, 48px);
}

/* HOME EQUIPO */

#index .team-section {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: var(--space7, 56px) 30px;
    background: var(--neutral-neutral-50, #F4F5F7);
    width: 100%;
    justify-content: center;
    margin-top: var(--space7, 56px);
}

@media only screen and (max-width: 600px) {
    #index .team-section {
        display: flex;
        padding: var(--space4, 32px) var(--space2, 16px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--space4, 32px);
        width: auto;
    }
}

#index .team-section .team-intro {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

@media only screen and (max-width: 600px) {
    #index .team-section .team-intro {
        width: auto;
    }
}

#index .team-section .team-intro h5 {
    color: var(--primary-primary-700, #385B27);
    /* Heading/H5/SemiBold */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#index .team-section .team-intro h2 {
    color: var(--neutral-_-neutral-800, #232629);
    /* Heading/H2/Semibold */
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media only screen and (max-width: 600px) {
    #index .team-section .team-intro h2 {
        width: auto;
        font-size: 17px;
    }
}


#index .team-section .team-intro p {
    color: var(--neutral-_-neutral-800, #232629);

    /* Body/Small/Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
}

#index .team-section .team-intro a {
    color: var(--primary-primary-700, #385B27);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    text-decoration-line: underline;
}

#index .team-section .team-members {
    display: flex;
    padding: var(--space0, 0px);
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 600px) {
    #index .team-section .team-members {
        display: flex;
        padding: var(--space0, 0px);
        align-items: center;
        align-content: center;
        gap: 16px var(--space2, 16px);
        align-self: stretch;
        flex-wrap: wrap;
        justify-content: center;
    }
}

#index .team-section .team-members .team-member {
    display: flex;
    padding: var(--space1, 8px);
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

#index .team-section .team-members .team-member img {
    border-radius: var(--space2, 16px);
    width: 427px;
    height: 240px;
    object-fit: cover;
}

#index .team-section .team-members .team-member h4 {
    color: var(--neutral-_-neutral-800, #232629);

    /* Body/Normal/Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#index .team-section .team-members .team-member p {
    color: var(--neutral-neutral-600, #68717C);
    /* Body/Normal/Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#index .team-section .team-members .team-member p,
#index .team-section .team-members .team-member h4 {
    margin: 0;
}

#index .team-section .team-members .team-member .team-member-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space1, 8px);
}



@media only screen and (max-width: 600px) {
    #index .team-section .team-members .team-member {
        display: flex;
        width: 156px;
        padding: var(--space0, 0px) var(--space1, 8px);
        flex-direction: column;
        align-items: center;
        gap: var(--space1, 8px);
    }

    #index .team-section .team-members .team-member h4,
    #index .team-section .team-members .team-member p {
        font-size: 14px;
        line-height: 18px;
    }

    #index .team-section .team-members .team-member .team-member-info {
        gap: var(--space05, 4px);
    }
}

/* HOME TARJETAS */

#index .promo-section {
    display: flex;
    padding: var(--space8, 64px) var(--space0, 0px);
    justify-content: center;
    align-items: center;
    gap: var(--space2, 16px);
}

@media only screen and (max-width: 600px) {
    #index .promo-section {
        flex-direction: column;
    }
}

#index .promo-section .promo-item {
    width: 655px;
    height: 279px;
    flex-shrink: 0;
    border-radius: var(--radius1, 8px);
    display: flex;
}

@media only screen and (max-width: 600px) {
    #index .promo-section .promo-item {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
}

#index .promo-section .promo-item .promo-image {
    width: 605.893px;
}

@media only screen and (max-width: 600px) {
    #index .promo-section .promo-item .promo-image {
        width: 100%;
    }
}

#index .promo-section .promo-item .promo-image img {
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-top-left-radius: var(--radius1, 8px);
    border-bottom-left-radius: var(--radius1, 8px);
}

@media only screen and (max-width: 600px) {
    #index .promo-section .promo-item .promo-image img {
        border-radius: 8px 8px 0 0;
        width: 100%;
    }
}


#index .promo-section .promo-item .promo-content {
    display: flex;
    width: 387px;
    height: 279px;
    padding: var(--space3, 24px) var(--space2, 16px);
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-top-right-radius: var(--radius1, 8px);
    border-bottom-right-radius: var(--radius1, 8px);
}

@media only screen and (max-width: 600px) {
    #index .promo-section .promo-item .promo-content {
        width: 100%;
        height: auto;
        border-radius: 0 0 8px 8px;
    }
}


#index .promo-section .promo-item:nth-child(1) .promo-content {
    background: var(--secondary-secondary-500, #FDAE07);
}

#index .promo-section .promo-item:nth-child(1) .promo-content h2 {
    width: 345px;
}

@media only screen and (max-width: 600px) {
    #index .promo-section .promo-item:nth-child(1) .promo-content h2 {
        width: auto;
    }
}

#index .promo-section .promo-item:nth-child(1) .promo-content a {
    right: unset;
    left: 42%;
}

#index .promo-section .promo-item:nth-child(2) .promo-content {
    background: var(--primary-primary-500, #50A826);
}

#index .promo-section .promo-item .promo-content h2 {
    color: var(--neutral-neutral-0, #FFF);
    /* Heading/H2/Semibold */
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media only screen and (max-width: 600px) {
    #index .promo-section .promo-item .promo-content h2 {
        font-size: 19px;
    }
}

#index .promo-section .promo-item .promo-content p {
    color: var(--neutral-neutral-0, #FFF);

    /* Body/Small/Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    width: 347px;
    /* 128.571% */
}

#index .promo-section .promo-item .promo-content a {
    color: var(--neutral-neutral-0, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    position: absolute;
    right: 40px;
    bottom: 108px;
}

@media only screen and (max-width: 600px) {
    #index .promo-section .promo-item .promo-content a {
        position: inherit;
    }

    #index #mobile-header-sticky .menu-header-nav {
        border-top: none;
    }

    #index .swiper-slide-image {
        height: 260px;
        object-fit: cover;
    }

    #index #content .home1 {
        margin-top: 30px;
    }
}

/* HOME: MODULO DE REVIEWS */
#index .review-block {
    background: var(--neutral-neutral-50, #F4F5F7);
}

#index #lggooglereviews {
    width: 100%;
    padding: var(--space7, 56px) 10px;
    flex-direction: column;
    align-items: center;
    gap: var(--space4, 32px);
}

#index #lggooglereviews .lggooglereviews_place {
    display: flex;
}

@media screen and (max-width: 600px) {
    #lggooglereviews .lggooglereviews_place {
        flex-direction: column;
    }

}

#index #lggooglereviews .review-container-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space1, 8px);
}

#index #lggooglereviews .title-review {
    color: var(--primary-primary-600, #3C7E1D);
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    text-align: center;
    margin: 0;
}

#index #lggooglereviews .subtitle-review {
    color: var(--neutral-neutral-700, #464B53);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    text-align: center;
    margin: 0;
}

@media only screen and (max-width: 600px) {
    #lggooglereviews .title-review {
        font-size: 18px;
    }

    #index #lggooglereviews .subtitle-review {
        font-size: 14px;
    }
}

#index #lggooglereviews .lg-google-place {
    width: 320px;
    display: flex;
    padding: var(--space4, 32px) var(--space3, 24px);
    align-items: flex-start;
    gap: var(--space2, 16px);
    align-self: stretch;
}


#index #lggooglereviews .lg-google-right-stars .block-stars-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space1, 8px);
}

#index #lggooglereviews .lg-google-right-stars .block-stars-1 .review-star-block .lg-google-rating {
    color: #FBBC04;
    text-align: center;
    font-family: Poppins;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#index #lggooglereviews .lg-google-right-stars .block-stars-1 .review-star-block .lg-google-stars .lg-stars .lg-star svg {
    width: 20px !important;
    height: 19px !important;
    flex-shrink: 0;
}

#index #lggooglereviews .lg-google-right-stars .block-stars-1 .lg-google-based {
    color: var(--neutral-neutral-700, #464B53);
    text-align: center;
    font-family: Inter;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: var(--space2, 16px);
}

#index #lggooglereviews .lg-google-right-stars .block-stars-1 .lg-google-based span {
    color: var(--neutral-neutral-700, #464B53);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#index #lggooglereviews .lg-google-right-stars .review-text-1 {
    margin: 0;
    color: var(--neutral-neutral-700, #464B53);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#index #lggooglereviews .lg-google-place .review-star-block .review-text-1 {
    margin: 0;
    color: var(--neutral-neutral-700, #464B53);
    text-align: center;

    /* Body/Normal/Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#index #lggooglereviews .lg-google-right-stars .see-all-reviews a {
    color: var(--neutral-neutral-600, #68717C);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

#index #lggooglereviews-owl-1 .owl-stage-outer .lg-google-review .lg-google-right .slide-name span {
    color: var(--neutral-neutral-700, #464B53);

    /* Body/Normal/Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#index #lggooglereviews-owl-1 .owl-stage-outer .lg-google-review .lg-google-right .lg-google-item {
    color: var(--neutral-neutral-500, #8B96A5);
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-right: var(--space2, 16px);
}

#index #lggooglereviews-owl-1 .owl-stage-outer .lg-google-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    align-self: stretch;
    overflow: hidden !important;
    color: #8C8C8C !important;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 18px !important;
    white-space: normal !important;
}

#index #lggooglereviews-owl-1 .owl-stage-outer .owl-item {
    width: 328px !important;
}

#index #lggooglereviews-owl-1 .owl-stage-outer .owl-item .user-avatar-review {
    width: 47px !important;
    height: 47px !important;
    margin-right: 30px !important;

}


#index #lggooglereviews-owl-1 .owl-stage-outer .owl-item .slide-container {
    border-radius: var(--space1, 8px);
    background: #FFF;
    padding: var(--space3, 24px) var(--space2, 16px);
    width: 328px;
    height: 235px;
}

#index #lggooglereviews-owl-1 .owl-stage-outer .owl-item .slide-container .lg-google-review {
    display: flex;
    gap: var(--space2, 16px);
}

#index #lggooglereviews-owl-1 .owl-stage-outer .lg-google-feedback {
    margin: var(--space2, 16px) 0;
}

#index #lggooglereviews-owl-1 .owl-stage-outer .lg-google-feedback .lg-google-stars .lg-star svg {
    width: 16.842px;
    height: var(--space2, 16px);
}

#index #lggooglereviews #lggooglereviews-owl-1 {
    width: 1050px !important;
}

@media only screen and (max-width: 600px) {
    #index #lggooglereviews #lggooglereviews-owl-1 {
        width: 100% !important;
    }
}

#index #lggooglereviews #lggooglereviews-owl-1 .owl-stage {
    display: flex;
    gap: var(--space2, 16px);
}

#index #lggooglereviews-owl-1 .owl-stage-outer .lg-google-left {
    display: flex;
    align-items: center;
}

/* CAMBIOS PARA ELEMENTOR */

#index .elementor-column-gap-default .elementor-element-populated {
    padding: 0px;
}

#index .products-slider-1 {
    margin: 0px;
}

#index .home-slider {
    margin-top: 0;
}

@media only screen and (max-width: 600px) {
    #index .home-slider {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 600px) {
    #index .container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

/* CAMBIOS HOME ELEMENTOR MOBILE */

@media only screen and (max-width: 600px) {
    #index .slider-hide-mobile {
        display: none;
    }
}

#index .recommend-home {
    display: none;
}

@media only screen and (max-width: 600px) {
    #index .recommend-home {
        display: flex;
        padding-top: var(--space3, 24px);
    }

    #index .recommend-home .rte-content {
        display: flex;
        justify-content: space-between;
        padding: var(--space0, 0px) var(--space1, 8px);
        align-items: center;
    }

    #index .recommend-home .h2-home-mobile {
        color: var(--neutral-_-neutral-800, #232629);
        font-family: Poppins;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    #index .recommend-home .a-home-mobile {
        color: var(--primary-primary-600, #3C7E1D);
        text-align: center;
        font-feature-settings: 'clig'off, 'liga'off;
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    #content .recommend-home .js-product-miniature-wrapper {
        margin-top: 20px
    }
}

/* BLOG */

#index .blog-block {
    padding: var(--space8, 64px) var(--space3, 24px);
    background: var(--neutral-neutral-0, #FFF);
}

#index .blog-title h2 {
    color: var(--dark, #1C1C1C);

font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 24px;
}

#index .post-title {
    color: var(--primary-primary-700, #385B27);

font-family: Inter;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: 15px; /* 136.364% */
border-bottom: none;
margin: 0;
padding-bottom: 8px;
padding: 0 var(--space2, 16px);
}

#index .post-title a {
    display: flex;
    padding: var(--space05, 4px);
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: var(--space05, 4px);
    background: var(--primary-primary-100, #DCEED4);
    width: fit-content;
}

#index .post-title a:first-of-type:nth-last-of-type(2) {
    display: none;
}

#index .post-title a:first-of-type:nth-last-of-type(2) + a {
    display: flex;
    padding: var(--space05, 4px);
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: var(--space05, 4px);
    background: var(--primary-primary-100, #DCEED4);
    width: fit-content;
}

#index .blog-block .d-inline {
   display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    align-self: stretch;
    color: var(--dark, #1C1C1C);

font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 19.5px; /* 130% */
 padding: 8px var(--space2, 16px) 0 var(--space2, 16px);
}

#index .simpleblog__listing__post__wrapper__content__readmore {
    display: none;
}

#index .simpleblog__listing__post__wrapper__footer {
    display: none;
}

/* MOBILE */

@media only screen and (max-width: 600px) {
  #index .blog-title h2{
color: var(--dark, #1C1C1C);

/* Mobile/Heading/H2/Semi */
font-family: Poppins;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: normal;
  }

#index .simpleblog-posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#index .simpleblog-posts-column {
    max-width: 100%;
}
#index .simpleblog-posts-column .photo{
    height: 159px;
}

#index .blog-block .d-inline {
    font-size: 14px;
}
}


/* Diseño para las flechas de los sliders */

#index .elementor-products .swiper-button-next::after {
    content: none; 
}

#index .elementor-products .swiper-button-next::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.13128 2.88128C8.47299 2.53957 9.02701 2.53957 9.36872 2.88128L19.8687 13.3813C20.2104 13.723 20.2104 14.277 19.8687 14.6187L9.36872 25.1187C9.02701 25.4604 8.47299 25.4604 8.13128 25.1187C7.78957 24.777 7.78957 24.223 8.13128 23.8813L18.0126 14L8.13128 4.11872C7.78957 3.77701 7.78957 3.22299 8.13128 2.88128Z' fill='%23464B53'/%3E%3C/svg%3E");
}

#index .elementor-products .swiper-button-prev::after {
    content: none; 
}

#index .elementor-products .swiper-button-prev::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.8687 25.1187C19.527 25.4604 18.973 25.4604 18.6313 25.1187L8.13128 14.6187C7.78957 14.277 7.78957 13.723 8.13128 13.3813L18.6313 2.88128C18.973 2.53957 19.527 2.53957 19.8687 2.88128C20.2104 3.22299 20.2104 3.77701 19.8687 4.11872L9.98744 14L19.8687 23.8813C20.2104 24.223 20.2104 24.777 19.8687 25.1187Z' fill='%23464B53'/%3E%3C/svg%3E");
}

#index .elementor-products .swiper-button-next,
#index .elementor-products .swiper-button-prev {
    display: flex;
    width: 52px;
    height: 52px;
    padding: 12px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0px 1px 7px 0px rgba(56, 56, 56, 0.20);
}

#index .elementor-products .swiper-pagination {
    display: none;
}

@media only screen and (max-width: 600px) {
    #index .elementor-products .swiper-pagination {
        display: none;
    }
    #index .elementor-products .swiper-button-next,
    #index .elementor-products .swiper-button-prev {
        display: none;
    }
}