@CHARSET "UTF-8";




.home-slider > article.art-post{
    padding: 0px !important;
}
.home-slider .gallery{
    width: 100% !important;
}
.slides_content{
    width: 100% !important;
}
.lastestnews  > div{
    margin-left: 0px !important;
}
.slides{
    height: 100% !important;
}
.gallery{
    height: auto !important;
    position: relative;
    width: 100%;
    background: #FFF;
}

.slider-pagi-nav {
    display: none;
    text-align: center;
    position: relative;
    top: -160px;
    width: 100%;
}

.slides {
    width: 100%;
}

.slides_content {
    position: relative;
    margin-top: -20px;
    width: 100%;
    height: auto;
    -webkit-margin-before: -15px;
}

.bg_img {
    width: 100%;
    height: auto;
}



.slider-joe-img {
    width: 100% !important;
    height: 100% !important;
    margin-left: -9px !important;
}
li {
    background-image: none !important;
    padding-left: 0 !important;
}

#slider-joe {
    min-height: 100%;
    width: 100% !important;
    height: 100% !important;
}

.slider-joe-img img {
    width: 100% !important;
    height: 100% !important;
}
div#slide-bcs ul#nav {
    display: none;
    list-style: none;
    position: relative;
    top: 280px;
    z-index: 15;
}
div#slide-bcs ul#nav li#prev {
    float: left;
    padding-left: 0px !important;
}
div#slide-bcs ul#nav li#next {
    float: right;
    margin: 0 20px 0 0;
    padding-left: 0px !important;
}
div#slide-bcs ul#nav li a {
    display: block;
    width: 78px;
    height: 78px;
}
/*paginator*/
* {
    margin: 0;
    padding: 0;
}
.gallery-container {
    border: 0px solid olive;
    margin: 0px auto;
    padding: 0px;
    display: table;
}
.slider {
    /*overflow: scroll;*/
}
.slider ul {
    width: 10000px;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px !important;
}

.slider ul.paginator {
    width: auto !important;
}
.slider li {
    float: left;
}
.slider-nav {
    display: none;
    margin-top: -19%;
    cursor: pointer;
    width: 98% !important;
    margin-left: 1%;
    position: absolute;
}
.backbtn {
    width: 40px;
    height: 40px;
    position: relative;
    font-size: 18px;
    font-weight: 100;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    background-image: url('../../../assets/btn_flecha_izq_activa.svg') !important;
    border: none !important;
    cursor: pointer;
}
.backbtn:hover {
    background-image: url('../../../assets/btn_flecha_izq_inactiva.svg') !important;
}
.nextbtn {
    width: 40px;
    height: 40px;
    position: relative;
    font-size: 18px;
    font-weight: 100;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    background-image: url('../../../assets/btn_flecha_derecha_activa.svg') !important;
    border: none !important;
    cursor: pointer;
}
.nextbtn:hover {
    background-image: url('../../../assets/btn_flecha_derecha_inactiva.svg') !important;
}
.slider-pagi-nav {
    display: none;
    position: absolute !important;
    text-align: center;
    top: 10% !important;
    width: 100% !important;
}

.pagi-container {
    display: inline-block;
    float: right;
    margin-top: 5px;
    -webkit-margin-before: 10px;
}
.pagi-container>ul {
    padding: 10px !important;
    margin: 0px !important;
    display: inline-block;
    text-align: center;
}
.pagi-container>ul li {
    width: 8px;
    height: 8px;
    position: relative;
    font-size: 13px;
    font-weight: 100;
    line-height: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-image: url('../../../assets/btn_imagencarrusel_seleccionada_1.svg') !important;
    background-size: 100% !important;
    margin: 5px;

}
.pagi-container>ul li.active {
   background-image: url('../../../assets/btn_imagencarrusel_seleccionada.svg') !important;
}
.pagi-container>ul li a{
    border: 0px solid #fff;
}

.pagi-container>ul li:hover {
    background: radial-gradient(rgba(220, 220, 220, 0.3), rgba(180, 180, 180, 0.8) 95%);
}
.pagi-container>ul li a {
    display: inline-block;
    text-decoration: none;
    color: rgb(100, 100, 100);
}


div.slider ul li {
    width: 100%;
}

.slides_content a img{
    width: 100%;
    height: auto;
}

.c-pointer{
    cursor:pointer;
}