:root {
    --main: #210000;
    --maintransparente: #c9ac70b7;
    --agile: #daa520;
    --maintextdark: #0d0d0c;
    --maintextlight: white;
    --background: white;
    --blanco: #ffffff;
    --resaltado: #b88608;
    --grisplomo: #333434;
    --grisplomo:#717171;
    --grisclaro: #f8fafc;
    --vinculo: #000080;
    --letraboton: white;
    --fondoboton: black;
    --text: black;
    --doscolumnas: calc(73% - 10px);
    --doscolumnasco: calc(50% - 10px);
    --cuatrocolumnas: calc(25% - 10px);
    --purpura: #600935;
    --verde: #64c7ae;
    --resaltadooscuro: #75570c;
    --grisclarotransparente: #c7c5c562;
    --card-padding: 1.5rem;
    --card-radius: 16px;
    --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 12px 20px -5px rgba(0, 0, 0, 0.1);
    --gradient-blue: linear-gradient(135deg, #2563eb, #4f46e5);
    --gradient-agile: linear-gradient(135deg, #daa520 0%, #600935 100%);
    --gradient-agile-smooth: linear-gradient(135deg, #daa520 0%, #a55a46 50%, #600935 100%);
    --gradient-agile-vibrant: linear-gradient(135deg, #daa520bb 0%, #daa520ee 30%, #ffffff 75%, #fffff0 80%, #600935 95%);
    --gradient-agile-soft: linear-gradient(135deg, #e5bc63 0%, #8c3960 100%);
    --version:20242911;
}

html {
    color: var(--text);
}


header {
    width: 100%;
    max-width: 100%;
}

body {
    margin: 0;
    width: 100%;
    min-height: 100%;
    margin-top: 100px;
    background-color: var(----background);
    font-size: 19px;
    font-family: 'Roboto Flex', sans-serif, Times, 'Times New Roman', serif;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

h1:not(.producth1) {
    padding-top: 8px;
    padding-left: 5%;
    padding-bottom: 0;
    font-size: 18px;
    margin-block-start: 10px;
    margin-block-end: 3px;
}

h1.producth1 {
    font-size: 26px;
    margin-block-start: 10px;
    margin-block-end: 3px;
}
h2{
    text-align: center;
}

section
{
    width:-webkit-fill-available;
}

section.fullpage {
    width: 95%;
    min-height: 350px;
    background: var(--maintransparente);
    color: var(--maintextdark);
    display: grid;
    margin-left: 0;
    padding-left: 5%;
    padding-top: 5%;
    z-index: 0;
}

.banner {
    width: 100%;
    height: 100px;
    background: url(../assets/images/banner.jpg);
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    background-size: cover;
}

section.title {
    width: 100%;
    background: #f8fafc;
    color: var(--blanco);
    display: grid;
    margin-left: 0%;
    z-index: 9;
}

div.title {
    background: var(--grisplomo);
    color: var(--purpura);
    display: grid;
    background: var(--grisclarotransparente);
    z-index: 10;
}

.doscolumnas {
    display: flex;
    margin: 0% 5% 0% 5%;
}

a[target="_blank"]:not(h1 a):not(figure a):not(.product-review-card h3 a)::after {
    content: "  ↗ ";
    font-size: 12px;
    margin-left:5px;
    margin-right:10px;
    text-decoration: none;
    display: inline-block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  }

span.boton-navegar::after {
    content: "  ↗ ";
    font-size: 12px;
    margin-left:5px;
    margin-right:10px;
    text-decoration: none;
    display: inline-block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  }

[target="_blank"] {
    color: var(--vinculo);
    text-decoration: none;
}

.resaltado {
    color: var(--resaltado);
}
/*CTA*/


.cta-final-section {
    background: linear-gradient(to right, #151515, #1f1f1f);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    margin-top: 60px;
    border-top: 2px solid var(--agile);
    width: 100%;
}

.cta-container h2 {
    font-size: 2rem;
    margin-bottom: 16px;
}

.cta-container p {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 10px auto;
    color: #ccc;
}


.promise-container {
  text-align: center;
  margin: 2rem auto;
  max-width: 900px;
  padding: 0 1rem;
}

.promise-line {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}

.orange-text {
  color: var(--agile);
}

.white-highlight {
  color: #fff;
  background-color: transparent;
  padding: 0 0.2rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.gray-text {
  color: #ccc;
}

.promise-divider {
  border: none;
  height: 2px;
  background: #fff;
  margin: 1.5rem auto;
  width: 80px;
}

/* FOOTER GENERAL */
footer {
    background-color: var(--grisplomo);
    padding: 60px 20px 20px;
    color: #ccc;
    font-size: 12px;
}

.footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Columnas */
.footer-column {
    text-align: left;
}

.footer-column:first-of-type {
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
}

.footer-brand-claim {
    font-size: 0.85rem;
    color: #888;
    margin-top: 12px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.footer span.minimal {
    color:var(--blanco);
}
.footer-bottom span.minimal {

color: #ccc;
}
/* Links */
.footer-links {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: var(--agile);
    text-decoration: underline;
}

/* Headings */
.footer-column h2 {
    font-family: 'Oswald', Open Sans, sans-serif;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 1);
}

/* Social Media */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 0.85rem;
    color: #777;
}

#social-media-links a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 8px;
    background-size: cover;
    filter: grayscale(100%) opacity(0.6);
    transition: filter 0.2s ease;
}

#social-media-links a:hover {
    filter: none;
}



/* Responsive Desktop */
@media (min-width: 768px) {
    .footer {
        grid-template-columns: repeat(3, 1fr);
    }
}



#footericons {
    width: 50%;
    display: flex;
    position: relative;
    justify-content: space-evenly;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

div.creditcard {
    width: 40px;
    height: 20px;
    background-color: var(--vinculo);
}

div#footericons > #cc1 {
    background: url(./cc/visa.svg);
    background-repeat: no-repeat;
    background-size: 40px 20px;
    background-position: 0 0;
}

div#footericons > #cc2 {
    background: url(./cc/mastercard.svg);
    background-repeat: no-repeat;
    background-size: 40px 20px;
    background-position: 0 0;
}

div#footericons > #cc3 {
    background: url(./cc/maestro.svg);
    background-repeat: no-repeat;
    background-size: 40px 20px;
    background-position: 0 0;
}

div#footericons > #cc4 {
    background: url(./cc/paypal.svg);
    background-repeat: no-repeat;
    background-size: 40px 20px;
    background-position: 0 0;
}

div#footericons > #cc5 {
    background: url(./cc/diners.svg);
    background-repeat: no-repeat;
    background-size: 40px 20px;
    background-position: 0 0;
}

h2.wp-block-heading {
    margin-top: 75px;
    margin-bottom: 60px;
}

.wp-block-group__inner-container {
    text-align: center;
}

.wp-block-group__inner-container > p {
    text-align: left;
}

.wp-block-button__width-50 > a {
    margin: 10px;
    padding: 10px;
    text-align: right;
}

.wp-block-button__link {
    text-align: right;
}

.wp-block-button__link.wp-element-button {
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background: var(--fondoboton);
    color: var(--letraboton);
    text-decoration: none;
}

.agilemaking_posts {
    display: flex;
    justify-content: space-around;
    margin: 40px;
    margin-left: 10%;
    margin-right: 10%;
    flex-wrap: wrap;
}

.post-card {
    width: 29%;
    border: 1px solid var(--purpura);
    border-radius: 10px;
    margin: 2% 2%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.post-content {
    position: relative;
}

.posts-picture {
    position: relative;
    overflow: hidden;
}

.gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.1) 100%);
    pointer-events: none;
    z-index: 1;
}

.posts-picture img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

.post-card:hover .posts-picture img {
    transform: scale(1.05);
}

.category-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: rgba(37, 99, 235, 0.9);
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    z-index: 2;
}

.read-time {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 2;
}

.entry-title {
    padding: 20px 20px 10px;
    margin: 0;
}

.entry-title a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.entry-title a:hover {
    color: #2563eb;
}

.entry-excerpt {
    padding: 0 20px;
    color: #666;
    font-size: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.read-more {
    display: inline-block;
    margin: 0 20px 20px;
    padding: 8px 16px;
    background-color: #f3f4f6;
    color: #4b5563;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.read-more:hover {
    background-color: #2563eb;
    color: #fff;
}

/* Navigation and Footer Styles */
.navFooterBackToTop {
    display: flex;
    position: relative;
    background-color: #37475A;
    background-image: linear-gradient(0deg, var(--grisplomo) 79%, var(--agile) 132%);
}

.navFooterBackToTop a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    content: "";
}

.navFooterBackToTop a:hover {
    background-color: var(--agile);
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    color: var(--blanco);
    border-radius: 20px;
}

.navFooterBackToTopText {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.navFooterBackToTop a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    text-decoration: none;
}

/* Post Title Styles */
.titulo-post h1,
.acheuno {
    display: block;
    margin-top: 30px;
    align-items: center;
    color: var(--main);
    text-align: center;
    font-size: large;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
    font-size: 2em;
    margin-bottom: 67px;
    font-weight: 600;
    font-family: 'Open Sans', "system-ui", Helvetica, Arial, sans-serif;
}

.acheuno {
    margin: auto;
    margin-top: 15px;
}

/* Top Section Styles */
.top {
    padding-top: 90px;
    width: 100%;
}

.top span {
    margin: auto;
    font-family: "Josefin Sans", sans-serif, Roboto;
    text-align: center;
    display: block;
}

.top span:first-child {
    font-size: 14px;
    color: var(--grisplomo);
    margin-bottom: 5px;
}

/* Image Styles */
.main-image {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 1200/645;
    margin: 0 auto;
}

.main-image img {
    width: 100%;
    margin: auto;
    display: block;
}

/* Column Layout */
.descripcion-corta {
    min-height: 1px;
}

.doscolumnas > #left-body {
    width: var(--doscolumnas);
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 130px;
}

.doscolumnas > #right-sidebar {
    width: calc(100% - var(--doscolumnas));
    margin: 15px;
    margin-top: 35px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.doscolumnas > #left-checkout {
    width: var(--doscolumnasco);
    margin-top: 10px;
}

.doscolumnas > #right-checkout {
    width: calc(100% - var(--doscolumnasco));
    margin-top: 10px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

/* Post Content Styles */
#post-content {
    margin-bottom: 40px;
    padding-left: 3%;
    padding-right: 3%;
}

figure {
    margin: 0;
}

#post-content img {
    display: grid;
    position: relative;
    justify-items: center;
    margin: auto;
    max-width: 100%;
    min-width: 30%;
    max-height: 400px;
    object-fit: cover;
    object-fit: contain;
    height: auto !important;
}

#post-content h2 {
    color: var(--main);
    font-family: Open Sans, "system-ui", Helvetica, Roboto, Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 500;
}

#post-content h3,
#post-content p,
#post-content ol,
#post-content li {
    margin-left: 2%;
    font-family: Open Sans, "system-ui", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 350;
    -webkit-font-smoothing: subpixel-antialiased;
    color: var(--maintextdark);
    letter-spacing: 0.2px;
    font-size: 20px;
}

#post-content h3 {
    font-weight: 450;
}

#post-content #wc-block-featured-product__wrapper {
    font-size: 0.6em;
}

code {
    white-space: pre-wrap;
    word-wrap: break-word;
}

    .woocontent {
        margin: auto;
        padding-left: 5%!important;
        padding-right: 5%!important;
    }
    
    section.content {
        margin-top: 15px;
        color: #393939;
        font-family: Open Sans, "system-ui", Helvetica, Roboto, Arial, sans-serif;
        -webkit-font-smoothing: subpixel-antialiased;
        font-weight: 300;
        font-size: 1.2em;
        line-height: 1.45em;
        word-break: break-word;
        word-spacing: 0.1em;
    }
  

/* Details Section */
#details {
    margin-top: 30px;
}

details {
    margin-bottom: 20px;
}

summary {
    cursor: pointer;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

summary::-webkit-details-marker {
    display: none;
}

details[open] {
    margin-left: 25px;
}

details[open] summary {
    background-color: #e0e0e0;
    margin-left: -25px;
}

details > *:not(summary) {
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

/* Navigation Button Styles */
.boton-navegar {
    display: inline-block;
    padding: 10px 20px;
    width: 37%;
    margin: auto;
    background-color: var(--main);
    color: var(--blanco);
    text-decoration: none;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    margin-bottom: 35px;
}

.boton-navegar:hover {
    background-color: var(--maintransparente);
}

/* Related Files Section */
#related-files .onsale {
    display: none;
}

#related-files a {
    text-decoration: none;
    color: var(--text);
}

.cardlink {
    text-decoration: none;
    color: var(--main);
}

/* Order Section */
#order-yours {
    background-color: var(--grisclaro);
}

.product-information p {
    font-size: 1.5em;
}

strong, 
b {
    font-weight: 530;
}

.product-information strong {
    color: var(--resaltadooscuro);
}

#left {
    width: 85%;
    margin: auto;
}

/* Product Rating Section */
.product-rating {
    z-index: 10;
    margin-top: 20px;
    margin-bottom: 50px;
}

.product-rating input {
    width: 40px;
}

.product-view img {
    min-width: 300px;
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.woocontent .product .onsale {
    visibility: hidden;
}

.woocontent>.related{
    color:var(--agile);
}


/* Table of Contents Styles */
.table-of-contents {
    background-color: #f0f0f0;
    border: 1px solid #d0d0d0;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    z-index: 10;
    line-height: 1.5;
    height: 600px;
    overflow-y: scroll;
    font-family: Helvetica, "system-ui", Roboto, Arial, sans-serif;
    font-size: 0.8em;
}

.table-of-contents-mobile {
    background-color: #f0f0f0;
    border: 1px solid #d0d0d0;
    width: 90%;
    margin: auto auto 25px 0%;
    padding: 0 0 1% 7%;
    width: -webkit-fill-available;
    font-family: Helvetica, "system-ui", Roboto, Arial, sans-serif;
    font-size: 1em;
}

.table-of-contents h2,
.table-of-contents-mobile h2 {
    color: #333;
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: 1.4;
}

.table-of-contents ul,
.table-of-contents-mobile ul {
    list-style-type: decimal;
    padding-left: 20px;
    margin: 0;
}

.table-of-contents li,
.table-of-contents-mobile li {
    margin: 5px 0;
    font-size: 0.9em;
    line-height: 1.6;
}

.table-of-contents a,
.table-of-contents-mobile a {
    color: var(--main);
    text-decoration: none;
    font-size: 0.9em;
    display: block;
    padding: 5px 0;
    line-height: 1.2;
    scroll-margin-top: 115px;
    word-spacing: 0.1em;
}

.table-of-contents a:hover,
.table-of-contents-mobile a:hover {
    text-decoration: underline;
    color: var(--agile);
}

/* Discount Banner Styles */
.discount-banner {
    background-color: var(--maintransparente);
    color: #333;
    padding: 10px 20px;
    font-size: 0.9em;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 10px 0;
}

.discount-banner span {
    color: #006400;
    text-decoration: underline;
}
.gridcontainer{
    padding:0;
}
div#yellow-list {
    margin: auto;
    margin-left: 5%;
}

/* Product Review Card Styles */


.product-review-card {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-image {
    width: 35%;
}

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

.product-details {
    width: 65%;
    padding: 30px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-details h3 {
    margin: 0;
    font-size: 1.25em;
}

.product-details h3 a {
    color: #333;
    text-decoration: none;
}

.product-details h3 a:hover {
    text-decoration: underline;
}

.product-details .product-slogan {
    display: block;
    font-size: 0.875em;
    color: #777;
    margin-top: 5px;
    margin-bottom: 10px;
}

.product-details .product-link {
    display: block;
    margin-bottom: 10px;
}

.product-details .product-link a {
    color: #007bff;
    text-decoration: none;
}

.product-details .product-link a:hover {
    text-decoration: underline;
}

.product-details p {
    margin: 0;
    font-size: smaller;
}

ul.products {
    padding: 0;
}

.faq-container{
    margin-inline: 10%;
}

/* Cookie Banner Styles */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #222;
    color: white;
    text-align: center;
    padding: 15px;
    z-index: 9999;
    display: none;
}

.cookie-banner p {
    margin: 0;
    margin-left: -5%;
    padding: 34px;
    font-size: 14px;
}

.cookie-banner a {
    color: #ffdd57;
    text-decoration: underline;
}

.cookie-btn {
    background-color: #ffdd57;
    color: #222;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: -5%;
}

.cookie-btn:hover {
    background-color: #ffcc00;
}

/* Additional Styles */
.wp-block-post-title a {
    text-decoration: none;
    font-size: 0.5em;
    color: var(--main);
    word-spacing: normal;
}

.fuerte {
    font-weight: 600;
}

/* Media Queries */
@media screen and (min-width: 601px) and (max-width: 900px) {
    .product-side-column {
        padding-left: 10px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 600px) {
    .product-review-card {
        flex-direction: column;
    }

    iframe {
        max-width: 300px !important;
    }

    .product-image,
    .product-details {
        width: 100%;
    }
    .woocontent .product img {
        aspect-ratio: 3 / 2;
        width: 100%;
    }

    .product-details {
        text-align: center;
        padding: 0;
    }

    .product-details h3 {
        text-align: center;
    }

    #post-content h3 {
        margin-left: 0;
    }

    .main-image {
        width: 100%;
        margin: auto;
        margin-left: 0;
    }

    .preview-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .agilemaking_posts {
        flex-direction: column;
    }

    body {
        width: -webkit-fill-available;
        max-width: 100%;
    }

    h2 {
        font-size: 1.2em;
        padding-left: 0 !important;
    }

    .banner {
        height: 30px;
        background-size: cover;
    }

    ul.categoria-list {
        justify-content: space-around;
    }
    div#yellow-list {
        width: 95%;
        margin: auto;
    }

    

    #price,
    .product-information button,
    .product-information #left {
        bottom: 30px;
    }

    .gridcontainer {
        margin-left: -77px;
        width: 100%;
    }

    .gridcontainer.center {
        margin: auto;
    }

    ul.categoria-list {
        margin-left: -10%;
        width: 100%;
    }

    #post-content #left-body {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    #post-content #right-sidebar,
    .doscolumnas > #right-sidebar {
        width: 100%;
    }

    .sidecard {
        height: 340px;
        background-position: 42% 50%;
    }

    h2.wp-block-heading {
        margin-top: auto;
        margin-bottom: auto;
    }

    section.fullpage {
        width: auto;
        padding-left: unset;
    }

    section.fullpage h2{
        margin: unset;
        width: 84%;
        text-align: center;
        margin: auto;
        margin-top: 10%;
        margin-bottom: 16%;
        padding: unset;
    }



    ul.products.columns-4 {
        padding-inline-start: 0;
        margin: auto;
        text-align: center;
    }


    .footer {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
      }
    
      .footer-column ul {
        margin: 0 auto;
        padding: 0;
      }
    
      .footer-column h2 {
        margin-top: 30px;
      }
    
      .footer-brand-claim {
        margin-top: 8px;
        max-width: 100%;
      }
    
      #social-media-links {
        padding: 20px 0;
      }
    
      #social-media-links a {
        margin: 0 6px;
      }
    


    span.minimal {
        display: block;
        text-align: center;
        margin: auto;
    }

    .extra {
        display: none !important;
        visibility: collapse;
    }

    .tarjeta p {
        margin-top: 3px;
        margin-bottom: 4px;
    }

    .tarjeta {
        height: 260px;
        padding: 5px;
    }

    .woocontent .product {
        width: 96%;
    }

    .woocontent {
        padding-left: unset;
        padding-right: unset;
        margin-left: 7%;
    }

    .product-rating {
        margin: auto;
        margin-bottom: 50px;
    }

    .product-side-column {
        text-align: center;
        width: 85%;
    }

    .product-information #left {
        bottom: 10px;
        right: 0%;
        padding: 10px 35px;
        position: relative;
        left: 2%;
        margin: auto;
    }

    section.product-information {
        width: 100%;
        padding: 0;
        margin-left: 0% !important;
        background-color: var(--blanco);
    }



    .post-card {
        width: 100%;
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        overflow: hidden;
    }
    
    .post-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    }

    .product-information h1 {
        padding-left: 3%;
        width: auto;
    }

    h1.producth1 {
        margin-left: 0;
    }

    .product-side-column {
        width: auto;
        margin: 15px;
        padding-left: 0;
    }

    .product-side-column table {
        margin: auto;
    }

    .doscolumnas {
        flex-direction: column;
    }

    #product-view {
        margin: auto;
        min-width: auto;
    }

    #product-view img {
        width: auto;
        margin: auto;
        min-width: 100%;
    }

    #left {
        width: 300px;
    }


    #product-quickview {
        flex-direction: column;
        width: 100%;
        max-width: 90%;
        margin: auto;
        margin-top: 12px;
        height: 355px;
    }

    .titulo-post h1,
    .acheuno {
        margin-left: unset;
        font-size: 1.8em;
    }

    .acheuno {
        margin-bottom: 0;
        font-size: 1.3em;
        font-family: "system-ui", Helvetica, Arial, sans-serif;
    }

    .construct {
        flex-direction: column;
    }

    .testimonial_description_inner {
        margin-left: 20%;
        margin-right: 0;
    }

    #categories-map {
        background-color: var(--grisclaro);
        margin: auto;
    }

    #categories-map .tarjeta {
        background-color: var(--blanco);
    }

    #categories-map h2 {
        margin-left: 5%;
    }

    .construction #left-body {
        height: 200px;
    }

    .testimonial_portrait {
        width: 120px;
        height: 120px;
        margin-top: auto;
        margin-bottom: auto;
    }
        /* Reset de estilos de fuente */
        .blog-content h1,
        .blog-content h2,
        .blog-content h3,
        .blog-content h4,
        .blog-content h5,
        .blog-content h6 {
            font-family: 'Josefin Sans', sans-serif, Roboto;
            font-optical-sizing: auto;
            font-weight: normal;
            font-style: normal;
        }
    
        .blog-content p,
        .blog-content li,
        .blog-content blockquote {
            font-family: 'Open Sans', sans-serif;
            font-weight: normal;
            line-height: 1.6;
        }
    
        /* Eliminar cualquier estilo de fuente específico del blog */
        [class*="blog-"] * {
            font-size: revert !important;
            font-weight: revert !important;
            letter-spacing: revert !important;
            text-transform: revert !important;
        }
    }
