@media (max-width:1366px) {
    .ct-cifras-home .fondo:before {
        width: 86%;
    }

    .imagen-cifras {
        max-width: 399px;
        margin: auto;
    }
}

@media (max-width:1024px) {
    .contenido-banner-ppal {
        position: relative;
        margin: -30% auto 50px;
        left: 0;
        max-width: 90%;
    }

    .Imagen-banner {
        object-position: center;
        height: 674px;
    }

    .d-grid {
        grid-template-columns: 1fr;
    }

    .ct-cifras-home .fondo:before {
        content: none;
    }

    .fondo .container {
        background: var(--white);
        border-radius: 5px;
    }

    .font-80 {
        font-size: 48px;
    }

    .description-cifra p {
        font-size: 24px;
        line-height: 30px;
    }

    .ct-contb2 h3 {
        font-size: 32px;
        line-height: 110%;
    }
}

@media (max-width:768px) {
    .font-60 {
        font-size: 32px;
        line-height: 110%;
    }

    .contenido-banner-ppal h1,
    .contenido-banner-ppal h2,
    .banner-title-interna h1 {
        font-size: 32px;
        line-height: 110%;
    }

    .description-banner p {
        font-size: 18px;
        line-height: 24px;
    }

    .font-50 {
        font-size: 32px;
        line-height: 110%;
    }

    .description-img-text p {
        font-size: 18px;
        line-height: 24px;
    }

    .contenido-card {
        padding: 25px;
    }

    .mt-small {
        margin-top: 1.5rem;
    }

    .mt-medium {
        margin-top: 2rem;
    }

    .mt-large {
        margin-top: 3rem;
    }

    .pt-small {
        padding-top: 1.5rem;
    }

    .pt-medium {
        padding-top: 2rem;
    }

    .pt-large {
        padding-top: 3rem;
    }

    .mb-small {
        margin-bottom: 1.5rem;
    }

    .mb-medium {
        margin-bottom: 2rem;
    }

    .mb-large {
        margin-bottom: 3rem;
    }

    .pb-small {
        padding-bottom: 1.5rem;
    }

    .pb-medium {
        padding-bottom: 2rem;
    }

    .pb-large {
        padding-bottom: 3rem;
    }

    .cont-banner-2:before {
        width: 100%;
        height: 80%;
    }

    .p-banner {
        padding: 1.5rem;
    }

    .img-banner-2 {
        width: 100%;
        height: 310px;
    }

    .bgcard-negro:before {
        height: 80%;
    }

    .bgcard-naranja:before {
        height: 58%;
    }

    .title-webform-bili h3 {
        font-size: 32px;
        line-height: 37px;
    }
}

@media (max-width:600px) {
    .ct-btn-banner {
        padding-bottom: 70px;
    }

    .btn-banner-ppal,
    .btn-card,
    .btn-banner-2 {
        width: 100%;
        text-align: center;
    }

    .contenido-banner-ppal {
        margin: -50% auto 50px;
    }

    .imagen-cifras {
        max-width: 100%;
    }

    .ct-banner-interna {
        padding-top: 70px;
        margin-top: 70px;
    }

    .imagen-banner-interna {
        height: 80%;
    }
}

@media (max-width:450px) {

    .column3-grid,
    .cards-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    }

    .container-webform-bili {
        grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
        gap: 10px;
    }

    .container-webform-bili input,
    .container-webform-bili input::placeholder,
    .container-webform-bili select {
        font-size: 13px;
    }

    .contenido_tabs_bili ol li::before {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .contenido_tabs_bili ol > li strong {
        font-size: 18px;
        line-height: 21px;
    }

    .contenido_tabs_bili ol > li {
        padding-left: 40px;
    }
}