﻿body {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
    background-color: white;
}


.extrabold {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
}

.topcontainer {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    justify-content: center;
    background-color: transparent;
    /*background-position: center;
    background-repeat: no-repeat;
    background-image: var(--gradient08);
    background-size: cover;*/
    z-index: 1;
}

.netbg {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/landing/network-01.png);
    background-size: cover;
}
.main {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    width: 100%;
    min-height: 100vh;
    padding: 50px 30px;
    margin-left: 10%;
    font-size: 1.8vh;
    font-weight: 400;
    line-height: 2.4vh;
}

.description {
    max-width: 45%;
}

.toplogo {
    height: 55px;
}

#registrationForm {
    position: fixed;
    left: 60%;
    top: calc(50vh - 350px);
    margin-right: 40px;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
    /*-moz-box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);*/
    z-index: 12;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 36px 0px, rgba(0, 0, 0, 0.2) 0px 0px 0px 1px;
}

.webinarTitle {
    font-size: 5vh;
    font-weight: 700;
    margin: 40px 0 20px 0;
    line-height: 5.5vh;
    width: 47%;
}

.webinarDate{
    font-size: 4vh;
    font-weight: 700;
    margin: 40px 0;
    line-height: 4.5vh;
    width: 50%;
}

.extralarge {
    font-size: 6vh;
    font-weight: 700;
    margin: 40px 0;
    line-height: 7vh;
    width: 50%;
}

.relator {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 2.1vh;
    line-height: 2.5vh;
    font-weight: 600;
    margin-bottom: 30px;
}

.relatorName {
    display: flex;
    flex-direction: column;
    margin: 0px 20px;
}

.grigio {
    color: #333
}

.azzurro {
    color: #00aade
}

.blu {
    color:#3592f0; 
}

ul {
    color: #00aade;
    margin: 10px 0px 0px 20px;
}

    ul li {
        color: #333;
        margin: 5px 10px;
    }

.link {
    text-decoration: none;
    color: #00aade;
}

.registration-container {
    width: 370px;
    padding: 30px 30px;
    height: auto;
    background: white;
    border-radius: 6px;
}

.items {
    display: flex;
    flex-direction: row;
    width: 40%;
    margin: 10px 0;
    align-items: center;
    font-size: 1.5vh;
    font-weight: 400;
    line-height: 2vh;
}

.icon {
    width: 80px;
    height: 60px;
    min-width: 80px;
    min-height: 60px;
    max-width: 80px;
    max-height: 60px;
    border-radius: 50%;
    background-color: var(--blue3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    margin-right: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    padding-top: 20px;
}

.grafico {
    width: 40%;
    padding-bottom: 30%;
    background-image: url(/images/landing/graph-blue-gray.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0px;
}

.customer {
    width: 80px;
    height: 60px;
    min-width: 80px;
    min-height: 60px;
    max-width: 80px;
    max-height: 60px;
    border-radius: 50%;
    background-color: var(--blue3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
    margin-right: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    padding-top: 20px;
}

.quote {
    font-size:  1.8vh;
    font-weight: 500;
    line-height: 2.2vh;
    font-style: italic;
}

.sfondo {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    margin: 0;
    padding: 0;
    /*background-image: url(/images/landing/color.png);*/
    background-image: var(--gradient08);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 820px) and (orientation: portrait) {
    .topcontainer {
        background-color: white;
        background-image: unset;
    }

    .netbg {
        background-position: center;
        background-repeat: no-repeat;
        background-image: var(--gradient08);
        background-size: cover;
    }

    .main {
        padding: 40px 30px;
        margin-left: 0px;
        font-size: 4.5vw;
        font-weight: 400;
        line-height: 6vw;
        overflow: hidden;
    }
    
    .description {
        max-width: 100%;
    }

    #registrationForm {
        position: relative;
        left: 0px;
        top: 0px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 1px;
    }

    .webinarTitle {
        font-size: 8vw;
        font-weight: 700;
        margin: 30px 0 15px 0;
        line-height: 10vw;
        width: 100%;
    }

    .extralarge {
        font-size: 12vw;
        font-weight: 700;
        margin: 30px 0 ;
        line-height: 12vw;
        width: 100%;
    }

    .registration-container {
        width: calc(100% - 40px);
        max-width: 400px;
        padding: 20px;
        height: auto;
        background: white;
        border-radius: 6px;
    }

    .extrabold {
        font-size: 5.5vw;
        line-height: 6vw;
        font-weight: 700;
    }

    .relator {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 4.5vw;
        line-height: 5.5vw;
        font-weight: 600;
        margin-bottom: 30px;
    }


    .items {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin: 10px 0;
        align-items: center;
        font-size: 4vw;
        font-weight: 400;
        line-height: 4.5vw;
    }

    .icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px;
        border-radius: 50%;
        background-color: var(--blue3);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 30px;
        margin-right: 20px;
        padding: 0;
    }

    .grafico {
        width: 100%;
        padding-bottom: 100%;
        background-image: url(/images/landing/graph-blue-gray.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 0px;
    }

    .quote {
        font-size: 4vw;
        font-weight: 400;
        line-height: 4.5vw;
        font-style: italic;
    }
}


@media screen and (max-width: 921px) and (orientation: landscape) {
    .topcontainer {
        background-color: white;
        background-image: unset;
    }

    .netbg {
        background-position: center;
        background-repeat: no-repeat;
        background-image: var(--gradient08);
        background-size: cover;
    }

    .main {
        padding: 40px 30px;
        margin-left: 0px;
        font-size: 4.5vh;
        font-weight: 400;
        line-height: 6vh;
        overflow: hidden;
    }

    .description {
        max-width: 100%;
    }

    #registrationForm {
        position: relative;
        left: 0px;
        top: 0px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 1px;
    }

    .webinarTitle {
        font-size: 8vh;
        font-weight: 700;
        margin: 30px 0 15px 0;
        line-height: 10vh;
        width: 100%;
    }

    .extralarge {
        font-size: 12vh;
        font-weight: 700;
        margin: 30px 0;
        line-height: 12vh;
        width: 100%;
    }

    .registration-container {
        width: calc(100% - 40px);
        max-width: 400px;
        padding: 20px;
        height: auto;
        background: white;
        border-radius: 6px;
    }

    .extrabold {
        font-size: 5.5vw;
        line-height: 6vw;
        font-weight: 700;
    }

    .relator {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 4.5vw;
        line-height: 5.5vw;
        font-weight: 600;
        margin-bottom: 30px;
    }


    .items {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin: 10px 0;
        align-items: center;
        font-size: 3.8vh;
        font-weight: 400;
        line-height: 4.2vh;
    }

    .icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px;
        border-radius: 50%;
        background-color: var(--blue3);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 30px;
        margin-right: 20px;
        padding: 0;
    }

    .grafico {
        width: 70%;
        padding-bottom: 70%;
        background-image: url(/images/landing/graph-blue-gray.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 0px;
    }

    .quote {
        font-size: 3.8vh;
        font-weight: 400;
        line-height: 4.2vh;
        font-style: italic;
    }
}