/* ============================= */
/* GLOBAL */
/* ============================= */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #efefef;
    margin: 0;
    padding: 0px 0px 0px 0px;
}

/* HOME: sin empuje superior */
body.home {
    background: #efefef;
    padding-top: 0;
}

/* ============================= */
/* SMOOTH SCROLL */
/* ============================= */

#smooth-wrapper {
    position: fixed;
    top: 92px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* HOME: hero fullscreen */
body.home #smooth-wrapper {
    top: 0;
}

#smooth-content {
    will-change: transform;
}

/* ============================= */
/* SCROLLBAR */
/* ============================= */

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #1f729e;
    border-radius: 0px;
    transition: all ease-in-out 320ms;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* ============================= */
/* NAVBAR */
/* ============================= */

.btn-whatsapp {
    cursor: pointer !important;
}

.navbar-transparent {
    background: transparent;
    transition:
        background 420ms ease-in-out,
        box-shadow 320ms ease,
        backdrop-filter 320ms ease;
}


.navbar-scrolled {
    background: linear-gradient(to left, #319fda, #1d334e);
    box-shadow: 1px 4px 18px 4px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
}


/* Links navbar */

/* Navbar sobre hero (texto blanco) */
header .nav-item .nav-link {
    color: #ffffffcc;
    transition: all ease-in-out 320ms;
}

header .nav-item .nav-link:hover {
    color: #ffffff;
    transform: scale(1.15);
}

/* ============================= */
/* HERO / BANNER */
/* ============================= */

.hero-slide {
    min-height: 90vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, #000000, #000000dc, #00000083, #0000003f);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.hero-slide>.container {
    position: relative;
    z-index: 2;
}

/* ============================= */
/* TITLES */
/* ============================= */

.titles-main {
    text-transform: uppercase;
    background: linear-gradient(to right, #2f9dd9, #1d334e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.fotter-tittle {
    background: linear-gradient(to right, #2f9dd9, #1d334e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 28px;
}

/* ============================= */
/* BUTTONS */
/* ============================= */

.btn-compuoffers {
    border: none;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f7f7f7;
    background: linear-gradient(to right, #2f9dd9, #1d334e);
    border-radius: 0px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.btn-compuoffers:hover {
    transform: scale(1.1);
}

.btn-compuoffers2 {
    display: inline-flex;
    text-decoration: none;
    border: none;
    padding: 8px;
    text-align: center;
    color: #1d334e;
    background-color: #f7f7f7;
    border-radius: 0px;
    transition: all ease-in-out 320ms;
}

.btn-compuoffers2:hover {
    transform: scale(1.1);
}

.card-product {
    color: #000;
    background-color: #f5f5f500;
    width: 100%;
    height: 100%;
}

.form-container {
    border: solid #ffffff 1px;
    margin: 0 auto;
    background: linear-gradient(120deg, #b8b8b848, #a8a8a849);
    /* Fondo transparente */
    backdrop-filter: blur(12px);
    /* Efecto de desenfoque */
    border-radius: 0px;
    padding: 52px;
    max-width: 650px;
    color: #8d8d8d35;
}

.form-title {
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.btn-gradient {
    background: linear-gradient(90deg, #007bff, #00c6ff);
    border: none;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.btn-gradient:hover {
    background: linear-gradient(90deg, #00c6ff, #007bff);
    transform: scale(1.05);
}

.servicios {
    text-align: justify;
    border: solid 2px #08080800;
    border-radius: 16px;
    background: #fff;
    height: 224px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all ease-in-out 320ms;
}

.servicios h6 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
}

.servicios h6 span {
    background: linear-gradient(to right, #2482b5, #2e9ed9, #5fbba3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.servicios p {
    color: #1a1a1a;
    font-size: 14px;
}

.servicios:hover {
    transform: translateY(-8PX);
    box-shadow: 0px 11px 32px 0px rgba(0, 0, 0, 0.75);
}

footer {
    background: linear-gradient(45deg, #000, #181818, #181818, #000);
}

.icon-head {
    position: relative;
    width: 64px;
    height: 64px;
    margin-right: 12px;
    padding: 8px;
    font-size: 20px;
    align-items: center;
    align-content: center;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right, #1b324d, #2e9ed9);
    transition: all ease-in-out 320ms;
}

.icon-head:hover {
    color: #1f729e;
    background: linear-gradient(to right, #fff, #fff, #fff);
    box-shadow: inset -19px -14px 51px -33px rgba(0, 0, 0, 0.75);
}

.swiper {
    width: 475px;
    height: 475px;
    border-radius: 22px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    border-radius: 22px;
    display: block;
    width: 100%;
}

.epa-epa {
    width: 100%;
    mask-image: linear-gradient(to right,
            transparent,
            black 10%,
            black 90%,
            transparent);
}

.epa-epa .swiper-slide {
    width: 300px;
    display: flex;
    justify-content: center;
}

.epa-epa2 {
    width: 100%;
    mask-image: linear-gradient(to right,
            transparent,
            black 10%,
            black 90%,
            transparent);
}

.epa-epa2 .swiper-slide {
    width: 300px;
    display: flex;
    justify-content: center;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */



@media (max-width: 768px) {

    .swiper {
        margin-top: 20px;
        width: 330px;
        height: 330px;
    }

    .card-product {
        width: 350px;
        height: 350px;
    }

    .nav-item .nav-link {
        font-size: 16px;
    }

    .hero-slide h1 {
        font-size: 32px;
    }

    body {
        padding-top: opx;
    }

    body.home {
        padding-top: 0;
    }
}