/* 
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 */

@media(min-width:768px){
	.page-id-51 .elementor-location-header,
	.single-proyectos .elementor-location-header,
	.single-coleccion .elementor-location-header{
		display: none;
	}
}
.home .elementor-location-footer,
.single-shop .elementor-location-footer,
.page-id-51 .elementor-location-footer,
.single-proyectos .elementor-location-footer,
.single-coleccion .elementor-location-footer{
		display: none;
}

.box{
    position: relative;
	overflow: hidden;
}
.box:hover .box-image img,
.box:hover .box-scale img{
    transform: scale(1.03);
}
.box-title{
    position: absolute;
    bottom: 0;
    right: 0;
	opacity: 0;
	transition: all .3s!important;
}
.box:hover .box-title{
	opacity: 1;
}
.box-image
.box-scale{
    overflow: hidden;
}
.box-image img{
    transition: all .5s;
    height: calc(100svh - 82px); /* JONA - Era 96px pero ahora el header es menos alto */
    object-fit: cover;
    object-position: center;
}
@media(min-width:768px){
	.box-image img{
		height: calc(100vh - 122px); /* JONA - Era 172px pero ahora el header es menos alto */
	}	
}
.box-scale img{
    transition: all .5s;
    object-fit: cover;
    object-position: center;
}