@charset "UTF-8";
/*
Theme Name: CTL
Author: Eleven srl
Version: 1.0
*/

@import url("editor-style.css");


:root {
    --color-black: #000;
    --color-white: #FFF;
    --color-gray: #B2B2B2;
    --color-dark-gray: #444748;

    --p: 1.25rem; /* font-size: 20 */

    --heading-1: 4.125rem; /* font-size: 66 */
    --heading-2: 2.75rem; /* font-size: 44 */
    --heading-3: 1.875rem; /* font-size: 30 */
    --heading-4: 1.5625rem; /* font-size: 25 */
    --heading-5: 1.25rem; /* font-size: 20 */
    --heading-6: 1rem; /* font-size: 16 */

    --menu: 1rem;
    --min-unit: 1px;

    --space-main: 130px;
    --padding-footer: 50px;
    --logo-footer: 30px;
    --gap-20: 20px;
    --gap-30: 30px;
    --gap-50: 50px;
    --gap-70: 70px;
    --gap-10-100: 10%;
    --padding-grid-block: 25px;

    --barra-foto-min-padding-text: 25px;

}


p,
p .elementor-heading-title {
	font-size:  var(--p);
}
.heading-1,
.heading-1 .elementor-heading-title {
	font-size:  var(--heading-1);
}
.heading-2,
.heading-2 .elementor-heading-title {
    font-size:  var(--heading-2);
}
.heading-3,
.heading-3 .elementor-heading-title {
    font-size:  var(--heading-3);
}
.heading-4,
.heading-4 .elementor-heading-title {
    font-size:  var(--heading-4);
}
.heading-5,
.heading-5 .elementor-heading-title  {
    font-size: var(--heading-5);
}
.heading-6,
.heading-6 .elementor-heading-title {
    font-size:  var(--heading-6);
}


.color-black {
    color: var(--color-black);
}
.color-gray {
    color: var(--color-gray);
}
.color-white {
    color: var(--color-white);
}
.color-dark-gray {
    color: var(--color-dark-gray);
}



.font-ultra-thin,
.font-ultra-thin .elementor-heading-title {
	font-weight: 100;
}
.font-thin,
.font-thin .elementor-heading-title {
	font-weight: 300;
}
.font-regular,
.font-regular .elementor-heading-title  {
	font-weight: 400;
}
.font-medium,
.font-medium .elementor-heading-title  {
	font-weight: 500;
}
.font-semi-bold,
.font-semi-bold .elementor-heading-title  {
	font-weight: 600;
}
.font-bold,
.font-bold .elementor-heading-title  {
	font-weight: 700;
}



.line-height-1,
.line-height-1 .elementor-heading-title {
	line-height: 1;
}
.line-height-1-1,
.line-height-1-1 .elementor-heading-title {
	line-height: 1.1;
}
.line-height-1-2,
.line-height-1-2 .elementor-heading-title {
	line-height: 1.2;
}
.line-height-1-3,
.line-height-1-3 .elementor-heading-title {
	line-height: 1.3;
}
.line-height-1-4,
.line-height-1-4 .elementor-heading-title {
	line-height: 1.4;
}
.line-height-1-5,
.line-height-1-5 .elementor-heading-title {
	line-height: 1.5;
}



.spazio-10 {
    height: calc(var(--min-unit) * 10);
}
.spazio-15 {
    height: calc(var(--min-unit) * 15);
}
.spazio-20 {
    height: calc(var(--min-unit) * 20);
}
.spazio-30 {
    height: calc(var(--min-unit) * 30);
}
.spazio-50 {
    height: calc(var(--min-unit) * 50);
}
.spazio-70 {
    height: calc(var(--min-unit) * 70);
}
.spazio-80 {
    height: calc(var(--min-unit) * 80);
}
.spazio-100 {
    height: calc(var(--min-unit) * 100);
}
.spazio-150 {
    height: calc(var(--min-unit) * 150);
}
.spazio-240 {
    height: calc(var(--min-unit) * 240);
}




.elementor-button:focus-visible,
.elementor-button:focus-within,
.elementor-button:target,
.elementor-button:focus,
.elementor-button:active,
.elementor-button:visited {
    color: inherit;
}


.elementor-heading-title,
.elementor-heading-title.elementor-size-default {
    line-height: 1.4;
}



html {
    font-size: 16px;
}
body {
   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "proxima-nova", sans-serif;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
	overflow-wrap: inherit;
}
img {
	vertical-align:bottom;
}
a {
   outline: 0;
}
a:active,
a:visited
a:link {
   color: #000
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
* {
    outline: 0 none;
}
figure {margin:0}
.fl-module img {
	max-width: inherit;
}
.elementor img {
    width: 100%;
	max-width: inherit!important;
}
/*input {
    -webkit-appearance: none;
}*/


.elementor .elementor-element.e-con-boxed {
	--container-max-width: 100%;
}
.elementor .elementor-element.e-con-boxed,
.resizer,
.elementor-section-boxed .elementor-container:not(.elementor-section-boxed .elementor-container .elementor-container),
.resizer-large.elementor-element.e-con,

.open-title.elementor-element.e-con .wrapper.elementor-element.e-con,
.move-to-right.elementor-element.e-con .wrapper.elementor-element.e-con {
	width: calc(100% - calc(var(--space-main) * 2));
	margin-left: auto;
	margin-right: auto;
    max-width: 1024px;
}
    .elementor .elementor-element.e-con-boxed.wrap-grid {
        width: calc(100% - calc(var(--space-main) * 2) + calc(var(--padding-grid-block) * 2) );
        max-width: calc(1024px + calc(var(--padding-grid-block) * 2)) ;
    }

    .space-left-resizer.elementor-element.e-con {
        padding-left: calc(calc(100vw - 1024px) / 2);
        width: 50%;
    }
    .space-right-resizer.elementor-element.e-con {
        padding-right: calc(calc(100vw - 1024px) / 2);
        width: 50%;
    }

.resizer-large.elementor-element.e-con {
    max-width: 100vw;
}

.btn.elementor-element a.elementor-button {
    background-color: transparent;
    padding: 10px 50px;
    border-radius: 0;
    color: #000;
    fill: #000;
    font-size: var(--heading-5);
    font-weight: 600;
    border: 1px solid #000;
}






.barra-foto-sx.elementor-element .img.elementor-element.e-con img,
.barra-foto-dx.elementor-element .img.elementor-element.e-con img {
    transform: scale(1.2);
    transform-origin: left center;
}
    .barra-foto-dx.elementor-element .img.elementor-element.e-con img {
        transform-origin: right center;
    }
.barra-foto-sx.elementor-element .txt.elementor-element.e-con .e-con-inner {
    padding-left: 20%;
    width: 70%;
    margin: 0;
}
.barra-foto-dx.elementor-element .txt.elementor-element.e-con .e-con-inner {
    padding-right: 20%;
    width: 70%;
    margin: 0 0 0 auto;
}

    .barra-foto-sx.elementor-element .txt.elementor-element.e-con,
    .barra-foto-dx.elementor-element .txt.elementor-element.e-con {
        padding: var(--barra-foto-min-padding-text);
    }

    .barra-foto-sx.elementor-element .img.elementor-element.e-con,
    .barra-foto-dx.elementor-element .img.elementor-element.e-con {
        width: 40%;
    }
    .barra-foto-sx.elementor-element .txt.elementor-element.e-con,
    .barra-foto-dx.elementor-element .txt.elementor-element.e-con {
        width: 60%;
    }



.barra-foto-sx.elementor-element .txt.elementor-element.e-con .elementor-heading-title:not(.barra-foto-sx.elementor-element .txt.elementor-element.e-con p.elementor-heading-title),
.barra-foto-dx.elementor-element .txt.elementor-element.e-con .elementor-heading-title:not(.barra-foto-dx.elementor-element .txt.elementor-element.e-con p.elementor-heading-title) {
    line-height: 1;
}



.quadro-block.elementor-element {
    padding-bottom: 250px;
}
.quadro-block.elementor-element .space-video.elementor-element.e-con {
    width: 60%;
    margin-left: var(--space-main);
}
    .quadro-block.elementor-element .space-text.elementor-element.e-con {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 40%;
        padding: calc(var(--min-unit) * 50) var(--space-main) calc(var(--min-unit) * 50) calc(var(--min-unit) * 50);
    }






.wrap-fly-icon.elementor-element.e-con {
    margin-bottom: 200px;
}
    .fly-box.elementor-element.e-con {
        position: absolute;
        /* max-width: 250px; */
        top: calc(100% - 50px);
        padding-left: 10px;
        z-index: 10;
        /* margin-bottom: 250px; */
    }
    .fly-box.elementor-element.e-con .icon.elementor-element img {
        width: 110px;
        height: 110px;
    }

    .wrap-fly-icon.elementor-element.e-con .icon.elementor-element img {
    }










.open.elementor-element.e-con {
    background-color: #000!important;
    background-image: url('img/white.svg');
    /* background-size: cover; */
    background-size: auto 60%;
    background-repeat: no-repeat;
}






.open-title.elementor-element.e-con {
    height: 300px;
    background-image: url('img/white.svg');
    /* background-size: cover; */
    background-size: auto 50%;
    background-repeat: repeat-x;

}
    .open-title.elementor-element.e-con .wrapper.elementor-element.e-con img {
        width: auto;
        height: 300px;
    }


    .open-title.elementor-element.e-con,
    .move-to-right.elementor-element.e-con {
        padding-left: var(--space-main);
        max-width: calc(calc(1024px + var(--space-main)) + calc(calc(100vw - 1024px) / 2) );
        width: calc(100vw - var(--space-main));
        margin-left: auto;
        margin-right: 0;
    }

    .move-full-to-right.elementor-element.e-con {
        padding-left: var(--space-main);
        max-width: calc(calc(1024px + var(--space-main)) + calc(calc(100vw - 1024px) / 2) );
        width: calc(calc(1024px + var(--space-main)) + calc(calc(100vw - 1024px) / 2) );
        margin-left: auto;
        margin-right: 0;
    }
    






.open-title.elementor-element.e-con .wrapper.elementor-element.e-con,
.move-to-right.elementor-element.e-con .wrapper.elementor-element.e-con {
	margin-left: 0;
	margin-right: 0;
}





.line-grid.elementor-element.e-con.e-grid {
    width: calc(100% + 50px);
    transform: translateX(-25px);
}


.line-grid.elementor-element.e-con.e-grid .elementor-element.e-con-full.e-con:not(.line-grid.elementor-element.e-con.e-grid .elementor-element.e-con-full.e-con .elementor-element.e-con-full.e-con) {
    border-right: 1px solid var(--color-gray);
    padding: var(--padding-grid-block);
}

.line-grid.elementor-element.e-con.e-grid .elementor-element.e-con-full.e-con:nth-child(3n):not(.line-grid.elementor-element.e-con.e-grid .elementor-element.e-con-full.e-con .elementor-element.e-con-full.e-con) {
    border-right: 0;
}
    .line-grid.two.elementor-element.e-con.e-grid .elementor-element.e-con-full.e-con:nth-child(3n):not(.line-grid.elementor-element.e-con.e-grid .elementor-element.e-con-full.e-con .elementor-element.e-con-full.e-con) {
        border-right: 1px solid var(--color-gray);
    }
    .line-grid.two.elementor-element.e-con.e-grid .elementor-element.e-con-full.e-con:nth-child(2n):not(.line-grid.elementor-element.e-con.e-grid .elementor-element.e-con-full.e-con .elementor-element.e-con-full.e-con) {
        border-right: 0;
    }

.e-con.e-grid.elementor-element.line-grid,
.e-con.e-grid.elementor-element.line-grid>.e-con-inner {
    grid-template-rows: inherit;
}






.barra-doppia-foto-dx.elementor-element.e-con .wrap-img.elementor-element.e-con .img-large.elementor-element.elementor-widget-image img {
    transform: scale(1.2);
    transform-origin: left center;
}
.barra-doppia-foto-dx.elementor-element.e-con .wrap-img.elementor-element.e-con .img-small.elementor-element.elementor-widget-image {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    transform: translateX(-30%);
    /* display: none; */
    /* border: 2px solid #FFF; */
}
        .barra-doppia-foto-dx.elementor-element.e-con .wrap-img.elementor-element.e-con .img-small.elementor-element.elementor-widget-image img {
            height: 100%;
            width: auto;
            transform: scale(1.08);
            border: 2px solid #FFF;
        }





.black-title-bar.elementor-element.e-con {
    padding: calc(var(--min-unit) * 70) 0;
}









@media screen and (max-width: 767px) {
	
	:root {
		--p: 15px; /* font-size: 20 */
	}
	.elementor .elementor-element.e-con-boxed,
	.resizer,
	.elementor-section-boxed .elementor-container:not(.elementor-section-boxed .elementor-container .elementor-container),
	.resizer-large.elementor-element.e-con,
	.open-title.elementor-element.e-con .wrapper.elementor-element.e-con,
	.move-to-right.elementor-element.e-con .wrapper.elementor-element.e-con {
		width: calc(100% - 60px);
	}
	
	p {
		line-height: 24px;
	}
	
}








/* --------------------------------------------- */
/* ----------------- COMMON -------------------- */
/* --------------------------------------------- */
.clean {
	clear: both;
}
* {
	box-sizing: border-box;
}

.responsive-img {
	width: 100%;
	height: auto;
}

.opacity-zero,
.op-z {
	opacity: 0!important;
}
.opacity-one{
	opacity: 1!important;
}


.embed-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.embed-video iframe,
.embed-video object,
.embed-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* --------------------------------------------- */
/* --------------------------------------------- */
/* --------------------------------------------- */
