/*
Theme Name: Avista-Baleares Theme

Description: Tema hijo de Hello Elementor para Avista Baleares
Author: Refineria
Author URI: https://refineria.es/
Template: hello-elementor
Version: 1.0.0
Text Domain: avista-baleares-theme
*/

/* Importa el CSS del tema padre */
@import url("../hello-elementor/style.css");

/* === Camera Video Switcher === */

/* Transiciones */
.video-thumb-bg,
.video-thumb-label {
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Cuando está activa - Solo background para la imagen */
.video-thumb-active .video-thumb-bg {
    background-color: #D7EFD9 !important;
	border-right: 1px solid #00A912 !important;
    border-left: 1px solid #00A912 !important;
    border-top: 1px solid #00A912 !important;
    overflow: hidden;
  	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-sizing:border-box;
	
}

/* texto de timelapse */
@media (max-width: 767px) {
  .video-thumb-label-day {
    display: block;
    font-weight: 500;
    white-space: nowrap;
  }
  .video-thumb-label-date {
    display: block;
  }
}

/* Cuando está activa - Background + border para el label */
.video-thumb-active .video-thumb-label {
    background-color: #D7EFD9 !important;
    border: 1px solid #00A912 !important;
    border-top: none !important;
}
/* === Overlay Play Icon on Image === */
.image-with-play {
    position: relative;
    display: inline-block;
}

.image-with-play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;   /* tamaño del icono */
    height: 36px;
    background-image: url("https://avistabalear.wp1.rwdesarrollos.es/wp-content/uploads/2025/12/play-blanco-cards.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none;
}

/* texto de timelapse */