﻿/*#||###############################################*/
/*# STILI MULTISCHERMO #############################*/
/*#||###############################################*/
/*#||###############################################*/
/*#||###############################################*/
.team_itm { margin-top: 3rem; position: relative;}
    .team_itm:before, .team_itm:after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 80%; border-radius: 0.7rem; }
    .team_itm:before {
        background: url('../img/background/AlessandriaAuto_bkg_pattern.webp') center no-repeat;
        background-size: cover;
        filter: saturate(0) invert(1);
        opacity: 0.5;
        z-index: 1;
    }
    .team_itm:after { background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); z-index: 2; }
    /**/
    .team_itm .image_name { padding: 14rem 2rem 1.5rem 2rem; z-index: 3; }
        .team_itm .image_name .image { position: absolute; top: 0; left: 50%; transform: translate(-50%,-2rem); width: 15rem; aspect-ratio: 1/1; border-radius: 50%; overflow: hidden; }
            .team_itm .image_name .image img { }
        .team_itm .image_name p { }
            .team_itm .image_name p span { }
    /**/
    .team_itm .contacts { position: relative; z-index: 4; }
        .team_itm .contacts a { display: block; padding: 1rem; text-align: center; }
            .team_itm .contacts a * { font-size: 2.2rem; }
            .team_itm .contacts a i { }
                .team_itm .contacts a i.fa-whatsapp { font-size-adjust: 0.7; }
            .team_itm .contacts a strong { }
            .team_itm .contacts a:first-child { border-bottom: solid 1px #ccc; }
            .team_itm .contacts a:nth-child(2) { border-right: solid 1px #ccc; }
/*#||###############################################*/
/*--------------------------------------------------*/
/*#||###############################################*/
/*- STILI Comuni: tutti gli schermi DESKTOP --------*/
@media (min-width: 769px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI Comuni: tutti gli schermi PORTABLE -------*/
@media (max-width: 768px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*--------------------------------------------------*/
/*#||###############################################*/
/*- STILI ESCLUSIVI GRANDI SCHERMI -----------------*/
@media (min-width: 1281px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI SCHERMI MEDI --------------------------*/
@media (min-width: 1025px) and (max-width: 1280px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI PICCOLI SCHERMI --------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI TABLET -----------------------------------*/
@media (min-width: 481px) and (max-width: 768px) {
    /*#||###############################################*/
}
/*#||###############################################*/
/*- STILI MOBILE -----------------------------------*/
@media (max-width: 480px) {
    /*#||###############################################*/
    .team_itm .contacts a.w2 { flex-basis: 50%; }
    /*#||###############################################*/
}
/*--------------------------------------------------*/
