@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&display=swap');
@font-face {
    font-family: 'montserrat';
    src: url('/wp-content/themes/emagency/fonts/montserrat-variablefont_wght-webfont.woff2') format('woff2'),
         url('/wp-content/themes/emagency/fonts/montserrat-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat-black';
    src: url('/wp-content/themes/emagency/fonts/montserrat-black-webfont.woff2') format('woff2'),
         url('/wp-content/themes/emagency/fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
h1 {
	 font-family: "montserrat-black", serif;
	color: #000;
	
}
h2 {
	 font-family: "montserrat-black", serif;
	font-style:normal;
	color:#e4fd62;
	font-weight:400;
	font-size: clamp(1rem, -2.4375rem + 11vw, 3.75rem);
	margin:5px;
	text-align:center;
}
.amarillo {
	color:#e4fd62;
}
.newsletter-title {
	color:#fff;
}
#container {
    max-width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; /* Centra el container horizontalmente */
    padding: 2rem; /* Añade algo de espacio interno */
}
.sub-main-header h2 {
	font-family: "montserrat", serif;
	font-style:italic;
	color:#fff;
	font-weight:400;
	font-size: clamp(1.0625rem, 0.875rem + 0.625vw, 1.3rem);
	text-transform:lowercase;
	margin:0;
	text-align:center;
}
.sub-main-header h2:first-letter {
	text-transform:uppercase;
}
.contenedor {
	display:flex;
	align-items:center;
}
.button-about-us {
	width:300px!important;
}
.sub-main-header {
	background:#B8844F;
	
}
.center {
	font-style:normal;
	display:block;
	margin:auto;
	text-align:center;
	width:200px;
}
h3 {
	 font-family: "montserrat", serif;
	font-style:normal;
	color:#707070;
	font-weight:400;
	font-size: clamp(1.25rem, 0.7143rem + 1.7857vw, 2.5rem);
	margin:5px;
	text-align:center;
}
h4 {
	 font-family: "montserrat", serif;
	font-style:italic;
	font-weight:400;
	font-size: clamp(1.25rem, 0.7143rem + 1.7857vw, 1.5rem);
	margin:5px;
	background:#B8844F;
	color:#fff;
	width:70%;
	text-align:center;
	border-radius:10px;
}
a {
	color:#e4fd62;
	text-decoration:none;
}
p {
	font-family: "montserrat", serif;
	font-style:italic;
	font-weight:400;
	color:#e4fd62;
}

.widget_price_filter .price_slider_amount {
  display: none; /* oculta la parte slider que no usas */
}
.widget_price_filter .price_label {
  margin-bottom: 8px;
  color: #7a7a72;
}
.widget_price_filter input[type="number"] {
  width: 48%;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 8px;
}
.widget_price_filter .button {
  width: 100%;
}

.negro {
	color:#000;
	font-style:normal;
	font-size: clamp(1.4375rem, 0.8795rem + 1.7857vw, 3rem)!important;
}
       
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Montserrat', sans-serif;
            background-color: #ffffff;
            color: #000000;
            overflow-x: hidden;
        }
        
        .montserrat-black {
            font-family: 'Montserrat', sans-serif;
            font-weight: 900;
        }
       
        
   
        
     
        .cta-button {
            background-color: #e4fd62;
            color: #000000;
            padding: 0.8rem 1.5rem;
            text-decoration: none;
            font-weight: 900;
            border-radius: 0;
            transition: all 0.3s;
        }
        
        .cta-button:hover {
            background-color: #ffffff;
            transform: translateY(-2px);
        }
        
        /* Hero Section */
        .hero {
            background-color: #e4fd62;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }
        
        .hero-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }
        
        .hero-text h1 {
            font-size: clamp(1rem, -0.5294rem + 5.1176vw, 5.5rem);
            font-weight: 900;
            color: #000000;
            line-height: 1.1;
            margin-bottom: 1rem;
			font-family:'montserrat-black', sans-serif;
        }

        .hero-text .highlight {
            background-color: #000000;
            color: #e4fd62;
            padding: 0.2rem 0.5rem;
            display: inline-block;
        }
        
        .hero-text p {
            font-size: clamp(0.875rem, 0.7132rem + 0.6471vw, 1.5625rem);
            color: #000000;
            margin-bottom: 2rem;
            font-weight: 600;
        }
        
        .hero-buttons {
            display: flex;
            gap: 1rem;
			
        }
        
        .btn-primary {
            background-color: #000000;
            color: #e4fd62;
            padding: 1rem 2rem;
            text-decoration: none;
            font-weight: 900;
            border: 3px solid #000000;
            transition: all 0.3s;
			font-family:'montserrat-black', sans-serif;
        }
        
        .btn-primary:hover {
            background-color: transparent;
            color: #000000;
        }
        
        .btn-secondary {
            background-color: transparent;
            color: #000000;
            padding: 1rem 2rem;
            text-decoration: none;
            font-weight: 900;
            border: 3px solid #000000;
            transition: all 0.3s;
			font-family:'montserrat-black', sans-serif;
        }
        
        .btn-secondary:hover {
            background-color: #000000;
            color: #e4fd62;
        }
        
        .hero-visual {
            position: relative;
            height: 400px;
        }
        
        .sofa-placeholder {
            width: 100%;
            height: 100%;
            background-color: #f0f0f0;
            border: 5px solid #000000;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 900;
            color: #000000;
        }

        /* Stats Section */
        .stats-section {
            background-color: #000;
            padding: 4rem 2rem;
            border-top: 5px solid #000000;
            border-bottom: 5px solid #000000;
        }
        
        .stats-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
        }
        
        .stat-item {
            text-align: center;
            padding: 1rem;
        }
        
        .stat-number {
            font-size: 3rem;
            font-weight: 900;
            color: #e4fd62;
            display: block;
            margin-bottom: 0.5rem;
            text-shadow: 2px 2px 0px #000000;
        }
        
        .stat-label {
            font-size: 1rem;
            font-weight: 600;
            color: #fff;
            text-transform: uppercase;
        }

        /* Process Section */
        .process-section {
            background-color: #f5f5f5;
            padding: 5rem 2rem;
        }
        
        .process-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .process-section h2 {
            color: #000000;
            font-size: 3rem;
            font-weight: 900;
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .process-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
        }
        
        .process-step {
            background-color: #ffffff;
            border: 5px solid #000000;
            padding: 2rem;
            text-align: center;
            position: relative;
        }
        
        .process-step::before {
            content: attr(data-step);
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #e4fd62;
            color: #000000;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            font-size: 1.2rem;
            border: 3px solid #000000;
        }
        
        .process-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }
        
        .process-step h3 {
            font-size: 1.3rem;
            font-weight: 900;
            color: #000000;
            margin-bottom: 1rem;
        }
        
        .process-step p {
            color: #000000;
            font-weight: 600;
            line-height: 1.5;
        }
        
        /* Features Section */
        .features {
            background-color: #000000;
            padding: 5rem 2rem;
        }
        
        .features-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .features h2 {
            color: #e4fd62;
            font-size: 3rem;
            font-weight: 900;
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }
        
        .feature-card {
            background-color: #e4fd62;
            color: #000000;
            padding: 2rem;
            text-align: center;
            transition: transform 0.3s;
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
        }
        
        .feature-card h3 {
            font-size: 1.5rem;
            font-weight: 900;
            margin-bottom: 1rem;
        }
        
        .feature-card p {
            font-weight: 600;
        }

        /* Guarantee Section */
        .guarantee-section {
            background-color: #e4fd62;
            padding: 5rem 2rem;
        }
        
        .guarantee-container {
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
        }
        
        .guarantee-section h2 {
            color: #000000;
            font-size: 3rem;
            font-weight: 900;
            margin-bottom: 2rem;
        }
        
        .guarantee-section .subtitle {
            color: #000000;
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 3rem;
        }
        
        .guarantee-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }
        
        .guarantee-item {
            background-color: #ffffff;
            border: 5px solid #000000;
            padding: 2rem;
            text-align: center;
        }
        
        .guarantee-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }
        
        .guarantee-item h3 {
            font-size: 1.3rem;
            font-weight: 900;
            color: #000000;
            margin-bottom: 1rem;
        }
        
        .guarantee-item p {
            color: #000000;
            font-weight: 600;
            line-height: 1.5;
        }

        /* Testimonials Section */
        .testimonials-section {
            background-color: #ffffff;
            padding: 5rem 2rem;
        }
        
        .testimonials-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .testimonials-section h2 {
            color: #000000;
            font-size: 3rem;
            font-weight: 900;
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
        }
        
        .testimonial-card {
            background-color: #f5f5f5;
            border: 5px solid #000000;
            padding: 2rem;
            position: relative;
        }
        
        .testimonial-card::before {
            content: '"';
            position: absolute;
            top: -10px;
            left: 20px;
            font-size: 4rem;
            color: #e4fd62;
            font-weight: 900;
            text-shadow: 2px 2px 0px #000000;
        }
        
        .testimonial-text {
            color: #000000;
            font-weight: 600;
            line-height: 1.6;
            margin-bottom: 1.5rem;
            font-style: italic;
        }
        
        .testimonial-author {
            color: #000000;
            font-weight: 900;
            text-align: right;
        }

        /* FAQ Section */
        .faq-section {
            background-color: #fff;
            padding: 5rem 2rem;
        }
        
        .faq-container {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .faq-section h2 {
            color: #000000;
            font-size: 3rem;
            font-weight: 900;
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .faq-item {
            background-color: #ffffff;
            border: 3px solid #000000;
            margin-bottom: 1rem;
        }
        
        .faq-question {
            background-color: #e4fd62;
            color: #000000;
            padding: 1.5rem;
            font-weight: 900;
            cursor: pointer;
            transition: background-color 0.3s;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .faq-question:hover {
            background-color: #d4d54a;
        }
        
        .faq-question::after {
            content: '+';
            font-size: 1.5rem;
            font-weight: 900;
            transition: transform 0.3s;
        }
        
        .faq-question.active::after {
            transform: rotate(45deg);
        }
        
        .faq-answer {
            padding: 0;
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
            background-color: #ffffff;
        }
        
        .faq-answer.active {
            padding: 1.5rem;
            max-height: 200px;
        }
        
        .faq-answer p {
            color: #000000;
            font-weight: 600;
            line-height: 1.6;
        }
/* Hero Conócenos */
.hero-conocenos {
    background-color: #e4fd62;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

.hero-conocenos .hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.hero-conocenos h1 {
    font-size: 4.5rem;
    font-weight: 900;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-conocenos .highlight {
    background-color: #000000;
    color: #e4fd62;
    padding: 0.2rem 0.8rem;
    display: inline-block;
}

.hero-conocenos p {
    font-size: 1.4rem;
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 600;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Story Section */
.story-section {
    background-color: #ffffff;
    padding: 6rem 2rem;
}

.story-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 4rem;
}

.story-container.reverse {
    grid-template-columns: 1fr 1fr;
}

.story-container.reverse .story-text {
    order: 2;
}

.story-container.reverse .story-visual {
    order: 1;
}

.story-text h2 {
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 2rem;
}

.story-text h3 {
    font-size: 2rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 1.5rem;
}

.story-text p {
    font-size: 1.1rem;
    color: #000000;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.story-visual {
    height: 400px;
    background-color: #f0f0f0;
    border: 5px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 900;
    color: #000000;
}

/* Mission Section */
.mission-section {
    background-color: #000000;
    padding: 6rem 2rem;
}

.mission-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.mission-section h2 {
    font-size: 3.5rem;
    font-weight: 900;
    color: #e4fd62;
    margin-bottom: 2rem;
}

.mission-section .subtitle {
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.mission-card {
    background-color: #e4fd62;
    color: #000000;
    padding: 3rem 2rem;
    text-align: center;
    transition: transform 0.3s;
}

.mission-card:hover {
    transform: translateY(-10px);
}

.mission-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.mission-card h3 {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.mission-card p {
    font-weight: 600;
    line-height: 1.5;
}

/* Values Section */
.values-section {
    background-color: #f5f5f5;
    padding: 6rem 2rem;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
}

.values-section h2 {
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    text-align: center;
    margin-bottom: 4rem;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.value-item {
    background-color: #ffffff;
    border: 5px solid #000000;
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
}

.value-item::before {
    content: attr(data-number);
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e4fd62;
    color: #000000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.2rem;
    border: 3px solid #000000;
}

.value-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.value-item h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 1rem;
}

.value-item p {
    color: #000000;
    font-weight: 600;
    line-height: 1.5;
}

/* Team Section */
.team-section {
    background-color: #e4fd62;
    padding: 6rem 2rem;
}

.team-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.team-section h2 {
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 2rem;
}

.team-section .subtitle {
    font-size: 1.3rem;
    color: #000000;
    font-weight: 600;
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.team-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.team-stat {
    background-color: #ffffff;
    border: 5px solid #000000;
    padding: 2rem;
    text-align: center;
}

.team-stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    display: block;
    margin-bottom: 0.5rem;
}

.team-stat-label {
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}

/* Timeline Section */
.timeline-section {
    background-color: #ffffff;
    padding: 6rem 2rem;
}

.timeline-container {
    max-width: 1000px;
    margin: 0 auto;
}

.timeline-section h2 {
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    text-align: center;
    margin-bottom: 4rem;
}

.timeline {
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 100%;
    background-color: #000000;
}

.timeline-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
    position: relative;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-content {
    width: 45%;
    background-color: #e4fd62
    border: 5px solid #000000;
    padding: 2rem;
    position: relative;
}

.timeline-year {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000;
    color: #e4fd62;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.2rem;
    border: 5px solid #e4fd62;
}

.timeline-content h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 1rem;
}

.timeline-content p {
    color: #000000;
    font-weight: 600;
    line-height: 1.5;
}

.hero-servicios {
    background-color: #e4fd62;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

.hero-servicios .hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.hero-servicios h1 {
    font-size: 4.5rem;
    font-weight: 900;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-servicios .highlight {
    background-color: #000000;
    color: #e4fd62;
    padding: 0.2rem 0.8rem;
    display: inline-block;
}

.hero-servicios p {
    font-size: 1.4rem;
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 600;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Main Services Section */
.main-services-section {
    background-color: #ffffff;
    padding: 6rem 2rem;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
}

.main-services-section h2 {
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    text-align: center;
    margin-bottom: 1.5rem;
}

.services-subtitle {
    font-size: 1.3rem;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.service-card {
    background-color: #f5f5f5;
    border: 5px solid #000000;
    padding: 3rem 2rem;
    text-align: center;
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-icon {
    font-size: 4rem;
    color: #e4fd62;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 0px #000000;
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 1rem;
}

.service-card p {
    color: #000000;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.service-features {
    list-style: none;
    padding: 0;
    text-align: left;
}

.service-features li {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    font-weight: 600;
    color: #000000;
}

.service-features i {
    color: #e4fd62;
    margin-right: 0.8rem;
    font-size: 1.2rem;
    width: 20px;
}

/* Product Range Section */
.product-range-section {
    background-color: #e4fd62;
    padding: 6rem 2rem;
}

.range-container {
    max-width: 1200px;
    margin: 0 auto;
}

.product-range-section h2 {
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    text-align: center;
    margin-bottom: 4rem;
}

.range-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.range-item {
    background-color: #000000;
    color: #ffffff;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: transform 0.3s;
    border: 5px solid #000000;
}

.range-item:hover {
    transform: translateY(-10px);
}

.range-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #e4fd62;
}

.range-item h3 {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
    color: #ffffff;
}

.range-item p {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.range-details span {
    background-color: #e4fd62;
    color: #000000;
    padding: 0.8rem 1.5rem;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    cursor: pointer;
    border: 3px solid #e4fd62;
    font-size: 0.9rem;
}

.range-details span:hover {
    background-color: transparent;
    color: #e4fd62;
    transform: translateY(-2px);
}0.3s;
}

.range-item:hover {
    transform: translateY(-10px);
}

.range-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.range-item h3 {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.range-item p {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.range-details span {
    background-color: #000000;
    color: #e4fd62;
    padding: 0.5rem 1rem;
    font-weight: 900;
    display: inline-block;
}

/* Why Choose Section */
.why-choose-section {
    background-color: #000000;
    padding: 6rem 2rem;
}

.why-container {
    max-width: 1200px;
    margin: 0 auto;
}

.why-choose-section h2 {
    font-size: 3rem;
    font-weight: 900;
    color: #e4fd62;
    text-align: center;
    margin-bottom: 4rem;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.why-item {
    background-color: #e4fd62;
    border: 5px solid #e4fd62;
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
    transition: transform 0.3s;
}

.why-item:hover {
    transform: translateY(-10px);
}

.why-item::before {
    content: attr(data-number);
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000;
    color: #e4fd62;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.2rem;
    border: 3px solid #e4fd62;
}

.why-icon {
    font-size: 3rem;
    color: #000000;
    margin-bottom: 1.5rem;
}

.why-item h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 1rem;
}

.why-item p {
    color: #000000;
    font-weight: 600;
    line-height: 1.5;
}

/* Process Timeline Section */
.process-detailed-section {
    background-color: #000000;
    padding: 6rem 2rem;
}

.process-container {
    max-width: 1000px;
    margin: 0 auto;
}

.process-detailed-section h2 {
    font-size: 3rem;
    font-weight: 900;
    color: #e4fd62;
    text-align: center;
    margin-bottom: 4rem;
}

.process-timeline {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.timeline-step {
    display: flex;
    align-items: center;
    gap: 2rem;
    background-color: #e4fd62;
    border: 5px solid #e4fd62;
    padding: 2rem;
}

.step-number {
    background-color: #000000;
    color: #e4fd62;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.step-content h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 1rem;
}

.step-content p {
    color: #000000;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.step-features {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.step-features span {
    background-color: #000000;
    color: #e4fd62;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 2px solid #000000;
}

/* Locations Section */
.locations-section {
    background-color: #ffffff;
    padding: 6rem 2rem;
}

.locations-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.locations-section h2 {
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 4rem;
}

.location-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.location-card {
    background-color: #f5f5f5;
    border: 5px solid #000000;
    padding: 3rem 2rem;
    text-align: center;
}

.location-card.coming-soon {
    background-color: #e4fd62;
}

.location-icon {
    font-size: 3rem;
    color: #000000;
    margin-bottom: 1.5rem;
}

.location-card h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 1rem;
}

.location-card p {
    color: #000000;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.location-features {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 2rem;
}

.location-features span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #000000;
}

.notify-button {
    background-color: #000000;
    color: #e4fd62;
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: 900;
    border: 3px solid #000000;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s;
}

.notify-button:hover {
    background-color: #333333;
    color: #e4fd62;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero-servicios h1 {
        font-size: 2.5rem;
    }
    
    .main-services-section h2,
    .product-range-section h2,
    .why-choose-section h2,
    .process-detailed-section h2,
    .locations-section h2 {
        font-size: 2rem;
    }
    
    .services-grid,
    .range-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }
    
    .timeline-step {
        flex-direction: column;
        text-align: center;
    }
    
    .step-features {
        justify-content: center;
    }
    
    .location-info {
        grid-template-columns: 1fr;
    }
}

/* Hero Contacto */
.hero-contacto {
    background-color: #e4fd62;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

.hero-contacto .hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.hero-contacto h1 {
    font-size: 4.5rem;
    font-weight: 900;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-contacto .highlight {
    background-color: #000000;
    color: #e4fd62;
    padding: 0.2rem 0.8rem;
    display: inline-block;
}

.hero-contacto p {
    font-size: 1.4rem;
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 600;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Contact Info Section */
.contact-info-section {
    background-color: #ffffff;
    padding: 6rem 2rem;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.contact-card {
    background-color: #f5f5f5;
    border: 5px solid #000000;
    padding: 3rem 2rem;
    text-align: center;
    transition: transform 0.3s;
}

.contact-card:hover {
    transform: translateY(-10px);
}

.contact-icon {
    font-size: 3rem;
    color: #e4fd62;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 0px #000000;
}

.contact-card h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 1rem;
}

.contact-card p {
    color: #000000;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-details span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #000000;
    font-size: 0.9rem;
}

.contact-details i {
    color: #e4fd62;
}

/* Main Contact Section */
.main-contact-section {
    background-color: #000000;
    padding: 6rem 2rem;
}

.contact-main-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-form-section h2,
.contact-map-section h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #e4fd62;
    margin-bottom: 1.5rem;
}

.form-subtitle {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

/* Contact Form 7 Styles */
.contact-form-wrapper {
    background-color: #e4fd62;
    padding: 2rem;
    border: 5px solid #e4fd62;
}

.wpcf7-form label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #000000;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    padding: 1rem;
    border: 3px solid #000000;
    background-color: #ffffff;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    transition: border-color 0.3s;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #000000;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.2);
}

.wpcf7-form textarea {
    min-height: 120px;
    resize: vertical;
}

.wpcf7-form input[type="submit"] {
    background-color: #000000;
    color: #e4fd62;
    padding: 1rem 2rem;
    border: 3px solid #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: transparent;
    color: #000000;
    transform: translateY(-2px);
}

.wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.wpcf7-mail-sent-ok {
    background-color: #000000;
    color: #e4fd62;
    padding: 1rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 1rem;
}

/* Map Section */
.map-container {
    border: 5px solid #e4fd62;
    margin-bottom: 2rem;
}

.map-container iframe {
    display: block;
    filter: grayscale(100%) contrast(120%);
}

.map-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.map-detail {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #ffffff;
    font-weight: 600;
}

.map-detail i {
    color: #e4fd62;
    font-size: 1.2rem;
    width: 20px;
}

/* FAQ Quick Section */
.contact-faq-section {
    background-color: #e4fd62;
    padding: 6rem 2rem;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-faq-section h2 {
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    text-align: center;
    margin-bottom: 4rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.faq-quick-item {
    background-color: #ffffff;
    border: 5px solid #000000;
    padding: 2rem;
    text-align: center;
}

.faq-quick-item h3 {
    font-size: 1.3rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 1rem;
}

.faq-quick-item p {
    color: #000000;
    font-weight: 600;
    line-height: 1.5;
}

/* Social Media Section */
.social-contact-section {
    background-color: #ffffff;
    padding: 6rem 2rem;
}

.social-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.social-contact-section h2 {
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    margin-bottom: 1.5rem;
}

.social-subtitle {
    color: #000000;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 3rem;
}

.social-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.social-link {
    background-color: #000000;
    color: #e4fd62;
    padding: 1.5rem;
    text-decoration: none;
    font-weight: 900;
    border: 3px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    transition: all 0.3s;
}

.social-link:hover {
    background-color: #e4fd62;
    color: #000000;
    transform: translateY(-5px);
}

.social-link i {
    font-size: 1.3rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero-contacto h1 {
        font-size: 2.5rem;
    }
    
    .contact-main-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .contact-cards {
        grid-template-columns: 1fr;
    }
    
    .contact-faq-section h2,
    .social-contact-section h2 {
        font-size: 2rem;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .social-links {
        grid-template-columns: 1fr;
    }
}
/* Testimonials Section SOFACTO */
.testimonials-sofacto-section {
    background-color: #e4fd62;
    padding: 6rem 2rem;
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
}

.testimonials-sofacto-section h2 {
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    text-align: center;
    margin-bottom: 1.5rem;
}

.testimonials-subtitle {
    font-size: 1.3rem;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.testimonial-card {
    background-color: #000000;
    border: 5px solid #000000;
    padding: 2.5rem 2rem;
    position: relative;
    transition: transform 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 4rem;
    color: #e4fd62;
    font-weight: 900;
    line-height: 1;
}

.testimonial-rating {
    display: flex;
    gap: 0.3rem;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.testimonial-rating i {
    color: #e4fd62;
    font-size: 1.2rem;
}

.testimonial-text {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-style: italic;
    font-size: 1.1rem;
}

.testimonial-author {
    color: #e4fd62;
    font-weight: 900;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.testimonial-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.testimonial-meta span {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.testimonial-meta i {
    color: #e4fd62;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .testimonials-sofacto-section h2 {
        font-size: 2rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonial-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
}
        /* Newsletter Section */
        .newsletter-section {
            background-color: #000000;
            color: #ffffff;
            padding: 4rem 2rem;
        }
        
        .newsletter-container {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }
        
        .newsletter-section h2 {
            color: #e4fd62;
            font-size: 2.5rem;
            font-weight: 900;
            margin-bottom: 1rem;
        }
        
        .newsletter-section p {
            color: #ffffff;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 2rem;
        }
        
        .newsletter-form {
            display: flex;
            gap: 1rem;
            max-width: 500px;
            margin: 0 auto;
        }
        
        .newsletter-input {
            flex: 1;
            padding: 1rem;
            border: 3px solid #e4fd62;
            background-color: #ffffff;
            color: #000000;
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
        }
        
        .newsletter-button {
            background-color: #e4fd62;
            color: #000000;
            padding: 1rem 2rem;
            border: 3px solid #e4fd62;
            font-weight: 900;
            cursor: pointer;
            transition: all 0.3s;
            font-family: 'Montserrat', sans-serif;
        }
        
        .newsletter-button:hover {
            background-color: transparent;
            color: #e4fd62;
        }
        
        /* Products Section */
        .products {
            background-color: #ffffff;
            padding: 5rem 2rem;
        }
        
        .products-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .products h2 {
            color: #000000;
            font-size: 3rem;
            font-weight: 900;
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }
        
        .product-card {
            border: 5px solid #000000;
            overflow: hidden;
            transition: transform 0.3s;
        }
        
       
        
        .product-image {
            width: 100%;
            height: 250px;
            background-color: #f0f0f0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            color: #000000;
        }
        
        .product-info {
            padding: 1.5rem;
            background-color: #000;
        }
        
        .product-info h3 {
            font-size: 1.3rem;
            font-weight: 900;
            color: #e4fd62;
            margin-bottom: 0.5rem;
        }
        
        .product-price {
            font-size: 1.5rem;
            font-weight: 900;
            color:#e4fd62;
            margin-bottom: 1rem;
			text-align:left;
        }
        
        .product-button {
            background-color: #e4fd62;
            color: #000000;
            padding: 0.8rem 1.5rem;
            text-decoration: none;
            font-weight: 900;
            border: solid 5px;;
            cursor: pointer;
            width: 100%;
            text-align: center;
            display: block;
            transition: background-color 0.3s;
			font-style:normal;
        }
        
        .product-button:hover {
         opacity:.8;
        }
        
        /* CTA Section */
        .cta-section {
            background-color: #e4fd62;
            padding: 5rem 2rem;
            text-align: center;
        }
        
        .cta-section h2 {
            color: #000000;
            font-size: 3.5rem;
            font-weight: 900;
            margin-bottom: 1rem;
        }
        
        .cta-section p {
            color: #000000;
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 2rem;
        }
        
        /* Footer */
        footer {
            background-color: #000000;
            color: #ffffff;
            padding: 3rem 2rem 1rem;
        }
        
        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }
        
        .footer-section h3 {
            color: #e4fd62;
            font-weight: 900;
            margin-bottom: 1rem;
			text-align:left;
        }
.footer-section svg {
	width:200px;
	margin-top:30px;
	margin-bottom:30px;
}
        .footer-section p,
        .footer-section a {
            color: #ffffff;
            text-decoration: none;
            line-height: 1.6;
            font-weight: 600;
        }
        
        .footer-section a:hover {
            color: #e4fd62;
        }
        
        .footer-bottom {
            border-top: 1px solid #333333;
            padding-top: 1rem;
            text-align: center;
            color: #ffffff;
            font-weight: 600;
        }
        
        /* Mobile Responsive */
        @media (max-width: 768px) {
            .nav-links {
                display: none;
            }
            
            .hero-content {
                grid-template-columns: 1fr;
                text-align: center;
            }
            
            .hero-text h1 {
                font-size: 2.5rem;
            }
            
            .hero-buttons {
                justify-content: center;
                flex-wrap: wrap;
            }
            
            .features h2,
            .products h2,
            .cta-section h2,
            .process-section h2,
            .guarantee-section h2,
            .testimonials-section h2,
            .faq-section h2 {
                font-size: 2rem;
            }
            
            .newsletter-form {
                flex-direction: column;
            }
            
            .stats-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }
/* Mobile Responsive */
@media (max-width: 768px) {
    .hero-conocenos h1 {
        font-size: 2.5rem;
    }
    
    .story-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .story-container.reverse .story-text,
    .story-container.reverse .story-visual {
        order: unset;
    }
    
    .story-text h2 {
        font-size: 2rem;
    }
    
    .mission-section h2 {
        font-size: 2.5rem;
    }
    
    .values-section h2,
    .team-section h2,
    .timeline-section h2 {
        font-size: 2rem;
    }
    
    .timeline::before {
        left: 20px;
    }
    
    .timeline-item {
        flex-direction: column !important;
        align-items: flex-start;
        padding-left: 60px;
    }
    
    .timeline-content {
        width: 100%;
    }
    
    .timeline-year {
        left: 20px;
        transform: translateX(-50%);
    }
}
/* ==========================================================================
   CONTACT FORM 7 - INPUT Y BOTÓN SOLAMENTE
   ========================================================================== */

/* Formulario wrapper - resetea CF7 */
.newsletter-form-wrapper .wpcf7-form {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
}

.newsletter-form-wrapper .wpcf7-form p {
    margin: 0;
    display: contents;
}

.newsletter-form-wrapper .wpcf7-form-control-wrap {
    flex: 1;
    min-width: 250px;
}

/* INPUT FIELD */
.newsletter-form-wrapper input[type="email"] {
    width: 100% !important;
    padding: 1rem !important;
    border: 3px solid #e4fd62 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1rem !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
}

.newsletter-form-wrapper input[type="email"]:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(223, 225, 92, 0.3) !important;
}

.newsletter-form-wrapper input[type="email"]::placeholder {
    color: #666666 !important;
    font-weight: 400 !important;
}

/* SUBMIT BUTTON */
.newsletter-form-wrapper input[type="submit"] {
    background-color: #e4fd62 !important;
    color: #000000 !important;
    padding: 1rem 2rem !important;
    border: 3px solid #e4fd62 !important;
    font-weight: 900 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
    margin: 0 !important;
    min-width: auto !important;
    width: 100% !important;
}

.newsletter-form-wrapper input[type="submit"]:hover {
    background-color: transparent !important;
    color: #e4fd62 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(223, 225, 92, 0.3) !important;
}

/* Eliminar spinner de CF7 */
.newsletter-form-wrapper .wpcf7-spinner {
    display: none !important;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 768px) {
    .newsletter-form-wrapper .wpcf7-form {
        flex-direction: column;
        gap: 1rem;
    }
    
    .newsletter-form-wrapper .wpcf7-form-control-wrap {
        min-width: 100%;
    }
    
    .newsletter-form-wrapper input[type="submit"] {
        width: 100% !important;
        padding: 1.2rem 2rem !important;
    }
}

/* Error states */
.newsletter-form-wrapper .wpcf7-not-valid {
    border-color: #ff4444 !important;
    box-shadow: 0 0 0 2px rgba(255, 68, 68, 0.3) !important;
}

.newsletter-form-wrapper .wpcf7-not-valid-tip {
    color: #ff4444 !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    margin-top: 0.5rem !important;
    text-align: left !important;
}
.hero-margin {
	margin-left:400px;
}
@media (min-width:700px) and (max-width:1200px) {
	.hero-margin {
	margin-left:50px;
		margin-right:50px;
}
}
@media (min-width:1200px) and (max-width:1950px) {
	.hero-margin {
	margin-left:200px;
}
}
@media (max-width:700px){
	.hero-margin {
	margin-left:20px;
		margin-right:20px;
}
}
/* CSS RÁPIDO PARA FIX OVERFLOW MÓVIL */
@media (max-width: 768px) {
    
    /* Global overflow fix */
    html, body {
        overflow-x: hidden !important;
        max-width: 100% !important;
    }
    
}

/* ----------------------------
   TABS DE PRODUCTOS
   ---------------------------- */

.product-tabs {
  text-align: center;
  margin-bottom: 30px;
	display:flex;
	flex-wrap:wrap;
}
.product-tabs .tab-btn {
  background: #e4fd62
  color: #000;
  border: none;
  padding: 8px 16px;
  margin: 0 6px 12px;
  border-radius: 20px;
  cursor: pointer;
  transition: background .2s;
	font-family: "montserrat-black", sans-serif;
	font-style:italic;
	font-size: clamp(0.9375rem, 0.5357rem + 1.3393vw, 1.875rem);
	flex-grow:1;
	flex-basis:150px;
	text-align:center;
	
}
.product-tabs .tab-btn.active,
.product-tabs .tab-btn:hover {
  background: #3e4714;
}
.product-item {
  transition: opacity .3s;
}
.product-item[style*="display: none"] {
  opacity: 0;
}

/* ----------------------------
   QUITAR FONDO A LOS PRODUCTOS
   ---------------------------- */

.products {
  background: #fff;
}

.products li.product-item {
  background: transparent;
  padding: 10px;
  /* ... tus estilos habituales ... */
}

.products li.product-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: darken;
  /* si quieres probar multiply: mix-blend-mode: multiply; */
}

/* ----------------------------
   SIDEBAR
   ---------------------------- */
.botones-sidebar {
	display:block;
		padding:0;
	margin:0;
}
.botones-sidebar button {
	background:none;
	color:#000;;
	font-family:'montserrat', serif;
	font-style:italic;
	font-weight:400;
margin:0;
	font-size: clamp(0.9375rem, 0.7232rem + 0.7143vw, 1.4375rem);
		border-bottom:solid 1px #ccc;
	border-radius:0px;
	padding-left:0;

}
.botones-sidebar button:hover {
	background:none;

}
.botones-sidebar .active {
	background:none;
}
/* Layout de tienda: main + sidebar */
.shop-layout {
  display: flex;
  gap: 24px;
  margin-top: 40px; /* separador opcional */
	
}

/* Columna principal (productos) */
.shop-main {
  flex: 3;           /* 75% del ancho si hay sidebar */
}
@media screen and (min-width: 1024px) {
  .shop-sidebar {
    position: sticky;
    top: 100px; /* ajusta según la altura de tu header fijo si lo tienes */
    align-self: start; /* por si usas grid o flexbox en el contenedor */
  }
}

/* Sidebar */
.shop-sidebar {
  flex: 1;           /* 25% del ancho */
	margin-right:20px;
}
.wc-block-product-categories-list {
	padding:0;
}
.wc-block-product-categories-list a {
	text-decoration:none;
	color:#707070;
}

/* Hacer transparentes los ítems de categoría */
.wc-block-product-categories-list-item {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
	border-bottom:solid 1px #ccc !important;
}

/* Asegurar que el enlace no tenga fondo */
.wc-block-product-categories-list-item a {

 
  background-color: transparent !important;
  text-decoration: none;
}

/* Contenedor de la miniatura transparente */
.wc-block-product-categories-list-item__image {
  background-color: transparent !important;
}

/* Quitar el blanco de la imagen con mix-blend-mode */
.wc-block-product-categories-list-item__image img {
  mix-blend-mode: darken;
}


/* ----------------------------
   ESTILO A LOS PRODUCTOS DE WOOCOMMERCE
   ---------------------------- */
/* 1) Reset general de outline/borde que viene del tema */
.page-numbers a,
.page-numbers span.page-numbers {
  outline: none !important;
  border: none !important;
}

/* 2) Botones normales (enlaces) */
.page-numbers a {
  background: #e4fd62 !important;
  color: #000; !important;
}
::placeholder {
	font-family:'montserrat', serif;
	font-style:italic!important;
}
/* 3) Botón “activo” (span.current) */
.page-numbers span.current {
  background: #3e4714 !important;  /* marrón oscuro */
  color: #000; !important;
}

/* 4) Hover en enlaces */
.page-numbers a:hover {
  background: #3e4714 !important;
}

/* 5) Elimina cualquier caja púrpura o sombra */
.page-numbers li {
  box-shadow: none !important;
}

.main-content-tienda {
	margin-top:50px;
}
.woocommerce-ordering {
	display:none;
}
.woocommerce-result-count {
	display:none;
}
/* 1) Contenedor flex para el loop de productos */
.woocommerce ul.products {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0px;              /* espacio entre tarjetas */
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-start;
	width:90%;
	margin:auto;
}

/* 2) Cada tarjeta ocupa al menos 220px, pero crece si sobra espacio */
.woocommerce ul.products li.product,
.woocommerce ul.products li.product-item {
  flex: 1 1 1 220px;        /* flex-grow:1; flex-shrink:1; flex-basis:220px */
  max-width: 100%;       /* opcional: limita anchura máxima */
	margin:10px;
	
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
	justify-content:center;
	font-family:'montserrat', sans-serif;
	font-style:italic;
	margin-bottom:50px;
}

/* 3) Imagen contenida encima (igual que antes) */
.woocommerce ul.products li.product img {
  max-height: 200px;
  width: auto;
  object-fit: contain;
  margin-bottom: 16px;
}

/* 4) Título en cursiva */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-style: italic;
  color: #000;;
  font-size: clamp(0.9375rem, 0.6429rem + 0.9821vw, 1.225rem);
  margin: 0 0 8px;
}

/* 5) Precio dorado, empuja el botón abajo */
.woocommerce ul.products li.product .price {
  color: #e4fd62;
  font-size: 1rem;
  margin-bottom: auto;
}

/* 6) Botón redondeado */
.woocommerce ul.products li.product .button {
  margin-top: 16px;
  border-radius: 20px;
  background: #e4fd62;
  color: #000;
  padding: 10px 24px;
  transition: background .2s ease;
}
.woocommerce ul.products li.product .button:hover {
  background:#3e4714;
}




/* ----------------------------
   ANIMACION
   ---------------------------- */

.products li.product-item {
  transition: opacity 1s ease, transform 1s ease;
}
.products li.product-item.hidden {
  opacity: 0;
  transform: translateY(-20px);
}
/* ----------------------------
   PRODUCTO INDIVIDUAL - COMPLETO
---------------------------- */


.product-tabs .related   {
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
	}
	.related .products li {
		flex-basis:200px;
		flex-grow:1;
	}
.fondo-contenedor-imagen {
    position: relative;
    background-color: #f3f1ed; /* por ejemplo */
}

.img-overlay {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    opacity: 0.1;
    z-index: -1;
    pointer-events: none;
}
.woocommerce-breadcrumb {
	display:none;
}
.woocommerce-tabs {
	width:100%;
}
/* Ocultar fondo y borde de las pestañas <li> */
.woocommerce-tabs .wc-tabs li {
	background: transparent !important;
	border: none !important;
	margin: 0 5px;
}
.woocommerce-tabs {
	margin-bottom:50px;
}
/* Estilo visual tipo botón dorado para los enlaces de pestañas */
.woocommerce-tabs .wc-tabs li a {
	background-color: #e4fd62 !important;
	color: #000; !important;
	font-family: 'montserrat', serif !important;
	font-style: italic;
	font-weight: 700;
	padding: 10px 20px;
	display: inline-block;
	transition: background-color 0.3s ease;
	text-decoration: none;
	border: none !important;
	box-shadow: none !important;
	border-radius:5px;
	
}
.woocommerce-Tabs-panel p {
	text-align:left;
	color:#000;
}
#tab-title-description a {
	padding:.5vw;
}
#tab-title-reviews a {
	padding:.5vw;
}
#tab-title-additional_information a {
	padding:.5vw;
}
/* Hover y activa */
.woocommerce-tabs .wc-tabs li a:hover,
.woocommerce-tabs .wc-tabs li.active a {
	background-color: #e4fd62 !important;
	color: #000; !important;
}

.woocommerce-Price-amount {
	color: #e4fd62;
	font-family: 'montserrat', serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2rem;
}

.single_add_to_cart_button.button {
	background-color: #000 !important;
	color: #fff; !important;
	font-family: 'montserrat', serif !important;
	font-style: italic;
	font-weight: 700;
	font-size: 1rem;
	border: none;
	border-radius: 999px;
	padding: 12px 32px;
	transition: background-color 0.3s ease;
	text-align: center;
	text-transform: none;
}

/* Hover (ligeramente más oscuro) */
.single_add_to_cart_button.button:hover {
	background-color: #a46f3f !important;
	color: #000; !important;
}

.product-main-container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-bottom: 40px;
	align-items: stretch; /* Asegura que ambos lados tengan la misma altura */
}
/* ----------------------------
   GALERÍA DE PRODUCTO INDIVIDUAL
   ---------------------------- */

/* Contenedor principal de la imagen */
.product-image-full {
	flex: 1;
	min-width: 300px;
	max-width: 100%;
	display: block;
	padding: 20px;
}

/* Galería principal de producto */
.woocommerce-product-gallery {
	width: 100% !important;
	display: block !important;
	position: relative !important;
}

/* Wrapper de la galería */
.woocommerce-product-gallery__wrapper {
	width: 100% !important;
	display: block !important;
	position: relative !important;
	margin-bottom: 15px !important;
}

/* Imagen destacada principal */
.woocommerce-product-gallery__image {
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-bottom: 0 !important;
}

.woocommerce-product-gallery__image a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
}

.woocommerce-product-gallery__image img {
	width: auto !important;
	height: auto !important;
	max-height: 500px !important;
	max-width: 100% !important;
	object-fit: contain !important;
	display: block !important;
}

/* Contenedor de miniaturas - múltiples selectores para compatibilidad */
.flex-control-thumbs,
ol.flex-control-nav.flex-control-thumbs {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin: 15px 0 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
	justify-content: flex-start !important;
}
/* Forzar que las imágenes de galería se comporten como miniaturas */
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	width: 100% !important;
	display: block !important;
}

/* Solo la primera imagen debe ser grande */
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
	width: 100% !important;
	min-height: 400px;
	margin-bottom: 20px !important;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img {
	max-height: 500px !important;
}

/* Las demás imágenes deben ser miniaturas */
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
	width: calc(25% - 10px) !important;
	max-width: 100px !important;
	display: inline-block !important;
	vertical-align: top;
	margin: 5px !important;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) img {
	width: 100% !important;
	height: auto !important;
	max-height: 100px !important;
	object-fit: cover !important;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) img:hover {
	border-color: #e4fd62;
	transform: scale(1.05);
}
/* Cada miniatura */
.flex-control-thumbs li,
ol.flex-control-nav.flex-control-thumbs li {
	width: calc(25% - 8px) !important;
	max-width: 100px !important;
	margin: 0 !important;
	cursor: pointer !important;
	border: 2px solid #e0e0e0 !important;
	border-radius: 8px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	background: #fff !important;
}

.flex-control-thumbs li:hover,
ol.flex-control-nav.flex-control-thumbs li:hover {
	border-color: #e4fd62 !important;
	transform: scale(1.05) !important;
}

.flex-control-thumbs li.flex-active,
ol.flex-control-nav.flex-control-thumbs li.flex-active {
	border-color: #A46F3F !important;
	box-shadow: 0 2px 8px rgba(164, 111, 63, 0.3) !important;
}

.flex-control-thumbs li img,
ol.flex-control-nav.flex-control-thumbs li img {
	width: 100% !important;
	height: auto !important;
	display: block !important;
	object-fit: cover !important;
	aspect-ratio: 1/1 !important;
}

/* Ocultar los controles de navegación de Flexslider si existen */
.flex-direction-nav {
	display: none !important;
}

/* Responsive para móvil */
@media (max-width: 768px) {
	.product-image-full {
		padding: 10px;
	}
	
	.woocommerce-product-gallery__image img {
		max-height: 300px !important;
	}
	
	.flex-control-thumbs li,
	ol.flex-control-nav.flex-control-thumbs li {
		width: calc(33.333% - 7px) !important;
		max-width: 80px !important;
	}
}

@media (max-width: 480px) {
	.flex-control-thumbs li,
	ol.flex-control-nav.flex-control-thumbs li {
		width: calc(50% - 5px) !important;
	}
}
.product-details {
	flex: 1;
	color: #000;;
	font-family: 'montserrat', serif;
	max-width: 100%;; /* o el valor que prefieras */
    padding-right:15vw;
    box-sizing: border-box;
}


.product-title {
	font-size: 2rem;
	font-style: italic;
	color:#000;;
	margin-bottom: 10px;
}

.product-excerpt {
	font-style: italic;
	font-size: 1rem;
	margin-bottom: 15px;
}
.product-excerpt p {
	color:#000;
}
.product-weight {
	font-size: 0.95rem;
	font-style: italic;
	margin-bottom: 15px;
}

.gift-message textarea {
	width: 100%;
	height: 80px;
	padding: 10px;
	font-style: italic;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	resize: vertical;
}

.woocommerce form.cart {
	margin-top: 10px;
}

.woocommerce .product-tabs h2 {
	font-style: italic;
	font-size: 1.5rem;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #000;;
}

/* Responsive (móvil) */
@media (max-width: 768px) {
	.product-main-container {
		flex-direction: column;
		margin-top:10vw;
	}

	.product-image-full,
	.product-details {
		width: 100%;
		padding-left:10vw;
		padding-right:10vw;
	}
	.product-image-full {
		min-height:100px;
	}
	.product-tabs {
		width:85%;
	}
	.product-tabs {
		display:flex;
		flex-wrap:wrap;
		
	}
	.tab-btn {
		flex-grow:1;
		flex-basis:100px;
		text-align:center;
	}
	h4 {
		margin:auto;
		text-align:center;
	}
	
}
/* ----------------------------
   RESPONSIVE
   ---------------------------- */

/* ——— Tablet: 2 columnas ——— */
@media (max-width: 1024px) {
  .gallery {
    grid-template-columns: 1fr 1fr;
    /* 3 filas: una para a, otra para b+c, otra para d */
    grid-template-rows: 300px 300px 300px;
    grid-template-areas:
      "a a"
      "b c"
      "d d";
  }
	.woocommerce ul.products {
		gap:5px;
	}
	.fondo-contenedor-imagen {
		display:none;
	}
}

/* ——— Móvil: 1 columna ——— */
@media (max-width: 600px) {
  .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    grid-template-areas:
      "a"
      "b"
      "c"
      "d";
  }
  .gallery img {
    /* al ser auto en rows, quitamos la altura forzada */
    height: auto;
  }
	.woocommerce ul.products {
		gap:5px;
	}
	.woocommerce ul.products li.product-item {
		flex:1 100%;
	}
	/* Responsive: en móviles stack vertical */
@media (max-width: 768px) {
  .shop-layout {
    flex-direction: column;
  }
  .shop-sidebar {
    margin-top: 30px;
	  margin-left: 30px;
	  margin-right:30px;
  }
}
}
.product-tabs {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* CENTRAR LOS BOTONES */
  gap: 12px; /* espaciado uniforme entre botones */
  width: 90%; /* ajusta al ancho deseado */
  margin-left: auto;
  margin-right: auto;
}

.product-tabs .tab-btn {
  background: #e4fd62;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 20px;
  cursor: pointer;
  transition: background .2s;
  font-family: "montserrat", sans-serif;
  font-style: italic;
  font-size: clamp(0.9375rem, 0.5357rem + 1.3393vw, 1.875rem);
  flex-grow: 0; /* NO permitir que crezcan excesivamente */
  flex-shrink: 0; /* NO permitir que se encojan */
  flex-basis: auto; /* tamaño basado en su contenido */
  text-align: center;
  white-space: nowrap; /* evitar que el texto se divida en varias líneas */
}

.product-tabs .tab-btn.active,
.product-tabs .tab-btn:hover {
  background: #3e4714;
}

/* Responsive para móviles */
@media (max-width: 768px) {
  .product-tabs {
    width: 95%;
    gap: 8px;
  }
  
  .product-tabs .tab-btn {
    padding: 10px 16px;
    font-size: clamp(0.875rem, 0.5rem + 1vw, 1.2rem);
  }
}
/* Asegurar que las miniaturas sean clicables */
.woocommerce-product-gallery__image:not(:first-child) {
    cursor: pointer !important;
    pointer-events: auto !important;
}

.woocommerce-product-gallery__image.active-thumb img {
    border-color: #e4fd62 !important;
    box-shadow: 0 0 10px rgba(223, 225, 92, 0.5) !important;
}