/***
Gruppo api Widget Titolo e Testo CSS
***/


.box{
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.inside-box{
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    margin-top: 75px;
    margin-left: 51px;
    margin-right: 75px;
    flex-grow: 1;
    justify-content: space-between;
}
.box-bg-overlay::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.18);
    border-radius: 24px;
    z-index: 0;
}
.box-bg-overlay .inside-box {
    z-index: 1;
}
.title{
    margin-bottom: 18px;
}
.logo{
    display: flex;
    align-items: center;
    margin-right: 25px;
}
.logo_pulsante{
    min-width: 55px;
    min-height: 55px;
}
.bottom-row{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
    flex-direction: row;
}
.bottom-row a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.box-alto .custom-text-base p{
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0;
}

.box .logo_pulsante .elementor-button-icon {
    background: #fff;
    width: 55px;
    height: 55px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
}

.box .logo_pulsante .elementor-button-icon svg {
    width: 19px !important;
}


@media screen and (max-width: 1200px){
    .inside-box{
        margin-top: 50px;
        margin-left: 25px;
        margin-right: 25px;
    }

}
@media screen and (max-width: 769px){
.box-basso, .box-alto {
    height: 400px !important;
    max-height: 400px !important;
    min-height: 400px !important;
}

.box-alto .custom-text-base p , .box-basso .custom-text-base p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
}

.box .logo img {
    max-height: 170px;
}

}

