/* 
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 */
li.btn-mobile {
    display: none !important;
}
li.btn-desktop {
	display: block !important;
}

/* Vista responsive */
@media (max-width: 1180px) {
	body.elementor-page-13:not(.elementor-motion-effects-element-type-background), body.elementor-page-13 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	    background-size: inherit;
	    background-position-y: top !important;
	    background-attachment: fixed;
	}
}
@media (max-width: 768px) {
    
}
@media (max-width: 480px) {
	body.elementor-page-13:not(.elementor-motion-effects-element-type-background), body.elementor-page-13 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}

	body.elementor-page-13:not(.elementor-motion-effects-element-type-background):after, body.elementor-page-13 > .elementor-motion-effects-container > .elementor-motion-effects-layer:after {
	    content:"";
	    position:fixed; /* stretch a fixed position to the whole screen */
	    top:0;
	    height:100vh; /* fix for mobile browser address bar appearing disappearing */
	    left:0;
	    right:0;
	    z-index:-1; /* needed to keep in the background */
	    background-image: url(https://poliglesias.com/wp-content/uploads/2024/01/IMG_0792-1-2.jpg);
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    background-position: center center;
    	background-repeat: no-repeat;
	}
	
	body.elementor-page-901:not(.elementor-motion-effects-element-type-background), body.elementor-page-901 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}
	
	body.elementor-page-901:not(.elementor-motion-effects-element-type-background):after, body.elementor-page-901 > .elementor-motion-effects-container > .elementor-motion-effects-layer:after {
	    content:"";
	    position:fixed; /* stretch a fixed position to the whole screen */
	    top:0;
	    height:100vh; /* fix for mobile browser address bar appearing disappearing */
	    left:0;
	    right:0;
	    z-index:-1; /* needed to keep in the background */
	    background-image: url(https://poliglesias.com/wp-content/uploads/2024/01/IMG_0792-1-2.jpg);
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    background-position: center center;
    	background-repeat: no-repeat;
	}
	li.btn-mobile {
		display: block !important;
	}
	li.btn-desktop {
		display: none !important;
	}




}