﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    margin: 0px;
    padding: 0px;
    color: Black;
    font-family: 'latoregular';
}

.whiteText
{
    color: White;
}

a.hover
{
    color:Black;
    font-size: 12px;
    text-decoration: none;
    display:flex;
    flex-direction:column;
}

a.hover:hover
{
    text-decoration: underline;
}

.txtCuponera {
    background-color: #F0F0F0;
    border: none!important;
}

.redCuponera {
    color: #FF0006;
}

.activeNavbar
{
    background-color:#FF0006!important;
    color:White!important;
    border-radius:50px!important;
    font-weight:bold!important;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4D4D4D;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4D4D4D;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #4D4D4D;
}

/* MISC  
----------------------------------------------------------*/

#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;
}

.logoScotia
{
    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
{
    box-shadow:0px 8px 20px #878787;
    background:White;
    width: 100%;
    z-index: 200;
    position:relative!important;
}

.navbar ul
{
    list-style: none;
}

ul li
{
    color:Black;
}

.nav-link-fade-up
{
    color: Black;
    font-size: 16px;
    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;
}

/*------------------------------FAQS------------------------------*/

.card
{
    background: transparent;
    border: none;
}

.card-header
{
    background-color: #E7E7E7;
    color:#4E4E4E;
    font-size: 22px;
    border:none;
}

.card-body
{
    font-size: 24px;
}

downIcon
{
    width:26px;
    height:26px;
}

.card-link
{
    color: #4E4E4E;
    text-decoration:none;
}

.card-link:hover
{
    color: #4E4E4E;
    text-decoration:underline;
}

.collapsed
{
    color: #333333;
}

.card-link div
{
    content: url("/Icon/DOWN.png");
}

.collapsed div
{
    content: url("/Icon/DOWN.png");
}

/*------------------------------CAROUSEL------------------------------*/

.carousel-indicators li
{
    background-color: #F7A294;
    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
{
    
}

.carouselControl
{
    border-radius:50px;
    width:45px;
    height:45px;
}

.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%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}

/*------------------------------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;
}

.green
{
    color: Green;
    font-size: 20px;
}

.form-control
{
    border-style: solid;
    border-color: #495057;
    border-radius: 21px;
}

input[type=checkbox] .cbAdhesion
{
    zoom: 0.5;
    width: 30px;
    height: 30px;
}

.boxShadow:hover
{
    filter: drop-shadow(4px 4px 4px #B1B1B1);
    transition: 0.5s;
}

.dropdown-menu.show
{
    display: flex;
}

/*------------------------------PRODUCTOS------------------------------*/

.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;
}

.imgPartner
{
    z-index: 90;
    position: absolute; 
    width:140px;
    height:157px;
}

.contenedorImagen:hover .imgPartner
{
    display: block !important;
    z-index: 90;
    position: absolute;
    width:140px;
    height:157px;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -78.5px;/*MITAD DE ALTURA*/
    margin-left: -70px;/*MITAD DE ANCHO*/
}

#detallesProducto
{
    border-radius: 7px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
    border: 0.3px solid #CCCCCC;
    width: 197px;
    height: 73px;
}

.btnDetallesProducto
{
    z-index: 100;
    position: absolute;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.solapaDescuento {
    right: 0;
    top: 0;
    width: 120px;
    height: 110px;
    opacity: 0.9;
    position: absolute;
    z-index: 85;
}

.lblTituloCuponera{
    font-size:40px;
}

.lblCuponera {
    font-size: 45px;
    letter-spacing:10px;
}

.containerSello {
    border-radius: 50%;
    width: 110px;
    height: 110px;
}

.whiteBoxShadow {
    box-shadow: 0 0 10px 10px rgba(255, 255, 255, 1);
}

.lblTituloCuponera {
    font-size: 40px;
}

.lblSubTituloCuponera {
    font-size: 20px;
}

/*------------------------------RESPONSIVE------------------------------*/

@media (min-width:1266px) and (max-width:1290px)
{
    .contenedorPremio
    {
        margin: 5px !important;
    }
    #detallesSorteo {
        color: Black;
        width: 29em;
        height: 22em;
        line-height: 0.9;
        background-color: #EBEBEB;
        font-weight: normal;
        position:absolute;
        z-index: 100;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: -50px !important;
        border: 0.4px solid #D0D0D0;
        box-sizing: border-box;
        box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
    }
    .detallesSorteoElements{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .btnParticipar{
        background-color:#7849B8;
        width: 128px;
        height: 49px;
        border-radius:5px;
        font-size:19px;
        margin-top: 25px;
        margin-left:0;
        transition: box-shadow .5s ease-in-out;
        -moz-transition: box-shadow .5s ease-in-out;
        -webkit-transition: box-shadow .5s ease-in-out;
    }
    .nombreSorteo
    {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height:1.0;
        color:#000000;
        font-weight:normal;
        width:100%;
        text-align:center;
    }

    .divPuntosSorteo{
        margin-left: 30px !important;
        margin-top: 10px !important;
    }

    .contenedorSorteo
    {
        width: 600px;
        margin: 20px;
        margin-bottom: 8em !important;
    }

    .sorteosImageContainer{
        width: 600px; 
        height: 400px; 
        position: relative;
    }
}

@media screen and (max-width:900px)
{
    .lblTituloCuponera {
        font-size: 30px;
    }

    .lblSubTituloCuponera {
        font-size: 18px;
    }

    .lblCuponera {
        font-size: 45px;
        letter-spacing:5px;
    }

    .carousel-indicators li
    {
        background-color: #F7A294;
        border: none !important;
        border-radius: 50px;
        height: 15px;
        width: 15px;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

}

@media screen and (max-width:1300px) {

    .lblCuponera {
        font-size: 45px;
        letter-spacing: 5px;
    }
}

@media screen and (max-width:500px) {
    
    .lblCuponera {
        font-size: 35px;
        letter-spacing: 5px;
    }

    .lblTituloCuponera {
        font-size: 25px;
    }

    .lblSubTituloCuponera {
        font-size: 16px;
    }

    .containerSello {
        width: 80px;
        height: 80px;
    }
}

@media screen and (min-width:800px)
{
    #contentDiv
    {
        margin: 0px;
        width: 100%;
    }
}

@media (min-width: 1030px)
{
    #contentDiv
    {
        width: 100%;
        overflow: visible;
    }
}

@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;
    }
    
    /* IE11 */
}

@media screen and (max-width:624px) {
    #detallesSorteo {
        color: Black;
        width: 18em;
        height: 22em;
        line-height: 0.9;
        background-color: #EBEBEB;
        font-weight: normal;
        position:absolute;
        z-index: 100;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: -80px !important;
        border: 0.4px solid #D0D0D0;
        box-sizing: border-box;
        box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
    }
    .sorteosImageContainer{
        width: 400px; 
        height: 400px; 
        position: relative;
    }
    .contenedorSorteo
    {
        width: 400px;
        margin: 20px;
    }
}

.txtBusqueda
{
    border-radius: 25px;
    max-height: 40px;
    border: 1px solid;
    border-color: #BCBCBC;
    width:240px;
}

.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;
}

#overlay
{
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=90);
    opacity: 0.7;
    -moz-opacity: 0.7;
}
#theprogress
{
    background-color: transparent;
    padding: 10px;
    width: 300px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
#modalprogress
{
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -11px 0 0 -150px;
    color: #990000;
    font-weight: bold;
    font-size: 14px;
}

.LockOn
{
    visibility: visible;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    background-color: white;
    vertical-align: bottom;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
    background-image: url("/Icon/loading.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.redBtn
{
    background-color: #E51E25;
    color: White;
    border: none;
}

.redBtn:hover
{
    background-color: #b70029;
    color: White;
    border: none;
}

.red {
    color: #E51E25;
    font-weight:bold;
    font-size:25px;
}

.iconHover
{
    border-radius: 20px;
    max-width: 150px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.iconHover:hover
{
    border-radius: 20px;
    max-width: 150px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

/*Catalogo Sorteos*/

#detallesSorteo {
    cursor:default;
    color: Black;
    width: 48em;
    height: 9.375em;
    line-height: 0.9;
    background-color: #EBEBEB;
    font-weight: normal;
    position:absolute;
    z-index: 100;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 50px !important;
    border: 0.4px solid #D0D0D0;
    box-sizing: border-box;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
}

.contenedorSorteo
    {
        width: 1000px;
        margin: 20px;
        margin-bottom: -1em !important;
    }
    .contenedorSorteo:hover
    {
        border-collapse: separate;
        cursor: pointer;
    }

.nombreSorteo
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height:1.0;
    color:#000000;
    font-weight:normal;
    width:65%;
}

.detallesSorteoElements{
    display:inherit;
}

.txtCountdown{
    font-size:11.50px;
}

.valuesCountdown{
    font-size: 19px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.boxesCountdown{
    width: 51.19px;
    height: 40.46px;
    background: #EC111A;
    box-shadow: 1.65124px 1.65124px 3.30249px #C8C8C8;
    border-radius: 4.12811px;
    display:table;
}

.btnParticipar{
    background-color:#7849B8;
    width: 128px;
    height: 49px;
    border-radius:5px;
    font-size:19px;
    margin-top: 11px;
    margin-left: 2.5em;
    transition: box-shadow .5s ease-in-out;
    -moz-transition: box-shadow .5s ease-in-out;
    -webkit-transition: box-shadow .5s ease-in-out;
}

    .btnParticipar:hover{
        box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25);
        transition: box-shadow .5s ease-in-out;
        -moz-transition: box-shadow .5s ease-in-out;
        -webkit-transition: box-shadow .5s ease-in-out;
    }

.sorteosImageContainer{
    width: 1000px; 
    height: 300px; 
    position: relative;
    z-index:102;
}

.imgLogoSorteos{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.sorteosImgHover
{
    z-index:103;
    transition: 0.5s;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:15.5em;
}

.sorteosImgHover:nth-of-type(2)
{
    margin-top:12.5em;
}

.sorteosImgHover:hover input {
    background-color: rgba(251, 251, 251, 0.8) !important;
    transition: 0.5s;
}

.sorteosImgHover:hover img {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}

.contenedorSorteoFinalizado {

}

    .contenedorSorteoFinalizado:hover {

    }

.imgLogoSorteosFinalizados{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.imgSorteosFinalizados{
    transition: 0.5s;
}

.sorteoFinalizadoHover{
    z-index:103;
    transition: 0.5s;
    display:flex;
    justify-content:center;
    align-items:center;
}

.sorteoFinalizadoHover:hover{
    transition: 0.5s;
    background-color: rgba(251, 251, 251, 0.8) !important;
}

.sorteoFinalizadoHover:hover .imgLogoSorteosFinalizados{
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

.h-100.mr-2.ml-2.mb-3.mb-lg-0.mr-md-3.ml-md-3.mr-lg-2.ml-lg-2.mr-xl-3.ml-xl-3
{
    border-radius:30px;
}

.nombreCategoria
{
    color: White; 
    font-size:24px;
    text-transform: capitalize;
    background-color: #BEBEBE;
}

.btnCanje
{
    width: 219px;
    background-color: #E51E25; 
    color: White; 
    border-radius:18px;
}

.btnCanje:hover
{
    width: 219px;
    background-color: #E51E25; 
    color: Black; 
    border-radius:18px;
}

/* CAMBIAR DE COLOR EL ICONO AL SELECCIONAR */

.image_off, .iconCat:hover .image_on {
    display: none;
}

.image_on, .iconCat:hover .image_off {
    display: block;
}

.imgDestacado:hover
{
    filter: drop-shadow(4px 4px 4px #B1B1B1);
}

.contImgCatalogo
{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width:330px;
    height:385px;
}

.imgLogoProveedor
{
    display:none;
    z-index: 110;
    position: absolute;
    width: 160px; 
    height: 80px;
}

.contImgProveedor
{
    width: 330px; 
    height: 275px;
    position:absolute;
    background-color: transparent;
    z-index: 200;
    border-radius: 10px 10px 0px 0px;
}

.contImgProveedor:hover .filtroTransparencia {
    background-color: White !important;
    opacity: 0.75;
    z-index: 100;
}

.contImgProveedor:hover .imgLogoProveedor
{
    display: block;
    opacity: 1;
}

.imgInactivo
{
    width:450px;
    filter: grayscale(100%);
}

.lblDatosDetalles
{
    color: Black; 
    font-weight: 400;
}

.lblNombreSorteo
{
    font-size: 24px; 
    font-weight: bold;
    color: #E51E25
}

.lblPartnerSorteo
{
    font-size: 20px;
    font-weight: bold; 
    color: Black
}

.txtAdhesion {
    width: 100%;
    background-color: #D9D9D9;
    border-radius: 16px;
    outline: none;
    border: none;
}

.btnAdhesion {
    background-color: #E51E25;
    color: white;
    border-radius: 23px;
    width: 123px;
    border: none;
    outline: none;
    height: 42px;
}

.iconoContacto {
    width:22px;
    height:22px;
}

.iconoCategoria {
    width: 50px;
    height: auto;
    margin:auto;
}

.imgCatalogo {
    z-index: 80;
    position: absolute;
    border-radius: 10px 10px 0px 0px;
    width: 330px;
}

.max-3-elements {
    max-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 1285px) {
    .max-3-elements {
        max-width: 1096px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .contImgProveedor {
        width: 260px;
        height: 217px;
    }

    .imgCatalogo {
        width: 260px;
    }

    .contImgCatalogo {
        width: 260px;
        height: 290px;
    }
}


