* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

html,body {font-size: 18px;}

a {
    color: var(--main-color);
}

/*TOOLS*/
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

.wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.middle-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.img-resp {
    width: 100%;
    margin-bottom: 20px;
}


.no-margin-top {
    margin-top: 0 !important;
}

.resp-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    margin-bottom: 20px;
}
.resp-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*BUTTON*/
.btn {
    display: inline-block;
    text-decoration: none;
    border: 1px solid;
    padding: 10px 20px;
    margin-right: 20px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 2px 10px -5px rgba(0,0,0,0.5);
    font-weight: 600;
}

/* .section .btn,
.hero-flex-content .btn {
    margin-bottom: 20px;
} */
.btn-primary {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
    transition: opacity .3s ease;
}
.btn-primary.btn-outline {
    background-color: transparent;
    color: var(--main-color);
    transition: opacity .3s ease;
}

.btn-secondary {
    background-color: var(--sec-color);
    color: #202020;
    border-color: var(--sec-color);
    transition: opacity .3s ease;
}
.btn-secondary.btn-outline {
    background-color: transparent;
    color: var(--sec-color);
    transition: opacity .3s ease;
}

.btn-white {
    border-color: #fff;
    background-color: #fff;
    color: var(--main-color);
    transition: opacity .3s ease;
}

.btn-white.btn-outline {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
    transition: opacity .3s ease;
}

.btn-whatsapp {
    background-color: #24cc63;
    border-color: #24cc63;
    color: #fff;
}

.btn:hover {
    opacity: .5;
}

.btn-desktop {
    display: none;
}

/*HEADER*/
.top-bar {
    padding: 20px 0;
    background-color: #fff;
}

h2,
.h2-style {
    position: relative;
    font-size: 2rem;
    color: var(--main-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-weight: bold;
}

h2.center {
    text-align: center;
}
h2.center:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background-color: var(--main-color)
}

h2.h2-style--white,
.h2-style.h2-style--white {
    color: #fff;
}

h2:after,
.h2-style:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 5px;
    background-color: var(--main-color)
}
h2.h2-style--white:after,
.h2-style.h2-style--white:after {
    background-color: #fff;
}


.hero-parallax {
    background-color: var(--main-color);
    background-position: center center;
    background-size: cover;
}
.hero .hero-flex-content {
    padding: 120px 0;
}
.hero-parallax .logo {
    width: 300px;
}

.hero .hero_title{
    color: #fff;
    font-size: 3.5rem;
    margin-bottom: 30px;
}
.hero .hero_text {
    width: 100%;
    font-size: 1.8rem;
    color: #fff;
}

.shadow {
    box-shadow: 8px 8px 15px -5px rgba(0,0,0,0.2);
}


/*SECTION*/
.section--padding {
    padding: 40px 0;
}
.section--padding_bottom {
    padding-bottom: 40px;
}

.section p {
    margin-bottom: 20px;
}
.section .cta_button p {
    margin-bottom: 0 !important;
}

/* .section:not(.section-expanded) .row {
    margin-bottom: 30px;
} */

.section ul {
    margin: 20px;
    padding-left: 1rem;
}

.section-form {
    margin: 60px 0;
}

.section-expanded .row {
    display: block;
}

.section-expanded .col-6 {
/*     display: table-cell;
    float: initial; */
    margin: 0 !important;
}
.section_backgroundImage {
    background-position: center;
    background-size: cover;
}
.section_backgroundColor {
    background-color: #f7f7f7;
    padding: 30px 150px;
}

.bgGreyColor {
    background-color: #f7f7f7;
}

.section-expanded .section_backgroundColor h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 1.5em;
}
.section-expanded .section_backgroundColor h3 img {
    margin-right: 10px;
}

.list-icon {
    list-style: none;
}
.list-icon li {
    margin: 20px 0;
}
.list-icon li h3 {
    font-weight: normal;
}
.list-icon li h3 img {
    vertical-align: middle;
    margin-right: 10px;
    width: 40px;
}


/*CAROSELLO*/
.carosello {
    width:100%;
    padding: 20px 0;
}
.carosello .carosello-items strong {
    display: block;
    margin-bottom: 10px;
}
.carosello .carosello-items p {
    font-size: 14px;
    margin-bottom: 0;
}


/*ITEM BOX*/
.item-box {
    border-top: 2px solid var(--main-color);
    /* border-bottom: 2px solid var(--main-color); */
    padding: 20px;
    text-align: center;
    min-height: 450px;
}
.item-box img {
    width: 100%;
}
.item-box h3 {
    color: var(--main-color);
    margin-bottom: 20px;
}


.parallax-color {
    background-color: var(--sec-color);
}

.parallax-image,
.hero-parallax {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.parallax-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: auto;
    text-align: center;
}
.parallax-cta {
    max-width: 1200px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
}
.parallax-cta h3,
.parallax-cta .style-h3 {
    font-size: 1.7rem;
    color: #fff;
    margin: 10px 0;
}
.parallax-cta .style-h3 em {
    color: var(--main-color);
}
.parallax-cta p {
    color: #fff;
}

/*TABELLA*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #738aa0; color: #fff;}
tr:nth-child(odd){background-color: #9babbb; color: #fff;}

table .tr-white {
    background-color: #fff;
    color: #000;
    font-weight: bold;
}

#gallery {
    padding: 20px 0;
}
#gallery .img-resp {
    margin-bottom: 20px;
}

/*FOOTER*/
footer {
    background-color: var(--main-color);
    color: #fff;
    padding: 60px 0;
}
footer a {
    color: #fff;
}

footer img {
    margin-bottom: 20px;
}

footer .copyright-link {
    font-size: 14px;
    text-align: center;
}

/*GRID*/
.row {
    width: 100%;
}
.row:after,
.row:before {
    content: '';
    display: block;
    clear: both;
}

div[class^="col-"]{
    float: left;
    margin: 0 1%;
}

.col-3 {
    width: calc( ( (100% * 3) / 12 ) - 2% );
}
.col-4 {
    width: calc( ( (100% * 4) / 12 ) - 2% );
}
.col-6 {
    width: calc( ( (100% * 6) / 12 ) - 2% );
}

.section-expanded .col-6 {
    width: calc( ( (100% * 6) / 12 ) );
}
.col-8 {
    width: calc( ( (100% * 8) / 12 ) - 2% );
}
.col-12 {
    width: calc( ( (100% * 12) / 12 ) - 2% );
}


@media all and (max-width: 960px){
    .btn {
        margin-right: 0;
    }

    .hero .hero-flex-content {
        padding: 40px 0;
    }

    .top-bar {text-align: center;}
    .top-bar .text-right {text-align: center;}

    .section--padding {padding: 20px 0;}

    .hero-parallax .logo {
        margin-bottom: 10px;
    }

    .hero .hero_title {
        font-size: 1.6rem;
        
    }

    h2, .h2-style {
        font-size: 1.3rem;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .section-expanded .col-6 {
        display: block;
    }
    .section_backgroundColor {
        padding: 20px;
    }

    .list-icon h3 {
        font-size: 1rem;
    }

    div[class^="col-"],
    .section-expanded .col-6 {
        width: 100%;
    }

    .col-resp-6 {
        width: calc( ( (100% * 6) / 12 ) - 2% ) !important;
    }

    .text-right {
        text-align: left;
    }

    div[class^="m-col-"]{
        float: left;
        margin: 0 1%;
    }
    .m-col-6 {
        width: calc( ( (100% * 6) / 12 ) - 2% ) !important;
    }
}