.div_pedido_confir{
    position: relative;
    width: 70%;
    height: 100%;
    background: #fff;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    align-items: flex-start;
    overflow: auto;
    left: 50%;
    transform: translate(-50%);
}

.div_pedido_confir::-webkit-scrollbar {
    -webkit-appearance: none;
}

.div_pedido_confir::-webkit-scrollbar:vertical {
    width:10px;
}

.div_pedido_confir::-webkit-scrollbar-button:increment,.div_pedido_confir::-webkit-scrollbar-button {
    display: none;
}

.div_pedido_confir::-webkit-scrollbar:horizontal {
    height: 10px;
}

.div_pedido_confir::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.div_pedido_confir::-webkit-scrollbar-track {
    border-radius: 10px;  
}


.h_ref_trans{
    width: 100%;
    text-align: center;
    font-size: 45px;
}

.l_proceso_confir{
    width: 100%;
    text-align: center;
    font-size: 25px;
    
}

.p_procesar_confir{
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.hr_procesar_confir{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    border-color: rgba(0, 0, 0, .1);

}

.btn_continuar{
    position: relative;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 20px;
    background: var(--color--artesanos);
    color: aliceblue;
    border-radius: 8px;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
    transition: all .4s ease;
}

.btn_continuar:hover{
    background: rgb(127, 69, 137);
}

.div_confirmado_pedido{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    border:1px solid darkgreen;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.div_error_pedido{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 60px;
    height: 60px;
    font-size: 60px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #ffb100;
    
    
}


.div_confirmado_pedido::before{
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    width: 60px;
    height: 30px;
    border-top: 10px solid transparent;
    border-left: 10px solid darkgreen;
    border-right: 10px solid transparent;
    border-bottom: 10px solid darkgreen;
    transform: rotate(-45deg);
    z-index: 1;
    
}

.div_confirmado_pedido::after{
    content: '';
    position: absolute;
    top: 2px;
    left: 80%;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(-45deg);
}


/** Responsive generales */
/**Small devices (landscape phones, 280px and up)**/
@media (min-width:280px){

}

/**Small devices (landscape phones, 360px and up)**/
@media (min-width:320px){
    .div_pedido_confir{
        width: 100%;
    }
}

/**Small devices (landscape phones, 346px and up)**/
@media (min-width:346px){
   .div_pedido_confir{
        width: 100%;
    }
}

/**Small devices (landscape phones, 360px and up)**/
@media (min-width:360px){
  
}

/**Small devices (landscape phones, 375px and up)**/
@media (min-width:375px){

}

/**Small devices (landscape phones, 384px and up)**/
@media (min-width:384px){


}

/**Small devices (landscape phones, 390px and up)**/
@media (min-width:390px){
    .div_pedido_confir{
        width: 100%;
    }
}

/**Small devices (landscape phones, 393px and up)**/
@media (min-width:393px){


}

/**Small devices (landscape phones, 412px and up)**/
@media (min-width:412px){


}

/**Small devices (landscape phones, 414px and up)**/
@media (min-width:414px){


}

/**Small devices (landscape phones, 427px and up)**/
@media (min-width:427px){


}

/**Small devices (landscape phones, 428px and up)**/
@media (min-width:428px){

}

/**Small devices (landscape phones, 432px and up)**/
@media (min-width:432px){


}

/**Small devices (landscape phones, 480px and up)**/
@media (min-width:480px){

}

/**Small devices (landscape phones, 504px and up)**/
@media (min-width:504px){


}

/**Small devices (landscape phones, 576px and up)**/
@media (min-width:576px){


}

/**Medium devices (tablets, 600px and up)*/
@media (min-width:600px){

}

/**Medium devices (tablets, 604px and up)*/
@media (min-width:604px){

}

/**Medium devices (tablets, 720px and up)*/
@media (min-width:720px){

}

/**Medium devices (tablets, 768px and up)*/
@media (min-width:768px){

}

/**Medium devices (tablets, 800px and up)*/
@media (min-width:800px){

}

/**Medium devices (tablets, 810px and up)*/
@media (min-width:810px){
    .div_pedido_confir{
        width: 100%;
    }
}

/**Medium devices (tablets, 820px and up)*/
@media (min-width:820px){

}

/**Medium devices (tablets, 834px and up)*/
@media (min-width:834px){

}

/**Large devices (desktops, 992px and up)*/
@media (min-width:992px){

}

/**Extra large devices (large desktops, 1024px and up)*/
@media (min-width:1024px){

}

/**Extra large devices (large desktops, 1200px and up)*/
@media (min-width:1200px){
   
}

/**Extra large devices (large desktops, 1280px and up)*/
@media (min-width:1280px){
   .div_pedido_confir{
        width: 70%;
    }
}




















