/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* Video presentación
*/
 
/* Contenedor del splash 
#splash-screen {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: #000;
    z-index: 9999;   /* Muy arriba para que esté sobre todo */
    display: none;   /* oculto inicialmente */
    justify-content: center;
    align-items: center;
    overflow: hidden;

    opacity: 1;                /* Para la transición */
    transition: opacity 2s ease;
    pointer-events: auto;
}
*/
/* Video que ocupa toda la pantalla 
#splash-screen video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;  /* Por debajo del botón */
}
*/
/* Botón de cierre 
#close-btn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: transparent;
    color: black;
    border: none;
    font-size: 4rem;
    cursor: pointer;
    z-index: 2;  /* Por encima del video */
    padding: 0;
    line-height: 1;
}
*/
/* Clase para el fade out 
#splash-screen.fade-out {
    opacity: 0;
    pointer-events: none;
}
*/

/* Para evitar el hover en el móvil */

/* Ajuste para evitar doble toque en móviles */

@media (hover: none), (pointer: coarse) {
  .wp-block-uagb-image--layout-default figure:hover img {
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
  }

  .wp-block-uagb-image--layout-default figure {
    pointer-events: auto !important;
  }
}
