/* 
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 */
.linea-temporale{
    position: relative;
    padding: 80px 0;
}
.blocco-timeline{
    position: absolute;
}
.blocco-timeline h3{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 25px;
    margin: 0;
}
.blocco-timeline h4{
    margin: 0;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
}
.linea-temporale .linea{
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #E20715;
}
.timeline-1{
    position: absolute;
    top: 12px;
    left: 10vw;
}
.timeline-3{
    position: absolute;
    top: 12px;
    left: 56vw;
}
.timeline-2{
    position: absolute;
    bottom: 12px;
    left: 30vw;
}
.timeline-4{
    position: absolute;
    bottom: -5px;
    left: 80vw;
}
.blocco-timeline:before{
    width: 28px;
    height: 28px;
    border: 5px solid #E20715;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: -35px;
    content: "";
    z-index: 2;
}
.blocco-timeline:after{
    content: "";
    width: 5px;
    height: 39px;
    background-color: #E20715;
    top: 34px;
    position: absolute;
    left: -24px;
    z-index: 1;
}
.blocco-timeline.timeline-4:after, .blocco-timeline.timeline-2:after{
    top:-25px;
}
.desc-flip{
    opacity: 0;
    transition: opacity 0.3s ease;
}
.flip-box:hover .desc-flip{
    opacity: 1;
}
.mostra-card{
    display: none;
}
.card-home:hover .mostra-card{
    display: flex;
}
.card-hover:hover .mostra-card{
    display: flex;
}
.card-hover:hover h2, .card-hover:hover p{
    text-align: left !important;
}
.card-hover:hover .btn{
    align-self: flex-start;
}
.info-tab{
    display: none;
}
.pannello-float{
    display: none;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 10;
    background-color: #fff !important;
}
.click-info, .chiudi-info{
    cursor: pointer;
}
.box-confronto{
    display: none;
}
table th, table td{
    font-family: "Montserrat",sans-serif;
}
.sub-prodotto, .sub-menu{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.sub-prodotto a, .sub-menu a{
    display: inline-flex;
}
.pannello-prodotti{
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
table{
    border-radius: 20px;
    border: none;
    overflow: hidden;
    margin-top: 40px;
}
table thead th{
    background-color: #ffd500;
}
table td, table th, table thead{
    border: none !important;
}
table td{
    text-align: center;
}
@media screen and (max-width: 767px) {
    .center-mobile-mene li{
        justify-content: center;
        display: flex;
    }
}