﻿/* nuovi container flex ====================================================================== */

/* 2021_info_localita */
.info-destination {
    font-size: 0.8rem;
    line-height: 1.4rem;
}

.info-destination .DestSubTitle {
    text-transform: uppercase;
    border-bottom: 2px solid rgba(12,119,183,1);
    color: #8f959e;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: .2rem;
    min-width: 3rem;
    padding-bottom: .2rem;
}
    .info-destination > p > a:link, .info-destination > p > a:hover, .info-destination > p > a:visited {
        color: rgba(83,84,87,1);
        text-decoration: none;
    }
/* -------------------------------------------------------------- */
/* --- 2021_TopSider_Flex  -------------------------------------- */
/* --- Header senza slider -------------------------------------- */
.head-no-slick-top {
    width: 100%;
    display: flex;
}

.head-no-slick-top-inner {
    width: 100%;
    padding: 2rem 0;
    position: relative;
    margin: auto;
    max-width: 1176px;
}

.head-no-slick-top-title {
    line-height: 1.1em;
    align-self: center;
    width: 100%;
    padding: 2rem 0 0 0;
    font-size: 2em;
    color: #ffffff;
}
/* --- Header con slider ----------------------------------------*/
.head-slick-top {
    display: none;
}

.ImgLandscape {
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.card_content {
    background: linear-gradient(-180deg,transparent 13%,#000);
    color: #fff;
    padding: 0 0 2.5rem 0;
    z-index: 100;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    min-height: 20%;
    display: flex;
    justify-content: center;
}

.title_card_head {
    max-width: 1176px;
    margin: auto;
    position: absolute;
    bottom: 1em;
    line-height: 1.1em;
    align-self: center;
    width: 100%;
    padding: 0;
    font-size: 2em;
}

.title_card_suphead {
    font-size: 0.9rem;
    text-transform: uppercase;
}

/* SLICK frecce */
.head-slick-top .slick-prev {
    z-index: 111;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 14px;
    left: 1rem;
}

.head-slick-top .slick-next {
    z-index: 111;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 14px;
    right: 1rem;
}

/* responsive */
@media only screen and (max-width: 1200px) {
    .title_card_head {
        padding-left: 1em;
        bottom: 0.6em;
        font-size: 1.8em;
    }

    .card_content {
        min-height: 40%;
    }

    .title_card_suphead {
        font-size: 0.8rem;
    }

    .head-slick-top .slick-next {
        width: 35px;
        height: 35px;
    }

    .head-slick-top .slick-prev {
        width: 35px;
        height: 35px;
    }

    .head-no-slick-top-title {
        font-size: 1.8em;
        padding: 1.5rem 0 0 1.5rem;
    }
}

    @media only screen and (max-width: 768px) {
        .title_card_head {
            padding-left: 1em;
            bottom: 0.4em;
            font-size: 1.2em;
        }

        .card_content {
            min-height: 40%;
        }

        .title_card_suphead {
            font-size: 0.7rem;
        }

        .head-slick-top .slick-next {
            width: 25px;
            height: 25px;
        }

        .head-slick-top .slick-prev {
            width: 25px;
            height: 25px;
        }

        .head-no-slick-top-title {
            font-size: 1.2em;
            padding: 1rem 0 0 1rem;
        }
    }

@media only screen and (max-width: 480px) {
    .title_card_head {
        padding-left: 1em;
        bottom: 1.4em;
        font-size: 0.8em;
    }
}


.title_card_head .DestDetHead {
    /*float: left*/
}

.title_card_head .DestDetTxt {
    max-width: 99%;
    /* max-width: 50%;
        float: right;*/
}

        .title_card_head .DestDetTxt > p {
            font-size: 1rem;
            font-weight: 500;
           /* text-align: right;*/
            line-height: 1.5em;
        }

            .title_card_head .DestDetTxt > p > a {
                color: #ffffff;
                text-decoration: none;
                font-weight: 700;
            }

    @media only screen and (max-width: 1230px) {
        .DestDetTxt {
            display: none;
        }
    }

    @media only screen and (max-width: 640px) {
        .mh175 {
            height: unset;
            margin-bottom: 10px;
        }

        .title_card_suphead {
            display: none;
        }

        .head-slick-top .slick-next {
            width: 0px;
            height: 0px;
        }

        .head-slick-top .slick-prev {
            width: 0px;
            height: 0px;
        }

        .card_content {
            padding: 0 0 0.7rem 0;
        }
    }
/* ### Nuovi Poi 22 ############################### */
.POIContainerFx {
    display: flex;
    flex-wrap: wrap;
}

    .POIContainerFx .child2 {
        flex: 1 0 42%;
        margin: 5px 5px 15px 5px;
    }

    .POIContainerFx .child3 {
        flex: 1 0 30%;
        margin: 5px 5px 15px 5px;
    }

    .POIContainerFx .child4 {
        flex: 1 0 21%;
        margin: 5px 5px 15px 5px;
    }


    .POIContainerFx .NomePoi22 {
        font-weight: 700;
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1.5rem;
        text-transform: capitalize;
        color: rgba(12,119,183,1);
        text-decoration: none;
        padding: 5px 0 5px 0;
    }

    .POIContainerFx .TextPoi22 {
        font-weight: 300;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 0.8rem;
        line-height: 1.2rem;
        color: rgba(83,84,87,1);
    word-break: break-word;
    }

    .POIContainerFx .Tipologia22 {
        font-weight: 300;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 0.85rem;
        line-height: 1.2rem;
        color: rgba(83,84,87,1);
        margin-top: 1rem;
    }

@media only screen and (max-width: 840px) {
    .POIContainerFx .child2 {
        flex: 1 0 42%;
    }

    .POIContainerFx .child3 {
        flex: 1 0 42%;
    }

    .POIContainerFx .child4 {
        flex: 1 0 42%;
    }
}

@media only screen and (max-width: 420px) {
    .POIContainerFx .child2 {
        flex: 1 0 82%;
    }

    .POIContainerFx .child3 {
        flex: 1 0 82%;
    }

    .POIContainerFx .child4 {
        flex: 1 0 82%;
    }
}
/* ### 22 - nuovi stili generali ################################################################################# */
.margin-0 {margin:0px;}
.width-full {
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.overflow-hidden {
    overflow: hidden;
}

.bg-center {
    background-position: center;
}

.bg-cover {
    background-size: cover;
}

.pb_16_9 {
    padding-bottom: 56.25%;
}

.pb_4_3 {
    padding-bottom: 75%;
}

.padding-5 {
    padding: 5px;
}

.padding-5-lr {
    padding: 0 5px;
}

.padding-8 {
    padding: 8px;
}

.padding-8-lr {
    padding: 0 8px;
}

.padding-10 {
    padding: 10px;
}

.padding-10-lr {
    padding: 0 10px;
}

.shadow-4-8 {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 8%);
}
.margin-top-10 {margin-top: 10px;}
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}