/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.gform_title{
    display: none;
}
/*.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    background-color: #d3e5df !important;
    color: #000;
    border-radius: 35px;
    padding: 16px 70px;
    font-family: 'Roboto';
}
.gform-theme.gform-theme--framework.gform_wrapper .button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:hover:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper button.button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:hover:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    /* Propiedades al hacer hover */
/*    background-color: #d3e5df !important;
    color: #fff;
    border-radius: 35px;
    padding: 16px 70px;
}*/

#gform_submit_button_1{
	background-color:#D1B268!important;
	color:#000!important;
	border:solid 2px #D1B268!important;
	border-radius:35px!important;
    padding:16px 70px!important;
}
#gform_submit_button_1:hover{
	background-color:#fff!important;
	color:#000!important;
	border:solid 2px #D1B268!important;
}

.elementor-172 .elementor-element.elementor-element-9f2c6d8 .uael-woo-product-wrapper {
    height: 100%;
}

.custom-product-categories {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.custom-product-categories .category-link {
    display: inline-block;
    padding: 10px 15px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: 'Roboto';
}

.custom-product-categories .category-link:hover {
    background-color:#D1B268;
    color:#000;
    border-color:#D1B268;
}

.custom-product-categories .catgCurrent {
    background-color:#c8d9d4;
    color:#000;
}

.custom-product-categories .category-link[data-slug="slug-ejemplo"] {
    background-color: #e0f7fa;
    border-color: #00acc1;
    color: #00796b;
}
/*
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    inline-size: 100%;
    border-color: #d7d4d4;
    font-family: 'Poppins';
    
}
.gform-theme--foundation .gfield textarea.medium {
    min-block-size: 12rem;
    border-color: #d7d4d4;
    font-family: 'Poppins';
}
.gform-theme--foundation .gfield .ginput_password.large::placeholder, 
.gform-theme--foundation .gfield input.large::placeholder, 
.gform-theme--foundation .gfield select.large::placeholder,
.gform-theme--foundation .gfield textarea.medium::placeholder {
    color: #aaa; /* Color gris claro para el placeholder */
/*}
*/
/* Compatibilidad para otros navegadores */ /*
.gform-theme--foundation .gfield .ginput_password.large::-webkit-input-placeholder,
.gform-theme--foundation .gfield input.large::-webkit-input-placeholder,
.gform-theme--foundation .gfield select.large::-webkit-input-placeholder,
.gform-theme--foundation .gfield textarea.medium::-webkit-input-placeholder {
    color: #aaa;
}

.gform-theme--foundation .gfield .ginput_password.large:-ms-input-placeholder,
.gform-theme--foundation .gfield input.large:-ms-input-placeholder,
.gform-theme--foundation .gfield select.large:-ms-input-placeholder,
.gform-theme--foundation .gfield textarea.medium:-ms-input-placeholder {
    color: #aaa;
}

.gform-theme--foundation .gfield .ginput_password.large::-ms-input-placeholder,
.gform-theme--foundation .gfield input.large::-ms-input-placeholder,
.gform-theme--foundation .gfield select.large::-ms-input-placeholder,
.gform-theme--foundation .gfield textarea.medium::-ms-input-placeholder {
    color: #aaa;
}*/
.elementor-61 .elementor-element.elementor-element-bfd6af4 .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout) {
    color: #000000;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B1A0A0;
    border-radius: 35px 35px 35px 35px;
    padding: 10px 30px;
}
.elementor-61 .elementor-element.elementor-element-bfd6af4 .woocommerce-mini-cart__buttons a.button.checkout {
    color: #000000;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B1A0A0;
    border-radius: 35px 35px 35px 35px;
    padding: 10px 30px;
}
.elementor-61 .elementor-element.elementor-element-bfd6af4 .uael-mc__btn-icon {
    font-size: 20px;
    color: #000000;
    width: 21px;
}
.categoria-imagen {
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    height: 250px; /* Definimos una altura fija */
    width: 100%; /* Ancho completo */
    position: relative;
    overflow: hidden;
  
    transition: transform 0.5s ease-in-out;
    display: inline-block;
}
.overlay:hover {
    animation: zoom 0.5s forwards; 
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    
}
.categoria-titulo {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    transition: opacity 0.3s ease-in-out;
    font-family: "Hepta Slab", Sans-serif;
}
.categoria-imagen:hover .categoria-titulo {
    opacity: 1;
}
.categoria-enlace {
    display: block;
    text-decoration: none;
    color: inherit;
}
.categoria-enlace:hover {
    text-decoration: none;
}
.botom1{
    margin-top: 20px;
}
.uael-woocommerce .uael-woo-products-summary-wrap {
    padding: 20px;
    height: 100%;
}
.elementor-361 .elementor-element.elementor-element-4b74e25 .uael-woo-product-wrapper {
    box-shadow: 0px 0px 10px -7px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    height: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795,-.035,0,1) .5s;
    margin:0;
    padding:0;
    object-fit:cover;
    width:100%;
    /*height:600px;*/
}
/*.elementor-361 .elementor-element.elementor-element-63f8dd41 .cart button:hover, .elementor-361 .elementor-element.elementor-element-63f8dd41 .cart .button:hover {
    color: #fff;
    background-color: #D3E5DF;
    border-color: #D3E5DF;
}
.elementor-361 .elementor-element.elementor-element-63f8dd41 .cart button, .elementor-361 .elementor-element.elementor-element-63f8dd41 .cart .button {
   
    color: #000;
    background-color: #D3E5DF;
    border-color: #D3E5DF;
    
}*/
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order {
    color: #000;
    background-color: #D3E5DF;
    border-color: #D3E5DF;
    border-radius: 35px;
    font-weight: 400;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:hover {
    color: #000;
    background-color: #D3E5DF;
    border-color: #D3E5DF;
    border-radius: 35px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a {
   color: #D3E5DF;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button {
   color: #000;
    background-color: #D3E5DF;
    border-color: #D3E5DF;
    border-radius:35px;
    font-weight:400;
    
}
@keyframes zoom {
  0% {
    transform: scale(1); /* Tamaño original */
  }
  100% {
    transform: scale(1.2); /* Zoom al 120% */
  }
}
.owl-dots{
  display: none;
}
.owl-carousel .owl-item img {
  
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.owl-theme .owl-nav:focus {
  
  background-color: transparent;
}

.owl-carousel .owl-item img {
    border-radius: 15px;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 350px;
  left: 0;
  color: #fff;
  font-size: 28px;
  background-color: transparent;
  z-index: 2;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    margin-top: 5px;
}
.uael-mc__btn-icon.uael-badge-top>i, .uael-mc__btn-icon.uael-badge-top>svg {
    display: block;
    width: 15px;
}
/* Estilos para el contador de cantidad */
.quantity {
    display: flex;
    max-width: 100%;
}

.quantity input.qty {
    text-align: center;
    max-width: 60px;
    padding: 5px;
    border: 1px solid #ccc;
    
    box-sizing: border-box;
}

.quantity .minus, 
.quantity .plus {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #000 !important;
    text-align: center;
    cursor: pointer;
    padding: 0px !important;
    margin: 0 7px !important;
}

.quantity .minus:hover,
.quantity .plus:hover {
    
    color:#fff !important;
}
.elementor-361 .elementor-element.elementor-element-63f8dd41 .quantity .qty{
    border-radius:35px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a {
    color: #d1b268;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword {
   
    width: 500px;
}
.woocommerce .elementor-361 .elementor-element.elementor-element-63f8dd41 form.cart .variations {
    width: 100%;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 0 !important;
    vertical-align: top;
}
.woocommerce .elementor-361 .elementor-element.elementor-element-63f8dd41 form.cart table.variations label {
    font-family: "Roboto", Sans-serif;
    margin-top: 14px;
}
/* Ocultar flechas en Firefox */
input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

/* Ocultar flechas en Chrome, Safari y Edge */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product .ultimos-produtos {
    margin:15px 0;
    font-weight:600;
    color:red;
}

.woocommerce div.product form.cart .reset_variations {
    margin-top:15px!important;
    display:block!important;
}
.single-product .woocommerce-variation-price{
    margin:20px 0;
}