﻿body{
    background: #0b0c0f;
    font-family: "Montserrat", sans-serif;
}


header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: white;

    box-shadow: 0px 0px 2px black;
}

.logotipo img{
    width: 120%;
}

nav a{
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 16.66%;
    float: left;
}

.menu{
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    padding: 12px 0;
}
.menu:hover{
    font-weight: bold;
}

.datos{
    text-align: center;
    font-size: 20px;
}
.datos img{
    width: 30px;
}


.carrito{
    text-align: center;
    font-size: 20px;
}



.efecto{
    background: radial-gradient(1200px 600px at 80% -10%, rgba(13, 71, 161, .55), transparent 60%), radial-gradient(900px 500px at -10% 10%, rgba(13, 71, 161, .35), transparent 55%), linear-gradient(180deg, #0b0c0f 0%, #0e1116 60%, #0b0c0f 100%);
    color: white;
    padding-top: 140px;
    padding-bottom: 60px;
}

.efecto img{
    width: 100%;
    border-radius: 50%;
}


.s1{
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
}

.s2{
    font-size: clamp(2.2rem, 5.6vw, 3.5rem);
    line-height: 60px;
    font-weight: 800;
    margin: 20px 0;
}


.img2{
    background: url(../images/2.jpg) no-repeat center center;
    background-size: cover;
    height: 470px;

    border-radius: 20px;
}


.snap{
    background: linear-gradient(to bottom, #f5f5f5, #e0e0e0);
    background: linear-gradient(to bottom, #f2f2f2, #bdbdbd);
    width: 90%;
    text-align: start;
    font-size: 17px;
    line-height: 20px;
    color: black;
    padding:22px 22px 22px 40px;

    border-radius: 20px;
}

.snap strong{
    width: 100%;
    text-align: center;
    font-size: 26px;
    display: inline-block;
    margin-bottom: 10px;
}
.snap b{
    width: 100%;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 5px;
}


.multimedia{
    background: white;
    padding-top: 90px;
    padding-bottom: 50px;
}

.multi iframe, .multi img{
    width: 100%;
}


.servicios{
    background: white;
    padding-top: 40px;
    padding-bottom: 40px;

    scroll-margin-top: 70px; /* altura del header */
}

.titulo{
    text-align: center;
    font-size: 33px;
    font-weight: 400;
    margin-bottom: 40px;
}


.servicio{
    text-align: left;
    font-size: 20px;
}
.servicio img{
    width: 80%;
    margin-bottom: 20px;

    border-radius: 50%;
}
.servicio strong{
    width: 100%;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    margin-bottom: 12px;
}
.servicio b{
    width: 100%;
    font-size: 22px;
    text-align: center;
    display: inline-block;
}
.servicio p{
    min-height: 80px;
}


.foda{
    position: relative;
    background: url(../images/fondo-foda.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}

.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}

.foda .container{
    position: relative;
    z-index: 2;
}

.foda .titulo{
    color: white;
}

.fod{
    background: rgb(14, 17, 22, 0.8);
    min-height: 220px;
    color: white;
    padding: 20px;

    border-radius: 20px;
}

.fod strong{
    width: 100%;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 20px;
}


/* ===== Footer Neomórfico / Glass + Gradiente ===== */
:root{
    --bg: #0b0c0f;
    --txt: #e6e6e6;
    --muted: #a9b0bc;
    --accent1: #1a237e;
    --accent2: #3f51b5;
    --accent3: #00acc1;
    --glow: rgba(63,81,181,.45);
    --card: rgba(255,255,255,.06);
    --stroke: rgba(255,255,255,.08);
}

.footer-neo{
    position: relative;
    background: var(--bg);
    color: var(--txt);
    padding: 56px 0 28px;
    font-family: "Montserrat", sans-serif;
    overflow: clip;
}

.footer-neo a{
    color: white;
}

.footer-neo .footer-accent{
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--accent1), var(--accent2), var(--accent3));
    box-shadow: 0 0 24px var(--glow);
}

.footer-neo .footer-wrap{
    position: relative;
    z-index: 2;
}

.fx-title{
    font-size: 1.05rem;
    letter-spacing: .4px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 700;
}

.fx-copy{
    font-size: .95rem;
    color: var(--muted);
    margin: 0 0 14px 0;
    line-height: 1.55;
}

.fx-badges .badge-pill{
    display: inline-block;
    padding: 6px 12px;
    margin: 4px 6px 0 0;
    font-size: .78rem;
    border-radius: 999px;
    background: var(--card);
    border: 1px solid var(--stroke);
    backdrop-filter: blur(4px);
}

.fx-heading{
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .12rem;
    color: #d7dbff;
    margin-bottom: 12px;
}

.fx-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.fx-list li{
    width: 100%;
    margin-bottom: 10px;
}

.fx-list a{
    text-decoration: none;
    color: var(--txt);
    font-size: .95rem;
    opacity: .85;
    transition: opacity .25s ease, transform .25s ease;
}

.fx-list a:hover{
    opacity: 1;
    transform: translateX(2px);
}

.fx-address{
    font-style: normal;
    font-size: .95rem;
}

.fx-line{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
}

.ico{
    width: 18px;
    height: 18px;
    fill: #c7ceff;
    opacity: .9;
}

/* Social */
.fx-social{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.fx-social-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
    border: 1px solid var(--stroke);
    box-shadow: 0 8px 24px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    color: #fff;
}

.fx-social-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0,0,0,.35), 0 0 0 4px rgba(63,81,181,.18);
    border-color: rgba(255,255,255,.15);
}

.ico-social{
    width: 18px;
    height: 18px;
    fill: #ffffff;
    opacity: .95;
}

/* Mini formulario */
.fx-form{
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

.fx-form input{
    flex: 1;
    background: rgba(255,255,255,.06);
    border: 1px solid var(--stroke);
    color: var(--txt);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: .92rem;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.fx-form input::placeholder{ color: #b9bfcc; }

.fx-form input:focus{
    border-color: rgba(99,132,255,.6);
    box-shadow: 0 0 0 4px rgba(99,132,255,.1);
}

.fx-btn{
    white-space: nowrap;
    background: linear-gradient(90deg, var(--accent2), var(--accent3));
    border: none;
    color: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 600;
    font-size: .9rem;
    box-shadow: 0 8px 18px rgba(0,172,193,.25);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    cursor: pointer;
}

.fx-btn:hover{ transform: translateY(-1px); }
.fx-btn:active{ transform: translateY(0); filter: brightness(.95); }

/* Separador y legal */
.fx-divider{
    border: none;
    height: 1px;
    margin: 28px 0 16px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
}

.fx-legal{
    margin: 0;
    color: var(--muted);
    font-size: .9rem;
}

.fx-legal-link{
    color: #d7dbff;
    text-decoration: none;
    opacity: .9;
    margin-left: 12px;
    font-size: .9rem;
}

.fx-legal-link:hover{ opacity: 1; text-decoration: underline; }
.fx-dot{ margin: 0 8px; color: var(--muted); }

/* Accesibilidad */
.visually-hidden{
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* Responsivo: evita que se pegue a la ventana y mejora layout */
@media (max-width: 768px){
    .footer-neo{ padding: 56px 0 32px; }
    .footer-neo .container{ padding-left: 18px; padding-right: 18px; }
    .fx-form{ flex-direction: column; }
    .fx-btn{ width: 100%; }
    .fx-social{ gap: 8px; }
}



/* Formulario vertical */
.fx-form-column{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
}

.fx-form-column input,
.fx-form-column textarea{
    background: rgba(255,255,255,.06);
    border: 1px solid var(--stroke);
    color: var(--txt);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: .92rem;
    outline: none;
    resize: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.fx-form-column input::placeholder,
.fx-form-column textarea::placeholder{ 
    color: #b9bfcc; 
}

.fx-form-column input:focus,
.fx-form-column textarea:focus{
    border-color: rgba(99,132,255,.6);
    box-shadow: 0 0 0 4px rgba(99,132,255,.1);
}



/* ===== Artículo - Estilo limpio ===== */

.articulo{
    padding: 60px 0;
    background: #ffffff !important;
    color: #333;
}

.articulo .container{
    max-width: 820px;
}

/* Imagen destacada */
.articulo-featured{
    width: 100%;
    border-radius: 14px;
    margin-bottom: 28px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 16px rgba(0,0,0,0.07);
}

.articulo-featured img{
    width: 100%;
    height: auto;
    display: block;
}

/* Contenido */
.articulo-contenido{
    background: #ffffff;
    padding: 0;
}

.articulo-titulo{
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 6px;
    color: #222;
}

.articulo-meta{
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 22px;
}

/* Texto */
.articulo-cuerpo{
    font-size: 1.05rem;
    line-height: 1.75;
    color: #333;
}

.articulo-cuerpo h2{
    margin-top: 32px;
    margin-bottom: 12px;
    font-size: 1.45rem;
    font-weight: 700;
    color: #111;
}

.articulo-cuerpo p{
    margin-bottom: 18px;
}

/* Enlaces */
.articulo-cuerpo a{
    color: #0051d4;
    text-decoration: underline;
}

/* Botón volver */
.btn-back{
    display: inline-block;
    margin-top: 30px;
    font-size: 0.9rem;
    padding: 8px 18px;
    background: #f2f2f2;
    color: #333;
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid #e5e5e5;
    transition: background 0.2s ease;
}

.btn-back:hover{
    background: #e6e6e6;
}

/* Responsivo */
@media(max-width: 768px){
    .articulo-titulo{
        font-size: 1.6rem;
    }
    .articulo-featured{
        height: 300px;
    }
}






/* ===== Blog Home ===== */

.blog-home{
    padding: 60px 0;
    background:white;
    color: black;
}

.blog-home h2{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 24px;
}

.blog-home .card{
    background: rgba(255,255,255,0.03);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.06);
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0,0,0,0.5);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.blog-home .card:hover{
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.7);
    border-color: rgba(63,81,181,0.5);
}

.blog-home .card-img-top{
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.blog-home .card-body{
    padding: 16px 16px 18px;
}

.blog-home .card h3{
    font-size: 1rem;
    margin-bottom: 6px;
}

.blog-home .card h3 a{
    color: blue;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.blog-home .card h3 a:hover{
    text-decoration: underline;
}

.blog-home .card .text-muted{
    color: black !important;
}

.blog-home .card-text{
    font-size: 0.9rem;
    color: black;
}

/* Responsivo */
@media (max-width: 768px){
    .blog-home{
        padding: 40px 0;
    }

    .blog-home .card-img-top{
        height: 180px;
    }
}



@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){
    .datos{
        text-align: center;
    }
    header{
        position: relative;
    }
    .logotipo img{
        width: 100%;
    }
}

@media screen and (max-width:768px){
    .menu{
        font-size: 17px;
        font-weight: normal;
    }
}

@media screen and (max-width:576px){
    .efecto{
        padding-top: 120px;
    }
    nav ul li{
        width: 33.33%;
    }
    .img2{
        height: 300px;
    }
}







/* ===== Casos de éxito – Fondo claro ===== */

.casos{
    background: #f5f7fb;
    color: #1f2933;
    padding: 60px 0;
}

.casos-heading{
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111827;
    margin-bottom: 6px;
}

.casos-subtitle{
    font-size: 1rem;
    color: #6b7280;
    margin: 0;
}

/* Tarjetas principales */
.caso-card{
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    padding: 20px 22px;
    box-shadow:
        0 14px 30px rgba(15, 23, 42, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
}

.caso-badge{
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #4b5563;
    background: #e5e7eb;
    border-radius: 999px;
    padding: 6px 10px;
    margin-bottom: 10px;
}

.caso-titulo{
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 6px;
}

.caso-resumen{
    font-size: 0.9rem;
    color: #2563eb;
    font-weight: 600;
    margin-bottom: 10px;
}

.caso-texto{
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 14px;
}

.caso-autor{
    font-size: 0.9rem;
    color: #9ca3af;
    margin-top: auto;
}

/* Mini testimonio (franja) */

.mini-testimonio{
    margin-top: 4px;
    background: linear-gradient(90deg, #e0f2fe, #eef2ff);
    border-radius: 16px;
    border: 1px solid #bfdbfe;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 3fr);
    gap: 10px 18px;
    align-items: center;
}

.mini-etiqueta{
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #1d4ed8;
    font-weight: 700;
}

.mini-texto{
    font-size: 0.95rem;
    color: #1f2933;
    margin: 0;
}

.mini-autor{
    font-size: 0.88rem;
    color: #4b5563;
    margin: 0;
    grid-column: 1 / -1;
}

/* Responsive */

@media (max-width: 768px){
    .casos{
        padding: 45px 0;
    }

    .casos-heading{
        font-size: 1.6rem;
    }

    .casos-subtitle{
        font-size: 0.95rem;
    }

    .caso-card{
        padding: 18px 18px;
    }

    .mini-testimonio{
        grid-template-columns: 1fr;
    }
}