.jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
    border: 0;
    
}


/********Carrusel cabecera********/
/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
        width: 100%;

}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 40%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
  
    font: 24px/27px Arial, sans-serif;
}

.jcarousel-control-prev {
    left: -38px;transition: all 0.7s ease-in-out 0s;
}
.jcarousel-control-prev:hover {
    opacity: 1;
}

.jcarousel-control-next {
    right: -17px;transition: all 0.7s ease-in-out 0s;
}
.jcarousel-control-next:hover {
    opacity: 1;
}


/** Carousel Pagination **/

.jcarousel-pagination {
    margin: 1em 0;
    background: #f1f3f6;
    width: 100%;
    text-align: center;
    padding: 1em 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 14px;
    width: 14px;
    line-height: 10px;

    background: #104d84;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;

}

.jcarousel-pagination a.active {
    background: #f935a0;
    color: #fff;
    opacity: 1;

}
/********Fin Carrusel cabecera********/


/********Carrusel destacados********/
/** Carousel **/
.dvcarrusel{
    background: #ebedf0; 
    padding: 0 1.2em;
}
.jcarousel2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.jcarousel2 ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel2 li {
    width: 200px;
    float: left;
    margin-right: 0.2em;
    height: 265px;
}

.jcarousel2 li:nth-child(2n+1){
    background: #f1f3f6
}
.jcarousel2 li a{
    display: inline-block; color: #346da0; font-family: 'Roboto'; font-size: 1.2em; font-weight: bold; margin: 1em 1em 0; line-height: 1.2em;
}
.jcarousel2 li p{
    margin: 1em; color: #6b7279; line-height: 1.5em;  
}
.jcarousel2 img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/
.jcarousel-control-prev2,
.jcarousel-control-next2 {
    position: absolute;
    top: 40%;
    margin-top: -40px;
    width: 30px;
    height: 30px;
    text-align: center;  
}

.jcarousel-control-prev2 {
    left: -30px;
}

.jcarousel-control-next2 {
    right: -30px;
}

@media (max-width: 500px){
    .dvcarrusel{ padding: 0 1.8em;}
    .jcarousel-control-next2 {right: -25px;}
}
/********Fin Carrusel destacados********/