/***************************/
/******llamame ahora********/
/***************************/

#llamameAhoraCont {
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 10000;
}
.llamameAhoraCont {
    padding: 8px 14px;
    font-weight:bold;
    color: #fff;
    text-align: center;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    text-align: center;
}
#llamameAhoraMini{
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    /*writing-mode:tb-rl;*/
    wrap: break-word;
}
#llamameAhoraTfno {
    position: absolute;
    bottom: -43px;
    right: 0;
    white-space: nowrap;
}
#llamameAhoraTfno input[type=text] {
    width: 140px;
    height: 25px;
    background-color: #fff;
    font-size: 14px;
    padding: 0px 10px;
    color: #fff;
    border: 0;
}
#llamameAhoraTfno input[type=button] {
    width: auto;
    height: 25px;
    background-color: #666;
    font-size: 14px;
    padding: 0px 10px;
    color: #fff;
    border: 0;
}


/***************************/
/*****llamame ahora FIN*****/
/***************************/

.cajaNegraLoading {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
}

.cajaNegraLoading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.cajaNegraAlerta {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
}

.cajaNegraAlerta .cajaAlertaContenedor {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 350px;
    height: 200px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 15px;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
}

.cajaNegraAlerta .cajaAlertaContenedor.cajaAlertaContenedorModal {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}

.cajaNegraAlerta .cajaAlertaContenedor .cajaAlertaTxt {
    height: calc(100% - 30px);
    display: flex;
    align-items: center;
    color: #333;
}

.cajaNegraAlerta .cajaAlertaContenedor .cajaAlertaAceptar {
    width: auto;
    border: 0;
    background-color: #ddd;
    padding: 8px 15px;
    color: #333;
    border-radius: 10px;
    font-weight: bold;
}

@media (max-width: 400px)
{

    .cajaNegraAlerta .cajaAlertaContenedor {
        width: 100%;
        border-radius: 0;
    }

    .cajaNegraAlerta .cajaAlertaContenedor .cajaAlertaTxt {
        width: 100%;
    }


}





