@charset "utf-8";
/* CSS Document */
/* =====================================================
   RADIO ANQARA - SECCIÓN APP
===================================================== */

.aq-hom-qr-container {
    min-height: 400px;

    background-image: url("../img/bg-app-anqara.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/* =====================================================
   ROW
===================================================== */

.aq-hom-qr-container .row {
    min-height: 400px;
}


/* =====================================================
   COLUMNA 1
   Espacio para el celular del fondo
===================================================== */

.aq-hom-qr-col-1 {
    min-height: 400px;
}


/* =====================================================
   COLUMNA 2
===================================================== */

.aq-hom-qr-col-2 {
    display: flex;
    align-items: center;
}

.aq-hom-qr-info {
    width: 100%;
}

.aq-hom-qr-titulo {
    margin: 0 0 12px;

    color: #fff;

    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
}

.aq-hom-qr-descripcion {
    margin: 0;

    color: #fff;

    font-size: 16px;
    line-height: 1.4;
}


/* =====================================================
   COLUMNA 3
===================================================== */

.aq-hom-qr-col-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aq-hom-qr-apps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.aq-hom-qr-app {
    display: block;
    width: 150px;
}

.aq-hom-qr-app img {
    display: block;
    width: 100%;
    height: auto;
}


/* =====================================================
   COLUMNA 4
===================================================== */

.aq-hom-qr-col-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aq-hom-qr-codigo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aq-hom-qr-img {
    display: block;

    width: 120px;
    height: 120px;

    padding: 5px;

    background: #fff;

    object-fit: contain;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991.98px) {

    .aq-hom-qr-container {
        min-height: 350px;
    }

    .aq-hom-qr-container .row {
        min-height: 350px;
    }

    .aq-hom-qr-col-1 {
        min-height: 350px;
    }

    .aq-hom-qr-titulo {
        font-size: 23px;
    }

    .aq-hom-qr-descripcion {
        font-size: 14px;
    }

    .aq-hom-qr-app {
        width: 130px;
    }

    .aq-hom-qr-img {
        width: 100px;
        height: 100px;
    }
}


/* =====================================================
   CELULAR
   1 + 2
   3 + 4
===================================================== */

@media (max-width: 767.98px) {

    .aq-hom-qr-container {
        min-height: auto;

        background-position: left center;
    }

    .aq-hom-qr-container .row {
        min-height: auto;
    }


    /* PRIMERA FILA VISUAL */

    .aq-hom-qr-col-1,
    .aq-hom-qr-col-2 {
        flex: 0 0 50%;
        max-width: 50%;

        min-height: 190px;
    }


    /* SEGUNDA FILA VISUAL */

    .aq-hom-qr-col-3,
    .aq-hom-qr-col-4 {
        flex: 0 0 50%;
        max-width: 50%;

        min-height: 150px;
    }


    .aq-hom-qr-titulo {
        font-size: 20px;
    }

    .aq-hom-qr-descripcion {
        font-size: 13px;
    }

    .aq-hom-qr-app {
        width: 115px;
    }

    .aq-hom-qr-img {
        width: 90px;
        height: 90px;
    }
}


/* =====================================================
   CELULAR PEQUEÑO
===================================================== */

@media (max-width: 575.98px) {

    .aq-hom-qr-col-1,
    .aq-hom-qr-col-2 {
        min-height: 170px;
    }

    .aq-hom-qr-col-3,
    .aq-hom-qr-col-4 {
        min-height: 135px;
    }

    .aq-hom-qr-titulo {
        font-size: 17px;
    }

    .aq-hom-qr-descripcion {
        font-size: 12px;
    }

    .aq-hom-qr-app {
        width: 105px;
    }

    .aq-hom-qr-img {
        width: 80px;
        height: 80px;
    }
}