
.tgl {
    display: none;
}

    .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
        box-sizing: border-box;
    }

        .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
            background: none;
        }

        .tgl + .tgl-btn {
            outline: 0;
            display: block;
            width: 17em;
            height: 2em;
            position: relative;
            cursor: pointer;
            user-select: none;
            border-radius: 5px;
        }

            .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
                position: relative;
                display: block;
                content: "";
                width: 50%;
                height: 100%;
            }

            .tgl + .tgl-btn:after {
                left: 0;
            }

            .tgl + .tgl-btn:before {
                display: none;
            }

        .tgl:checked + .tgl-btn:after {
            left: 50%;
        }

.tgl-skewed + .tgl-btn {
    overflow: hidden;
    transform: skew(-10deg);
    backface-visibility: hidden;
    transition: all 0.2s ease;
    font-family: sans-serif;
    background: #888;
}

    .tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
        transform: skew(10deg);
        display: inline-block;
        transition: all 0.2s ease;
        width: 100%;
        text-align: center;
        position: absolute;
        line-height: 2em;
        font-weight: bold;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    }

    .tgl-skewed + .tgl-btn:after {
        left: 100%;
        content: attr(data-tg-on);
    }

    .tgl-skewed + .tgl-btn:before {
        left: 0;
        content: attr(data-tg-off);
    }

    .tgl-skewed + .tgl-btn:active {
        background: #888;
    }

        .tgl-skewed + .tgl-btn:active:before {
            left: -10%;
        }

.tgl-skewed:checked + .tgl-btn {
    background: #86d993;
}


    .tgl-skewed:checked + .tgl-btn:before {
        left: -100%;
    }

    .tgl-skewed:checked + .tgl-btn:after {
        left: 0;
    }

    .tgl-skewed:checked + .tgl-btn:active:after {
        left: 10%;
    }








.tgl-ios + .tgl-btn {
    background: #fbfbfb;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
    border: 1px solid #e8eae9;
}

    .tgl-ios + .tgl-btn:after {
        border-radius: 2em;
        background: #fbfbfb;
        transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 4px 0 rgba(0, 0, 0, .08);
    }

    .tgl-ios + .tgl-btn:hover:after {
        will-change: padding;
    }

    .tgl-ios + .tgl-btn:active {
        box-shadow: inset 0 0 0 2em #e8eae9;
    }

        .tgl-ios + .tgl-btn:active:after {
            padding-right: 0.8em;
        }

.tgl-ios:checked + .tgl-btn {
    background: #86d993;
}

    .tgl-ios:checked + .tgl-btn:active {
        box-shadow: none;
    }

        .tgl-ios:checked + .tgl-btn:active:after {
            margin-left: -0.8em;
        }

.slide-container{
    max-width:1220px;
    width:100%;
    /*background-color:aliceblue;*/
    padding:65px 0 0 0;
}
.slide-content{
    margin:0 40px;
    overflow:hidden;
    border-radius:25px;
}
.image-content, .card-content{
    padding:10px 14px;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.image-content{
    row-gap:5px;
    position:relative;
    /*padding:25px 0;*/
    
}
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #054F70;
    border-radius: 25px 25px 0 25px;
}
    .overlay::before, .overlay::after {
        content: '';
        position: absolute;
        height: 40px;
        width: 10px;
        background-color: #054F70;
        right: 0;
        bottom: -40px;
    }
.overlay::after{
    border-radius:0 25px 0 0;
    background-color:white;
}
.card {
    /*width:320px;*/
    border-radius: 25px;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.card-image {
    position: relative;
    height: 150px;
    width: 100%;  
    border-radius: 25px;
    background-color:white;
    padding:3px;


    text-align:center;
}
.card-image .card-img {
    /*height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
    border: 4px solid black;*/
     height: 100%;
        width: 95%;
        object-fit: cover;
        border-radius: 25px;
}
.name {
    font-size: 18px;
    font-weight: 500;
    color: #003362;
}
.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.mybuttonCat {
    border: none;
    font-size: 16px;
    color: white;
    padding: 8px 16px;
    background-color: #003362;
    border-radius: 6px;
    margin: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}
mybuttonCat:hover {
    background-color: #80DDC0;
}
.swiper-navBtn {
    /*color: #4045bd;*/
    color: #005B98;
    transition: color 0.3s ease;
}
.swiper-navBtn:hover {
    color: #fab205;
}
.swiper-navBtn:before, .swiper-navBtn:after{
    font-size:40px;
}
.swiper-button-next{
    right:0;
}
.swiper-button-prev {
    left: 0;
}
.swiper-pagination-bullet {
    background-color: #80DDC0;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    color: #80DDC0;
    opacity: 1;
}

@media screen and (max-width:768px){
    .slide-content{
        /*margin:0 10px;*/
    }
    .swiper-navBtn {
        /*display:none;*/
    }
}


.titoloInAlto {
    color: #005B98;
}