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


/*Generics*/
body {
    text-rendering: geometricPrecision;
}

a {
   outline: 0!important;
}



a {
    color: var( --e-global-color-text );
}
a:hover, a:focus, a:active {
	 color: var( --e-global-color-text );
}
a:visited {
	 color: var( --e-global-color-text );
}
p a{
  color: var( --e-global-color-primary );
}
p a:visited {
  color: var( --e-global-color-primary );
}

.wp-block-separator {
    border-top: 1px solid #ccc !important;
    border-right: none;
    border-left: none;
    border-bottom: none!important;
}

.elementor-text-editor ul, .elementor-text-editor ol, .elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol, .elementor-tab-content ul{
    margin: 0 0 15px 0px;
	list-style: disc;
}

.elementor-widget-text-editor ul {
    margin: 0 0 15px 0px;
	list-style: disc;
}

.elementor-text-editor a {
    text-decoration: underline!important;
}
.elementor-location-footer  a {
    text-decoration: none!important;
}
.elementor-text-editor h4, .elementor-tab-content h4 {
    font-family: var( --e-global-typography-d6ff37e-font-family ), Sans-serif;
    font-size: var( --e-global-typography-d6ff37e-font-size );
    font-weight: var( --e-global-typography-d6ff37e-font-weight );
    line-height: var( --e-global-typography-d6ff37e-line-height );
    letter-spacing: var( --e-global-typography-d6ff37e-letter-spacing );
    word-spacing: var( --e-global-typography-d6ff37e-word-spacing );
	color: var( --e-global-color-primary );
	    margin: 15px 0 5px 0;
}

p {
    margin-bottom: 10px;
    margin-top: 10px;
}
b, strong {
    font-weight: 600;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}

ul {
    list-style: none;
}
ul, ol {
    margin: 0;
}

*:focus {
    outline: none;
}

::-moz-selection { /* Code for Firefox */
  background: #DE00E6;
		color:#ffffff;

}

::selection {
  background: #DE00E6;
	color:#ffffff;
}
.post, .page {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: var( --e-global-typography-text-font-weight );
}

/*button back to top*/
.back-to-top .elementor-button {
    width: 42px!important;
    height: 63px!important;
    text-align: center!important;
}

.back-to-top .elementor-button .elementor-align-icon-left {
    margin-right: 0px;
}
.back-to-top .elementor-button svg {
    width: 17px;
    margin-top: 12px;
}


/*search and filter*/
.searchandfilter ul {
    margin: 0;
    padding: 0;
}
.searchandfilter  {
color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    text-transform: var( --e-global-typography-text-text-transform );
    line-height: var( --e-global-typography-text-line-height );

}
body, button, input, select, optgroup, textarea {
color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    line-height: var( --e-global-typography-text-line-height );
}
.chosen-container {
    font-size: 14px;
    max-width: 275px;
}
.searchandfilter h4 {
    margin: 0;
    padding: 5px 0 8px;
       font-size: 15px;
    font-weight: 700;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    border: 1px solid var( --e-global-color-primary );
    border-radius: 0px;
    background-color: #fff;
    background: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgb(0 0 0 / 10%);
    color: var( --e-global-color-text );
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
	font-size: 14px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid var( --e-global-color-primary );
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: none;
    background-image: none;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}
.chosen-container .chosen-drop {
border: 1px solid var( --e-global-color-primary );
}
.chosen-container .chosen-results {
color: var( --e-global-color-text );
   
}
.chosen-container .chosen-results li {
    line-height: 18px;
    font-size: 14px;
}
.chosen-container .chosen-results li.highlighted {
    
background:var( --e-global-color-primary );

}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
color: var( --e-global-color-text );
    border: 1px solid var( --e-global-color-primary );
    border-radius: 0px;
    padding: 3px 6px;
}

input[type="submit"] {
    border: 1px solid;
    border-color: var( --e-global-color-primary );
    border-radius: 0px;
    background: #ffffff;
    color: var( --e-global-color-primary );
    line-height: 1;
    padding: 12px 24px;
	cursor: pointer;
	    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out;
	font-size: 14px;
}
input[type="submit"]:hover {
    border: 1px solid;
    border-color: var( --e-global-color-primary );
    background: var( --e-global-color-primary );
    color: #ffffff;

}
.searchandfilter .sf-field-reset {
	margin-top:15px!important;
}

.chosen-container-single .chosen-single div b {
 
    background: url(https://cerca.ondeuevprojects.net/wp-content/uploads/2022/07/chosen-sprite.png) 0 2px no-repeat;
}
.chosen-container-single .chosen-search input[type=text] {

    width: 100%;
    height: auto;
    outline: 0;
border: 1px solid var( --e-global-color-primary );

    background: url(https://cerca.ondeuevprojects.net/wp-content/uploads/2022/07/chosen-sprite.png) 100% -20px no-repeat;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
   line-height: 18px;
    border-radius: 0;
    font-size: 14px;
}
.searchandfilter ul li li {
    padding: 1px 0;
    font-size: 14px;
}
.searchandfilter input[type="text"] {
    font-size: 14px;
}

/*toggle*/
.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
    width: 79px!important;
    height: auto!important;
}
.elementor-toggle .elementor-tab-title {
    padding: 15px 15px 15px 5px!important;
}

/*indicadors*/
.elementor-counter .elementor-counter-number-prefix {
    display: none;
}
.elementor-counter .elementor-counter-title {
    text-align: left !important;

}

/*caixa link*/

.caixa-link .elementor-flip-box__front:after{
content: url('https://cerca.ondeuevprojects.net/wp-content/uploads/2022/07/arrow-link.svg');
     position: absolute;
    z-index: 0;
    right: 25px;
    top: 25px;
	   width: 35px;
}

.caixa-link .elementor-flip-box__back:after{
content: url('https://cerca.ondeuevprojects.net/wp-content/uploads/2022/07/arrow-link-white.svg');
     position: absolute;
    z-index: 1;
    right: 25px;
    top: 25px;
	    width: 35px;
}
.caixa-link .elementor-flip-box__layer {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*llista de icones*/
.elementor-widget .elementor-icon-list-icon {
    top: 2px!important;
    position: absolute!important;
}
.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    padding-left: 22px!important;
}
.agenda-dades .elementor-icon-list-icon+.elementor-icon-list-text {
    padding-left: 35px!important;
}

/*llista noticies*/

/*.dce-post-item .dce-term {
    padding: 0px 10px;
}

.dce-taxonomy-iniciatives .dce-term-item {
    background-color: var( --e-global-color-258e6f5 )!important;
	 margin: 0 1px 0 0;
}*/
.dce-terms-list .dce-separator {
    display: none;
}

.category-sistema-cerca .dce-taxonomy-category .dce-term-item, .category-corporatiu .category-sistema-cerca .dce-taxonomy-category .dce-term-item, .category-sistema-cerca .elementor-heading-title span  {
    background-color: var( --e-global-color-a5ab15b )!important;
	 margin: 0 1px 0 0;
	   padding: 0px 10px;
}
.category-corporatiu .dce-taxonomy-category .dce-term-item, .category-corporatiu .elementor-heading-title span  {
    background-color: var( --e-global-color-258e6f5 ) !important;
	 margin: 0 1px 0 0;
	   padding: 0px 10px;
}
.category-corporatiu.category-sistema-cerca .dce-taxonomy-category .dce-term-item:nth-child(2n) {
    background-color: var( --e-global-color-a5ab15b )!important;

}
/*ENGLISH*/
.category-cerca-system .dce-taxonomy-category .dce-term-item, .category-corporate .category-cerca-system .dce-taxonomy-category .dce-term-item, .category-cerca-system .elementor-heading-title span  {
    background-color: var( --e-global-color-a5ab15b )!important;
	 margin: 0 1px 0 0;
	   padding: 0px 10px;
}
.category-corporate .dce-taxonomy-category .dce-term-item, .category-corporate .elementor-heading-title span  {
    background-color: var( --e-global-color-258e6f5 ) !important;
	 margin: 0 1px 0 0;
	   padding: 0px 10px;
}
.category-corporate.category-cerca-system .dce-taxonomy-category .dce-term-item:nth-child(2n) {
    background-color: var( --e-global-color-a5ab15b )!important;

}




.item-categoria-article .elementor-heading-title span {
    padding: 0px 10px;
	 margin: 0 1px 0 0;
	    background-color: var( --e-global-color-258e6f5 )!important;

}

.article-destacat-seccio {
	cursor:pointer;
}
.article-destacat .dce-content-area {
    bottom: 0px;
}
.article-destacat .dce-content-area .dce-author-image img {
    margin-right: 0px;
}
.article-destacat .dce-item_author {
    position: absolute;
    width: 150px;
    right: 41px;
    bottom: -60px;
}

.article-destacat .dce-content-area .dce-item_title {
    position: absolute;
    bottom: 20px;
    left: 28px;
}


article.type-publicacions.categories_publicacions-corporatiu .item-categoria-article .elementor-heading-title span {
  background-color:var( --e-global-color-258e6f5 )!important;
}

.page-id-135 #header .icon-menu a.elementor-icon svg .st0 {
    fill: #070BD9;
}
.home a.ver-carousel-arrow.carousel-prev {
    bottom: -20px!important;
    left: 65px!important;
	top:auto!important;
}
.home a.ver-carousel-arrow.carousel-next {
    bottom: -20px!important;
    left: 120px!important;
}
.elementor-widget-theme-post-content h1, .elementor-widget-theme-post-content h2, .elementor-widget-theme-post-content h3, .elementor-widget-theme-post-content h4, .elementor-widget-theme-post-content h5, .elementor-widget-theme-post-content h6 {
    font-weight: bold!important;
}
.elementor-widget-media-carousel .elementor-swiper-button-prev {
    left: -3px!important;
    right: unset;
}
.elementor-widget-media-carousel .elementor-swiper-button-next {
    right: 0px!important;
    left: unset;
}
.breadcrumb_last{display:none;} 

.fil-ariadna{
    margin-bottom: 15px;
}

.fil-ariadna .elementor-widget-container{
    padding: 0 5px;
}

/*mur*/
#awp-flickr-photostream-5058 .col-md-3 {
    width: 33%;
    padding: 0;
    height: 92px!important;
    overflow: hidden;
    display: block;
}
.share-update-card__update-text {
    line-height: 24px!important;
    font-family: "Poppins"!important;
    font-size: 16px!important;
}
.awp-flickr-post-title {
	display: none;
}


.circle {
	background-color:#070BD9 !important;
}
.home h1 {
    margin: 0 !important;
}

body .sb_youtube .sby_items_wrap .sby_item {
    margin: 0 0 20px 0 !important;
}

#ctf.ctf-narrow .ctf-context {
    margin-left: 0px;
}
#ctf .ctf-context {
    padding-left: 0px;
}
div#awp-flickr-photostream-5058 {
    max-height: 1656px!important;
    overflow: hidden;
}

/*responsive*/
@media screen and (min-width: 1900px) and (max-width: 3000px) {
	

}
@media screen and (min-width: 1400px) and (max-width: 1899px) {
	

}
@media screen and (max-width: 767px) {
h1.elementor-heading-title {
    font-size: 52px!important;
    line-height: 55px!important;
}
.slide1-foto1, .slide1-foto2 {
    width: 40%!important;
    max-width: 40%!important;
    align-self: flex-start!important;
}
.slide-seccio {
    height: 1100px!important;
    overflow: hidden!important;
}
.searchandfilter select.sf-input-select {
    width: 300px!important;
}
	
select {
	-webkit-appearance: none!important;
}
	
}

@media screen and (min-width: 1025px) and (max-width: 1438px) {


}

html:lang(en-US) .elementor-3448 .elementor-search-form__container input{
    background-color: #7200F0!important;
    border-color: var(--e-global-color-5bfae49 )!important;
    border-width: 0px 0px 2px 0px!important;
    border-radius: 0px!important;
}
html:lang(en-US) .elementor-3448 .elementor-search-form__submit {
    color: var(--e-global-color-a5ab15b );
    background-color: var(--e-global-color-5bfae49 );
    height: 99px !important;
    border: none;
    border-radius: 0;
    position: relative;
    top: -21px;
    left: -50px;
}


.page-id-6520 header .elementor-widget-icon.elementor-view-default .elementor-icon .st0 {
    fill: #070bd9;
}

/* centres logos hover */
.centre-logo-color img {
	transition: filter 0.1s;
	filter: brightness(0) saturate(100%) invert(11%) sepia(100%) saturate(5873%) hue-rotate(245deg) brightness(78%) contrast(125%);
}
.centre-logo-color img:hover {
	filter: initial;
}
#sliderhome, 
#slidereng {
 min-height: 800px;   
}
