#contenedor-padre-total {
    background-color: rgb(220, 235, 225);
}

#contenedor-padre-codigo-promocional {
    /* height: fit-content; */
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px auto;
    padding: 20px;
    box-sizing: border-box;
    background: var(--Color-Sand-20, #FFF5EC);
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px; */
    padding-bottom: 60px;
}

.contenedor-imagenes-arriba {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
    gap: 140px;
}

.imagen-arriba-izquierda {
    width: 108px;
    height: 137px;
    position:  relative;
    left: 41px;
}

.imagen-arriba-derecha {
    width: 137px;
    height: 100px;
    position:  relative;
    top: 20px;
}

.imagen-centro-izquierda, .imagen-centro-derecha {
    display: none;
}

.imagen-centro-izquierda {
    width: 163px;
    height: 206px;
}

.imagen-centro-derecha {
    width: 170px;
    height: 214px;
}

.contenedor-imagenes-abajo {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
    gap: 140px;
}

.imagen-abajo-izquierda {
    width: 192px;
    height: 104px;
    position: relative;
    left: -22px;
    top: 75px;
    margin-bottom: 40px;
}

.imagen-abajo-derecha {
    width: 108px;
    height: 137px;
    position: relative;
    top: 10px;
    left: -70px;
}

#codigo-promocional, #codigo-promocional2  {
    display: inline-block;
    padding: 10px 20px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
    text-align: center;
    text-decoration: none;
    border: 2px dashed rgb(204, 204, 204);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    user-select: none;
}

#codigo-promocional:hover, #codigo-promocional:hover {
    background-color: rgb(224, 224, 224);
    border-color: rgb(153, 153, 153);
    color: rgb(0, 0, 0);
}

.imagen-codigo-promocional {
    border-radius: 16px;
    object-fit: cover;
}
.logo-burger-promocion{
    width: 204px;
    height: 24px;
}
.logo-popeyes-promocion{
    width: 153x;
    height: 24px;
}
.contenedor-codigo-promocional {
    text-align: center;
    padding: 20px 0px;
    /* margin-top: 32px; */
    
}

.popeyes .texto-codigo-promocional{
        margin-top: 16px;
}
.texto-codigo-promocional{
        margin-bottom: 16px;
}
.titulo-codigo-promocional{
        
}


.subtitulo-codigo-promocional{
 margin-bottom: 8px;   
}

.icono-regalo {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.titulo-regalo {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(44, 44, 44);
    margin: 10px 0px;
    font-family: IberPangea-smBold !important;
}

.subtitulo-regalo {
    font-size: 1rem;
    color: rgb(44, 44, 44);
    margin-bottom: 20px;
    font-family: IberpangeaText-Regular !important;
}

#codigo-promocional, #codigo-promocional2 {
    display: flex;
    height: 56px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    text-align: center;
    font-family: IberpangeaText-Regular;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.boton-copiar, .boton-copiar2{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 50px;
    background-color: rgb(47, 104, 82);
    color: rgb(255, 250, 246);
    display: flex;
    height: 56px;
    min-width: 200px;
    cursor: pointer;
    padding: var(--border-radius-none, 0px);
    flex-direction: column;
    gap: var(--space-0, 0px);
    align-self: stretch;
    font-family: IberpangeaText-Regular;
    justify-content: center;
    align-items: center;
}

.boton-copiar:hover, .boton-copiar2:hover {
    background-color: rgb(0, 64, 42);
}

.imagen-centro {
    margin: 10px 0px;
}

@media (min-width: 576px) {
   #codigo-promocional, #codigo-promocional2, .boton-copiar, .boton-copiar2 {
        width: 412px;
        margin-left: auto;
        margin-right: auto;
    }
   
    .subtitulo-regalo {
        width: 492px;
    }

    .imagen-arriba-izquierda {
        width: 108px;
        height: 137px;
        left: -70px;
        top: 20px;
    }

    .imagen-arriba-derecha {
        width: 137px;
        height: 100px;
        top: 40px;
        left: 100px;
    }

    .imagen-abajo-izquierda {
        width: 192px;
        height: 104px;
        top: 70px;
        left: -90px;
    }

    .imagen-abajo-derecha {
        width: 108px;
        height: 137px;
        top: 30px;
        left: 40px;
    }

}
@media (min-width: 768px) {
     .imagen-arriba-izquierda {
        left: -150px;
        top: 20px;
    }
.subtitulo-regalo {
        width: 600px;
    }
    .imagen-arriba-derecha {
       top: 40px;
        left: 200px;
    }

    .imagen-abajo-izquierda {
       top: 70px;
        left: -190px;
    }

    .imagen-abajo-derecha {
        top: 30px;
        left: 140px;
    }
}
@media (min-width: 992px) {
    #contenedor-padre-codigo-promocional {
        min-height: 750px;
    }
    .subtitulo-regalo {
        width: 588px;
    }
    .popeyes .texto-codigo-promocional{
        margin-top: 0;
    }
    .texto-codigo-promocional{
        margin-bottom: 0;
        width: 204px;
    }
    .contenedor-codigo-promocional {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        top: -100px;
    }

    .contenedor-codigo-boton {
        display: flex;
        flex-direction: row;
        gap: 16px;
        width: 588px;
        justify-content: space-between;
    }

    .contenedor-imagenes-arriba {
        gap: 434px;
        position: relative;
        top: 0;
        display: flex;
        align-items: start;
    }

    .contenedor-imagenes-abajo {
        gap: 508px;
        position: absolute;
        bottom: 50px;
        top: 595px;
    }

    #codigo-promocional, #codigo-promocional2{
         width: 151px;
    }
    .boton-copiar, .boton-copiar2 {
        width: 200px;
    }

    
       .imagen-arriba-izquierda {
        width: 170px;
        height: 214px;
           left: 50px;
        top: 0px;
    }

    .imagen-arriba-derecha {
         width: 192px;
        height: 114px;
       top: 40px;
        left: 0px;
    }

    .imagen-abajo-izquierda {
        width: 192px;
        height: 104px;
        top: 40px;
        left: 0px;
    }

    .imagen-abajo-derecha {
        width: 170px;
        height: 214px;
        top: -105px;
        left: 50px;
    }

    

}

@media (min-width: 1200px) {
    #contenedor-padre-codigo-promocional {
        padding-bottom: 0;
    }
.subtitulo-regalo {
        width: 600px;
    }
    .boton-copiar, .boton-copiar2 {
        width: 236px;
    }
    #codigo-promocional, #codigo-promocional2{
         width: 204px;
    }
    .contenedor-central-total {
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin-left: auto;
        /* margin-top: 30px; */
        margin-right: auto;
    }

     .imagen-arriba-izquierda {
       
           left: 0px;
        top: -30px;
    }

    .imagen-arriba-derecha {
        
       top: 30px;
        left: 0px;
    }

    .imagen-abajo-izquierda {
       
        top: 40px;
        left: -50px;
    }

    .imagen-abajo-derecha {
       
        top: -85px;
        left: 130px;
    }
.contenedor-codigo-boton {
       
        width: 704px;
}
    .error1 {
        position: relative;
        top: -50px;
    }
}

@media (min-width: 1500px) {
    .contenedor-central-total {
        width: 1380px;
    }

         .imagen-arriba-izquierda {
       
           left: -50px;
        top: -30px;
    }

    .imagen-arriba-derecha {
        
       top: 30px;
        left: 0px;
    }

    .imagen-abajo-izquierda {
       
        top: 40px;
        left: -100px;
    }

    .imagen-abajo-derecha {
       
        top: -85px;
        left: 200px;
    }
}
