/* Start custom CSS for html, class: .elementor-element-43543f0 */.osmo-nano-product {
    font-family: inherit;
    color: #111;
}


/* =============================
   CONTENEDORES
============================= */

.nano-hero,
.nano-feature,
.nano-dark,
.nano-final {
    max-width: 1200px;
    margin: 0 auto 80px;
}


/* =============================
   MEDIA
============================= */

.nano-hero-media,
.nano-media {
    width: 100%;
    overflow: hidden;
    border-radius: 26px;
    background: #f4f4f4;
}

.nano-hero-media img,
.nano-hero-media video,
.nano-media img,
.nano-media video {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* =============================
   COPY
============================= */

.nano-hero-copy,
.nano-copy {
    max-width: 900px;
    margin: 0 auto;
    padding: 34px 25px 0;
    text-align: center;
}

.nano-label {
    display: inline-block;
    margin-bottom: 12px;

    color: #777;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nano-hero-copy h2 {
    margin: 0 0 10px;

    color: #111;

    font-size: 46px;
    line-height: 1.1;
}

.nano-hero-copy h3 {
    margin: 0 0 22px;

    color: #333;

    font-size: 30px;
    line-height: 1.2;
}

.nano-copy h3 {
    margin: 0 0 20px;

    color: #111;

    font-size: 36px;
    line-height: 1.2;
}

.nano-hero-copy p,
.nano-copy p {
    max-width: 820px;
    margin: 0 auto;

    color: #555;

    font-size: 18px;
    line-height: 1.8;
}


/* =============================
   IMAGEN + TEXTO
============================= */

.nano-feature.side {
    display: flex;
    align-items: center;
    gap: 60px;
}

.nano-feature.side .nano-media {
    flex: 0 0 40%;
}

.nano-feature.side .nano-copy {
    flex: 1;

    padding: 0;

    text-align: left;
}

.nano-feature.side .nano-copy p {
    margin: 0;
}


/* IMAGEN DERECHA */

.nano-feature.side.reverse {
    flex-direction: row-reverse;
}


/* =============================
   DARK BLOCK
============================= */

.nano-dark {
    padding: 45px;

    background: #080808;
    border-radius: 30px;

    color: #fff;
}

.nano-dark-media {
    overflow: hidden;

    background: #111;
    border-radius: 22px;
}

.nano-dark-media img,
.nano-dark-media video {
    display: block;

    width: 100%;
    height: auto;

    object-fit: cover;
}

.nano-dark-copy {
    max-width: 900px;
    margin: 0 auto;
    padding: 38px 25px 10px;

    text-align: center;
}

.nano-dark-copy .nano-label {
    color: #999;
}

.nano-dark-copy h2 {
    margin: 0 0 20px;

    color: #fff;

    font-size: 42px;
    line-height: 1.2;
}

.nano-dark-copy p {
    max-width: 820px;
    margin: 0 auto;

    color: #ccc;

    font-size: 18px;
    line-height: 1.8;
}


/* =============================
   BANNER FINAL
============================= */

.nano-final {
    padding: 75px 30px;

    background: #f3f3f3;
    border-radius: 30px;

    text-align: center;
}

.nano-final-inner {
    max-width: 900px;
    margin: 0 auto;
}

.nano-final h2 {
    margin: 5px 0 22px;

    color: #111;

    font-size: 44px;
    line-height: 1.2;
}

.nano-final p {
    max-width: 800px;
    margin: 0 auto;

    color: #555;

    font-size: 18px;
    line-height: 1.8;
}


/* =============================
   PILLS
============================= */

.nano-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    gap: 12px;
    margin-top: 32px;
}

.nano-pills span {
    padding: 10px 18px;

    background: #fff;
    border-radius: 30px;

    font-size: 14px;

    box-shadow: 0 4px 14px rgba(0,0,0,.05);
}


/* =============================
   VIDEO ELEMENTOR FIX
============================= */

.dji-video-fix {
    display: block;

    width: 100%;
    height: auto;

    object-fit: cover;
}


/* =============================
   EFECTO SUAVE
============================= */

.nano-feature.side .nano-media img {
    transition: transform .4s ease;
}

.nano-feature.side:hover .nano-media img {
    transform: scale(1.03);
}


/* =============================
   TABLET
============================= */

@media (max-width: 1024px) {

    .nano-feature.side {
        gap: 40px;
    }

}


/* =============================
   MOBILE
============================= */

@media (max-width: 768px) {

    .nano-hero,
    .nano-feature,
    .nano-dark,
    .nano-final {
        margin-bottom: 50px;
    }

    .nano-hero-media,
    .nano-media {
        border-radius: 17px;
    }

    .nano-hero-copy,
    .nano-copy {
        padding: 25px 15px 0;
    }

    .nano-hero-copy h2 {
        font-size: 34px;
    }

    .nano-hero-copy h3 {
        font-size: 25px;
    }

    .nano-copy h3 {
        font-size: 28px;
    }

    .nano-hero-copy p,
    .nano-copy p {
        font-size: 16px;
        line-height: 1.7;
    }


    /* SIDE */

    .nano-feature.side,
    .nano-feature.side.reverse {
        flex-direction: column;
        gap: 28px;
    }

    .nano-feature.side .nano-media {
        width: 100%;
        flex: none;
    }

    .nano-feature.side .nano-copy {
        width: 100%;
        padding: 0 15px;

        text-align: center;
    }

    .nano-feature.side .nano-copy p {
        margin: 0 auto;
    }


    /* DARK */

    .nano-dark {
        padding: 20px 15px 35px;

        border-radius: 20px;
    }

    .nano-dark-media {
        border-radius: 15px;
    }

    .nano-dark-copy {
        padding: 28px 5px 0;
    }

    .nano-dark-copy h2 {
        font-size: 30px;
    }

    .nano-dark-copy p {
        font-size: 16px;
        line-height: 1.7;
    }


    /* FINAL */

    .nano-final {
        padding: 48px 20px;

        border-radius: 20px;
    }

    .nano-final h2 {
        font-size: 31px;
    }

    .nano-final p {
        font-size: 16px;
        line-height: 1.7;
    }

}/* End custom CSS */