.bg-155E40{
    background:#155E40 !important;
}
.transition{
    transition: all 0.4s ease-in-out;
}
.ff-montserrat{
    font-family: "Montserrat", "Nunito", sans-serif;
}
.contenedor-descripcion-producto{
    padding-bottom: 6rem;
    width: 35%;
    background: #0E303D;
    color: #FFFFFF;
    line-height: 1.2;
    transition: all 0.4s ease-in-out;
    position: relative;
}
.contenedor-descripcion-producto.tp-liquido{
    background: #ffffff;
    color: #000000;
}
.granjaTitulo{
    font-size: 30px;
    font-weight: bold;
    color: #ECB45F;
}
.granjaTitulo.tp-liquido{
    color: #8E7652;
}
.granjaDescripcion{
    font-size: 18px;
    text-align: justify;
}
.contenedor-imagenes-productos{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65%;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.boton-producto-no-seleccionado{
    background-color: white;
    color: #155E40;
    border: 1px solid #155E40;
    border-radius: 0;
    width: 180px;
    height: 40px;
    transition: all 0.5s ease-in-out;
}
.boton-producto-no-seleccionado:hover{
    background-color: #f5ffe3;
    color: #08301f;
    border: 1px solid #003d24;
    scale: 0.98;
    transition: all 0.15s ease-in-out;
}
.boton-producto-seleccionado{
    background-color: #155E40;
    color: #ffffff;
    border: none;
    border-radius: 0;
    width: 180px;
    height: 40px;
}
.splide-img {
    max-width: 250px; 
    width: auto;
    height: 350px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
}
.logo-producto {
    width: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
    -o-object-position: center;
       object-position: center;
}
.splide__slide:not(.is-active) img{
    opacity: 0.5;
    transform: scale(0.8);
    z-index: 2;
    transition: all 0.4s ease-in-out;
}

.splide__slide.is-active img{
    opacity: 0.5;
    transform: scale(1.5);
    z-index: 2;
    opacity: 1;
    transition: all 1s ease-in-out;
}

.boton-contacto{
    position: absolute;
    transform:translate(-100%,-100%);
    width: 194px;
    height: 46px; 
    background: #155E40 0% 0% no-repeat padding-box;
    border: 1px solid #155E40;
    left:100%;
    top:100%;
    color:#FFFFFF
}
@media (max-width: 1300px) {
    .contenedor-descripcion-producto, .contenedor-imagenes-productos {
        width: 100% !important;
    }
    .contenedor-descripcion-producto {
        margin-bottom: 30px;
    }
}

@media (max-width: 1045px) {
    .logo-producto {
        width: 250px;
        -o-object-fit: contain;
           object-fit: contain;
        height: auto;
        -o-object-position: center;
           object-position: center;
    }
    .splide__slide.is-visible .splide-img{
        transform: scale(0.6);
    }
    .splide__slide.is-active .splide-img, .splide__slide.is-active .logo-producto {
        transform: scale(1.1);
    }
}

@media (max-width: 991px) {
    .granjaTitulo{
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    .granjaDescripcion{
        font-size: 16px;
    }

    .boton-contacto{
        position: absolute;
        transform:translate(-50%,-110%);
        left:50%;
        bottom:0;
    }
}


@media (max-width: 600px) {
    .granjaTitulo{
        font-size: 25px;
    }
    .boton-producto-no-seleccionado, .boton-producto-seleccionado{
        width: 45%;
        height: 35px;
    }
}

@media (max-width: 360px) {
    .boton-producto-no-seleccionado, .boton-producto-seleccionado{
        width: 35%;
        height: 30px;
        font-size: 12px;
    }
}

.splide__arrow{
    position: absolute;
    top: 30%;
    background-color: rgba(21, 94, 64, 0.544);
    color: white;
    font-size: 30px;
    height: 20%;
    max-height: 300px;
    min-height: 50px;
    transform: translateY(50%);
    backdrop-filter: blur(5px);
    width: 28px;
    transition: all 0.4s ease;
}
.splide__arrow.splide__arrow--prev{
    
    left: -1rem;
    border-radius: 10px 0 0 10px;
    
}
.splide__arrow.splide__arrow--next{
    left: calc(100% - 1rem);
    border-radius: 0 10px 10px 0;
}
    .splide__arrow:hover {
    scale: 0.98;
    transition: all 0.1s ease;
    }


