/* 
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 */
.esc-home-hero {
	background: linear-gradient(270deg, rgba(8, 36, 44, 0.00) 35.56%, var(--primary-500, rgba(58, 68, 93, 0.70)) 100%), url(https://escuni.martatorreprojects.com/wp-content/uploads/2025/06/home-hero-scaled.jpg) lightgray 0px -25.291px / 100% 132.69% no-repeat;
	background-blend-mode: multiply, normal;
}


.esc-home-hero-description p{
	margin-bottom:0;
}

.esc-pills p{
	padding-bottom:18px;
	border-bottom: 1px solid #CED0D7;
	margin-bottom:18px;
}

.esc-pills p:first-child{
	padding-top:0px;
}

.esc-pills p:last-of-type{
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom:0px;
}

.esc-pills a{
	height:25px;
	padding:0 10px;
	border-radius:24px;
	background-color: var(--e-global-color-4ad2ccd);
	word-break:keep-all;
	
}

.esc-pills a:hover,
.esc-pills a:active{
	font-weight:600;
}

@media (max-width:1140px){
	.esc-home-hero{
		background-position:127.113% 90.882%;
	}
	
}

@media (max-width:768px){
	.esc-home-hero{
		background-size:cover;
		background-position:center;
	}
}

