/**
Theme Name: Astra Child
Author: Innovation Studio
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
*/


:root {
    --ast-global-color-0: #007B82!important;
}

body,
p,
span,
li,
input,
select,
textarea,
a {
  font-family: 'Cormorant Garamond'!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cormorant Garamond'!important;
}

p {
	margin-bottom: 0!important;
}

/* Botones */
button,
.button,
.woocommerce button.button,
.woocommerce a.button, .elementor-size-md {
  	font-family: 'Open Sans', sans-serif!important;
  	font-weight: 600!important;
    background-color: #007B82!important;
    color: #ffffff!important;
    border-radius: 0px!important;
    min-height: 40px!important;
    font-size: 15px!important;
    padding: 12px 24px!important;
    display: inline-block!important;
    text-align: center!important;
    transition: all 0.3s!important;
    text-decoration: none!important;
}



/* Header */
.elementor-location-header {
	z-index: 100;
}
.elementor-location-header .elementor-icon-wrapper {
	display: flex;
}

.inicio .dgwt-wcas-ico-magnifier-handler {
	fill: #fff!important;
}

.dgwt-wcas-ico-magnifier-handler {
	fill: #000!important;
}

.elementor-location-header .elementor-sticky--effects {
	border: none!important;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2)!important;
}

.inicio.elementor-sticky--effects {
	background-color: #fff!important;
}

.inicio.elementor-sticky--effects .elementor-element-ebdb1cb a {
	color: #000!important;
}

.inicio.elementor-sticky--effects .dgwt-wcas-ico-magnifier-handler, .inicio.elementor-sticky--effects .e-eicon-basket-solid, .inicio.elementor-sticky--effects .e-font-icon-svg.e-far-user {
	fill: #000!important;
}

.inicio.elementor-sticky--effects .elementor-item {
	fill: #000!important;
}

.inicio.elementor-sticky--effects .elementor-element-f2b007b img, .inicio.elementor-sticky--effects .elementor-element-f2b007b {
	display: none!important;
}

.inicio.elementor-sticky--effects .elementor-element-e865726 {
	display: block!important;
}

.inicio.elementor-sticky--effects .elementor-menu-toggle__icon--open, .inicio.elementor-sticky--effects .elementor-menu-toggle.elementor-active svg {
	fill: #000!important;
}

.inicio.elementor-sticky--effects .elementor-element-f58378d p {
	color: #000!important;
}

/* Archive Sesiones */
.foto-item {
	 box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.inlive-galeria-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr); /* Móvil por defecto */
}

@media (min-width: 768px) {
    .inlive-galeria-grid {
        grid-template-columns: repeat(3, 1fr); /* Tablet */
    }
}

@media (min-width: 1024px) {
    .inlive-galeria-grid {
        grid-template-columns: repeat(5, 1fr); /* Escritorio */
    }
}

.variation-Foto {
	margin: 10px 0px 10px 0px!important;
}

.variation-Foto img {
	width: 50px!important;
    height: 50px!important;
    border-radius: 0px!important;
    object-fit: cover!important;
	margin-right: 10px!important;
}

dt.variation-Foto {
	margin-right: 10px!important;
}

.sesion button {
	margin: 40px 0px 0px 0px!important;
    border-radius: 0px!important;
    background-color: #007B82!important;
}

/* Tienda */
.archive .woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
	height: 300px!important;
	object-fit: cover!important;
}

.woocommerce-result-count {
	margin-bottom: 20px!important;
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border-color: #007B82!important;
}

/* Lightbox */
.lb-details {
	display: none;
}

/* Home */
.numero {
  font-size: 48px!important;
  font-weight: 400!important;
  color: #ffffff!important;
  text-align: center;
}

/* Responsive: ajusta tamaño en tablet y móvil */
@media (max-width: 1024px) {
  .numero {
    font-size: 40px!important;
  }
}

@media (max-width: 768px) {
  .numero {
    font-size: 32px!important;
  }
}

.elementor-element-a89b7c5 h3 {
	color: #fff!important;
}

/* Lona */


/* Back to top */
#ast-scroll-top {
    background-color: #4F6F77!important;
}

/* Traducir texto menú carrito vacío */

.woocommerce-mini-cart__empty-message {
     font-size: 0px;
}

.woocommerce-mini-cart__empty-message:before {
     content: 'No hay productos en el carrito';
     font-size: 15px;
}

/* Búsqueda */
.dgwt-wcas-search-submit {
	display: none!important;
}