/**
*
* Chi siamo page
*
*/

/** Hero chi siamo **/
.wrap-chisiamo .hero-page {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 4em 0 4em;
    min-height: 35vh;
    display: flex;
    background-color: #000;
    align-items: center;
    border-bottom: 8px solid #D1A98D;
}

.wrap-chisiamo .hero-page .overlay-hero {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
}

.wrap-chisiamo .hero-page .row {
    position: relative;
    z-index: 3;
}

.wrap-chisiamo .hero-page h1 {
    font-size: 80px;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
}

/** Intro **/

.introchisiamo .row{
    display: flex;
    align-items: center;
}

.riquadro_img_em {
    position: relative;
}
.riquadro_img_em .img_em {
    border-radius: 10px;
}
.riquadro_logo_em {
    position: absolute;
    bottom: -20px;
    display: flex;
    background: #f27d39;
    background: -webkit-linear-gradient(to right, #91368f 0, #e7297c 50%, #f27d39 100%);
    background: -moz-linear-gradient(to right, #91368f 0, #e7297c 50%, #f27d39 100%);
    background: -ms-linear-gradient(to right, #91368f 0, #e7297c 50%, #f27d39 100%);
    background: linear-gradient(to right, #91368f 0, #e7297c 50%, #f27d39 100%);
    width: 60%;
    border-radius: 40px;
    align-items: center;
    left: -40px;
}
.colimg_em {
    background: #fff;
    width: 70px;
    border-radius: 100%;
    padding: 15px;
}

.coltxt_em p {
    margin: 0 0 0 20px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.testointro_chi h3{
    font-size: 35px;
    line-height: 1.4;
    margin: 0;
}

/** PDF **/

.pdf {
    background: #f7f7f7;
    margin-top: 30px;
}
.pdf h2 {
    margin: 0;
    text-align: center;
    font-size: 50px;
}
.img_chisiamo_pdf {
    border: 5px solid #f06d46;
    padding: 0.2em;
    border-radius: 5px;
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.5);
    transform: rotate(-1deg);
    display: block;
    margin: 20px auto 45px;
}

/** Steps **/

.divider_chi{
    display: block;
    min-height: 30px;
}

.step_chi h2 {
    margin: 0;
    text-align: center;
    font-size: 50px;
}

.riquadro-step {
    display: flex;
    align-items: center;
    background: #000;
    margin-bottom: 30px;
    min-height: 350px;
    box-shadow: 0 0 20px -10px rgba(0,0,0,0.8);
    border-radius: 10px;
    overflow: hidden;
}

.col_num {
    width: 15%;
}
.col_txt {
    width: 45%;
    padding: 3em;
}
.col_img {
    width: 40%;
    position: relative;
    height: 100%;
}
.txt_num {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: -40px;
    letter-spacing: 2px;
}
.num_num {
    display: block;
    margin: 0;
    text-align: right;
    color: #fff;
    font-size: 90px;
    font-weight: 900;
}
.col_txt h3 {
    color: #fff;
    font-size: 34px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}
.col_txt p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.col_img {
    width: 40%;
    position: relative;
    height: 400px;
    background-position: center center;
    background-size: cover;
}

/** Tre Livelli **/
.treliv{
    background-image: url("../images/bghero.jpg");
    background-position: center center;
    background-size: cover;
    position: relative;
    padding-bottom: 12em;
}

.treliv h2 {
    margin: 0;
    text-align: center;
    font-size: 50px;
    color: #ffffff;
}

.treliv p{
    color: #ffffff;
}

.fulltxt_liv{
    display: none;
}

.riquadro_livelli_infl {
    margin-bottom: 30px;
}
.livello_title {
    background: #fff;
    padding: 1.5em;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
}
.num_liv_title span {
    width: 80px;
    display: block;
    height: 80px;
    text-align: center;
    line-height: 82px;
    border-radius: 100%;
    color: #fff;
    font-weight: 900;
    background: #f27d39;
    background: -webkit-linear-gradient(to right, #91368f 0, #e7297c 50%, #f27d39 100%);
    background: -moz-linear-gradient(to right, #91368f 0, #e7297c 50%, #f27d39 100%);
    background: -ms-linear-gradient(to right, #91368f 0, #e7297c 50%, #f27d39 100%);
    background: linear-gradient(to right, #91368f 0, #e7297c 50%, #f27d39 100%);
    font-size: 25px;
}
.tit_liv_title h3 {
    font-size: 26px;
    margin: 0 0 0 40px;
}
.icon_liv_title {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
}
.icon_liv_title i {
    font-size: 18px;
}

.fulltxt_liv.dblockctxt {
    display: block;
    background: #000;
    padding: 1em 3em;
}

.entry_level {
    position: absolute;
    right: -25%;
    max-width: 180px;
    top: -40%;
}
.mid_level {
    position: absolute;
    max-width: 180px;
    left: -25%;
    top: -20%;
}

.top_level {
    position: absolute;
    max-width: 180px;
    right: -18%;
    top: 80%;
}

.sliderchi{
    padding: 0;
}





/* Chi siamo navigation **/

.navigation-container {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.navigation-container .post-pagination-left .link, .navigation-container .post-pagination-right .link {
    position: relative;
    min-width: 350px;
    min-height: 200px;
    overflow: hidden;
    text-align: center;
    padding: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation-container .post-pagination-left .link:before,
.navigation-container .post-pagination-right .link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .4;
    z-index: 2;
}

.navigation-container .post-pagination-left .link img, .navigation-container .post-pagination-right .link img {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    max-width: 350px;
}

.navigation-container .post-pagination-left .link h4, .navigation-container .post-pagination-right .link h4 {
    color: #fff;
    position: relative;
    z-index: 4;
    font-size: 25px;
    margin: 0;
}

.link.allteamlink {
    background: #000;
}

.imgteam_rel img {
    position: absolute;
}

.imgteam_rel {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.single-team .btn {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.contenuto_team {
    height: 600px;
    overflow: scroll;
}

.single-team{
    margin-top: 50px;
}

.navigationpost .logo_centro {
    max-width: 300px;
}

@media only screen and (max-width: 639px){

    .riquadro_img_em {
        margin-bottom: 50px;
    }
    .riquadro_logo_em {
        bottom: -30px;
        width: 85%;
        left: 65px;
    }
    .testointro_chi h3 {
        font-size: 28px;
    }
    .riquadro-step {
        display: block;
    }
    .col_num {
        width: 100%;
        padding: 20px 20px 0 0;
    }
    .col_txt {
        width: 100%;
        padding: 1em;
    }
    .col_img {
        width: 100%;
        position: relative;
        height: 280px;
        background-position: center center;
        background-size: cover;
        margin-top: 30px;
    }
    .livello_title{
        padding: 1em;
    }

    .riquadro_livelli_infl {
        margin-bottom: 120px;
        margin-top: 70px;
    }
    .entry_level {
        position: absolute;
        right: 5%;
        max-width: 130px;
        top: -70%;
    }
    .mid_level {
        position: absolute;
        max-width: 130px;
        left: 0;
        top: -75px;
    }

    .mid_level {
        position: absolute;
        max-width: 130px;
        left: 0;
        top: -95px;
    }
    .top_level {
        position: absolute;
        max-width: 120px;
        right: 0;
        top: 110%;
    }

    .treliv{
        padding-bottom: 2em;
    }
    .fulltxt_liv.dblockctxt {
        display: block;
        background: #000;
        padding: 1em 3em;
        position: relative;
        z-index: 2;
    }
    .tit_liv_title h3 {
        font-size: 16px;
        margin: 0 0 0 20px;
    }
    .fulltxt_liv.dblockctxt {
        display: block;
        background: #000;
        padding: 1em 1em;
        position: relative;
        z-index: 2;
    }

    .coltxt_em p {
        margin: 0 0 0 10px;
        font-size: 18px;
    }

    .pdf h2, .step_chi h2, .treliv h2 {
        font-size: 35px;
    }


    .navigation-container {
        display: block;
    }

    .navigation-container div {
        margin: 0 auto 60px;
    }

    .navigation-container div.centro img {
        max-width: 200px;
    }
  
  .num_liv_title span {
  width: 60px;
  height: 60px;
  line-height: 62px;
}
  
  
  #team_carousel .items {
  min-height: 1px;
}
  
  #team_carousel {
margin-bottom: 30px;
}

}

@media only screen and (min-width: 640px) and (max-width: 1000px) {

    .testointro_chi h3 {
        font-size: 22px;
    }
    .riquadro_logo_em {
        width: 95%;
        border-radius: 40px;
        left: 0;
    }

    .num_num{
        font-size: 65px;
    }


    .mid_level {
        position: absolute;
        max-width: 140px;
        left: -26%;
        top: -35%;
    }
    .top_level {
        position: absolute;
        max-width: 180px;
        right: -20%;
        top: 100%;
    }


    .navigation-container {
        display: block;
    }

    .navigation-container div {
        margin: 0 auto 60px;
    }

    .navigation-container div.centro img {
        max-width: 200px;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1250px) {

}

@media only screen and (min-width: 1251px) and (max-width: 1650px) {

}


