/* KUFF CAROUSEL ARROWS DEL CAROUSEL */
.kuff-prev-arrow, .kuff-next-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 43%;
    display: block;
    width: 33px;
    height: 100px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.kuff-prev-arrow {
    z-index: 1;
    left: 200px;
}

.kuff-next-arrow {
    right: 200px;
}
/* FIN KUFF CAROUSEL ARROWS DEL CAROUSEL */

/* KUFF BOLITAS DEL CAROUSEL */
.kuff-carousel-bolitas {
    background-color: #fbc15a;
    border-radius: 50%;
}

.kuff-carousel-bolitas span {
    background-color: #fbc15a;
    border-radius: 50%;
}

.slick-active div span {
    background-color: #737373;
}

.slick-active .kuff-carousel-bolitas span,
.slick-active .kuff-carousel-bolitas {
    background-color: #FB9620;
    border: #FB9620;
}

/* FIN KUFF BOLITAS DEL CAROUSEL */

.slick-slide {
    outline: none;
}

.slick-dots {
    bottom: 30px !important;
}

/**************************************/
/**************************************/
/**************************************/

#kuff-first-row {
    border: 2px solid #cccccc;
    border-radius: 8px;
}

#kuff-first-row img {
    width: 100%;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
}

#kuff-fr-text {
    padding-top: 25px;
    padding-right: 20px;
}

#kuff-fr-text p {
    font-size: 17px;
    margin-top: 35px;
}

#kuff-titlebox-wrapper a {
    color: #666666;
}

#img-workers-wrapper {
    padding-right: 0;
}

/*********************************/
/*********************************/
/*********************************/

#kuff-titlebox-wrapper {
    margin-top: 25px;
}

.kuff-titlebox {
    border: 2px solid #cccccc;
    border-radius: 8px;
    margin-bottom: 45px;
}

.kuff-titlebox h2 {
    font-family: 'Eurostile';
    font-weight: 800;
    background-image: url('../img/box-blue-gradient.png');
    text-align: center;
    color: #ffffff;
    height: 45px;
    padding-top: 7px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    margin-top: 0;
    margin-bottom: 0;
}

.kuff-titlebox img{
    width: 100%;
}

.kuff-titlebox p {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: justify;
    max-height: 105px;
    min-height: 105px;
}

.conocemas-text {
    margin-top: 45px;
    margin-bottom: 0;
    text-align: right;
    color: #cc9933;
    font-weight: 600;
}

#distribuidores-wrapper {
    border: 2px solid #cccccc;
    border-radius: 8px;
    text-align: center;
}

#distribuidores-wrapper p {
    margin-top: 10px;
    text-align: center;
    font-size: 17px;
}

/*********************************/
/*********************************/
/*********************************/

.kuff-carousel-distribuidores img {
    width: 100%;
    padding: 10px;
}

#distribuidores-wrapper img {
    width: 100%;
    margin-bottom: 15px;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        .kuff-prev-arrow, .kuff-next-arrow {
            height: 75px;
            width: 25px;
        }
        .kuff-prev-arrow {
            left: 60px;
        }
        .kuff-next-arrow {
            right: 60px;
        }
        /********************************/
        /********************************/
        /********************************/
        .kuff-carousel-bolitas {
            height: 18px !important;
            width: 18px !important;
        }
        
        .kuff-carousel-bolitas span {
            display: none;
        }
        
        .slick-dots li {
            height: 18px !important;
            width: 18px !important;
        }

        .slick-dots {
            bottom: -8px !important;
        }
        /********************************/
        /********************************/
        /********************************/
        #kuff-fr-text {
            padding-top: 0;
        }        
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        .kuff-prev-arrow, .kuff-next-arrow {
            height: 75px;
            width: 25px;
        }
        .kuff-prev-arrow {
            left: 60px;
        }
        .kuff-next-arrow {
            right: 60px;
        }
        /********************************/
        /********************************/
        /********************************/
        .kuff-carousel-bolitas {
            height: 18px !important;
            width: 18px !important;
        }
        
        .kuff-carousel-bolitas span {
            display: none;
        }
        
        .slick-dots li {
            height: 18px !important;
            width: 18px !important;
        }

        .slick-dots {
            bottom: -8px !important;
        }
        /********************************/
        /********************************/
        /********************************/
        #kuff-fr-text {
            padding-top: 10px;
        }   
        #kuff-fr-text h3 {
            font-size: 21px;
            margin-top: 0;
        }
        #kuff-fr-text p {
            font-size: 14px;
            margin-top: 13px;
        }
        #kuff-first-row img {
            border-radius: 6px;
        }
        #img-workers-wrapper {
            padding-left: 0;
        }             
    }


    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .kuff-titlebox p {
            max-height: 135px;
            min-height: 135px;
        }    
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        .kuff-prev-arrow, .kuff-next-arrow {
            height: 65px;
            width: 20px;
        }
        .kuff-prev-arrow {
            left: 40px;
        }
        .kuff-next-arrow {
            right: 40px;
        }
        /********************************/
        /********************************/
        /********************************/
        .kuff-carousel-bolitas {
            height: 15px !important;
            width: 15px !important;
        }
        
        .kuff-carousel-bolitas span {
            display: none;
        }
        
        .slick-dots li {
            height: 15px !important;
            width: 15px !important;
        }

        .slick-dots {
            bottom: -7px !important;
        }
        /********************************/
        /********************************/
        /********************************/
        #kuff-fr-text h3 {
            font-size: 23px;
            margin-top: 0;
        }
        #kuff-fr-text p {
            font-size: 16px;
            margin-top: 20px;
        }
        #kuff-first-row img {
            border-radius: 6px;
        }
        #img-workers-wrapper {
            padding-left: 0;
        }
                             
    }


    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        .kuff-prev-arrow, .kuff-next-arrow {
            height: 45px;
            width: 15px;
        }
        .kuff-prev-arrow {
            left: 20px;
        }
        .kuff-next-arrow {
            right: 20px;
        }
        /********************************/
        /********************************/
        /********************************/
        .kuff-carousel-bolitas {
            height: 10px !important;
            width: 10px !important;
        }
        
        .kuff-carousel-bolitas span {
            display: none;
        }
        
        .slick-dots li {
            height: 10px !important;
            width: 10px !important;
        }

        .slick-dots {
            bottom: -10px !important;
        }
        /********************************/
        /********************************/
        /********************************/
        #kuff-fr-text h3 {
            font-size: 20px;
            margin-top: 0;
        }
        #kuff-fr-text p {
            font-size: 15px;
            margin-top: 5px;
        }
        #kuff-first-row img {
            border-radius: 6px;
        }
        #img-workers-wrapper {
            padding-left: 0;
        }
        /********************************/
        /********************************/
        /********************************/
        .kuff-titlebox p {
            max-height: 155px;
            min-height: 155px;
        }                
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        .kuff-prev-arrow, .kuff-next-arrow {
            height: 45px;
            width: 15px;
        }
        .kuff-prev-arrow {
            left: 0;
        }
        .kuff-next-arrow {
            right: 0;
        }
        /********************************/
        /********************************/
        /********************************/
        #kuff-fr-text h3 {
            font-size: 20px;
            margin-top: 0;
        }
        #kuff-fr-text p {
            font-size: 15px;
            margin-top: 5px;
        }
        #kuff-first-row img {
            border-radius: 6px;
        }
        #img-workers-wrapper {
            padding-left: 0;
        }
        /********************************/
        /********************************/
        /********************************/

    }