﻿html, body {
    height: 100vh;
    font-weight: 400;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

form {
    position: relative;
    min-height: 100%;
}

.CerchioLogo {
    background-color: rgba(220, 181, 150, 0.85);
    width: 260px;
    height: 225px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    border-bottom-right-radius: 100%;
}

.Logo {
    position: absolute;
    top: 32px;
    left: 16%;
    background-color: #805268;
    z-index: 5;
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

    .Logo img {
        width: 100px;
        margin: 10px 22px;
    }

header {
    background-color: #DCB596;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 6;
    height: 60px;
}

    header .BtnFacebook {
        float: right;
        margin-top: 7px;
        margin-left: 10px;
        font-size: 20px;
    }


    header .nav-link {
        color: #805268;
        display: inline-block;
        cursor: pointer;
        float: right;
        margin-top: 8px;
        margin-left: 10px;        
        font-size: 18px;
    }

    header .Social {
        padding: 0 10px;
        display: inline-block;
        float: right;
        margin-top: 12px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        border-right: 1px solid #805268;
    }

        header .Social .fa-facebook-square {
            margin: 0;
            border-right: 1px solid #805268;
            padding-right: 20px;
            height: 30px;
            font-size: 18px;
            line-height: 30px
        }

        header .Social a {
            padding-left: 10px;
            color: #805268;
            font-size: 13px;
        }

        header .Social small {
            font-weight: bold;
        }

    header .Carrello {
        float: right;
        color: #fff;
        padding-top: 6px;
    }


.HeaderYoga {
    border-bottom: 3px solid #E4C7EB;
}

.HeaderSabrina {
    border-bottom: 3px solid #FFEC2D;
}

.HeaderContatti {
    border-bottom: 3px solid #E45D50;
}

.HeaderSalute {
    border-bottom: 3px solid #7ECCEE;
}

.HeaderBenessere {
    border-bottom: 3px solid #3F5864;
}

.HeaderCultura {
    border-bottom: 3px solid #B9E972;
}

.HeaderCalendario {
    border-bottom: 3px solid #FF9940;
}


#LP_Master {
    padding-bottom: 130px;
}



footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top: 3px solid #DCB596;
    padding: 10px 0;
}

#iubenda-cs-paragraph p::first-letter {
    font-size: 16px !important;
    font-weight: normal;
    float: none;
    padding: 0;
    color: #fff;
}
    footer .LogoXC {
        float: right;
        padding-top: 10px;
    }

    footer small:first-of-type {
        padding-top: 10px;
    }

@media (max-width:768px) {

    .CerchioLogo {
        width: 108px !important;
        height: 94px;
    }

    .Logo {
        position: absolute;
        top: 8px !important;
        left: 5% !important;
        width: 70px;
        height: 70px;
    }

        .Logo img {
            width: 49px;
            margin: 10px 12px;
        }

    #LP_Master {
        padding-bottom: 180px;
    }

    footer {
        text-align: center;
    }

        footer small {
            line-height: 20px;
        }

        footer .LogoXC {
            float: inherit;
            margin-top: 10px;
        }
}

@media (max-width:578px) {
    header {
        height: 95px !important;
    }

        header .Social {
            margin-top: 4px;
            border-right: none;
            border-top: 1px solid #805268;
            width: 100%;
            padding: 0;
        }

            header .Social a {
                padding-left: 10px;
                color: #805268;
                font-size: 13px;
                display: inline-block;
                text-align: right;
            }


        header .BtnFacebook {
            padding-right: 11px;
        }

    .CerchioLogo {
        margin-top: 90px;
    }
}
/*cookie*/
.MP_Informativa_Cookie {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    padding: 2%;
    display: block;
    background-color: #DCB596;
    opacity: 0.9;
    color: #333333;
    font-size: 13px;
}

    .MP_Informativa_Cookie a {
        color: #805268;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px;
    }

.Btn_Cookie {
    position: absolute;
    right: 6px;
    top: -15px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    color: #37404c !important;
    text-transform: none !important;
    font-weight: bold;
    border: 1px solid #37404c !important;
    line-height: 26px;
    text-align: center;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

    .Btn_Cookie:hover {
        background-color: #37404c;
        color: #ffffff !important;
    }

