﻿.BannerLezioni {
    background-image: url(media/Box/TitoloSezione.jpg);
    width: 100%;
    background-size: cover;
    background-position: right;
    height: 90px;
}

    .BannerLezioni h2 {
        color: #805268;
        font-weight: bold;
        line-height: 90px;
        padding-left: 20px;
    }

    .BannerLezioni .btn-standard {
        margin-top: 30px;
        display: block;
        color: #805268;
        width: 80%;
        font-weight: bold
    }

.CalProxLezioni .CalendarioLezioni {
    border: 1px solid #DCB596;
    padding: 10px 30px 0 20px;
}

    .CalProxLezioni .CalendarioLezioni .row {
        margin-bottom: 0;
    }

@media (max-width: 768px) {
    .BannerLezioni {
        background-position: center;
    }

        .BannerLezioni h2 {
            line-height: 0;
            padding-top: 25px;
        }

        .BannerLezioni .btn-standard {
            display: block;
            background-color: #805268;
            width: 51%;
            font-weight: bold;
            color: #fff;
            margin: 0 10px 0 20px;
        }
}

/**********************************************PAGINA CAL*/
.RicercaTipoLezione {
    margin-top: 30px;
    margin-bottom: 30px;
}

.Calendario {
    width: 100%;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    border-width: 0 !important;
}

    .Calendario tr td {
    }


    .Calendario tbody tr td table tr td {
        text-align: center;
        font-weight: bold;
        height: 20px;
        text-transform: uppercase;
    }

    .Calendario tbody tr:first-of-type td {
        border: none;
        font-size: 20px;
        color: #805268;
        border: none;
        border-bottom: 2px solid #DCB596;
    }

    .Calendario tbody tr:first-of-type {
        border: 0;
        background-color: #DCB596;
    }

        .Calendario tbody tr:first-of-type td a {
            color: #805268 !important;
            font-size: 25px;
        }

    .Calendario tr th {
        color: #805268;
        text-transform: uppercase;
        border: none;
        border-bottom: 3px solid #DCB596;
        text-align: center !important;
        padding: 10px 0 15px 0;
    }

    .Calendario tbody tr:first-of-type td:first-of-type,
    .Calendario tbody tr:first-of-type td:last-of-type {
        width: 14% !important;
    }

    .Calendario tbody tr:first-of-type td:first-of-type,
    .Calendario tbody tr:first-of-type td:last-of-type,
    .Calendario tbody tr:first-of-type td:nth-child(2) {
        background-color: transparent !important;
        border: none;
    }

    .Calendario tbody tr:first-of-type td:nth-child(2) {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .Calendario tbody tr td a {
        font-size: 20px;
        display: block;
    }

    .Calendario tbody tr td a {
        color: #2e2e2e !important;
        font-weight: bold;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
    }

    .Calendario tbody tr td:nth-child(6) a,
    .Calendario tbody tr td:nth-child(7) a {
        color: #939393 !important
    }

.CalDettaglioLezioni {
    margin-top: 80px;
    font-family: 'Poppins', sans-serif;
}

    .CalDettaglioLezioni h5 {
        font-weight: 900;
        color: #805268;
        border-bottom: 3px solid #DCB596;
        padding-left: 10px;
        text-transform: uppercase;
    }


        .CalDettaglioLezioni h5 small {
            text-transform: uppercase;
            float: right;
            padding-right: 5px;
            font-weight: 900;
        }
/***********************************************************************************************+*/
.CalendarioData {
    background-color: #DCB596;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    padding: 20px 10px;
    border-radius: 5px;
    height: 125px;
    position: absolute;
}

    .CalendarioData span {
        display: block;
    }

    .CalendarioData .CalSettimana {
        font-size: 12px;
        line-height: 12px;
    }

    .CalendarioData .CalGiorno {
        font-size: 40px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .CalendarioData .CalMese {
        font-size: 11px;
        border-top: 1px solid #fff;
        padding-top: 10px;
    }

    .CalendarioData .CalAnno {
        font-size: 11px;
    }

.TipologiaLezione {
    color: #805268;
    font-weight: bold;
    display: block;
}

.CalendarioLezioni {
    font-family: 'Poppins', sans-serif;
}

    .CalendarioLezioni .row {
        padding: 10px 0;
        height: 100px;
        border-bottom: 1px solid #DCB596;
    }

.InfolezioneCal i {
    color: #DCB596;
    display: inline-block;
    padding-right: 5px;
    float: left;
    height: 20px;
    line-height: 24px;
}

.InfolezioneCal small {
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
}

.InfolezioneCal .TipologiaLezione {
    color: #000;
    text-transform: uppercase;
}

.BottoniAcquisto a {
    color: #805268;
    text-align: right;
    display: block;
    text-transform: uppercase;
}

    .BottoniAcquisto a::after {
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        content: "\f0d9";
        color: #DCB596;
        padding-left: 5px;
    }

.CalendarioLezioni .BottoniAcquisto {
    padding-top: 15px;
}

@media (max-width: 570px) {
    .CalendarioLezioni .row {
        height: auto;
    }

    .BottoniAcquisto a {
        text-align: left;
    }

    .CalDettaglioLezioni h5 small {
        display: none;
    }
    .BottoniAcquisto a::after{
        content:"";
    }
}



/***********************************************************************Dettaglio*/
.ImmagineLezioneLive {
    position: relative;
    height: 400px;
    width: 100%;
}

.InfoDataLezione {
    position: absolute;
    z-index: 3;
    top: 22%;
    background-color: rgba(220, 181, 150, 0.95);
    padding: 20px 30px;
    left: 30%;
    border-radius: 5px;
    font-size: 25px;
}

    .InfoDataLezione span {
        font-weight: bold;
        font-size: 20px;
        color: #805268;
    }

.FraseAccesso {
    padding: 20px 0;
}

    .FraseAccesso span {
        font-style: italic;
    }

    .FraseAccesso a {
        font-weight: bold;
    }

.CheckModal{
    width:100px;
    margin:30px auto 0 auto; 
    display:block;
}
@media (max-width:768px) {
}
.InfoLezioneSede {
    font-family: 'Poppins', sans-serif;
    margin-top: 50px;
}
