﻿/* CSS Variables - aligned with suri-branding.css */
:root {
    --suri-primary: #f1cf69;    /* Dorado SURI */
    --suri-secondary: #2c5530;  /* Verde agrícola */
    --suri-accent: #4a8b71;     /* Verde complementario */
}

div#preloader {
    background-color: #ecf0f1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.top-bar--style-3 #top-bar__logo, .top-bar--style-2 #top-bar__logo {
    background-image: url(../themes/nt-agricom/images/logo_2.png)
}

#top-bar__logo {
    background-image: url('../images/branding/logo-main.png');
    width: 64px;
    height: 53px;
}

#top-bar.fixed #top-bar__logo {
    background-image: url('../images/branding/logo-main.png');
    width: 64px;
    height: 53px;
}

@media only screen and (max-width: 767px) {
    #top-bar__logo {
        background-image: url('../images/branding/logo-main.png') !important;
    }
}

.index-header {
    background: transparent url(../Content/uploads/2017/02/bg_5.jpg)no-repeat fixed center top / cover !important
}

.blog .index-header .pattern.template-overlay {
    background: rgba(74,139,113,0.5);
    !important;
    opacity: 1
}

.blog .index-header {
    min-height: 47vh !important;
    max-height: 100%
}

    .blog .index-header .template-cover-text
    .uppercase {
        font-size: 70px !important
    }

    .blog .index-header .template-cover-text .cover-text-sublead {
        font-size: 16px !important
    }

.blog .index-header {
    padding-top: 40px !important
}

.blog .index-header {
    padding-bottom: 0px !important
}

.single .index-header {
    background: transparent url(~/Content/uploads/2017/02/bg_6.jpg)no-repeat fixed center top / cover !important
}

    .single .index-header
    h1 {
        font-size: 70px
    }

.single .index-header {
    height: 47vh !important
}

@media (min-width: 768px) {
    .single .index-header {
        padding-top: 40px !important;
        padding-bottom: 0px !important
    }
}

.archive .index-header
h1 {
    font-size: 70px
}

.archive .index-header {
    height: 47vh !important
}

@media (min-width: 768px) {
    .archive .index-header {
        padding-top: 40px !important;
        padding-bottom: 0px !important
    }
}

.error404 .index-header {
    background: transparent url(~/Content/uploads/2017/02/bg_8.jpg)no-repeat fixed center top / cover !important
}

    .error404 .index-header .template-overlay {
        background: rgba(74,139,113,0.15);
        !important;
        opacity: 1
    }

@media only screen and (min-width: 992px) {
    .error404 .index-header
    h1 {
        font-size: 70px
    }
}

.error404 .index-header {
    height: 47vh !important
}

@media (min-width: 768px) {
    .error404 .index-header {
        padding-top: 40px !important;
        padding-bottom: 0px !important
    }
}

.search .index-header
h1 {
    font-size: 70px
}

.search .index-header {
    height: 47vh !important
}

@media (min-width: 768px) {
    .search .index-header {
        padding-top: 40px !important;
        padding-bottom: 0px !important
    }
}

.breadcrubms, .breadcrubms span a
span {
    color: #ffffff !important
}

    .breadcrubms span a span:hover {
        color: #f1cf69 !important
    }

    .breadcrubms
    span {
        color: #f1cf69 !important
    }

.breadcrubms {
    font-size: 16px
}

/* ===== HERO SECTION RESPONSIVE STYLES (MOBILE FIRST) ===== */

/* Base styles for mobile (default) */
#start-screen {
    min-height: 60vh;
    position: relative !important;
}

#vegas-slider {
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Overlay hero content above slider and keep only active visible */
#start-screen_content-container {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block !important;
}
.start-screen__content,
#start-screen_content-container {
    /* Prevent hero text layers from intercepting clicks except for their own links */
    pointer-events: none !important;
    user-select: none !important;
}
.start-screen__content a,
.start-screen__content button,
.start-screen__content .custom-btn {
    pointer-events: auto !important;
    user-select: auto !important;
}
.start-screen__content { display: none !important; }
.start-screen__content.active { display: block !important; }

/* Ensure hero text is legible over images */
.start-screen__content .title,
.start-screen__content .subtitle {
    color: #fff !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.35) !important;
}

.start-screen__content {
    padding: 20px 0;
}

.start-screen__content .title {
    font-size: 3rem !important;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
}

.start-screen__content .subtitle {
    font-size: 1.6rem !important;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
}

.start-screen__content .custom-btn {
    font-size: 1rem;
    padding: 12px 24px;
    display: inline-block;
    margin: 10px auto;
    text-align: center;
}

.start-screen__content p {
    text-align: center;
}

.start-screen__content .container {
    padding-left: 20px;
    padding-right: 20px;
}

.vegas-control {
    display: block;
}

.vegas-control__btn {
    cursor: pointer !important;
    pointer-events: auto !important;
}

.vegas-dots {
    position: absolute !important;
    bottom: 30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    z-index: 5 !important;
}

.vegas-dots a {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.6) !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    display: block !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.vegas-dots a:hover,
.vegas-dots a.active {
    background-color: #f1cf69 !important;
    border-color: #f1cf69 !important;
    transform: scale(1.2) !important;
}

/* Small tablets (576px and up) */
@media (min-width: 576px) {
    #start-screen, #vegas-slider {
        min-height: 65vh;
        height: 65vh;
    }

    .start-screen__content .title {
        font-size: 3.5rem !important;
    }

    .start-screen__content .subtitle {
        font-size: 1.8rem !important;
    }

    .start-screen__content .custom-btn {
        font-size: 1.1rem;
        padding: 14px 28px;
    }

    .vegas-dots {
        bottom: 40px !important;
        gap: 10px !important;
    }

    .vegas-dots a {
        width: 14px !important;
        height: 14px !important;
    }
}

/* Medium tablets (768px and up) */
@media (min-width: 768px) {
    #start-screen, #vegas-slider {
        min-height: 70vh;
        height: 70vh;
    }

    .start-screen__content .title {
        font-size: 4rem !important;
    }

    .start-screen__content .subtitle {
        font-size: 2rem !important;
    }

    .start-screen__content .custom-btn {
        font-size: 1.2rem;
        padding: 16px 32px;
    }

    .vegas-control {
        display: block;
    }

    .vegas-control__btn {
        display: block;
        padding: 10px 15px;
        font-size: 1rem;
    }

    .start-screen__content .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Large tablets/small desktop (992px and up) */
@media (min-width: 992px) {
    #start-screen, #vegas-slider {
        min-height: 80vh;
        height: 80vh;
    }

    .start-screen__content .title {
        font-size: 4.5rem !important;
    }

    .start-screen__content .subtitle {
        font-size: 2.2rem !important;
    }

    .start-screen__content .custom-btn {
        font-size: 1.3rem;
        padding: 18px 36px;
    }

    .vegas-control__btn {
        padding: 12px 18px;
        font-size: 1.1rem;
    }
}

/* Large desktop (1200px and up) */
@media (min-width: 1200px) {
    #start-screen, #vegas-slider {
        min-height: 90vh;
        height: 90vh;
    }

    .start-screen__content .title {
        font-size: 5rem !important;
    }

    .start-screen__content .subtitle {
        font-size: 2.4rem !important;
    }

    .start-screen__content .custom-btn {
        font-size: 1.4rem;
        padding: 20px 40px;
    }
}

/* Extra large desktop (1400px and up) */
@media (min-width: 1400px) {
    .start-screen__content .title {
        font-size: 5.5rem !important;
    }

    .start-screen__content .subtitle {
        font-size: 2.6rem !important;
    }
}

/* Special handling for inline style overrides */
.start-screen__content .title[style*="font-size:65px"],
.start-screen__content .title[style*="font-size: 65px"] {
    font-size: 3rem !important;
}

/* Additional override for any remaining inline styles */
.start-screen__content p.title[style] {
    font-size: 3rem !important;
}

@media (min-width: 576px) {
    .start-screen__content .title[style*="font-size:65px"],
    .start-screen__content .title[style*="font-size: 65px"],
    .start-screen__content p.title[style] {
        font-size: 3.5rem !important;
    }
}

@media (min-width: 768px) {
    .start-screen__content .title[style*="font-size:65px"],
    .start-screen__content .title[style*="font-size: 65px"],
    .start-screen__content p.title[style] {
        font-size: 4rem !important;
    }
}

@media (min-width: 992px) {
    .start-screen__content .title[style*="font-size:65px"],
    .start-screen__content .title[style*="font-size: 65px"],
    .start-screen__content p.title[style] {
        font-size: 4.5rem !important;
    }
}

@media (min-width: 1200px) {
    .start-screen__content .title[style*="font-size:65px"],
    .start-screen__content .title[style*="font-size: 65px"],
    .start-screen__content p.title[style] {
        font-size: 5rem !important;
    }
}

@media (min-width: 1400px) {
    .start-screen__content .title[style*="font-size:65px"],
    .start-screen__content .title[style*="font-size: 65px"],
    .start-screen__content p.title[style] {
        font-size: 5.5rem !important;
    }
}

/* Mobile-specific optimizations */
@media (max-width: 575px) {
    .start-screen__content {
        padding: 15px 0;
    }

    .start-screen__content .col-xs-12 {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Sobre SURI section - stack columns vertically on mobile */
    .vc_custom_1489841119326 .vc_inner .wpb_column {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }

    .start-screen__content .title {
        font-size: 2.2rem !important;
        margin-bottom: 8px;
    }

    .start-screen__content .subtitle {
        font-size: 1.2rem !important;
        margin-bottom: 15px;
    }

    .start-screen__content .custom-btn {
        font-size: 0.9rem;
        padding: 10px 20px;
        display: inline-block;
        text-align: center;
    }

    /* Improve touch targets for mobile */
    .vegas-dots {
        bottom: 25px !important;
        gap: 12px !important;
    }

    .vegas-dots a {
        width: 16px !important;
        height: 16px !important;
        touch-action: manipulation !important;
    }

}

/* Optimize text alignment for different content slides */
.start-screen__content.left .title,
.start-screen__content.left .subtitle {
    text-align: left;
}

.start-screen__content.text-center .title,
.start-screen__content.text-center .subtitle {
    text-align: center;
}

@media (max-width: 767px) {
    /* Center align all text on mobile for better readability */
    .start-screen__content.left .title,
    .start-screen__content.left .subtitle,
    .start-screen__content .title,
    .start-screen__content .subtitle {
        text-align: center !important;
    }
}

/* Ensure proper vertical centering on all devices */
.v-align {
    display: flex;
    align-items: center;
    min-height: inherit;
}

.v-middle {
    width: 100%;
}

/* Improve slider overlay visibility */
#vegas-slider .vegas-overlay {
    opacity: 0.3;
}

@media (max-width: 767px) {
    #vegas-slider .vegas-overlay {
        opacity: 0.4;
    }
}

/* Z-INDEX HIERARCHY FIXES */
/* Ensure proper stacking order throughout the landing page */

/* Header should be on top of everything */
#top-bar {
    z-index: 100 !important;
}

/* Navigation dropdown should be below header but above content */
#top-bar__navigation .submenu {
    z-index: 99 !important;
}

/* Mobile hamburger button */
#top-bar__navigation-toggler {
    z-index: 101 !important;
}

/* Preloader should be above everything when active */
#preloader {
    z-index: 9999 !important;
}

/* Hero section dots should be above content for interactivity */
.vegas-dots {
    position: relative !important;
    z-index: 20 !important;
}

/* Hero section controls should be above content for interactivity */
.vegas-control {
    position: relative !important;
    z-index: 20 !important;
}

/* Hero section slider background */
#vegas-slider {
    position: relative !important;
    z-index: 1 !important;
}

/* Hero section content should be above background */
.start-screen__content {
    z-index: 10 !important;
    position: relative !important;
}

/* Hero section content container */
#start-screen_content-container {
    z-index: 10 !important;
    position: relative !important;
}

/* ===== SOBRE SURI FEATURES GRID ===== */
.features-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    align-items: stretch;
}
.features-grid > .wpb_column {
    display: flex;
    flex: 1 1 calc(25% - 20px);
    min-width: 220px;
}
.features-grid .vc_column-inner { width: 100%; }
.features-grid .wpb_wrapper { height: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; }
.features-grid .wpb_single_image img { width: 77px; height: 77px; object-fit: contain; }
.features-grid h3 { margin-top: 10px; font-size: 1.2rem; line-height: 1.3; }

@media (max-width: 1199px) {
  .features-grid > .wpb_column { flex: 1 1 calc(33.333% - 20px); }
}
@media (max-width: 991px) {
  .features-grid > .wpb_column { flex: 1 1 calc(50% - 20px); }
}
@media (max-width: 575px) {
  .features-grid { gap: 16px !important; }
  .features-grid > .wpb_column { flex: 1 1 100%; min-width: 0; }
}

/* Ensure overlay stays behind controls and dots */
#vegas-slider .vegas-overlay,
#vegas-slider .vegas-slide,
#vegas-slider .vegas-wrapper {
    z-index: 1 !important;
}

/* Improve button UX */
.vegas-control__btn {
    cursor: pointer;
}

/* Hero section buttons should be clearly visible */
.start-screen__content .custom-btn {
    z-index: 15 !important;
    position: relative !important;
}

/* ===== WHATSAPP FLOAT BUTTON ===== */
#whatsapp-float-btn {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1000;
    animation: whatsapp-pulse 2s infinite;
}

#whatsapp-float-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
    text-decoration: none;
    transition: all 0.3s ease;
}

#whatsapp-float-btn a:hover {
    background: #128C7E;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    text-decoration: none;
}

#whatsapp-float-btn i {
    font-size: 28px;
    color: white;
}

@keyframes whatsapp-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Mobile positioning */
@media (max-width: 768px) {
    #whatsapp-float-btn {
        bottom: 70px;
        right: 15px;
    }

    #whatsapp-float-btn a {
        width: 55px;
        height: 55px;
    }

    #whatsapp-float-btn i {
        font-size: 24px;
    }
}

/* ===== IMPROVED CONTACT/FOOTER SECTION ===== */
.section-contact-improved {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.section-contact-improved::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" patternUnits="userSpaceOnUse" width="100" height="100"><circle cx="50" cy="50" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    pointer-events: none;
}

/* Contact Header */
.contact-header {
    max-width: 600px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 2;
}

.contact-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
    line-height: 1.2;
}

.contact-subtitle {
    font-size: 1.25rem;
    color: #e0e0e0;
    margin: 0;
    opacity: 0.9;
    line-height: 1.6;
}

/* Contact Methods Grid */
.contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.contact-method {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.contact-method::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transition: left 0.6s ease;
}

.contact-method:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(241, 207, 105, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.contact-method:hover::before {
    left: 100%;
}

.contact-method--primary {
    border-color: rgba(241, 207, 105, 0.4);
    background: rgba(241, 207, 105, 0.08);
}

.contact-method__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--suri-primary), #e6c062);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(241, 207, 105, 0.3);
    transition: transform 0.3s ease;
}

.contact-method:hover .contact-method__icon {
    transform: scale(1.1) rotate(5deg);
}

.contact-method__icon i {
    font-size: 24px;
    color: var(--suri-secondary);
}

.contact-method__content h3 {
    font-size: 1.375rem;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #fff;
}

.contact-method__content p {
    font-size: 1rem;
    color: #b0b0b0;
    margin: 0 0 16px 0;
}

.contact-phone {
    display: block;
    font-size: 1.125rem;
    color: var(--suri-primary);
    font-weight: 500;
    margin-bottom: 20px;
}

/* Contact Buttons */
.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    min-width: 160px;
    justify-content: center;
}

.contact-btn:hover {
    color: #333;  /* Texto oscuro sobre fondo dorado para mejor legibilidad */
    background: var(--suri-primary);
    border-color: var(--suri-primary);
    transform: translateY(-2px);
    text-decoration: none;
}

.contact-btn--whatsapp:hover {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}

.contact-btn--phone:hover {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

.contact-btn--email:hover {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

/* Company Footer */
.company-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
    position: relative;
    z-index: 2;
}

.company-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.company-location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #b0b0b0;
    font-size: 1rem;
}

.company-location i {
    color: var(--suri-primary);
    font-size: 1rem;
}

.company-social {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #b0b0b0;
    font-size: 1rem;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-links a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b0b0b0;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    background: var(--suri-primary);
    color: #333;  /* Texto oscuro sobre fondo dorado */
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-contact-improved {
        padding: 60px 0 40px;
    }

    .contact-header {
        margin-bottom: 40px;
    }

    .contact-methods {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .contact-method {
        padding: 24px 20px;
    }

    .company-info {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .company-social {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .contact-method__icon {
        width: 56px;
        height: 56px;
    }

    .contact-method__icon i {
        font-size: 20px;
    }

    .contact-btn {
        padding: 10px 20px;
        font-size: 0.85rem;
        min-width: 140px;
    }
}

/* ===== LEGACY CONTACT OPTIONS STYLES (for backward compatibility) ===== */
.contact-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.contact-option {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.contact-option:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.contact-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(241, 207, 105, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon i {
    font-size: 20px;
    color: #f1cf69;
}

.contact-content {
    flex: 1;
}

.contact-content h4 {
    margin: 0 0 5px 0;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.contact-content p {
    margin: 0 0 15px 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.contact-content .custom-btn {
    padding: 10px 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Responsive contact options */
@media (max-width: 768px) {
    .contact-option {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .contact-icon {
        margin: 0 auto 10px auto;
    }

    .contact-content .custom-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ===== END HERO SECTION RESPONSIVE STYLES ===== */

/* ===== SOBRE SURI SECTION RESPONSIVE STYLES (MOBILE FIRST) ===== */

/* Base styles for mobile (default) */
.vc_custom_1489841119326 {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}

/* Sobre SURI title styles */
.vc_custom_1487856828301 {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
    text-align: center !important;
}

/* Sobre SURI subtitle - solo en la seccion sobre suri */
.vc_custom_1489841119326 .vc_custom_heading:not(.vc_custom_1487856828301):not(.vc_custom_1487719225062) {
    font-size: 1.8rem !important;
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

/* Sobre SURI description text */
.vc_custom_1487719225062 {
    font-size: 1.2rem !important;
    line-height: 1.6 !important;
    margin-bottom: 30px !important;
    text-align: center !important;
}

/* Service icons grid - mobile first */
.vc_custom_1489841119326 .vc_inner .vc_row-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.vc_custom_1489841119326 .vc_inner .wpb_column {
    margin-bottom: 30px;
    text-align: center;
    flex: 1 1 calc(25% - 15px);
    max-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.vc_custom_1489841119326 .vc_inner .vc_column-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.vc_custom_1489841119326 .vc_inner .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.vc_custom_1489841119326 .vc_inner .vc_custom_1487720277727,
.vc_custom_1489841119326 .vc_inner .vc_custom_1487720285494,
.vc_custom_1489841119326 .vc_inner .vc_custom_1487720298258,
.vc_custom_1489841119326 .vc_inner .vc_custom_1487720305688 {
    margin-bottom: 25px !important;
}

/* Service icons - only in sobre suri section */
.vc_custom_1489841119326 .wpb_single_image {
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 80px !important;
    width: 100% !important;
}

.vc_custom_1489841119326 .wpb_single_image .wpb_wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
}

.vc_custom_1489841119326 .wpb_single_image .vc_single_image-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
}

.vc_custom_1489841119326 .wpb_single_image img {
    max-width: 60px !important;
    max-height: 60px !important;
    height: auto !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Service titles - only in sobre suri section */
.vc_custom_1489841119326 .vc_custom_1487860499387,
.vc_custom_1489841119326 .vc_custom_1487860506905,
.vc_custom_1489841119326 .vc_custom_1487860514754,
.vc_custom_1489841119326 .vc_custom_1487860521382 {
    font-size: 1.4rem !important;
    line-height: 1.3 !important;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Equal height for all service items */
.vc_custom_1489841119326 .vc_inner .vc_column-inner {
    min-height: 180px;
}

/* Small tablets (576px and up) */
@media (min-width: 576px) {
    .vc_custom_1489841119326 {
        padding-top: 70px !important;
        padding-bottom: 50px !important;
    }

    .vc_custom_1487856828301 {
        font-size: 2.8rem !important;
        text-align: left !important;
    }

    .vc_custom_1489841119326 .vc_custom_heading:not(.vc_custom_1487856828301):not(.vc_custom_1487719225062) {
        font-size: 2rem !important;
        text-align: left !important;
    }

    .vc_custom_1487719225062 {
        font-size: 1.3rem !important;
        text-align: left !important;
    }

    .vc_custom_1489841119326 .wpb_single_image {
        height: 85px !important;
    }

    .vc_custom_1489841119326 .wpb_single_image img {
        max-width: 65px !important;
        max-height: 65px !important;
    }

    .vc_custom_1489841119326 .vc_inner .vc_column-inner {
        min-height: 190px;
    }

    .vc_custom_1489841119326 .vc_custom_1487860499387,
    .vc_custom_1489841119326 .vc_custom_1487860506905,
    .vc_custom_1489841119326 .vc_custom_1487860514754,
    .vc_custom_1489841119326 .vc_custom_1487860521382 {
        font-size: 1.5rem !important;
    }
}

/* Medium tablets (768px and up) */
@media (min-width: 768px) {
    .vc_custom_1489841119326 {
        padding-top: 80px !important;
        padding-bottom: 60px !important;
    }

    .vc_custom_1487856828301 {
        font-size: 3.2rem !important;
    }

    .vc_custom_1489841119326 .vc_custom_heading:not(.vc_custom_1487856828301):not(.vc_custom_1487719225062) {
        font-size: 2.2rem !important;
    }

    .vc_custom_1487719225062 {
        font-size: 1.4rem !important;
    }

    .vc_custom_1489841119326 .wpb_single_image {
        height: 90px !important;
    }

    .vc_custom_1489841119326 .wpb_single_image img {
        max-width: 70px !important;
        max-height: 70px !important;
    }

    .vc_custom_1489841119326 .vc_inner .vc_column-inner {
        min-height: 200px;
    }

    .vc_custom_1489841119326 .vc_custom_1487860499387,
    .vc_custom_1489841119326 .vc_custom_1487860506905,
    .vc_custom_1489841119326 .vc_custom_1487860514754,
    .vc_custom_1489841119326 .vc_custom_1487860521382 {
        font-size: 1.6rem !important;
    }

    /* 2 columns on tablets */
    .vc_custom_1489841119326 .vc_inner .wpb_column {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

/* Large tablets/small desktop (992px and up) */
@media (min-width: 992px) {
    .vc_custom_1489841119326 {
        padding-top: 90px !important;
        padding-bottom: 70px !important;
    }

    .vc_custom_1487856828301 {
        font-size: 3.5rem !important;
    }

    .vc_custom_1489841119326 .vc_custom_heading:not(.vc_custom_1487856828301):not(.vc_custom_1487719225062) {
        font-size: 2.4rem !important;
    }

    .vc_custom_1487719225062 {
        font-size: 1.5rem !important;
    }

    .vc_custom_1489841119326 .wpb_single_image {
        height: 95px !important;
    }

    .vc_custom_1489841119326 .wpb_single_image img {
        max-width: 75px !important;
        max-height: 75px !important;
    }

    .vc_custom_1489841119326 .vc_inner .vc_column-inner {
        min-height: 210px;
    }

    .vc_custom_1489841119326 .vc_custom_1487860499387,
    .vc_custom_1489841119326 .vc_custom_1487860506905,
    .vc_custom_1489841119326 .vc_custom_1487860514754,
    .vc_custom_1489841119326 .vc_custom_1487860521382 {
        font-size: 1.7rem !important;
    }

    /* 4 columns on desktop */
    .vc_custom_1489841119326 .vc_inner .wpb_column {
        flex: 1 1 calc(25% - 15px);
        max-width: calc(25% - 15px);
    }
}

/* Large desktop (1200px and up) */
@media (min-width: 1200px) {
    .vc_custom_1489841119326 {
        padding-top: 100px !important;
        padding-bottom: 70px !important;
    }

    .vc_custom_1487856828301 {
        font-size: 3.8rem !important;
    }

    .vc_custom_1489841119326 .vc_custom_heading:not(.vc_custom_1487856828301):not(.vc_custom_1487719225062) {
        font-size: 2.6rem !important;
    }

    .vc_custom_1487719225062 {
        font-size: 1.6rem !important;
    }

    .vc_custom_1489841119326 .wpb_single_image {
        height: 100px !important;
    }

    .vc_custom_1489841119326 .wpb_single_image img {
        max-width: 80px !important;
        max-height: 80px !important;
    }

    .vc_custom_1489841119326 .vc_inner .vc_column-inner {
        min-height: 220px;
    }

    .vc_custom_1489841119326 .vc_custom_1487860499387,
    .vc_custom_1489841119326 .vc_custom_1487860506905,
    .vc_custom_1489841119326 .vc_custom_1487860514754,
    .vc_custom_1489841119326 .vc_custom_1487860521382 {
        font-size: 1.8rem !important;
    }
}

/* ===== END SOBRE SURI SECTION RESPONSIVE STYLES ===== */

/* Los estilos de la seccion presentacion empresa ahora estan arriba con mobile-first approach */

/* Seccion logros */

.section--background-logo {
    position: relative;
}

.section--background-logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/branding/logo-main.png') no-repeat center right 40px;
    background-size: 200px;
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

.section--background-logo > * {
    position: relative;
    z-index: 1;
}

.section--background-base {
    background-color: #4a8b71
}

.section--background-base-light {
    background-color: #e9f1ee
}

/* Sección Escríbenos - estilo secondary action con dorado */
.section-contact .custom-btn.primary {
    color: #f1cf69 !important;
    background-color: transparent !important;
    border-color: #f1cf69 !important;
}

.section-contact .custom-btn.primary:hover,
.section-contact .custom-btn.primary:focus,
.section-contact .custom-btn.primary:active {
    color: #504935 !important;
    background-color: #f1cf69 !important;
    border-color: #f1cf69 !important;
}

.section--with-border {
    border-top: 1px solid #e9e9e9;
    padding-top: 59px
}

/* Seccion proveedores */
@media only screen and (max-width: 992px) {
    .vc_custom_1489842956728 {
        padding-top: 80px !important;
        padding-bottom: 45px !important
    }
}

@media only screen and (max-width: 768px) {
    .vc_custom_1489842956728 {
        padding-top: 80px !important;
        padding-bottom: 45px !important
    }
}

@media only screen and (max-width: 480px) {
    .vc_custom_1489842956728 {
        padding-top: 60px !important;
        padding-bottom: 25px !important
    }
}
.vc_single_image-img {
    cursor: pointer;
}


.recentcomments
a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: inherit
}

.woocommerce-product-gallery {
    opacity: 1 !important
}

.woocommerce-info {
    padding: 1em 2em 1em 3.5em !important
}

.wpcf7-form.invalid .input-wrp
i {
    right: 10px
}

.wpcf7-not-valid {
    padding-left: 10px
}

@@media (max-width: 787px) {
    .timeline-row .vc_column-inner {
        padding-left: 0px !important;
        margin-bottom: 0px !important
    }

    .timeline-row
    .timeline {
        padding-left: 0px !important
    }

    .timeline-row
    .timeline__inner {
        margin-bottom: -30px;
        padding-top: 30px
    }

    .timeline-row
    .vc_column_container {
        padding-left: 30px
    }

    .timeline-row
    h2 {
        padding-left: 15px
    }
}

.show-on-mobile {
    display: none !important
}

@@media (max-width: 992px) {
    .show-on-mobile {
        display: block !important
    }
}

.vc_custom_1489841119326 {
    padding-top: 100px !important;
    padding-bottom: 70px !important
}

.vc_custom_1489841119331 {
    padding-top: 80px !important;
    padding-bottom: 0px !important
}

.vc_custom_1489841119333 {
    padding-top: 80px !important;
    padding-bottom: 0px !important
}

.vc_custom_1489841119336 {
    padding-top: 60px !important;
    padding-bottom: 0px !important
}

.vc_custom_1489841943009 {
    padding-bottom: 100px !important;
    background-image: url(~/Content/uploads/2017/02/bg_02-19bb2.png?id=111) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important
}

.vc_custom_1489841943014 {
    padding-bottom: 0px !important
}

.vc_custom_1489841943016 {
    padding-bottom: 0px !important
}

.vc_custom_1489841943017 {
    padding-bottom: 0px !important
}

.vc_custom_1489839856257 {
    padding-bottom: 60px !important;
    background-image: url(http://www.demo-ninetheme.com/agricom/~/Content/uploads/2017/02/img_7.jpg?id=19) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important
}

.vc_custom_1489839856262 {
    padding-top: 0px !important
}

.vc_custom_1489839856264 {
    padding-top: 0px !important
}

.vc_custom_1489839856267 {
    padding-top: 0px !important
}

.vc_custom_1489843086307 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background: #e9f1ee url(http://www.demo-ninetheme.com/agricom/~/Content/uploads/2017/02/img_1-1.png?id=112) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important
}

.vc_custom_1489843086312 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.vc_custom_1489843086314 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.vc_custom_1489843086316 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.vc_custom_1489842756501 {
    background-color: #e9f1ee !important
}

.vc_custom_1489842956728 {
    padding-top: 100px !important;
    padding-bottom: 65px !important
}

.vc_custom_1489842956732 {
    padding-top: 80px !important;
    padding-bottom: 45px !important
}

.vc_custom_1489842956734 {
    padding-top: 80px !important;
    padding-bottom: 45px !important
}

.vc_custom_1489842956737 {
    padding-top: 60px !important;
    padding-bottom: 25px !important
}

.vc_custom_1487856828301 {
    margin-bottom: 30px !important
}

.vc_custom_1487719225062 {
    margin-bottom: 30px !important
}

.vc_custom_1487720277727 {
    margin-bottom: 30px !important
}

.vc_custom_1487720285494 {
    margin-bottom: 30px !important
}

.vc_custom_1487720298258 {
    margin-bottom: 30px !important
}

.vc_custom_1487720305688 {
    margin-bottom: 30px !important
}

.vc_custom_1487720315393 {
    margin-bottom: 30px !important
}

.vc_custom_1489223618650 {
    margin-bottom: 0px !important
}

.vc_custom_1487860499387 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.vc_custom_1489223612496 {
    margin-bottom: 0px !important
}

.vc_custom_1487860506905 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.vc_custom_1489754812613 {
    margin-bottom: 0px !important
}

.vc_custom_1487860514754 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.vc_custom_1489223632473 {
    margin-bottom: 0px !important
}

.vc_custom_1487860521382 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.vc_custom_1489754903169 {
    margin-bottom: 0px !important
}

.vc_custom_1487860529298 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.vc_custom_1489223643312 {
    margin-bottom: 0px !important
}

.vc_custom_1487860535915 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.vc_custom_1487720600465 {
    margin-bottom: 30px !important
}

.vc_custom_1489841962383 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.vc_custom_1489841962387 {
    padding-top: 80px !important;
    padding-bottom: 20px !important
}

.vc_custom_1489841962389 {
    padding-top: 80px !important;
    padding-bottom: 0px !important
}

.vc_custom_1489841962391 {
    padding-top: 60px !important;
    padding-bottom: 0px !important
}

.vc_custom_1487724058837 {
    margin-bottom: 35px !important
}

.vc_custom_1487863304879 {
    margin-bottom: 30px !important
}

.vc_custom_1487863266073 {
    margin-bottom: 15px !important
}

.vc_custom_1487863290084 {
    margin-bottom: 45px !important
}

.vc_custom_1489842806121 {
    padding-top: 0px !important
}

.vc_custom_1489843180838 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

.vc_custom_1489843333392 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

.vc_custom_1487726566971 {
    margin-bottom: 0px !important
}

.wpb_animate_when_almost_visible {
    opacity: 1
}

.providers-img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.providers-img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

/* Dropdown menu styles - match exactly with navigation link styles */
.nav-dropdown-toggle {
    background: none !important;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    text-decoration: none;

    /* Match exact styles from #top-bar__navigation a:not(.custom-btn) */
    line-height: 1;
    letter-spacing: 0;
    white-space: normal;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #333;
    text-transform: uppercase;
    padding: 3px 5px;

    /* Additional button resets */
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Make it behave like a block element like the links */
    display: block;
    position: relative;
}

.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus,
.nav-dropdown-toggle:active {
    color: #f1cf69 !important;
    text-decoration: none;
    outline: none;
}

/* Add the same after element as navigation links */
.nav-dropdown-toggle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5px;
    height: 2px;
    width: 0;
    opacity: 0;
    background-color: #f1cf69;
    transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.nav-dropdown-toggle:hover:after {
    width: 16px;
    opacity: 1;
}

.nav-dropdown-toggle .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: transform 0.3s ease;
}

.nav-dropdown-toggle.active .caret {
    transform: rotate(180deg);
}

/* Special styling for top-bar--style-1 when not fixed (white text) */
.top-bar--style-1:not(.fixed) .nav-dropdown-toggle:not(:hover):not(:focus) {
    color: #fff !important;
}

/* === SURI Landing: Slider Controls Normalization === */
/* Final overrides to ensure predictable layout and interactivity */

#start-screen { position: relative !important; }
#vegas-slider { position: relative !important; }

/* Controls layer spans whole hero but only children are clickable */
.vegas-control {
    position: absolute !important;
    top: 0; left: 0; right: 0; bottom: 0;
    display: block !important;
    /* Allow clicks to children reliably */
    pointer-events: auto !important;
    z-index: 30 !important;
}

/* Prev/Next buttons */
#vegas-control__prev,
#vegas-control__next {
    position: absolute !important;
    top: 50%; transform: translateY(-50%);
    pointer-events: auto !important;
    padding: 8px 12px;
    background: rgba(0,0,0,0.35);
    color: #fff;
    border-radius: 4px;
    user-select: none;
    z-index: 50 !important;
}
#vegas-control__prev { left: 15px; }
#vegas-control__next { right: 15px; }

/* Dots centered at bottom */
.vegas-dots {
    position: absolute !important;
    left: 50%; transform: translateX(-50%);
    bottom: 18px !important;
    display: flex !important;
    gap: 10px !important;
    pointer-events: auto !important;
    z-index: 31 !important;
}
.vegas-dots a { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.7); }
.vegas-dots a.active { background: #f1cf69; }

/* Ensure overlay/slides stay behind */
#vegas-slider .vegas-overlay,
#vegas-slider .vegas-slide,
#vegas-slider .vegas-wrapper { z-index: 1 !important; pointer-events: none !important; }

/* Hero content container overlays slides */
#start-screen_content-container { position: absolute !important; top:0; left:0; right:0; bottom:0; z-index: 20 !important; }
.start-screen__content { display: none !important; }
.start-screen__content.active { display: block !important; }
.start-screen__content .title,
.start-screen__content .subtitle { color: #fff !important; text-shadow: 0 2px 4px rgba(0,0,0,.35) !important; }

/* Make top bar links white over hero until fixed/expanded */
.top-bar--style-1:not(.fixed) #top-bar__navigation a:not(.custom-btn) {
    color: #fff !important;
}

.top-bar--style-1:not(.fixed) .nav-dropdown-toggle .caret {
    border-top-color: #fff;
}

/* Desktop functionality - use hover instead of click to match other menu items */
@media (min-width: 768px) {
    #top-bar__navigation li {
        position: relative;
    }

    /* Match the original submenu styles exactly */
    #top-bar__navigation .submenu {
        display: block;
        position: absolute;
        top: 100%;
        left: 5px;
        width: 200px;
        padding-top: 30px;
        visibility: hidden;
        opacity: 0;
        z-index: 3;
        transition: opacity 0.2s ease-in-out, margin-left 0.2s ease-in-out, margin-right 0.2s ease-in-out, padding-top 0.2s ease-in-out, visibility 0.2s ease-in-out;
    }

    #top-bar__navigation .submenu ul {
        background-color: #282828;
        margin-left: 0;
        padding: 30px;
    }

    #top-bar__navigation .submenu li {
        display: block;
        margin-top: 20px;
        margin-left: 0;
        position: static;
    }

    #top-bar__navigation .submenu li:first-child {
        margin-top: 0;
    }

    #top-bar__navigation .submenu a {
        color: #fff;
        display: block;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    #top-bar__navigation .submenu a:hover {
        color: #f1cf69;
    }

    /* Show submenu on hover */
    #top-bar__navigation li:hover > .submenu {
        padding-top: 10px;
        visibility: visible;
        opacity: 1;
    }
}

/* Mobile styles - use existing mobile menu behavior */
@media (max-width: 767px) {
    .nav-dropdown-toggle .caret {
        display: none;
    }

    #top-bar__navigation .submenu {
        position: static;
        background: transparent;
        border: none;
        box-shadow: none;
        margin-top: 0;
        border-radius: 0;
        width: 100%;
    }

    #top-bar__navigation .submenu ul {
        background: transparent;
        margin: 0;
        padding: 0;
    }

    #top-bar__navigation .submenu li {
        margin: 0;
        margin-top: 10px;
    }

    #top-bar__navigation .submenu a {
        color: #666 !important;
        font-size: 1.1rem;
        padding-left: 20px;
        text-align: center;
    }

    /* Override the default white background - make it transparent by default */
    #top-bar {
        background-color: transparent !important;
    }

    /* Add white background and shadow only when menu is expanded or after scroll */
    #top-bar.expanded,
    #top-bar.mobile-header-after-scroll {
        background-color: #fff !important;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    /* Ensure hamburger button is visible and styled correctly */
    #top-bar__navigation-toggler {
        display: block !important;
        position: absolute;
        top: 4px;
        right: 15px;
        padding: 19px 10px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 10;
    }

    /* Hamburger button - white by default (for transparent header) */
    #top-bar__navigation-toggler span,
    #top-bar__navigation-toggler span:before,
    #top-bar__navigation-toggler span:after {
        background-color: #fff;
        height: 3px;
        width: 20px;
        transition: all 400ms ease-in-out;
    }

    /* Hamburger button - dark when header has white background */
    #top-bar.expanded #top-bar__navigation-toggler span,
    #top-bar.expanded #top-bar__navigation-toggler span:before,
    #top-bar.expanded #top-bar__navigation-toggler span:after,
    #top-bar.mobile-header-after-scroll #top-bar__navigation-toggler span,
    #top-bar.mobile-header-after-scroll #top-bar__navigation-toggler span:before,
    #top-bar.mobile-header-after-scroll #top-bar__navigation-toggler span:after {
        background-color: #555 !important;
    }

    #top-bar__navigation-toggler span {
        display: block;
        position: relative;
    }

    #top-bar__navigation-toggler span:before,
    #top-bar__navigation-toggler span:after {
        content: "";
        position: absolute;
        left: 0;
    }

    #top-bar__navigation-toggler span:before {
        top: -6px;
    }

    #top-bar__navigation-toggler span:after {
        top: 6px;
    }

    /* Active state for hamburger - X formation */
    #top-bar__navigation-toggler.active span {
        background-color: transparent !important;
    }

    #top-bar__navigation-toggler.active span:before,
    #top-bar__navigation-toggler.active span:after {
        top: 0;
        transform-origin: 50% 50%;
        /* Color will be inherited from the parent state rules above */
    }

    #top-bar__navigation-toggler.active span:before {
        transform: rotate(225deg);
    }

    #top-bar__navigation-toggler.active span:after {
        transform: rotate(-225deg);
    }

    /* Mobile navigation styles */
    #top-bar__navigation {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        background-color: #fff;
        display: none;
    }

    #top-bar.expanded #top-bar__navigation {
        display: block;
    }

    #top-bar__navigation ul {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    #top-bar__navigation li {
        margin-top: 15px;
        display: block;
    }

    #top-bar__navigation a:not(.custom-btn),
    #top-bar__navigation .nav-dropdown-toggle {
        color: #333 !important;
        display: block;
        padding: 3px 5px;
        text-decoration: none;
        background: none;
        border: none;
        width: 100%;
        text-align: center;

        /* Match the exact navigation link styles for mobile */
        line-height: 1;
        letter-spacing: 0;
        white-space: normal;
        font-size: 1.2rem;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        outline: none;
        cursor: pointer;
    }
}

/* ===== PROVIDERS SECTION STYLES ===== */
.providers-section {
    padding: 80px 0;
    background: #f8faf9;
    position: relative;
    overflow: hidden;
}

.providers-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(241, 207, 105, 0.03) 0%, rgba(76, 139, 113, 0.03) 100%);
    pointer-events: none;
}

/* Section Header */
.section-header {
    max-width: 700px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 2;
}

.providers-title {
    font-size: clamp(2rem, 3.5vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--suri-secondary);
    line-height: 1.2;
}

.providers-subtitle {
    font-size: 1.125rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
    opacity: 0.9;
}

/* Providers Grid */
.providers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Provider Item */
.provider-item {
    position: relative;
}

.provider-link {
    display: block;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.provider-link:hover {
    transform: translateY(-4px);
}

.provider-logo-container {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provider-logo-container:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(241, 207, 105, 0.3);
}

.provider-logo {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: grayscale(0.2) opacity(0.9);
}

.provider-link:hover .provider-logo {
    filter: grayscale(0) opacity(1);
    transform: scale(1.05);
}

/* Overlay Effect */
.provider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(241, 207, 105, 0.95), rgba(76, 139, 113, 0.95));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px;
}

.provider-link:hover .provider-overlay {
    opacity: 1;
}

.provider-action {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 16px;
    border: 2px solid #fff;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.provider-link:hover .provider-action {
    background: #fff;
    color: var(--suri-secondary);
}

/* Responsive Design */
@media (max-width: 768px) {
    .providers-section {
        padding: 60px 0;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 20px;
    }

    .provider-logo-container {
        padding: 20px;
        min-height: 120px;
    }

    .provider-logo {
        max-height: 60px;
    }
}

@media (max-width: 480px) {
    .providers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .provider-logo-container {
        padding: 16px;
        min-height: 100px;
    }

    .provider-logo {
        max-height: 50px;
    }

    .provider-action {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
}

/* ===== LOCATIONS SECTION STYLES ===== */
.locations-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8faf9 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.locations-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" patternUnits="userSpaceOnUse" width="20" height="20"><circle cx="10" cy="10" r="1" fill="%23f1cf69" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>') repeat;
    pointer-events: none;
}

.locations-section .section-heading {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.locations-section .locations-subtitle {
    font-size: 1.125rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Locations Content Layout */
.locations-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    position: relative;
    z-index: 2;
}

/* Locations Info */
.locations-info {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.locations-grid-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--suri-secondary);
    margin-bottom: 24px;
    text-align: center;
}

/* Locations Grid */
.locations-name-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.location-badge {
    display: inline-block;
    margin: 0;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
    color: #1f2937;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.2px;
    line-height: 1.2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.location-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(241, 207, 105, 0.1), transparent);
    transition: left 0.5s ease;
}

.location-badge:hover {
    transform: translateY(-2px);
    border-color: var(--suri-primary);
    background: rgba(241, 207, 105, 0.05);
    box-shadow: 0 8px 20px rgba(241, 207, 105, 0.2);
    color: var(--suri-secondary);
}

.location-badge:hover::before {
    left: 100%;
}

/* Map Container */
.map-container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    background: #f0f0f0;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .locations-section {
        padding: 60px 0;
    }

    .locations-section .section-heading {
        margin-bottom: 40px;
    }

    .locations-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .locations-info {
        padding: 24px;
        order: 2;
    }

    .map-container {
        order: 1;
    }

    .map-wrapper {
        height: 350px;
    }

    .locations-name-grid {
        gap: 8px;
    }

    .location-badge {
        padding: 10px 14px;
        font-size: 0.85rem;
    }

    .locations-grid-title {
        font-size: 1.25rem;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .locations-info {
        padding: 20px;
    }

    .map-wrapper {
        height: 300px;
    }

    .location-badge {
        padding: 8px 12px;
        font-size: 0.8rem;
    }

    .locations-name-grid {
        gap: 6px;
    }
}

/* ============================
   TEMPLATE FOOTER STYLES
   ============================ */

.template-footer {
    background-color: #1a1a1a;
    color: white;
    padding: 40px 0;
}

.template-footer h5 {
    color: var(--suri-primary);
    margin-bottom: 15px;
    font-weight: 600;
}

.template-footer h6 {
    color: var(--suri-primary);
    margin-bottom: 15px;
    font-weight: 600;
}

.template-footer p {
    opacity: 0.8;
    margin-bottom: 10px;
}

.template-footer .social-links {
    margin-top: 20px;
}

.template-footer .social-links a {
    color: #ffffff;
    margin-right: 15px;
    font-size: 20px;
    background-color: var(--suri-primary);
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.template-footer .social-links a:hover {
    background-color: #ffffff !important;
    color: var(--suri-primary) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    text-decoration: none;
}

.template-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.template-footer ul li {
    margin-bottom: 8px;
}

.template-footer ul li a {
    color: white;
    opacity: 0.8;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.template-footer ul li a:hover {
    opacity: 1;
    color: var(--suri-primary);
    text-decoration: none;
}

.template-footer .col-md-4:last-child {
    text-align: right;
}

.template-footer small {
    opacity: 0.6;
}

@media (max-width: 768px) {
    .template-footer .col-md-4:last-child {
        text-align: center;
        margin-top: 20px;
    }

    .template-footer .social-links {
        text-align: center;
    }
}

/* ============================
   PRODUCTOS PAGE STYLES
   ============================ */

/* Product Header */
.product-intro {
    text-align: center;
}

.product-intro__subtitle {
    font-size: 1.2rem;
    margin-top: 15px;
    opacity: 0.9;
}

/* Product Info Section */
.product-info {
    padding: 40px 0;
}

.product-icon {
    text-align: center;
    margin-bottom: 30px;
}

.product-icon i {
    font-size: 4rem;
    color: var(--suri-accent);
    transition: all 0.3s ease;
}

.product-icon:hover i {
    transform: scale(1.1);
    color: var(--suri-primary);
}

.product-title {
    text-align: center;
    margin-bottom: 30px;
    color: var(--suri-secondary);
}

.benefits-list {
    max-width: 500px;
    margin: 0 auto;
}

.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: rgba(241, 207, 105, 0.05);
    transform: translateX(10px);
}

.benefit-item i {
    color: var(--suri-primary);
    margin-right: 15px;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.benefit-item span {
    font-size: 1.1rem;
    line-height: 1.4;
}

/* Product CTA Section */
.product-cta {
    background: #ffffff;
    border: 2px solid #e9f1ee;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.product-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--suri-primary);
}

.product-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border-color: var(--suri-primary);
}

.product-cta h3 {
    color: var(--suri-secondary);
    margin-bottom: 20px;
    font-weight: 600;
}

.product-cta p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #666;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.product-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid;
    font-size: 1rem;
}

.product-cta-btn--primary {
    background: var(--suri-primary);
    border-color: var(--suri-primary);
    color: #333;
}

.product-cta-btn--primary:hover {
    background: #e6c157;
    border-color: #e6c157;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(241, 207, 105, 0.3);
    text-decoration: none;
}

.product-cta-btn--secondary {
    background: transparent;
    border-color: var(--suri-accent);
    color: var(--suri-accent);
}

.product-cta-btn--secondary:hover {
    background: var(--suri-accent);
    border-color: var(--suri-accent);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(74, 139, 113, 0.3);
    text-decoration: none;
}

.product-cta-btn i {
    margin-right: 10px;
    font-size: 1.2rem;
}

.cta-schedule {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e0e0e0;
}

.cta-schedule p {
    font-size: 0.9rem;
    color: #888;
    margin: 0;
}

.cta-schedule i {
    margin-right: 5px;
    color: var(--suri-primary);
}

/* Trust Section */
.trust-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.trust-title {
    margin-bottom: 40px;
    color: var(--suri-secondary);
    font-weight: 600;
}

.trust-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.trust-feature {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.trust-feature:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-color: var(--suri-primary);
}

.trust-feature i {
    font-size: 2.5rem;
    color: var(--suri-primary);
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.trust-feature:hover i {
    transform: scale(1.2);
    color: var(--suri-accent);
}

.trust-feature h4 {
    color: var(--suri-secondary);
    margin-bottom: 10px;
    font-weight: 600;
}

.trust-feature p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .product-cta {
        padding: 30px 20px;
        margin-top: 30px;
    }

    .product-cta-btn {
        min-width: 100%;
        font-size: 0.95rem;
    }

    .benefit-item:hover {
        transform: translateX(5px);
    }

    .product-icon i {
        font-size: 3rem;
    }

    .trust-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .trust-feature {
        padding: 25px 15px;
    }

    .trust-feature i {
        font-size: 2rem;
    }
}

