﻿hr {
    width: 100%;
}

.img-stampa-title .bg-title {
    opacity: 80%;
}

.img-stampa-title {
    background: url("https://cdn.ideeperviaggiare.it/media/2020/07/emirati-abu-dhabi-louvre-20emiratyears-staff-lungo-muro-museo-1920x1225-165467.jpg") center center no-repeat;
    height: 100%;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-box-stampa {
    border-radius: 15px;
    background: #ffffff;
    border: 1px solid #C2DEF8;
    display: inline-block;
    width:100%;
}

.card-box-stampa-text p {
    /* class="line-height-21 f-14 grey" */
    line-height: 21px;
    font-size: 18px;
    color: #7B7B7B;
    text-align: left;
}

    .card-box-stampa-text p > strong, .card-box-stampa-text p > b {
        font-weight: 800;
    }

.card-box-stampa-link {
    color: #0067B0;
    font-weight: bold;
}

/* .card-box-stampa-link:hover{
    color:#7B7B7B;
    font-weight: bold;
    text-decoration: none;
} */

.card-box-stampa-image {
    position: relative;
    bottom: 0px;
}

    .card-box-stampa-image figure {
        margin-bottom: 0px;
    }

        .card-box-stampa-image figure img {
            width: 100%;
            height: auto;
            /* max-height: 200px; */
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
            object-fit: cover;
        }

.card-box-stampa-image-interna figure img {
    width: 100%;
    height: auto;
    max-height: 350px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
}


.card-box-stampa-body {
    display: flex;
    /* height: 200px; */
    align-items: center;
}

.card-box-stampa-social:hover {
    color: #33A5F5;
}

/* ALTRI COMUNICATI */
.card-box-stampa-altri {
    border-radius: 15px;
    background: #ffffff;
    border: 1px solid #C2DEF8;
    display: inline-block;
    min-height: 380px;
    min-width: 250px;
    max-width: 300px;
}

.box-stampa-altri {
    text-align: center !important;
    margin: auto;
    display: inline-block;
    width: 100%;
}

.card-box-stampa-altri-img {
    position: relative;
    margin-bottom: 40px;
}

    .card-box-stampa-altri-img figure img {
        width: 100%;
        height: 250px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

.item-box-blog-body h4 {
    /* blue-ipv poppins f-21 line-height-18 */
/*    color: #0067B0;
    font-size: 23px;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;*/
}

.item-box-blog-body a {
    /* mt-2 f-16 py-3 px-4 mb-2 */
    /* padding-bottom: 50px; */
    position: relative;
    bottom: 0px;
}

@media (max-width: 991px) {

    .card-box-stampa-image {
        position: relative;
        height: 400px;
        max-height: 250px;
    }

        .card-box-stampa-image figure img {
            width: 100%;
            height: 100%;
            max-height: 250px;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            border-bottom-left-radius: 0px;
            margin-top: 0px;
        }


    .card-box-stampa-image-interna {
        position: relative;
    }

        .card-box-stampa-image-interna figure img {
            width: 100%;
            height: auto;
            max-height: 250px;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            margin-top: 0px;
            object-fit: cover;
        }
}

@media (min-width: 1366px) {
    /* .card-box-stampa {
        max-height: 200px;
        border-radius: 15px;
        background: #ffffff;
        border:1px solid #C2DEF8; 
    } */

    .card-box-stampa-image figure img {
        max-height: 240px;
        object-fit: cover;
    }
}
/* imposto la larghezza delle card del carousel */
/* in base alla risoluzione per evitare che si */
/* allarghino o si stringano troppo */

@media (max-width: 1366px) {
    .other-news.owl-carousel .item div.owl-carousel-card {
        width: 80%;
    }
}

@media (min-width: 1367px) {
    .other-news.owl-carousel .item div.owl-carousel-card {
        width: 90%;
    }
}

@media (min-width: 678px) and (max-width: 991px) {
    .other-news.owl-carousel .item div.owl-carousel-card {
        width: 80%;
    }
}

@media (min-width: 577px) and (max-width:677px) {
    .other-news.owl-carousel .item div.owl-carousel-card {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .other-news.owl-carousel .item div.owl-carousel-card {
        width: 90%;
    }
}