/* 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;
}