/*//////////////////////////////////////////////////////
                SOLUCIONES IT - XN
//////////////////////////////////////////////////////*/

/* HERO */

.hero-it{
    position: relative;
    min-height: 110vh;
    background:
    linear-gradient(
        rgba(1, 6, 22, 0.144)
    ),
    url('../img/fondo_it.png');

    background-size: cover;
    background-position: center;

    display: flex;
    align-items: center;

    overflow: hidden;
}

.overlay-it{
    position: absolute;
    inset: 0;
    background:
    radial-gradient(
        circle at top right,
        rgba(0,195,255,.18),
        transparent 40%
    );
}

.contenido-it{
    position: relative;
    z-index: 2;
    max-width: 820px;
    color: white;
    margin-top: 5rem;
}

.mini-it-it{
    display: inline-block;

    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;

    margin-bottom: 25px;
}

.contenido-it h1{
    font-size: 68px;
    line-height: 1.05;
    font-weight: 800;

    margin-bottom: 28px;
}

.contenido-it p{
    font-size: 19px;
    line-height: 1.9;

    color: rgba(255,255,255,.82);

    max-width: 720px;

    margin-bottom: 40px;
}

/*//////////////////////////////////////////////////////
                DESCRIPCION
//////////////////////////////////////////////////////*/

.descripcion-it{
    padding: 120px 0;
    background: #020617;
}

.img-it{
    border-radius: 28px;
    padding: 20px;
    box-shadow:
    0 25px 60px rgba(0,0,0,.35);

    transition: .4s;
}

.img-it:hover{
    transform: scale(1.02);
}

.mini-section{
    display: inline-block;

    color: #4db8ff;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 18px;
}

.titulo-it{
    font-size: 56px;
    font-weight: 800;

    line-height: 1.15;

    color: white;

    margin-bottom: 28px;
}

.texto-it{
    color: #c7d2e0;

    font-size: 18px;
    line-height: 1.9;

    margin-bottom: 35px;
}

/* LISTA */

.lista-it{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.item-it{
    background:
    rgba(255,255,255,.04);

    border:
    1px solid rgba(255,255,255,.06);

    padding: 20px 24px;

    border-radius: 18px;

    color: #dbe8ff;

    font-size: 17px;

    transition: .3s;
}

.item-it:hover{
    transform: translateX(10px);

    border-color: rgba(77,184,255,.4);

    background:
    rgba(77,184,255,.08);
}

/*//////////////////////////////////////////////////////
                DETALLE IT
//////////////////////////////////////////////////////*/

.detalle-it{
    padding: 120px 0;

    background:
    linear-gradient(
        180deg,
        #020617,
        #040d25
    );
}

.titulo-detalle{
    font-size: 56px;
    font-weight: 800;

    line-height: 1.1;

    color: white;

    margin-bottom: 28px;
}

.texto-detalle{
    color: #c8d0da;

    font-size: 18px;
    line-height: 1.9;

    margin-bottom: 22px;
}

/* BOX */

.info-box-it{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.info-item{
    background:
    rgba(255,255,255,.05);

    backdrop-filter: blur(14px);

    border:
    1px solid rgba(255,255,255,.06);

    padding: 24px 28px;

    border-radius: 22px;

    color: white;

    font-size: 17px;
    font-weight: 500;

    transition: .35s;
}

.info-item:hover{
    transform: translateX(10px);

    border-color: #4db8ff;

    box-shadow:
    0 15px 40px rgba(0,195,255,.12);
}

/*//////////////////////////////////////////////////////
                FEATURES
//////////////////////////////////////////////////////*/

.features-it{
    padding: 120px 0;
    background: #020617;
}

.titulo-center{
    font-size: 58px;
    font-weight: 800;

    color: white;

    line-height: 1.15;

    margin-top: 15px;
}

/* CARDS */

.feature-card{
    background:
    linear-gradient(
        145deg,
        rgba(255,255,255,.05),
        rgba(255,255,255,.02)
    );

    border:
    1px solid rgba(255,255,255,.08);

    backdrop-filter: blur(12px);

    border-radius: 28px;

    padding: 45px;

    height: 100%;

    transition: .4s;
}

.feature-card:hover{
    transform: translateY(-12px);

    border-color: rgba(77,184,255,.4);

    box-shadow:
    0 20px 60px rgba(0,0,0,.35);
}

.feature-card h3{
    color: white;

    font-size: 34px;
    font-weight: 700;

    margin-bottom: 20px;
}

.feature-card p{
    color: #cfd8e3;

    font-size: 17px;
    line-height: 1.9;
}

/*//////////////////////////////////////////////////////
            FUNCIONALIDADES
//////////////////////////////////////////////////////*/

.funcionalidades-it{
    padding: 120px 0;

    background:
    linear-gradient(
        rgba(2,6,23,.95),
        rgba(2,6,23,.95)
    ),
    url('../img/fondo-tech.jpg');

    background-size: cover;
    background-position: center;
}

.func-card{
    background:
    rgba(255,255,255,.04);

    border:
    1px solid rgba(255,255,255,.06);

    border-radius: 26px;

    padding: 42px;

    height: 100%;

    transition: .35s;
}

.func-card:hover{
    transform: translateY(-10px);

    border-color: #4db8ff;

    box-shadow:
    0 20px 60px rgba(0,0,0,.25);
}

.func-card h4{
    color: white;

    font-size: 30px;
    font-weight: 700;

    margin-bottom: 18px;
}

.func-card p{
    color: #cfd6df;

    line-height: 1.9;

    font-size: 17px;
}

/*//////////////////////////////////////////////////////
                METRICAS
//////////////////////////////////////////////////////*/

.metricas-it{
    position: relative;

    padding: 100px 0;

    background:
    url('../img/fondo_metrica.png');

    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.metricas-it::before{
    content: "";

    position: absolute;
    inset: 0;

    background:
    linear-gradient(
        90deg,
        rgba(0,20,60,.45),
        rgba(0,0,0,.2)
    );
}

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

.metrica-section{
    color: #4db8ff;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 4px;

    margin-bottom: 60px;

    display: block;
}

.metrica{
    transition: .3s;
}

.metrica:hover{
    transform: translateY(-8px);
}

.metrica h2{
    color: white;

    font-size: 92px;
    font-weight: 900;

    margin-bottom: 12px;
}

.metrica p{
    color: rgba(255,255,255,.85);

    font-size: 22px;
}

/*//////////////////////////////////////////////////////
                    CTA
//////////////////////////////////////////////////////*/

.cta-it{
    padding: 120px 0;

    background:
    linear-gradient(
        135deg,
        #040b29,
        #09183f
    );

    color: white;
}

.cta-it h2{
    font-size: 58px;
    font-weight: 800;

    line-height: 1.15;

    max-width: 950px;

    margin: auto;
    margin-bottom: 30px;
}

.cta-it p{
    font-size: 19px;

    line-height: 1.9;

    color: rgba(255,255,255,.78);

    max-width: 850px;

    margin: auto;
    margin-bottom: 40px;
}

/*//////////////////////////////////////////////////////
                BOTON VIBRAR
//////////////////////////////////////////////////////*/

.btn-vibrar{
    transition: transform .2s ease;
}

@keyframes vibrarBoton {

    0%{
        transform: translateX(0);
    }

    20%{
        transform: translateX(-4px);
    }

    40%{
        transform: translateX(4px);
    }

    60%{
        transform: translateX(-3px);
    }

    80%{
        transform: translateX(3px);
    }

    100%{
        transform: translateX(0);
    }

}

.vibrando{
    animation: vibrarBoton .5s ease;
}

/*//////////////////////////////////////////////////////
                RESPONSIVE
//////////////////////////////////////////////////////*/

@media(max-width: 991px){

    .contenido-it h1,
    .titulo-it,
    .titulo-detalle,
    .titulo-center,
    .cta-it h2{
        font-size: 42px;
    }

    .feature-card,
    .func-card{
        padding: 32px;
    }

    .metrica h2{
        font-size: 70px;
    }

}

@media(max-width: 768px){

    .hero-it{
        min-height: 100vh;
    }

    .contenido-it h1{
        font-size: 36px;
    }

    .contenido-it p,
    .texto-it,
    .texto-detalle{
        font-size: 16px;
    }

    .titulo-it,
    .titulo-detalle,
    .titulo-center,
    .cta-it h2{
        font-size: 34px;
    }

    .metrica h2{
        font-size: 56px;
    }

    .metrica p{
        font-size: 18px;
    }

    .metricas-it{
        background-attachment: scroll;
    }

}