@font-face {
    font-family: 'Calculator';
    src: url('../fonts/Calculator.ttf');
}

.toshiba .centrar-elementos {
    position: relative;
    display: flex;
    align-items: center;
    height: 417px;
    justify-content: center;
}

.toshiba .frente_container {
    position: absolute;
    width: 585px;
    text-align: center;
    top: 0;
}

.toshiba .frente_container img {
    width: 100%;
    height: auto;
}

.toshiba .pantalla-toshiba {
    font-family: 'Calculator';
    position: absolute;
    display: block;
    top: 95px;
    left: 99px;
    color: black;
    font-size: 18px;
    width: 395px;
    height: 113px;
    text-align: left;
    padding: 3px 7px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
}

.toshiba .pantalla-toshiba.cerrado{
    background-color: #fb060699;
    color: white !important;
}

.toshiba .pantalla-toshiba.abierto{
    background-color: #52ce52b5;
}

.toshiba .pantalla-toshiba span{
    margin-right: 15px;
}

.toshiba .pantalla-toshiba span:last-child{
    margin-right: 0 !important;
}

@media (min-width: 1300px){
    .toshiba .frente_container {
        transform: scale(1.1);
        top: 31px;
    }
}


@media (min-width: 1600px){
    .toshiba .frente_container {
        transform: scale(1.35);
        top: 96px;
    }
}

.centrar-text{
    text-align: center !important;
}