.body-user-agent {
    background-image: url('../img/Fondo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.body-status-services {
    background-image: url('../img/FondoEstados.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

h4 {
    color: #464E5F;
    ;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Poppins', 'sans-serif';
}

h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

table {
    width: 919px !important;
    height: 349px !important;
    flex-shrink: 0;
    /* Styles */
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgba(41, 82, 157, 0.31);
}

table,
tr {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.border-radius-left {
    border-radius: 6px 0px 0px 0px;
    /*Borde izquierdo thead*/
}

.border-radius-right {
    border-radius: 0px 6px 0px 0px;
}

thead {
    /* Style */
    background: #F3F6F9 !important;
    /* Layout */
    width: 919px;
    height: 43px;

}

.p-td {
    padding: 0% 3% !important;
}

thead,
tr,
td {
    color: #464E5F;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

.about-img {
    position: relative;
    overflow: hidden;
}

.mt-10 {
    margin-top: 10%;
}

.img-desktop {
    width: 50%;
}

.msg-responsse-ok {
    /* Estilo del mensaje en respuesta OK*/
    border-radius: 6px;
    width: 100%;
    background-color: #87FEC5;
    text-align: center;
}

.msg-responsse-error {
    /* Estilo del mensaje en respuesta Error*/
    border-radius: 6px;
    background-color: #FF5353;
    color: #ffff;
    text-align: center;
}

.ticket-validation-table-height {
    height: 100px !important;
}

.p-3-table {
    padding: 0rem 3rem;
}

@media (min-width: 0px) and (max-width: 720px) {

    thead,
    tr,
    td {
        font-size: 9px;
    }

    .body-user-agent {
        background-image: url('../img/FondoMobile.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
    }

    .p-3-table {
        padding: 0rem 1rem;
    }
}