<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.theme-mi-slider .nivoSlider
{
    position: relative;
}

.theme-mi-slider .nivoSlider a
{
    border: 0;
    display: block;
}

#banner 
{
    padding-top: 100px;
}

#banner .boton-banner
{
    text-decoration: none;
    background: #333;
    color: #fff;
    padding: 5px;
    margin-top: 20px;
}

/*--------------NIVO PAGINACION---------------*/
.nivo-controlNav
{
    display: none;
    justify-content: center;
    
}

.nivo-control
{
    display: block;
    width: 18px;
    height: 18px;
    background: #999999;
    border-radius: 50%;
    margin: 3px;
    color: #fff;
    text-indent: 9999px;
}

.active
{
    background: #333;
}

.nivo-control:hover
{
    background: #333;
}

/*------------NIVO DIRECCION-------------*/

.nivo-directionNav a
{
    display: block;
    width: 30px;
    height: 30px;
}

.nivo-directionNav .nivo-prevNav
{
    background-image: url(../img/icons/circle-left.png);
    background-size: cover;
    text-indent: -9999px;
    left: 6px;
}

.nivo-directionNav .nivo-nextNav
{
    background-image: url(../img/icons/circle-right.png);
    background-size: cover;
    text-indent: -9999px;
    right: 6px;
}

/*----------ESTILOS RESPONSIVE--------------*/

@media(min-width:480px)
{
    #banner .nivo-caption 
    {
        position:absolute;
        font-size: 15px;
        top: 25%;
        left:0px;
        bottom:0px;
        font-family: sans-serif;
        text-align: center;
        color:#fff;
        width:100%;
        z-index:8;
        padding: 5px 10px;
        overflow: hidden;
        display: none;

    }
}

@media(min-width:770px)
{
    #banner .nivo-caption 
    {
        position:absolute;
        font-size: 20px;
        top: 35%;
        left:0px;
        bottom:0px;
        font-family: sans-serif;
        text-align: center;
        color:#fff;
        width:100%;
        z-index:8;
        padding: 5px 10px;
        overflow: hidden;
        display: none;

    }
}

@media(min-width:1147px)
{
    #banner .nivo-caption 
    {
        position:absolute;
        font-size: 25px;
        top: 35%;
        left:0px;
        bottom:0px;
        font-family: sans-serif;
        text-align: center;
        color:#fff;
        width:100%;
        z-index:8;
        padding: 5px 10px;
        overflow: hidden;
        display: none;

    }
}

</pre></body></html>