﻿
.section-descarga-app {
    display: flex;
    padding: 32px 56px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 80px;
}


.sub-section-descarga-app {
    width: 1166px;
    height: 431px;
    flex-shrink: 0;
    border-radius: 36px;
    opacity: 0;
    transition: opacity 1.6s ease-out;
}

.section-descarga-app .ver-card {
    opacity: 1 !important;
}

.ctn-descarga-app {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    padding: 56px 103px 0;
    width: 100%;
    height: 100%;
}

    .ctn-descarga-app.empresas {
        padding: 57px 52px 0 110px;
    }

.ctn-text {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: end;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

    .ctn-text div {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-content: end;
        align-items: end;
        padding: 0 0 0 166px;
        gap: 20px;
    }

    .ctn-text div.empresas {
        padding: 0 0 0 170px;
    }

    .sub-ctn-text {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

.text-puntuacion {
    align-self: stretch;
    color: #FFF;
    /* H4 */
    font-family: var(--lexend);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 166.667% */
    text-align: center;
}

.sub-ctn-text {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.text-pago-servicio {
    color: #FFF;
    text-align: right;
    font-family: Lexend;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 127.273% */
    margin: 0;
    text-align: end;
}

.tlf-descarga {
    width: 393px;
    height: 309px;
}


.text-descargar {
    display: flex;
    width: 320px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 36px;
    border: 1.5px solid var(--primario-primario);
    background: #FFF;
    color: var(--btn-text);
    font-family: var(--lexend);
    font-size: 16px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    line-height: normal;
}

    .text-descargar.desktop {
        display: block;
    }

    .text-descargar.mobile {
        display: none;
    }

    .ctn-tiendas-app {
        display: flex;
        flex-direction: column;
        gap: 40px
    }

/*.tlf-descarga-empresas {
    position: relative;
    bottom: -40px;
}*/

@media screen and (max-width:1279px) {
    .section-descarga-app {
        padding: 32px 23px;
        margin-bottom: 80px;
    }

    .sub-section-descarga-app {
        width: 70%;
        height: auto;
    }

    .ctn-descarga-app {
        flex-direction: column-reverse;
        align-items:center;
        flex-wrap: wrap;
        padding: 43px;
        gap:10px;
    }

        .ctn-descarga-app.empresas {
            padding: 30px 30px 0;
        }

        .ctn-text div {
            align-items: center;
            padding: 0;
        }

            .ctn-text div.empresas{
                padding:0px;
            }


            .ctn-text {
                align-items: center;
            }
    .empresas .text-pago-servicio {
        font-size: 24px;
        line-height: 34px;
    }

    .text-pago-servicio {
        text-align: center;
    }

    .ctn-tiendas-app{
        display:none;
    }
}
@media screen and (max-width:768px) {

    .text-descargar.desktop {
        display: none;
    }

    .text-descargar.mobile {
        display: flex;
    }

    .text-pago-servicio {
        font-size: 30px;
        line-height: 40px; /* 133.333% */
    }
}
@media screen and (max-width:735px) {

    .sub-section-descarga-app {
        width: 80%;
    }
}

@media screen and (max-width:600px) {

    .sub-section-descarga-app {
        width: 100%;
    }

    .ctn-text{
        gap:30px;
    }

    .ctn-descarga-app.empresas{
        gap:30px;
    }
}

 @media screen and (max-width:500px) {
    .tlf-descarga-empresas {
        width: 100%;
        height: auto;
        /*bottom: -27px;*/
    }

    .tlf-descarga {
        width: 200px;
        height: 200px;
    }

    .ctn-descarga-app {
        padding: 43px 30px;
    }

    .text-descargar.mobile{
        width:100%;
    }

}