.ax-banner-rotador {
    position: relative;
}

.ax-banner-rotador__item.slick-slide {
    height: auto;
}

.ax-banner-rotador__item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,65%) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,65%) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,65%) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,65%) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,65%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    z-index: 0;
}

.ax-banner-rotador__item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;
    bottom: -1px;
    left: 0;
    z-index: 0;
}

.ax-banner-rotador__item img {
    width: 100%;
}

.ax-banner-rotador__item .ax-img-responsive {
    display: none;
}

.ax-banner-rotador__text {
    position: absolute;
    display: flex;
    width: 1000px;
    max-width: 90%;
    margin: auto;
    bottom: 25%;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    flex-flow: wrap;
    flex-direction: column;
    z-index: 999;
}

.ax-banner-rotador__text a {
    position: relative;
    width: 180px;
    margin: 20px 0 20px 0;
}

.ax-banner-rotador__title {
    width: 100%;
    color: #fff;
    font-size: 29px;
    line-height: 35px;
    margin: 0;
}

.ax-banner-rotador__title strong {
    display: block;
    font-size: 42px;
    line-height: 48px;
}

.ax-banner-rotador .epm-btn_ico {
    margin-left: 10px;
}

.ax-banner-rotador__leyend {
    color: #7AD400;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
}

.ax-banner-rotador__leyend span {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-family: 'epm-bold', sans-serif;
}

.ax-banner-rotador .slick-dots {
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

.ax-banner-rotador .slick-dots li {
    /*display: block;*/
    width: 16px;
    height: 16px;
    margin: 5px 3px;
}

.ax-banner-rotador .slick-dots li button {
    display: flex;
    width: 16px;
    height: 16px;
    padding: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.ax-banner-rotador .slick-dots li button:before {
    content: "";
    position: relative;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: 1 !important;
}

.ax-banner-rotador .slick-dots li button:hover,
.ax-banner-rotador .slick-dots li button:hover:before,
.ax-banner-rotador .slick-dots .slick-active button,
.ax-banner-rotador .slick-dots .slick-active button:before {
    background: #7AD400;
}

.ax-banner-rotador .slick-next.slick-arrow {
    height: 25px;
    right: 4%;
    width: 25px;
    z-index: 10;
}

.ax-banner-rotador .slick-prev.slick-arrow {
    height: 25px;
    left: 4%;
    width: 25px;
    z-index: 10;
}

.ax-banner-rotador .slick-prev.slick-arrow:before{
    content: "";
    background: url('https://cu.epm.com.co/Portals/clientes_y_usuarios/Skins/clientes_y_usuarios/img/arrow-left-banner.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 25px;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: 0.5s ease all;
    width: 25px;
    z-index: 10;
}

.ax-banner-rotador .slick-next.slick-arrow:before{
    content: "";
    background: url('https://cu.epm.com.co/Portals/clientes_y_usuarios/Skins/clientes_y_usuarios/img/arrow-right-banner.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 25px;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: 0.5s ease all;
    width: 25px;
    z-index: 10;
}

@media(min-width: 768px){
    .ax-banner-rotador .slick-next.slick-arrow {
        right: 12%;
    }
    
    .ax-banner-rotador .slick-prev.slick-arrow {
        left: 12%;
    }
  
}

@media(min-width: 992px){
    .ax-banner-rotador .slick-next.slick-arrow {
        height: 40px;
        right: 3%;
        width: 40px;
    }
    
    .ax-banner-rotador .slick-prev.slick-arrow {
        height: 40px;
        left: 3%;
        width: 40px;
    }
    
    .ax-banner-rotador .slick-next.slick-arrow:before{
        height: 40px;
        width: 40px;
    }
    
    .ax-banner-rotador .slick-prev.slick-arrow:before{
        height: 40px;
        width: 40px;
    }
    
}



@media (max-width: 1024px){
    .ax-banner-rotador__text {
        max-width: 80%;
        padding: 0 5%;
        flex-direction: column;
        align-items: flex-start;
        bottom: 20%;
    }

    .ax-banner-rotador__leyend {
        margin-left: auto;
    }
}


@media (min-width: 440px) and (max-width: 1024px){
    .ax-banner-rotador__item.slick-slide {
        overflow: hidden;
    }

    .ax-banner-rotador__item img {
        position: relative;
        width: auto;
        max-width: none;
        height: 600px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
}


@media (min-width: 440px) and (max-width: 767px){
    .ax-banner-rotador__item img {
        height: 500px;
    }
}

@media (max-width: 767px){
    .ax-banner-rotador__text {
        /*max-width: 80%;*/
        /*padding: 0 5%;*/
        flex-direction: column;
        align-items: center;
        justify-content: center;
        bottom: 10%;
        text-align: center;
    }

    .ax-banner-rotador__title {
        font-size: 18px;
        line-height: 18px;
    }

    .ax-banner-rotador__title strong {
        font-size: 35px;
        line-height: 35px;
    }

    .ax-banner-rotador .epm-btn {
        width: 90%;
    }

    .ax-banner-rotador__leyend {
        width: 100%;
        font-size: 11px;
        line-height: 11px;
        margin-top: 20px;
    }

    .ax-banner-rotador__leyend span {
        font-size: 19px;
        line-height: 19px;
    }

    .ax-banner-rotador .slick-dots {
        /*width: 12px;
        left: 6%;*/
        bottom: 15%;
    }

    .ax-banner-rotador .slick-dots li {
        width: 12px;
        height: 12px;
    }

    .ax-banner-rotador .slick-dots li button {
        width: 12px;
        height: 12px;
    }

    .ax-banner-rotador .slick-dots li button:before {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 440px){
    .ax-banner-rotador__item .ax-img-desktop {
        display: none;
    }

    .ax-banner-rotador__item .ax-img-responsive {
        display: block;
    }

    .ax-banner-rotador__title strong {
        font-size: 26px;
        line-height: 28px;
    }
}