/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


.galeria-single-vale {
    margin-bottom: 100px;
}

.galeria-single-vale h2 {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    color: var(--e-global-color-primary);
    text-align: center;
    margin-bottom: 20px;
}

.galeria-cpt-lv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.galeria-cpt-lv > a {
    position: relative;
    width: 100%;
    max-width: calc((100% / 4) - 15px);
    height: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.galeria-cpt-lv > a:nth-child(4n) {
    margin-right: 0;
}

.galeria-cpt-lv > a > img {
    position: absolute;
    display: block;
    transform: translate(50%, -50%) scale(1);
    top: 50%;
    right: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}



.glov-receptores-checkout-block {
    background: var(--sections-background-color, #fff);
    border-color: var(--sections-border-color, #d5d8dc);
    border-radius: var(--sections-border-radius, 3px);
    border-style: var(--sections-border-type, solid);
    border-width: 1px;
    display: block;
    margin: var(--sections-margin, 0 0 24px 0);
    padding: var(--sections-padding, 16px 30px);
}

.glov-receptores-checkout-block ul {
    padding: 0;
    margin:0;
}

.glov-receptores-checkout-block ul li {
    display: block;
    margin-bottom: 30px;
}

.glov-receptores-checkout-block ul li:last-child {
    margin-bottom: 0;
}


.glov-receptores-checkout-block h3 {
    margin-bottom: 10px !important;
}

.glov-receptores-checkout-block .mail-receptor {
    margin-bottom: 10px;
}

.glov-receptores-checkout-block input,
.glov-receptores-checkout-block textarea {
    background-color: #f9fafa;
    border: none;
    border-radius: var(--forms-fields-border-radius, 0);
    color: var(--forms-fields-normal-color, #69727d);
    font-size: 14px;
    font-weight: 400;
    padding: var(--forms-fields-padding, 16px);
}

.woocommerce-notices-wrapper {
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 48px;
}




















