﻿#SubHeader_Community {
    background-image: url(media/Community/BeCommunity_SH.jpg);
    background-size: cover;
    height: 100vh;
    position: relative;
}

    #SubHeader_Community .row {
        padding-top: 15%;
    }

.Community_Benessere {
    position: relative;
    margin: 50px 0;
}

.Benessere {
    overflow: hidden;
    padding-top: 30px;
}

    .Benessere a {
        position: relative;
        display: block;
        height: 100%;
    }

.BtnBenessere {
    opacity: 0.5;
    height: 100%;
    width: 100%;
    display: block;
}

.Benessere img {
    width: 100%;
}


.BtnBenessereSelected {
    opacity: 1;
    height: 100%;
    width: 100%;
    display: block;
}

.Benessere a span {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 45%;
    color: #1B5EA3;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    z-index: 2;
    font-size: 57px;
}

.Benessere a:hover span {
    color: #fff;
}

.RetangoloPiu {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #36A9FF;
    color: #fff;
    text-align: center;
    line-height: 99px;
    top: 53%;
    left: calc(50% - 40px);
    z-index: 3;
    font-size: 44px;
}

.BannerBeCommunity {
    background-image: url(media/Community/BannerCommunity.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
}

    .BannerBeCommunity .col-lg-3 {
        display: table;
        height: 100vh;
    }

.BannerTextCommunity {
    display: table-cell;
    vertical-align: middle;
}


    .BannerTextCommunity h3 {
        color: #1B5EA3;
        font-weight: 900;
    }

.BannerBeCommunity p {
    width: 72%;
}

.BenessereEconomico {
    margin-bottom: 20px;
}



    .BenessereEconomico p {
        padding-right: 50px;
    }

.BannerDoppio {
    margin-bottom: 20px;
}

.CommunityShop {
    margin-top: 50px;
}

    .CommunityShop h1 {
        padding: 0;
    }

.BannerCommunity2 {
    background-image: url(media/Community/BannerCommunity2.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.TextBannerCommunity2 {
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 30%;
    left: 10%;
}

    .TextBannerCommunity2 h2 span {
        color: #fff;
    }

.SezioneVideo {
    margin-bottom: 50px;
}

@media (max-width:991px) {
    .BannerTextCommunity {
        background-color: rgb(255 255 255 / 0.65);
        padding: 20px;
    }
}

@media (max-width:768px) {
    #SubHeader_Community .row {
        padding-top: 45%;
    }
}

@media (max-width:576px) {
    .Benessere a span {
        font-size: 57px;
        line-height: 42px;
    }

    .RetangoloPiu {
        width: 100px;
        height: 100px;
        top: 63%;
        left: calc(50% - 40px );
    }

    .BannerDoppio .pe-3,
    .BannerDoppio .ps-2 {
        padding: 0 !important;
    }

    .BenessereEconomico img {
        margin-top: 20px;
    }
    .BenessereEconomico p {
        padding-right: 0;
    }
}
