body {
    background-image: url(../images/web/vector_corazones.png);
    /* background-repeat: no-repeat; */
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: #A171AE;
}

#card-asistant {
    background-color: white;
    width: 85%;
    margin: 5% auto;
    /* height: 750px; */
    max-width: 1320px;
}

.contenido {
    text-align: center;
    padding-top: 150px;
    margin-bottom: 45px;
    padding-inline: 15%;
}

.blq_derecho {
    background-image: url('/images/web/alice_3.png');
    background-repeat: no-repeat;
    /* height: 750px; */
    background-position: center right;
    background-size: 50%;
}

.bloque_izquierdo {
    padding: 5%;
}

.imagenAsistente {
    max-width: 300px;
}

.btn_slider {
    text-align: center;
    padding: 20px;
}

.btn_slider .btn {
    background-color: #F3339D;
    border: none;
    border-radius: 50px;
    width: 50%;
}

.SubtituloAsist {
    font-family: 'Imprima', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    color: #000000;
}


/* moviles */

@media (max-width: 767px) {
    #cabecera-bloque {
        background-image: url(/images/web/alice_3.png);
        background-repeat: no-repeat;
        background-position: top right !important;
        background-size: 33%;
    }
    div#bloque-titulo {
        max-width: 75%;
    }
    #card-asistant {
        width: 100% !important;
        margin: 0 !important;
        height: 100%;
        padding-top: 10%;
    }
    .contenido_slider {
        padding: 0 !important;
        padding-top: 20px !important;
    }
    .blq_derecho {
        background-size: 28% !important;
        background-image: none;
    }
    .contenido {
        padding-top: 30px !important;
        padding-inline: 11% !important;
    }
    .tituloAsist {
        font-size: 1.5em !important;
        line-height: initial !important;
        text-align: left;
    }
    .parrafoAsist {
        max-width: 80% !important;
    }
    .botonesAsistente {
        width: 100%;
    }
    .botonesx2 {
        flex-direction: initial !important;
    }
}


/* tablets */

@media (max-width: 820px) and (min-width: 768px) {
    #cabecera-bloque {
        background-image: url(/images/web/alice_3.png);
        background-repeat: no-repeat;
        background-position: top right !important;
        background-size: 25%;
    }
    div#bloque-titulo {
        max-width: 75%;
    }
    .contenido {
        /* text-align: center; */
        padding-top: 30px;
    }
    .contenido_slider {
        padding-bottom: 10px !important;
    }
    .tituloAsist {
        font-size: 28px !important;
    }
    .blq_derecho {
        background-image: none;
    }
}