﻿
.navbar-collapse.show > ul.navbar-nav.padding-nav {
    background-color: white;
    opacity: 0.8;
}
.section {
    height: 100vh;
    width: 100%;
}

.section-black {
    background-color: #1A1A1A;
}

.section-withe {
    background-color: #ffffff;
}

.section-container {
    height: 100vh;
    width: 85.2%;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    height: 50vh;
    margin-top: 25vh;
    margin-bottom: 25vh;
}



.logoul {
    width: 11.7625em;
    margin-top: 0.8em;
}

.logotvHome {
    width: 14.4625em;
    margin-top: 0.8em;
}



.container-HomePerViewPort {
    width: 100%;
}

.normal {
    color: #ffffff;
    font-family: GothamBook;
    font-size: 2.5em;
    line-height: 1.1em;
}

.xlarge {
    color: #ffffff;
    font-family: GothamBold;
    font-size: 1.57em;
    margin-top: 23vh;
}

.slider {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #FFCC14;
    width: 0%;
}

.slider2 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #188FAA;
    width: 0%;
}

.slider3 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #FE1C10;
    width: 0%;
}

.slider4 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #67C192;
    width: 0%;
}

.normal-black {
    font-family: GothamBold;
    font-size: 1.57em;
}

.large {
    font-size: 2.3125em;
}

.text-third {
    font-size: 1.125em;
}

.tri-blu {
    margin-top: -76px;
    margin-right: 9px;
    margin-left: -24px;
    width: 60px;
}

.tri-gia {
    margin-top: -120px;
    margin-right: 100px;
    width: 25px;
}

.tri-chiaro {
    margin-top: -10px;
    margin-right: -210px;
    width: 40px;
}

.tri-red {
    width: 60px;
    margin-right: -210px;
}

.tri-gia-rotate {
    transform: rotate(180deg);
    margin-right: 136px;
    margin-top: -20px;
    width: 25px;
}

.tri-verde {
    width: 40px;
    margin-right: -220px;
}

.tri-gia-reflex {
    width: 30px;
    margin-right: 200px;
}

.number {
    font-size: 4em;
    font-family: GothamBold;
}

.lablenumber {
    font-size: 1.125em;
    font-family: GothamBook;
}

.label-home {
    font-size: 0.75em;
    border-bottom: 1px solid #000000;
    width: 60%;
    font-family: GothamBold;
}

.line-bottom {
    border-bottom: 1px solid #000000;
    width: 11%;
    font-family: GothamBold;
    margin-bottom: 0.8em;
}

.select-home {
    border: 1px solid #000000 !important;
    border-radius: 28px;
    height: 40px;
    padding: 0px 10px;
    width: 59%;
    font-size: 0.825em;
    font-family: GothamBold;
    margin-right: -140px;
}

.titoloPartner {
    color: #1A1A1A;
    font-family: GothamBold;
    font-size: 1.57em;
}

.titoloTesto {
    margin-top: 6em;
    font-family: GothamBold;
    font-size: 1.57em;
}

.sottoTitoloTesto {
    font-family: GothamMedium;
    font-size: 1.57em;
}

.mt10vh {
    margin-top: 10vh;
}

.mt20vh {
    margin-top: 20vh;
}

.mt25vh {
    margin-top: 25vh;
}

.mt30vh {
    margin-top: 30vh;
}

.pt20 {
    padding-top: 20vh;
}

.roadmap {
    background: url('../img/roadmap.png');
    background-size: 91% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.arrow {
    width: 0.93em;
    position: fixed;
    bottom: 20px;
    z-index: 99999999;
    cursor: pointer;
    margin-left: 35px;
}

footer {
    height: 35vh !important;
    min-height: auto !important;
}

.form-group {
    margin-top: 0rem !important;
    margin-bottom: 0.5rem;
}

label, input {
    font-family: GothamBold;
}

.width-div {
    height: 150px;
    width: 350px;
}

@media screen and (min-width:320px) and (max-width:574px) {
    body {
        font-size: 12px;
    }
}

@media screen and (min-width:575px) and (max-width:767px) {
    body {
        font-size: 12px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    body {
        font-size: 14px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    body {
        font-size: 14px;
    }

    .tri-blu {
        margin-right: 20px;
        margin-top: -66px;
    }

    .tri-gia {
        margin-top: -115px;
        margin-right: 100px;
        width: 40px;
    }

    .tri-gia-reflex {
        margin-left: 90px;
        margin-right: 180px;
    }

    .tri-red {
        width: 50px;
        margin-right: -220px;
    }

    .tri-chiaro {
        margin-right: -210px;
    }

    .tri-verde {
        width: 30px;
        margin-right: -210px;
    }

    .tri-gia-rotate {
        margin-right: 160px;
    }

    .label-home {
        width: 95%;
    }
}

@media screen and (min-width:1200px) and (max-width:1439px) {
    body {
        font-size: 16px;
    }

    .titoloTesto {
        margin-top: 5.5em;
    }
}

@media screen and (min-width:1200px) and (max-width:1920px) and (max-height: 650px) {
    body {
        font-size: 14px;
    }

    .xlarge {
        margin-top: 20vh;
    }

    section#section-contattaci > .section-container {
        max-height: 415px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .number {
        font-size: 4em;
    }

    .tri-blu {
        margin-top: -60px;
    }

    .tri-gia {
        margin-top: -110px;
    }

    .lablenumber {
        margin-left: 3em;
    }

    .lablenumber-ind {
        /*margin-left: -2em;*/
        margin-left: -14.6em;
    }

    .tri-gia-rotate {
        margin-right: 170px;
    }

    .tri-red {
        width: 50px;
        margin-right: -210px;
    }

    .mb-partner {
        margin-bottom: 3rem !important;
    }

    .mt20vh {
        margin-top: 18vh;
    }

    .mt25vh {
        margin-top: 20vh;
    }

    .pt18vh {
        padding-top: 18vh !important;
    }

    .titoloTesto {
        margin-top: 3.4em;
    }
}

@media screen and (min-width:1200px) and (max-width:1920px) and (max-height: 400px) {
    .xlarge {
        margin-top: 16vh;
    }
}

/*@media screen and (min-width:1920px) {
    body {
        font-size: 22px;
    }

    .tri-gia-rotate {
        margin-right: 245px;
    }

    .tri-red {
        margin-right: -320px;
    }

    .tri-gia {
        margin-top: -180px;
    }

    .tri-chiaro {
        margin-right: -274px;
    }

    .tri-gia-reflex {
        margin-right: 270px;
    }

    .tri-verde {
        margin-right: -320px;
    }
    .tri-blu {
        margin-top: -105px;
        margin-right: 71px;
        width: 60px;
    }
}*/

.loaderContainerAdvanced {
    height: 100%;
    width: 100%;
    background-color: transparent;
    text-align: center;
    position: fixed;
    z-index: 20000;
    top: 0;
}
