/* 
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 */
.txt-slider {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border: 1px solid #ffffff24;
}
.scrolldown svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: run 1500ms cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
@keyframes run {
    0% {
        transform: translate(-50%, calc(-50% - 10px));
    }
    50% {
        transform: translate(-50%, calc(-50% + 10px));
    }
    100% {
        transform: translate(-50%, calc(-50% - 10px));
    }
}
.elementor-45 .elementor-element.elementor-element-232e69a .jeg-elementor-kit.jkit-testimonials .testimonials-track .testimonial-item .testimonial-box .profile-info .profile-name {
    font-size: 22px !important;
}
.girar text {
    display: block; /* Asegura que no haya movimiento inesperado */
    margin: auto; /* Centra la imagen si es necesario */
    animation: rotar 25s linear infinite;
    transform-origin: center;
}

@keyframes rotar {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.header.elementor-sticky--effects {
    background: white !important;
    box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
}
.header.elementor-sticky--effects .logo-white {
    display: none;
}
.header .logo-color {
    display: none;
}
.header.elementor-sticky--effects .logo-color {
    display: block !important;
}
.header.elementor-sticky--effects li.menu-item a {
    color: #111 !important;
}
.header {
    background: linear-gradient(0deg, #00000000 0%, #000000 85%);
}
.e-form__indicators__indicator__label {
    text-align: start;
    display: block ruby !important;
}
@media (max-width: 768px) {
    .e-form__indicators__indicator__label {
        display: none !important;
    }
    .jkit-hamburger-menu {
        display: flex !important;
    }
    .jkit-close-menu {
        margin: 0px 20px !important;
        display: flex !important;
        align-content: center !important;
        padding: 12px !important;
    }
    .jkit-close-menu:hover {
        margin: 0px 20px !important;
        display: flex !important;
        align-content: center !important;
        padding: 12px !important;
    }
}
.bpa-front-module--bs-head svg {
    display: none;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
    font-size: 15px;
}
.wc-block-components-form .wc-block-components-checkout-step {
    margin: 0px !important;
}
.wc-block-components-title.wc-block-components-title {
    font-family: montserrat !important;
    font-size: 24px !important;
    text-transform: inherit !important;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
    font-family: montserrat !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
}
.error404 #content {
    padding-top: 200px;
    padding-bottom: 100px;
    text-align: center;
}
p.elementor-heading-title,
h1,
h2,
h3,
h4 {
    text-transform: inherit !important;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link {
    color: #000 !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: white !important;
}