

.chart-container {
                flex: 1;
                min-width: 200px;
                max-width: 33%;
                padding: 10px;
            }
#chart_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.chart-containerh {
                width: 100%;
                padding: 10px;
            }
                       
.card {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    box-shadow: 2px 2px 12px 1px rgba(140,140,140,.5);
    text-align: center;
}

.card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


.card-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


/*

.card-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.card-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: bold;
    color: #034078;
}
*/


textarea {
    resize: none;
}

button {
    margin-top: 20px;
    width: 100%;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.video-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}


/*
.card-grid_tx {
    max-width: 600px;
    margin: 0 auto;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}


.state {
    font-size: 1.2rem;
    color: #1282A2;
}
*/

.switch {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 68px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 50px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 52px;
    width: 52px;
    left: 8px;
    bottom: 8px;
    background-color: #fff;
    transition: .4s;
    border-radius: 50px;
}

input:checked + .slider {
    background-color: #b30000;
}

input:checked + .slider:before {
    -webkit-transform: translateX(52px);
    -ms-transform: translateX(52px);
    transform: translateX(52px);
}

.slider_s {
    -webkit-appearance: none;
    margin: 0 auto;
    width: 100%;
    height: 15px;
    border-radius: 10px;
    background: #FFD65C;
    outline: none;
}

.slider_s::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #034078;
    cursor: pointer;
}

.slider_s::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #034078;
    cursor: pointer;
}

.switch_s {
    padding-left: 5%;
    padding-right: 5%;
}

.centered-textarea {
    text-align: center;      /* Centra el texto */
    font-size: 24px;         /* Aumenta el tama�o del texto */
    font-weight: bold;       /* Pone el texto en negrita */
    line-height: 1.5;        /* Aumenta el espacio vertical entre l�neas */
}

.led-indicator {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #4a4a4a; /* Color apagado (gris oscuro) */
    margin-left: 5px;
}

.led-indicator.on {
    background-color: #ff0000;  /* Color encendido (rojo brillante) */
}


/*
.card-title_tx {
    font-size: 1.2rem;
    font-weight: bold;
    color: #034078;
}



input_tx[type=submit] {
    border: none;
    color: #FEFCFB;
    background-color: #034078;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 100px;
    margin-right: 10px;
    border-radius: 4px;
    transition-duration: 0.4s;
}

input_tx[type=submit]:hover {
    background-color: #1282A2;
}

input_tx[type=text], input_tx[type=number], select {
    width: 50%;
    padding: 12px 20px;
    margin: 18px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}


label {
    font-size: 1.2rem;
}



.value {
    font-size: 1.2rem;
    color: #1282A2;
}
*/





