/*  Marketplace Page */

.marketplace #page {
    margin-top: -102px;
}


.marketplace .container-fluid.banner {
    margin: 0;
    padding: 0;
}

.marketplace #page .banner-media .banner-image-group {
    position: relative;
    margin: 0;
}

.marketplace .banner-image-group picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.marketplace #page .banner-media .banner-image-group img {
    width: 100%;
    min-height: 439px;
    max-height: 439px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.marketplace .banner-image-group:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 439px;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border-bottom-right-radius: 50% 15%;
    border-bottom-left-radius: 50% 15%;
}

.marketplace .home #page .banner-media .banner-image-group img {
    width: 100%;
    min-height: 439px;
    max-height: 439px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.marketplace .container-fluid.banner .banner-text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 435px;
    top: 0;
    min-width: 100%;
}



.marketplace .container_alternative {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 100px 0;
}

.marketplace .contentalternative{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    gap: 0;
}

.marketplace .contentalternative .media{
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}

.marketplace .contentalternative .media img{
    width: 100%;
    height: 100%;
    max-height: 435px;
    max-width: 435px;
}

.marketplace .contentalternative .content{
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}

.marketplace .contentalternative .content .description h3{
    color: #281E0E;
    font-family: 'OpenSans-Regular';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 24px;
}

.marketplace .contentalternative .content .description p{
    color: #281E0E;
    font-family: OpenSans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.marketplace .contentalternative .content .description a{
    margin-top: 24px;
}


.marketplace #kit_agrov2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 1020px;
    margin: 100px auto 24px;
    gap: 24px;
}



.marketplace #kit_agrov2 .c-highlights-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: auto;
}

.marketplace #kit_agrov2 .c-highlights-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px;
    width: 326.67px;
    height: 504px;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    width: 326.667px;
    height: 408px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    border: 1px solid var(--neutral-020, #D4D2CF);
    background: #FFF;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(51, 51, 51, 0.20);
            box-shadow: 0px 3px 10px 0px rgba(51, 51, 51, 0.20);
}

.marketplace .boton-wivai{
    max-width: 1020px;
    margin: 0 auto;
}

@media (max-width: 768px){
    .marketplace .container-fluid.banner .banner-text {
        width: 100%;
        height: 370px;
        top: 0;
        min-width: 100%;
    }
    .marketplace .banner-image-group picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 370px;
    }
    .marketplace #page .banner-media .banner-image-group img {
        width: 100%;
        min-height: 370px;
        max-height: 370px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .marketplace .banner-text .page-description h1 {
        color: #FDFDFD;
        text-align: center;
        font-size: 32px;
        font-family: 'OpenSans-Regular';
        font-weight: 700;
        line-height: 42px;
    }
    .marketplace .banner-text .page-description p{
        color: #FDFDFD;
        text-align: center;
        font-family: OpenSans;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 125% */
    }
    .marketplace .container_alternative {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 48px 0;
    }
    .marketplace .contentalternative {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        padding: 0 1rem;
    }
    .marketplace .contentalternative .media {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-width: 100%;
        padding: 1rem;
    }
    .marketplace .contentalternative .content {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 1rem;
        text-align: center;
    }
    .marketplace .contentalternative .content .description h3 {
        margin-bottom: 16px;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }
    .marketplace .contentalternative .content .description p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .marketplace .contentalternative .content .description a {
        margin: 32px auto 0;
    }
    .marketplace #kit_agrov2 .c-highlights-list {
        width: 100%;
    }
    .marketplace #kit_agrov2 .c-highlights-list ul li {
        width: 100%;
        max-width: 326px;
        height: auto;
    }
    .marketplace #kit_agrov2 .c-highlights-list ul li .kit-agro__item-container .card img {
        max-width: 294.67px;
        height: auto;
        border-radius: 20px;
        margin-bottom: 24px;
        width: 100%;
    }
    .marketplace #kit_agrov2 .c-highlights-list ul li .kit-agro__item-container .card .promo-text {
        max-width: 286.67px;
        width: 100%;
    }
    .marketplace #kit_agrov2 .c-highlights-list ul li .kit-agro__item-container .card .title {
        width: 100%;
    }
    .marketplace .boton-wivai {
        max-width: 1020px;
        margin: 0 auto;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

#intro_tienda_agro {
    margin-top: 50px;
}
#intro_tienda_agro h2{
    margin-bottom: 25px;
}

#intro_tienda_agro,
.marketplace .container_alternative {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;

}

#kit_agrov2 .c-highlights-list ul li .kit-agro__item-container .card img {
    width: auto;
    height: 230px !important;
    border-radius: 20px;
    margin-bottom: 24px;
}

.marketplace #kit_agrov2 .c-highlights-list ul li.c-highlight {
    height: auto;
}

@media (max-width: 1200px){
    #footer .footer-middle-bottom .column.col-lg-5.col-xs-12 {
        display: none;
    }
    
    #footer .footer-middle-bottom .column.col-lg-7.col-xs-12{
        width: 100%;
    }
}

