/**
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
*/


#NV_body{
     width: 100vw;
     display: block;
    clear: both;
}

.grecaptcha-badge{
	display: none
}

.flatpickr-calendar{
	display: none !important
}

.custom-header, .new-section {
    display: block;
    clear: both;
     width: 100vw;
}

.custom-header {
    position: block;
    background-size: cover;        /* La imagen cubrirá todo el espacio disponible */
    background-repeat: no-repeat;  /* La imagen no se repetirá */
    background-position: center center; /* La imagen estará centrada */
    width: 100%;                   /* Ocupará todo el ancho de la pantalla */
    height: auto;                  /* La altura será automática en función de la imagen */
    min-height: 400px;             /* Puedes ajustar esto según tus necesidades o eliminarlo si no es necesario */
    color: var(--e-global-color-text);                   /* Color del texto */
    padding-top: 600px ;
}


/* Sección debajo de la cabecera*/

/* Estilos Flex */
.flex-container {
    display: flex;
    flex-direction: column; /* Asegura que los elementos se apilen verticalmente */
}

.section-title {
    text-align: center; /* centra el texto horizontalmente */
    padding-top: 52px; /* añade un padding en la parte superior */
    width: 100%; /* asegura que ocupa todo el ancho */
    box-sizing: border-box; /* para considerar el padding en el cálculo del ancho */
}


/* hacemos 2 columnas*/

.flex-columns {
    display: flex; /* Activamos Flexbox */
    justify-content: space-between; /* Distribuye las dos columnas */
}

.promotions-carousel, .texto-promociones {
    flex: 1; /* Ambas columnas ocuparán el 50% del espacio disponible */
    padding: 0 15px; /* Espaciado entre las columnas, ajusta según necesidades */
}


.promotion-item {
    position: relative;
}

.promo-date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.6); /* fondo semi-transparente para leer el texto blanco en imágenes claras */
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.texto-manual{
    color: var(--e-global-color-text);
}

