/* ----------------------------------
   Finanzas Claras para Mipymes
   Identidad visual
   Azul financiero + verde de crecimiento
------------------------------------- */

:root {
    --color-primary: #0e3e2d;
    --color-secondary: #1f6b4a;
    --color-style-two: #2e8b6a;
    --color-style-three: #0e3e2d;
    --color-heading: #1a1f1c;
    --color-paragraph: #4d5a63;
    --bg-gray: #f4f7f5;
    --bg--gray-secondary: #eef3f1;
    --bg-gradient: linear-gradient(90deg, #0e3e2d 0%, #1f6b4a 100%);
}

nav.fc-nav .navbar-brand > img,
.navbar .navbar-brand img.logo,
.navbar-collapse > img {
    height: auto;
    max-height: 48px;
    width: auto;
    max-width: 220px;
}

.fc-footer {
    background: #0e3e2d;
    color: #d7e6de;
    padding: 28px 0 0;
}

.fc-footer a {
    color: #d7e6de;
}

.fc-footer a:hover {
    color: #ffffff;
}

.fc-footer-main {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 28px 40px;
    padding-bottom: 22px;
}

.fc-footer-logo {
    display: inline-flex;
    background: #ffffff;
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 12px;
}

.fc-footer-logo img {
    display: block;
    height: 36px;
    width: auto;
    max-width: 190px;
}

.fc-footer-brand p {
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 1.45;
    color: #c5d9ce;
}

.fc-footer-mail {
    display: inline-block;
    margin-top: 6px;
    font-weight: 600;
    color: #ffffff;
}

.fc-footer-nav {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.fc-footer-nav strong {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 4px;
}

.fc-footer-nav a {
    font-size: 14px;
}

.fc-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 14px 0;
    font-size: 13px;
    color: #b7cdc3;
}

@media (max-width: 767px) {
    .fc-footer-main {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

.fc-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9999;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.35);
    transition: transform 0.2s ease;
}

.fc-whatsapp:hover {
    color: #fff;
    transform: translateY(-3px);
}

.banner-style-three-info h2 {
    text-transform: none;
}

.pricing-style-two h1 {
    font-size: 42px;
}

.fc-note {
    font-size: 14px;
    color: var(--color-paragraph);
    margin-top: 12px;
}

.contact-form .form-group select.form-control {
    height: 60px;
    border: none;
    background: #f4f7f5;
    padding: 0 20px;
}

.blog-article p {
    margin-bottom: 18px;
}

.blog-article h3 {
    margin-top: 28px;
    margin-bottom: 12px;
}

.alert-msg .alert {
    margin-top: 18px;
}

.chat-bot-thumb .fc-hero-photo {
    position: relative;
    display: inline-block;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    background: transparent;
}

.chat-bot-thumb .fc-hero-photo img {
    width: 100%;
    height: auto;
    max-height: 580px;
    object-fit: contain;
    object-position: center bottom;
    border-radius: 0;
    background: transparent;
}

@media (max-width: 991px) {
    .chat-bot-thumb .fc-hero-photo {
        max-width: 320px;
    }

    .chat-bot-thumb .fc-hero-photo img {
        max-height: 400px;
    }
}

.chat-item img[src*="raul.png"] {
    object-fit: cover;
    object-position: center top;
    background: #e8eee9;
}

.card-style-one-item img[src*="raul.png"],
.post-author .thumb img[src*="raul.png"] {
    object-fit: cover;
    object-position: center top;
    width: 100%;
    background: transparent;
}

.choose-us-thumb img.fc-raul-photo {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    object-fit: contain;
    background: transparent;
}

.newsletter-thumb img[src*="raul-3"] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-style-three.inc-thumb .thumb img[src*="raul-3"] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fc-tiempos {
    background: #f4f7f5;
}

.fc-tiempos .site-heading {
    margin-bottom: 40px;
}

.fc-tiempos .sub-title {
    color: var(--color-primary);
}

.fc-tiempo-card {
    background: #ffffff;
    border: 1px solid #dce6e0;
    border-top: 4px solid var(--color-primary);
    border-radius: 12px;
    padding: 28px 24px 24px;
    height: 100%;
}

.fc-tiempo-num {
    display: block;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    color: var(--color-primary);
    opacity: 0.35;
    margin-bottom: 14px;
}

.fc-tiempo-card h4 {
    margin-bottom: 12px;
    color: var(--color-heading);
}

.fc-tiempo-card p {
    margin: 0;
    color: var(--color-paragraph);
    font-size: 15px;
    line-height: 1.6;
}
