@import "constants.css";
.heroe-page
{
    background-image:
        linear-gradient(140deg, rgba(248, 248, 248, 1) 60%, rgba(248, 248, 248, 0.7) 90%),
        url('../img/bg-jt.jpg');
    background-size: cover;
}
#wrapper-int-page,.wrapper-int-page
{
    height: 220px;
    background-color: var(--color-gray-light2);
    margin-top: 80px;
    background-image:
        linear-gradient(145deg, rgba(250, 250, 250, 0.95) 60%, rgba(250, 250, 250, 0.95) 90%),
        url('../img/sfondo_home.jpeg');
    background-size: cover
}
.wrapper-int-page.dark,#wrapper-int-page.dark
{
    background-image:
        linear-gradient(145deg, rgba(25, 25, 25, 0.95) 60%, rgba(25, 25, 25, 0.95) 90%),
        url('../img/sfondo_home.jpeg');
}
.page h1
{
    line-height: 30px;
    font-size: 32px;
    font-weight: var(--font-weight-normal);
    margin-bottom: 15px;

}
.page .int h2
{
    color: var(--color-primary);
    font-size: 20px;
    line-height: 26px;
    margin-top: 12px;
}
.img-actor
{
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    border: 10px solid #fff;
}
.img-actor.border-gray
{
    border-color: #eee !important;
}
.box-text-actor
{
    padding: 40px 0px;
    border-top: 1px solid var(--color-gray-light);
    border-bottom: 1px solid var(--color-gray-light);
}
.box-text-actor p
{
    text-align: justify;
    /*text-wrap: balance;*/
    word-break: keep-all;
}
.box-text-actor h3
{
    color: var(--color-primary);
    margin: 0 auto 5px;
    font-size: 24px;
}
.box-text-actor h4
{
    font-size: 16px;
    color:  var(--color-text);
    font-weight: var(--font-weight-bold);
    margin-bottom: 15px;
    line-height: 22px;
}
.box-text-actor h4 span
{
    color:  var(--color-sec);
    font-weight: var(--font-weight-normal);
}
.box-text-actor span.read-more
{
    display: inline-block;
    margin: 25px 0 0;
    font-size: 15px;
    padding: 8px 30px;
    cursor: pointer;
}
.box-text-actor span.read-more.blue
{
    border: 1px solid var(--color-sec);
    transition: all 300ms ease-in-out;
}
.box-text-actor span.read-more.blue:hover
{

    background-color:  var(--color-sec);
    transition: all 300ms ease-in-out;
    color: #fff;

}
.box-text-actor span.read-more.green
{
    border: 1px solid var(--color-primary);
    transition: all 300ms ease-in-out;
}
.box-text-actor span.read-more.green:hover
{

    background-color:  var(--color-primary);
    transition: all 300ms ease-in-out;
    color: #fff;
}
.icon-box-img-actor
{
    width: 30px;
    aspect-ratio: 1/1;
    display: block;
    margin: -20px 0px 10px auto;
    opacity: 0.2;
}
.ctnr-actor
{
    padding-top: 50px;
    margin-top: 50px;

}
.square-dec-left
{
    position: absolute;
    width: 100px;
    height: 100px;
    left: -8px;
    z-index: 1;
    background-color: var(--color-primary);
    top: -7px;
}
.square-dec-right
{
    position: absolute;
    width: 100px;
    height: 100px;
    right: -8px;
    z-index: 1;
    background-color: var(--color-sec);
    bottom: 0;
}


#modal-about
{
    position: fixed;
    background-color: var(--color-gray-light2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: scroll;
    display: flex;
    align-content: center;
    justify-content: center;
    padding-bottom: 30px;
    transform: scale(0,0);
    opacity: 0;
    transition: transform 400ms ease-in-out,opacity 600ms ease-in-out;
}
#modal-about.active
{
    transform: scale(1,1);
    opacity: 1;
    transition: transform 600ms ease-in-out,opacity 800ms ease-in-out;
}
#modal-about-inner
{
    width: 300px;
    height: 70vh;
    margin-top: 90px;
    align-self: center;
}
#modal-about img
{
    display: block;
    width: 160px;
    margin: auto;
}
#modal-about h3
{
    font-size: 24px;
    color: var(--color-primary);
    margin: 30px auto 10px;
    text-align: center;
}
#modal-about h4
{
    font-size: 18px;
    color: var(--color-text);
    font-weight: var(--font-weight-bold);
    text-align: center;
    margin-bottom: 20px;
}
#modal-about p
{
    text-align: justify;
}
#btn-close-modal-bout
{
    position: fixed;
    top: 95px;
    left: 20px;
    font-size: 24px;
    color: #272727;
}

.img-areas
{
    width: 100%;
    border: 10px solid #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
    display: block;
}

.row-s-area h3
{
    margin:0 auto 20px;
    font-size: 22px
}
.row-s-area.no-border p
{
    border-bottom: none ;
}
.row-s-area.last
{
    background-color: var(--color-gray-light3);
    padding: 60px 0
}
.row-s-area p
{
    border-bottom: 1px solid var(--color-gray-light);
    padding-bottom: 20px
}
.area-areas-bg
{
    background-color: var(--color-gray-light3);
    padding: 40px 0
}
.area-areas-bg.white
{
    background-color: #fff;
}
#about-areas
{
    padding:30px 0 50px 0
}
.wrapper-int-page.sec
{
    margin-top: 0;
}
h2.about-us
{
    margin-bottom: 20px;
}
p.bq-pages
{
    font-size: 17px;
    line-height: 23px;
}
p.bq-pages i
{
    font-size: 22px;
    line-height: 30px;
    display: block;
    margin-bottom: 8px;
}
#section-areas
{
    margin: -20px auto -20px;
}
.body-areas h4
{

    text-align: center;
    font-size: 15px;
    color: var(--color-sec);
    margin: -10px auto 20px;
    line-height: 21px;

}
.body-areas h4 i
{
    font-size: 19px;
    line-height: 25px;
    display: block;
    margin-bottom: 12px;
}
i.font-bq.pages-int
{
    font-size: 21px;
    line-height: 25px;
}


#areas
{
    scroll-margin-top: 70px;
}
#business,#tax,#legal
{
    scroll-margin-top: 70px;
}
.wrapper-single-team
{
    scroll-margin-top: 80px;
}
#fabio-aliprandi
{
    scroll-margin-top: 120px;
}
h4.open-cv
{
    line-height: 24px;
}


@media only screen and (min-width:480px)
{
    .heroe-page
    {
        background-image:
            linear-gradient(140deg, rgba(248, 248, 248, 1) 50%, rgba(248, 248, 248, 0.7) 80%),
            url('../img/bg-jt.jpg');
    }
    .box-text-actor
    {
        padding: 40px 0px;
    }
    i.font-bq.pages-int
    {
        font-size: 22px;
        line-height: 27px;
    }
}
@media only screen and (min-width:768px)
{
    #wrapper-int-page,.wrapper-int-page
    {
        height: 250px;
        margin-top: 90px;
    }
    .page h1
    {
        line-height: 36px;
        font-size: 42px;
        margin-bottom: 18px
    }
    .page .int h2
    {
        font-size: 21px;
        line-height: 28px;
        margin-top: 15px;
    }
    #page-team h2,.page-areas h2
    {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .box-text-actor h3
    {
        margin: 0 auto 20px;
        font-size: 24px;
    }
    .box-text-actor
    {
        padding: 25px 25px 0;
    }
    .box-text-actor p
    {
        font-size: 15px;
        line-height: 23px;
    }
    .icon-box-img-actor
    {
        width: 32px;
        margin: -8px 0px 6px auto;
    }
    #modal-about-inner
    {
        width: 600px;
    }
    #btn-close-modal-bout
    {
        top: 110px;
        left: 75px;
        font-size: 26px;
    }
    #modal-about p
    {
        font-size: 16px;
    }
    .page-areas h2
    {
        margin-bottom: 10px;
    }
    .row-s-area h3
    {

        margin:0 auto 30px;
        font-size: 24px


    }
    .area.last-bg
    {
        padding-bottom: 0;
        margin-bottom: -30px;
    }
    .area-areas-bg
    {
        padding: 60px 0
    }
    #about-areas
    {
        padding:0px 0 50px 0
    }
    .area-areas-bg.last
    {
        margin-bottom: -80px;
    }
    p.bq-pages
    {
        font-size: 19px;
        line-height: 26px;
    }
    h2.about-us
    {
        margin-bottom: 30px;
    }
    #section-areas
    {
        margin: -50px auto 50px;
    }
    .body-areas h4
    {

        font-size: 17px;
        line-height: 25px;
        margin: -15px auto 30px;

    }
    i.font-bq.pages-int
    {
        font-size: 25px;
        line-height: 31px;
    }
    p.bq-pages i
    {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 12px;
    }
    .body-areas h4 i {

        font-size: 22px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    #areas
    {
        scroll-margin-top: 80px;
    }
    #fabio-aliprandi
{
    scroll-margin-top: 150px;
}

}
@media only screen and (min-width:1024px)
{
    #wrapper-int-page,.wrapper-int-page
    {
        height: 290px;
        margin-top: 110px;
    }
    .page h1
    {
        font-size: 46px;
        margin-bottom: 30px;
    }
    .page p
    {
        font-size: 21px;
        line-height: 32px;
    }
    .page .int h2
    {
        font-size: 23px;
    }
    #page-team h2,.page-areas h2
    {
        margin-bottom: 30px;
        font-size: 34px;
    }
    .box-text-actor h3
    {
        margin: 20px auto 20px;
        font-size: 28px;
    }
    .box-text-actor
    {
        padding: 35px 25px 0;
    }
    .box-text-actor h4
    {
        font-size: 19px;
        margin-bottom: 50px;
    }
    .box-text-actor h4 span
    {
        display: block;
        margin: 8px auto 0px 0;
    }
    .box-text-actor span.read-more
    {
        margin: 20px 0;
        font-size: 16px;
        padding: 8px 22px;
    }
    .box-text-actor p
    {
        font-size: 17px;
        line-height: 27px;
    }
    blockquote
    {
        font-size: 17px;
    }
    .img-actor
    {
        box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
        border: 4px solid #fff;
    }
    .icon-box-img-actor
    {
        width: 35px;
        margin: -12px 0px 18px auto;
    }
    .square-dec-left
    {
        width: 140px;
        height: 140px;
        left: -10px;
        bottom: -2px;
    }
    .square-dec-right
    {
        width: 140px;
        height: 140px;
        right: -10px;
        bottom: -2px;
    }
    #modal-about-inner
    {
        width: 600px;
        margin-top: 130px;
    }
    #modal-about img
    {
        width: 175px;
    }
    #modal-about h3
    {
        font-size: 26px;
        margin: 40px auto 12px;
    }
    #modal-about h4
    {
        font-size: 20px;
        margin-bottom: 30px;
    }
    #btn-close-modal-bout
    {
        top: 135px;
        left: 55px;
        font-size: 30px;
    }

    .row-s-area h3
    {

        margin: 0 auto 30px;
        font-size: 26px;
        text-align: left;
    }
    .row-s-area p
    {
        font-size: 16px;
        line-height: 24px;
        border-bottom: none;
    }
    .body-areas
    {
        border-bottom: 1px solid var(--color-gray-light);
        padding: 0 35px;
    }
    .area.last-bg
    {
        margin-bottom: -100px;
    }
    .row-s-area.last
    {
        padding: 100px 0;
    }
    .img-areas
    {
        border: 12px solid #fff;
    }

    .area-areas-bg
    {
        padding: 70px 0
    }
    #about-areas p
    {
        padding:0px 0 70px 0;
    }
    #about-areas p
    {
        font-size: 16px;
        line-height: 24px;
    }
    .area-areas-bg.last
    {
        margin-bottom: -90px;
    }
    .body-areas h4
    {

        font-size: 17px;
        line-height: 26px;
        margin: -16px auto 32px;
        text-align: left;
    }
    i.font-bq.pages-int
    {
        font-size: 30px;
        line-height: 38px;
    }
    p.bq-pages i
    {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 14px;
    }


    #areas
    {
        scroll-margin-top: 100px;
    }
    #business,#tax,#legal
    {
        scroll-margin-top: 90px;
    }
    .wrapper-single-team
    {
        scroll-margin-top: 100px;
    }
    #fabio-aliprandi
{
    scroll-margin-top: 180px;
}
h4.open-cv
{
    line-height: 28px;
}

}
@media only screen and (min-width:1420px)
{
    .area.int
    {
        height: 640px;
    }
    #wrapper-int-page,.wrapper-int-page
    {
        height: 330px;
        margin-top: 120px;
    }
    #wrapper-int-page p,.wrapper-int-page p
    {
        text-align: center;
    }
    .page h1
    {
        font-size: 50px;
        margin-bottom: 25px;
        text-align: center
    }
    .page p
    {
        font-size: 23px;
        line-height: 35px;
    }
    #page-team h2,.page-areas h2
    {
        margin-bottom: 50px;
        font-size: 40px;
    }
    .box-text-actor h3
    {
        margin: 0 auto 15px;
        font-size: 32px;
    }
    .box-text-actor h4
    {
        font-size: 21px;
        margin-bottom: 50px;
        ;
    }
    .box-text-actor p
    {
        font-size: 19px;
        line-height: 29px;
    }
    .box-text-actor span.read-more
    {
        margin: 30px 0;
        font-size: 18px;
        padding: 12px 55px;
    }
    blockquote
    {
        font-size: 18px;
    }
    .img-actor
    {
        box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
        border: 12px solid #fff;
    }
    .icon-box-img-actor
    {
        width: 40px;
        margin: -10px 0px 20px auto;
    }
    .square-dec-left
    {
        width: 170px;
        height: 170px;
        left: -15px;
        top: -15px;
    }
    .square-dec-right
    {
        width: 170px;
        height: 170px;
        right: -15px;
        bottom: -6px;
    }
    .box-text-actor
    {
        padding: 50px 40px 0 40px;
    }
    .icon-box-img-actor
    {
        width: 50px;
        margin: 0px 0px 25px auto;
    }
    .heroe-page
    {
        background-image: linear-gradient(140deg, rgba(248, 248, 248, 0.5) 0%, rgba(20, 40, 230, 0.7) 80%), url('../img/bg-jt.jpg');
    }

    #modal-about-inner
    {
        width: 980px;
        margin-top: 150px;
    }
    #modal-about img
    {
        width: 190px;
    }
    #modal-about h3
    {
        font-size: 27px;
        margin: 45px auto 5px;
    }
    #modal-about h4
    {
        font-size: 21px;
        margin-bottom: 35px;
    }
    #modal-about p
    {
        font-size: 17px;
        line-height: 27px;
    }
    #btn-close-modal-bout
    {
        top: 145px;
        left: 65px;
        font-size: 34px;
    }

    .row-s-area h3
    {

        margin: 0 auto 35px;
        font-size: 27px;
    }
    .row-s-area p
    {
        font-size: 17px;
        line-height: 27px;
    }
    .body-areas
    {
        border-bottom: 1px solid var(--color-gray-light);
        padding: 5px 50px 0 5px;
    }
    .body-areas h3
    {
        font-size: 32px;
    }
    .body-areas h4
    {
        font-size: 18px;
        line-height: 28px;
        margin: -16px auto 32px;
    }
    .body-areas.left
    {
        padding: 5px 5px 0 50px;
    }
    .area.last-bg
    {
        margin-bottom: -120px;
    }
    .row-s-area.last
    {
        padding: 120px 0;
    }
    .img-areas
    {
        border: 15px solid #fff;
    }
    .container, .row
    {
        gap: 60px;
        width: 100%;
    }
    .page-areas h2
    {

        margin-bottom: 0;

    }
    .area-areas-bg
    {
        padding: 100px 0
    }
    #about-areas
    {
        padding:0px 0 80px 0;
    }
    #about-areas p
    {
        font-size: 17px;
        line-height: 27px;
    }
    .area-areas-bg.last
    {
        margin-bottom: -130px;
    }
    h2.about-us
    {
        margin-bottom: 40px;
    }
    #section-areas
    {
        margin: -75px auto 65px;
    }
    .wrapper-img-areas
    {
        padding: 5px 20px 0px 30px;
    }
    i.font-bq.pages-int
    {
        font-size: 34px;
        line-height: 40px;
    }
    p.bq-pages i
    {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    .body-areas h4 i
    {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    #areas
    {
        scroll-margin-top: 120px;
    }
    #business,#tax,#legal
    {
        scroll-margin-top: 110px;
    }
    #fabio-aliprandi
{
    scroll-margin-top: 230px;
}
h4.open-cv
{
    line-height: 32px;
}
}
@media only screen and (min-width:1680px)
{
    .area.int
    {
        height: 760px;
    }
    #wrapper-int-page,.wrapper-int-page
    {
        height: 360px;
        margin-top: 125px;
    }
    .page h1
    {
        font-size: 54px;
        margin-bottom: 34px;
    }
    .page p
    {
        font-size: 24px;
        line-height: 38px;
    }
    #page-team h2,.page-areas h2
    {
        margin-bottom: 60px;
        font-size: 44px;
    }
    .img-actor
    {
        box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
        border: 13px solid #fff;
        height: 630px;
    }
    .square-dec-left
    {
        width: 180px;
        height: 180px;
        left: -16px;
        bottom: -8px;
    }
    .square-dec-right
    {
        width: 180px;
        height: 180px;
        right: -16px;
        bottom: -8px;
    }
    .icon-box-img-actor
    {
        width: 65px;
        margin: 0px 0px 40px auto;
    }
    .box-text-actor h3
    {
        margin: -15px auto 22px;
        font-size: 35px;
    }
    .box-text-actor h4 span
    {
        margin: 12px auto 0px 0;
    }
    .box-text-actor h4
    {
        font-size: 22px;
        margin-bottom: 60px;
    }
    .box-text-actor span.read-more
    {
        margin: 40px 0;
        font-size: 18px;
        padding: 13px 65px;
    }
    .box-text-actor p
    {
        font-size: 19px;
        line-height: 32px;
    }
    blockquote
    {
        font-size: 19px;
    }

    #modal-about-inner
    {
        width: 1180px;
        margin-top: 160px;
    }
    #modal-about img
    {
        width: 210px;
    }
    #modal-about h3
    {
        font-size: 30px;
        margin: 60px auto 15px;
    }
    #modal-about h4
    {
        font-size: 22px;
        margin-bottom: 50px;
    }
    #modal-about p
    {
        font-size: 18px;
        line-height: 28px;
        column-count: 2;
        column-gap: 30px;
    }
    #btn-close-modal-bout
    {
        top: 160px;
        left: 80px;
        font-size: 36px;

    }

    .row-s-area h3
    {

        margin: 0 auto 38px;
        font-size: 28px;
    }
    .row-s-area p
    {
        font-size: 18px;
        line-height: 32px;
    }
    .body-areas
    {
        padding: 0 60px;
    }
    .area.last-bg
    {
        margin-bottom: -130px;
    }
    .row-s-area.last
    {
        padding: 130px 0;
    }
    .img-areas
    {
        border: 18px solid #fff;
    }
    .container, .row
    {
        gap: 60px;
    }
    .page-areas h2
    {

        margin-bottom: 0;
    }
    .area-areas-bg
    {
        padding: 120px 0
    }
    #about-areas
    {
        padding:0px 0 90px 0;
    }
    #about-areas p
    {
        font-size: 18px;
        line-height: 32px;
    }
    .area-areas-bg.last
    {
        margin-bottom: -150px;
    }
    .box-text-actor
    {
        padding: 50px 20px 0 40px;
    }
    h2.about-us
    {
        margin-bottom: 50px;
    }
    #section-areas
    {
        margin: -85px auto 65px;
    }
    .row-s-area
    {
        gap: 20px;
    }
    .wrapper-img-areas
    {
        padding: 5px 25px 0px 40px;
    }
    .body-areas  h3
    {
        font-size: 36px;
    }
    .body-areas  h4
    {
        font-size: 20px;
        line-height: 30px;
        margin: -15px auto 45px;
    }
    .body-areas.left
    {
        padding: 5px 40px 0 40px;
    }
    i.font-bq.pages-int
    {
        font-size: 36px;
        line-height: 44px;
    }
    p.bq-pages i
    {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 12px;
    }
    .body-areas h4 i
    {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 10px;
    }
    #areas
    {
        scroll-margin-top: 100px;
    }

    #areas
    {
        scroll-margin-top: 125px;
    }
    #business,#tax,#legal
    {
        scroll-margin-top: 130px;
    }
    .wrapper-single-team
    {
        scroll-margin-top: 90px;
    }
      #fabio-aliprandi
{
    scroll-margin-top: 240px;
}
h4.open-cv
{
    line-height: 34px;
}
}
