/* 
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 */
.grid-box-plus{
    display: grid;
    grid-template-columns: 0.5fr 1fr;
}
.colonna-nomi-plu{
    padding: 100px 50px;
    background-color: #1b2d4f;
    border-radius: 20px;
}
.nome-plus{
    position: relative;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 2px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: all 550ms ease;
}
.nome-plus.attivo{
    font-weight:500;
    color: #6999cf;
}
.nome-plus.attivo, .nome-plus:hover{
    padding-left: 40px;
}
.nome-plus.attivo:before, .nome-plus:hover:before{
    content: '>';
    position: absolute;
    left: 0;
}
.content-info-plus{
    position: relative;
    height: 100%;
}
.box-info-plus{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
    background-color: #6999cf;
    border-radius: 20px;
}
.box-info-plus.attivo{
    display: block;
}
.box-info-plus .content{
    position: absolute;
    width: 90%;
    height: 80%;
    left: 50px;
    bottom: 50px;
    text-align: left;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.box-info-plus .content .desc{
    color: #1b2d4f;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
}
.box-bottoni{
    display: block;
    margin-top: 20px
}
.box-bottoni a{
    color: #fff;
    border: 2px solid #1b2d4f;
    padding: 5px 60px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    background-color: #1b2d4f;
    border-radius: 20px;
}
.box-bottoni a:hover{
    opacity: .6;
    color:#fff;
}
.desc h2{
    font-family: "Montserrat", sans-serif;
    color: #1b2d4f;
}
.over-prodotto{
    opacity: 0;
    transition: all 550ms ease;
}
.box-prodotto{
    cursor: pointer;
}
.box-prodotto:hover .over-prodotto, .box-prodotto.attivo .over-prodotto{
    opacity: 1;
}
.e-n-tabs-heading, .form-newsletter .e-form__buttons{
    display: none !important;
}
.box-prodotto img{
    transform: scale(1.2);
}
.bottone-plus{
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    border-radius: 20px 20px 20px 20px;
    padding: 10px 30px 10px 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.bottone-plus svg{
    width: 18px;
}
.field-certificati.privacy{
    margin: 15px 0;
}
.field-certificati input{
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: var(--e-global-color-0e271f4);
    border-radius: 10px;
}
.btn-form{
    font-family: "Montserrat", Sans-serif;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
    border-radius: 20px 20px 20px 20px;
    padding: 10px 30px 10px 30px;
    color:#fff !important;
    border-color: var(--e-global-color-0e271f4);
    background-color: var(--e-global-color-0e271f4);
}
.btn-form:hover{
    border-color: var( --e-global-color-e893e2d );
    background-color: var( --e-global-color-e893e2d );
}
.elementor-nav-menu--dropdown{
    width: 300px;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 35px;
}
@media screen and (max-width: 991px){
    .grid-box-plus {
        grid-template-columns: 1fr;
    }
    .box-info-plus {
        position: relative;
        padding: 20px;
    }
    .box-info-plus .content{
        height: auto;
        position: relative;
        left: 0;
        bottom: 0;
        top: 0;
        transform: translateY(0);
    }
    .colonna-nomi-plu {
        padding: 20px;
    }
    .nome-plus{
        font-size: 25px;
        line-height: 25px;
    }
}