/*
Theme Name: Tema Integrity
Author: Rodrigo Berroeta (Agencia Böll)
Author URI: https://www.boll.cl
Description: Plantilla desarrollada para proyecto web Integrity. 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.btnIntegrity {
    background: #68001b;
}

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

.btn.btnIntegrity,
.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.btnIntegrity: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 {
    position: absolute;
    width: 100%;
    top: 0;
    background: transparent;
    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 a {
    position: absolute;
    /* top: 50%; */
    bottom: -60px;
    left: 0;
    /* transform: translateY(-50%); */
    width: 250px;
    height: auto;
    transition: all .3s ease-in-out;
}


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

.logo img {
    max-height: 150px;
    filter: contrast(0) brightness(5000);
}

.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: #ffffff45;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}

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

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

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

.content_menu_ppal {
    background: linear-gradient(to left, #111111c2 20%, transparent 60%);
    /* background-color: #fe5300; */
    width: 100%;
    padding: 3px 0;
}

.menu_principal {
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-end;
    align-items: stretch;
    gap: 20px;
    font-family: 'Lato', sans-serif;
    /* padding: 0 20px; */
    padding: 5px 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 .btnIntegrity,
.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: 270px;
    background: #68011b;
    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 #111;
    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;
}

.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 .logo a {
    bottom: -27px;
    width: 200px;
}

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

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

.scrolling .content_menu_ppal {
    background: #878787;
}

.scrolling .box_head .icon {
    color: #68001b;
    background: #68001b45;
}

.scrolling .box_head .info_box h3 a {
    color: #111;
}

.scrolling .box_head .info_box p {
    color: #111111a3;
}

/** fin on scroll **/




/*** BODY ***/
.bdt-slideshow .bdt-slideshow-items {
    max-height: 600px;
}

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

.slide_ppal .bdt-prime-slider-skin-general .bdt-prime-slider-desc {
    margin-top: 100px;
}

.slide_ppal .bdt-prime-slider-skin-general .bdt-slider-excerpt {
    margin-top: 30px;
}

.box_servicios_home .eael-elements-flip-box-front-container, .box_servicios_home .eael-elements-flip-box-rear-container {
    background-blend-mode: unset;
}

.box_servicios_home .eael-elements-flip-box-front-container::before,
.box_servicios_home .eael-elements-flip-box-rear-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #410615de 0%, transparent 70%);
    border-radius: 10px;
    z-index: -1;
}

.box_servicios_home .eael-elements-flip-box-rear-container::before {
    background: linear-gradient(to top, #093e0bd1 0%, transparent 70%);
}

.box_servicios_home .eael-elements-flip-box-flip-card .eael-elements-flip-box-padding {
    padding: 10px 20px 20px;
}

.box_serv_horizontal.box_servicios_home .eael-elements-flip-box-flip-card .eael-elements-flip-box-padding {
    padding: 10px 30px 30px 52%;
}

.box_servicios_home.box_serv_horizontal .eael-elements-flip-box-front-container::before {
    background: linear-gradient(327deg, #093e0bd1 0%, transparent 70%);
}

.box_servicios_home.box_serv_horizontal .eael-elements-flip-box-rear-container::before {
    background: linear-gradient(327deg, #410615de 0%, transparent 70%);
}

.ctas {
    display: flex;
    gap: 10px;
    align-items: center;
}

.cta_texto h3 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 800;
    margin-bottom: 0;
}

.cta_texto h3 span {
    font-weight: 300;
}


/** PAGINA INTERNA **/
.info_despacho {
    width: 70%;
    margin: 0 auto;
}

.info_despacho .elementor-image-box-img {
    background: #68011b;
    padding: 10px;
    border-radius: 10px;
}

.frigorificos .img_frigorificos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #111111e6 10%, transparent 60%);
    border-radius: 10px;
}

.frigorificos .info_frigorificos {
    position: absolute;
    bottom: 10px;
    padding: 25px;
}

.tabla_productos {
    width: 100%;
    font-family:'Lato', sans-serif;
    font-weight: 300;
    font-size: 13px;
}

.tabla_productos td, .tabla_productos th {
    border:0;
    border-bottom:1px solid #eaeaea;
    padding: 7px;
}

.tabla_productos td {
    width: 70%;
}

.producto_interior .elementor-image-box-wrapper .elementor-image-box-img img {
    box-shadow:0 0 7px rgba(0, 0, 0, .05);
}












.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, #111, transparent);
    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);
}


/*** BLOG **/
.blogIntegrity header {
	width:100%;
	height: 300px;
	display:flex;
	align-items: flex-end;
	justify-content:center;
	background: linear-gradient(to top, #111, transparent), url(https://integrity.cl/wp-content/uploads/2024/08/frigorifico-en-monte-aguila-integrity.jpg) no-repeat center;
	background-size:cover;
	padding-bottom: 35px;
}

.blogIntegrity header h1 {
	color:#fff;
	text-align:center;
	font-size: 35px;
	line-height:1.1;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.blogIntegrity .container {
	max-width:1000px;
}

.imagen-dest {
	width:100%;
	height: 400px;
	border-radius: 20px;
	overflow:hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}

.imagen-dest img {
	width:100%;
	object-fit: cover;
	object-position: center;
}

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

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

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

footer {
    width: 100%;
    padding: 230px 0 0;
    background-color: #ffffff;
    background: linear-gradient(to top, #fff 35%, transparent 90%), url(https://integrity.cl/wp-content/uploads/2024/08/Foto-aerea-scaled-1.jpg) no-repeat center;
    background-size: cover;
}

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

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

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

.box_foot h3 img {
    width: 35px;
    margin-right: 10px;
}

.rrss_foot {
    display: flex;
    gap: 10px;
}

.rrss_foot a {
    text-decoration: none;
    background: #ffffff47;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    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: #111111;
}

.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: #68001b;
    width: 100%;
    padding: 20px 0;
    margin-top: 30px;
}

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

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

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

/** modals **/

/** 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(includes/img/Collage-vertical.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;
}

.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.btnIntegrity {
        min-width: unset;
    }

    .logo_ppal {
        width: 85%;
        max-width: 200px;
    }

    .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: #fff !important;
    }

    .scrolling .hamburger-inner,
    .scrolling .hamburger-inner:after,
    .scrolling .hamburger-inner:before {
        background-color: #111 !important;
    }

    /* 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: 'Lato', sans-serif;
    }

    .menu_movil .menu li.menu-item-has-children .sub-menu li a {
        color: #fff;
    }

    .menu-item-has-children .sub-menu::before {
        border-top: 12px solid #fff;
    }

    .btnes_head {
        justify-content: center;
    }

    .btnes_head .btn.btnIntegrity,
    .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 **/
    .info_despacho {
        width: 100%;
    }

    .info_despacho>.elementor-widget-container .elementor-image-box-wrapper {
        display: flex;
        gap: 10px;
    }

    .box_serv_horizontal.box_servicios_home .eael-elements-flip-box-flip-card .eael-elements-flip-box-padding {
        padding: 30px;
    }






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

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

}