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

img {
    max-width: 100%;
}

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

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

.btn.btnNaranja,
.btn.btnOutlineNaranja {
    background: linear-gradient(45deg, #D94423, #F28F16);
    background: -moz-radial-gradient(45deg, #D94423, #F28F16);
    background: -webkit-radial-gradient(45deg, #D94423, #F28F16);
    border: 0;
    color: #fff;
    padding: 10px 20px;
    min-width: 200px;
    border-radius: 50px;
    transition: all .4s ease;
}

.btn.btnNaranja:hover {
    color: #fff;
    background: linear-gradient(45deg, #F28F16, #D94423);
    background: -moz-radial-gradient(45deg, #F28F16, #D94423);
    background: -webkit-radial-gradient(45deg, #F28F16, #D94423);
}

.btn.btnOutlineNaranja {
    border: 2px solid #F28F16;
    background: transparent;
    color: #F28F16;
}

.btn.btnNaranja.btnBlanco {
    background:#fff;
    color: #F28F16;
    padding: 5px 20px;
    font-size: 13px;
    border-radius: 5px;
}

.btn.btnVerde,
.btn.btnOutlineVerde {
    background: #74bc1e;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    min-width: 200px;
    border-radius: 50px;
    transition: all .4s ease;
}

.btnVerde:hover {
    color: #fff;
    background: #fd8204;
}

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

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

.btn.btnFichaTecnica {
    color: #025473;
    transition: all .3s ease;
    border-radius: 50px;
}

.btn.btnFichaTecnica:hover {
    background: #bfd1d952;
}

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

.flex-btns.flex_izq {
    justify-content: flex-start;
}

.flex-btns.flex_der {
    justify-content: flex-end;
}

.btn.txtUpper {
    text-transform: uppercase;
}

.btn.btnLink {
    padding: 5px 7px;
    font-size: 11px;
}

/** BTNES MANUALES **/
.flex-btns.btns_manuales {
    flex-direction: column;
    gap: 10px;
}

.btns_manuales .btn.btnNaranja,
.btns_manuales .btn.btn.btnOutlineNaranja {
    min-width: 150px;
    font-size: 13px;
    line-height: 1.5;
}


/** HEADER ***/

.cabecera_ppal {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, #1c1c1c, transparent);
    padding: 10px 0 20px;
    transition: all .3s ease;
}

.logo_ppal {
    filter: contrast(0) brightness(1800);
    margin-bottom: -15px;
}

.menu_principal {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    font-family: 'Sora', sans-serif;
}

.menu_principal .menu {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    font-size: 13px;
}

.menu_principal .menu li {
    padding: 10px 0;
}

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

.menu_principal .menu-item-has-children {
    position: relative;
}

.menu_principal .menu-item-has-children .sub-menu {
    background: #ffffff;
    padding: 0px 10px;
    list-style: none;
    position: absolute;
    margin-top: 10px;
    min-width: 200px;
    font-family: 'Sora', sans-serif;
    font-weight: 300;
    font-size: 13px;
    height: 0px;
    -webkit-transition: height .6s, padding .6s;
    transition: height .6s, padding .6s;
    overflow: hidden;
    border: 0;
    border-radius: 0 0 5px 5px;
}

.menu_principal .menu-item-has-children:hover .sub-menu {
    height: auto;
    padding: 10px;
    border: 1px solid #bfd1d94f;
    border-top: 0;
}

.menu_principal .menu-item-has-children .sub-menu li {
    border-bottom: 1px solid #bfd1d94f;
    padding: 7px 0;
}

.menu_principal .menu-item-has-children .sub-menu li:last-child {
    border-bottom: 0;
}

.menu_principal .menu-item-has-children .sub-menu li a {
    color: #025473;
    line-height: 2em;
}

.menu_principal .btnVerde,
.menu_principal .btnNaranja {
    min-width: 120px;
}

.menu_principal .btn.btnOutlineVerde {
    MIN-WIDTH: 40px;
    padding: 10px 15px;
}

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

.menu_principal .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
}

.menu_principal .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background-color: #fafbff;
    border: 2px solid #f3f4f6;
}

/* .box-buscador {
    display: none;
    position: relative;
    width: 0px;
    height: 0;
    top: 50px;
    transition: all .3s ease;
}

.box-buscador.mostrar-buscador {
    display: flex;
    height: 50px;
}

.content_buscador {
    position: absolute;
    top: 0;
    right: 0;
} */



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

.scrolling .logo_ppal,
body.single-product .logo_ppal,
body.archive .logo_ppal {
    filter: none;
}

.scrolling .menu_principal .menu li a,
body.single-product .menu_principal .menu li a,
body.archive .menu_principal .menu li a {
    color: #1c1c1c;
}

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

/** fin on scroll **/

/*** BODY ***/

.box_categorias .elementor-image-box-wrapper {
    position: relative;
    overflow: hidden;
}

.box_categorias .elementor-image-box-content {
    position: absolute;
    bottom: 30px;
    left: 0;
}

.box_categorias .elementor-image-box-wrapper .elementor-image-box-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.box_categorias .elementor-image-box-wrapper .elementor-image-box-img a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #1c1c1c94, transparent), url(/wp-content/uploads/2023/08/icono-cardiopulmonar3.png) no-repeat 120% 105%;
    background-size: cover, 60%;
    /* background: linear-gradient(to top, #1c1c1c94, transparent); */
}

.box_categorias .elementor-image-box-content .elementor-image-box-title {
    padding: 0 30px;
}

.prods_destacados .eael-woo-product-carousel-container.preset-1 .product-details-wrap .product-details {
    width: 80%;
}

/** PAGINA INTERNA CATEGORÍAS Y SERVICIOS **/
.boxes_rubros .eael-elements-flip-box-icon-image {
    margin-bottom: 10px;
}

.list_beneficios {
    text-align: left !important;
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    color: #025473;
    font-weight: 300;
}

/**
** ================= ESTILO EFECTO LOADER PULSO CARIDACO ========================
**/

.pulse {
    height: 100px;
    width: 200px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.pulse:after {
    content: '';
    display: block;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200px 100px"><polyline fill="none" stroke-width="3px" stroke="white" points="2.4,58.7 70.8,58.7 76.1,46.2 81.1,58.7 89.9,58.7 93.8,66.5 102.8,22.7 110.6,78.7 115.3,58.7 126.4,58.7 134.4,54.7 142.4,58.7 197.8,58.7 "/></svg>') 0 0 no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: 2s pulse infinite linear;
}

.pulse:before {
    content: '';
    background: #444;
    position: absolute;
    z-index: -1;
    left: 2px;
    right: 2px;
    bottom: 0;
    top: 16px;
    margin: auto;
    height: 3px;
}

@keyframes pulse {
    0% {
        clip: rect(0, 0, 100px, 0);
    }

    10% {
        clip: rect(0, 66.6666666667px, 100px, 0);
    }

    38% {
        clip: rect(0, 133.3333333333px, 100px, 0);
    }

    48% {
        clip: rect(0, 200px, 100px, 0);
    }

    52% {
        clip: rect(0, 200px, 100px, 0);
    }

    62% {
        clip: rect(0, 200px, 100px, 66.6666666667px);
    }

    90% {
        clip: rect(0, 200px, 100px, 133.3333333333px);
    }

    100% {
        clip: rect(0, 200px, 100px, 200px);
    }
}

/**
** ================= FIN. ESTILO EFECTO LOADER PULSO CARIDACO ========================
**/


/*** PAGINA PRODUCTOS **/

.bg_producto {
    background: #fff url(includes/img/bg-pag-producto.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 35px;
}

.cont_info_prod {
    display: flex;
    gap: 8%;
    align-items: end;
    justify-content: center;
    width: 100%;
}

.woocommerce .product .cont_info_prod .summary {
    width: 50%;
    padding: 20px;
}

.woocommerce .product .cont_info_prod .woocommerce-product-gallery,
.woocommerce .product .cont_info_prod .tpwpg-main {
    width: 42%;
}

.woocommerce div.product div.images img {
    mix-blend-mode: multiply;
}

.woocommerce div.product .product_title {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 600;
    font-family: 'Sora', sans-serif;
    margin-bottom: 35px;
    color: #0f5373;
}

.woocommerce .woocommerce-breadcrumb {
    font-size: 11px !important;
}

.descripcion_corta {
    margin-bottom: 30px;
}

.cont_info_prod .summary p {
    font-size: 15px;
    line-height: 1.3;
    font-family: 'Sora', sans-serif;
    color: #0f5373;
    font-weight: 300;
}

.product_meta {
    margin-top: 20px;
    font-size: 11px;
    background: #bfd1d952;
    display: table;
    padding: 3px 8px;
    border-radius: 50px;
    font-family: 'Sora', sans-serif;
    color: #0f5373;
}

.product_meta a {
    color: #de5522;
    text-decoration: none;
}

.contenedor_video {
    padding: 30px;
    display: flex;
    justify-content: center;

}

.modal-title {
    font-family: 'Sora', sans-serif;
    color: #0f5373;
    font-size: 20px;
    font-weight: 600;
}

.caracteristicas_prod {
    padding: 80px 0;
    background: #fafbff;
}

.caracteristicas h2,
.caracteristicas h3,
.content_form_producto h2,
.tit_secciones,
.content_info_related h2 {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    color: #0f5373
}

.caracteristicas h3 {
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 0;
}

.caracteristicas h2 {
    font-size: 22px;
    line-height: 1.1;
}

.caracteristicas p,
.caracteristicas ul {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 300;
    font-family: 'Sora', sans-serif;
    color: #0f5373;
}

.acordeon_caract {
    margin-bottom: 25px;
}

.acordeon_caract .accordion-button {
    color: #0f5373;
}

.acordeon_caract .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f5373'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.acordeon_caract .accordion-button:not(.collapsed) {
    background-color: #0f5373;
    color: #fff;
}

.acordeon_caract .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.acordeon_caract .accordion-body,
.acordeon_caract .accordion-body ul {
    font-size: 13px;
    color: #0f5373;
    font-family: 'Sora', sans-serif;
}

.acordeon_caract .accordion-body .condiciones_c tr {
    font-size: 12px;
}

.condiciones_c tr {
    border-bottom: 1px solid #0f53732b;
}

.condiciones_c tr td {
    padding: 7px;
}

.acordeon_caract .accordion-body .colTit {
    font-weight: bold;
}

/** FORM PRODUCTO **/
.content_form_producto h2 {
    margin-bottom: 35px;
}

.content_form_producto h2 small {
    font-size: 15px;
    font-weight: 300;
    display: block;
}

.caracteristicas_prod .flex_form,
.content_form_modal .flex_form {
    gap: 15px;
    flex-direction: column;
}

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

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

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

.caracteristicas_prod textarea,
.caracteristicas_prod input[type="text"],
.caracteristicas_prod input[type="email"],
.caracteristicas_prod input[type="tel"],
.caracteristicas_prod select,
.content_form_modal textarea,
.content_form_modal input[type="text"],
.content_form_modal input[type="email"],
.content_form_modal input[type="tel"],
.content_form_modal 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;
}

/** PRODUCTOS RELACIONADOS **/
.related.products {
    padding: 80px 0;
}

.woocommerce.woocommerce-page .related_flex ul.products {
    display: flex;
    gap: 30px;
    margin-top: 35px;
}

.woocommerce.woocommerce-page .related_flex ul.products li.product {
    margin: 0;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #bfd1d94f;
    overflow: hidden;
    background: #fafbff;
}

.woocommerce.woocommerce-page .related_flex ul.products li.product h2.woocommerce-loop-product__title {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #025473;
    padding: 20px;
}

.woocommerce .related_flex ul.products li.product a img {
    margin-bottom: 0;
}

.content_info_related {
    padding: 20px 20px;
}

.woocommerce .related_flex ul.products li.product .content_info_related .star-rating,
.related_flex ul.products li.product .button.product_type_simple {
    display: none;
}

/*** PAGINA LISTADO PRODUCTOS **/
.listado_productos {
    padding: 100px 0 70px;
}

.listado_productos .woocommerce-products-header {
    max-width: 700px;
    margin-bottom: 50px;
}

.listado_productos .woocommerce-products-header__title.page-title {
    font-family: 'Sora', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #025473;
}

.listado_productos .term-description,
.listado_productos h2.woocommerce-loop-product__title {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    color: #025473;
}

.listado_productos ul.products li.product h2.woocommerce-loop-product__title {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #025473;
    padding: 20px;
}

.woocommerce-result-count {
    font-family: 'Sora', sans-serif;
    font-weight: 300;
    color: #025473;
    font-size: 12px;
}

.woocommerce .listado_productos .woocommerce-ordering,
.woocommerce .listado_productos .button.product_type_simple,
.woocommerce .listado_productos .eael-star-rating.star-rating,
.eael-star-rating.star-rating {
    display: none !important;
}

.woocommerce .listado_productos ul.products li.product {
    border: 1px solid #bfd1d94f;
    border-radius: 10px;
    background: #fafbff;
}

.woocommerce .listado_productos nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce .listado_productos .woocommerce-pagination .page-numbers li {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border: 0;
}

.woocommerce .listado_productos nav.woocommerce-pagination ul li a:focus,
.woocommerce .listado_productos nav.woocommerce-pagination ul li a:hover,
.woocommerce .listado_productos nav.woocommerce-pagination ul li span.current {
    background: #bfd0d9;
    color: #025473;
}



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

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

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

.header_blog .img_bg {
    max-height: 300px;
    overflow: hidden;
}

.txt_tit_blog {
    background-color: #bfd1d9;
    text-align: center;
    padding: 20px 0;
}


.txt_tit_blog h1 {
    font-family: 'Sora', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: #0f5373;

}

.header_blog .img_bg img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}

.contenido_blog {
    background: #bfd1d936;
    padding: 50px 0;
}

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

.blog_int .tpg-post-link img {
	height:250px !important;
}

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

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

.wpcf7 label {
    color: #fff;
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    margin-bottom: 2px;
}

.wpcf7-form-control.form-control {
    border: 0;
    box-shadow: none;
    padding: 13px;
    height: auto;
}

.wpcf7-textarea {
    max-height: 100px;
}

/****************************************************************
**** PAGINAS INTERNAS CATEGORÍAS NUEVAS *************************
**************************************************************** */

.btnes_secciones {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.btnes_secciones a {
    width: 100%;
    text-align: center;
    padding: 15px;
    background: #bfd0d952;
    border-radius: 5px;
    font-family: 'Sora', sans-serif;
    color: #025473c9;
    font-weight: 600;
    font-size: 14px;
    transition: all .4s ease;
}

.btnes_secciones a:hover,
.btnes_secciones a.activo {
    color: #025473;
    background: #bfd0d9;
}

.secc_form.caracteristicas_prod {
    background: linear-gradient(to left, #dcecf4, #dcecf4d1, transparent), url(https://cardiomedics.cl/wp-content/uploads/2023/10/bg-form-categorias.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 100px 0;
}

.secc_form.caracteristicas_prod .flex_form {
    flex-direction: row;
}

.productos_cats_pag .boxes_productos .eael-product-grid .woocommerce ul.products li.product {
    background-color: #f5f7fd !important;
}

.productos_cats_pag .boxes_productos .eael-product-grid .woocommerce .products .product .eael-product-title {
    padding: 0 10px;
}

.productos_cats_pag .boxes_productos .eael-product-grid .woocommerce .products .product .eael-product-wrap a.button.product_type_simple {
    display: none;
}

/****************************************************************
**** MODAL FORM ********************************
**************************************************************** */

.modal .modal-body {
    padding: 0;
}

.content_form_modal {
    padding: 35px;
}

.tituloForm {
    color: #025473;
    font-family: "Sora", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}

.bgColor {
    background-color: #fafbff;
}

.bgForm {
    background: url(/wp-content/uploads/2023/08/cat-rescate.jpg) no-repeat center;
    background-size: cover;
}

.btnCerrar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #ffffff70;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    float: right;
    margin: 10px;
}

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

footer {
    width: 100%;
    /* padding: 50px 0 0; */
    padding: 0;
}

.woocommerce footer {
    border-top: 1px solid #bfd1d94f;
}

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

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

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

.rrss_foot a {
    text-decoration: none;
    background: linear-gradient(45deg, #D94423, #F28F16);
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_foot p {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #0f5373d4;
}

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

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

.list_footer li {}

.list_footer li a {
    color: #0f5373d4;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
}

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

.foot_1 img,
.woocommerce .foot_1 img {
    width: 100%;
    max-width: 280px;
}

.copy_footer {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    background: #0f5373;
    width: 100%;
    padding: 20px 0;
    /* margin-top: 30px; */
    color: #0f5373;
}

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

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

.mobile_head {
    display: none;
}

.ocultar {
    display: none !important;
}

@media (max-width:767px) {

    .desktop_head {
        display: none;
    }

    .mobile_head {
        display: block;
    }

    .btn.btnNaranja,
    .btn.btnOutlineNaranja {
        min-width: 100px;
    }

    .flex-btns.flex_der,
    .flex-btns.flex_izq {
        justify-content: center;
    }

    .logo_ppal {
        width: 80%;
    }

    /** Menu movil **/
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        background-color: #fff !important;
    }

    .scrolling .hamburger-inner,
    .scrolling .hamburger-inner:after,
    .scrolling .hamburger-inner:before,
    body.single-product .cabecera_ppal .hamburger-inner,
    body.single-product .cabecera_ppal .hamburger-inner:after,
    body.single-product .cabecera_ppal .hamburger-inner:before,
    body.archive .cabecera_ppal .hamburger-inner,
    body.archive .cabecera_ppal .hamburger-inner:after,
    body.archive .cabecera_ppal .hamburger-inner:before {
        background-color: #0f5373 !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;
    }

    .menu_movil .menu-item-has-children {
        position: relative;
    }

    .menu_movil .menu-item-has-children::after {
        content: '\f078';
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        position: absolute;
        top: 22.5px;
        right: 5%;
        transform: translateY(-50%) rotate(-90deg);
        transition: all .3s ease;
    }

    .menu_movil .menu-item-has-children.menu_abierto::after {
        transform: translateY(-50%) rotate(0deg);
        top: 22.5px;
    }

    .menu_movil .menu-item-has-children .sub-menu {
        list-style: none;
        padding-left: 10px;
        height: 0;
        overflow: hidden;
        transition: all .3s ease;
    }

    .menu_movil .menu-item-has-children.menu_abierto .sub-menu {
        height: auto;
        margin-top: 10px;
    }

    .menu_movil .menu-item-has-children .sub-menu li a {
        font-size: 12px;
        font-weight: 300;

    }

    .btnes_head {
        justify-content: center;
    }

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

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

    .cont_info_prod {
        flex-direction: column-reverse;
        align-items: center;
    }

    .woocommerce .product .cont_info_prod .summary {
        width: 100%;
    }

    .woocommerce div.product .product_title {
        font-size: 25px;
    }

    .woocommerce div.product .flex-btns {
        flex-direction: column;
    }

    .product_meta {
        margin: 20px auto 0;
    }

    .content_form_producto {
        margin-bottom: 40px;
        display: block;

    }

    .woocommerce.woocommerce-page .related_flex ul.products {
        gap: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .woocommerce.woocommerce-page .related_flex ul.products li.product {
        width: 48%;
        float: none;
        margin: 10px auto;
    }

    .content_info_related {
        padding: 10px;
    }

    .woocommerce .related_flex ul.products li.product .woocommerce-loop-product__title {
        font-size: 12px;
    }

    .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),
    .boxes_footer .box_foot:nth-child(2) {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .boxes_footer .box_foot:last-child {
        text-align: right;
    }

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

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

    .btnes_secciones {
        flex-direction: column;
    }

    .btnes_secciones a {
        opacity: .7;
    }

    .btnes_secciones a.activo {
        opacity: 1;
    }

    .secc_form.caracteristicas_prod {
        background: linear-gradient(to left, #dcecf4, #dcecf4d1, #dcecf4f7), url(https://cardiomedics.cl/wp-content/uploads/2023/10/bg-form-categorias.jpg) no-repeat center bottom;
        background-size: cover;
    }

    .secc_form.caracteristicas_prod .flex_form {
        flex-direction: column;
    }

}