﻿.video-container {
    position: relative;
    width: 100%;
    padding-top: 177.78%; /* Proporzione 9:16 per video verticali */
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.titolovideo{
    background-color:#c9ded0;
    padding:10px;
    min-height: 75px;
}
.hashtag{
    color:#4a9ad6
}
/*.slick-list {
    max-height:500px
}*/
.titolobox {
    font-size: 20px;
    font-weight: bold
}
.boxmio{
    background-color:#c9ded0;
    border: 1px solid #41955c;
    padding:10px
}

    .image-box {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
    .image-box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 3px solid #649951;
        border-radius: 5px;
    }
.breadcrumb-item.active {
    color: #8dffb2;
}
.single-slider, .page-height {
    background-position: center;
   
}
.custom-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: rgb(241 241 241) !important;
}


.custom-title {
    font-weight: 700;
    color: #41955c;
    font-size:21px;
    padding-left:30px;
    margin-bottom:10px
}

.custom-text {
    color: #6c757d;
    padding-left: 30px
}

.custom-button{
    margin-left:25px
}
.custom-button:hover {
    background-color: #41955c;
    color: #ffffff;
}


    .zoom-image:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        
    }

.contact-information-area {
   z-index: 1;
}
.not-found-page-height {
    min-height: 600px;
}
.field-validation-error{
    color:#ff0000
}
.titoli {
    width: 800px;
    padding: 20px
}
.slider-shape .slider-bg-round {
   
    background: #41945cdb;
   
}
.page-title h1 {
    font-size: 55px;
}

.stars-rating {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

    .stars-rating li i {
        color: gold;
    }

.members-rating {
    text-align: center;
    margin-top: 20px;
}
.font36{
    font-size:36px;
}
.main-menu ul li > a {
    text-decoration:none;
    font-size:16px
}
a{
    text-decoration:none;
}
.bgwhite{
    background-color:#fff;
}
.mw-50{
    max-width:50% !important
}
.font36{
    font-size:36px!important
}
.font20 {
    font-size: 20px !important
}
.font25 {
    font-size: 25px !important
}
.font32 {
    font-size: 32px !important
}
.font30 {
    font-size: 30px !important
}
.font20 {
    font-size: 20px !important
}


@media screen and (max-width: 767px) {

    .page-title h1 {
        font-size: 40px;
    }
    .titoli{
        width:400px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1920px) {
    


}

.floating {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

    .floating a {
        color: #fff;
    }

.float-button {
    margin-top: 16px;
}

.css-to8mgr{
    max-width: 100% !important;
}