﻿.banner-mkt {
    display: flex;
    border-radius: 8px;
    border: 1px solid var(--gray3);
    flex-direction: column;
    gap: 16px;
    max-width: 1018px;
    margin: 0 auto;
    margin-top: 68px;
    padding: 32px 0;
    /*background-color: blanchedalmond;*/
}

.banner-mkt__title {
    color: var(--bblack);
    font-family: "Montserrat";     font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: center;
}

.banner-mkt__subtitle {
    color: var(--gray2);
  font-family: "Montserrat";     font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02rem;
    text-align: center;
}

.banner-mkt__llm {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    justify-content: center;
}

    .banner-mkt__llm .boton-saber-mas {
        padding: 12px 0;
    }

    .banner-mkt__llm .boton-saber-mas > span {
        text-align: center;
    }

    .banner-mkt__llm .boton-saber-mas:hover {
        color: var(--bblue);
    }


@media screen and (max-width: 767px) {
    .banner-mkt__llm {
        flex-direction: column;
        align-items: center;
    }
}