/* Lonjas CSS */

/*

.slick-carousel_lonjas{
    background-color: #F4F4F3;
    margin-bottom: 40px;
        & .item {
            display: flex;
            justify-content: space-between;
            text-align: center;
            align-items: center;
            max-width: 400px;
            flex-flow: column;
            height: 120px;
            padding: 2rem 0;
            & .producto a{
                font-family: OpenSans;
                font-size: 18px;
                font-weight: 400;
                line-height: 24px;
                letter-spacing: 0em;
                text-align: center;
            }
            & .valor .precio{
                font-family: OpenSans;
                font-size: 18px;
                font-weight: 400;
                line-height: 24px;
                letter-spacing: 0em;
                text-align: center;
            }
            &.up .valor .precio{
                color: #268131;
            }
            &.down .valor .precio{
                color: #A40707;
            }
            & .valor .fas{
                position: relative;
            }
            & .valor .fas.fa-arrow-up::after{
                content: " ";
                background-image:url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/up-ico.svg);
                background-size: 20px 20px;
                display: inline-block;
                width: 20px;
                height: 20px;
                content: "";
                background-size: cover;
                background-repeat: no-repeat;
                position: absolute;
                left: 3px;
                top: 1px;
            }
            & .valor .fas.fa-arrow-down::after{
                content: " ";
                background-image:url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/down-ico.svg);
                background-size: 20px 20px;
                display: inline-block;
                width: 20px;
                height: 20px;
                content: "";
                background-size: cover;
                background-repeat: no-repeat;
                position: absolute;
                left: 3px;
                top: 1px;
            }
        }
    }
}

*/


.slick-carousel_lonjas {
    background-color: #F4F4F3;
    margin-bottom: 40px;
}

.slick-carousel_lonjas .item {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    max-width: 400px;
    flex-flow: column;
    height: 120px;
    padding: 2rem 0;
}

.slick-carousel_lonjas .item .producto a {
    font-family: OpenSans;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}

.slick-carousel_lonjas .item .valor .precio {
    font-family: OpenSans;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}

.slick-carousel_lonjas .item.up .valor .precio {
    color: #268131;
}

.slick-carousel_lonjas .item.down .valor .precio {
    color: #A40707;
}

.slick-carousel_lonjas .item .valor .fas {
    position: relative;
}

.slick-carousel_lonjas .item .valor .fas.fa-arrow-up::after {
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/up-ico.svg);
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 3px;
    top: 1px;
}

.slick-carousel_lonjas .item .valor .fas.fa-arrow-down::after {
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/down-ico.svg);
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 3px;
    top: 1px;
}


/* Boton carrusel - START */
.slick-carousel_lonjas .btn {
	border: none;
	background: linear-gradient(90deg, #28C1F5 0%, #58FCFF 100%);
	color: #281E0E;	
	padding: 0 1rem;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: right;
}

.slick-carousel_lonjas .btn::after {
	background-image: none;
	width: 0;
}

/* Boton carrusel - END */
