﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    margin: 0px;
    padding: 0px;
    color: Black;
    font-family: 'latoregular';
}

.whiteText
{
    color: White;
}

.pink-punta {
    color: #DD81AD;
}

.text-black {
    color: black;
}

.bg-pink-punta {
    background-color: #DD81AD;
}

.bg-gray {
    background-color: #D9D9D9;
}

.btn-punta-yellow {
    background-color: #DD81AD;
    color: white;
    border-radius: 50px;
    border: 1px solid #DD81AD;
    padding: 5px 15px;
}

.btn-punta-yellow:hover {
    background-color: white;
    color: black;
}

.btn-punta {
    background-color: black;
    color: white;
    border-radius: 50px;
    border: 1px solid black;
    padding: 5px 15px;
}

.btn-punta:hover {
    background-color: white;
    color: black;
}

.navbar-anchor {
    color:white;
    text-decoration:none;
}

.navbar-anchor:hover {
    color: white;
    text-decoration: none;
    border-bottom: 3px solid white;
}

.active-navbar-anchor {
    color: white!important;
    border-bottom: 3px solid white;
}

.active-navbar-anchor:hover {
    color: white;
    text-decoration: none;
    border-bottom: 3px solid white;
}

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;
}

/*------------------------------NAVBAR------------------------------*/

.navbar {
    background-color: #DD81AD;
    width: 100%;
    z-index: 200;
    position: relative !important;
}

.navbar ul
{
    list-style: none;
}

.nav-item {
    color: White;
    font-size:15px;
}

.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:transparent;
    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/up2.png");
}

.collapsed div {
    content: url("/Icon/down2.png");
}

.card-link-icon{
    width:15px;
    height:15px;
    border:none;
}

/*------------------------------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;
}

/*------------------------------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;
}

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: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}

.anchor-producto {
    width: 280px;
}

.anchor-producto:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(122,122,122,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(122,122,122,1);
    box-shadow: 0px 0px 10px 0px rgba(122,122,122,1);
}

.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*/
}

/*------------------------------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)
{
    .divTextoEstrella {
        background-color: #dfdfdf!important;
    }

    .divPregunta{
        margin:50px 0px;
    }

    .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) {
    .contenedor-premio-home.contenedor-premio {
        max-width: 160px;
        max-height: 250px;
        margin: 10px;
    }

    .contenedor-premio-home .anchor-producto {
        width:100%;
        max-height:250px;
    }

    .contenedor-premio-home .contImgCatalogo {
        width: 100%;
        height: auto;
    }

    .contenedor-premio-home .contImgProveedor {
        width: 100%;
        height: 100%;
    }

    #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;
}

/* 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;
}

.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;
}

.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;
}

.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;
}

.nombreCategoria
{
    color: White; 
    font-size:24px;
    text-transform: capitalize;
    background-color: #BEBEBE;
}

.imgDestacado:hover
{
    filter: drop-shadow(4px 4px 4px #B1B1B1);
}

.contImgCatalogo
{
    width:280px;
    height:280px;
}

.imgLogoProveedor
{
    display:none;
    z-index: 110;
    position: absolute;
    width: 160px; 
}

.contImgProveedor {
    width: 280px;
    height: 280px;
    position: absolute;
    background-color: transparent;
    z-index: 200;
}

.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 {
    width: 100%;
    max-height:280px;
}

.imgIconEstrella {
    width: 40px;
    cursor: pointer;
}

.imgIconEstrella.selected {
    content: url('/Icon/star-selected.png');
}

.divTextoEstrella {
    background-color: white;
}

.divIconEstrella {
    background-color: #dfdfdf;
}

.divPregunta {
    opacity: 0.5;
    transition: opacity 0.3s ease;
    margin:100px 0px;
}

.divPregunta:focus {
    opacity: 1;
}

input[type="radio"] {
    background-color: white;
    border: 2px solid #ACB5BD; /* Borde para el checkbox/radio button */
    border-radius: 3px; /* Radio button tendrá bordes redondeados */
    outline: none;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
}

input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"]:checked {
    background-color: #F8F9FA;
    border: 2px solid #373737;
}

input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #373737;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.rbEncuesta label {
    margin: 0px;
}

.rbContainer {
    border: 1px solid transparent;
}

.rbContainer.selected {
    border: 2px solid black; /* Apply border when selected */
    background-color: #d0cdcd;
    padding:5px;
}

.form-control-rounded{
    border: 1px solid black;
    border-radius: 50px;
    height: 45px;
    width: 100%;
    background-color: white;
}

.zoom-img:hover {
    transform: scale(1.04);
}

.contenedor-premio{
    height:400px;
}

.padding-75rem {
    padding: 0rem .75rem !important;
}



