.carrusel_imgs_tiny_wrap .tns-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1300px;
    margin: 30px auto 0 auto;
    padding: 0 15px;
}
.carrusel_imgs_tiny_wrap .tns-nav button {
    appearance: none;
    box-shadow: none;
    outline: none;
    border: none;
    flex: 1;
    height: 5px;
    background-color: #dedede;
    border-radius:0;
    margin:0;
}
.carrusel_imgs_tiny_wrap .tns-nav button.tns-nav-active {
    background-color: #ffd300;
}
.carrusel_imgs_tiny_wrap  .tns-controls{
    max-width: 1300px;
    display:flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
    margin:20px auto 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.carrusel_imgs_tiny_wrap  .tns-controls  button {
    appearance: none;
    box-shadow: none;
    border: none;
    background: none;
    color: #ffd300;
    font-size:25px;
    margin:0;
    border-radius:0;
}
.carrusel_imgs_tiny_wrap  .tns-controls  button i.fa-angle-right::before {
   content: "";
   background-image: url('./images/icono-arrow-rigth.svg');
   width: 20px;
   background-size: contain;
   height: 36px;
   display: block;
   background-repeat: no-repeat;
}
.carrusel_imgs_tiny_wrap  .tns-controls  button i.fa-angle-left::before {
    content: "";
    background-image: url('./images/icon-arrow-left.svg');
    width: 20px;
    background-size: contain;
    height: 36px;
    display: block;
    background-repeat: no-repeat;
 }
.tns-outer {
    position: relative;
}