/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 3.6.8.7
Updated: 2026-03-03 18:22:58

*/




#content {
    min-height: calc(100vh - 499px);
}
.wc-block-product-filter-checkbox-list__show-more{
    color: white;
    background: #1fa3a3;
    text-decoration: none;
    margin-top: 10px;
}

a:hover, a:focus {
    color: #808080;
}
a, .page-title {
   color: #808080;
}
.ast-site-identity {
    padding: 0.7rem 0;
}
.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{
    font-weight: 600;
    font-size: 1.15rem;
      color: #4E4F4F;
}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-1 .current-menu-ancestor > .menu-link {
    color: #05A79B;
}
.ast-builder-menu-1 .menu-item:hover > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
    color: #05A79B;
;
}
.ast-addon-cart-wrap .astra-icon {
    display: none !important;
}
.ast-addon-cart-wrap {
    width: 35px;
    height: 35px;
    background-image: url('https://corpmedical.com.mx/wp-content/uploads/2026/03/iconcar.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.ast-site-header-cart{
        background: #ECF9F9;
    padding: 10px;
    border-radius: 10px;
}

.ast-desktop .ast-primary-header-bar.main-header-bar, .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
    margin-top: 0;
    margin-bottom: 0;
}
header{
    box-shadow: 0px 4px 20px 0px #0000001A;
}
#doc{
    width: 100%;
    margin-left: auto;
    padding-top: 40px;
}
#slogan p{
      background: #DEDEDE;
    border-radius: 35px;
    display: inline-block;
    padding: 2px 25px;
    font-weight: 700;
    color: #808080;
    letter-spacing: 14%;
    font-size: 0.9rem;
}
#slogan img{
        width: 14px;
    margin-right: 16px;
}
#titlebanner h2{
   font-weight: 800;
    font-size: 4.5rem;
    color: #4E4F4F;
    text-shadow: 0px 4px 9.3px #00000000;
    line-height: 1.1;
}
#titlebanner h2 span{
    display: block;
    color: #05A79B;
}

#textparrafo p{
    font-weight: 500;
    color: #4E4F4F;
    font-size: 1rem;
    line-height: 1.4;
}
.imgsect img{
    height: 57px;
    width: auto;
    margin-bottom: 10px;
}
.subsect p{
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 1.2rem;
}


/* Categorias */
/* Categorias */
.corp-categorias-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.corp-categorias-flex {
       display: flex;
    flex-wrap: wrap;
    gap: 13px;
    justify-content: center;
    align-items: center;
}
.corp-categoria-item-simple{
    font-family: Poppins;
    font-weight: 600;
    font-size: 0.88rem;
    line-height: 1.2;
    text-transform: uppercase;
    border: 1px solid #035E58;
    border-radius: 10px;
    padding: 10px 25px;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
}

.corp-categoria-item-simple:hover{
   background: #05A79B;
   color: white;
   border-color: #05A79B;
}

.corp-categoria-item {
    text-decoration: none;
    background: #f9fbfb;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.corp-categoria-item:hover {
    transform: translateY(-5px);
}

.corp-categoria-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 15px;
}

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

.corp-categoria-item h3 {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
}

/* Tablet */
@media (max-width: 1024px) {
    .corp-categorias-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Móvil */
@media (max-width: 768px) {
    .corp-categorias-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Móvil chico */
@media (max-width: 480px) {
    .corp-categorias-grid {
        grid-template-columns: 1fr;
    }
}

/* 🔥 Centrar últimos 2 en desktop (4 columnas) */
@media (min-width: 1025px) {
    /* .corp-categorias-grid a:nth-last-child(2) {
        grid-column: 2;
    }

    .corp-categorias-grid a:nth-last-child(1) {
        grid-column: 3;
    } */
}

/* CONTACTO */
/* Contenedor general */
.contenedor-formulario {
    max-width: 800px;
    margin: 0 auto;
    font-family: sans-serif;
}

/* Filas y Columnas */
.fila-form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 23px;
    gap: 32px;
}

.col-form {
    flex: 1;
    min-width: 250px; /* Para que se vuelva una columna en móviles */
}

/* Estilos de los campos (Inputs y Textarea) */
.contenedor-formulario input[type="text"],
.contenedor-formulario input[type="email"],
.contenedor-formulario input[type="tel"],
.contenedor-formulario textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px; /* Bordes redondeados como en tu imagen */
    font-size: 16px;
    background-color: #fff;
    box-sizing: border-box;
    color: #666;
}

/* Ajuste específico para el área de mensaje */
.contenedor-formulario textarea {
    height: 150px;
    resize: none;
}

/* Checkbox y texto de privacidad */
.aceptacion-privacidad {
    margin-top: 28px;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

.aceptacion-privacidad a {
    color: #00a89e; /* Color verde agua para el link */
    text-decoration: none;
}
.wpcf7-spinner{
        display: block;
    text-align: center;
    margin: auto;
}
/* Botón Enviar */
.fila-boton {
    text-align: right;
    margin-top: 20px;
}
.contenedor-formulario {
    margin-bottom: 0 !important;
}
.wpcf7-response-output{
    margin: 0 !important;
}
.contenedor-formulario input[type="submit"] {
    background-color: #4d4d4d; /* Gris oscuro como en tu imagen */
    color: #fff;
    border: none;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contenedor-formulario input[type="submit"]:hover {
    background-color: #333;
}
.aceptacion-privacidad label{
    display: flex;
}

.wpcf7 input[type=checkbox], .wpcf7 input[type=radio]{
    margin-top: 0px !important;
}

/* Responsive: Una sola columna en celulares */
@media (max-width: 600px) {
    .fila-form {
        flex-direction: column;
        gap: 10px;
    }
    .fila-boton {
        text-align: center;
    }
    .contenedor-formulario input[type="submit"] {
        width: 100%;
    }
}



.site-above-footer-wrap{
    background: #035E58 !important ;
}

#block-13{
       margin: 0 0 1.8em 0;
    width: 300px;
}
#block-14 p{
        color: #86c7c2;
    font-size: .95rem;
    line-height: 1.2;
}
#block-14 p strong{
    color: #ffffff;
}
#block-14 {
        width: 75%;
}
.ast-builder-grid-row-container-inner{
        padding-top: 15px;
}
#block-15 h6{
        color: #01302D;
    font-size: 1.07rem;
}
#block-15 {
       margin-bottom: 6px;
}

#block-16 hr{
        margin-bottom: 0;
}
#block-16{
        margin-bottom: 20px;
}
.listfooter{
    margin: 0;
    padding: 0;
    list-style: none;    
}
.listfooter a{
   color: #ffffff;   
    font-size: 0.9rem;
}
.listfooter a img{
  width: 18px;
  margin-right: 10px;
}
.listfooter li{
  margin-bottom: 9px;
}

.site-below-footer-wrap .ast-builder-footer-grid-columns{
    border-top: 1px solid #01302D;
    padding-top: 15px;
}
#block-20 p{
    color: white;
    font-size: .95rem;
}
#block-20 p a{
    color: white;
}
#block-21 p{
    color: white;
    font-size: .95rem;
    text-align: center;
}

.ast-footer-html-1 a{
    color: white;
    font-size: .95rem;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    min-height: 50px;
}






/* TIENDA */
.woocommerce ul.products, .woocommerce-page ul.products {
    row-gap: 15px;
}

.custom-product-card{   
    padding:24px;
    list-style:none;
    display:flex;
    flex-direction:column;
    justify-content:start;
    height:100%;
    margin-bottom: 12px;
  
}
.product-info{
       background: #ffffff;
    border: 0.5px solid #D9D9D9;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 13px 13px;
}

.product-link{
text-decoration:none;
color:inherit;
}

.product-image{
background:white;
padding:6px;
border-radius:16px;
position:relative;
text-align:center;
}

.product-image img{
max-width:100%;
height:auto;
}

.brand-badge{
        position: absolute;
    top: 15px;
    right: 15px;
    background: #ECF9F9;
    color: #035E58;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    font-family: poppins;
}

.category{
    display: block;
    font-size: 0.8rem;
    color: #035e58;
    text-transform: uppercase;
    font-family: poppins;
    font-weight: 800;
}

.category a{
    color: #035e58;
    display: block;
        line-height: 1.2;
        margin-bottom: 4px;
}
.product-title {
    font-size: 1.1rem !important;
    font-weight: 700;
    color: #05a79b;
    margin: 0 !important;
    text-transform: uppercase;
    padding: 0 !important;
}

.product-desc {
    font-size: 0.9rem;
    color: #4e4f4f;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 6px;
}
.product-bottom{
    display:flex;
    gap:10px;
    margin-top:20px;
    align-items:center;
}

.qty input{
    width:60px;
    padding:8px;
    text-align: center;
    border-radius: 10px !important;
    border: 1px solid #D9D9D9;
}
.quote-icon {
    width: 20px !important;
    height: auto !important;
    margin-bottom: 0 !important;
}

.quote-btn{
    display: flex;
    background:#1fa3a3;
    color:white;
    text-align:center;
    padding:10px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    font-size: 0.8rem;
    line-height: 1.1;
    align-items: center;
    text-transform: uppercase;
    font-family: poppins;
}

.quote-btn:hover{
    background:#158f8f;
    color: white;
}

.woocommerce-js ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 0em;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #1fa3a3;
    color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border-color: #158f8f;
}

.woocommerce-js nav.woocommerce-pagination ul li a{
    color: #808080;
}

.woocommerce-ordering{
    display: none;
}

/* //barra lateria */
#block-25{
    background: #DADADA;
    padding: 25px 11px;
    border-radius: 20px;
}

#block-25 h5{
    font-family: poppins;
    font-weight: 700;
    font-size: 1rem;
    color: #808080;
}
.wp-container-core-group-is-layout-fe9cc265{
    gap: 15px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: #dadada;
    padding: 0px;
    border-radius: 0px;
}


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

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
    background-color: #ffffff;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background: #ffffff;
    border-radius: 10px;
}
 .dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
    fill: #808080;
}
.wp-block-woocommerce-product-filter-taxonomy h3{
    color: #808080 !important;
    text-transform: uppercase;
    font-size: 1.1rem !important;
}
.wc-block-product-filter-checkbox-list__text{
    display: contents;
    color: #4e4f4f !important;
    font-family: poppins;
    font-weight: 700;
}

.ast-left-sidebar #secondary {
    padding-right: 30px;
}

.ast-left-sidebar #primary {
    padding-left: 30px;
}

/* .post-type-archive-product .ast-archive-description {
    display: none;
} */
 .woocommerce-breadcrumb{
    display: none;
 }
 .woocommerce-products-header{
    box-shadow: none;
    background: #ffffff;
 }

 .woocommerce-products-header h1{ 
    font-family: poppins;
    font-weight: 800;
    font-size: 2.2rem;
    color: #05A79B;
    margin-bottom: 0;
 }
 .woocommerce .woocommerce-ordering {
    margin-bottom: 1.5em;
}
.ast-woocommerce-container .products{
    border-top: 2px solid #808080;
    padding-top: 25px !important;
}
.woocommerce-js .woocommerce-result-count {
    font-family: poppins;
    color: #808080;
    font-weight: 500;
}


/* CARRITO */


.entry-header {
    box-shadow: none !important;
}
.page-id-2169 .entry-title{
    font-family: poppins;
    color: #05A79B;
    font-weight: 600;
    margin-top: 22px;
}
.highlight{
    color:  #4E4F4F;
}
.woocommerce-js table.shop_table thead th, .woocommerce-page table.shop_table thead th {
    color: #4e4f4f;
}


/* Oculta columna de Precio y Subtotal en carrito */
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal,
.woocommerce-cart th.product-price,
.woocommerce-cart th.product-subtotal {
    display: none;
}

/* Opcional: ajustar anchura de otras columnas */
.woocommerce-cart .product-name {
    width: 60%;
}
.woocommerce-cart .product-quantity {
    width: 20%;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cart_totals table,
.woocommerce-cart .cart_totals .woocommerce-shipping-totals,
.woocommerce-cart .cart_totals .order-total {
    display: none !important;
}

.woocommerce-message, .woocommerce-info {
    border-top-color: #4f4f4f;
}
.woocommerce-message {
    border-top-color: #4f4f4f;
}
.woocommerce-message::before, .woocommerce-info::before {
    color: #06a79c;
}

.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button{
    background: #1fa3a3;
    color: white;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    background: #1fa3a3;
    color: white;
}

.product-name a{
    text-transform: uppercase;
}
.woocommerce-js a.button:hover, .woocommerce button.button:hover, .woocommerce .woocommerce-message a.button:hover{
     background: #1fa3a3;
    color: white;
}
.woocommerce-js a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button{
     background: #1fa3a3;
    color: white;
}
.woocommerce-mini-cart__total{
    display: none !important;
}
.woocommerce-mini-cart__buttons .checkout{
     display: none !important;
}

.ast-site-header-cart .widget_shopping_cart .buttons .button:not(.checkout):hover {
    border-color: #1fa3a3 !important;
    color: #1fa3a3  !important;
}


.ast-site-header-cart .widget_shopping_cart .buttons .button:not(.checkout){
    border-color: #1fa3a3 !important;
    color: #1fa3a3  !important;
}

/* INDIVIDUAL */
.single-product #primary{
        margin-top: 40px !important;
}
.product-brand-single{
    color: #035E58;
    font-family: Poppins;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.2;
    text-transform: uppercase;

}
.single-product .product_title{
       font-family: Poppins;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #05A79B;
    margin-top: 6px !important;
    margin-bottom: 5px !important;
}


.single-product .single-product-category a{
    color: #797979;
    font-family: Poppins;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
}

.custom-description p{
    color: #1E1E1E;

}
.single-product .cart{
    margin-top: 25px;
}


.single_add_to_cart_button.button.alt::before {
    content: "";
    display: inline-block;
    width: 20px;      /* ancho de la imagen */
    height: 20px;     /* alto de la imagen */
    background-image: url('https://corpmedical.com.mx/wp-content/uploads/2026/03/iconcar.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 13px; /* espacio entre imagen y texto */
}

.single-product .cart button{
    font-family: Poppins;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    text-transform: uppercase;

}


.single-product .quantity .qty {
    width: 3.631em;
    text-align: center;
    min-height: 35px;
    border-radius: 10px;
    text-align: center;
}
.woocommerce-js div.product .woocommerce-tabs {
    padding-top: 0;
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:hover::before {
    display: none !important;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li::after, .woocommerce-js div.product .woocommerce-tabs ul.tabs.tabs::before {
    display: none !important;
}
.additional_information_tab a{
    font-family: Poppins;
    font-weight: 700 !important;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #1E1E1E !important;
}
.tabs{
    margin-bottom: 6px !important;
}
.woocommerce-js div.product .woocommerce-tabs .shop_attributes th, .woocommerce-product-attributes-item__value{
    color: #1e1e1e;
}

.woocommerce-js div.product .woocommerce-tabs .panel {
    margin: 0 0 3em;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    color: #676767;
}
.single-product #primary{
    position: relative;
}
.back-arrow-icon{
        position: absolute;
    top: 0;
    z-index: 2;
    width: 57px;
    left: 0;
}

.woocommerce-js ul.cart_list li>a, .woocommerce-js ul.product_list_widget li>a {
    color: #282928;
}
.mini_cart_item .quantity{
    color: #282928;
}




/* CONTACTO */

.cf7-form-box{
width:100%;
}

.cf7-field{
margin-bottom:16px;
}

.cf7-label{
display:block;
font-size:12px;
font-weight:600;
color:#bfe7e1;
margin-bottom:4px;
letter-spacing:.5px;
}

.cf7-input,
.cf7-textarea{
    width:100% !important;
    padding:11px 14px !important;
    border-radius:8px !important;
    background:rgba(255,255,255,.08) !important;
    color:#fff !important;
    font-size:14px !important;
    box-sizing:border-box !important;
    border: 0.5px solid rgba(218, 218, 218, 1) !important;
}

.cf7-textarea{
    height: 140px;
    resize: none;
}

.cf7-input::placeholder,
.cf7-textarea::placeholder{
color:rgba(255,255,255,.6);
}

.cf7-input:focus,
.cf7-textarea:focus{
outline:none;
border-color:#19b6a9;
background:rgba(255,255,255,.12);
}

.cf7-button{
width:100%;
padding:14px;
background:#19b6a9;
border:none;
border-radius:8px;
color:#fff;
font-size:15px;
font-weight:600;
cursor:pointer;
transition:.25s;
}

.cf7-button:hover{
background:#149f94;
}

#formcontac{
    background: #035E58;
    padding: 40px 30px;
    border-radius: 40px;
    padding-bottom: 10px !important;
}

.btnregreso{
    display: flex;
    align-items: flex-start;
}
.imgret{
    margin-right: 16px;
    width: 55px;
}
.spanret{
    font-family: Poppins;
    font-weight: 800;
    font-size: 2rem;
    line-height: 1.1;
    text-transform: uppercase;
}
.spanret b{
    display: block;
    color: #4E4F4F;
}

.carrito-categoria{
       font-family: Poppins;
    font-weight: 600;
    font-size: 0.7rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #808080;
    margin-bottom: 8px;
}

#formcontac .wpcf7-submit{
    background: rgba(5, 167, 155, 1);
    color: white;
    font-family: Poppins;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    border-radius: 9px;
}

/* lista de carrito */
.mi-carrito-lista{
display:flex;
flex-direction:column;
gap:14px;
}

.carrito-item{
display:flex;
align-items:center;
background:#F2F2F2;
padding:14px;
border-radius:10px;
}

.carrito-img{
width:80px;
height:80px;
display:flex;
align-items:center;
justify-content:center;
background:#fff;
border: radius 10px;
overflow: hidden;
margin-right:14px;
}

.carrito-img img{
max-width:100%;
max-height:100%;
}

.carrito-info{
flex:1;
}

.carrito-marca{
    font-family: Poppins;
    font-weight: 800;
    font-size: 0.8rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #035E58;

}

.carrito-nombre{
       font-family: Poppins;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #05A79B;
}

.carrito-cantidad{
        font-family: Poppins;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #4E4F4F;
}


#formcontac h2{
        color: #05A79B;
    font-size: 2rem;
}

.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
}


.page-id-2409 .wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    color: white;
}

.page-id-2409 .cf7-form-box {
    margin-bottom: 0 !important;
}



.cart-notice{
    position:fixed;
    bottom:30px;
    right:30px;
    background:#16a34a;
    color:white;
    padding:14px 22px;
    border-radius:8px;
    font-weight:600;
    opacity:0;
    transform:translateY(20px);
    transition:all .3s ease;
    z-index:9999;
}

.cart-notice.show{
    opacity:1;
    transform:translateY(0);
}



@media (max-width: 1140px) {
    #slogan p {
        background: #DEDEDE;
        border-radius: 35px;
        display: inline-block;
        padding: 2px 25px;
        font-weight: 700;
        color: #808080;
        letter-spacing: 14%;
        font-size: 0.8rem;
    }
    #slogan img {
        width: 13px;
        margin-right: 11px;
    }
    #titlebanner h2 {
        font-size: 4rem;
    }
    #block-20 p {
        line-height: 1.2;
    }
    .elementor-element-7e4151a{
        align-self: end;
    }

    .category a {
        display: block;
        line-height: 1.2;
        margin-bottom: 4px;
    }
}

@media (max-width: 1067px) {
    .woocommerce-products-header h1 {
        font-size: 2rem;
    }
    .quote-btn {
        padding: 6px;
    }
    .quote-icon {
        width: 15px !important;
    }
    .qty input {
        width: 45px;
        padding: 5px;
    }
    .brand-badge {
        font-size: 10px;
    }
    #formcontac h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 1020px) {
    .elementor-element-9e1a3b7 .e-con-inner{
        padding-bottom: 0;
        padding-top: 0;
    }
}
@media (max-width: 1017px) {
    .elementor-element-9e1a3b7, .elementor-element-96bd614, .ast-builder-grid-row-container-inner{
        padding-right: 25px;
        padding-left: 25px;
    }
    #titlebanner h2 {
        font-size: 3.5rem;
    }   
    #colophon .ast-builder-grid-row-3-lheavy .ast-builder-grid-row {
            grid-template-columns: 1fr 1fr 1fr;        
    }
    #block-20 p, #block-21 p, .ast-footer-html-1 a{
        font-size: .8rem;
        line-height: 1.2;
    }
    #block-14 {
        width: 100%;
    }
    .corp-categorias-grid {
        gap: 15px;
    }
}

@media (max-width: 920px) {
    header .custom-logo-link img, .ast-header-break-point .site-logo-img .custom-mobile-logo-link img {
        max-width: 130px;
        width: 130px;
    }
    [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill {
        background: #009083;
    }
    #ast-hf-menu-1-mobile{
        text-align: center;
    }
}

@media (max-width: 767px) {
    #slogan p {
        display: block;
        margin-top: 20px;
        font-size: 0.9rem;
    }
    
    #colophon .ast-builder-grid-row-3-lheavy .ast-builder-grid-row {
        grid-template-columns: 1fr ;
    }

    #titlebanner h2 {
        font-size: 3rem;
        text-align: center;
    }
    #textparrafo p {
        text-align: center;
    }
    .elementor-element-9841853{
        flex-wrap: nowrap;
    }
    body .elementor-button.elementor-size-sm, body .elementor-button.elementor-size-xs, body .elementor-button.elementor-size-md, body .elementor-button.elementor-size-lg, body .elementor-button.elementor-size-xl, body .elementor-button {
        font-size: 0.85rem;
        line-height: 1.1;
    }
    #doc {
        width: 80%;
        padding-top: 20px;
        margin: auto;
    }
    .elementor-1318 .elementor-element.elementor-element-0c90a1c {        
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
    }
    .elementor-1318 .elementor-element.elementor-element-1ba7e58 .elementor-heading-title {
        font-size: 2rem;
    }
    .elementor-1318 .elementor-element.elementor-element-1ba7e58 > .elementor-widget-container {
        margin: 0px 0px 4px 0px;
    }
    .elementor-1318 .elementor-element.elementor-element-5fc0878 > .elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .corp-categorias-grid {
        gap: 0px;
    } 
    .elementor-element-c468e08 .e-con-inner{
        padding-top: 0px;
    }   
    .elementor-1318 .elementor-element.elementor-element-7d6254b > .elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }
    .elementor-1318 .elementor-element.elementor-element-7d6254b{
        text-align: center;
    }
    .elementor-1318 .elementor-element.elementor-element-248e1d4 .elementor-heading-title {
        font-size: 2rem;
        text-align: center;
    }
    .elementor-1318 .elementor-element.elementor-element-248e1d4 .elementor-heading-title br{
       display: none;
    }
    .elementor-1318 .elementor-element.elementor-element-248e1d4 > .elementor-widget-container {
        margin: 0px 0px 15px 0px;
    }
    .elementor-element-f1a54c6{
        text-align: center;
    }
    .elementor-element-62074ef, .elementor-element-faa9793{
        text-align: center !important;
    }
    .elementor-element-62074ef, .elementor-element-6909774{
        border: 0 !important;
          text-align: center !important;
    }
   .elementor-1318 .elementor-element.elementor-element-5661009 .elementor-heading-title {
        font-size: 2rem;
    }

    .fila-form {
        flex-direction: column;
        gap: 10px;
    }

    /* mover el checkbox debajo del mensaje */
    .aceptacion-privacidad {
        order: 10;
        margin-top: 10px;
    }

    .fila-boton {
        text-align: center;
    }

    .contenedor-formulario input[type="submit"] {
        width: 100%;
    }

    #block-13 {
        width: 200px;
        text-align: center;
        margin: auto;
        margin-bottom: 17px;
    }

    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .footer-widget-area p{
        text-align: center !important;
    }
    #block-20 p, #block-21 p, .ast-footer-html-1 a {
        font-size: .9rem;
        line-height: 1.2;
    }
    .footer-widget-area[data-section="section-fb-html-1"] {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0px;
        margin-right: 0px;
    }
    .site-footer-primary-section-1, .site-footer-primary-section-2{
        display: none !important;
    }

    .site-above-footer-wrap {
        padding-top: 20px;
        padding-bottom: 0;
    }
   
    .post-type-archive-product #primary{
        margin-top: 30px;
    }
    .woocommerce-products-header h1 {
        font-size: 1.5rem;
    }
    .ast-left-sidebar #primary {
        padding-left: 0;
    }
    .product-image{
        padding:0px;
    }
    .product-bottom {
        gap: 7px;
        flex-direction: column;
    }
   .ast-left-sidebar #secondary {
        padding-right: 0;
        margin-top: 0;
    }
    #block-23 .wc-block-product-filters__open-overlay{
        color: white;
        background: #198585;
    }
    .wc-block-product-filters__close-overlay{
        color: white !important;
        background: #198585 !important;
    }
    .wc-block-product-filters__apply{
        color: white !important;
        background: #198585 !important;
    }
    .woocommerce-cart .product-price,
    .woocommerce-cart .product-subtotal,
    .woocommerce-cart th.product-price,
    .woocommerce-cart th.product-subtotal {
        display: none;
    }
     .product-price{
        display: none !important;
    }
   
    .woocommerce-js #content table.cart td, .woocommerce-page #content table.cart td {
        width: 100%;
    }
    .woocommerce-mini-cart__buttons a{
        background: #1fa3a3 !important;
        color: white !important;
    }
    .astra-cart-drawer .astra-cart-drawer-header .astra-cart-drawer-title {
        color: #4E4F4F;
        font-weight: 800;
        font-family: poppins;
        text-transform: uppercase;
    }
    .woocommerce-js ul.cart_list li>a, .woocommerce-js ul.product_list_widget li>a {
        color: #4E4F4F;
    }
    .mini_cart_item .quantity{
       color: #4E4F4F; 
    }
    .corp-categorias-flex {
        padding-top: 12px;
        padding-bottom: 20px;
    }
}
@media (max-width: 544px) {
    #texthg p br{
        display: none;
    }
 
    header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img {
        max-width: 130px;
        width: 130px;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .footer-widget-area[data-section="section-fb-html-1"] {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0px;
        margin-right: 0px;
    }
     .product-title {
        font-size: 1rem !important;
    }
    .woocommerce-cart .product-price,
    .woocommerce-cart .product-subtotal,
    .woocommerce-cart th.product-price,
    .woocommerce-cart th.product-subtotal {
        display: none;
    }
    .product-price{
        display: none !important;
    }
    .single-product .product_title {
        font-size: 1.6rem;
    }
    .back-arrow-icon {
        width: 40px;
    }
    .imgret {
        margin-right: 10px;
        width: 42px;
    }
    .spanret {
        font-size: 1.7rem;
    }
    .carrito-marca {
        font-size: 0.7rem;
    }
    .carrito-nombre {
        font-size: 1.3rem;
    }
    .carrito-categoria {
        font-size: 0.6rem;
    }
    .carrito-cantidad {
        font-size: 0.9rem;
    }
    .carrito-img {
        width: 70px;
        height: 70px;
    }
    #formcontac {
        padding: 30px 20px;
        padding-bottom: 5px !important;
    }
    #formcontac h2 {
        font-size: 1.7rem;
        text-align: center;
    }
    .cf7-input, .cf7-textarea {
        padding: 8px 12px !important;
    }
    #formcontac .wpcf7-submit {
        font-size: 1.1rem;
    }
}
@media (max-width: 390px) {
    #slogan p {
        display: block;
        margin-top: 20px;
        font-size: 0.8rem;
        text-align: center;
    }
    #titlebanner h2 {
        font-size: 2.5rem;
        text-align: center;
    }
    .elementor-1318 .elementor-element.elementor-element-1ba7e58 .elementor-heading-title {
        font-size: 2rem;
        line-height: 1.1;
        margin-top: 9px;
    }
    .elementor-1318 .elementor-element.elementor-element-248e1d4 .elementor-heading-title {
        font-size: 2rem;
        text-align: center;
        line-height: 1.1;
        margin-top: 9px;
    }
}