/* 
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 */
/* GENERALES */
.lopd { color: var(--e-global-color-text); }
.lopd:hover { color: var(--e-global-color-4a5499b); }


/* HERO IMG PROYECTS */
.img_hero {
	background-size: cover;
    background-position: center center;
}


/* CARDS PROYECTOS */
.card__project{
    position: relative;
    cursor: pointer;
}
.card__project{
    transition: transform .3s ease;
}
.card__project:hover{
    transform: translatey(-6px);
}


/*******************/
/* PROJECT GALLERY */
/*********++********/
.rl-basicmasonry-gallery .rl-gallery-item img {
	border-radius: 20px;
}

/* COOKIES */

#cmplz-document {
	width:100%;
	max-width:100%;
}

#cmplz-document p, li{
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    color: var(--e-global-color-primary);
}

#cmplz-document h2, h3 {
	    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-887363b-font-family), Sans-serif;
    font-size: var(--e-global-typography-887363b-font-size);
    font-weight: var(--e-global-typography-887363b-font-weight);
    text-transform: var(--e-global-typography-887363b-text-transform);
    line-height: var(--e-global-typography-887363b-line-height);
    letter-spacing: var(--e-global-typography-887363b-letter-spacing);
    word-spacing: var(--e-global-typography-887363b-word-spacing);
}
}