/* 
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
*/
/* Header*/
#idioms .wpml-ls-link{
	padding:0;
}
#idioms .wpml-ls-flag{
	border-radius: 50%;
    width: 16px;
    height: 16px;
	margin: 0 5px;
}
#icono-header > div{
	width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#icono-header .elementor-icon-wrapper{
	display: flex;
    align-items: center;
    justify-content: center;
}

/* Footer*/
.enlace-footer p{
	padding-bottom:10px;
	border-bottom: 1px solid #d9d9d9;
	width: 90%;
}

.enlace-footer p:after {
    background: var(--e-global-color-primary);
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 90px;
    height: 2px;
}

.elementor-posts .elementor-post__card,
#sombra-redes,
#sombra-paginacion > div{
	box-shadow: 0px 1px 4px 1px #0000001f;
}

@media (max-width: 576px)
{
	#icono-header > div{
		width: 35px;
		height: 35px;
	}
}


#cmplz-document{
	max-width:none !important;
}