.banner {
    position: relative;
    overflow: visible;
}

.yellow-bar {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffd700;
    color: #000;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 10px 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
    width: 70%;
    text-align: center;
}

.container-maquinaria-ventajas,
.container-maquinaria-subtitulo,
.container-maquinaria-gastosOperacion {
    position: relative;
    z-index: 1;
}

.heading-text {
    font-size: 2.5vw;
}

.paragraph-text {
    font-size: 1.1vw;
}

@media (min-width: 768px) {
    .text-md-start {
        text-align: left !important;
    }

    .icon {
        flex: 0 0 10.5%;
    }

    .icon-container .icon {
        margin: 2% 4%;
    }
}

@media (max-width: 768px) {

    .row1>div,
    .row2>div {
        flex: 0 0 48%;
        max-width: 48%;
        margin: 1%;
    }

    .heading-text {
        font-size: 28px !important;

    }

    .paragraph-text {
        font-size: 16px !important;

    }

    
    .banner-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .banner-content .text-container,
    .banner-content .image-container {
        max-width: 90%;
        margin-bottom: 20px;
    }

    .banner-content .image-container {
        margin-bottom: 0;
    }

    .row1 .col-sm-6,
    .row2 .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 5px;
    }

    .icon-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .icon-container .col-6 {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .icon-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .icon {
        flex: 1 0 45%;
        text-align: center;
    }
}

.ban-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.banner-content .text-container,
.banner-content .image-container {
    max-width: 70%;
}

.fw-bold {
    font-weight: 700;
}

.icon-container .icon {
    padding: 0 10px;
}

.icon img {
    display: block;
    margin: 0 auto;
}

.icon p {
    font-size: 1rem;
    font-weight: 300;
    font-family:  "Roboto Condensed", sans-serif;
}