/****************************************************
                    BANNER
****************************************************/

.banner-neuronic{

    width:100%;
    position:relative;
    overflow:hidden;
    background:#fff;

}

.banner-neuronic .carousel{

    width:100%;

}

.banner-neuronic .carousel-item{

    background:#fff;

}

.banner-neuronic .banner-img{

    width:100%;
    height:auto;

    display:block;

}


/****************************************************
            CONTROLES
****************************************************/

.banner-neuronic .carousel-control-prev,
.banner-neuronic .carousel-control-next{

    width:55px;

}

.banner-neuronic .carousel-control-prev-icon,
.banner-neuronic .carousel-control-next-icon{

    width:55px;
    height:55px;

    border-radius:50%;

    background-color:rgba(0,0,0,.45);
    background-size:45%;

}


/****************************************************
                INDICADORES
****************************************************/

.banner-neuronic .carousel-indicators{

    bottom:14px;
    margin-bottom:0;

}

.banner-neuronic .carousel-indicators button{

    width:13px !important;
    height:13px !important;

    border-radius:50%;

    border:2px solid #153D9B !important;

    background:#ffffff !important;

    opacity:1;

    margin:0 5px;

}

.banner-neuronic .carousel-indicators .active{

    background:#F08A2A !important;

}


/****************************************************
                TRANSICIÓN
****************************************************/

.banner-neuronic .carousel-item{

    transition:transform .8s ease-in-out;

}

.banner-neuronic .carousel-item img{

    user-select:none;
    pointer-events:none;

}


/****************************************************
                DESKTOP XL
****************************************************/

@media(min-width:1600px){

    .banner-neuronic .banner-img{

        width:100%;
        height:auto;

    }

}


/****************************************************
                LAPTOP
****************************************************/

@media(max-width:1400px){

    .banner-neuronic .banner-img{

        width:100%;
        height:auto;

    }

}


/****************************************************
                TABLET
****************************************************/

@media(max-width:991px){

    .banner-neuronic .banner-img{

        width:100%;
        height:auto;

    }

    .banner-neuronic .carousel-control-prev,
    .banner-neuronic .carousel-control-next{

        display:none;

    }

}


/****************************************************
                MÓVIL
****************************************************/

@media(max-width:768px){

    .banner-neuronic .banner-img{

        width:100%;
        height:auto;

    }

    .banner-neuronic .carousel-indicators button{

        width:10px !important;
        height:10px !important;

    }

}


/****************************************************
            MÓVIL PEQUEÑO
****************************************************/

@media(max-width:480px){

    .banner-neuronic .banner-img{

        width:100%;
        height:auto;

    }

}