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

.elementor-widget.elementor-widget-box_esteso {
    margin-bottom: 0px;
}

.box-esteso{
    position: relative;
    min-height: 478px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
}
.first-half{
    width: 50%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.texts-box-esteso{
    margin-left: 91px;
    margin-right: 52px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.second-half{
    width: 50%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.titolo-box-esteso{
    margin-bottom: 23px;
}
.pulsanti-box-esteso{
    margin-top: 57px;
}
.pulsante-box-esteso{
    border-radius: 43px;
    margin-right: 14px;
    min-width: 207px;
    box-sizing: border-box;
    /* text-align: left; */
    padding-top: 17px;
    padding-bottom: 17px;
    text-decoration: none;
    display: inline-flex;
    flex-shrink: 1;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: black;
    font-weight: 600;
}
.pulsante-box-esteso:last-child{
    margin-right: 0;
}

.icona-pulsante-box-esteso{
    margin-left: 14.6px;
}

.texts-box-esteso-mobile{
    display: none;
}

.vers2{
    border-radius: 25px !important;
}


@media screen and (max-width: 769px){
    .box-esteso {
        min-height: 400px;
        height: 400px;
    }
   .box-esteso-invisibile{
       display: none;
   }
   .box-esteso-largo{
        width: 100%;
   }
   .box-esteso-largo:after{
        background: rgba(0, 0, 0, 0.5);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-radius: 25px;
   }

   .texts-box-esteso-mobile{
        display: block;
        margin-left: 23px;
        margin-right: 28px;
        margin-top: 40px;
        margin-bottom: 40px;
        z-index: 10;
        text-align: center;
    }
    .titolo-box-esteso-mobile{
        margin-bottom: 16px;
        font-size: 21px !important;
        line-height: 35px !important;
    }
    .pulsanti-box-esteso-mobile{
        margin-top: 10px;
    }
    .testo-box-esteso-mobile{
        color: white;
    }
    .pulsante-box-esteso-mobile{
        border-radius: 43px;
        margin-right: 14px;
        min-width: 207px;
        box-sizing: border-box;
        text-align: center;
        min-height: 54px;
        text-decoration: none;
        display: inline-flex;
        flex-shrink: 1;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        color: black;
        font-size:15px;
        font-weight: 600;
    }
    .icona-pulsante-box-esteso-mobile{
        margin-left: 14.6px;
    }
}
