.elementor-1615 .elementor-element.elementor-element-1f309bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-23bde54 *//* =========================================================
   ALERIA MEDICAL
   OXIGENACIÓN · OXIMETRÍA
   ========================================================= */

.am-oxygen {

    --oxygen-primary: #032044;
    --oxygen-primary-2: #073b70;

    --oxygen-accent: #00b5b8;
    --oxygen-accent-dark: #078f92;
    --oxygen-accent-light: #62d9d8;

    --oxygen-soft: #e9f8f8;

    --oxygen-bg: #f6fafb;
    --oxygen-white: #ffffff;

    --oxygen-text: #294560;
    --oxygen-muted: #6a8096;

    --oxygen-border: #dce7ed;

    width: 100%;

    padding: 85px 0;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f6fafb 100%
        );

    overflow: hidden;

    font-family:
        Montserrat,
        Inter,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}


/* =========================================================
   RESET
   ========================================================= */

.am-oxygen *,
.am-oxygen *::before,
.am-oxygen *::after {

    box-sizing: border-box;
}


.am-oxygen a {

    text-decoration: none;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.am-oxygen__container {

    width:
        min(
            calc(100% - 40px),
            1180px
        );

    margin: 0 auto;
}


/* =========================================================
   INTRO
   ========================================================= */

.am-oxygen__intro {

    display: grid;

    grid-template-columns:
        minmax(0, 1.45fr)
        330px;

    gap: 65px;

    align-items: center;

    margin-bottom: 90px;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.am-oxygen__eyebrow {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 20px;

    color:
        var(--oxygen-accent-dark);

    font-size: 10px;

    line-height: 1;

    letter-spacing: .12em;

    font-weight: 900;
}


.am-oxygen__eyebrow::before {

    content: "";

    width: 30px;

    height: 3px;

    background:
        var(--oxygen-accent);

    border-radius: 10px;
}


/* =========================================================
   TITLE
   ========================================================= */

.am-oxygen__intro h2 {

    max-width: 850px;

    margin: 0;

    color:
        var(--oxygen-primary);

    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    font-size:
        clamp(
            2.65rem,
            5vw,
            4.35rem
        );

    line-height: .98;

    letter-spacing: -.055em;

    font-weight: 900;
}


.am-oxygen__intro h2 strong {

    display: block;

    color:
        var(--oxygen-accent-dark);

    font-weight: 900;
}


.am-oxygen__intro-content > .am-oxygen__lead {

    max-width: 790px;

    margin: 21px 0 0;

    color:
        #234866;

    font-size: 15px;

    line-height: 1.75;

    font-weight: 600;
}


/* =========================================================
   VISUAL CARD
   ========================================================= */

.am-oxygen__visual-card {

    position: relative;

    min-height: 380px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    padding: 28px;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            var(--oxygen-primary),
            var(--oxygen-primary-2)
        );

    border-radius: 26px;

    overflow: hidden;

    box-shadow:
        0 25px 55px
        rgba(3,32,68,.15);
}


.am-oxygen__visual-card::before {

    content: "";

    position: absolute;

    width: 370px;

    height: 370px;

    top: -180px;

    right: -170px;

    border:
        1px solid
        rgba(98,217,216,.15);

    border-radius: 50%;
}


.am-oxygen__visual-card::after {

    content: "";

    position: absolute;

    width: 220px;

    height: 220px;

    bottom: -120px;

    left: -100px;

    border:
        1px solid
        rgba(98,217,216,.1);

    border-radius: 50%;
}


.am-oxygen__visual-number {

    position: relative;

    z-index: 3;

    color:
        var(--oxygen-accent-light);

    font-size: 10px;

    font-weight: 900;
}


/* =========================================================
   VISUAL MAIN
   ========================================================= */

.am-oxygen__visual-main {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 14px;
}


/* =========================================================
   OXYGEN CIRCLE
   ========================================================= */

.am-oxygen__oxygen-circle {

    width: 82px;

    height: 82px;

    display: flex;

    align-items: center;

    justify-content: center;

    color:
        var(--oxygen-accent-light);

    background:
        rgba(0,181,184,.08);

    border:
        1px solid
        rgba(98,217,216,.15);

    border-radius: 50%;
}


.am-oxygen__oxygen-circle span {

    font-family:
        system-ui,
        sans-serif;

    font-size: 26px;

    font-weight: 900;
}


/* =========================================================
   OXYGEN WAVE
   ========================================================= */

.am-oxygen__oxygen-wave {

    display: flex;

    align-items: center;

    gap: 4px;

    height: 55px;
}


.am-oxygen__oxygen-wave span {

    display: block;

    width: 4px;

    height: 12px;

    background:
        var(--oxygen-accent);

    border-radius: 5px;

    opacity: .45;
}


.am-oxygen__oxygen-wave span:nth-child(2) {

    height: 25px;

    opacity: .6;
}


.am-oxygen__oxygen-wave span:nth-child(3) {

    height: 43px;

    opacity: .85;
}


.am-oxygen__oxygen-wave span:nth-child(4) {

    height: 31px;

    opacity: .7;
}


.am-oxygen__oxygen-wave span:nth-child(5) {

    height: 17px;

    opacity: .5;
}


/* =========================================================
   OXYGEN VALUE
   ========================================================= */

.am-oxygen__oxygen-value {

    display: flex;

    flex-direction: column;

    gap: 5px;
}


.am-oxygen__oxygen-value strong {

    color: #ffffff;

    font-family:
        system-ui,
        sans-serif;

    font-size: 23px;

    line-height: 1;

    font-weight: 900;
}


.am-oxygen__oxygen-value span {

    color:
        rgba(255,255,255,.42);

    font-size: 7px;

    letter-spacing: .1em;

    font-weight: 900;
}


/* =========================================================
   VISUAL CAPTION
   ========================================================= */

.am-oxygen__visual-caption {

    position: relative;

    z-index: 3;

    padding-top: 20px;

    border-top:
        1px solid
        rgba(255,255,255,.1);
}


.am-oxygen__visual-caption strong {

    display: block;

    color: #ffffff;

    font-family:
        system-ui,
        sans-serif;

    font-size: 23px;

    line-height: 1;

    font-weight: 900;
}


.am-oxygen__visual-caption span {

    display: block;

    max-width: 220px;

    margin-top: 8px;

    color:
        rgba(255,255,255,.48);

    font-size: 10px;

    line-height: 1.5;
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.am-oxygen__section-heading {

    margin-bottom: 30px;
}


.am-oxygen__section-label {

    display: block;

    margin-bottom: 12px;

    color:
        var(--oxygen-accent-dark);

    font-size: 9px;

    line-height: 1;

    letter-spacing: .14em;

    font-weight: 900;
}


.am-oxygen__section-heading h3 {

    max-width: 850px;

    margin: 0;

    color:
        var(--oxygen-primary);

    font-family:
        system-ui,
        sans-serif;

    font-size:
        clamp(
            2rem,
            4vw,
            3.25rem
        );

    line-height: 1.04;

    letter-spacing: -.045em;

    font-weight: 900;
}


.am-oxygen__section-heading h3 strong {

    color:
        var(--oxygen-accent-dark);
}


/* =========================================================
   ABOUT
   ========================================================= */

.am-oxygen__about {

    margin-bottom: 90px;
}


.am-oxygen__about-grid {

    display: grid;

    grid-template-columns:
        1.1fr
        .9fr;

    gap: 45px;

    align-items: start;
}


.am-oxygen__about-content {

    padding-right: 20px;
}


.am-oxygen__about-content p {

    margin: 0 0 18px;

    color:
        var(--oxygen-text);

    font-size: 13px;

    line-height: 1.8;
}


.am-oxygen__about-content p:last-child {

    margin-bottom: 0;
}


/* =========================================================
   ABOUT DATA
   ========================================================= */

.am-oxygen__about-data {

    display: flex;

    flex-direction: column;

    gap: 8px;
}


.am-oxygen__data-item {

    display: flex;

    align-items: center;

    gap: 14px;

    padding: 15px;

    background:
        #ffffff;

    border:
        1px solid
        var(--oxygen-border);

    border-radius: 12px;
}


.am-oxygen__data-item > i {

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    color:
        var(--oxygen-accent-dark);

    background:
        var(--oxygen-soft);

    border-radius: 10px;

    font-size: 14px;
}


.am-oxygen__data-item strong {

    display: block;

    color:
        var(--oxygen-primary);

    font-size: 10px;

    font-weight: 900;
}


.am-oxygen__data-item span {

    display: block;

    margin-top: 4px;

    color:
        var(--oxygen-muted);

    font-size: 9px;

    line-height: 1.45;
}


/* =========================================================
   INDICATIONS
   ========================================================= */

.am-oxygen__indications {

    margin-bottom: 90px;
}


.am-oxygen__indications-grid {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 10px;
}


.am-oxygen__indication {

    min-height: 175px;

    padding: 19px;

    background:
        #ffffff;

    border:
        1px solid
        var(--oxygen-border);

    border-radius: 15px;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}


.am-oxygen__indication:hover {

    transform:
        translateY(-4px);

    border-color:
        rgba(0,181,184,.3);

    box-shadow:
        0 17px 35px
        rgba(3,32,68,.07);
}


.am-oxygen__indication > span {

    display: block;

    margin-bottom: 12px;

    color:
        rgba(3,32,68,.18);

    font-size: 8px;

    font-weight: 900;
}


.am-oxygen__indication-icon {

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 13px;

    color:
        var(--oxygen-accent-dark);

    background:
        var(--oxygen-soft);

    border-radius: 10px;

    font-size: 13px;
}


.am-oxygen__indication h4 {

    margin: 0;

    color:
        var(--oxygen-primary);

    font-family:
        system-ui,
        sans-serif;

    font-size: 11px;

    line-height: 1.5;

    font-weight: 800;
}


/* =========================================================
   PROCEDURE
   ========================================================= */

.am-oxygen__procedure {

    margin-bottom: 90px;

    padding: 50px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            var(--oxygen-primary),
            var(--oxygen-primary-2)
        );

    border-radius: 22px;

    overflow: hidden;
}


.am-oxygen__procedure-heading {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    margin-bottom: 20px;
}


.am-oxygen__procedure
.am-oxygen__section-label {

    color:
        var(--oxygen-accent-light);
}


.am-oxygen__procedure-heading h3 {

    margin: 0;

    color: #ffffff;

    font-family:
        system-ui,
        sans-serif;

    font-size:
        clamp(
            2rem,
            4vw,
            3.1rem
        );

    line-height: 1;

    letter-spacing: -.045em;

    font-weight: 900;
}


.am-oxygen__procedure-number {

    color:
        rgba(255,255,255,.13);

    font-size: 43px;

    line-height: 1;

    font-weight: 900;
}


.am-oxygen__procedure-intro {

    max-width: 830px;

    margin: 0 0 35px;

    color:
        rgba(255,255,255,.57);

    font-size: 11px;

    line-height: 1.8;
}


/* =========================================================
   STEPS
   ========================================================= */

.am-oxygen__steps {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 9px;
}


.am-oxygen__step {

    min-height: 190px;

    padding: 19px;

    background:
        rgba(255,255,255,.055);

    border:
        1px solid
        rgba(255,255,255,.08);

    border-radius: 13px;
}


.am-oxygen__step-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 35px;
}


.am-oxygen__step-top span {

    color:
        var(--oxygen-accent-light);

    font-size: 8px;

    font-weight: 900;
}


.am-oxygen__step-top i {

    color:
        var(--oxygen-accent-light);

    font-size: 15px;
}


.am-oxygen__step h4 {

    margin: 0;

    color: #ffffff;

    font-family:
        system-ui,
        sans-serif;

    font-size: 14px;

    line-height: 1.2;

    font-weight: 900;
}


.am-oxygen__step p {

    margin: 9px 0 0;

    color:
        rgba(255,255,255,.45);

    font-size: 9px;

    line-height: 1.65;
}


/* =========================================================
   FEATURES
   ========================================================= */

.am-oxygen__features {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 8px;

    margin-top: 10px;
}


.am-oxygen__feature {

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 13px;

    background:
        rgba(255,255,255,.035);

    border:
        1px solid
        rgba(255,255,255,.07);

    border-radius: 10px;
}


.am-oxygen__feature > i {

    color:
        var(--oxygen-accent-light);

    font-size: 14px;
}


.am-oxygen__feature strong {

    display: block;

    color:
        rgba(255,255,255,.8);

    font-size: 9px;

    line-height: 1.3;
}


.am-oxygen__feature span {

    display: block;

    margin-top: 3px;

    color:
        rgba(255,255,255,.38);

    font-size: 7px;

    line-height: 1.4;
}


/* =========================================================
   SAFETY
   ========================================================= */

.am-oxygen__safety {

    display: grid;

    grid-template-columns:
        80px
        1fr;

    gap: 25px;

    align-items: center;

    margin-bottom: 25px;

    padding: 35px 40px;

    background:
        #ffffff;

    border:
        1px solid
        var(--oxygen-border);

    border-radius: 20px;
}


.am-oxygen__safety-icon {

    width: 70px;

    height: 70px;

    display: flex;

    align-items: center;

    justify-content: center;

    color:
        var(--oxygen-accent-dark);

    background:
        var(--oxygen-soft);

    border-radius: 50%;

    font-size: 25px;
}


.am-oxygen__safety-content h3 {

    margin: 0;

    color:
        var(--oxygen-primary);

    font-family:
        system-ui,
        sans-serif;

    font-size:
        clamp(
            1.8rem,
            3vw,
            2.6rem
        );

    line-height: 1.05;

    letter-spacing: -.04em;

    font-weight: 900;
}


.am-oxygen__safety-content h3 strong {

    color:
        var(--oxygen-accent-dark);
}


.am-oxygen__safety-content p {

    max-width: 800px;

    margin: 10px 0 0;

    color:
        var(--oxygen-muted);

    font-size: 10px;

    line-height: 1.7;
}


/* =========================================================
   QUALITY
   ========================================================= */

.am-oxygen__quality {

    display: grid;

    grid-template-columns:
        1.2fr
        .8fr;

    gap: 50px;

    margin: 25px 0;

    padding: 50px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            var(--oxygen-primary),
            var(--oxygen-primary-2)
        );

    border-radius: 22px;
}


.am-oxygen__quality
.am-oxygen__section-label {

    color:
        var(--oxygen-accent-light);
}


.am-oxygen__quality h3 {

    max-width: 730px;

    margin: 0;

    color: #ffffff;

    font-family:
        system-ui,
        sans-serif;

    font-size:
        clamp(
            2rem,
            4vw,
            3.1rem
        );

    line-height: 1.03;

    letter-spacing: -.045em;

    font-weight: 900;
}


.am-oxygen__quality h3 strong {

    color:
        var(--oxygen-accent-light);
}


.am-oxygen__quality-content p {

    max-width: 700px;

    margin: 18px 0 0;

    color:
        rgba(255,255,255,.56);

    font-size: 11px;

    line-height: 1.75;
}


/* =========================================================
   QUALITY VISUAL
   ========================================================= */

.am-oxygen__quality-visual {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    padding: 25px;

    background:
        rgba(255,255,255,.045);

    border:
        1px solid
        rgba(255,255,255,.08);

    border-radius: 17px;
}


.am-oxygen__quality-circle {

    width: 100px;

    height: 100px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 4px;

    margin-bottom: 17px;

    color:
        var(--oxygen-accent-light);

    background:
        rgba(0,181,184,.08);

    border:
        1px solid
        rgba(98,217,216,.13);

    border-radius: 50%;
}


.am-oxygen__quality-circle span {

    font-family:
        system-ui,
        sans-serif;

    font-size: 29px;

    line-height: 1;

    font-weight: 900;
}


.am-oxygen__quality-circle small {

    color:
        rgba(255,255,255,.42);

    font-size: 7px;

    font-weight: 900;
}


.am-oxygen__quality-visual > span {

    color:
        var(--oxygen-accent-light);

    font-size: 8px;

    letter-spacing: .13em;

    font-weight: 900;

    text-align: center;
}


.am-oxygen__quality-visual > strong {

    margin-top: 7px;

    color: #ffffff;

    font-family:
        system-ui,
        sans-serif;

    font-size: 18px;

    font-weight: 900;

    text-align: center;
}


/* =========================================================
   CTA
   ========================================================= */

.am-oxygen__cta {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 35px;

    padding: 32px 35px;

    background:
        var(--oxygen-soft);

    border:
        1px solid
        rgba(0,181,184,.18);

    border-radius: 18px;
}


.am-oxygen__cta-content {

    max-width: 750px;
}


.am-oxygen__cta-content > span {

    display: block;

    margin-bottom: 8px;

    color:
        var(--oxygen-accent-dark);

    font-size: 8px;

    letter-spacing: .14em;

    font-weight: 900;
}


.am-oxygen__cta h3 {

    margin: 0;

    color:
        var(--oxygen-primary);

    font-family:
        system-ui,
        sans-serif;

    font-size:
        clamp(
            1.55rem,
            3vw,
            2.3rem
        );

    line-height: 1.08;

    letter-spacing: -.035em;

    font-weight: 900;
}


.am-oxygen__cta h3 strong {

    color:
        var(--oxygen-accent-dark);
}


.am-oxygen__cta p {

    margin: 9px 0 0;

    color:
        var(--oxygen-muted);

    font-size: 10px;

    line-height: 1.7;
}


/* =========================================================
   CTA BUTTON
   ========================================================= */

.am-oxygen__cta-button {

    flex-shrink: 0;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 8px 13px 8px 8px;

    color: #ffffff;

    background:
        var(--oxygen-primary);

    border-radius: 11px;

    font-size: 10px;

    font-weight: 900;

    box-shadow:
        0 9px 24px
        rgba(3,32,68,.14);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.am-oxygen__cta-button:hover {

    transform:
        translateY(-2px);

    box-shadow:
        0 14px 30px
        rgba(3,32,68,.2);
}


.am-oxygen__cta-button > span {

    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #ffffff;

    background:
        var(--oxygen-accent);

    border-radius: 9px;

    font-size: 17px;
}


.am-oxygen__cta-button b {

    color:
        var(--oxygen-accent-light);

    font-size: 15px;

    font-weight: 400;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 950px) {

    .am-oxygen__intro {

        grid-template-columns:
            1fr;

        gap: 35px;
    }


    .am-oxygen__visual-card {

        max-width: 620px;

        width: 100%;

        min-height: 300px;
    }


    .am-oxygen__about-grid {

        grid-template-columns:
            1fr;
    }


    .am-oxygen__indications-grid {

        grid-template-columns:
            repeat(2,1fr);
    }


    .am-oxygen__steps {

        grid-template-columns:
            repeat(2,1fr);
    }


    .am-oxygen__features {

        grid-template-columns:
            repeat(2,1fr);
    }


    .am-oxygen__quality {

        grid-template-columns:
            1fr;
    }

}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 650px) {

    .am-oxygen {

        padding: 65px 0;
    }


    .am-oxygen__container {

        width:
            calc(100% - 30px);
    }


    .am-oxygen__intro {

        margin-bottom: 65px;
    }


    .am-oxygen__intro h2 {

        font-size: 2.5rem;

        line-height: 1;
    }


    .am-oxygen__intro-content > .am-oxygen__lead {

        font-size: 13px;

        line-height: 1.75;
    }


    .am-oxygen__visual-card {

        min-height: 300px;

        border-radius: 21px;
    }


    /* ABOUT */

    .am-oxygen__about {

        margin-bottom: 65px;
    }


    .am-oxygen__about-content {

        padding-right: 0;
    }


    /* INDICATIONS */

    .am-oxygen__indications {

        margin-bottom: 65px;
    }


    .am-oxygen__section-heading h3 {

        font-size: 2rem;
    }


    .am-oxygen__indications-grid {

        grid-template-columns:
            1fr;
    }


    .am-oxygen__indication {

        min-height: 155px;
    }


    /* PROCEDURE */

    .am-oxygen__procedure {

        padding: 25px;

        border-radius: 18px;

        margin-bottom: 65px;
    }


    .am-oxygen__procedure-heading {

        align-items: flex-start;
    }


    .am-oxygen__procedure-heading h3 {

        font-size: 2rem;
    }


    .am-oxygen__procedure-number {

        font-size: 28px;
    }


    .am-oxygen__steps {

        grid-template-columns:
            1fr;
    }


    .am-oxygen__features {

        grid-template-columns:
            1fr;
    }


    .am-oxygen__step {

        min-height: 160px;
    }


    /* SAFETY */

    .am-oxygen__safety {

        grid-template-columns:
            1fr;

        gap: 17px;

        padding: 27px;

        border-radius: 17px;
    }


    /* QUALITY */

    .am-oxygen__quality {

        padding: 28px;

        border-radius: 18px;
    }


    .am-oxygen__quality h3 {

        font-size: 2rem;
    }


    /* CTA */

    .am-oxygen__cta {

        flex-direction: column;

        align-items: flex-start;

        padding: 25px;

        border-radius: 17px;
    }


    .am-oxygen__cta h3 {

        font-size: 1.65rem;
    }


    .am-oxygen__cta-button {

        width: 100%;

        justify-content: center;
    }

}


/* =========================================================
   ACCESIBILIDAD
   ========================================================= */

.am-oxygen__cta-button:focus-visible {

    outline:
        3px solid
        rgba(0,181,184,.4);

    outline-offset: 4px;
}


/* =========================================================
   REDUCIR MOVIMIENTO
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .am-oxygen *,
    .am-oxygen *::before,
    .am-oxygen *::after {

        transition: none !important;

        animation: none !important;
    }

}/* End custom CSS */