/*
Theme Name: Tema Trustus
Author: Rodrigo Berroeta (Agencia ED)
Author URI: https://www.enterdigital.cl
Description: Plantilla desarrollada para proyecto web Trustus. Agencia ED
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Colors Black: #111111;
Colors Main: #0e9eff;
Colors Amarillo: #ffa50d;
*/
:root {
    --color-primario: #659DBD;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    background-color: #f9f9f9;
    font-family: 'Outfit', sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

.btn.btnTrustus,
.woocommerce .box_checkout button#place_order,
.productos_gral_trustus .button.add_to_cart_button.ajax_add_to_cart {
    background: var(--color-primario);
    border: 0;
    color: #fff;
    padding: 10px 20px;
    min-width: 200px;
    border-radius: 5px;
    transition: all .4s ease;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
}

.btn.btnTrustus.btnNBudnik {
    background: #0e9eff;
}

.btnTrustus:hover {
    color: #fff;
    background: #74bc1e;
}

.btn.btnTrustus.outlined {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    min-width: 200px;
    border-radius: 5px;
    transition: all .4s ease;
    font-size: 12px;
    text-transform: uppercase;
}

.btn.btnTrustus.outlined:hover {
    background: #fff;
    color: #111;
}

.btn.btnTrustus:hover {
    background: #272d34;
    color: #fff;
}

.btn.btnTrustus.btnIcono {
    position: relative;
    border-radius: 50px;
    text-align: none;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    width: auto;
    min-width: inherit;
    /* max-width: 180px; */
    padding: 5px 5px 5px 20px;
    font-weight: 600;
    background-color: var(--color-primario);
    color: #fff;
    font-size: 16px;
    text-transform: none;
}

.btn.btnTrustus.btnIcono::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-size: 14px;
    font-weight: 900;
    transform: rotate(-45deg);
    background-color: #0c1e21;
    color: #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease-in-out;
}

.btn.btnTrustus.btnIcono:hover::after {
    transform: rotate(0);
}

.btn.btnTrustus.btnIconoText {
    position: relative;
    border-radius: 50px;
    text-align: none;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: auto;
    min-width: inherit;
    /* max-width: 180px; */
    padding: 5px 5px 5px 20px;
    font-weight: 600;
    background-color: transparent;
    color: #0c0c0c;
    font-size: 16px;
    text-transform: none;
}

.btn.btnTrustus.btnIconoText::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-size: 14px;
    font-weight: 900;
    transform: rotate(-45deg);
    background-color: var(--color-primario);
    color: #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease-in-out;
}

.btn.btnTrustus.btnIconoText:hover {
    background-color: #0c0c0c;
    color: var(--color-primario);
}

.btn.btnTrustus.btnIconoText:hover::after {
    transform: rotate(0);
}

.btns_flex,
.btn_flex {
    display: flex;
    gap: 15px;
}

.flex_center {
    align-items: center;
    justify-content: center;
}

.tit-span-naranja span {
    color: #0e9eff;
    display: block;
    line-height: 1;
    font-size: 20px;
}

.bajada_tit_ppal span {
    display: Block;
    line-height: 1;
    font-size: 25px;
    font-weight: 400;
    color: #ffa50d;
}

.btnes_flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.flex_center {
    justify-content: center;
}

/** HEADER ***/

.topbar {
    background: #659DBD;
    padding: 5px 0;
    /* margin-bottom: 10px; */
}

.info_topbar {
    display: flex;
    gap: 15px;
}

.txt_topbar {
    font-size: 13px;
}

.icono_topbar {
    color: var(--color-primario);
    background-color: #0c0c0c;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 11px;
}

.txt_topbar a,
.txt_topbar {
    color: #fff;
    text-decoration: none;
}

.cabecera_ppal {
    position: sticky;
    width: 100%;
    top: 0;
    background: #0c0c0c;
    padding: 0;
    transition: all .3s ease;
    z-index: 10;
    margin-bottom: 0px;
}

.cabecera_ppal .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 5px;
    background: transparent;
}

.cabecera_ppal .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 7px 20px 7px 40px;
    background-color: #eeeeee85;
    border: 1px solid transparent;
    font-size: 15px;
    min-width: 300px;
}

.cabecera_ppal .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    color: #fff;
}

.cabecera_ppal .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
    fill: #fff !important;
}

/* body.home .cabecera_ppal .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background-color: #ffffffba;
} */


.cabecera_ppal .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 10px;
    left: 13px;
}

.logo {
    position: relative;
    margin: 7px 0;
    display: flex;
    justify-content: center;
}

.logo a {
    /* position: absolute;
    bottom: 0;
    left: 0; */
}

.logo img,
.woocommerce .logo img {
    max-width: 170px;
    filter: none;
}

.boxes_head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 85%;
    float: right;
    gap: 15px;
    padding: 10px 0;
}

.boxes_head.head_dir {
    float: left;
    justify-content: flex-start;
    padding-left: 15px;
}

.box_head {
    display: flex;
    gap: 15px;
    /* width: 100%; */
    align-items: center;
    justify-content: flex-end;
}

.box_head .icon {
    background: #0e9eff45;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #0e9eff;
}

.box_head .info_box h3 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.box_head .info_box h3 a {
    color: #111;
    text-decoration: none;
}

.box_head .info_box p {
    font-size: 12px;
    margin: 0;
    color: #111111a3;
}

.content_menu_ppal {
    background-color: #0e9eff;
    width: 100%;
    padding: 6px 0;
}

.menu_principal {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    padding: 0 20px;
}

.menu_principal .menu,
.menu_principal .htmega-menu-container ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    height: 100%;
    font-family: 'Outfit', sans-serif;
}

.menu_principal .menu li,
.menu_principal .htmega-menu-container ul li {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu_principal .menu li a,
.menu_principal .htmega-menu-container ul li a {
    color: #fff;
    text-decoration: none;
}

.menu_principal .btnBudnik,
.menu_principal .btnTrustus,
.menu_principal .btn.btnOutlineVerde {
    min-width: 150px;
}

/** SUBMENU **/
.menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    width: 270px;
    background: var(--color-primario);
    padding: 0 10px;
    list-style: none;
    height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.menu-item-has-children:hover .sub-menu {
    padding: 10px 10px 0;
    height: auto;
}

.menu-item-has-children::after {
    content: "\f078";
    font-size: 8px !important;
    margin-left: 6px;
    font-family: 'Font Awesome 6 Free';
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 3px;
}


.menu-item-has-children .sub-menu::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 25px;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-top: 12px solid #0c0c0c;
    border-left: 9px solid transparent;
}

.menu-item-has-children .sub-menu li {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    padding: 7px;
    border-bottom: 1px solid #eaeaea29;
}

.box_head .dgwt-wcas-ico-magnifier-handler {
    fill: #fff;
    height: 21px;
    width: 21px;
    max-width: 21px;
}

.carritoComprasHead .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.carritoComprasHead .menu li a {
    text-decoration: none;
    color: #fff;
}

.carritoComprasHead .woofc-menu-item .woofc-menu-item-inner {
    display: flex;
    align-items: flex-end;
}


.carritoComprasHead .woofc-menu-item .woofc-menu-item-inner i {
    font-size: 24px;
    width: 100%;
    color: #fff;
}

.carritoComprasHead .woofc-menu-item .woofc-menu-item-inner .woofc-menu-item-inner-subtotal {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
}

.carritoComprasHead .woofc-menu-item .woofc-menu-item-inner:after {
    left: 19px;
    top: 0;
    background-color: #891b1c;
}

.btnes_head {
    display: flex;
    gap: 20px;
    align-items: center;
}

/** MEGAMENU **/
.menu_principal .htmega-menu-container ul {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
}

.htmegamenu-content-wrapper.sub-menu {
    top: 0px !important;
    padding: 40px 10px 10px !important;
}

.htmega_mega_menu,
.htmega-megamenu,
.desktop_head .row .col-sm:first-of-type {
    position: unset !important;
}

/* .htmega_mega_menu:hover::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
} */

.menu_principal .htmega-megamenu .htmegamenu-content-wrapper {
    width: 100%;
    box-shadow: none;
    top: 55px !important;
}

.prod_dest_menu {}

.menu_mega_ppal .boxes_home_cats h3 a {
    color: #fff !important;
}

.cabecera_ppal:has(li.htmega_mega_menu:hover) {
    background-color: #fff;
}

.menu_principal .menu,
.menu_principal .htmega-menu-container ul.product_list_widget {
    height: auto;
    text-transform: none;
}

.htmegamenu-content-wrapper .product_list_widget li a img {
    width: 60px;
}

.htmega-menu-container .sub-menu li .menu_mega_ppal a {
    border-bottom: 0;
}


/** botón categorias menu **/
.categorias_menu {
    display: flex;
    flex-direction: column;
    position: relative;
}

#toggleButton.button {
    border: 0;
    display: flex;
    gap: 5px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    transition: 0.175s;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    font-weight: 400;
    padding: 6px 15px;
    background-color: #fff;
    color: #1d1d1d;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

/* .button:hover {
    background: #8f44fd;
  } */

#miDiv {
    display: none;
    overflow: hidden;
    background-color: #fff;
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 200px;
    border: 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, .05);
}

/* burger-5 */

.burger-5 {
    scale: .8;
    /* height: 34px; */
}

.burger-5 svg {
    /* The size of the SVG defines the overall size */
    height: 36px;
    transform: translate(-1px, -1px);
    /* Define the transition for transforming the SVG */
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.burger-5 .line {
    fill: none;
    stroke: #1d1d1d;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
    /* Define the transition for transforming the Stroke */
    transition: stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.burger-5 .line-top-bottom {
    stroke-dasharray: 12 63;
}

.is-closed.burger-5 svg {
    transform: rotate(-45deg) translate(0);
}

.is-closed.burger-5 svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}

#menu-categorias {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-categorias li {
    font-weight: 300;
    border-top: 1px solid #f8f8f8;
}

#menu-categorias li a {
    text-decoration: none;
    color: #111;
    margin: 0;
    align-items: center;
    font-size: 13px;
    line-height: 1;
    padding: 10px 20px;
    display: flex;
    gap: 20px;
    transition: all .3s ease;
}

#menu-categorias li a:hover {
    background-color: #0e9eff;
    color: #fff;
}

#menu-categorias .menu-icon-cats {
    width: 25px;
    height: 25px;
}

@media (min-width: 576px) {
    .content_menu_ppal .col-sm-2.col-cats {
        width: 20%;
    }
}

#menu-categorias li a:hover .menu-icon-cats {
    filter: contrast(0) brightness(1000);
}






/* body:not(.home) .cabecera_ppal {
    background: #fff;
    margin-bottom: 0;
} */


/* body.home .logo img, .cabecera_ppal:has(li.htmega_mega_menu:hover) .logo img {
   filter: contrast(0) brightness(1500);
} */

body:not(.home) .box_head .info_box p,
.cabecera_ppal:has(li.htmega_mega_menu:hover) .box_head .info_box p {
    font-size: 11px;
    line-height: 1;
    color: #ffffffa3;
}

/* body:not(.home) .cabecera_ppal .menu_principal .menu li a,
body:not(.home) .cabecera_ppal .menu_principal .htmega-menu-container ul li a,
.cabecera_ppal:has(li.htmega_mega_menu:hover) .menu_principal .htmega-menu-container ul li a {
    color: #1c1c1c;
} */

/* body:not(.home) .carritoComprasHead .woofc-menu-item .woofc-menu-item-inner i,
body:not(.home) .carritoComprasHead .menu li a,
.cabecera_ppal:has(li.htmega_mega_menu:hover) .carritoComprasHead .menu li a {
    color: #111;
} */

/* body:not(.home) .cabecera_ppal .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.cabecera_ppal:has(li.htmega_mega_menu:hover) .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background: #11111114;
}

body:not(.home) .cabecera_ppal .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder,
.cabecera_ppal:has(li.htmega_mega_menu:hover) .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    color: #111;
}

body:not(.home) .cabecera_ppal .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path,
.cabecera_ppal:has(li.htmega_mega_menu:hover) .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
    fill: #111 !important;
} */

.woocommerce .breadcrumb_prod .woocommerce-breadcrumb {
    margin-bottom: 0;
    font-size: 12px;
    font-family: 'Outfit', sans-serif;
}




/** on scroll **/
.cabecera_ppal.scrolling {
    /* background: #fff; */
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
}

.scrolling .logo_ppal,
body.home .scrolling .logo img,
.cabecera_ppal:has(li.htmega_mega_menu:hover) .logo img {
    filter: none;
}

.cabecera_ppal.scrolling .menu_principal .menu li a,
.cabecera_ppal.scrolling .menu_principal .htmega-menu-container ul li a {
    color: #fff;
}

/* .scrolling .btn.btnOutlineVerde {
    color: #74bc1e;
} */

.scrolling .carritoComprasHead .woofc-menu-item .woofc-menu-item-inner i,
.scrolling .carritoComprasHead .menu li a {
    color: #fff;
}

.cabecera_ppal.scrolling .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background: #ffffff14;
}

.cabecera_ppal.scrolling .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    color: #fff;
}

.cabecera_ppal.scrolling .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
    fill: #fff !important;
}

/** fin on scroll **/




/*** BODY ***/
.boxes_categorias_trustus .elementor-image-box-wrapper {
    position: relative;
}

.boxes_categorias_trustus .elementor-image-box-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 98%;
    width: 100%;
    padding: 25px;
    background: linear-gradient(135deg, rgba(52, 53, 72, 0.85), rgba(52, 53, 72, 0.4));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 10px;
}

.boxes_categorias_trustus .elementor-image-box-img {}

.boxes_categorias_trustus .elementor-image-box-img a {
    position: relative;
}


/* .boxes_categorias_toyaki .elementor-image-box-img a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(52, 53, 72, 0.85), rgba(52, 53, 72, 0.4));
} */

.btn.btnTrustus.btnGlow {
    gap: 10px;
    background: transparent;
    border: 1px solid transparent;
    transition: all .35s ease-in-out;
}

.btn.btnTrustus.btnGlow.btnIcono::after {
    background-color: #ffffff1c;
    border: 1px solid #ffffff7a;
    backdrop-filter: blur(10px);
}

.btn.btnTrustus.btnGlow:hover {
    background: #ffffff17;
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff17;
}

.btn.btnTrustus.btnGlow.btnIcono:hover::after {
    border: 0;
    background-color: #ffffff0d;
}


.slide_home .woo-attribute-filter {
    border: 1px solid #f7f8ff38;
    background: #ffffff17;
    backdrop-filter: blur(10px);
    font-family: 'Outfit', sans-serif;
}

.slide_home .woo-filter-title {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 35px;
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
    text-shadow: 0 0 9px #000000c4;
}

.slide_home .woo-attribute-filter select {
    padding: 10px;
    border: 0;
    border-radius: 5px;
    background: #ffffffa1;
    backdrop-filter: blur(10px);
}

.slide_home .woo-attribute-filter button {
    border-radius: 7px;
    background-color: #659dbd;
    border: 1px solid #83b3cf;
    padding: 9px;
    color: #fff;
    font-weight: 700;
}























.bdt-prime-slider-skin-general .bdt-slideshow-item .bdt-ps-slide-img::before {
    content: '';
    background: linear-gradient(to bottom, #111111ab, transparent);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.bdt-prime-slider-skin-general ul.bdt-slideshow-items {
    max-height: 90vh;
}

.boxes_home_cats .elementor-image-box-wrapper {
    position: relative;
    transition-duration: 0.3s;
    overflow: hidden;
}

.boxes_home_cats .elementor-image-box-wrapper .elementor-image-box-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 30px;
}

.boxes_home_cats .elementor-image-box-wrapper .elementor-image-box-img a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #111111, transparent);
    opacity: .7;
    border-radius: 10px;
    transition-duration: .3s;
}

.boxes_home_cats .elementor-image-box-wrapper:hover {
    transform: translateY(-8px);
}

.boxes_home_cats .elementor-image-box-wrapper:hover .elementor-image-box-img a::after {
    opacity: 1;
}












.prod_dest .eael-woo-product-carousel-container.preset-3 .eael-product-carousel .eael-product-price {
    color: #466980;
}

.categorias_home .elementor-image-box-content {
    position: absolute;
    bottom: 0;
    padding: 30px 20px 20px;
    background: linear-gradient(to top, #3e4c55, transparent);
    border-radius: 0 0 25px 25px;
}

.categorias_home .elementor-image-box-img {
    margin-bottom: 0 !important;
}

/** temporal swipper ***/
.slide-cats .swiper-container {
    width: 100%;
    max-width: 1140px;
    /* Puedes ajustar el ancho máximo */
    margin: auto;
    position: relative;
}

.slide-cats .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    /* background-blend-mode: multiply; */
    border-radius: 25px;
}

.slide-cats .swiper-slide img {
    width: 100%;
    /* Ocupa casi todo el ancho del slide */
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

.content_flechas_slide {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
}

.content_flechas_slide .swiper-button-next,
.content_flechas_slide .swiper-button-prev {
    color: #000;
    transition: color 0.3s ease;
    position: unset;
    float: unset;
    background: #47698061;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.content_flechas_slide .swiper-button-next:hover,
.content_flechas_slide .swiper-button-prev:hover {
    background: #0e9eff;
    color: #fff;
}

.content_flechas_slide .swiper-button-next:after,
.content_flechas_slide .swiper-rtl .swiper-button-prev:after,
.content_flechas_slide .swiper-button-prev:after,
.content_flechas_slide .swiper-rtl .swiper-button-next:after {
    font-size: 22px;
}

.content_slide {
    position: absolute;
    bottom: 0;
    padding: 50px 30px 20px;
    width: 100%;
    text-align: left;
    font-family: 'Outfit', sans-serif;
    color: #fff;
    background: linear-gradient(to top, #3e4c55, transparent);
}

.content_slide h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.content_slide p {
    margin-bottom: 10px;
}











.tit_span_dark span {
    color: #272d34;
    display: block;
    font-size: 20px;
}

.box_cats_home {
    position: relative;
}

.box_cats_home .elementor-image-box-img {
    margin-bottom: 0;
}

.box_cats_home .elementor-image-box-img a::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #111111a8 10%, transparent 60%);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 3px;
}

.box_cats_home .elementor-image-box-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 50px 30px 30px;
}

.box_cats_home .elementor-image-box-content .elementor-image-box-title span {
    font-weight: 400;
    font-size: 18px;
    display: block;
    color: #0e9eff;
}

.tit_ppal span {
    font-weight: bold;
}

.bajada_seccion {
    font-family: 'Lato', sans-serif !important;
}

.card_3d .eael-elements-slider-display-table {
    background: linear-gradient(to top, #111, transparent);
}

/** PAGINA BALDOSAS **/
.galeria_modelos .elementor-image-carousel-caption {
    padding: 20px;
}

.elementor-slideshow__title {
    color: #111 !important;
}

#tit_desp {
    cursor: pointer;
}

#texto_int_desc {
    display: none;
    height: 100%;
    transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#texto_int_desc.desplegado {
    max-height: 300px;
}


/** PAGINA PRODUCTOS **/






/** wsp int producto **/
.content_wsp_prod {
    background: #F9F9FC;
    border-radius: 5px;
    box-shadow: 0 0 5px #f0f0f0a3;
    padding: 0 7px;
}

.box_wsp_head {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f5f5f9;
}

.wsp_prod-imagen {
    width: 20%;
    padding: 5px;
}

.content_wsp_prod .wsp_prod-imagen img {
    border-radius: 50%;
}

.wsp_prod-txt {
    width: 80%;
    padding: 20px;
}

.wsp_prod-txt p {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}

.box_wsp_botones {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.box_wsp_botones a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

.box_wsp_botones a:last-of-type {
    font-size: 11px;
}

.box_wsp_botones a i {
    margin-right: 10px;
}

.btnDescripcion {
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    color: #111;
    display: flex;
    align-items: center;
    gap: 7px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 5px 10px;
    transition: all .3s ease;
}

.btnDescripcion:hover {
    background-color: #f2f2f4;
    border-radius: 50px;
}

.btnDescripcion i {
    font-weight: 300;
    font-size: 10px;
}

@media (min-width: 1366px) {
    .descripcion_producto .offcanvas.offcanvas_producto {
        width: 600px;
    }
}

.descripcion_producto .offcanvas-body {
    padding: 20px 30px;
}

.contenido_descripcion_prod {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
}

.meta_prod .product_meta {
    display: flex;
    flex-direction: column;
}



/** PAGINA TIENDA **/
.barra_trustus {
    background-color: #F7F8FE;
    padding: 5px 0;
}

.barra_tienda {
    width: 100%;
}

.barra_tienda.desplegado {
    flex-direction: column;
}

.productos_gral_trustus {
    margin-top: 30px;
}

.tit_archivo_prods {
    margin-top: 30px;
}

.titulo_prods h1 {
    font-family: 'Outfit', sans-serif;
    color: #313344;
    font-weight: 700;
}

.woocommerce-result-count {
    color: #4E516A;
    font-family: 'Outfit', sans-serif;
}

.woocommerce-ordering select {
    padding: 7px;
    border: 1px solid #ecedf3;
    border-radius: 5px;
    font-family: 'Outfit', sans-serif;
}

.woocommerce .productos_gral_trustus .products li.product {
    /* border: 1px solid #ecedf3;
    box-shadow: 0 8px 40px -5px rgba(9, 31, 67, .05);
    color: #8999af;
        border-radius: 15px;
    padding: 10px 10px 20px 10px; */
    padding-bottom: 10px;
    margin: 15px;
    text-align: center;
}

.woocommerce .productos_gral_trustus .products li.product img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    box-shadow: 0 8px 40px -5px rgba(9, 31, 67, .05);
    border: 1px solid #ecedf378;
    border-radius: 10px;
}

.woocommerce .productos_gral_trustus .products li.product .woocommerce-loop-product__title,
.woocommerce .productos_gral_trustus .products li.product .price {
    padding: 0 10px;
}

.woocommerce .productos_gral_trustus .products li.product .woocommerce-loop-product__title {
    color: #313344;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce .productos_gral_trustus .products li.product .price {
    color: var(--color-primario);
    font-weight: 600;
}

.woocommerce .productos_gral_trustus ul.products li.product .price ins {
    text-decoration: none;
}

.woocommerce .productos_gral_trustus .products li.product .price del {
    color: #4E516A;
}

.woocommerce .productos_gral_trustus .products li.product .button.add_to_cart_button.ajax_add_to_cart {
    font-size: 12px;
    min-width: auto;
    position: absolute;
    top: 270px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    /* height: 0px; */
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.woocommerce .productos_gral_trustus .products li.product:hover .button.add_to_cart_button.ajax_add_to_cart {
    /* height: auto; */
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease, visibility .3 ease;
}

.woocommerce .productos_gral_trustus .products li.product .added_to_cart.wc-forward {
    font-size: 12px;
    font-family: 'Outfit', sans-serif;
    color: var(--color-primario);
}

.woocommerce .productos_gral_trustus ul.products li.product .onsale {
    min-height: unset;
    min-width: unset;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 50px;
    top: 10px;
    right: 10px;
    font-family: 'outfit', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #e91e1e;
}

.woocommerce .productos_gral_trustus .woocommerce-pagination {
    margin-bottom: 35px;
}

.woocommerce .productos_gral_trustus ul.page-numbers {
    border: 0;
}

.woocommerce .productos_gral_trustus .woocommerce-pagination li {
    border-radius: 3px;
    border: 1px solid #ecedf3;
    margin: 3px;
}

.woocommerce .productos_gral_trustus .woocommerce-pagination li a,
.woocommerce .productos_gral_trustus .woocommerce-pagination li span {
    padding: 10px 15px;
}

.woocommerce .productos_gral_trustus .woocommerce-pagination li a {
    background-color: #f7f8ff;
    color: #313344;
}

.woocommerce .productos_gral_trustus .woocommerce-pagination li span.current {
    background-color: var(--color-primario);
    color: #fff;
}



/*** PAGINA MI CUENTA **/
.paginaMiCuenta {
    padding: 50px;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 40px -5px rgba(9, 31, 67, .05);
}

.paginaMiCuenta .woocommerce {
    display: flex;
    gap: 20px;
    align-items: stretch;
    font-family: 'Outfit', sans-serif;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #0c0c0c;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.woocommerce-MyAccount-navigation-link>a:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /* solid */
    display: inline-block;
    width: 18px;
    text-align: center;
    color: var(--color-primario);
}

/* Dashboard */
.woocommerce-MyAccount-navigation-link--dashboard>a:before {
    content: "\f015";
    /* gauge */
}

.woocommerce-MyAccount-navigation-link--orders>a:before {
    content: "\f466";
    /* box */
}

.woocommerce-MyAccount-navigation-link--edit-address>a:before {
    content: "\f3c5";
    /* box */
}

.woocommerce-MyAccount-navigation-link--edit-account>a:before {
    content: "\f2b9";
    /* box */
}

.woocommerce-MyAccount-navigation-link--customer-logout>a:before {
    content: "\f08b";
    /* box */
}

.paginaMiCuenta .woocommerce-Addresses .woocommerce-Address {
    background-color: #f9f9fc;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 40px -5px rgba(9, 31, 67, .05);
    margin-bottom: 20px;
    border: 1px solid #ecedf3;
}

.paginaMiCuenta .woocommerce-Addresses .woocommerce-Address h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.paginaMiCuenta .woocommerce-MyAccount-content {
    padding: 30px;
}

.paginaMiCuenta .woocommerce-MyAccount-content a {
    text-decoration: none;
    color: var(--color-primario);
    font-weight: 500;
}

.paginaMiCuenta .woocommerce-MyAccount-content legend {
    margin-top: 30px;
    font-size: 20px;
}

.paginaMiCuenta .woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    background-color: #ecf0f0a8;
    border: 1px solid #ecedf3;
}







/* 
.filtros_shop .ht-category-wrap .ht-category-image a {
    padding: 20px;
}

.filtros_shop .ht-category-wrap .ht-category-content-4 h3 {
    line-height: 1;
}

.listado_prods.elementor-widget-woolentor-product-archive-addons {
    width: 100%;
}

.woocommerce .tienda_prods .listado_prods.elementor-widget-woolentor-product-archive-addons span.onsale {
    border-radius: 0 0 3px 3px;
    left: 10px !important;
}

.woocommerce .tienda_prods ul.products li.product,
.woocommerce-page .tienda_prods ul.products li.product {
    background: #f9f9fc;
    border-radius: 5px;
}

.woocommerce .tienda_prods ul.products li.product .price {
    margin: 0 10px 10px;
}


.woocommerce .tienda_prods ul.products li.product .woodecimalproduct_pice_unit_label,
.woocommerce-page .tienda_prods ul.products li.product .woodecimalproduct_pice_unit_label {
    display: none !important;
}

.woocommerce ul.products li.product a img {
    max-height: 333.33px;
}

.prods_archive a.button.add_to_cart_button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0;
}

.prods_archive li.product:hover a.button.add_to_cart_button {
    padding: inherit;
    height: auto;
}


.boxes_ofertas .eael-product-gallery .eael-product-wrap .eael-product-price {
    display: flex;
    flex-direction: column-reverse;
}

.boxes_ofertas .eael-product-gallery .eael-product-wrap .eael-product-price del {
    opacity: .5;
    font-size: 12px;
}

.boxes_ofertas .eael-product-gallery .eael-product-wrap .eael-product-price ins {
    text-decoration: none;
} */



/** SERVICIOS **/

/* .box__servicios .img_box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.box__servicios .img_box .elementor-widget-container::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #1b1b1b9e, transparent);
}

.box__servicios .info_serv {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: auto !important;
    transition: all .4s ease;
}

.box__servicios:hover .info_serv {
    bottom: 27px;
}

.int_box-servicios {
    padding: 0 30px;
}

.box__servicios .info_serv .tit_box,
.box__servicios .info_serv .txt_box {
    color: #fff;
}

.box__servicios .info_serv .txt_box {
    font-weight: 300;
}

.box__servicios.box__servicios-der .info_serv .tit_box,
.box__servicios.box__servicios-der .info_serv .txt_box {
    text-align: right;
}

.int_box-servicios .btn {
    min-width: 120px;
    font-size: 13px;
    padding: 7px 20px;
}

.box__servicios-der .int_box-servicios .btn {
    float: right;
}

.galeria_categorias img {
    filter: contrast(1) brightness(0.5);
} */

/** TESTIMONIOS **/

.testimonios .author-name {
    font-family: 'Lato', sans-serif !important;
}


/*** BLOG **/
.blog .eael-grid-post-holder {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
}

.blog .eael-grid-post-holder:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}

.blog .eael-grid-post .eael-entry-wrapper {
    padding: 20px 15px;
}

.blog .eael-grid-post .eael-entry-wrapper .eael-entry-title {
    font-family: 'Lato', sans-serif;
}

.blog .eael-grid-post .eael-entry-wrapper .eael-entry-content {
    font-family: 'Lato', sans-serif;
}

.blog .eael-grid-post .eael-entry-wrapper .eael-entry-content a {
    display: table;
    margin-top: 10px;
}

/* .blog_home .tpg-el-main-wrapper .tpg-post-link img {
    max-height:300px;
    object-fit: contain;
} */

.blog_wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

.seccion_blog_single article {
    width: 100%;
}

.seccion_blog_single article h1 {
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
}

.header_blog {
    margin-bottom: 35px;
}

.header_blog .meta_data {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_imagen_dest {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 35px;
}

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

/*** FORM **/
.txt_form {
    color: #fff;
}

.content_form .flex_form {
    gap: 15px;
    /* flex-direction: column; */
    display: flex;
}

.c-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.cont-input {
    background: #f9f9f9ba;
    padding: 0;
    width: 100%;
    border-radius: 3px;
    position: relative;
    margin: 0 auto 10px;
    border: 1px solid #bfd1d9a8;
}

.cont-input.error-rut {
    border-color: red;
}

.cont-input label {
    color: #111;
    font-family: "Sora", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    z-index: 2;
    display: block;
    top: 5px;
    left: 5%;
}

.content_form textarea,
.content_form input[type="text"],
.content_form input[type="email"],
.content_form input[type="tel"],
.content_form select {
    font-size: 14px;
    color: #111;
    display: block;
    background-color: transparent;
    border: 0;
    font-weight: 300;
    padding: 25px 5% 6px;
    font-family: "Sora", sans-serif;
    width: 100%;
    border-radius: 5px;
}

input[type="text"].tit_input {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    font-size: 20px;
    color: #0e9eff;
    font-weight: bold;
}

/** PAGINA CHECKOUT **/
.flex_checkout {
    display: flex;
    gap: 20px;
    margin: 70px 0;
    box-shadow: 0 0 13px #1515151a;
    border-radius: 5px;
}

.box_checkout {
    width: 60%;
    padding: 20px;
}

.box_checkout:last-of-type {
    width: 40%;
    background: #f9f9fc;
}

.billing_checkout_info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.box_prods_checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.box_img_checkout {
    width: 30%;
}

.box_prod_checkout {
    width: 70%;
    font-size: 13px;
    font-weight: 300;
}

.box_prod_checkout .woocommerce-Price-amount.amount {
    color: #0e9eff;
}

.cart_item .box_img_checkout img {
    width: 80px;
    height: 80px;
    border-radius: 3px;
}

.woocommerce table.shop_table td {
    line-height: 1.1 !important;
}

.titulo_prod_checkout {
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

.box_checkout .woocommerce-shipping-methods li {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

tfoot tr td {
    text-align: right;
}

.woocommerce table.shop_table {
    padding: 10px 30px 10px;
    border: 0 !important;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    font-weight: 400 !important;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.checkout_totales {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
    line-height: 1;
}

.checkout_totales strong {
    font-size: 30px;
    line-height: 1;
}

.woocommerce .box_checkout input,
.woocommerce .box_checkout textarea {
    padding: 13px 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e2;
}

.woocommerce .box_checkout textarea {
    min-height: 130px;
}

.box_checkout .select2-container .select2-selection--single {
    padding: 10px 7px;
    height: auto;
}

.box_checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent !important;
}

.woocommerce .box_checkout button#place_order {
    background-color: #891b1c;
}

.woocommerce .box_checkout,
.woocommerce .box_checkout label {
    color: #373f50 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px;
}

/****************************************************************
**** FOOTER ********************************
**************************************************************** */

footer {
    width: 100%;
    padding: 20vw 0 0;
    background: linear-gradient(to top, #0c0c0c 20%, #0c0c0ca1 60%), url(https://staging.trustus.cl/wp-content/uploads/2025/12/slide-trustus-2026-1.webp) no-repeat center 70%;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-top: 10px solid var(--color-primario);

    /* padding: 70px 0 0;
    background-color: #fff;
    border-top: 1px solid #11111112; */
}

.overlay_footer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    lefT: 0;
    backdrop-filter: blur(0px);
    z-index: -1;
}

footer .container {
    max-width: 1140px;
}

.boxes_footer {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

/* .boxes_footer .foot_1 img {
    width: 150px;
} */

/* .boxes_footer .box_foot:nth-child(2) {
    width: 30%;
} */

.boxes_footer .box_foot {
    display: flex;
    width: 35%;
    flex-direction: column;
}

.boxes_footer .box_foot:last-of-type {
    width: 65%;
    gap: 30px;
}

.boxes_foot_lv2 {
    display: flex;
    gap: 30px;
    justify-content: space-around;
}

.box_foot_lv2 {
    width: 35%;
}

.box_foot_lv2:last-of-type {
    width: 65%;
}

footer .btn.btnTrustus {
    min-width: auto;
}

.form_newsletter .row .col-12 {
    padding: 0;
}

.form_newsletter .form-control {
    border-radius: .375rem 0 0 .375rem;
    border: 0;
}

.form_newsletter .btn.btnTrustus {
    border-radius: 0 .375rem .375rem 0;
    padding: 8.5px 15px;
}

.box_foot h3 {
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 20px;
    /* color: #3D4B55; */
    color: #fff;
}

.flex_info_foot {
    gap: 20px;
}

.rrss_foot {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.rrss_foot a {
    text-decoration: none;
    background: var(--color-primario);
    color: #fff;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;

}

.box_foot p {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    /* color: #111111b8; */
    color: #ffffffb8;
}

.box_foot p i {
    margin-right: 2px;
    color: #74bc1e;
    /* display: none; */
}

.list_footer {
    list-style: none;
    padding: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
}

.list_footer li {}

.list_footer li a,
.box_foot p a {
    /* color: #111; */
    color: #fff;
    text-decoration: none;
}

.list_footer li a:hover {
    text-decoration: underline;
}

.foot_1 img {
    width: 100%;
    max-width: 170px;
    margin-top: 10px;
    filter: contrast(0) brightness(1500);
}

.copy_footer {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    background: #0c0c0c;
    width: 100%;
    padding: 20px 0;
    margin-top: 60px;
}

.copy_footer p {
    margin: 0;
    color: #fff;
}

.copy_footer p a {
    text-decoration: underline;
    color: #ffa50d;
}

/** modals **/
#modalCatalogo .modal-body {
    background: #000;
    color: #fff;
}

#modalCatalogo .content_form .flex_form {
    flex-direction: column;
}

#modalCatalogo .content_form .flex_form .c-form {
    align-items: center;
}

#modalCatalogo .modal-body .btn-close {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #ffffff;
    line-height: 1;
    border-radius: 50%;
    color: #000;
    right: -15px;
    top: -15px;
}

/** modal form **/
#modalForm .modal-body {
    padding: 0;
    border-radius: 15px;
}

#modalForm .modal-body .btn-close {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #ffffffa6;
    line-height: 1;
    border-radius: 50%;
    color: #000;
    right: 10px;
    top: 10px;
}

.content_modal_form {
    padding: 20px;
}

#modalForm .modal-body .row .col-sm:first-of-type {
    background-color: #f9fafd;
    border-radius: 15px 0 0 15px;
}

.bg_modal_form {
    background: url(/budnik/wp-content/uploads/2024/01/mop-1.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    border-radius: 0 7px 7px 0;
}

.content_modal_form .form-group label {
    color: #ffa50d;
}

.content_modal_form .form-control.form-control-lg {
    font-size: 14px;
    background: #fff;
    border: 1px solid #dee2e6;
    color: #353535
}

#modalForm .content_form .form-control.form-control-lg::placeholder {
    color: #ffffff8a !important;
}

#modalForm .content_form .flex_form {
    flex-direction: column;
}


.modal-body {
    padding: 30px;
}

.modal-body h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
}

.modal-body p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-align: center;
}

.btn-wsp {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 35px;
    bottom: 35px;
    background: linear-gradient(45deg, #0bbc19, #08d107);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    position: fixed;
    z-index: 999;
    width: 60px;
    height: 60px;
    transition: all .2s ease-in-out;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-wsp:hover {
    color: #fff;
    transform: translateY(-3px);
}

.iconoWsp {
    font-size: 45px;
    line-height: 1;
}

/*Mover Recaptcha a la izquierda*/
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: -2px !important;
    bottom: 20px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.phone-prefix {
    position: absolute;
    left: 15px;
    /* Ajusta según la ubicación que necesites */
    top: 68%;
    transform: translateY(-51%);
    font-size: 14px;
    line-height: normal;
}

.phone-with-prefix {
    position: relative;
}

.phone-with-prefix input {
    padding-left: 40px !important;
    /* Ajusta el espacio para el prefijo */
}


.mobile_head {
    display: none;
}


@media (min-width: 1024px) and (max-width:1279px) {
    .box_head .info_box h3 {
        font-size: 12px;
    }

    .box_head .info_box p {
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .boxes_head.head_dir {
        display: none;
    }

    .box_head .info_box h3 {
        font-size: 11px;
    }

    .box_head .info_box p {
        font-size: 10px;
    }
}

@media (max-width:767px) {

    .desktop_head {
        display: none;
    }

    .mobile_head {
        display: block;
    }

    .btn.btnTrustus,
    .btn.btnBudnik {
        min-width: unset;
    }

    .logo_ppal {
        width: 75%;
        max-width: 110px;
    }

    .logo a {
        position: unset;
    }

    .fondos_color::before {
        background: #0e9eff !important;
    }

    .fondos_negro::before {
        background: #111 !important;
    }

    .menu__logo {
        display: flex;
    }

    .iconos__head {
        align-items: center;
        gap: 20px
    }

    /** Menu movil **/
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        width: 30px !important;
        height: 3px !important;
        border-radius: 2px !important;
        background-color: #fff !important;
    }

    /* body.home .hamburger-inner,
    body.home .hamburger-inner:after,
    body.home .hamburger-inner:before {
        background-color: #0c0c0c !important;
    } */

    /* body.home .scrolling .hamburger-inner,
    body.home .scrolling .hamburger-inner:after,
    body.home .scrolling .hamburger-inner:before {
        background-color: #fff !important;
    } */

    html:not(.dgwt-wcas-overlay-mobile-on) .mobile_head .offcanvas .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
        max-width: 40px !important;
        height: 40px;
        background: #f0f0f0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    html:not(.dgwt-wcas-overlay-mobile-on) body.home .cabecera_ppal:not(.scrolling) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon a svg path {
        fill: #fff;
    }

    /* body.home .hamburger-inner,
    body.home .hamburger-inner:after,
    body.home .hamburger-inner:before {
        background: #fff !important;
    } */

    .menu_movil .menu {
        list-style: none;
        padding: 0;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1.5;
        font-weight: 500;
    }

    .menu_movil .menu li {
        padding: 10px;
        border-bottom: 1px solid #f0f1f4;
    }

    .menu_movil .menu li a {
        text-decoration: none;
        color: #313344;
        font-family: 'Outfit', sans-serif;
    }

    .carritoComprasHead .menu li a {
        /* color: #111; */
    }

    body.home .carritoComprasHead .menu li a {
        color: #fff;
    }

    .btnes_head {
        justify-content: center;
    }

    .btnes_head .btn.btnBudnik,
    .btnes_head .btn.btnOutlineVerde {
        min-width: unset;
    }

    .btnes_head .btn.btnOutlineVerde {
        color: #74bc1e;
    }

    .bajada_tit_ppal span {
        font-size: 17px;
    }

    .content_form .flex_form {
        flex-direction: column;
    }

    .woocommerce ul.products li.product a img {
        height: 100%;
        max-height: 400px;
    }

    /** pag producto **/
    .bg_info_prod .order1 {
        order: 1;
    }

    .bg_info_prod .order2 {
        order: 2;
    }

    .bg_info_prod .order3 {
        order: 3;
    }

    .boxes_footer .foot_1 img {
        width: 130px;
    }

    .filtros_shop .ht-category-wrap .ht-category-image a {
        padding: 5px;
    }



    .boxes_footer {
        flex-wrap: wrap;
        gap: 0;
    }

    .boxes_footer .box_foot {
        width: 50%;
        margin-bottom: 20px;
        padding: 2%;
    }

    .boxes_footer .box_foot:nth-child(1) {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .box_foot h3 {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .box_foot p {
        margin-bottom: 5px;
    }

    .box__servicios .info_serv .tit_box,
    .secc_cds .box__servicios .info_serv .tit_box {
        font-size: 25px;
    }

    .box__servicios .info_serv .txt_box,
    .tit_box span {
        font-size: 14px;
    }

    .box_ico {
        gap: 5px;
    }

    .box_ico img {
        width: 30px;
    }

    .box_ico h3 {
        font-size: 10px;
    }

    .box__servicios.box__servicios-der .info_serv .tit_box,
    .box__servicios.box__servicios-der .info_serv .txt_box {
        text-align: left;
    }

    .box__servicios-der .int_box-servicios .btn {
        float: left;
    }

    .flex_checkout {
        flex-direction: column;
    }

    .flex_checkout .box_checkout {
        width: 100%;
    }

    .contenedorCarro .eael-woo-cart-product-remove a.remove {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 14px;
        font-size: 14px;
        width: 12px;
        height: 12px;
    }

    .boxes_footer .box_foot:last-of-type {
        width: 100%;
        gap: 20px;
    }

    .eael-woo-cart .contenedorCarro .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left .eael-woo-cart-td.product-thumbnail .eael-woo-cart-product-remove {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .eael-woo-cart .contenedorCarro .eael-woo-cart-wrapper.eael-woo-style-2 form.eael-woo-cart-form .eael-woo-cart-table .eael-woo-cart-tr .eael-woo-cart-tr-left .eael-woo-cart-td {
        text-align: center;
    }

    /* #gallery-1,
    #gallery-2,
    #gallery-3,
    #gallery-4,
    #gallery-5,
    #gallery-6 {
        display: flex;
        flex-wrap: wrap;
    } */

    #gallery-1 dl.gallery-item,
    #gallery-2 dl.gallery-item,
    #gallery-3 dl.gallery-item,
    #gallery-4 dl.gallery-item,
    #gallery-5 dl.gallery-item,
    #gallery-6 dl.gallery-item,
    #gallery-7 dl.gallery-item,
    #gallery-8 dl.gallery-item,
    #gallery-9 dl.gallery-item {
        width: 50% !important;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /* Dos columnas */
        grid-auto-rows: minmax(80px, auto);
        /* Ajusta la altura mínima */
        gap: 10px;
        padding: 5px;
    }

}