/* 
Theme Name: Grupo Blox
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
*/

:root {
	--corinto: #651c19;
}


/* Custom */
.text-border-bottom {
	border-bottom: 3px solid var(--corinto);
}
.featured-title span {
	font-size: 111%;
}


p:last-child {
	margin-block-start: 0;
	margin-block-end: 0;
}






/* Header */
#menu-main-menu {
	column-gap: 30px;
	
	.ekit-menu-nav-link {
		padding: 0;
	}
}
#search-header .elementor-widget-wrap {
	height: 95px;
}
.search-header {
	svg {
		display: none;
	}
	.ekit-wid-con {
		display: flex;
		justify-content: center;
	}
	a.ekit_navsearch-button {
		background: url(img/Lupa_Buscador.png) no-repeat center center;
		background-size: 100%;
		width: 26px!important;
		height: 36px!important;
		padding-left: 0!important;
	}
}
.ekit-search-group {
	.ekit_search-button {
		background: url(img/Lupa-Buscador_white.png) no-repeat center;
		background-size: 20px;
		
		svg {
			display: none;
		}
	}
}



/* Services */

.cards-services .elementor-column .elementor-widget-wrap .elementor-element, .cards-services .elementor-column .elementor-widget-wrap .elementor-element > div, .cards-services .elementor-column .elementor-widget-wrap .elementor-element > div > div, .cards-services .elementor-column .elementor-widget-wrap .elementor-element a, .cards-services .elementor-column .elementor-widget-wrap .elementor-element a > div {
	height: 100%;
	display: block;
}