.modal-open .products .container .row h2.title {

    opacity: 0;

}

.img-float {

    animation-name: ta;

    animation-duration: 3s;

    animation-iteration-count: infinite;

    animation-timing-function: ease-in-out;

}



@-webkit-keyframes ta {

    0% {

        transform: translate(0);

    }

    65% {

        transform: translateY(15px);

    }

    to {

        transform: translate(0);

    }

}

.about .row p {

    max-width: 70%;

}

.enviroment ul>li:not(:last-of-type) {

    margin-bottom: 1rem;

}

.swiper-control-products>div {

    bottom: 10rem;

    position: absolute;

    top: initial;

    margin-top: 0px;

}

.products .bg,
.bottom,
.header {

    background-attachment: fixed;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;
 
}

.bottom {
    overflow: hidden;
}

.wood-bottom {

    opacity: 0;

}

@media only screen and (min-width:1400px) {

    .queso-anis {

        left: -40px;

        bottom: 70px;

    }

    .jamon-1 {

        left: -230px;

    }

}



@media only screen and (max-width:1199px) {

    .products .bg,
    .bottom,
    .header {

        background-attachment: scroll;

    }

    .wood-bottom {

        opacity: 1;

    }

}

@media only screen and (max-width:899px) {

    .about .row p {

        max-width: 100%;

    }

}

@media only screen and (max-width:599px) {

    .swiper-control-products>div {

        bottom: 8.5rem;

    }

}
