﻿a {
    color: #805268;
}

    a:hover {
        color: #4a2336;
        text-decoration: none;
    }

.ErrorSpan {
    position: absolute;
    right: 20px;
    color: #ff0000;
    top: 30px;
}
/*Solo per i titoli pagina*/
h1 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
    z-index: 3;
    position: relative;
    line-height: 60px;
}

    h1 small {
        font-size: 36px;
        display: block;
        margin-bottom: 30px;
        line-height: 45px;
    }

    .NewsTitolo {
        font-weight: bold;
        font-size: 50px;
        text-align: left;
        position: relative;
        display:block;
        width:100%;
            
    }

h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
}

    h2 small {
        display: block;
        font-size: 16px;
        font-weight: bold;
    }

h3 {
    font-weight: bold;
    font-size: 40px;
    text-align: left;
    position: relative;
    display: block;
    line-height:40px;
    width: 100%;
}
    h3 small {
        font-size: 18px;
        display: block;
        margin-bottom: 30px;
    }
p {
    line-height: 25px;
    z-index: 5;
    text-align: justify;
}

    p::first-letter {
        font-size: 80px;
        font-weight: bold;
        float: left;
        color: #805268;
        padding: 25px 10px 10px 0;
    }

    p b {
        font-weight: 900;
    }

    p img {
        width: 50%;
        float: left;
        margin: 30px 30px 30px 0;
    }

    p .ImageSmall {
        width: 200px;
        margin-top: 0;
        float: left;
    }

    p .ImageMedium {
        width: 30%;
        float: left;
        margin: 30px 30px 30px 0;
    }

.BordoTesto {
    border-left: 3px solid #805268;
    padding-left: 20px;
}

.BordoImage {
    border-left: 5px solid #805268;
}

.Yoga .BordoImage {
    border-color: #E4C7EB;
}

.Condivisione a {
    background-color: #D3C4A6;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.ImageBannerContatti {
    width: 100%;
    position: relative;
    z-index: 3;
}

.DoppiaColonna p {
    padding-right: 40px;
}


.Home {
    background-image: url(media/bg/FiguraUmana.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    height: 100%;
}



.IconePage {
    width: 100%;
    margin: 80px 0;
}

    .IconePage:first-of-type {
        margin-top: 0;
    }

.Center {
    text-align: center;
    display: block;
}

.Right {
    text-align: right;
    display: block;
}
@media (max-width: 991px) {
    .Center, .Right {
        text-align: left;
        display: inline-block;
    }
}


@media (max-width:768px) {

    .NewsTitolo {
      
        font-size: 40px;
    }

    p img {
        width: 100%;
        float: inherit;
        margin: 30px 0 30px 0;
    }

    p .ImageSmall,
    p .ImageMedium {
        width: 100%;
        float: inherit;
        margin: 30px 0 30px 0;
    }
    .DoppiaColonna p {
        padding-right: 0;
    }
    h1 {
        font-size: 50px;
        margin-top: 90px;
        line-height: 50px;
    }
}

.EmptyDataTemplate {
    padding: 20px 0;
    text-align: center;
    display: block
}
.DivLezioniLive,
.DivCalendario {
    background-color: #DCB596;
    padding: 10px;
    display: block;
    margin: 20px 0;
    min-height: 100px;
}

    .DivLezioniLive b,
    .DivCalendario b{
        text-transform: uppercase;
    }

    .DivLezioniLive img{
        margin: 0 10px;
        float: left;
    }
 .DivCalendario img {
        margin: 15px 10px;
        float: left;
    }
    .DivLezioniLive span,
    .DivCalendario span {
        padding: 0 0 0 55px;
        display: block;
    }
.TitoloBoxLive{
    font-weight:900;
    color:#805268;
    font-size:20px;
    text-transform:uppercase;
    display:block;
    padding-top:10px!important;
}
.FontNew {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}