@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;300;400;500;600&display=swap');
/* 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


:root{
    --btn:#77b5b7;
    --pastel: #bbb8b0;
    --pastel_opacity: #bbb8b063;
    --verapelle: #816556;
    --light_blue: #00b0fb;
    --green_forest:#007f5c;
    --caramel: #be733c;
    --giallo: #ecc33f;
    --arancio: #ff7e00;
    --verdoline: #66975e;
}

body{
    font-family: 'Archivo', sans-serif !important;
    background-color:white !important;
}

header{
    max-height: 60px;
    background-color: var(--verapelle);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 99999;
    align-content: center;
}

.logo{
    font-weight:700;
    display:flex;
    height:40px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.logo a{
    height:100%;
}
.banner-co2{
    height:20px;
    font-size:11px;
    background:var(--arancio);
    text-align:center;
    text-transform:uppercase;
    color:white;
    display:flex;
    align-items: center;
}
.cherchio-co2{
    position: fixed;
    display: flex;
    bottom: 10px;
    right: 10px;
    width: 150px;
    text-align: center;
    height: 150px;
    border-radius: 50%;
    background-color: var(--arancio);
    padding: 5px;
    font-weight:700;
    color: white;
    transition: border-radius 5s ease-in,all .75s ease-in-out;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-shadow: 1px 2px var(--btn);
    z-index: 9999999;
    border: 1px solid var(--verapelle);
}
.lang{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.language .it{
    margin-right: 10px;
}
.language .en{
    margin-right: 5px;
}
.elementi-back{
    position: fixed;
    z-index: 1;
    overflow-x: hidden;
    width: 100vw;
    height: 100%;
}
.link-risposta{
    display:inline-flex;
    width:33%;
    margin-right:40px;
}
.elementi-back .orange-square.os1 {
    top: -4%;
    left: -4%;
}

.elementi-back .orange-square {
    position: absolute;
    content: url('./img/formalayout_1.svg');
    width:29%;
}

.elementi-back .yellow-triangle.yt1 {
    top: -20%;
    right: -3%;
}

.elementi-back .yellow-triangle {
    position: absolute;
    content: url('./img/formalayout_2.svg');
    width:20%;
}

.elementi-back .blocco-tre.xd1{
    bottom: -79%;
    left: -8%;
}

.elementi-back .blocco-tre{
    position: absolute;
    content: url('./img/formalayout_3.svg');
    width:20%;
}

.elementi-back .blocco-quattro.xd2{
    top: 28%;
    right: -8%;
}

.elementi-back .blocco-quattro{
    position: absolute;
    content: url('./img/formalayout_4.svg');
    width:20%;
}

.elementi-back .blocco-cinque.xd3{
    bottom: -46%;
    right: 21%;
}

.elementi-back .blocco-cinque{
    position: absolute;
    content: url('./img/formalayout_5.svg');
    width:13%;
}

.primo-contenuto{
    height: 100vh;
    display: flex;
    position: relative;
    flex-direction: column;
    padding-left:10px;
    padding-right:10px;
    z-index: 9999;
    align-items: flex-start;
    justify-content: center;
}

.secondo-contenuto{
    height:100vh;
    z-index: 9999;
    position: relative;
    padding-left:10px;
    padding-right:10px;
}


.title-landing, .description-title{
    max-width:950px;
}

.title-landing h1{
    color:var(--verapelle);
    font-weight:700;
    font-size:50px;
}
h2{
    color:var(--verapelle) !important;
    font-weight:700;
    font-size:20px;
}
.description-title p{
    font-size:20px;
    font-weight:300;
    color:var(--verapelle);
    width:100%;
}

.btn-eco{
    padding:15px;
    font-weight:300;
    color:white;
    font-size:20px;
    text-decoration: none;
    border-radius:15px;
    text-align: center;
    width:100%;
    z-index:9999;
    background-color:var(--btn);
}
.btn-eco a{
    
}



.bottoni-risposta{
    margin-top:50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.box-primo-risultato{
    margin-top:20px;
    background-color:var(--light_blue);
    padding:20px;
    color:white;
    font-size:40px;
    border-radius:15px;
    font-weight: 300;
    box-shadow: 5px 10px var(--color_one);
    display:flex;
}
.emoji-box{
    width:20%;
    margin-top:-5px;
}

.testo-box-uno{
    width:80%;
}

.risultato{
    margin-top:40px;
}
.box-risultato{
    background-color:var(--green_forest);
    font-size:20px;
    color:white;
    border-radius:15px;
    margin-bottom:10px;
    padding:20px;
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.percentuale{
    font-weight:700;
}

.bottone-pelle{
    text-align:center;
    width:100%;
    display:inherit;
}

.btn-vedipelle{
    font-weight:400;
    color:white;
    background-color:var(--verapelle);
    font-size:20px;
    text-decoration:none;
    text-transform:uppercase;
    border-radius:10px;
    padding:10px 5px;
    width:100%;
}
.btn-retest{
    font-weight:400;
    color:white;
    background-color:var(--btn);
    font-size:20px;
    text-decoration:none;
    text-transform:uppercase;
    border-radius:10px;
    padding:10px 5px;
    width:100%;
}


.btn-download{
    font-weight:400;
    border:2px solid #66975e;
    color:var(--verapelle);
    background-color:white;
    font-size:15px;
    text-decoration:none;
    text-transform:uppercase;
    border-radius:10px;
    padding:5px 2px;
    width:100%;
    margin-top:10px;
}
form{
    padding: 10px;
    background-color: #f6f0f0;
    border-radius: 15px;
    max-width:250px;
    margin:auto;
}
.box-pelle{
    margin:20px 0px 0px 0px;
    padding:20px;
    background-color:var(--verapelle);
    color:white;
    display:flex;
    border-radius:15px;
    flex-direction: column;
    align-items: center;
    text-align:center;
}

.box-pelle h3{
    font-weight:300;
}

.box-pelle p{
    font-weight:300;
    font-size:18px;
}
.btn-approfondisci{
    padding:10px 30px;
    text-transform:uppercase;
    color:white;
    font-weight:700;
    background:#e5c629;
    text-decoration:none;
    border-radius:15px;
}
.btn-approfondisci:hover{
    background-color:white;
    color:var(--verapelle);
}
.bottoni{
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start;
    margin-top:20px;
    margin-bottom:80px;
}


footer{
    background-color: var(--verapelle);
    position:fixed;
    bottom:0;
    color:white;
    font-size:calc(100vh/200 + 4px);
    text-align:center;
    width:100%;
    z-index:99999;
}
footer a{
    color:white;
    text-decoration:none;
   
}
.testi-footer{
    background-color: var(--verapelle);
    color:white;
    font-size:calc(100vh/200 + 4px);
    text-align:center;
    width:100%;
    margin-top:5px;
}
.box-risultato p{
    margin-bottom:0px;
    font-size:16px;
}
.test-it img{
    width:200px;
}

.percentuale{
    text-decoration-thickness: 9px;
    text-decoration-line: underline;
}

.wpcc-color-custom--1728005087.wpcc-container{
    z-index:99999999;
}


@media screen and (min-width: 600px){
.emoji-box img{
    max-width:80px;
}
.emoji-box{
    text-align:right;
}
.secondo-contenuto{
    min-height: 110vh;
    display: flex;
    position: relative;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 9999;
    align-items: flex-start;
    justify-content: center;
}
.btn-vedipelle{
    margin-right:10px;
}
.btn-retest{
    margin-left:10px;
}
.bottoni{
    margin-bottom:0px;
}
.box-pelle{
    height:100%;
    justify-content: flex-end;
}
.bottone-pelle.xf{
    min-width:250px;
    margin:auto;
    text-align:center;
}
.box-risultato{
    height:100%;
}
.bottoni.xfx{
    display: block;
    
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
    align-content: center;
    align-items: center;
}
.download-pubblicazione{
    margin-top:10px;
    text-align:center;
}
.download-pubblicazione p{
    text-align:center;
}
.box-pelle p{
    font-size:14px;
}
.btn-approfondisci{
    font-size: 14px;
    padding:10px 15px;
}
.btn-retest{
    font-size:20px;
    padding: 10px 40px;
}
}

@media screen and (max-width: 600px) {
    .test-it img{
        width:100px;
    }
    .title-landing h1{
        font-size:calc(100vh/25);
        margin-bottom:0px;
    }
    .cherchio-co2{
        bottom:calc(100vh/55);
    }
    .title-landing{
        margin-top:50px;
    }
    .cherchio-co2{
        width:80px;
        height:80px;
        font-size:10px;
    }
    .description-title p{
        font-size:calc(100vh/50);
        margin-bottom:5px;
    }
    .bottoni-risposta{
        margin-top:0px;
    }
    .btn-eco{
        font-size:calc(100vh/38);
        padding: calc(100vh/200 + 4px);
    }
    .box-primo-risultato{
        font-size:20px;
        padding:10px;
        margin-left:auto;
        margin-right:auto;
    }
    .btn-approfondisci{
        font-size:13px;
    }
    .box-risultato{
        font-size:16px;
        padding:10px;
        height:auto;
        margin-bottom:10px;
    }
    .secondo-contenuto{
        height:auto;
    }
    .btn-vedipelle{
        font-size:14px;
        margin-bottom:10px;
    }
    .btn-retest{
        font-size:14px;
        margin-bottom:10px;
    }
    .bottone-pelle{
        margin-bottom:10px;
    }
    .link-risposta{
        margin-bottom:10px;
        width:100%;
        margin-right:0px;
    }
    .bottoni-risposta{
        flex-direction: column;
        align-items: auto;
    }
    .primo-contenuto{
        height:auto;
    }
    .box-pelle p{font-size:16px;}
    .bottoni{
        flex-direction: column !important;
        margin-bottom:80px;
        align-items: center;
    }
    .risultato{
        margin-top:5px;
    }
    .elementi-back .orange-square.os1 {
        top: 1%;
        left: -26%;
    }
    
    .elementi-back .orange-square {
        position: absolute;
        content: url('./img/formalayout_1.svg');
        width:68%;
    }
    
    .elementi-back .yellow-triangle.yt1 {
        top: -8%;
        right: -26%;
    }
    
    .elementi-back .yellow-triangle {
        position: absolute;
        content: url('./img/formalayout_2.svg');
        width:50%;
    }
    
    .elementi-back .blocco-tre.xd1{
        bottom: -13%;
        left: -17%;
    }
    
    .elementi-back .blocco-tre{
        position: absolute;
        content: url('./img/formalayout_3.svg');
        width:30%;
    }
    
    .elementi-back .blocco-quattro.xd2{
        top: 38%;
        right: -5%;
    }
    
    .elementi-back .blocco-quattro{
        position: absolute;
        content: url('./img/formalayout_4.svg');
        width:20%;
    }
    
    .elementi-back .blocco-cinque.xd3{
        bottom: -25%;
        right: -13%;
    }
    
    .elementi-back .blocco-cinque{
        position: absolute;
        content: url('./img/formalayout_5.svg');
        width:30%;
    }
 }

.indicazione{
    font-size:12px;
    margin-top:10px;
    margin-left:5px;
    color:var(--verapelle);
}
#hai-testato{
    font-size:12px;
    color:var(--verapelle);
}

.calcolo{
    font-size:12px;
}

.wpcc-color-custom--943834009.wpcc-container{
    z-index:999999999;
}