/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.home .elementor-location-header{
	position: absolute;
    z-index: 99;
    width: 100%;
}
.swiper-pagination{
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF !important;
}
.swiper-pagination-current{
    font-size: 100px;
    font-weight: 600;
}
.sliderProgetto{
    overflow: hidden !important;
}
.navigazione-slider{
    position: absolute;
    bottom: 20px;
    right: 50px;
    z-index: 2;
    display: flex;
}
.navigazione-slider .freccia-slide{
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.navigazione-slider .freccia-slide svg{
    width: 100%;
    height:100%;
}
.swiper-pagination{
    width: 180px !important;
    right: 300px;
    left: auto !important;
}
.info-progetto-box{
    margin-bottom: 15px;
}
.info-progetto-box h4{
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #CF4520 !important;
    margin: 0;
}
.info-progetto-box h5, .prezzo-progetto h5{
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #222221 !important;
    margin: 0;
}
.prezzo-progetto{
    margin-top: 30px;
}
.prezzo-progetto h3{
    font-family: "Montserrat", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #222221 !important;
    margin: 0;
}
.contatti-home a{
    background-color: #222221;
}
.info-tecniche-progetto{
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
}
.info-tecniche-progetto-box h4{
    font-family: "Montserrat", Sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}
.info-tecniche-progetto-box h5{
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0;
}
.info-progetto{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
}
.sezione-planimetrie{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.sezione-planimetrie h4{
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var( --e-global-color-f1aed4f );
    margin: 0;
}
.progetto-hover:hover:before{
    opacity: 0;
}
.chi-siamo:before{
    backdrop-filter: grayscale(1);
}
.chi-siamo:hover:before{
    opacity: 0;
}