﻿:root {
    --irri-azul: #0085c6;
    --irri-azul-oscuro: #063657;
    --irri-verde: #77c231;
}

body {
    color: #18364a;
}

.top-header {
    background: #ffffff;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    max-width: 340px;
}

.brand-lockup img {
    width: 100%;
    height: auto;
}

.brand-lockup-footer {
    display: inline-flex;
    margin-bottom: 14px;
    max-width: 320px;
}

.irri-flash {
    padding: 12px 18px;
    text-align: center;
    font-weight: 700;
}

.irri-flash-success {
    background: #eaf7e6;
    color: #2f6220;
}

.irri-flash-error {
    background: #fce8e8;
    color: #8b1f28;
}

.landing-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.landing-mini-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 133, 198, 0.18);
    border-radius: 999px;
    padding: 10px 16px;
    color: var(--irri-azul-oscuro);
    font-weight: 700;
    background: #ffffff;
}

.landing-mini-link-light {
    background: rgba(119, 194, 49, 0.12);
}

#ftco-navbar,
#ftco-navbar.navbar-fixed,
.navbar.bg-dark,
.ftco_navbar.bg-dark,
.ftco-navbar-light {
    background: #063657 !important;
    box-shadow: 0 6px 18px rgba(6, 54, 87, 0.2);
}

#ftco-navbar .nav-link,
.ftco-footer,
.ftco-footer a,
.ftco-footer p,
.ftco-footer span,
.ftco-footer li,
.ftco-footer .text {
    color: #ffffff !important;
}

#ftco-navbar .nav-link:hover,
#ftco-navbar .nav-item.active .nav-link,
.navbar-brand span,
.ftco-footer .logo a span {
    color: #77c231 !important;
}

.ftco-intro.bg-primary,
section.bg-primary,
.btn-primary,
.submit,
#btnArriba {
    background: #77c231 !important;
    border-color: #77c231 !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.submit:hover,
#btnArriba:hover {
    background: #64ba00 !important;
    border-color: #64ba00 !important;
}

.ftco-footer,
.ftco-footer.ftco-bg-dark,
.ftco-bg-dark {
    background: #063657 !important;
}

.landing-soft-link {
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.landing-store-circle {
    background: rgba(119, 194, 49, 0.95) !important;
}

.landing-store-circle:hover {
    background: #64ba00 !important;
}

.irri-hero-shell {
    position: relative;
    overflow: hidden;
    background: #063657;
    min-height: clamp(320px, 44vh, 400px) !important;
    height: clamp(320px, 44vh, 400px) !important;
}

.irri-hero-carousel {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.irri-hero-slide {
    position: absolute;
    inset: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity .9s ease, transform 1.2s ease;
}

.irri-hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.irri-hero-shell .overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(6, 54, 87, .78) 0%, rgba(6, 54, 87, .38) 52%, rgba(6, 54, 87, .12) 100%);
}

.irri-hero-shell .container,
.irri-hero-shell .slider-text {
    position: relative;
    z-index: 2;
}

.irri-hero-shell .subheading,
.irri-hero-shell h1,
.irri-hero-shell p {
    color: #ffffff;
}

.irri-hero-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 8px;
    pointer-events: auto;
}

.irri-hero-dot {
    width: 11px;
    height: 11px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .46);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .18);
    transition: transform .2s ease, background .2s ease;
}

.irri-hero-dot.is-active {
    background: #77c231;
    transform: scale(1.18);
}

.irri-whatsapp-float {
    position: fixed;
    left: 20px;
    bottom: 22px;
    z-index: 1045;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 18px 36px rgba(37, 211, 102, .30);
    text-decoration: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.irri-whatsapp-float:hover,
.irri-whatsapp-float:focus {
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(37, 211, 102, .38);
}

@media (max-width: 767px) {
    .irri-hero-shell {
        min-height: clamp(280px, 34vh, 330px) !important;
        height: clamp(280px, 34vh, 330px) !important;
    }

    .irri-whatsapp-float {
        left: 14px;
        bottom: 16px;
        width: 50px;
        height: 50px;
        font-size: 26px;
    }
}

.testimony-wrap .user-img {
    border-radius: 20px;
}

.testimony-wrap .text {
    text-align: left;
}

.testimony-wrap .d-flex {
    align-items: center !important;
}

.services .text h3,
.heading-section h2,
.hero-wrap h1,
.blog-entry .heading a {
    color: #063657;
}

.subheading,
.heading-section .subheading {
    color: #77c231 !important;
}

#blog .heading-section {
    text-align: center;
}

#blog .heading-section h2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ftco-footer-social li a span.fa,
.social-media a span.fa {
    font-size: 18px;
}

.services-list {
    text-decoration: none !important;
}

.irri-newsletter-section {
    padding: 0 0 26px;
}

.irri-newsletter-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .95fr);
    gap: 28px;
    align-items: stretch;
    padding: 30px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(119, 194, 49, .16), transparent 34%),
        radial-gradient(circle at bottom right, rgba(0, 133, 198, .16), transparent 36%),
        linear-gradient(135deg, #063657 0%, #0b4f78 100%);
    color: #ffffff;
    box-shadow: 0 22px 48px rgba(6, 54, 87, 0.18);
}

.irri-newsletter-copy {
    display: grid;
    align-content: center;
    gap: 14px;
}

.irri-newsletter-copy h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 3.2vw, 46px);
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.irri-newsletter-copy p {
    margin: 0;
    max-width: 640px;
    color: rgba(226, 232, 240, .95);
    font-size: 16px;
    line-height: 1.75;
}

.irri-newsletter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.irri-newsletter-tags span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #f8fafc;
    font-weight: 700;
    font-size: 13px;
}

.irri-newsletter-tags i {
    color: #9fd14f;
}

.irri-newsletter-form-wrap {
    display: flex;
}

.irri-newsletter-form {
    width: 100%;
    display: grid;
    align-content: center;
    gap: 14px;
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .10);
    backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.irri-newsletter-form label {
    color: #e2e8f0;
    font-weight: 700;
    margin-bottom: 8px;
}

.irri-newsletter-form .form-control {
    height: 50px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .96);
    color: #0f172a;
    box-shadow: none;
}

.irri-newsletter-form .form-control:focus {
    border-color: #9fd14f;
    box-shadow: 0 0 0 4px rgba(159, 209, 79, .18);
}

.irri-newsletter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.landing-newsletter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    box-shadow: 0 14px 28px rgba(119, 194, 49, .26);
}

.landing-newsletter-btn:hover {
    box-shadow: 0 18px 34px rgba(119, 194, 49, .30);
}

.irri-newsletter-note {
    margin: 2px 0 0;
    color: rgba(226, 232, 240, .86);
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .brand-lockup,
    .brand-lockup-footer {
        max-width: 260px;
    }

    .landing-links {
        justify-content: center;
        margin-top: 12px;
        flex-wrap: wrap;
    }

    .irri-newsletter-panel {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px;
        border-radius: 22px;
    }

    .irri-newsletter-form {
        padding: 18px;
    }

    .irri-newsletter-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

.irri-newsletter-section {
    background: #ffffff;
    padding: 0 0 34px;
}

.irri-newsletter-band {
    background: #ffffff;
    border-top: 1px solid #d9e4ec;
    border-radius: 0;
    box-shadow: none;
    padding: 22px 0 0;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .9fr);
}

.irri-newsletter-copy h2 {
    color: #063657;
}

.irri-newsletter-copy p {
    color: #4b6477;
}

.irri-newsletter-line span {
    background: #f4f8fb;
    border: 1px solid #d9e4ec;
    color: #27485f;
}

.irri-newsletter-form {
    background: #ffffff;
    border: 1px solid #d9e4ec;
    box-shadow: none;
    border-radius: 18px;
    padding: 20px;
}

.irri-newsletter-form label {
    color: #27485f;
}

.irri-newsletter-form .form-control {
    border: 1px solid #cad8e2;
    background: #ffffff;
}

.irri-newsletter-note {
    color: #5c7487;
}

@media (max-width: 767px) {
    .irri-newsletter-band {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.irri-newsletter-section {
    padding: 0 0 30px;
}

.irri-newsletter-band {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .9fr);
    gap: 26px;
    align-items: start;
    padding: 22px 0 0;
    border-top: 1px solid rgba(6, 54, 87, .12);
}

.irri-newsletter-copy {
    display: grid;
    gap: 12px;
    align-content: start;
}

.irri-newsletter-copy h2 {
    margin: 0;
    color: #063657;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.06;
}

.irri-newsletter-copy p {
    margin: 0;
    max-width: 640px;
    color: #35566d;
    font-size: 16px;
    line-height: 1.75;
}

.irri-newsletter-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.irri-newsletter-line span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef5f8;
    border: 1px solid rgba(6, 54, 87, .10);
    color: #27485f;
    font-size: 13px;
    font-weight: 700;
}

.irri-newsletter-line i {
    color: #77c231;
}

.irri-newsletter-form {
    display: grid;
    gap: 14px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.irri-newsletter-form label {
    color: #27485f;
    font-weight: 700;
    margin-bottom: 8px;
}

.irri-newsletter-form .form-control {
    height: 50px;
    border-radius: 14px;
    border: 1px solid rgba(39, 72, 95, .15);
    background: #ffffff;
    color: #0f172a;
    box-shadow: none;
}

.irri-newsletter-form .form-control:focus {
    border-color: #77c231;
    box-shadow: 0 0 0 4px rgba(119, 194, 49, .14);
}

.irri-newsletter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.landing-newsletter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    box-shadow: none;
}

.landing-soft-link {
    border: 1px solid rgba(39, 72, 95, .14);
    color: #27485f;
    background: #fff;
}

.irri-newsletter-note {
    margin: 2px 0 0;
    color: #5c7487;
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .brand-lockup,
    .brand-lockup-footer {
        max-width: 260px;
    }

    .landing-links {
        justify-content: center;
        margin-top: 12px;
        flex-wrap: wrap;
    }

    .irri-newsletter-band {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-top: 18px;
    }

    .irri-newsletter-actions .btn {
        width: 100%;
        justify-content: center;
    }
}
