/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.carousel-image {
    width: 500px;
    height: 500px;
    object-fit: cover;
}

.carousel-thumbnail {
    object-fit: cover;
}


/* Ocultar el dropdown */
.variations_form .value select {
    display: none !important;
}

/* Contenedor de los botones de variaci贸n */
.variations_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Estilo para el label */
.variations_form .label label {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.variations tbody tr{
    display: flex;
    flex-direction: column;
}
.variations tbody tr td{
    background-color: #fff !important;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #1cac4c !important;
    text-shadow: inherit;
    border: 1px solid #1cac4c;
    border-bottom: 0px;
    font-weight: 500;
}
.woocommerce div.product.elementor ul.tabs li a {
 
    color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #1baa4c;
    background-color: #1baa4c70;
    border-bottom: 0px;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel h2{
    display: none;
}
.woocommerce table.shop_attributes th {
    width: 200px;
    padding: 12px;
    
}
.woocommerce table.shop_attributes td {
    padding-left: 15px !important;
}
.elementor-kit-8 a {
    color: #1CAC4C;
}
.custom-products-carousel .product-item {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding: 40px;
    box-shadow: 0px 0px 10px -7px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    margin-top: 50px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
}
.custom-products-carousel .product-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.5);
}
.product-image {
    position: relative;
}
.product-hover {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease; /* Transición suave para la opacidad */
}

.product-item:hover .product-hover {
    display: flex !important;
    opacity: 1; /* Esto activa la transición de opacidad */
}

.product-item h2 {
    font-size: 13px;
}

.product-hover a {
    padding: 10px 40px;
    border-radius: 6px;
    margin-top: 20px;
    background-color: #1baa4c;
    width: 100%;
    color: #fff;
    border: 1px solid #1baa4c;
    text-align: center;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease; /* Transición para el color y transformación */
}

.product-hover a:hover {
    text-decoration: none;
    border: 1px solid #4561AD;
    color: #fff;
    background-color: #4561AD;
    transform: scale(1.05); /* Efecto de escala al hacer hover */
}

.owl-nav {
    display: flex;
    justify-content: space-between;
}

.custom-prev, .custom-next {
    background-color: #fff;
    border: 1px solid #1baa4c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #1cac4c;
    transition: background-color 0.3s, color 0.3s;
}
.custom-prev{
    margin-right: 10px;
}
.custom-prev:hover, .custom-next:hover {
    background-color: #1baa4c;
    color: #fff;
}
.box-4{
    display: flex;
}
.linea{
    width: 100%;
    height: 4px;
    background-color: #ebebeb;

    
}
.botonvermais{
   color: #1baa4c;
   background-color: #fff;
   border: 1px solid #1baa4c;
   padding: 10px 50px;
   border-radius: 6px;
   text-decoration: none;
}
.botonvermais:hover{
    color: #fff !important;
    background-color: #1baa4c;
    border: 1px solid #1baa4c;
    padding: 10px 50px;
    border-radius: 6px;
    text-decoration: none;
    transition: transform 0.3s ease;
 }
 .lineacentro{
    height: 100%;
    display: flex;
    align-items: center;
 }
 .box-4{
    display: flex;
    justify-content: space-evenly;
 }
.tituloproductgeral{
    color: #1baa4c;
    text-transform: uppercase;
    font-weight: 400;
 }
 [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #1cac4c;
    text-decoration: none;
    border: 1px solid #1cac4c;
    outline: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 0px 50px;
    background-color: #fff;
   
    color: #1baa4c;
}
.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
    color: #000 !important;
}
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button {
    color: #1cac4c !important; 
    background-color: #fff !important;
    text-decoration: none;
    border: 1px solid #1cac4c;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button {
    color: #1cac4c !important; 
    background-color: #fff !important;
    text-decoration: none;
    border: 1px solid #1cac4c;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
}
.woocommerce-Price-amount{
    color:#1CAC4C;
}

.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    
   
    padding: 25px 20px;
    border-radius: 15px;
}
.gform-theme--foundation .gfield textarea {

    border-radius: 15px;
    height: 120px;
    padding: 20px 20px;
}


.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    background-color: #1CAC4C !important;
    border: 1px solid #1CAC4C !important;
    color: #fff !important;
    padding: 10px 50px 10px 50px !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    font-weight:400 !important;
}
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, 
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, 
.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, 
.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, 
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, 
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, 
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
    background-color: #4561AD !important;
}

.elementor-sticky--active .elementor-widget-image img {
    content: url('/wp-content/uploads/2024/06/logo-arriba.png') !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: #4561AD !important;
    text-decoration: none;
    background-image: none;
    color: #fff;
    padding:15px 40px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding:15px 40px !important;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #1CAC4C !important;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
a.dgwt-wcas-details-more-products, a.dgwt-wcas-details-post-title, a.dgwt-wcas-details-product-title, a.dgwt-wcas-product-details-readmore {
    text-decoration: none !important;
    color:#000;
    font-size:16px;
}
.wpml-ls-legacy-dropdown-click {
    width: 62px !important;
   
}
.wpml-ls-legacy-dropdown-click a {
 
    border: 0px !important;
    background-color: transparent !important;

}
.gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
}
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
   
    box-shadow: 0 0 0 0;
}
.gform-theme--foundation .gfield textarea {
   
     box-shadow: 0 0 0 0;
}
.gform_title{
    display:none;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    position: absolute;
    display: flex;
    padding-left: 8%;
    padding-bottom: 20px;
    padding-top: 20px;
   
} 
.nav-parceiros .swiper-pagination {
    justify-content: center;
    align-items: center;
    display: flex !important;
    padding: 0 !important;
}
b, strong {
    font-weight: bold;
}
#input_2_9{
    padding:0;
}
.container.emplyespace {
    padding: 50px 0;
}

.product-categories {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
}

.product-categories .col-md-4 {
 
    margin-bottom:30px;
}

.category-link {
    text-decoration: none;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

.category-link .category-item {
    position: relative;
    height: 250px;
    background-size: cover;
    background-position: 29% 0%;
    border-radius: 10px;
    padding: 10px; /* Espacio para el borde interno */
    box-sizing: border-box; /* Asegura que padding se incluya en el tamaño total */
}

.category-link .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Overlay oscuro */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    z-index: 2;
}

.category-title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    z-index: 3;
    padding: 0 15px;
}

.category-link:before, .category-link:after {
    content: '';
    position: absolute;
    height: 1px; /* Grosor de la línea */
    width: 0; /* Inicialmente oculto */
    background: white; /* Color del borde */
    transition: width 0.3s ease;
    z-index: 4; /* Mayor que el overlay */
}

.category-link:before {
    top: 10px; /* Espacio desde arriba */
    left: 10px;
}

.category-link:after {
    bottom: 10px; /* Espacio desde abajo */
    right: 10px;
}

.category-link .category-item:before, .category-link .category-item:after {
    content: '';
    position: absolute;
    width: 1px; /* Grosor de la línea */
    height: 0; /* Inicialmente oculto */
    background: white; /* Color del borde */
    transition: height 0.3s ease;
    z-index: 4; /* Mayor que el overlay */
}

.category-link .category-item:before {
    top: 10px;
    right: 10px; /* Espacio desde el lado derecho */
}

.category-link .category-item:after {
    bottom: 10px;
    left: 10px; /* Espacio desde el lado izquierdo */
}

.category-link:hover:before, .category-link:hover:after {
    width: calc(100% - 20px); /* Ancho con espacio a los lados en hover */
}

.category-link:hover .category-item:before, .category-link:hover .category-item:after {
    height: calc(100% - 20px); /* Altura con espacio arriba y abajo en hover */
}

.category-link:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
}

/* Asegúrate de que esto esté en tu archivo CSS o en la sección de estilos de tu tema */
.category-item {
    transition: opacity 0.3s ease;
}

.category-item.inactive {
    opacity: 0.5; /* Ajusta la opacidad según sea necesario */
}

.no-active .category-item {
    opacity: 1; /* Todas las categorías tienen opacidad normal si ninguna está activa */
}


.bannermoretext{
    background-size: cover;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px;
    background-position: 25% 15%;
}
.customtexttitle{
    color: #fff;
    font-size: 45px;
}

.bannermoretext a{
    background-color: #1CAC4C;
    padding: 10px 40px;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    transition:0.3 ease;
}
.bannermoretext a:hover{
   background-color: #4561AD;
   color:#fff;
}
/* Ajustes adicionales, si es necesario */
.acf-repeater-wrapper {
    margin-top: 20px;
}

.single-product .acf-repeater-row{
    margin-bottom:50px !important;
}

@media (max-width: 768px) {
    
    .acf-repeater-row .imagen-column {
        order: 1;
    }

    .acf-repeater-row .texto-column {
        order: 2;
        text-align: center;
    }
}
.archive .promotion-label2 {
    margin-top: -18px;
    background-color: #1cac4c;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    width: 56%;
    border-radius: 5px;
    position: absolute;
    text-align: center;
    top: 36px;
    right: 28px;
}

.elementor-nav-menu a:hover {
    padding: 13px 50px 13px 24px !important;
}
.elementor-nav-menu a {
    padding: 13px 50px 13px 24px !important;
    text-transform:uppercase !important;
}
.elementor-30 .elementor-element.elementor-element-2bdb720 .elementor-nav-menu .elementor-item {
    text-transform: uppercase !important;
    font-size: 15px !important;
    padding: 0px 0px !important;
}

.page-id-303 .swiper-pagination-bullet{border: 1px solid #1da1f2;}.swiper-pagination-bullet-active{background:#1da1f2}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}

.page-id-303 .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.page-id-303 .swiper-container-no-flexbox .swiper-slide {
    float: left
}

.page-id-303 .swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-id-303 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.page-id-303 .swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.page-id-303 .swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-id-303 .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.page-id-303 .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.page-id-303 .swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.page-id-303 .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.page-id-303 .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.page-id-303 .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.page-id-303 .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.page-id-303 .swiper-button-next,
.page-id-303 .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.page-id-303 .swiper-button-next.swiper-button-disabled,
.page-id-303 .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.page-id-303 .swiper-button-prev,
.page-id-303 .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.page-id-303 .swiper-button-prev.swiper-button-black,
.page-id-303 .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.page-id-303 .swiper-button-prev.swiper-button-white,
.page-id-303 .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.page-id-303 .page-id-303 .swiper-button-next,
.page-id-303 .page-id-303 .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.page-id-303 .swiper-button-next.swiper-button-black,
.page-id-303 .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.page-id-303 .swiper-button-next.swiper-button-white,
.page-id-303 .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.page-id-303 .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.page-id-303 .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.page-id-303 .swiper-container-horizontal>.swiper-pagination-bullets,
.page-id-303 .swiper-pagination-custom,
.page-id-303 .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.page-id-303 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.page-id-303 button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.page-id-303 .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.page-id-303 .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.page-id-303 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.page-id-303 .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.page-id-303 .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.page-id-303 .swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.page-id-303 .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.page-id-303 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.page-id-303 .swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.page-id-303 .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.page-id-303 .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.page-id-303 .swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.page-id-303 .swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.page-id-303 .swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.page-id-303 .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.page-id-303 .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.page-id-303 .swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.page-id-303 .swiper-container-3d .swiper-cube-shadow,
.page-id-303 .swiper-container-3d .swiper-slide,
.page-id-303 .swiper-container-3d .swiper-slide-shadow-bottom,
.page-id-303 .swiper-container-3d .swiper-slide-shadow-left,
.page-id-303 .swiper-container-3d .swiper-slide-shadow-right,
.page-id-303 .swiper-container-3d .swiper-slide-shadow-top,
.page-id-303 .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.page-id-303 .swiper-container-3d .swiper-slide-shadow-bottom,
.page-id-303 .swiper-container-3d .swiper-slide-shadow-left,
.page-id-303 .swiper-container-3d .swiper-slide-shadow-right,
.page-id-303 .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.page-id-303 .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.page-id-303 .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.page-id-303 .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.page-id-303 .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.page-id-303 .swiper-container-coverflow .swiper-wrapper,
.page-id-303 .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.page-id-303 .swiper-container-cube,
.page-id-303 .swiper-container-flip {
    overflow: visible
}

.page-id-303 .swiper-container-cube .swiper-slide,
.page-id-303 .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.page-id-303 .swiper-container-cube .swiper-slide .swiper-slide,
.page-id-303 .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.page-id-303 .swiper-container-cube .swiper-slide-active,
.page-id-303 .swiper-container-cube .swiper-slide-active .swiper-slide-active,
.page-id-303 .swiper-container-flip .swiper-slide-active,
.page-id-303 .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.page-id-303 .swiper-container-cube .swiper-slide-shadow-bottom,
.page-id-303 .swiper-container-cube .swiper-slide-shadow-left,
.page-id-303 .swiper-container-cube .swiper-slide-shadow-right,
.page-id-303 .swiper-container-cube .swiper-slide-shadow-top,
.page-id-303 .swiper-container-flip .swiper-slide-shadow-bottom,
.page-id-303 .swiper-container-flip .swiper-slide-shadow-left,
.page-id-303 .swiper-container-flip .swiper-slide-shadow-right,
.page-id-303 .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.page-id-303 .swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.page-id-303 .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.page-id-303 .swiper-container-cube .swiper-slide-active,
.page-id-303 .swiper-container-cube .swiper-slide-next,
.page-id-303 .swiper-container-cube .swiper-slide-next+.swiper-slide,
.page-id-303 .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.page-id-303 .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.page-id-303 .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.page-id-303 .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.page-id-303 .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.page-id-303 .swiper-container-fade .swiper-slide-active,
.page-id-303 .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.page-id-303 .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.page-id-303 .swiper-zoom-container>canvas,
.page-id-303 .swiper-zoom-container>img,
.page-id-303 .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.page-id-303 .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.page-id-303 .swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.page-id-303 .swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.page-id-303 .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.page-id-303 .swiper-scrollbar-cursor-drag {
    cursor: move
}

.page-id-303 .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.page-id-303 .swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.page-id-303 .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.page-id-303 .swiper-container.one {
    padding-top: 40px;
    text-align: center;
}

.page-id-303 .swiper-container.one .swiper-slide {
    padding: 0 43px;
}

.page-id-303 .swiper-container {
    width: 100%;
    padding-bottom: 60px;
}

.page-id-303 .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}

.page-id-303 .swiper-slide {
    width: 390px;
    height: auto;
    padding: 0 15px;
}
.page-id-303 .two .swiper-slide {
    width: 300px;
}
.page-id-303 .swiper-slide img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-id-303 .swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}

.page-id-303 .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}

.page-id-303 .swiper-container-horizontal > .swiper-pagination-bullets,
.page-id-303 .swiper-pagination-custom,
.page-id-303 .swiper-pagination-fraction {
    bottom: 0;
}

.page-id-303 .swiper-pagination-bullet {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #4561AD;
	border-radius: 10px;
	display: inline-block;
	height: 10px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 26px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.page-id-303 .swiper-pagination-bullet-active {
    background: #1CAC4C;
    border: medium none;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}
.page-id-303 .slider-image {
            position:relative;
        }
.page-id-303 .swiper-container.two {
            width: 100%;
            height: 400px; /* Altura fija para el contenedor Swiper */
        }
        .page-id-303 .swiper-slide .slider-image {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden; /* Oculta el desbordamiento para mantener el tamaño de las imágenes */
        }
        .page-id-303 .swiper-slide .slider-image img {
            width: auto;
            height: 100%; /* Las imágenes se ajustarán a la altura del contenedor */
            object-fit: cover; /* Ajusta la imagen para que cubra el contenedor sin distorsionarse */
        }
        
        
.custom-product-categories {
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-width: 300px; /* Ajusta el ancho máximo del contenedor según sea necesario */
    }
    .custom-product-categories .category-link {
        padding: 10px 20px;
        background-color: #333;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        transition: background-color 0.3s, color 0.3s;
    }
    .custom-product-categories .category-link:hover {
        background-color: #555;
        color:#fff;
    }
    .custom-product-categories .category-link.active {
        background-color: #28a745;
        color: #fff;
    }
    .sub-menu{
        margin-top:30px !important;
        text-transform:uppercase;
        min-width: 23em !important;
    }
    .elementor-64 .elementor-element.elementor-element-d49cd3e > .elementor-widget-container{
padding: 240px 0 0 0;
}

.bannermoretext2 {
    background-size: cover;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}
.bannermoretext2 a{
    background-color: #1CAC4C;
    padding: 10px 40px;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    transition:0.3 ease;
}
.bannermoretext2 a:hover{
   background-color: #4561AD;
   color:#fff;
}
.customflex{
    display: flex;
    margin: 0;
    padding: 0 25px 0 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    background-position: center;
    
   
}
.elementor-64 .elementor-element.elementor-element-ca20f54.uael-timeline--center .uael-day-left .uael-timeline-arrow:after {
    border-right-color: #191411;
}
.elementor-64 .elementor-element.elementor-element-ca20f54.uael-timeline--center .uael-day-right .uael-timeline-arrow:after {
    border-left-color: #191411;
}
.customflex h2{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
    margin: 0;
}
.customflex2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 0px 0 25px;
}
.texttimeline{
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-radio li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-color li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-image li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio li.tmcp-field-wrap {
    padding: calc(0.5* var(--tcgap));
    -ms-flex: 0 0 100%;
    flex: none;
    margin: 0;
}
@media screen and (min-width:768px){
    .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-radio, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-color, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-image, .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox, .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}
.tm-extra-product-options .tm-epo-field.tmcp-checkbox, .tm-extra-product-options .tm-epo-field.tmcp-radio {
    margin: 0 !important;
    position: relative;
    vertical-align: middle;
    float: none;
    width: auto;
    display: none;
    padding: 0;
}
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap label, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap label {
    margin: 0;
    padding: 7px 0px;
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fff;
    color: #1baa4c;
    width: 100%;
    display: flex;
    justify-content: center;
}
.elementor-126 .elementor-element.elementor-element-9d69513 .uael-woo-checkout .uael-woo-checkout-login button[name="login"], .elementor-126 .elementor-element.elementor-element-9d69513 .uael-woo-checkout .uael-woo-checkout-coupon button[name="apply_coupon"], .elementor-126 .elementor-element.elementor-element-9d69513 .uael-woo-checkout .uael-woo-checkout-payment button#place_order, .elementor-126 .elementor-element.elementor-element-9d69513 .uael-woo-checkout .uael_multistep_container .uael-buttons .button-prev, .elementor-126 .elementor-element.elementor-element-9d69513 .uael-woo-checkout .uael_multistep_container .uael-buttons .button-next {
    
    color: #fff;
}
.page-id-303 .swiper-slide .slider-image .overlay:hover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
}
.page-id-303 .swiper-slide .slider-image .overlay .title:hover{
    color:#fff;
}
.page-id-303 .title{
     color:transparent;
     position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding:40px;
}
.repetidor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.columna {
    width: 30%; /* Ajusta el ancho según sea necesario */
    margin: 10px 0; /* Espacio entre filas */
    display: flex;
    align-items: flex-start; /* Alinea icono y texto */
}

.icono {
    margin-right: 10px; /* Espacio entre icono y texto */
}

.icono img {
    width: 50px; /* Ajusta el tamaño del icono */
    height: auto; /* Mantiene la proporción */
}

.titulo {
    margin: 0; /* Elimina margen del título */
}

.contenido {
    margin: 5px 0 0; /* Espaciado en el contenido */
}
@media (min-width: 500px) and (max-width: 1300px){
    .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-radio, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-color, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-image, .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox, .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
    }
   
}
@media (min-width: 1301px) and (max-width: 1450px){
    .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-radio, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-color, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-image, .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox, .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio {
        display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
    }
   
}
@media (min-width: 768px) and (max-width: 991.98px){
    .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-radio li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-color li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-image li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio li.tmcp-field-wrap {
        padding: calc(0.1* var(--tcgap));
       
    }
    .tm-extra-product-options .tcwidth-100, .tm-extra-product-options .tc-cell.tcwidth-100, .tc-cell.tcwidth-100, .tcwidth-100 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        font-size: 17px;
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.tc-active label{
    background-color:#4561AD !important;
    border:1px solid #4561AD !important;
    color:#fff !important;
}

.single-product .ocultarcarregador{
    display:none;
}

.single-product .elementor-30 .elementor-element.elementor-element-2bdb720 .elementor-nav-menu--main .elementor-item {
    color: #000;
    fill: #000;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.single-product .elementor-element-c2a5dc2 .elementor-icon svg {
    fill: #000000 !important;
}
.single-product .elementor-element-0f0757f .elementor-icon svg {
    fill: #000000 !important;
}
.single-product .elementor-menu-cart__toggle .elementor-button svg
 {
    fill: #000000;
}
.single-product .elementor-30 .elementor-element.elementor-element-596339c7 img
 {
    content: url(/wp-content/uploads/2024/06/logo-arriba.png) !important;
}

.elementor-30 .elementor-element.elementor-element-2bdb720 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-30 .elementor-element.elementor-element-2bdb720 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after { 
    background-color: #1CAC4C; 
    position: absolute; 
    top: 18px; 
    
}
.elementor-23 .elementor-element.elementor-element-21b9835 .elementor-button {
    
    padding: 16px 20px 16px 20px;
    margin-bottom: 2px;
}
.elementor-23 .elementor-element.elementor-element-21b9835 .elementor-button[type="submit"]:hover {
    color: #ffffff;
    border: 0;
}
.tm-extra-product-options .tc-epo-label {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    margin-bottom: 0;
    font-weight: 700;
    text-align: left;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: #f6f6f6;
    line-height: 2em;
    padding: 14px 32px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
    
    background-color: transparent;
    color: #1baa4c;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: #4561ad;
    color: #ffffff !important;
    font-weight: bold;
    box-shadow: none;
    border: 1px solid #4561ad;
}
.woo-variation-swatches .variable-items-wrapper .variable-item.selected:not(.no-stock) .variable-item-span-button {
    color: #fff;
    font-weight: bold;
}
.button-variable-item:focus {
  outline: none; 
  box-shadow: none; 
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    outline: none; 
  box-shadow: none;
    

}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow: none;
    border: 1px solid #1baa4c;
}


.woocommerce-info {
    border-top-color: #1cac4c;
}
.woocommerce-info::before {
    color: #1cac4c;
}
.tm-options-totals{
    display:none;
}
.onsale{
 display:none;
}
.menulojabarra {
    display: none;
}
.page-id-125 .menulojabarra,
.single-product .menulojabarra,
.tax-product_cat .menulojabarra,
.post-type-archive-product .menulojabarra {
    display: flex !important;
}
.reset_variations {
    display: none !important;
}
.ivainc{
    font-size:13px;
    font-weight:400;
}

.desde-precio del{
    font-size:13px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h3 {
    
    margin-bottom: 10px;
}
.promotion-label {
    position: absolute;
    top: 0;
    background-color: #1cac4c;
    color: #ffffff;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
    z-index: 10;
    border-radius: 5px;
    display: flex;
    justify-content: flex-end;
    right: 0;
}
.promotion-label2 {
    
    margin-top: 0px;
    background-color: #1cac4c;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    width: 30%;
    border-radius: 5px;
    text-align: center;
}
#uael-quick-view-modal .uael-content-main-wrapper, .elementor-widget-uael-woo-products .uael-loader-overlay.uael-quick-view-loader, .uael-quick-view-data, .uael-woo-category-slider ul.slick-dots li button:before, .uael-woo-products-slider ul.slick-dots li button:before, .uael-woo-skin-grid-default .uael-flash-container, .uael-woo-skin-grid-franko .uael-flash-container, .uael-woocommerce .uael-show-on-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
}

.simuladorp{
    color:#fff;
    font-size:20px;
}
.carregamento-form {
            max-width: 400px;
            margin: 20px auto;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            font-family: Arial, sans-serif;
        }
        .carregamento-form h2 {
            text-align: center;
        }
        .carregamento-form label {
            font-weight: bold;
            display: block;
            margin-top: 10px;
        }
        .carregamento-form select, 
        .carregamento-form input[type="number"] {
            width: 100%;
            padding: 8px;
            margin-top: 5px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        .carregamento-form .nota {
            font-size: 12px;
            color: #888;
            margin-top: -10px;
            margin-bottom: 10px;
        }
        .carregamento-form button {
            width: 100%;
            padding: 10px;
            background-color: #4CAF50;
            color: #fff;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            cursor: pointer;
        }
        .carregamento-form .resultado {
            margin-top: 20px;
            padding: 15px;
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 4px;
            text-align: center;
            font-size: 18px;
            color: #333;
        }
        
.none{
    display:none !important;
}

.elementor-30 .elementor-element.elementor-element-4d48260 .elementor-nav-menu--main .elementor-item {
    color: #FFFFFF;
    fill: #FFFFFF;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0px 8px !important;
}
.elementor-30 .elementor-element.elementor-element-4d48260 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-30 .elementor-element.elementor-element-4d48260 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{
 top:22px;   
}
.single-product .elementor-30 .elementor-element.elementor-element-4d48260 .elementor-nav-menu--main .elementor-item {
    color: #000 !important;
    fill: #000 !important;
  
}

.woocommerce-page .product .description {
    white-space: pre-line;
}
.tituloinformacao{
    font-size:40px;
    font-weight:600;
    font-family: "Poppins", Sans-serif;
    margin-bottom:30px;
    text-align:center;
}
.ref{
    color: #1CAC4C;
    font-family: "Encode Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
}
.promotion-data{
        color: #000;
    font-family: "Encode Sans", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
}
.ajust-extra-product-cuatro-ul .tc-label-wrap{
    padding-left:10px !important;
    padding-right:10 !important;
    line-height:1.5 !important;
    
}
.tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount{
    color:#1cac4c !important;
}
.ajust-extra-product-tres-div h3{
    background-color:#fff !important;
    font-size: 15px !important;
    padding: 0px !important;
}
.ajust-extra-product-dos-div h3{
    background-color:#fff !important;
    font-size: 15px !important;
    padding: 0px !important;
}
.ajust-extra-product-one-div .tc-element-inner-wrap .tc-row{
    display:flex;
    flex-direction:row;
    height:auto;
    position:relative;
    float:none;
    width:100%;
    margin-bottom:0;
    font-weight:700;
    text-align:left;
    font-size:16px;
    letter-spacing:3px;
    text-transform:uppercase;
    background-color:#f6f6f6;
    line-height:2em;
    padding: 14px 32px;
    
}
.ajust-extra-product-one-div .tc-element-inner-wrap .tc-row h3{
    margin: 0;
    padding: 0;
    width: auto;
    order: 2;
    flex: auto;
    
}

.information .wrapper_titles_feature_cat_info{
    z-index:10;
}

.information .wrapper_titles_feature_cat_info h4{
    font-size:16px;
    color:#eeecec;
}

.product-categories-custom-grid .col-md-4 {
    margin-bottom: 0;
    padding: 0 15px;
}

.custom-grid-wrapper{
    padding: 0;
}

.custom-grid-wrapper .row{
    justify-content: space-around;
}

.single-product .showcase-section{
    margin-top:100px;
}

.single-product .showcase-section h3{
    margin-bottom:35px;
}

.acf-repeater-wrapper .row-no-image-spacing{
    margin:80px 0 !important;
}

.acf-repeater-wrapper h3{
    font-size: 36px;
    margin: 0 0 20px;
}

.acf-repeater-wrapper p{
    font-size:17px;
    line-height:1.5;
}

.wrapper-banner-store-mennekes .bannermoretext{
    background-position: 25% 31%;
}

#elementor-popup-modal-3199 .dialog-message{
    height:550px;
}

table tbody>tr>td,table tbody>tr>th{background-color:hsla(0,0%,50.2%,.0705882353)!important;}