/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1763629791
Updated: 2025-11-20 09:09:51

*/
@keyframes glow {
  0%, 100% {
    filter: 
      drop-shadow(0 0 5px rgba(255, 255, 255, 0.2))
      drop-shadow(0 0 10px rgba(255, 255, 255, 0.1));
  }
  50% {
    filter: 
      drop-shadow(0 0 15px rgba(255, 255, 255, 0.5))
      drop-shadow(0 0 25px rgba(255, 255, 255, 0.3));
  }
}


@media(max-width: 768px) {	
	.footer li a span {
		text-align: center;
	}
}

.header .logo img {
	animation: glow 2s infinite alternate;
}

.contenedor_galeria .elementor-gallery__titles-container {
    gap: 10px;
}

.contenedor_galeria .elementor-gallery__titles-container .elementor-gallery-title {
    background-color: white;
	color: black;
	padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #0B36A8;
}
.contenedor_galeria .elementor-gallery__titles-container .elementor-gallery-title.elementor-item-active, .contenedor_galeria .elementor-gallery__titles-container .elementor-gallery-title:hover  {
	background-color: #0B36A8 !important;
	color: white !important;
    border-radius: 50px;
    border: 1px solid #0B36A8;
}

@media (max-width: 768px) {
	.contenedor_galeria .elementor-gallery__titles-container .elementor-gallery-title {
			padding: 10px 10px;
		margin: 0px;
	}
}

/*HEADER*/

.header .sub-menu.elementor-nav-menu--dropdown.sm-nowrap {
	padding: 7px 0px;
}

.menu_popup ul .sub-menu.elementor-nav-menu--dropdown.sm-nowrap {
	position: relative;
	width: 100%;
	padding: 15px 0px;
	margin-left: 0 !important;
	margin-top: 0 !important;
}

.menu_popup ul .sub-menu.elementor-nav-menu--dropdown.sm-nowrap li {
	display: flex;
	justify-content: center;
}

.menu_popup ul .sub-menu.elementor-nav-menu--dropdown.sm-nowrap a {
	text-align: center;
    padding: 8px 7px;
}

/*END Header*/

/*CONTACTO*/
.formulario_contacto input,
.formulario_contacto textarea {
  box-shadow: 0 4px 12px rgb(0 0 0 / 8%) !important;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.formulario_contacto input:focus,
.formulario_contacto textarea:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow:
    0 6px 20px rgba(99, 102, 241, 0.15),
    0 0 0 3px rgba(99, 102, 241, 0.08);
}
/*END Contcto*/

/*WooCommerce*/
.woocommerce-page h1 {
	font-size: 40px !important;
}
.woocommerce-page h2 {
	font-size: 25px !important;
}
.woocommerce-page h3 {
	font-size: 18px !important;
	
}
.page-content .woocommerce {
	    padding-bottom: 120px;
}

.woocommerce-Address-title.title h2 {
	line-height: 30px;
    margin-bottom: 30px;
    text-transform: none;
    font-weight: 500;
}


.woocommerce-Address-title.title a {
	 width: 100%;
    margin-bottom: 10px;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
	display: flex;
    gap: 5px;
    flex-direction: column;
    padding: 20px !important;
}

.woocommerce-button.button {
	text-align: center;
	background-color: #0B36A8 !important;
    color: white !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-cf6f579);
    border-radius: 50px 50px 50px 50px;
    padding: 15px 20px 15px 20px;
	font-family: var(--e-global-typography-4d1c52e-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-4d1c52e-font-size) !important;
    font-weight: var(--e-global-typography-4d1c52e-font-weight) !important;
    text-transform: var(--e-global-typography-4d1c52e-text-transform) !important;
    line-height: var(--e-global-typography-4d1c52e-line-height) !important;
}


