﻿body {
    background-color: #F5F5F5 !important;
}


/**********************************CARD METAS DE CONSUMO***********************************/

.card-numeros {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    padding: 65px 20px;
    text-align: center;
}

.icon-card-consulta {
    width: 110px;
    margin-bottom: 40px;
}

.card-numeros .bono {
    width: 60px !important;
}

.card-numeros h1 {
    font-weight: 800;
    font-size: 50px;
    color: #012169;
}

.card-numeros span {
    font-weight: bold;
    font-size: 22px;
    color: #00C1D5;
}


/******************************************************************************************/

.text-end {
    text-align: end;
}

.banner {
    height: 450px;
    color: white;
    background-image: url("/Personas/Paginas/PROMOCIONES/2024/lol-gnial/img/bg-banner-DESKTOP.webp");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 50px 0px;
}

.banner .items>.first-row,
.second-row {
    display: flex;
}

.first-row img {
    width: 225px;
}

.second-row {
    margin-top: 20px;
}

.second-row>#lol-logo {
    width: 186px;
    height: max-content;
}

.second-row>p {
    font-size: 28px;
    padding-top: 32px;
    font-weight: 700;
}

.second-row>#valorant-logo {
    width: 140px;
    height: max-content;
}

.banner .title {
    font-size: 26px;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-family: 'Roboto';
    text-transform: lowercase;
}

.banner #second-title {
    top: 25px;
}

.section-2 {
    padding: 60px 0px;
    padding-bottom: 0 !important;
}

.section-2 p {
    color: #003B7A;
    display: block;
}

.section-2 .intro {
    font-size: 18px;
}

.section-2 .txt {
    margin-top: 50px;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
}

.section-2 .link {
    margin-top: 20px;
}

.section-3 {
    padding-bottom: 75px;
}

.section-4 {
    margin-bottom: 120px;
}

.section-3 #iframe {
    width: 80%;
    height: 600px;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    border-radius: 15px;
}

.cont-text h3 {
    font-weight: 800;
    font-size: 28px;
    color: #012169;
    text-transform: initial !important;
    text-align: center;
}

.cont-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.linea-divisoria {
    margin-bottom: 30px;
    margin-top: 30px;
}

.btn-azul-larimar {
    background: #00C1D5;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 18px;
    margin: 60px 0 80px !important;
    color: #fff !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

.link_bpd:before {
    font-family: '' !important;
    content: '' !important;
}

.titulo-registro {
    margin-bottom: 50px;
}


/* Media */

@media (min-width: 1200px) {
    .banner {
        background-image: url("/Personas/Paginas/PROMOCIONES/2024/lol-gnial/img/bg-banner-DESKTOP.webp");
    }
}

@media (min-width: 1025px) and (max-width:1200px) {
    .banner {
        background-image: url("/Personas/Paginas/PROMOCIONES/2024/lol-gnial/img/bg-banner-LAPTOP.webp");
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .banner {
        background-image: url("/Personas/Paginas/PROMOCIONES/2024/lol-gnial/img/bg-banner-TABLET.webp");
    }
}

@media (max-width: 767px) {
    .banner {
        background-image: url("/Personas/Paginas/PROMOCIONES/2024/lol-gnial/img/bg-banner-MOVIL.webp");
        padding: 192px 0px;
    }
    .first-row img {
        width: 180px;
    }
    .second-row>#lol-logo {
        width: 135px;
        height: max-content;
    }
    .second-row>#valorant-logo {
        width: 116px;
        height: max-content;
    }
}