﻿@charset "utf-8";

/* CSS Mini Reset */

blockquote, body, caption, div, fieldset, form, h1, h2, h3, h4, h5, h6, html, label, legend, p, pre {
    font-size: 100%;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: 0 0
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    text-align: left;
    vertical-align: top
}

img {
    border: 0
}

/* CSS EUROBUSINESS */

body {
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
    height: 100vh;
    display: flex;
}

.left-section {
    width: 1px;
    flex-grow: 3;
    display: flex;
    flex-direction: column;
}

.right-section {
    width: 1px;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.right-top {
    height: 1px;
    flex-grow: 5;
}

.right-bottom {
    display:flex;
    height: 1px;
    flex-grow: 1;
    background-color: #d6d6d6;
}

.right-bottom-sx {
    width: 1px;
    flex-grow: 1;
    display: flex;
    border-left: solid 1px white;
}

.right-bottom-dx {
    width: 1px;
    flex-grow: 1;
    display: flex;
    border-left: solid 1px white;
}


.left-top {
    height: 1px;
    flex-grow: 5;
    background-color: white;
    background-image: url("../img/logo-green.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 16% auto;
    display: flex;
    flex-direction: column;
}

.left-top-title {
    height: 1px;
    flex-grow: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-top-data {
    height: 1px;
    flex-grow: 4;
    padding: 0 7% 2% 7%;
}

.gradient-title {
    font-size: 3rem;
    line-height:3.8rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    background: -webkit-linear-gradient(45deg, #036b3b, #8ac542);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.sub-title span {
    font-size: 1.6rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #1d1d1b;
    padding: 4px 16px;
    margin: 4px;
    background-color: #d6d6d6;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.sub-title span.ora-fix {
    padding: 4px 4px;
    margin: 4px;
    background-color: #d6d6d6;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

table {
    border: 1px solid #056839;
    height: 100%;
}

.table-data {
    height: 50%;
}

    .table-data td {
        vertical-align: middle !important;
        text-align: center;
        color: #1d1d1b;
        font-family: 'Oswald', sans-serif;
        width:33%;
        overflow:auto;
    }

span.titolo {
    text-align: center;
    color: #056839;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height:3rem;
}

span.valore {
    font-weight: 700;
    font-size: 8rem;
    line-height: 10rem;
}

span.unita {
    font-weight: 700;
    font-size: 2rem;
}

.natura {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.natura-top {
    height: 1px;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    padding: 5%;
}

    .natura-top img {
        height: 70%;
        width: auto;
    }

    .natura-top span {
        color: #1d1d1b;
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 2rem;
    }

.natura-bottom {
    height: 1px;
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 5%;
}

    .natura-bottom span {
        color: #1d1d1b;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.3;
    }

.left-bottom {
    height: 1px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: #d6d6d6;
}

.left-bottom-up {
    height: 1px;
    flex-grow: 3;
    display: flex;
    justify-content: space-evenly;
    padding: 0 6%;
}

.left-bottom-down {
    height: 1px;
    flex-grow: 1;
    padding: 0 2%;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #231f20;
    text-align:center;
}

.static-col {
    width: 1px;
    flex-grow: 1;
    margin: 2% 1%;
    display: flex;
    flex-direction: column;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
}

.static-col.static-colSX {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.static-col.static-colDX {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.static-title {
    height: 1px;
    flex-grow: 1;
    background-color: #066b3a;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .static-title span {
        line-height: 1;
    }

.static-value {
    height: 1px;
    flex-grow: 1;
    background-color: white;
    color: #231f20;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .static-value img {
        height: 62%;
        width: auto;
    }

.video-background {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url("../img/bg-video.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    .video-background iframe {
        width: 100%;
        height: 101%;
        overflow: hidden;
    }