﻿/* DEFAULTS
----------------------------------------------------------*/
.activarCashback {
    visibility: visible;

}

.desactivarCashback{
    visibility:hidden;
    width:0px;
}

.btnPrivacidad{
    width:90%;
    float:right;
}

.terms{
    color:black!important;
}

body
{
    margin: 0px;
    padding: 0px;
}

a:link, a:visited,
#dropdownMenuLink
{
    font-weight:bold;
}

.whiteText
{
    color:White;
}

a.hover 
{
    color:White;
    font-size:20px;
    text-decoration: none;
}

a.hover:hover 
{
    text-decoration: underline;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* MISC  
----------------------------------------------------------*/
.nav-item a{
    font-size:16px;
}

#contentDiv
{
    width: 100%;
    margin: auto;
    overflow: auto;
    overflow-x: hidden; /* height: 100%; */
}

#footerDiv
{
    text-align: center;
    padding-top: 2%;
    width: 95%;
    margin: auto;
}

.imagen
{
    width: 150px;
    height: 150px;
}

.logoFidelium
{
    margin-left: 10%;
    margin-top: 1%; /*position: fixed;*/
    width: 20%;
}

.celdaTabla
{
    width: 100%;
    height: 100%;
}

.paginacion
{
    font-size: 18px;
    font-weight: bold;
    color: #EA1D25;
}

.imagenGrande
{
    border-width: 2px !important;
    border: #9E9E9E;
    border-style: solid;
    min-width: 100px;
    min-height: 100px;
    max-width: 400px;
    max-height: 300px;
}

#TextArea1
{
    resize: none;
}


/*------------------------------NAVBAR------------------------------*/

.navbar
{
    margin: 5px;
    opacity: 1;
    background-color:transparent;
}

.navbar-transparent{
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.0);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}

.navbar ul
{
    list-style:none;
}

/*.navbar:hover
{
    margin: 5px;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}*/

.navbar li
{
    margin-right: 15px;
}

.nav-link-fade-up
{
    color: White;
    font-size: 18px;
    font-weight:bold;
    cursor:pointer;
}

.nav-link-fade-up::before {
  width: 100%;
  bottom: 5px;
  opacity: 0;
}

.nav-link-fade-up:hover::before {
  bottom: 10px;
  opacity: 1;
}

#dropdownMenuLink:hover
{
    color: #EA1D25;
    cursor: pointer;
}

.nav-link:hover .fa-chevron-down:before{
  content:"\f077";
}

.fa-bars
{
    color:White;
    font-size:2.0rem;
    outline:none;
}

.fa-user
{
    color:White;
}

/*------------------------------RANGE SLIDER------------------------------*/

#amount
{
    border: 0;
    color: #EA1D25;
    font-weight: bold;
    width: 100%;
    margin: auto;
}

.ui-slider .ui-widget-header
{
    background-color: #EA1D25;
    height: 5px;
}

.ui-slider .ui-widget-range
{
    background-color: #EA1D25;
    height: 5px;
}

.ui-slider .ui-slider-handle
{
    width:15px;
    height:15px;
    left: 0%;
    border: none;
    border-radius: 50px;
    outline: none;
    background-color: black;
}

/* The slider itself */
.ui-slider
{
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 5px; /* Specified height */
    background: #9a9a9a; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

/* Mouse-over effects */
.ui-slider:hover
{
    opacity: 3; /* Fully shown on mouse-over */
}

/*------------------------------FAQS------------------------------*/

.card
{
    background:transparent;
    border: none;
}

.card-header
{
    background:transparent;
    font-size: 22px;
}

.card-body
{
    font-size: 24px;
}

a.card-link:hover
{
    color: #cc002e;
}

.card-link
{
    color: #cc002e;
}

.collapsed
{
    color: #333333;
}

.card-link div
{
    content:url("/Icon/iconomenos.png");
}

.collapsed div
{
    content:url("/Icon/iconomas.png");
}

/*------------------------------CAROUSEL------------------------------*/
.carousel-inner{
    height: auto;
}

.carousel-indicators li
{
    background-color: #D81E05;
    border: none!important;
    border-radius:50px;
    height:20px;
    width:20px;
    margin-left:5px!important;
    margin-right:5px!important;
}

.carousel-indicators .active
{
    background-color: #444;
}

.carousel-control-next,
.carousel-control-prev
{
    width:20px;
    filter: invert(100%);
}

.carouselDiv
{
    max-width: 500px;
    max-height: 500px;
    padding-top: 100%;
}

.carouselDiv img
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#contenedorImagen
{
    max-width: 700px;
    max-height: 700px;
    padding-top: 100%;
    background-image: linear-gradient(rgba(156, 158, 161, 1), rgba(255, 255, 255, 1));
}

#contenedorImagen img
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.carouselDetalle
{
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 2px !important;
}

.carouselDetalleImg
{
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 100%;
    width: 100%;
    height: auto;
    border:solid 1px;
    border-radius:20px;
}

/*------------------------------FILTROS------------------------------*/

#btnBuscar
{
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

#txtFiltroNombre
{
    width: 82%;
    height: 22px;
    border: none;
    outline: none;
    background:transparent;
}

.btnFiltrarPuntos
{
    border-radius: 50px;
    background-color: #cacaca;
    border: none;
    color: black;
    width: 85px;
}

#btnMenorAMayor
{
    color: #434143;
}

#btnMayorAMenor
{
    color:#434143;
}

.red
{
    color: #cc002e;
    font-size: 20px;
}

.green
{
    color: Green;
    font-size: 20px;
}

.form-control
{
    border-style: solid;
    border-color: #495057;
}

input[type=checkbox]
{
    zoom: 0.8;
}

.boxShadow
{
    box-shadow: 0px 0px 5px 2px rgba(168,168,168,1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(168,168,168,1);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(168,168,168,1);
    -ms-box-shadow: 0px 0px 5px 2px rgba(168,168,168,1);
    border:1px solid;
    border-color:rgba(168,168,168,1);
    border-radius:10px;
}

.dropdown-menu.show
{
    display:flex;
}

/*------------------------------PRODUCTOS------------------------------*/
.img-catalogo{
    z-index: 80;
    position: absolute; 
    border-radius: 10px 10px 0px 0px; 
    max-height:100%;
    margin-top:1rem;
    margin-bottom:1rem;
}

.nombreProducto
{
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height:1.0;
}

.vistaRapida
{
    right:10px;
    bottom:10px; 
    width:30px;
    height:30px;
    display:none;
    position:absolute;
    z-index:80;
    cursor:pointer;
}

.destacado
{
    left:0;
    bottom:0; 
    width:100px;
    height:20px;
    opacity: 0.7;
    position:absolute;
    z-index:85;
}

.glovo
{
    right:0;
    top:0; 
    width:90px;
    height:90px;
    opacity: 0.7;
    position:absolute;
    z-index:85;
}

.nuevo
{
    left:0;
    bottom:0; 
    width:80px;
    height:20px;
    margin-bottom:20px;
    opacity: 0.7;
    position:absolute;
    z-index:85;
}

.contenedorPremio:hover .vistaRapida
{
    display:block;
}

.contenedorPremio:hover #detallesProducto
{
    transition:1s;
}

.contenedorPremio:hover
{
    box-shadow: 0px 0px 10px 4px rgba(173,173,173,1);
    transition: box-shadow 0.3s;
    cursor: pointer;
}

.contenedorPremio {
    width: 300px;
    height: 300px;
    position: relative;
    border: solid 1px;
    border-color: #cacaca;
    border-radius: 10px 10px 0px 0px;
    justify-content:center;
    align-items:center;
    display:flex;
}

#detallesProducto
{
    color:#434143;
    width:300px;
    height:75px;
    line-height:0.9;
    background-color:#cacaca;
}

.btnDetallesProducto
{
    z-index:100;
    position:absolute; 
    background:transparent;
    border:none;
    outline:none;
    cursor:pointer;
    height:300px;
}

/*------------------------------RESPONSIVE------------------------------*/

@media (min-width:1051px) and (max-width:1265px) 
{
    .pre-contenedorPremio
    {
        margin: 60px!important;
    }
}

@media (min-width:1266px) and (max-width:1290px) 
{
    .pre-contenedorPremio
    {
        margin: 5px!important;
    }
}

@media screen and (max-width:767px)
{
        #filaNavbar
    {
        flex-wrap:wrap!important;
    }
    
    #LabelNombre
    {
        font-size:28px;
    }
    #categoriasLinks 
    {
        z-index:100;
        position:relative;
        right:0;
        left:0;
        background-color:White;
        border:none;
    }
    .imgDropdown2
    {
        width:40px;
        height:40px;
    } 
    .imgDropdown
    {
        height:80px !important;
        width:80px !important;
    }
    #txtFiltroNombre
    {
        height:35px;
    }
    .imgPrecanje
    {
        max-height:70px;
    }
    .carousel-control-next,
    .carousel-control-prev
    {
        width:13px;
        filter: invert(100%);
    }  
}


@media screen and (min-width:800px)
{
    #contentDiv
    {
        margin: 0px;
        width: 100%;
    }
    #footerDiv
    {
        margin: auto;
        text-align: center;
    }
    .navbar Label
    {
        font-size:18px;
    }
}

@media (min-width: 1030px)
{
    #contentDiv
    {
        width: 100%;
        overflow: visible;
    }
    .iconoCategoria
    {
        margin-left: 40px;
    }
    #outerTable
    {
        width: 100%;
    }
    #categoriasLinks 
    {
        z-index:100;
        position:absolute;
        right:0;
        left:0;
        background-color:White;
    }

    #categoriasLinks:hover 
    {
        display: felx !important;
    }
    #pruebaLi:hover #categoriasLinks 
    {
        display:flex !important;
    }
    #dropdownMenuLink:hover + #categoriasLinks 
    {
        display: flex !important;
    }
    .imgDropdown2
    {
        height:60px;
        width:60px;
    }
}

@media screen and (max-width:800px) {

        #navbarSupportedContent{
        margin-top:-10px;
    }

}

@media all and (-ms-high-contrast:none)
{
    /* IE10 */
    *::-ms-backdrop, .celdaTabla
    {
        width: 346px;
    }
    .navbar
    {
        position:fixed;
        top:0;
        right:0;
        left:0;
        z-index:100;
        
    }
    #divDegrade
    {
        position:absolute !important;
    }
    
    #imgLogoFidelium
    {
        float: right;
    }
    .contenedorPremio
    {
        width: 300px;
        margin: 20px;
    }
    .contenedorPremio:hover
    {
        border-collapse: separate;
        box-shadow: 0px 0px 10px 4px rgba(173,173,173,1);
        transition: box-shadow 0.3s;
        cursor: pointer;
    }
    .navbarLinks
    {
        width: 100%;
    }
    .nombreProducto
    {
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height:1.0;
    }
    #categoriasLinks:hover 
    {
        display: felx !important;
    }
    #pruebaLi:hover #categoriasLinks 
    {
        display:flex !important;
    }
    #dropdownMenuLink:hover + #categoriasLinks 
    {
        display: flex !important;
    }
    .navbar
    {
        margin:0px;
        position:relative !important;
    }
    /* IE11 */
}

.txtBusqueda
{
    border: solid 1px; 
    border-radius: 50px; 
    max-height:40px;
}

.boder-r{
    border-radius: 15px;
}

.textUnderline
{
    text-decoration: underline;
}

.roundBorder
{
    border:solid 1px;
    border-radius:50px;
}

.dropdown
{
    outline:none!important;
    max-height:26px!important;
    padding:0px!important;
}

.btn-link
{
    color:Black!important;
}

.txtRounded
{
    border: none; 
    outline: none; 
    line-height:20px;
    border-radius:50px;
    width:100%;
}

.txtRounded:hover
{
    color:Black;
    font-weight:bold;
}

.redButton
{
    background-color: #cc002e;
    color:White;
    width:115px;
    height:50px;
    border:none;
    border-radius:0;
    cursor:pointer;
}

.secondaryButton
{
    background-color: #434143;
    color:White;
    width:115px;
    height:50px;
    border:none;
    border-radius:0;
    cursor:pointer;
}

/* The message box is shown when the user clicks on the password field */
#message 
{
    position: relative;
    margin-top: 10px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
}





