section#testata_home {
    height: 100vh;
    padding-bottom: 0px;
	position: relative;
	z-index: 0;
}
section#testata_home .wrapper {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 65px;
	position: relative;
}
section#testata_home img.bg_img {
    width: 100%;
    height: calc(100% + 40px);
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}
section#testata_home .wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 40px);
    background: linear-gradient(251deg, rgba(0, 0, 0, 0.00) 25.43%, rgba(0, 0, 0, 0.40) 54.7%);
    z-index: -1;
}
section#testata_home .container {
    position: relative;
    z-index: 0;
}

#box_ricerca_testata .inner {
    padding: 24px 32px;
    border-radius: 16px;
    background-color: var(--eti-bg-white);
}
#box_ricerca_testata a.apri_modal_ricerca {
	cursor: pointer;
}