﻿/****** COLORI ******/

/*SFONDI*/
/*Nero*/
.bg-color-000000 {
    background-color: #000000 !important;
}
/*Grigio scuro*/
.bg-color-c7c1c4 {
    background-color: #c7c1c4 !important;
}
/*Grigio chiaro*/
.bg-color-e6ecee {
    background-color: #e6ecee !important;
}
/*Verde chiaro*/
.bg-color-81c301 {
    background-color: #81c301 !important;
}
/*Marrone*/
.bg-color-634b2f {
    background-color: #634b2f !important;
}
/*Giallo*/
.bg-color-efc13e {
    background-color: #efc13e !important;
}
/*Verde scuro*/
.bg-color-34923d {
    background-color: #34923d !important;
}
/*Blu marino*/
.bg-color-1480b4 {
    background-color: #1480b4 !important;
}
/*Rosso*/
.bg-color-ff0000 {
    background-color: #ff0000 !important;
}
/*Bianco*/
.bg-color-ffffff {
    background-color: #ffffff !important;
}

/*TESTI*/
/*Nero*/
.color-000000 {
    color: #000000 !important;
}
/*Grigio scuro*/
.color-c7c1c4 {
    color: #c7c1c4 !important;
}
/*Grigio chiaro*/
.color-e6ecee {
    color: #e6ecee !important;
}
/*Verde chiaro*/
.color-81c301 {
    color: #81c301 !important;
}
/*Marrone*/
.color-634b2f {
    color: #634b2f !important;
}
/*Giallo*/
.color-efc13e {
    color: #efc13e !important;
}
/*Verde scuro*/
.color-34923d {
    color: #34923d !important;
}
/*Blu marino*/
.color-1480b4 {
    color: #1480b4 !important;
}
/*Rosso*/
.color-ff0000 {
    color: #ff0000 !important;
}
/*Bianco*/
.color-ffffff {
    color: #ffffff !important;
}


/****** STILE BOTTONI ******/

/*.btn-primary {
    background-color: #384e5c;
    color: var(--delogis-white);
}
    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background-color: #ffffff;
        color: #384e5c;
    }*/

/*.btn-secondary {
    color: #374e62 !important;
    border-color: #ffffff !important;
    background-color: #ffffff !important;
}

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
        background-color: #384E5C !important;
        border-color: #384E5C !important;
        color: #ffffff !important;
    }


.btn-tertiary {
    color: #ffffff !important;
    border-color: #384E5C !important;
    background-color: #384E5C !important;
}*/
/*    .btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:focus {
        background-color: #ffffff !important;
        border-color: #ffffff !important;
        color: #384E5C !important;
    }*/


/****** VALIDAZIONE ******/

/*.validation-summary-errors ul, .validation-summary-ok ul, .validation-summary-info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
}

.validation-summary-errors li {
    color: darkred;
    border-left: 3px solid red;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: rgba(255, 0, 0, 0.05);
    margin-bottom: 2px;
}

.validation-summary-ok li {
    color: darkgreen;
    border-left: 3px solid green;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: rgba(0, 255, 0, 0.05);
    margin-bottom: 2px;
}

.validation-summary-info li {
    color: darkgray;
    border-left: 3px solid grey;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: rgb(220,220,220, 0.3);
    margin-bottom: 2px;
}*/


/****** MAPPA ******/

/*#map, .mt-gmap {
    width: 100%;
    height: 100%;
    min-height: 600px;
}*/

/****** FONT SETTINGS ******/
/*.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fw-500 {
    font-weight: 500;
}

.text-black {
    color: #000 !important;
}

.no-top {
    padding-top: 0px !important;
}

.no-bottom {
    padding-bottom: 0px !important;
}

.pr-0 {
    padding-right: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.text-left {
    text-align: left;
}

.header-section-padding {
    padding: 70px 0;
}

@media (max-width: 767px) {
    .header-section-padding {
        padding: 50px 0;
    }
}*/

/*Link attivi nel blog*/
/*a.active {
    color: #fff;
    font-weight: bold;
    background-color: #374e62;
}

a.active-tag {
    background-color: #f2f2f2;
}*/

/*Alerts*/
/*.alert-success-custom {
    color: #2e6e1f;
    background-color: #c7ed95;
    border-color: #8dc63f;
    max-width: 400px;
}

.alert-danger {
    max-width: 400px;
}

.alert-info {
    max-width: 400px;
}

.bg-gradient-custom-green-light {
    background-image: linear-gradient(to right top, #13566c, #4dbad4, #9bd8e6);
}

.bg-gradient-custom-green-dark {
    background-image: linear-gradient(to right top, #2e6e1f, #357d24, #3d8f29, #45a12f);
}

.opacity-custom-1 {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
    left: 0;
}

.color-232323 {
    color: #232323 !important;
}

.disable-pointer-events {
    pointer-events: none !important;
}

.min-width-100px {
    min-width: 100px;
}

.max-width-250px {
    max-width: 250px !important;
}

@media(min-width: 1000px) {
    .mt-titolo-slider {
        font-size: 5.3rem;
        line-height: 5.3rem;
    }

    .mt-sottotitolo-slider {
        font-size: 3rem;
        line-height: 3rem;
    }

    .mt-testo-slider {
        font-size: 25px;
        line-height: 35px;
    }
}

.opacity-09 {
    opacity: 0.9;
}

@media(min-width: 1000px) {
    .padding-lr-xl-65px {
        padding-left: 65px;
        padding-right: 65px;
    }
}

.line-height-20px {
    line-height: 25px;
}

@media(min-width: 1000px) {
    .min-height-620px {
        min-height: 620px;
    }
}

.sm-bg-pos-right {
    background-position: right;
}

@media(max-width: 1000px) {
    .pb-xs-3 {
        margin-top: 1rem !important;
    }

    .fs-xs-4rem {
        font-size: 4rem !important;
    }
}*/

/*Logo svg*/
/*.default-logo {
    height: 32px !important;
}

.alt-logo {
    height: 32px !important;
}

.mobile-logo {
    height: 24px !important;
}

body.mfp-open {
    overflow: hidden !important;
}

section {*/
    /*padding-top: 60px;
    padding-bottom: 60px;*/
/*}

.pl-70px {
    padding-left: 70px;
}

.pr-70px {
    padding-right: 70px;
}

.text-right {
    text-align: right;
}

.pl-20px {
    padding-left: 20px;
}

.post-categories li {
    display: inline;
}

    .post-categories li:not(:last-child):after {
        content: '|';
        padding-left: 15px;
        padding-right: 15px;
    }

.post-categories a {
    color: #374e62;
}

    .post-categories a:hover {
        color: #f8e000;
    }

.checkbox-lg .form-check-input {
    top: .8rem;
    scale: 1.4;*/
    /*margin-right: 0.7rem;*/
/*}

.checkbox-lg .form-check-label {
    padding-left: 15px;
}

@media(min-width: 1000px) {
    .xl-w-50 {
        width: 50% !important;
    }

    .xl-w-33 {
        width: 33.33% !important;
    }

    .xl-w-25 {
        width: 25% !important;
    }

    .xl-w-20 {
        width: 20% !important;
    }

    .xl-w-16 {
        width: 16% !important;
    }
}

.top-unset {
    top: unset !important;
}

.service-style-01 .service-content-block {
    text-align: center;
    padding: 40px 10px;
    margin: -30px 25px 0;
    -webkit-box-shadow: 0px 8px 27px 0px rgba(27, 27, 41, 0.15);
    box-shadow: 0px 8px 27px 0px rgba(27, 27, 41, 0.15);
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    z-index: 9;
    font-weight: 700;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    line-height: 1.2;
}

    .service-style-01 .service-content-block h4 {
        font-size: 18px;
    }

    .service-style-01 .service-content-block h6 {
        font-size: 15px;
    }

.background-slider {
    background-size: cover;
    background-position: center center;
}

.pricing-table-style-01 ul {
    padding: 35px 0;
}

    .pricing-table-style-01 ul li {
        margin-bottom: 10px;
        font-weight: 600;
        list-style: none;
    }*/
