/* 
Theme Name: Lipobon-Theme (HelloElementor 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: diagonalhosting
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 */

.bg_blur {
    backdrop-filter: blur(10px);
}

.bg_blur .elementor-nav-menu {
    text-shadow: 0px 0px 10px white;
}


.hero {
  overflow: hidden;
}

.hero:hover {

}

.hero_bg {
    background-size: cover !Important;
    height: 100%;
}

.hero_model {
    background-size: auto 130% !Important;
    height: 100%;
}

.hero:hover .hero_bg { /*background-size: 120% auto  !Important;*/
    transform: scale(1.1);
}

.hero:hover .hero_model { background-size: auto 150% !Important;
}

.hero p {
    padding: 0px;
    margin: 0px;
}

.marker {
    background-color: white;
    padding: 0.2rem 1rem;
    line-height: 2.2rem;
    display: inline !Important;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}


.titulo_lista h2::before {
    content: "⭐"; 
    font-size: 1.2em;
    margin-right: 10px;
    color: background: var(--e-global-color-primary);
}

.titulo_resaltado>div h2 {
    border: 3px solid grey;
    padding: 5px 15px;
    background: white;
    display: inline;
}

.titulo_resaltado {
   margin-top:-15px;
}

.fondo_video {
        box-shadow: inset -50px -50px 80px 0px rgba(255, 255, 255, 0.04);
}

.fondo_video .elementor-background-video-container {
    filter: opacity(0.4);
    mix-blend-mode: soft-light;
}

.testimonio .elementor-testimonial-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}


.medios_pago {
    mix-blend-mode: luminosity;
	  opacity:0.8;
}

/* Pagina de checkout*/

#woo_finalizar_compra a,
#woo_mi_cuenta a {
    color: var(--e-global-color-primary);
}

#woo_finalizar_compra a:hover {
    color: var(--e-global-color-cf3c2a4);
}

#woo_finalizar_compra .is-active a,
#woo_mi_cuenta .is-active a {
	color: white;
}

#woo_finalizar_compra .button,
#woo_mi_cuenta .button {
    background: var(--e-global-color-primary) !Important;
    border-radius: 0 !Important;
    color: white !Important;
}

#woo_mi_cuenta .button:hover,
#woo_finalizar_compra .button:hover {
    background: var(--e-global-color-cf3c2a4) !Important;
}

#woo_mi_cuenta .woocommerce-notices-wrapper {
	display: none !Important;
}

/* Arreglo plugin correos */

.woocommerce-shipping-totals {
    display: flex;
}

td[data-title] {
    display: flex;
}

.acti-shipping {
    border: 1px solid #ccc;
    padding: 1rem;
	margin-top: 2rem;
}

@keyframes shrinkHeader {
    0% { height: 70px; }
    100% { height: 50px; }
}

.logo_scroll img {
    animation: shrinkHeader linear both;
    animation-timeline: scroll(root);
    animation-range: 0 400px;
}
