/* 
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 */




/* ==============================
   ROBOTO VARIABLE (REGULAR + ITALIC)
   ============================== */

@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-VariableFont_wdth,wght.ttf") format("truetype-variations");
    font-weight: 1 1000;      /* range variabile completo */
    font-stretch: 75% 125%;   /* range width variabile */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Italic-VariableFont_wdth,wght.ttf") format("truetype-variations");
    font-weight: 1 1000;      /* range variabile completo */
    font-stretch: 75% 125%;
    font-style: italic;
    font-display: swap;
}

/* ==============================
   APPLICA IL FONT A TUTTO IL SITO
   ============================== */

html {
    font-family: "Roboto", system-ui, sans-serif;
}




.last_slide_notvisibile .swiper-wrapper > .swiper-slide:last-child {
	visibility: hidden;
}

.marginb_0, .marginb_0 * {
	margin-bottom: 0px;
}

#headermenu_mobile {
    left: -999999px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 99999;
}

#headermenu_mobile.opened {
    opacity: 1;
    left: 0;
}

.cta_icon_circle {
    width: 41px;
    height: 41px;
    background-color: #D8E2EA;
    border-radius: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta_icon_circle img {
    filter: brightness(100);
}


.elementor-custom-embed-play {
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-custom-embed-play svg{
    display: none;
}

.elementor-custom-embed-play:after {
    content: url('https://cpm.makedev.it/wp-content/uploads/2025/12/player.svg');
    width: 67px;
    height: 67px;
    background-color: #7E8AAD;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_ctaplane .elementor-button-content-wrapper:after {
    content: url('https://cpm.makedev.it/wp-content/uploads/2025/12/send.svg');
    display: inline;
    margin-left: 10px;
}


.add_ctaplane .elementor-button-content-wrapper {
    align-items: center;
}














@media (max-width: 600px) {
	
	.no_navigation_pointer .elementor-swiper-button {
		display: none !important;
	}
	
}