body.landing-promo{
    background-color: #f1f1f1;
}
body.landing-promo section{
    background: transparent
}

body.landing-promo .card{
    background: white;
    border-radius: 20px;
    display: flex;
    padding: 20px;
    align-items: center;
    margin: 40px 0;
    flex-wrap: wrap;
}
body.landing-promo .card .one_third.productos{
    flex: 1 0 26%;
    text-align: center;
    margin: 40px 0
}
body.landing-promo .card .one_third.productos p{
    background: #242424;
    color: white;
    border-radius: 8px;
    width: 100px;
    display: inline-block;
    text-align: center;
    padding: 10px 10px 4px 10px;
    line-height: 110%;
    font-weight: 800;
    margin-top: 10px;
}
body.landing-promo .card .one_third.productos p span{
    font-weight: 400;
}
body.landing-promo .card h3{
    color: #252525;
    font-weight: bold;
}
body.landing-promo .card p{
    color: #7F7F7F;
    font-size: 16px;
    padding: 10px 10px 0 0;
}


.seccion-promo h1{
    text-align: center;
    margin-bottom: 40px;
}

.ganadores-promo-caja{
    background: #ffda8a;
    padding:6px 12px 1px 12px;
}

.ganadores-promo-caja h3{
    color: #48494a;
    font-size: 20px;
    text-align: center;
    padding: 0 0 10px 0px ;
}
.ganadores-promo-caja .table thead td{
    background: #48494a;
    color: white;
    border-color: #48494a;
    font-size: 17px;
    padding: 6px 8px 4px 8px;
    text-align: center;
}
.ganadores-promo-caja .table tbody td{
    border-color: transparent;
    color: #48494a;
    padding: 5px 8px;
    font-size: 14px;
    text-align: center;
}

/* Contenedor principal del banner */
.hero-banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
}

/* Cada slide del banner */
.hero-banner .slide {
    position: relative;
}

.hero-banner .slide a {
    display: block;
    width: 100%;
    padding: 0;
    background: transparent
}
.hero-banner .slide a:hover{
    background: transparent
}

.hero-banner .slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* Estilo para la paginación (círculos) */
.hero-banner .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.hero-banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.hero-banner .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,.3);
    text-indent: -9999px;
    cursor: pointer;
}

.hero-banner .slick-dots li.slick-active button {
    background: rgba(0,0,0,1);
    width: 15px;
    height: 15px;
}

/* Ocultar flechas */
.hero-banner .slick-arrow {
    display: none !important;
}
.seccion-landing-promo{
    background: url(../images/promo/optimistas/fondo.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 0px;
    padding: 140px 0;
}
.seccion-landing-promo section{
    background: transparent;
   
}
.seccion-landing-promo .container.paquetes{

 margin-bottom: 0;
 }

 .seccion-landing-promo .btn.btn-primary{
        background: white;
    border-radius: 70px;
    padding: 23px 30px 20px 30px;
    max-width: none;
    width: auto;
    display: inline-block;
    color: #242424;
    text-shadow: none;
    font-size: 22px;
    border: none;
    transition: .2s linear all;
    font-family: 'metropolis';
    font-weight: 600;
    font-style: normal;
 }
  .seccion-landing-promo .productos{
    text-align: center;
  }
 .seccion-landing-promo .btn.btn-primary:hover{
    background:  #242424;
    color: white;
 }
  .seccion-landing-promo .ganador-promo-img{
    border-radius: 20px;
  }

  .seccion-landing-promo .winner-placeholder{
    border: 2px dotted rgba(255,255,255,.3); 
    border-radius: 20px; 
    height: 450px; 
    width: 100%; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    background: rgba(255,255,255,.1);
  }
   .seccion-landing-promo .winner-placeholder p{
    font-family: 'metropolis';
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 26px;
   }


.main-promo-logo{
    margin: 0 auto;
    display: block;
    max-width: 860px;
    width: 100%;
}

.seccion-landing-promo .texto-apoyo{
    padding: 80px 0 60px 0;
    color: white;
    text-align: center;
}
.seccion-landing-promo .texto-apoyo h3{
    text-align: center;
    color: white;
    font-size: 40px;
    padding-bottom: 10px;
    font-family: 'metropolis';
    font-weight: 600;
    font-style: normal;
}
.seccion-landing-promo .texto-apoyo p{
    text-align: center;
    color: white;
    font-size: 26px;
    font-family: 'metropolis';
    font-weight: 400;
    font-style: normal;
}

.kentucky-footer{
    display: block;
    background-image:url(../images/promo/motucky-landing/footer-big.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size:auto;
    width: 100%;
}

    .d-md-block{
        display: block !important;
    }
    .d-md-none{
        display: none !important;
    }


@media (max-width: 768px){
    .d-none{
        display: none !important;
    }
    .d-md-none{
        display: none !important;
    }
    .d-block{
        display: block !important;
    }
    .seccion-landing-promo .winner-placeholder{
        height: 300px;
    }
    
   
}
@media only screen and (max-width: 479px){
    body.landing-promo .container{
        width: 90%;
    }
    .main-promo-logo{
    max-width: 300px;
    }
}

