﻿:root {
    --primary: #8b5cf6;
    --primary-dark: #7c3aed;
    --text-dark: #000;
    --text-gray: #666;
    --bg-light: #f5f0ff;
    --white: #fff;
}

html {
    scroll-behavior: smooth;
}

/*body {
    background-color: var(--white);
    color: var(--text-dark);
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
}*/

.navbar {
    box-shadow: 0px 7px 60px #00000029;
}

.navbar-nav > li > a:hover {
    width: 142px;
    height: 38px;
    opacity: 0.5;
    border-radius: 60px;
    padding: 7px 12px;
    background: rgba(217, 216, 218, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu a:hover {
    background: rgba(217, 216, 218, 1);
}

.btn-inicio-nav {
    text-align: right !important;
    margin-right: 2% !important
}

.modal {
    font-family: 'Inter', sans-serif;
}

.center-elements {
    flex: 1;
    display: flex;
    justify-content: center; /* centra horizontal */
    align-items: center;
}

.dropdown-item {
    line-height: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 1%;
    margin-bottom: 1%;
}

    .dropdown-item strong {
        display: block;
        font-size: 1rem;
        font-weight: 700;
    }

.bg-green {
    background: #4ecb5b !important;
}

.bg-purple {
    background: #6f42c1;
}

.bg-img-lila {
    background-image: url(/images/img-landing/bglila.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-img-flor {
    background-image: url(/images/img-landing/flor.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tag {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem !important;
    line-height: 2;
    letter-spacing: 0.04em;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 6px 12px;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    border: 2px solid rgba(232, 232, 232, 1);
}

.hero-img {
    max-width: 92%;
    height: auto;
    transform: scale(1);
    transition: transform 0.3s ease;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    border: 0px;
}

.img-icon {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
    border-radius: 25px;
}
/*============== TEXT COLOR =========================*/
.text-purple {
    color: rgba(117, 78, 184, 1);
}
/*=============== TEXT GROSOR =======================*/
.text-300 {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

.text-400 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.text-medium {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: -0.011em;
    color: #8F8D8D;
}

.text-semi-bold {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.text-bold-700 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: -0.011em;
}

.text-bold-800 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    letter-spacing: -0.014em;
}

.text-bold-900 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
}
/*=============== TEXT TAMANO ==========================*/
.text15 {
    font-size: 1rem;
    line-height: 22px;
}

.text-20 {
    font-size: 1rem;
    line-height: 1.5;
}

.text-25 {
    font-size: 1.2rem;
    line-height: 1.7;
}

.text-30 {
    font-size: 1.3rem;
    line-height: 37px;
}

.text-40 {
    font-size: 2rem;
    line-height: 1.6;
}

.text-45 {
    font-size: 2.5rem;
    line-height: 1.8;
}

.text-60 {
    font-size: 2.7rem;
    line-height: 2;
}

.text-80 {
    font-size: 3rem;
    letter-spacing: -0.04em;
}

.text-90 {
    font-size: 3.5rem;
    line-height: 1.2;
}

.text-95 {
    font-size: 4rem;
    line-height: 102px;
}
/*======== TAREJETAS ==============*/
.feature-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
    width: 22%;
    margin-left: auto;
    margin-right: auto;
}
/*========== BOX ===============*/
.metric-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px;
    text-align: justify;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    height: stretch;
}

    .metric-card h2 {
        color: rgba(117, 78, 184, 1);
        font-weight: 800;
    }

.box-white {
    background: rgba(251, 250, 254, 1);
    border-radius: 30px;
    box-shadow: 0px 10px 120px 10px rgba(224, 209, 247, 1);
}

#cards .img-fluid {
    border-radius: 30px;
}

.card-op {
    background: rgba(251, 250, 254, 1);
    border-radius: 64px;
    box-shadow: 5px 5px 15px rgba(224, 209, 247, 1);
}

.card-serv {
    display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
    min-height: 25%;
    margin-bottom: 5%;
}

.card-body {
    box-shadow: 0px 10px 120px 10px rgba(224, 209, 247, 1);
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 2rem;
}

.card-link {
    margin-top: auto;
    margin-bottom: 5%;
}
/* CTA */
.cta-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #ECE3F4 100%);
    padding: 40px 20px;
    border-radius: 20px;
    margin: 40px;
    border: 1px solid rgba(186, 186, 186, 1);
    margin-bottom: 10%;
    margin-top: 10%;
    width: 90%;
}

/* BOTONES */
.cta-btn {
    background: linear-gradient(90deg, #9C74DA 0%, #8A63CE 100%);
    border: none;
    border-radius: 30px;
    padding: 12px 25px;
    color: #fff;
}

.cta-btn-secondary {
    border-radius: 30px;
    padding: 12px 25px;
}

.btn-transparente-blanco {
    background: rgba(248, 245, 245, 0.5);
}
/*=====IMAGEN====*/
.card-img {
    width: 23%; /* tamaño base */
    max-width: 100%;
    height: auto;
    border-radius: 25px;
    margin-bottom: 5%;
}
/* FOOTER */

.footer-section {
    padding: 60px 0 20px;
    background: #fff;
    border-top: 1px solid #eee;
    padding-bottom: 0;
    margin-top: auto;
}

    .footer-section .text-bold-800 {
        color: rgba(31, 30, 30, 1);
        padding-bottom: inherit;
        padding-top: inherit;
    }

.socials span {
    margin-right: 10px;
    font-size: 1.1rem;
    cursor: pointer;
}

.footer-bottom {
    border-top: 1px solid #eee;
    padding-top: 15px;
    font-size: 1rem;
    color: #6c757d;
    background: linear-gradient(90deg, #F0E1FF 0%, #EFE8F6 100%);
    width: 100vw; /* ocupa todo el ancho de la pantalla */
    margin-left: calc(-50vw + 50%); /* rompe el límite del container */
    padding: 10px 0;
}

.social-icons {
    display: flex;
    gap: 8px;
}

    .social-icons a {
        width: 32px;
        height: 32px;
        background: #f1f1f3;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #555;
        font-size: 14px;
        text-decoration: none;
        transition: all 0.2s ease;
    }

        .social-icons a:hover {
            background: #e4e4e7;
            color: #000;
        }
/*======= Movil =====*/

@media (max-width: 768px) {
    .btn-inicio-nav {
        text-align: center !important;
        margin-bottom: 5%;
    }

    .dropdown-menu {
        background: transparent !important;
        box-shadow: none !important;
        width: 100%;
    }
    /*=============== TEXT TAMANO ==========================*/
    .text15 {
        font-size: 1rem;
        line-height: 1;
    }

    .text-20 {
        font-size: 1rem;
        line-height: 1;
    }

    .text-25 {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .text-30 {
        font-size: 1.5rem;
        line-height: 1.6;
    }

    .text-40 {
        font-size: 1.7rem;
        line-height: 1.5;
    }

    .text-80 {
        font-size: 1.9rem;
        letter-spacing: -0.02em;
    }

    .text-90 {
        font-size: 2.2rem;
        line-height: 1.1;
    }

    .text-95 {
        font-size: 2.4rem;
        line-height: 1.2;
    }

    .metric-card h2 {
        font-size: 2.1rem;
    }
    /*======= TARJETA ========*/
    .feature-card {
        width: 100%;
    }
    /*=============BOX========*/
    .div-ac-der {
        margin-top: 7%;
    }

    .card-op {
        border-radius: 30px;
    }

    .cta-section {
        width: 80%;
    }
}
/*======Pantallas grandes ====*/
@media (min-width: 1745px) {
    .hero-img {
        max-width: 100%;
    }

    .img-icon {
        max-width: 70%;
        width: auto;
    }

    .card-img {
        width: 30%;
    }
}
