.inicio-banner {
    padding: 32px 52px;
    background: #ff7b17;
    color: #ffffff;

    /* Lato/Headline 3 */

    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* or 120% */

    letter-spacing: 0.0025em;

    /* White/White (background) */

    color: #ffffff;

    height: 205px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inicio-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-text {
    border-left: solid 4px #ffffff;
    padding-left: 16px;
}

.moderm-card {
    width: 276px;
    height: 212px;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;

    /* Lato/Body 1 - Bold */

    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: center;
    letter-spacing: 0.0025em;

    color: #565656;

    /* Elevation-styles/$elevation-raised-top */

    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
}

.moderm-card a:hover,
.moderm-card a {
    text-decoration: none;
}

.moderm-card span {
    text-transform: uppercase;
}

.card-container {
    position: absolute;
    top: 170px;
    padding: 0 44px;

    display: grid;
    grid-template-columns: repeat(3, 1fr); /* dos columnas con tamaño igual */
    grid-gap: 20px; /* espacio entre las celdas */
}
