.linea {
    border: none; /* Elimina el borde predeterminado */
    height: 3px; /* Grosor de la línea */
    background-color: #0044ff; /* Color de la línea */
    width: 80%; /* Ancho de la línea */
    margin: 10px auto; /* Espaciado y centrado */
}
.linea-ancha {
    display: flex;
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
    border: none; /* Elimina el borde predeterminado */
    border-radius: 20px;
    height: 45px; /* Grosor de la línea */
    background-color: #5076e0; /* Color de la línea */
    width: 80%; /* Ancho de la línea */
    margin: 10px auto; /* Espaciado y centrado */
    color: white; /* Color del texto */
    font-weight: bold;
}
.paramount-text {
    font-family: 'Lobster', cursive; /* O Dancing Script */
    font-size: 20px; /* Ajusta el tamaño según necesites */
    font-weight: 200;
    color: #ffffff;
}
.tv-interactiva {
    text-align: center;
    border: 2px solid #0044ff2c;
    border-radius: 15px;
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    max-width: 100%; /* Evita que se desborde */
    position: relative;
    margin: 0 auto; /* CENTRADO AUTOMÁTICO */
}



.icono-tv img {
    width: 80px; /* Ajusta el tamaño según lo que necesites */
    height: auto; /* Mantiene la proporción */
    display: block;
    margin: 5px auto; /* Centra la imagen */
}

.pantalla {
    width: 50px;
    height: 30px;
    background-color: #6173B1; /* Color similar al de la imagen */
    border-radius: 5px;
}

.base {
    width: 20px;
    height: 5px;
    background-color: #6173B1;
    margin-top: 3px;
}

.logo {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.titulo {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #003366;
}

.descripcion {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

