/*
############################################### 
File del blocco: block_001
Nome blocco: Slider
###############################################
*/

.slider-height {
    min-height: 65vh;
    height: 65vh;
}

@media screen and (max-width: 768px) {
    .slider-height {
        height: auto;
        min-height: 40vh;
    }
}

.slider-overlay {
    position: relative;
}

.bg-options {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#slider h1 {
    font-size: clamp(45px, 5vw, 65px);
    font-weight: bolder;
}

#slider h2 {
    font-size: clamp(25px, 4vw, 35px);
    font-weight: normal;
}


/*
############################################### 
File del blocco: block_003
Nome blocco: Banner CTA
###############################################
*/

#banner-cta h1 {
    font-size: clamp(60px, 6vw, 100px);
}

#banner-cta h2 {
    font-size: clamp(40px, 4vw, 40px);
    font-weight: bolder;
}

#banner-cta .btn-white:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
}


/*
############################################### 
File del blocco: block_004
Nome blocco: Loop di post
###############################################
*/

.rounded-fix {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-fix-bottom {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* .box-post h2 {
    font-size: clamp(20px, 3vw, 30px);
} */

.box-hover {
    transition: .2s ease-in-out;
}

.box-hover:hover {
    transform: scale(1.02);
}

@media screen and (max-width: 768px) {
    .rounded-fix {
        border-top-right-radius: 2rem !important;
        border-bottom-right-radius: 2rem !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
}


/*
############################################### 
File del blocco: block_005
Nome blocco: Banner CTA V2
###############################################
*/

#banner-cta h1 {
    font-size: clamp(60px, 6vw, 100px);
}

#banner-cta h2 {
    font-size: clamp(40px, 4vw, 40px);
    font-weight: bolder;
}

#banner-cta .btn-white:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
}

/*
############################################### 
File del blocco: block_006
Nome blocco: Riptitore di file
###############################################
*/
.file-a-hover {
    color: var(--black-color);
}

.file-a-hover:hover {
    color: var(--black-color);
    text-decoration: none;
}


/*
############################################### 
File del blocco: block_009
Nome blocco: Google Map
###############################################
*/

.google-map {
    height: 550px;
}



/*
############################################### 
File del blocco: block_011
Nome blocco: Sezione FAQ
###############################################
*/

.banner-faq {
    border: 1px solid var(--first-color) !important;
}

.accordion {
    background-color: transparent;
    color: var(--black-color);
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}