@charset "utf-8";

/* =========================================================
   COPRM - SLIDER 2 WHATSAPP REFINADO
   ========================================================= */

#container-slider,
#container-slider * {
    box-sizing: border-box;
}

#container-slider {
    position: relative;
    width: 100%;
    min-height: 440px;
    margin-bottom: 24px;
    overflow: visible;
    background: #edf2f4;
}

#slider {
    position: relative;
    width: 100%;
    min-height: 440px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    background: #eef2f4;
}

#slider .slide-item {
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 440px;
    margin: 0;
    padding: 0;
    list-style: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity .75s ease;
}

#slider .slide-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.98) 0%,
            rgba(255,255,255,.95) 34%,
            rgba(255,255,255,.74) 52%,
            rgba(255,255,255,.18) 66%,
            rgba(255,255,255,0) 74%
        );
}

.content_slider {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 66%;
    height: 100%;
    display: flex;
    align-items: center;
}

.fondo_cuerpo_slider {
    width: 100%;
    max-width: 940px;
    margin-left: clamp(38px, 6vw, 112px);
    padding-right: 55px;
}

.titulo_slider {
    margin: 0 0 13px;
    max-width: 900px;
    color: #00a5bf;
    font-size: clamp(36px, 3.1vw, 58px);
    line-height: 1.07;
    font-weight: 800;
    letter-spacing: -1.4px;
    text-shadow: none;
}

.subtitulo_slider {
    margin: 0 0 13px;
    max-width: 850px;
    color: #54585b;
    font-size: clamp(20px, 1.55vw, 29px);
    line-height: 1.25;
    font-weight: 700;
}

.cuerpo_slider {
    max-width: 760px;
    margin-top: 8px;
    color: #3b4144;
    font-size: 18px;
    line-height: 1.5;
}

.btnSlider {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 27px;
    padding: 13px 23px;
    border: 0;
    border-radius: 4px;
    background: #00a9c5;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 6px 19px rgba(0,145,170,.17);
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.btnSlider span {
    font-size: 24px;
    line-height: .7;
}

.btnSlider:hover,
.btnSlider:focus {
    background: #008ea7;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0,145,170,.25);
}

/* =========================================================
   PANEL WHATSAPP REFINADO
   Más corporativo: dominante turquesa COPRM + acento verde.
   ========================================================= */

.whatsapp-panel {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    width: 34%;
    min-width: 495px;
    height: 440px;
    overflow: visible;
    color: #fff;
    border-top-left-radius: 230px 440px;
    border-bottom-left-radius: 110px 190px;
    background:
        linear-gradient(
            145deg,
            #11bbcf 0%,
            #0eaebf 42%,
            #179f8a 72%,
            #1ea969 100%
        );
    box-shadow: -24px 0 52px rgba(0, 95, 112, .16);
}

.whatsapp-panel::before {
    content: "";
    position: absolute;
    left: -52px;
    top: 0;
    width: 115px;
    height: 100%;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 25%, rgba(255,255,255,.22) 65%, rgba(255,255,255,0) 100%);
    opacity: .7;
    pointer-events: none;
}

.whatsapp-panel__glow {
    position: absolute;
    pointer-events: none;
    right: -130px;
    top: -120px;
    width: 420px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255,255,255,.10);
}

.whatsapp-panel__glow--bottom {
    right: -100px;
    top: auto;
    bottom: -165px;
    width: 520px;
    height: 270px;
    background: rgba(0, 106, 114, .16);
    transform: rotate(-8deg);
}

.whatsapp-panel__inner {
    position: relative;
    z-index: 3;
    height: 100%;
    padding: 48px 34px 42px 110px;
}

.whatsapp-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.whatsapp-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: rgba(255,255,255,.16);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
}

.whatsapp-logo {
    width: 52px;
    height: 52px;
    object-fit: contain;
    filter: drop-shadow(0 3px 8px rgba(0,0,0,.08));
}

.whatsapp-kicker {
    display: block;
    margin-bottom: 1px;
    font-size: 21px;
    line-height: 1.05;
    font-weight: 400;
}

.whatsapp-heading strong {
    display: block;
    font-size: clamp(40px, 2.7vw, 54px);
    line-height: .92;
    font-weight: 800;
    letter-spacing: -1.3px;
}

.whatsapp-body {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

.whatsapp-qr-card {
    width: 188px;
    flex: 0 0 188px;
    padding: 12px 12px 14px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(0,0,0,.16);
}

.whatsapp-qr-card__image {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.whatsapp-qr-card__image img {
    display: block;
    width: 100%;
    height: auto;
}

.whatsapp-qr-card__caption {
    margin-top: 10px;
    color: #21353f;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 800;
    text-align: center;
}

.whatsapp-copy {
    max-width: 175px;
    padding-top: 16px;
}

.whatsapp-copy p {
    margin: 0 0 16px;
    color: #fff;
    font-size: 18px;
    line-height: 1.42;
}

.whatsapp-copy__tag {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

/* =========================================================
   TELÉFONO FLOTANTE
   ========================================================= */

.channel-phone {
    position: absolute;
    z-index: 9;
    right: 28px;
    bottom: -50px;
    width: 158px;
    height: 300px;
    padding: 8px;
    border: 4px solid #26343d;
    border-radius: 31px;
    background: linear-gradient(145deg, #5b6972 0%, #1e2a31 45%, #52626c 100%);
    box-shadow: 0 18px 35px rgba(0,0,0,.25), -4px 8px 16px rgba(0,92,86,.15);
    transform: rotate(8deg);
}

.channel-phone::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 23px;
    border: 1px solid rgba(255,255,255,.28);
    pointer-events: none;
}

.channel-phone__speaker {
    position: absolute;
    z-index: 3;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 5px;
    border-radius: 4px;
    background: #12191e;
}

.channel-phone__screen {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(180deg, #f9fdff 0%, #eff8fb 100%);
    text-align: center;
    color: #25323a;
    padding: 12px 10px 12px;
}

.channel-phone__topbrand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
    margin-bottom: 8px;
    color: #169f70;
    font-size: 12px;
    font-weight: 800;
}

.channel-phone__topbrand img {
    width: 18px;
    height: 18px;
}

.channel-phone__screenimg {
    width: 100%;
    height: 205px;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
}

.channel-phone__screenimg img {
    display: block;
    width: 100%;
    height: auto;
}

.channel-phone__button {
    width: 100px;
    margin: 11px auto 0;
    padding: 8px 0;
    border-radius: 18px;
    background: linear-gradient(180deg, #27c674 0%, #1cae62 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.listslider {
    position: absolute;
    left: 32.8%;
    bottom: 18px;
    z-index: 12;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateX(-50%);
}

.listslider li {
    width: 9px;
    height: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.listslider li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(105,115,120,.43);
    transition: background .2s ease, transform .2s ease;
}

.listslider li a:hover {
    transform: scale(1.2);
}

.listslider li a.item-select-slid {
    background: #00acc8;
    transform: scale(1.2);
}

@media screen and (max-width: 1280px) {
    .content_slider {
        width: 63%;
    }

    .whatsapp-panel {
        width: 37%;
        min-width: 430px;
        border-top-left-radius: 185px 440px;
    }

    .whatsapp-panel__inner {
        padding-left: 92px;
        padding-right: 26px;
    }

    .whatsapp-body {
        gap: 16px;
    }

    .whatsapp-qr-card {
        width: 164px;
        flex-basis: 164px;
    }

    .whatsapp-copy {
        max-width: 150px;
    }

    .whatsapp-copy p {
        font-size: 16px;
    }

    .channel-phone {
        right: 12px;
        width: 140px;
        height: 272px;
    }

    .channel-phone__screenimg {
        height: 184px;
    }

    .listslider {
        left: 31%;
    }
}

@media screen and (max-width: 767px) {
    #container-slider {
        min-height: 710px;
        margin-bottom: 0;
        overflow: hidden;
    }

    #slider,
    #slider .slide-item {
        min-height: 710px;
    }

    #slider .slide-overlay {
        background: linear-gradient(180deg, rgba(0,153,182,.95) 0%, rgba(0,153,182,.92) 51%, rgba(0,153,182,.66) 63%, rgba(255,255,255,.04) 100%);
    }

    .content_slider {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 388px;
        display: block;
        padding: 34px 24px 24px;
    }

    .fondo_cuerpo_slider {
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .titulo_slider {
        color: #fff;
        font-size: 30px;
        line-height: 1.08;
        letter-spacing: -.5px;
    }

    .subtitulo_slider {
        color: #edfaff;
        font-size: 19px;
    }

    .cuerpo_slider {
        color: #fff;
        font-size: 16px;
    }

    .btnSlider {
        margin-top: 19px;
        padding: 11px 18px;
        background: #fff;
        color: #008da8;
        font-size: 15px;
        box-shadow: none;
    }

    .whatsapp-panel {
        top: auto;
        bottom: 0;
        width: 100%;
        min-width: 0;
        height: 322px;
        overflow: hidden;
        border-radius: 46px 46px 0 0;
        box-shadow: 0 -12px 35px rgba(0,0,0,.11);
    }

    .whatsapp-panel::before,
    .whatsapp-panel__glow,
    .whatsapp-panel__glow--bottom {
        display: none;
    }

    .whatsapp-panel__inner {
        padding: 22px 22px 18px;
    }

    .whatsapp-heading {
        gap: 11px;
        margin-bottom: 14px;
    }

    .whatsapp-logo-wrap {
        width: 44px;
        height: 44px;
    }

    .whatsapp-logo {
        width: 35px;
        height: 35px;
    }

    .whatsapp-kicker {
        font-size: 15px;
    }

    .whatsapp-heading strong {
        font-size: 31px;
    }

    .whatsapp-body {
        gap: 14px;
    }

    .whatsapp-qr-card {
        width: 116px;
        flex-basis: 116px;
        padding: 8px 8px 10px;
        border-radius: 14px;
    }

    .whatsapp-qr-card__caption {
        margin-top: 6px;
        font-size: 11px;
    }

    .whatsapp-copy {
        max-width: 148px;
        padding-top: 2px;
    }

    .whatsapp-copy p {
        margin-bottom: 9px;
        font-size: 14px;
        line-height: 1.35;
    }

    .whatsapp-copy__tag {
        font-size: 12px;
        padding: 6px 10px;
    }

    .channel-phone {
        display: none;
    }

    .listslider {
        left: 50%;
        bottom: 332px;
    }
}
