: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;
}

.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;
}

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

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

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

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