*{
    padding: 0;
    margin: 0;
}
body{
    overflow-x: hidden; 
}
.cookie-box {
  z-index: 99999;
  position: fixed;
  font-family: 'Source Sans Pro', sans-serif;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 1rem 2rem; 
  background-color: rgba(163,163,161,0.8);
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.cookie-box a{
  color: #e34f4f;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.5s ease;
}
.cookie-box a:hover{
  color: #c44242;
}
.cookie-box p{
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  margin: 0;
}
.cookie-box--hide {
  opacity: 0;
  bottom: -100%;
}
.cookie-button {
  display: inline-block;
  cursor: pointer;
  padding: 0.65rem 0.85rem;
  margin-left: 0.45rem;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 1px;
  background-color: #e34f4f;
  transition: all 0.5s ease;
}
.cookie-button:hover {
  background-color: #c44242;
}
.menumobile{
    display: none;
}
.logo{
    text-align: center;
}
.logo a{
    text-decoration: none;
    color: #000;
}
.logo h3{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 0px;
}
.logo p{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    letter-spacing: 4px;
    margin: 0 0 20px 0;
}
.tastotop{
    z-index: 99;
    width: 45px;
    height: 45px;
    border: solid 2px #e34f4f;
    position: fixed;
    bottom: -150px;
    right: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tastotop a{
    color: #e34f4f;
    line-height: 40px;
    text-decoration: none;
    list-style: none;
    margin-left: 7px;
    text-align: center;
    font-size: 14px;
}

.slider-sport{
    width: 100%;
    height: 300px;
    margin: 10px 50px;
    overflow: hidden;
    background-image: url(../img/psciologia-dello-sport1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.slider-sport h1{
    margin-top: 10px;
    color: #fff;
    position: relative;
    z-index: 126;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 80px;
}
.slider-sport span{
    font-size: 110px;
}
.linetitle{
    width: 300px;
    height: 60px;
    background-color: #e34f4f;
    position: absolute;
    z-index: 125;
    top: 50%;  
}
.velo{
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    z-index: 110;
    width: 100%;
    height: 100%;
}
.nav{
    padding: 0 0 0 0; 
}
.nav ul{
    width: 80%;
    list-style: none;
    width: 500px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.nav a{
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    text-align: center;
    transition: all 0.5s ease;
}
.nav a:hover{
    color: #e34f4f;
}
.nav li{
    display: inline;
    padding: 0 20px 0 20px;
}
.sport{
    margin-top: 100px;
}
.definizione-text{
    padding: 30px 50px 0 0;
    z-index: 1;
}
.definizione-img{
    /*min-height: 500px;*/
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
}

.definizione-text p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
}
.definizione-text a{
    text-decoration: none;
    color: #000;
    transition: all 0.5s ease;
}
.definizione-text a:hover{
    color: #e34f4f;
}
.definizione-text h5{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    text-align: right;
    margin-right: 20px;
    margin-left: 140px;
    border-top: 2px solid #e34f4f;
    display: block;
}
.picture{
    padding: 30px 0 0 0;
    position: absolute;
}
.picture img{
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s;
}
.blocco{
    width: 400px;
    height: 300px;
    position: absolute;
    opacity: 0.3;
    left: -54%;
    top: 42%;
}
.blocco div{
    background-color: #a3a3a1;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
}
.read-more{
    opacity: 0;
    z-index: 1;
    position: absolute;
    padding: 30px 100px 0 100px;
    -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
            transform: translateX(10%);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-delay: 0.8s;
         -o-transition-delay: 0.8s;
            transition-delay: 0.8s;
}
.read-more p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
}


.definizione-img.start .read-more{
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.definizione-img.start .picture img{
    -webkit-transform: translateX(15%);
        -ms-transform: translateX(15%);
            transform: translateX(15%);
    opacity: 0;
}
.definizione-img.start .blocco div{
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 0;
}
.definizione-img.start .picture img{
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
}
.definizione-img.start .definizione-img{
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
}
.who{
    margin-top: 180px;
}
.who h2{
    font-family: 'Playfair Display', serif;
    color: #e34f4f;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin-bottom: 80px;
    font-size: 40px;
}
.vanessa-costa-text p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
}
.vanessa-costa-img{
    padding: 8px 100px 0 0;
    height: 540px;
/*    overflow: hidden;*/
    position: relative;
}
.vanessa-costa-img img{
    width: 100%;
}
.box{
    position: absolute;
    width: 400px;
    height: 300px;
    right: -50%;
    bottom: 10%;
}
.box div{
    background-color: #a3a3a1;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}
.aree-intervento{
    margin-top: 180px;
}
.aree-intervento h2{
    font-family: 'Playfair Display', serif;
    color: #e34f4f;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin-bottom: 80px;
    font-size: 40px;
}
.wrap-icon ul{
    list-style: none;
    width: 700px;
    height: 250px;
    margin: 0 auto;
}
.nav-icon a{
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    color: #e34f4f;
    font-style: italic;
    transition: all 0.5s ease;
}
.icon li{
    float: left;
    width: 120px;
    height: 150px;
    margin: 10px;
    position: relative;
    transition: all 0.3s ease;
}
.icon li:hover{
    border-bottom: solid 4px #e34f4f;
}
/*.icon h4{
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}
.icon img{
    width: 80px;
    height: 80px;
    margin-left: 20px;
}*/
#tabs {
    padding-top: 40px;
}
.c-tabs-nav {
    list-style: none;
    padding: 0;
    position: relative;
    margin-bottom: 50px;
}
.c-tabs-nav__link {
    text-align: center;
    float:left;
    width: calc(100% / 5);
    display: inline-block;
    text-decoration: none!important;
    color: #000;
    opacity: 0.4;  
    padding: 10px 15px;
}
.c-tabs-nav__link h4{
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    font-family: 'Playfair Display', serif;
    color: #e34f4f;
    font-style: italic;
}
.c-tabs-nav__link img{
    width: 80px;
    height: 80px;
}
.c-tabs-nav__link.is-active {
    opacity: 1;
}
.c-tab {
    display: none;
}
.c-tab.is-active {
    display: block;
}
.c-tab__content {
    padding: 20px;
    position: relative;
    animation: showTab 300ms ease-in-out both;
}
@keyframes showTab{
    from {opacity: 0; top: 5px}
    to {opacity: 1; top: 0;}
}
.c-tab-nav-marker {
    min-height: 4px;
    background-color: #e34f4f;
    position: absolute;
    bottom: -10px;
    transition: all 0.3s ease-out;
}
.wrap-atleta, .wrap-squadra, .wrap-coach, .wrap-Genitori, .wrap-Circoli{
    margin-bottom: 50px;
}
.what-header{
    margin-top: 30px;
}
.title-sx h3, .title-dx h3{
    font-family: 'Playfair Display', serif;
    color: #000;       
    font-weight: 400;
    font-style: italic; 
}
.foto-dx, .foto-sx{
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    z-index: -50;
}
.foto-dx img, .foto-sx img{
    width: 100%;
    position: absolute;
}
.wrap-atleta img{
    bottom: 0;
}
.wrap-Circoli img{
    bottom: 0;
    left: 0!important;
}

.title-sx p, .title-dx p{
    font-family: 'Playfair Display', serif;
    color: #000;
    font-weight: 200;
    font-style: italic;
    font-size: 14px;
}
.title-sx h3{
    padding-right: 20px;
    display: none;
}
.title-dx h3{
    padding-left: 20px;
    text-align: right; 
    display: none; 
}
.underline{
    display: none;
    width: 100%;
    height: 4px;
    background-color: #e34f4f;
    margin-bottom: 20px;
}
.title-sx p{
    padding-right: 20px;
}
.title-dx p{
    padding-left: 20px;
    text-align: right;
}
.spiegazione{
    padding: 0; 
    margin-top: 60px; 
}
.elenco-sx, .elenco-dx{
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: #e34f4f;
}
.elenco-sx p, .elenco-dx p{
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
}
.spiegazione-sx p, .spiegazione-dx p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
}
.spiegazione-sx p{
    padding-right: 60px;
}
.spiegazione-dx p{
    padding-left: 60px;
}
.testo-sx p, .testo-dx p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
}
.wrapbox{
    width: 500px;
    height: 250px;
    position: absolute;
    top: 34%;
    left: 30%;
    z-index: -1;
}
.wrapbox div{
    background-color: #a3a3a1;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}
.dove{
    padding: 0;
}
.dove-ricevo{
    margin-top: 100px;
}
.dove-ricevo h2{
    font-family: 'Playfair Display', serif;
    color: #e34f4f;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin-bottom: 80px;
    font-size: 40px;
}
.studio1, .studio2{
    width: 100%;
    height: 700px;
    position: relative;
    padding: 0; 
}
.mappa, .mappa2{
    position: absolute;
    float: left;
    padding: 0px;
}
.mappa{
    right: 10px;
    z-index: 51;
    top: 5%;
}
.mappa2{
    left: 10px;
    z-index: 51;
    top: 5%;
}
.indirizzo, .indirizzo2{
    background-color: #e34f4f;
    padding: 70px 50px;
    float: left;
    height: 250px;
    width: 300px;
    z-index: 52;
    top: 40%;
    position: absolute;
}
.indirizzo{
    left: 45%;
}
.indirizzo2{
    right: 45%;
}
.indirizzo h4, .indirizzo2 h4{
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
    line-height: 40px;    
}
.indirizzo p, .indirizzo2 p{
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
    font-weight: 200;    
}
.foto-studio, .foto-studio2{
    width: 600px;
    height: 350px;
    position: absolute;
    float: left;
    padding: 0px;
}
.foto-studio{
    left: 5%;
}
.foto-studio2{
    right: 5%;
}
.foto-studio img, .foto-studio2 img{
    width: 100%;
    height: auto;
}
.news{
    margin-top: 50px;
}
.news h2{
    font-family: 'Playfair Display', serif;
    color: #e34f4f;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin-bottom: 80px;
    font-size: 40px;
}
.articoli{
    height: auto;
    text-align: left!important;
}
.hidden{
    display: none;
}
.articoli h4{
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-top: 30px;
}
.articoli h6{
    color: #a3a3a1;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    font-size: 14px;
}
.articoli p{
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}
.articoli a{
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    color: #e34f4f;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.5s ease;
}
.articoli a:hover{
    color: #000;
}
.expand a{
    text-decoration: none;
}
.expand{
    background-color: #e34f4f;
    width: 200px;
    height: 45px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px; 
    color: #fff;
    line-height: 42px;
    text-align: center;
    transition: all 0.5s ease;
}
.expand:hover{
    background-color: #c44242;
}

.expand p{
    color: #fff;
    line-height: 42px;
    margin: 0;
    text-align: center;
}
.contatti{
    margin-top: 80px;
}
.contatti h2{
    font-family: 'Playfair Display', serif;
    color: #e34f4f;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin-bottom: 80px;
    font-size: 40px;
}
.wrap-contatti{
    height: auto;
    width: 100%;
}
.wrap-contatti a{
    color: #000;
    transition: all 0.6s ease;
}
.wrap-contatti a:hover{
    color: #e34f4f;
}
.telefono{
    float: left;
}
.mail{
    float: right;
}
.telefono, .mail{
    width: 100%;
    height: 240px;
    position: relative;
    padding: 0 40px;
}
.telefono img, .mail img{
    width: calc(100% / 2);
    height: 120px;
    position: absolute;
    left: -10px;
}
.telefono p, .mail p{
    text-align: right;
    padding-right: 30%;
    margin-bottom: 0;
}
.tel-underline{
    height: 20px;
    width: 40%;
    background-color: #e34f4f;
    position: absolute;
    top: 22px;
    z-index: -6;
    transition: all 0.6s ease;
}

.telefono h3, .mail h3{
    font-family: 'Playfair Display', serif;
    color: #000;
    text-align: left!important;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 15px;
    font-size: 34px;
}

.wrap-footer{
    width: 100%;
    height: auto;
    padding: 20px 0 20px 0;
    background-color: rgba(163, 163, 161, 0.6);
    margin: 0;
}
.footer{
    text-align: center;
}
.footer h3{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 0px;
}
.footer p{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    letter-spacing: 4px;
    margin: 0 0 20px 0;
}
.menu-footer{
    margin-bottom: 30px;
}
.footer a{
    text-decoration: none;
}

.footer ul{
    list-style: none;
    padding: 0 70px;
}
.footer li{
    float: left;
    width: calc(100% / 4);
    color: #000;
    font-size: 12px;
    transition: all 0.6s ease;
}
.footer li:hover{
    color: #e34f4f;
}
.wrap-social-sport{
    margin-bottom: 30px;
}
.wrap-social-icon{
    height: 40px;
    width: calc(100% / 3);
    float: left;
    transition: all 0.6s ease;
    opacity: 1;
}
.wrap-social-icon:hover{
    opacity: 0.8;
}
.wrap-social-icon img{
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
}




/*MEDIA QUERY*/


@media (max-width: 768px) {
    .nav{
        display: none;
    }
    .logo{
        text-align: left;
        padding-left: 35px;
        padding-top: 5px;
        margin-bottom: 20px;
    }
    .logo h3{
        font-family: 'Playfair Display', serif;
        font-style: italic;
        margin-top: 20px;
        margin-bottom: 0px;
        font-size: 22px;
    }
    .logo p{
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 200;
        letter-spacing: 2.5px;
        margin: 0px;
        font-size: 14px;
    }
    .menumobile{
        width: 100%;
        height: 100%;
        background-color: rgba(163, 29, 29, 0.9);
        z-index: 127;
        position: fixed;
        top: 0;
        left: 0;
        padding: 5px 40px;
        display: none;
        transition: all 0.5s ease-out;
    }
    .menu-hamburger{
        padding: 0px;
        margin: 0px; 
    }
    .hamburger {
        width: 50px;
        display: block;
        cursor: pointer;
        z-index: 130;
        position: absolute;
        top: 25px;
        right: 50px;
    }
    .bar {
        display: block;
        width: 100%;
        height: 4px;
        background: var(--main);
        margin: 8px auto;
        transition: 0.2s ease-in;
        background-color: #e34f4f;
        border: 1px solid #e34f4f;
        border-radius: 12px;
    }
    .activate :first-child{
        transform:
        rotate(45deg)
        translate(4px, 14px);
    }
    .activate :nth-child(2){
        opacity:0;
    }
    .activate :last-child{
        transform:
        rotate(-45deg)
        translate(4px, -13px);
    }
    .responsive :first-child{
        transform:
        rotate(45deg)
        translate(4px, 14px);
    }
    .responsive :nth-child(2){
        width: 0;
        border: none; 
    }
    .responsive :last-child{
        transform:
        rotate(-45deg)
        translate(4px, -13px);
    }
    .menumob{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .menumob ul{
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0; 
        font-family: 'Source Sans Pro', sans-serif;
    }
    .menumob a{
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        line-height: 60px;
    }
    #bb li{
        border-bottom: solid 2px rgba(227, 79, 79, 1);
        padding: 20px 0px;
        margin: 0px 0px;
        line-height: 38px;
        transition: all 0.4s ease-out;
    }
    #bn li{
        padding: 20px 0px;
        transition: all 0.4s ease-out;
    }
    .menumob a:hover{
        color: #e34f4f;
    }
    .slider-sport h1{
        margin-top: 10px;
        color: #fff;
        position: relative;
        z-index: 126;
        font-family: 'Playfair Display', serif;
        font-style: italic;
        font-size: 60px;
    }
    .slider-sport span{
        font-size: 90px;
    }
    .linetitle{
        width: 250px;
        height: 60px;
        background-color: #e34f4f;
        position: absolute;
        z-index: 125;
        top: 60%;  
    }
    .sport{
        margin-top: 50px;
    }
    .definizione-text{
        padding: 30px 40px 0 40px;
        z-index: 1;
    }
    .definizione-text p{
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 26px;
    }
    .picture{
        position: relative;
        padding: 30px;
    }
    .picture img{
        width: 100%;
        position: static;
        top: 40px;
    }
    .read-more{
        padding: 30px 25px 0 25px;
        position: absolute;
        top: 0;
    }
    .blocco{
       display: none;
    }
    .devinizione-img{
        /*min-height: 450px;*/
    }
    .who{
        margin-top: 50px;
    }
    .who h2{
        font-family: 'Playfair Display', serif;
        color: #e34f4f;
        font-weight: 400;
        font-style: italic;
        text-align: center;
        margin-bottom: 80px;
        font-size: 40px;
    }
    .vanessa-costa-text{
        padding: 30px 40px 0 40px;
    }
    .vanessa-costa-text p{
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 26px;
    }
    .vanessa-costa-img{
        padding: 20px;
        height: 540px;
        position: relative;
    }
    .vanessa-costa-img img{
        width: 100%;
        height: auto;
    }
    .box{
        position: absolute;
        width: 400px;
        height: 300px;
        right: 0;
        z-index: -2;
    }
    .box div{
        background-color: #a3a3a1;
        opacity: 0.3;
        width: 100%;
        height: 100%;
    }
    .aree-intervento{
        
    }
    .aree-intervento h2{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .wrap-icon ul{
        list-style: none;
        width: 700px;
        height: 250px;
        margin: 0 auto;
    }
    .nav-icon a{
        text-decoration: none;
        font-family: 'Playfair Display', serif;
        color: #e34f4f;
        font-style: italic;
        transition: all 0.5s ease;
    }

    .icon li{
        float: left;
        width: 120px;
        height: 150px;
        margin: 10px;
        position: relative;
        transition: all 0.3s ease;
    }
    .icon li:hover{
        border-bottom: solid 4px #e34f4f;
    }
    .icon h4{
        font-size: 18px;
        text-align: center;
        margin-top: 15px;
    }
    .c-tabs-nav {
        margin-bottom: 20px;
    }
    .c-tabs-nav__link img{
        width: 40px;
        height: 40px;
        margin-left: 0px;
    }
    .c-tabs-nav__link h4{
        display: none;
    }
    .what-header{
        margin-top: 30px;
        padding: 0 40px;
    }
    .title-sx h3, .title-dx h3{
        text-align: center;
        display: block;
        padding: 0;
        margin-bottom: 20px;
    }
    .foto-dx, .foto-sx{
        width: 100%;
        height: 350px;
        overflow: hidden;
        position: relative;
        z-index: -50;
    }
    .foto-dx img, .foto-sx img{
        height: 100%;
        width: auto;
        position: absolute;
    }
    .wrap-atleta img, .wrap-squadra img, .wrap-coach img{
        top: 0;
        left: -60%!important;
    }
    .wrap-Genitori img{
        top: 0;
        left: -80%!important;
    }
    .wrap-Circoli img{
        bottom: 0;
        left: -30%;
    }
    .title-sx p, .title-dx p{
        margin-bottom: 50px;
        padding: 0;
    }
    .underline{
        width: 100%;
        height: 4px;
        background-color: #e34f4f;
        margin-bottom: 20px;
    }
    .spiegazione{
        padding: 0 20px; 
        margin-top: 60px;
    }
    .elenco-sx, .elenco-dx{
        width: 100%;
        height: 100%;
        padding: 30px;
        background-color: #e34f4f;
    }
    .elenco-sx p, .elenco-dx p{
        color: #fff;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 26px;
    }
    .spiegazione-sx p, .spiegazione-dx p{
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 26px;
        margin-bottom: 60px; 
    }
    .spiegazione-sx p{
        padding-right: 0;
    }
    .spiegazione-dx p{
        padding-left: 0;
    }
    .testo-sx p, .testo-dx p{
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 26px;
    }
    .wrapbox{
        padding: 15px;
        width: 100%;
        height: 250px;
        position: absolute;
        top: 32%;
        left: 0;
        z-index: -1;
    }
    .wrapbox div{
        background-color: #a3a3a1;
        opacity: 0.3;
        width: 100%;
        height: 100%;
    }
    .studio1, .studio2{
        height: 800px;
    }
    .mappa, .mappa2{
        position: relative;
        float: none;
        width: 350px;
        padding: 0px;
        margin: 0 auto; 
    }
    .mappa{
        right: 0;
        z-index: 51;
        top: 50%;
    }
    .mappa2{
        left: 0;
        z-index: 51;
        top: -10%;
    }
    .mappa iframe, .mappa2 iframe{
        width: 100%;
    }
    .indirizzo, .indirizzo2{
        float: none;
        z-index: 50;
        margin: 0 auto; 
        position: relative;
        padding: 50px;
    }
    .indirizzo{
        left: 0;
        top: -14%;
    }
    .indirizzo2{
        right: 0;
        top: -5%;
    }
    .foto-studio, .foto-studio2{
        width: 350px;
        height: auto;
        position: relative;
        float: none;
        padding: 0px;
        margin: 0 auto;
    }
    .foto-studio{
        left: 0;
        top: -70%;
    }
    .foto-studio2{
        right: 0;
        top: -60;
    }
    .news{
        margin-top: 50px;
    }

    .tel-underline{
        height: 20px;
        width: 40%;
        background-color: #e34f4f;
        position: absolute;
        top: 22px;
        left: 30%;  
        z-index: -6;
    }
    .telefono h3, .mail h3{
        font-family: 'Playfair Display', serif;
        color: #000;
        font-weight: 400;
        font-style: italic;
        margin-bottom: 15px;
        font-size: 34px;
        text-align: center!important;
    }
    .telefono img, .mail img{
        margin: 0 auto; 
        display: block;
        position: static;
        width: 130px;
        height: 130px;
        margin-top: 20px;
    }
    .footer li{
        float: none;
        width: 100%;
        margin: 10px 0;
        font-size: 14px;
    }
    .wrap-footer{
        width: 100%;
        height: auto;
        padding: 50px 0 50px 0;
        background-color: rgba(163, 163, 161, 0.6);
        margin: 0;
    }
    button {
      margin-top: 20px;
    }


    
}



@media (max-width: 768px) {
    .read-more{
        opacity: 0;
        z-index: 1;
        position: absolute;
        padding: 30px 40px 0 40px;
    }
    .read-more p{
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 26px;
    }
    .blocco{
       display: none;
    }
    .definizione-img {
        /*min-height: 500px;*/
        padding: 0;
    }
    .vanessa-costa-img img{
        height: 540px;
        width: 360px;
        position: relative;
        display: block;
        margin: 0 auto;
    }
    .aree-intervento h2{
        font-size: 40px;
    }
    .wrap-icon ul{
        list-style: none;
        width: 700px;
        height: 250px;
        margin: 0 auto;
    }
    .nav-icon a{
        text-decoration: none;
        font-family: 'Playfair Display', serif;
        color: #e34f4f;
        font-style: italic;
        transition: all 0.5s ease;
    }
    .icon li{
        float: left;
        width: 120px;
        height: 150px;
        margin: 10px;
        position: relative;
        transition: all 0.3s ease;
    }
    .icon li:hover{
        border-bottom: solid 4px #e34f4f;
    }
    .icon h4{
        font-size: 18px;
        text-align: center;
        margin-top: 15px;
    }
    .icon img{
        width: 80px;
        height: 80px;
        margin-left: 20px;
    }
    .what-header{
        margin-top: 30px;
        padding: 0 40px;
    }
    .foto-dx, .foto-sx{
        width: 100%;
        height: 350px;
        overflow: hidden;
        position: relative;
        z-index: -50;
    }
    .foto-dx img, .foto-sx img{
        height: 100%;
        width: auto;
        position: absolute;
    }
    }
    .wrap-atleta img, .wrap-squadra img, .wrap-coach img{
        bottom: 0;
        left: 0;
    }
    .wrap-Genitori img{
        top: 0;
            
    }
    .wrap-Circoli img{
        bottom: 0;
        left: -10%;
    }
    .title-sx p, .title-dx p{
        margin-bottom: 50px;
        text-align: left;
    }
    .underline{
        width: 100%;
        height: 4px;
        background-color: #e34f4f;
        margin-bottom: 20px;
    }
    .spiegazione{ 
        margin-top: 60px; 
    }
    .elenco-sx, .elenco-dx{
        width: 100%;
        height: 100%;
        padding: 30px;
        background-color: #e34f4f;
    }
    .elenco-sx p, .elenco-dx p{
        color: #fff;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 26px;
    }
    .spiegazione-sx p, .spiegazione-dx p{
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 26px;
    }
    .testo-sx p, .testo-dx p{
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 26px;
    }
    .news{
        margin-top: 50px;
    }
    .news h2{
        font-family: 'Playfair Display', serif;
        color: #e34f4f;
        font-weight: 400;
        font-style: italic;
        text-align: center;
        margin-bottom: 80px;
        font-size: 40px;
    }
    .articoli{
        padding: 0 40px;
    }
    .contatti{
        margin-top: 80px;
    }
    .contatti h2{
        font-family: 'Playfair Display', serif;
        color: #e34f4f;
        font-weight: 400;
        font-style: italic;
        text-align: center;
        margin-bottom: 80px;
        font-size: 40px;
    }
    .telefono, .mail{
        margin-bottom: 50px;
    }

    .telefono p, .mail p{
        text-align: center;
        padding-right: 0;
        margin-bottom: 0;
    }
    
}
@media (max-width: 992px) {
    
}