/*
Theme Name: Tema Budnik
Author: Rodrigo Berroeta (Agencia Böll)
Author URI: https://www.boll.cl
Description: Plantilla desarrollada para proyecto web budnik. Agencia Böll
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: #fe5300;
Colors Amarillo: #ffa50d;
*/
* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

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

.btn.btnNaranja {
    background: #ffa50d;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    min-width: 200px;
    border-radius: 50px;
    transition: all .4s ease;
    font-size: 12px;
    text-transform: uppercase;
}

.btn.btnNaranja.btnNBudnik {
    background: #fe5300;
}

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

.btn.btnBudnik,
.btn.btnOutlineVerde {
    background: #272d34;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    min-width: 200px;
    border-radius: 50px;
    transition: all .4s ease;
    font-size: 12px;
    text-transform: uppercase;
}

.btn.btnBudnik:hover {
    color: #fff;
    background: #fe5300;
}

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

.btn.btnOutlineVerde {
    background: transparent;
    box-shadow: inset 0 0 0 2px #74bc1e;
}

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

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

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

.tit-span-naranja span {
    color: #fe5300;
    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 ***/

.cabecera_ppal {
    position: sticky;
    width: 100%;
    top: 0;
    background: #fff;
    padding: 0;
    transition: all .3s ease;
    z-index: 99;
}

.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: #eeeeeeba;
    border: 1px solid transparent;
    font-size: 15px;
    min-width: 300px;
}

/* 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;
}

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

.logo img {
    max-height: 120px;
}

.boxes_head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 85%;
    float: right;
    gap: 25px;
    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: #fe530045;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fe5300;
}

.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: #fe5300;
    width: 100%;
    padding: 3px 0;
}

.menu_principal {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    font-family: 'Lato', sans-serif;
    padding: 0 20px;
}

.menu_principal .menu {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    height: 100%;
}

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

.menu_principal .menu li a {
    color: #ffffff;
    text-decoration: none;
}

.menu_principal .btnBudnik,
.menu_principal .btnNaranja,
.menu_principal .btn.btnOutlineVerde {
    min-width: 120px;
    padding: 5px 20px;
}

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

.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    width: 320px;
    background: #ea4f04;
    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: normal normal normal 14px/1 FontAwesome;
    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 #fe5300;
    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;
}

.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: 30px;
    width: 100%;
}

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

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

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


/* body.home .cabecera_ppal {
    position: absolute;
    background: linear-gradient(to bottom, #111111d9, #111111c2, transparent);
}

body.home .cabecera_ppal .content_menu_ppal {
    background: transparent;
}

body.home .cabecera_ppal .site-header-separator {
    height: 1px;
    opacity: .2;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 100%;
    background: #fff;
}

body.home .logo a {
    bottom: -10px;
    top: unset;
}

body.home .boxes_head {
    padding: 5px 0;
}

body.home .boxes_head.head_dir {
    padding-left: 15px;
}

body.home .box_head .icon {
    width: 35px;
    height: 35px;
    background: #fe5300;
    color: #fff;
}

body.home .box_head .info_box h3 a {
    color: #fff;
}

body.home .box_head .info_box p {
    font-size: 11px;
    line-height: 1;
    color: #ffffffa3;
}

body.home .menu_principal .menu li a {
    font-weight: bold;
}

body.home .carritoComprasHead .woofc-menu-item .woofc-menu-item-inner:after {
    background-color: #fe5300;
}

body.home .btn.btnNaranja {
    background: #fe5300;
} */




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

.scrolling .logo_ppal {
    filter: none;
}

.scrolling .menu_principal .menu li a {
    color: #1c1c1c;
}

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

/** fin on scroll **/




/*** BODY ***/

.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: #fe5300;
}

.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 **/
/* .woocommerce.paginaProducto div.product .woolentor-woo-template-builder div.images {
    MAX-WIDTH: 80%;
    MARGIN: 0 auto;
} */

.subtitulo_producto {
    color: #fe5300;
    font-family: 'Lato', sans-serif;
}

.woocommerce.paginaProducto div.product div.images {
    margin-bottom: 0;
}

.pagProd-imagen {}

.pagProd-bradcrumb nav.woocommerce-breadcrumb {
    font-size: 11px;
}

.paginaProducto.woocommerce .pagProd-precio .price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 7px;
}

.paginaProducto.woocommerce .pagProd-precio .price ins {
    text-decoration: none;
}

.paginaProducto.woocommerce .pagProd-precio .price del {
    margin-bottom: 2px;
}

.woocommerce.paginaProducto .pagProd-meta .product_meta {
    display: flex;
    flex-direction: column;
}

.paginaProducto .wl-addto-cart.wl-style-4 form.cart {
    flex-direction: column;
}

.paginaProducto .wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap,
.paginaProducto .wl-addto-cart.wl-style-4 form.cart .wl-cart-wrap {
    width: 100%;
}

.paginaProducto .wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap .wl-quantity-cal {
    width: 100%;
    justify-content: space-between;
}

.paginaProducto.woocommerce div.product form.cart {
    margin-bottom: 0px;
}

.stock_productos .stock {
    background: url(includes/img/icono-stock.png) no-repeat left center;
    background-size: contain;
    padding: 7px 0;
    padding-left: 40px;
}

.stock_productos .stock.in-stock {}

.stock_productos .stock.out-of-stock {
    color: red !important;
}

.paginaProducto.woocommerce span.onsale {
    top: 0;
    left: 10px;
    border-radius: 0 0 3px 3px;
    background: #fba50e;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding: 5px;
    text-transform: uppercase;
}

.paginaProducto.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
}

.paginaProducto.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20%;
}

/** 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;
}

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

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

.wsp_prod-txt p {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    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;
    font-family: 'Lato', sans-serif;
}

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

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


/** PAGINA TIENDA **/
.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;
}



/** 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;
    /* left: 35px; */
    width: auto !important;
    transition: all .4s ease;
}

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

/* .box__servicios.box__servicios-der .info_serv {
    left:unset;
    right:35px;
} */

.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;
}

/*** 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: #fe5300;
    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: #fe5300;
}

.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: #fe5300;
}

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

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

footer {
    width: 100%;
    padding: 70px 0 0;
    background-color: #f9f9fc;
}

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

/* .boxes_footer .foot_1 {
    display: flex;
    justify-content: center;
    align-items: center;
} */

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

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

.box_foot h3 {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 35px;
    color: #fe5300;
}

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

.rrss_foot a {
    text-decoration: none;
    background: #fe5300;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.box_foot p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    color: #111111bf;
}

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

.list_footer {
    list-style: none;
    padding: 0;
    font-family: 'Lato';
    font-size: 14px;
}

.list_footer li {}

.list_footer li a {
    color: #111;
    text-decoration: none;
}

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

.foot_1 img {
    width: 100%;
    max-width: 175px;
}

.copy_footer {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    background: #fe5300;
    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(/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.btnNaranja,
    .btn.btnBudnik {
        min-width: unset;
    }

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

    .logo a {
        position: unset;
    }

    .fondos_color::before {
        background: #fe5300 !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: #111 !important;
    }

    .scrolling .hamburger-inner,
    .scrolling .hamburger-inner:after,
    .scrolling .hamburger-inner:before {}

    /* 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: #010507;
        font-family: 'Ubuntu', 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;
    }

    /** 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;
    }

    .box_cats_home .elementor-image-box-img img {
        height: 400px;
    }



    .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;
    }

    .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;
    }
}