@CHARSET "UTF-8";
html,
body
{
    overflow-x: hidden;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    position: relative;
}

#preloader
{
    background-color: #0279AD;
    color: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    text-align: center;
}

#preloader .loader
{
    font-size: 0.9em;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: flash 3s infinite;
    animation: flash 3s infinite;
    height: 80px;
    width: 260px;
}

#preloader .loader img
{
    height: 60px;
}

.flash.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: flash;
    animation-name: flash;
}

.text-bold
{
    font-weight: bold;
}

img.imgCenter
{
    margin: 0 auto;
}

.bg-black
{
    background-color: #000000;
}

.bg-blue
{
    background-color: #0279AD;
}

.bg-pink
{
    background-color: #B65379;
}

.bg-purple
{
    background-color: #7E5781;
}

.bg-orange
{
    background-color: #F97E0D;
}

.bg-midlight
{
    background-color: #EFEFEF;
}

.modelo.card > .card-body,
.modelo.card > .card-footer
{
    padding: 1rem;
}

.modelo.card > a.imgandprice
{
    background-color: #000000 !important;
    height: 225px;
    overflow: hidden;
    display:flex;
    align-items: center;
}

.modelo.card > .card-footer
{
    background: none;
    border: 0;
}

a.modelo.card,
a.modelo.card:hover {
    color: #212529;
    text-decoration: none;
}

#menuPrincipal.bordegreca
{
    background-image: url("../img/bordegreca.png");
    background-repeat: repeat-x;
    background-position: bottom;
}

#navbarListaProductos
{
    position: relative;
}

#navbarListaProductos button.navbar-toggler
{
    position: absolute;
    right: 1em;
}

#navbarListaProductos .row a
{
    display: inherit;
    padding: 0.5em;
    width: 100%;
}

#navbarListaProductos .row a:hover
{
    background: rgba(255,255,255, 0.25);
    text-decoration: none;
}

.normal-padding
{
    padding: 1em;
}

.low-padding
{
    padding: 0.25em;
}

.low-padding-vertical
{
    padding-bottom: 0.25em;
    padding-top: 0.25em;
}

.banner
{
    position: relative;
}

.banner .innerText
{
    bottom: 0;
    opacity: 0.85;
    position: absolute;
    width: 100%;
}

.bordegreca
{
    background-image: url('../img/bordegreca.png');
    background-repeat: repeat-x;
    background-position: top;
}

.bordegreca.bottom
{
    background-position: top;
}

.titulo
{
    padding: 0.5em 0;
}

.titulo.margin-vertical
{
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.listaArticulos
{
    padding: 1em;
}

.listaArticulos .column
{
    padding-bottom: 1em;
}

.listaArticulos .imgandprice
{
    position: relative;
}

.listaArticulos .precio
{
    bottom: 0;
    font-size: 1.75em;
    padding: 0.25em 0.45em;
    position: absolute;
    right: 0;
}

.listaArticulos .precio.small
{
    font-size: 1.6em;
}

#inicio .banner .floatingText
{
    left: 0;
    opacity: 0.85;
    position: absolute;
    top: 20%;
}

#inicio .banner .innerText
{
    background-color: #B65379;
    bottom: 0;
    padding: 1em;
    padding-left: 65px;
    right: 0;
}

#inicio .banner .innerText #jarron
{
    bottom: 0;
    position: absolute;
    left: -20px;
    width: 70px;
}

#buscadorPrincipal
{
    width: 50%;
}

header #menuPrincipal
{
    -webkit-box-shadow: 0px 11px 14px -3px rgba(0,0,0,1);
    -moz-box-shadow: 0px 11px 14px -3px rgba(0,0,0,1);
    box-shadow: 0px 11px 14px -3px rgba(0,0,0,1);
    padding-bottom: 0.3em;
    padding-top: 0;
}

footer
{
    margin-top: 4em;
    padding: 1em 0;
}

#mainSection
{
    margin-top: 120px;
}

.menuBotones
{
    margin: 1em 0;
}

.menuBotones .icono
{
    position: absolute;
    text-align: center;
    width: 17%;
}

.menuBotones .icono img
{
    max-height: 165px;
    max-width: 100%;
}

.menuBotones .lista
{
    background-color: #272727;
    margin-left: 17%;
    padding: 1em;
}

.menuBotones .lista .column
{
    padding-bottom: 0.25em;
    padding-top: 0.25em;
}

#detalleArticulo .pgwSlideshow
{
    background: none;
}

#detalleArticulo .pgwSlideshow .ps-list
{
    background: none;
    box-shadow: none;
    border: none;
}

#detalleArticulo .pgwSlideshow .ps-list li .ps-item.ps-selected
{
    border: 4px solid #B65379;
}

#detalleArticulo .pgwSlideshow .ps-current > ul
{
    margin: 0;
}

#detalleArticulo .pgwSlideshow .ps-current .ps-prev,
#detalleArticulo .pgwSlideshow .ps-current .ps-next
{
    background: #B65379;
    border: none;
    color: #E8F0F5;
    z-index: 1000;
}


/**
 * OTHER SCREEN SIZES
 */

@media (max-width: 992px)
{
    .banner .innerText
    {
        position: relative;
    }
}

@media (max-width: 768px)
{
    #mainSection
    {
        margin-top: 165px;
    }

    #navbarListaProductos
    {
        overflow-y: auto;
        max-height: 400px;
    }

    #barrasup
    {
        display: block;
    }

    #barrasup .navbar-brand
    {
        text-align: center;
        width: 100%;
    }

    #buscadorPrincipal
    {
        width: 100%;
    }

    .menuBotones .icono
    {
        margin-bottom: 1em;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .menuBotones .icono img
    {
        max-width: 25%;
    }

    .menuBotones .lista
    {
        margin-left: 0%;
    }

    #inicio .banner .innerText
    {
        padding-left: 1em;
    }

    #inicio .banner .innerText #jarron
    {
        display: block;
        margin: 0 auto;
        position: relative;
    }
}

/* Efecto Animado Flash */
@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

/* Bootstrap styles overwritten */

header .navbar-dark .navbar-toggler
{
    border: 0;
    color: rgba(255,255,255,1);
}

header .navbar-dark .navbar-nav .nav-link
{
    color: rgba(255,255,255,.8);
}

header .navbar-dark .navbar-nav .nav-link:hover
{
    color: rgba(255,255,255,1);
}

.btn-pink
{
    background-color: #B65379;
}

.btn-blue
{
    background-color: #0279AD;
}

.btn-purple
{
    background-color: #7E5781;
}

.btn-pink,
.btn-purple,
.btn-blue
{
    color: #FFFFFF;
}

.text-info
{
    color: #0279AD !important;
}

.no-radius
{
    border-radius: 0;
}