@media (min-width: 1200px) {
    .hidden-xl
    {
        display: none !important;
    }
    .contenedorImagen
    {
        width:372px;
        height:372px;
        border-radius:100%; 
        background-color:#FA1E44;
    }
    .imagenPerfil
    {
        width:308px;
        height:308px;
        border-radius:100%; 
        background-color:#FA1E44
    }
    .color-blanco
    {
        background-color: #fff!important;
    }
    .espacio-card-blanco
    {
        padding: 3rem!important;
    }
    .m-10
    {
        margin: 1rem ;
    }
    .border-radius-carta
    {
        border-radius: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .hidden-lg
    {
        display: none !important;
    }
    .contenedorImagen
    {
        width:372px;
        height:372px;
        border-radius:100%; 
        background-color:#FA1E44;
    }
    .imagenPerfil
    {
        width:308px;
        height:308px;
        border-radius:100%; 
        background-color:#FA1E44
    }
    .color-blanco
    {
        background-color: #fff!important;
    }
    .espacio-card-blanco
    {
        padding: 3rem!important;
    }
    .m-10
    {
        margin: 1rem ;
    }

    .border-radius-carta
    {
        border-radius: 60px;
    }
}

@media (min-width: 481px) and  (max-width: 767px) {
    .hidden-md
    {
        display: none !important;
    }
    .contenedorImagen
    {
        width:372px;
        height:372px;
        border-radius:100%; 
        background-color:#FA1E44;
    }
    .imagenPerfil
    {
        width:308px;
        height:308px;
        border-radius:100%; 
        background-color:#FA1E44
    }
    .espacio-card-blanco
    {
        margin-top: 3rem!important;
    }

    .m-10
    {
        margin: 0;
    }
    .p-10
    {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .menu-drop-right
    {
        left: auto !important;
        right: 0 !important;
    }
    .hidden-sm
    {
        display: none !important;
    }
    .contenedorImagen
    {
        width:246px;
        height:246px;
        border-radius:100%; 
        background-color:#FA1E44;
    }
    .imagenPerfil
    {
        width:220px;
        height:220px;
        border-radius:100%; 
        background-color:#FA1E44
    }
    .espacio-card-blanco
    {
        margin-top: 3rem!important;
    }
    .m-10
    {
        margin: 0;
    }
    .p-10
    {
        padding: 0;
    }
}

.justify-space-betweet-mio
{
    display: flex;
    justify-content:space-between; 
}

.boton-primario
{
    background-color: #5bb08f !important;
    border-color: #5bb08f !important;
    color: #fff !important;
}

.recolectada
{
    background-color: #9ebc36 !important;
    border-color: #9ebc36 !important;
    color: #fff !important;
}

.porenviar {
    color: #fff !important;
    border-color: #ecc0c0 !important;
    background-color: #ecc0c0 !important;
}

.enviada {
    color: #fff !important;
    border-color: #E9B040 !important;
    background-color: #E9B040 !important;
}
.agendada {
    color: #fff !important;
    border-color: #D47833 !important;
    background-color: #D47833 !important;
}
.confirmada {
    color: #fff !important;
    border-color: #774487 !important;
    background-color: #774487 !important;
}

.verificar {
    color: #fff !important;
    border-color: #2E323C !important;
    background-color: #2E323C !important;
}

.rescate {
    color: #fff !important;
    border-color: #EA95F1 !important;
    background-color: #EA95F1 !important;
}
.revision {
    color: #fff !important;
    border-color: #6FB5AC !important;
    background-color: #6FB5AC !important;
}

.btn-categorias:focus {
    outline: 0;
    box-shadow: none !important;
}

.react-datepicker-wrapper
{
    width: 100% !important;
}

.burbujacarrito
{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    bottom: 6px;
    right: 55px;
}
.burbujacarritomovil
{
    width: 25px;
    height: 25px;
    border-radius: 30px;
    position: absolute;
    top: 40px;
    right: 25px;
}

div.timeline:before {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 20px;
    left: 23px;
    width: 5px;
    height: 100%;
    z-index: 400;
}
div.timeline > div{
    width:20px;
    height:20px;
   
    border-radius:100%;
    border:2px solid #fff;
    z-index: 401;
}

div.lineatiempo:before {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 20px;
    top:8px;
    width: 100%;
    height: 5px;
    z-index: 400;
}

div.lineatiempo > div
{
    width:20px;
    height:20px;
    background-color:red;
    border-radius:100%;
    border:2px solid #fff;
    z-index: 401;
}

.bg-verde-bamex{
    background-color: #5BB08F !important;
}
.bg-rojo-bamex
{
    background-color: #FA1E44 !important;
}
.bg-gris-bamex{
    background-color: #d1d1d1 !important;
}
.bg-verde-gradiante
{
    background-color: #9EBC36 !important;
}
.bg-transparente-red
{
    border: 5px solid #C7442E !important;
    background: transparent !important;
    color: #C7442E !important;
}

.bg-transparente-red
{
    border: 5px solid #C7442E !important;
    background: transparent !important;
    color: #C7442E !important;
}