/*
* Copyright (c) 2018, Nicripsia Internet SL www.soy.es All rights reserved.
* 
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* 
* @author    Soy.es <info@soy.es>
* @copyright 2018 Soy.es
* @license   Soy.es
*/
/*

#header div.header-top {
    padding: 0;
}
*/

#header .banner .container {
    max-width: 1920px;
    padding: 0;
}

#soy_banner_top {
    background: #000;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}


#soy_banner_top.soy_contador {
    background: #000;
}

#soy_banner_top .soy_mensaje_top {
    margin: 0 auto;
    color: #000;
    width: 100%;
    position: relative;
    padding: 1rem 0;
    word-wrap: break-word;
}

#soy_banner_top.soy_contador .soy_mensaje_top {
    color: #FFF;
    right: 0px;
    left: 0px;

}

#soy_banner_top.soy_contador .soy_mensaje_top span,
#soy_banner_top.soy_contador .soy_mensaje_top a {
    max-width: 58%;
    display: block;
    margin: 0 auto;
    line-height: 1;
}

#soy_banner_top .soy_contador_top {
    text-align: center;
    color: #FFF;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 1%;
    padding-top: .2rem;
}

#soy_banner_top .soy_contador_top .soy_banner_top_separador {
    margin: 0 4px;
}

#soy_banner_top .soy_contador_top ul {
    margin-bottom: 0;
}

#soy_banner_top .soy_contador_top li {
    display: inline-block;
    font-size: 7px;
    list-style-type: none;
    text-transform: uppercase;
    padding: 0.9em 0.9em 0 0.9em;
}

#soy_banner_top .soy_contador_top li span {
    display: block;
    font-size: 2rem;
}


#soy_banner_top i {
    color: #FFF;
    opacity: 0.7;
    padding-left: 10px;
    position: relative;
    left: 0px;
    cursor: pointer;
    width: 2em;
}

#soy_banner_top i:hover {
    color: #FFF;
    opacity: 1;
}


@media(max-width: 991px) {

    #soy_banner_top {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #soy_banner_top i {
        padding-right: 30px;
        float: right;
    }

    #soy_banner_top .soy_contador_top {
        width: 100%;
        text-align: center;
        position: relative;
        padding: 0px 5px 0px 5px;
    }

    #soy_banner_top .soy_mensaje_top {
        width: 80%;
        padding: .5rem 0;
    }

    .soy_mensaje_top,
    .soy_contador_top {
        display: block;
        margin-top: -.5rem;
    }


    #soy_banner_top.soy_contador .soy_mensaje_top span,
    #soy_banner_top.soy_contador .soy_mensaje_top a {
        padding: 1rem 0;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        line-height: 1;
        word-wrap: break-word;
    }

    #soy_banner_top .soy_contador_top li {
        padding: 0.1em 0.5em 0 0.5em;
    }

    #soy_banner_top .soy_contador_top li span {
        display: block;
        font-size: 1.8rem;
    }

}