/** PAGINA CHI SIAMO inizio === **/

img.heroimgchi {
    margin: 0 auto;
    display: block;
}

.dbr {
    display: none !important;
}

section.herochisiamo {
    padding: 2em 0;
}

section.herochisiamo h4 {
    font-size: 22px;
}

section.herochisiamo h1 {
    font-size: 30px;
    font-weight: 600 !important;
}

section.herochisiamo h2 {
    font-weight: 600 !important;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.6;
}

section.herochisiamo>.row {
    display: flex;
    align-items: start;
    flex-flow: wrap;
    padding: 0 0 0 0;
}

section.herochisiamo p {
    margin-bottom: 14px;
}

.rowflexchi.columns.medium-12 {
    display: flex;
    justify-content: space-between;
}

.colchi {
    width: 49.5%;
    position: relative;
    overflow: hidden;
    height: 450px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.colchi img {
    position: absolute;
    width: 100%;
}

.menteaperta-sezione {
    background-image: url(../images/chi-siamo-sperimentare.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding: 8em 0;
    z-index: 3;
    margin: 0;
}

.menteaperta-sezione:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    left: 0;
    top: 0;
    z-index: 1;
}

.menteaperta-sezione .row {
    position: relative;
    z-index: 3;
}

.menteaperta-sezione h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600 !important;
}

.menteaperta-sezione p {
    color: #ffffff;
}

.contenitore-menteaperta {
    padding: 6em;
    margin: 30px 0;
}

section.svoltadec {
    padding: 4em 0 0;
}


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

.riquadroflex-svoltadec {
    display: flex;
    flex-flow: wrap;
    align-items: start;
    justify-content: space-between;
}

.col.saggant {
    width: 49%;
    position: relative;
}

.col.colsmod {
    width: 49%;
}

.riquadroflex-svoltadec .col p {
    padding: 5px;
}

.continuasvoltadec {
    padding: 30px 5px 0 5px;
}


.col.colplus p {
    font-weight: 900;
    font-size: 120px;
    margin-bottom: 120px;
}

.containerimg-svolta {
    position: relative;
    overflow: hidden;
    height: 380px;
    margin-bottom: 20px;
}

.containerimg-svolta img {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
}

.containerimg-svolta:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    opacity: 0.5;
}

.containerimg-svolta h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 600;
    font-size: 39px;
}

.sitonascita-img,
.sitonascita-txt {
    padding: 4em 0 0;
}

.sitonascita-img h2 {
    font-weight: 600 !important;
    margin-bottom: 30px;
}

section.sitonascita-img img {
    margin: 0 auto;
    display: block;
}

section.sitonascita-txt .rowflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.sitonascita-txt .coltxt-sitonascita {
    padding: 2em;
    width: 60%;
}

section.sitonascita-txt .colimg-sitonascita {
    width: 40%;
}

.wrapchisiamo a {
    color: #0c8582;
    font-weight: 600;
}

section.coach {
    background-image: url("https://www.sauton.it/wp-content/uploads/2024/06/coach.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    margin: 4em 0 0;
    padding: 8em 0;
}

.coach:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    left: 0;
    top: 0;
    z-index: 1;
}

.coach {
    position: relative;
    z-index: 3;
}

.coach h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600 !important;
}

.coach p {
    color: #ffffff;
}

.coach .row {
    position: relative;
    z-index: 3;
}

/* PROSSIMI PASSI */
section.prossimipassi {
    padding: 4em 0;
}

section.prossimipassi h2 {
    font-weight: 600 !important;
    margin-bottom: 30px;
    font-size: 40px;
}

.flexrow-prox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flexrow-prox a {
    width: 49%;
}

.riquadro-prossimopasso {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.riquadro-prossimopasso img {
    position: absolute;
    width: 100%;
}

.riquadro-prossimopasso:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.4;
}

.riquadro-prossimopasso h2 {
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 3;
    text-transform: uppercase;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/** Responsive **/
@media only screen and (max-width: 1300px) {

    section.herochisiamo h1 {
        font-size: 26px;
    }

    .colchi {
        height: 400px;
    }

}

@media only screen and (max-width: 1024px) {
    section.herochisiamo h1 {
        font-size: 21px;
    }

    section.herochisiamo h4 {
        font-size: 18px;
    }

    section.herochisiamo h2 {
        font-size: 18px;
    }

    .colchi {
        height: 300px;
    }

    .containerimg-svolta {
        height: 250px;
    }

    .containerimg-svolta h3 {
        font-size: 30px;
    }

    section.sitonascita-txt .colimg-sitonascita {
        width: 50%;
    }

    section.sitonascita-txt .coltxt-sitonascita {
        padding: 1em;
        width: 50%;
    }
}

@media only screen and (max-width: 800px) {
    section.herochisiamo .columns {
        width: 100%;
    }

    img.heroimgchi {
        width: 100%;
    }

    .dbr {
        display: block !important;
    }

    .dbd {
        display: none !important;
    }


    .riquadro-img {
        margin: 20px 0 30px;
    }


    .colchi {
        height: 230px;
    }

    section.menteaperta-sezione {
        padding: 4em 0;
    }

    .svoltadec h2 {
        font-size: 30px;
    }

    .col.colplus {
        display: none;
    }

    .col.saggant {
        width: 48%;
    }

    .col.colsmod {
        width: 48%;
    }

    .containerimg-svolta {
        height: 200px;
    }

    section.sitonascita-txt .row.rowflex {
        flex-flow: wrap;
    }

    section.sitonascita-txt .colimg-sitonascita {
        width: 100%;
    }

    .colimg-sitonascita img {
        width: 100%;
    }

    section.sitonascita-txt .coltxt-sitonascita {
        padding: 2em 0;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    section.sitonascita-txt .colimg-sitonascita {
        display: none;
    }

    .riquadro-prossimopasso {
        height: 250px;
    }
}

@media only screen and (max-width: 639px) {
    section.herochisiamo {
        padding: 3em 0 0;
    }

    section.herochisiamo .columns {
        width: 100%;
        padding: 0 1em;
    }

    section.herochisiamo h2 {
        font-size: 16px;
    }


    .colchi {
        height: 200px;
        width: 100%;
    }

    .rowflexchi.columns.medium-12 {
        flex-flow: wrap;
    }

    .menteaperta-sezione h2 {
        font-size: 25px;
    }


    .svoltadec h2 {
        font-size: 24px;
    }

    .col.saggant {
        width: 100%;
    }

    .col.colsmod {
        width: 100%;
    }

    section.sitonascita-img {
        padding: 1em 0 0 0;
    }

    .sitonascita-img h2 {
        font-weight: 600 !important;
        margin-bottom: 20px;
        font-size: 24px;
    }

    .colimg-sitonascita {
        order: 2;
    }

    .coltxt-sitonascita {
        order: 1;
    }

    section.sitonascita-txt {
        padding: 1em;
    }

    section.coach {
        margin: 2em 0 0;
        padding: 2em 0;
    }

    .coach h2 {
        font-size: 25px;
    }

    section.menteaperta-sezione .columns,
    .svoltadec .columns,
    .coach .columns {
        padding: 0 1em;
    }



    .continuasvoltadec {
        padding: 0 5px 0 5px;
    }

    section.sitonascita-txt .row.rowflex {
        flex-flow: wrap;
        margin: 0;
    }

    section.prossimipassi {
        padding: 1.5em;
    }

    .flexrow-prox {
        flex-flow: wrap;
    }

    .flexrow-prox a {
        width: 100%;
        margin-bottom: 20px;
    }

}