<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mv40{
    margin: 40px 0;
}
.mv40-0{
    margin: 40px 0 0 0;
}
.mv0-40{
    margin: 0 0 40px 0;
}
/* testo e foto */
@media screen and (min-width: 992px) {
    .page-content.dx .box-img img{
        float: right;
    }
}
.page-content{
    font-size: 16px;
}
.page-content h3{
    font-size: 26px;
    line-height: 30px;
}
.page-content.bg-withe{
    background-color: #ffffff;
}
.page-content.bg-dark{
    background-color: #343d44;
}
.page-content.bg-default{
    background-color: #f5f5f5;
}
.page-content.bg-dark .blocco-testo h3,
.page-content.bg-dark .blocco-testo p,
.page-content.bg-dark .content-titolo h2,
.page-content.bg-dark .content-testo,
.page-content.bg-dark .content-testo p {
    color: #ffffff !important;
}

@media screen and (min-width: 992px) {
    .testo_foto .content-titolo{
        margin-top: 25px;
    }
    .testo_foto .content-titolo.dx,
    .testo_foto .content-testo.dx{
        float: right
    }
    .testo_foto .content-foto.dx{
        float: left;
    }
    .testo_foto .content-foto.dx img{
        float: right;
    }
    .testo_foto .content-titolo.sx,
    .testo_foto .content-testo.sx{
        float: left
    }
    .testo_foto .content-foto.sx{
        float: right;
    }
}
@media screen and (max-width: 991px) {
    .testo_foto .content-foto img{
        display: unset;
    }
    .testo_foto .content-foto{
        text-align: center;
    }
    .testo_foto .btn-custom{
        display: table;
        margin-left:auto;
        margin-right:auto;
    }
}
/* photogallery */
.row_photogallery2 .gallery2-content{
    margin-left: auto;
    margin-right: auto;
}
.row_photogallery2 .gallery2-content .foto{
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.row_photogallery2 .photo img{
    visibility: hidden;
}
.row_photogallery2  [class*="col-"] {
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-bottom: 16px;
}
.row_photogallery2  [class*="col-"] .photo{
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (min-width: 1200px){
    .row_photogallery2  [class*="col-"] .photo{
        height: 272px;
    }
}
@media screen and (max-width: 1199px){
    .row_photogallery2  [class*="col-"] .photo{
        height: 222px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .row_photogallery2  [class*="col-"] .photo{
        height: 167px;
    }
}
@media screen and (max-width: 767px){
    .row_photogallery2  [class*="col-"] .photo{
        height: auto;
    }
    .row_photogallery2  .photo img{
        visibility: visible;
        width: 100%;
        height: auto;
    }
}
.parent{
    overflow: hidden;
}
.parent:hover .photo, .parent:focus .photo {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.photo {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.photo i{
    font-size: 25px;
    position: absolute;
    color: #ffffff;
    bottom: 15%;
    right: 15%;
    display: none;
}
.parent:hover .photo i {
    display: block;
}
/* video gallery */
.video-carousel &gt; .container{
    padding-top: 20px;
}
.video-carousel .content a{
    position: relative;
    display: block;
}
.video-carousel .content h2{
    margin-top: 20px;
}
.video-carousel .content i{
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    font-size: 30px;

}
.video-carousel.light h2,
.video-carousel.light h2 a,
.video-carousel.light p{
    color: #ffffff;
}
/* call to action icone */
.call_to_action_icon &gt; .container{
    padding: 50px 0 30px 0;
}
.call_to_action_icon .content{
    text-align: center;
}
.call_to_action_icon.light,
.call_to_action_icon.light h3 a{
    color: #ffffff;
}
.call_to_action_icon h3{
    margin-top: 10px;
}
.call_to_action_icon .icona a{
    display: block;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.call_to_action_icon .icona a:hover{
    opacity: 0.8;
}
.call_to_action_icon .icona i{
    color: #285799;
    font-size: 40px;
    line-height: 55px;

}
.call_to_action_icon.light .custom-heading02 h1,
.call_to_action_icon.light .custom-heading02 p{
    color: #ffffff !important;
}
/* call to action sample */
.call-to-action-model .content {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (min-width: 991px) {
    .call-to-action-model .text {
        width: 75%;
        float: left;
        margin-top: 16px;
        margin-bottom: 16px;
        margin-left: 30px;
    }
    .call-to-action-model .btn {
        position: absolute;
        right: 30px;
        top: 35%;
    }
}
.call-to-action-model p {
    font-size: 18px;
}
.call-to-action-model.light h1,
.call-to-action-model.light p{
    color: #ffffff;
}
.call-to-action-model.light h1{
    margin-bottom: 10px;
}

.call-to-action-model .btn{
    background-color: #e43234;;
}
.call-to-action-model h1{
    font-size: 32px;
    line-height: 38px;
}
/* titoli slide pro */
header.custom-heading03{
    text-align: center;
    margin-bottom: 60px;
    margin-top: 30px;
    padding: 0 30px;
}
header.custom-heading03 h1{
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    color: #285799
}
header.custom-heading03 h2{
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1199px)  {
    header.custom-heading03 h1{
        font-size: 34px;
        line-height: 38px;
    }
    header.custom-heading03 h2{
        font-size: 22px;
        line-height: 22px;
    }
}
@media screen and (max-width: 991px)  {
    header.custom-heading03 h1{
        font-size: 25px;
        line-height: 30px;
    }
    header.custom-heading03 h2{
        font-size: 18px;
        line-height: 22px;
    }
}</pre></body></html>