#section-search{
background-color: transparent !important;
}
#buscador{
background: rgb(248,152,48);
background: linear-gradient(14deg, rgba(248,152,48,0.84) 9%, rgba(248,152,48,0.62) 18%, rgba(255,255,255,1) 33%);
background-repeat: repeat;
background-size: contain;
border-radius: 0;
}
#search-box{
display: block !important;
}
#custom-search{		
background: transparent;
width: 100%;
max-width: 900px;
margin: 120px auto 120px auto;
float: none;
display: block;
}
#custom-search .hresultados .content{
margin-top: 22px;
background-color: transparent;
}
#custom-search input[type=text]{
font-weight: 300;
font-size: 70px;
line-height: 90%;
color: #000;
font-family: 'Founders Grotesk Light';
border: 0;
border-bottom: 2px solid #ED2B4E;
padding: 0;
margin: 0;
width: 100%;
background:transparent;
background: url(//www.acebarcelona.org/wp-content/uploads/2022/11/search-icon.svg);
background-repeat: no-repeat;
background-position: right center;
}
#custom-search .item a .titulo{
font-size: 18px;
line-height: 130%;
margin-bottom: 5px;
color: #000;
}
#pum-10666 .popmake-close{
display: none;
}
#custom-search .item a .fecha{
font-family: 'Founders Grotesk Light';
font-size: 18px;
line-height: 130%;
color: #ED2B4E;
}
#custom-search .empty-result{
font-size: 18px;
line-height: 1.2em;
margin: 50px 0;
color: #000;
}
#custom-search .item a .tipo{
font-family: 'Founders Grotesk Light';
font-size: 18px;
line-height: 130%;
color: #000;
opacity: 0.5;
margin-right: 12px;
}
#custom-search .hresultados{
width: 100%;
float: left;
display: block;
margin: 0 auto;
}
#custom-search .hresultados .count{
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 130%;
font-family: 'Founders Grotesk Light';
color: #000;
margin-top: 70px;
}
#custom-search .hresultados .item{
background: #FFFFFF;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
border-radius: 10px;
padding: 21px 26px;
margin-bottom: 16px;
}
#custom-search .result{
width: 100%;
display: inline-block;
margin: 0 auto;
padding: 0;
}
@media (max-width: 980px) {
#custom-search input[type=text] {
font-size: 40px;
}
#custom-search {
margin: 60px auto;
}
#custom-search .hresultados .count{
margin-top: 40px;
}
}