/** Testimonianze **/

section.testimonianze_nuove {
    padding: 4em 0;
}

.testimonianze_nuove h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600 !important;
}


.riquadro-testimonianze-nuovo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f7f7;
    padding: 1em;
    min-height: 350px;
}

.colimg-riquadrotestimonianze-nuovo img {
    width: 100% !important;
    max-width: 100%;
}

.content-riquadrotestimonianze-nuovo h3 {
    font-size: 25px;
    font-weight: 600 !important;
}
.content-riquadrotestimonianze-nuovo {
    padding: 2em;
    width: 55%;
}

.colimg-riquadrotestimonianze-nuovo {
    width: 45%;
}

.riquadro-testimonianze-nuovo p {
    font-size: 16px;
}

.riquadro-testimonianze-nuovo a {
    font-size: 16px;
    color: #37b0a8;
    font-weight: 500;
}

.riquadro-testimonianze-nuovo a i{
    font-size: 12px;
}

.riquadro-testimonianze-nuovo a:hover{
    font-weight: 600;
}

.wrap-content-testimonianze .columns{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.wrap-content-testimonianze article.tutte {
    width: 50%;
}

/** page Testimonianze **/
.testimonianze {
    padding: 0 0 3em 0;
    clear: both;
}

/* ===================== */
/* testimonianze HERO
/* ===================== */
.testimonianze .hero-testimonianze {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 500px;
    position: relative;
    margin-bottom: 0;
}
.testimonianze .hero-testimonianze h1 {
    display: block;
    width: 100%;
    font-size: 4em;
    color: #fff;
    font-weight: 600 !important;
    line-height: 1.3;
}

/* ===================== */
/* Filtro Testimonianze
/* ===================== */
.testimonianze .filtro-testimonianze {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0 50px 0;
}
.testimonianze .filtro-testimonianze p {
    width: 50%;
    margin-bottom: 0;
}
.testimonianze .filtro-testimonianze p:nth-child(2) {
    text-align: right;
}
.testimonianze .filtro-testimonianze p.testimonial-intro {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.2;
    font-size: 1.2em;
}
.testimonianze .filtro-testimonianze p span {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-transform: uppercase;
}

p.flexp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.testimonianze .filtro-testimonianze a {
    border: 2px solid #ccc;
    text-align: center;
    margin: 0 0 0 10px;
    color: #000;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
}
.testimonianze .filtro-testimonianze a:hover {
    border: 2px solid #ffd91e;
}
.testimonianze .filtro-testimonianze a.filtro-attivo {
    border: 2px solid #ffd91e;
    background: #ffd91e;
}

/* ===================== */
/* testimonianze CONTENT
/* ===================== */
.wrap-content-testimonianze {
    background-color: #f0f0f0;
}
.wrap-content-testimonianze article {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    min-height: 360px;
}
.wrap-content-testimonianze .article-testimonianze {
    width: 49%;
    background-color: #fff;
    position: relative;
}
.wrap-content-testimonianze .col-cover a {
    width: 100%;
    height: 100%;
    display: block;
}
.wrap-content-testimonianze .col-testimonianze {
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    align-content: center;
}
.wrap-content-testimonianze article h3.titolopost {
    font-size: 1.7em;
    margin-bottom: 0;
    font-weight: 600;
    display: block;
    width: 100%;
}

.col-testimonianze.article-testimonianze p {
    width: 100%;
    display: block;
    font-size: 18px;
}
.wrap-content-testimonianze article h3.titolopost a {
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
}
.wrap-content-testimonianze article p.specializzazione {
    text-transform: uppercase;
}
.wrap-content-testimonianze article img.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.wrap-content-testimonianze article a.continua {
    color: #37afa8;
    display: block;
    position: absolute;
    bottom: 20px;
}

.wrap-content-testimonianze .wrap-testimonianze-only-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.wrap-content-testimonianze article.only-text {
    flex-basis: 48%;
    min-height: 1px;
}
.wrap-content-testimonianze article.only-text .article-testimonianze {
    width: 100%;
}
.wrap-content-testimonianze article.only-text a.continua {
    position: relative;
    bottom: 0;
}

/* ======================= */
/* POPUP TESTIMONIANZE
/* ======================= */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
    z-index: 9999995;
}

.popup_content {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}

.contenuto-popup {
    position: relative;
    z-index: 200;
    max-width: 800px;
    margin: 2em auto;
    background-color: #fff;
    padding: 3em 3em;
}

.contenuto-popup h1 {
    color: #2369b3;
    font-size: 2.3em;
    letter-spacing: -2px;
    font-weight: 600 !important;
}

.contenuto-popup p {
    color: #000;
    margin-top: 1em;
}

.contenuto-popup input {
    height: 50px;
}

.contenuto-popup input.checkbox {
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 7px;
    margin-right: 6px;
}

.contenuto-popup button {
    width: 100%;
    height: 60px !important;
    font-size: 1.8em !important;
    font-weight: 600 !important;
    background-color: #2369b3;
    color: #fff;
    padding: 0.2em 0.5em;
    border-radius: 30px;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.contenuto-popup button:hover {
    background-color: #ff6600;
}

a.chiudi-popup {
    position: absolute;
    z-index: 300;
    top: 5px;
    right: 5px;
    display: block;
    background-color: red;
    color: #fff;
    padding: 0 0.4em;
    font-size: 1.5em;
    border-radius: 4px;
}

a.chiudi-popup:hover {
    color: #fff;
}

a.close-popup {
    color: #000;
    text-transform: uppercase;
}
a.close-popup:hover {
    color: red;
}

.video-popup {
    background-color: rgba(0, 0, 0, 0.9);
}
.video-popup .info-video-popup {
    overflow: hidden;
}
.video-popup .info-video-popup .video-popup-titolo {
    display: inline-block;
    float: left;
    color: #fff;
    margin-top: 0;
    width: 50%;
}
.video-popup .info-video-popup .trigger-video-popup {
    display: inline-block;
    float: right;
    font-weight: 600;
    text-transform: uppercase;
}
.video-popup .info-video-popup .trigger-video-popup:hover {
    background-color: #ff6600;
    color: #fff;
}
.video-popup .contenuto-popup {
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
}
.video-popup a.chiudi-popup {
    top: 20px;
    right: 20px;
    background: transparent;
    color: #ccc;
}
.video-popup a.chiudi-popup:hover {
    color: #fff;
}

.contenuto-popup .medium-12{
    display: block;
}


@media only screen and (max-width: 768px) {
    .testimonianze .hero-testimonianze {
        text-align: center;
    }
    .testimonianze .hero-testimonianze h1 {
        font-size: 3.5em;
    }
    .wrap-content-testimonianze .article-testimonianze {
        width: 100%;
        background-color: #fff;
        position: relative;
    }
    .wrap-content-testimonianze .col-cover {
        min-height: 70vw;
        background-position: center;
    }
    .wrap-content-testimonianze .col-testimonianze {
        padding: 40px 40px;
    }
    .wrap-content-testimonianze article a.continua {
        position: relative;
        bottom: inherit;
    }

    .wrap-content-testimonianze article.only-text {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .testimonianze .hero-testimonianze {
        padding: 150px 0 150px 0;
    }
    .testimonianze .hero-testimonianze h1 {
        font-size: 3em;
    }

    .testimonianze .filtro-testimonianze {
        display: block;
        padding: 20px 0 50px 0;
    }
    .testimonianze .filtro-testimonianze p {
        display: block;
        width: 100%;
        text-align: center !important;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .testimonianze .hero-testimonianze h1 {
        font-size: 2.5em;
    }

    .wrap-content-testimonianze article img.play {
        width: 100px;
        height: auto;
    }
}

@media only screen and (max-width: 414px) {
    .testimonianze .hero-testimonianze {
        padding: 120px 0 120px 0;
    }
    .testimonianze .hero-testimonianze h1 {
        font-size: 2.2em;
    }

    .wrap-content-testimonianze .col-testimonianze {
        padding: 20px 20px;
    }

    .wrap-content-testimonianze article.only-text {
        padding: 0;
        background-color: #fff;
    }
}

@media only screen and (max-width: 375px) {
    .testimonianze .hero-testimonianze h1 {
        font-size: 1.8em;
    }
}


@media only screen and (max-width: 1500px){
    .wrap-content-testimonianze .article-testimonianze{
        background-position: center center !important;
    }

    .wrap-content-testimonianze .columns{
        width: 95%;
    }

}

@media only screen and (max-width: 1024px){
    .wrap-content-testimonianze .columns{
        width: 100%;
    }

    .wrap-content-testimonianze .article-testimonianze {
        width: 100%;
        height: 480px;
    }

    .wrap-content-testimonianze .col-testimonianze{
        display: block;
    }

    .wrap-content-testimonianze .col-testimonianze{
        height: auto;
    }
    .wrap-content-testimonianze article a.continua {
        color: #000;
        display: block;
        position: relative;
        bottom: 0;
    }
    .wrap-content-testimonianze article.tutte {
        width: 49%;
    }

}
@media only screen and (max-width: 768px){
    .wrap-content-testimonianze .article-testimonianze {
        width: 100%;
        height: 330px;
        min-height: 1px;
    }

    .contenuto-popup{
        padding: 2em 0;
    }
}

@media only screen and (max-width: 425px){
    .wrap-content-testimonianze article.tutte {
        width: 100%;
    }
}
