.bgvideo {
    inset: 0;
    width: 480px;
    height: 730px;
    overflow: hidden;
}

/* Estilos para Carrusel Thermo Scientific */
.custom-carousel-thermo {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.custom-carousel-thermo .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
    padding: 0 10px;
}

.custom-carousel-thermo .owl-nav button {
    background: rgba(30, 72, 138, 0.8) !important;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.custom-carousel-thermo .owl-nav button:hover {
    background: #1e488a !important;
}

.custom-carousel-thermo .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.custom-carousel-thermo .owl-dot {
    background: #ccc;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    transition: background 0.3s ease;
}

.custom-carousel-thermo .owl-dot.active {
    background: #1e488a;
}

.custom-carousel-thermo img {
    max-height: 400px;
    object-fit: contain;
    width: 100%;
    padding: 10px;
}

