::-webkit-scrollbar {
    display: block;
    width: 18px;
    overflow: auto;
    background: rgba(219,230,235,1);
    background: -moz-linear-gradient(left, rgba(219,230,235,1) 0%, rgba(186,207,216,0.71) 41%, rgba(212,223,227,0.43) 80%, rgba(226,231,233,0.43) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(219,230,235,1)), color-stop(41%, rgba(186,207,216,0.71)), color-stop(80%, rgba(212,223,227,0.43)), color-stop(100%, rgba(226,231,233,0.43)));
    background: -webkit-linear-gradient(left, rgba(219,230,235,1) 0%, rgba(186,207,216,0.71) 41%, rgba(212,223,227,0.43) 80%, rgba(226,231,233,0.43) 100%);
    background: -o-linear-gradient(left, rgba(219,230,235,1) 0%, rgba(186,207,216,0.71) 41%, rgba(212,223,227,0.43) 80%, rgba(226,231,233,0.43) 100%);
    background: -ms-linear-gradient(left, rgba(219,230,235,1) 0%, rgba(186,207,216,0.71) 41%, rgba(212,223,227,0.43) 80%, rgba(226,231,233,0.43) 100%);
    background: linear-gradient(to right, rgba(219,230,235,1) 0%, rgba(186,207,216,0.71) 41%, rgba(212,223,227,0.43) 80%, rgba(226,231,233,0.43) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe6eb', endColorstr='#e2e7e9', GradientType=1 );
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 1px 1px 1px 1px;
    border: 0px solid #000000;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    border: 0px solid #000000;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

header {
    height: 64px;
    background-color: #008CAD;
    display: flex !important;
}
header a, i {
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-family: arial;
}
header > .menu-logo {
    flex-shrink: 1;
    padding-left: 17px;
    display: flex;
    align-items: center;
}
header > .menu-logo img {
    width: 167px;
}
header .menu {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .menu > .list-mobile, .list-mobile > li {
    display: inline;
    margin: 0 0;
    padding: 0 10px;
}
.list-mobile > li:last-child > a {
    padding: 0 10px;
}
.btn-menu {
    display: none;
    font-size: 6vw;
}
/* Intro */
.btn-intro {
    background-color: #1762A2 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}
.btn-intro:hover {
    color: black !important;
}
.btn-intro1 {
    background-color: #1762A2 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    border-radius: 5px;
}
#intro {
    position: relative;
    overflow: hidden;
}
#myVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
#intro > .intro-info {
    padding: 70px 0;
    color: #f1f1f1;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.55)
}
/* Sum start */
#sum > .row > div, .row {
    padding: 0 0;
    margin: 0 0 !important;
}
#sum .container-card {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    color: #1762A2;
}
#sum .container-card > img {
    margin: 30px 0;
}
#sum .container-card > p:first-child {
    width: 100%;
    text-align: center;
    font-size: 1.2vw;
    font-weight: 500;
}
#sum .container-card > p:last-child {
    width: 100%;
    font-size: 1vw;
    font-weight: 400;
    text-align: center;
}
/* Kpi start */
#kpi {
    background-color: #FCFCFC;
}
#kpi .row > div {
    padding: 0 0;
}
/* Distribution */
.container-img > img {
    width: 65%;
    height: 239px;
}
#distribution .content-description {
    display: inline-block;
}
#distribution .content-description > p:first-child {
    text-align: left;
    color: #1762A2;
    font-size: 25px;
}
#distribution .content-description > p {
    text-align: left;
    color: #707070;
    font-size: 25px;
}
#distribution .content-description > p:not(.my-0) {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
}
#distribution .row > div {
    padding: 0 0;
}
/* Client */
#client img {
    width: 70%;
}
#client .row:not(:last-child) {
    margin-bottom: 70px !important;
}
#client .row:not(:last-child) > div {
    margin-bottom: 50px !important;
}
/* Testimony Start */
#testimony {
    padding: 45px 0 ;
    background-color: #FCFCFC;
}
/* Footer */
footer {
    padding-top: 35px;
}
footer > .form-section .row > div.d-flex {
    padding: 0px 0px 0px 0px;
}
.form-section .row > div.d-flex > input {
    width: 70%;
    border-width: 0 0 2px 0;
    border-color: #319efb;
    background-image: url('../assets/img/person.png');
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: left;
    padding-left: 20px;
    padding-bottom: 10px;
}
.form-section .row > div.d-flex > input:focus {
    outline: none;
    border-width: 0 0 0px 0;
}
footer > .contact-section {
    padding-top: 0px 0px 0px 0px;
}
.contact-section .row > div {
    display: inline;
    padding: 0px 0px 0px 0px !important;
    margin: 0 0 0 0 !important;
}
footer > .contact-info {
    padding-top: 40px;
    height: 266px;
    background-color: #008CAD;
}
.contact-section img {
    
    height: 100%;
}
.contact-info, .row > div {
    padding: 0 0 0 0;
}
.contact-info .contact-text > a {
    display: block;
}
.contact-info a, .contact-info p {
    padding: 5px 10px !important;
    font-size: 12px;
    text-align: left;
    color: white !important;
}
.contact-info .contact-card > .contact-text > p {
    margin: 0 0;
}
.contact-info > .social > ul {
    margin-right: 15px;
    list-style: none;
    float: left
}
.contact-info > .social > ul > li {
    float: left
}
/* ***** PAGE STRATEGIO **** */
#page-strategio > .characteristics {
    padding: 40px 0;
}
#page-strategio > .process {
    padding: 25px 140px;
}
#page-strategio > .process > .row > div {
    margin: 10px 0;
}
#page-strategio > .process .card-process {
    color: #1762A2;
    background-color: #EFEFEF;
    font-size: 1.5vw;
    font-weight: 400;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 25px;
    padding: 10px 0;
}
#page-strategio > .process .card-process:hover {
    cursor: pointer;
    color: white;
    background-color: #1762A2;
}
#page-strategio > .process > .description-section {
    padding: 40px 0;
}
#page-strategio > .process > .description-section > div {
    padding: 0 25px;
}
#page-strategio > .process > .description-section .list-text {
    display: flex;
    color: #636363;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
}
#page-strategio > .process > .description-section .list-text > p {
    padding-left: 10px;
    margin: 0 0;
}
#page-strategio > .process > .description-section img {
    width: 90%;
}
/* ***** PAGE CONTACT ***** */
.full-font {
    height: 80vh;
}
.full-font > img {
    width: 100%;
    height: 80%;
}
.text-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.text-img > p:first-child {
    font-weight: 700;
    text-align: center;
    font-size: 7vh;
}
.text-img > p:last-child {
    font-weight: 400;
    text-align: center;
    font-size: 5vh;
}
/* General */
.info-1 {
    font-weight: 425 !important;
    color: white !important;
}
.info-2 {
    font-weight: 300 !important;
    color: white !important;
}
.title-section {
    font-size: 250% !important;
    font-weight: 400 !important;
    /* font-family: 'Bahnschrift' !important; */
    color: #1762A2 !important;
    margin: 0 0 !important;
}
.title-section-2 {
    font-weight: 400 !important;
    color: #1762A2 !important;
    margin: 0 0 !important;
}
.x-grow {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.y-shrink {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.template {
    padding-top: 35px;
    padding-bottom: 80px;
}
.container-flex {
    padding: 0 5%;
}
.btn-float {
    border-radius: 50%;
    background-color: #1762a2;
    height: 62px;
    width: 62px;
    display: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 15px;
    bottom: 30px;;
    z-index: 1;
    color: white;
}
.list-btn-float {
    list-style: none;
    position: fixed;
    bottom: 10px;
    right: 0px;
    padding: 0 0;
    margin: 0 0;
}
.list-btn-float > li {
    height: 40px;
    width: 62px;
    margin: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-btn-float .item-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* mobile */
@media (max-width: 768px) {
    .btn-float {
        display: flex;
    }
    .btn-intro {
        padding-left: 8px !important;
        padding-right: 8px !important;
        margin: 0 5px !important;
        font-size: 11px !important;
        border-radius: 5px !important;
    }
    .menu-logo > a > img {
        width: 100px;
    }
    .btn-menu {
        display: block;
    }
    .template {
        padding-bottom: 10px;
    }
    .title-section {
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 18px !important;
        font-weight: 700 !important;
    }
    .title-section-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 16px !important;
        text-align: center;
    }
    .list-mobile {
        display: block;
        position: fixed;
        top: 0;
        background-color: #008CAD;
        z-index: 2;
        height: 100vh;
        border-left-color: black;
        border-left-width: 1px;
        border-left-style: solid;
    }
    .list-mobile > li {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .list-mobile > li:last-child {
        text-align: center;
    }
    /* info */
    #info img {
        width: 30%;
    }
    #info p {
        font-size: 5vw !important;
    }
    /* Intro */
    #intro {
        background-image: url('../assets/home/img-sellout-5564a3.png');
        /* background-image: url('./assets/img/person.png'); */
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }
    #intro > .intro-info {
        padding: 40px 0;
        background-color: rgba(0, 0, 0, 0.7)
    }
    #intro > .intro-info h2 {
        font-size: 16px;
        font-weight: 700 !important;
    }
    #intro > .intro-info p {
        font-size: 14px;
        font-weight: 400 !important;
    }
    /* KPI */
    #kpi h2, h1 {
        font-size: 40px !important;
        font-weight: 900 !important;
    }
    #kpi div.col-md-4 > div:last-child {
        font-size: 15px !important;
    }
    /* sum */
    #sum .container-card {
        padding: 15px 0 !important;
    }
    #sum .container-card > p:first-child {
        font-size: 6vw !important;
        margin: 0 0;
    }
    #sum .container-card > p:last-child {
        font-size: 5vw !important;
        margin: 0 0;
        color: #757575;
    }
    #sum .col-12 > .sum-icon > img {
        margin: 5px 0 !important;
    }
    /* Distribution */
    #distribution .content-description > p:first-child {
        font-size: 16px !important;
    }
    #distribution .content-description > p.my-0 {
        font-size: 14px;
    }
    #distribution img {
        width: 254px !important;
        height: 142px !important;
    }
    /* Client */
    #client .row:not(:last-child) {
        margin: 0 0 !important;
    }
    /* Testimony */
    #testimony {
        padding: 20px 0;
    }
    #testimony img {
        height: 100%;
    }
    #testimony p:first-child {
        font-size: 18px;
        font-weight: 700 !important;
        margin: 5px 0;
    }
    #testimony .h5 {
        font-size: 16px;
        font-weight: 300;
        margin: 9px 0;
    }
    #testimony p:last-child {
        font-size: 13px;
        font-weight: 300;
    }
    /* Footer */
    .contact-info {
        height: auto !important;
        padding: 10px 0 !important;
    } 
    .contact-info img {
        width: 120px;
    }
    .form-section input {
        width: 100% !important
    }
    /* PAGE 2 */
    #page-strategio > .characteristics {
        padding-top: 0;
        padding-bottom: 0;
    }
    #page-strategio > .characteristics > .container {
        margin-top: -20px;
    }
    #page-strategio > .characteristics img {
        width: 100% !important;
    }
    #page-strategio > .process{
        padding: 0 0;
    }
    #page-strategio > .process > .description-section > div {
        padding: 0 0;
    }
    .process img {
        height: 135px !important;
        width: 242px !important;
    }
    #page-strategio > .process > .description-section {
        padding: 0 0;
    }
    .description-section .list-img, .list-general {
        margin:  0 0 !important;
    }
    #page-strategio > .container-fluid {
        padding-left: 0px; 
        padding-right: 0px;
    }
    #sell-out > .container-fluid {
        padding-left: 0px; 
        padding-right: 0px;
    }
    .list-text {
        padding: 0 18px;
        margin-bottom: 14px !important;
    }
    .list-text > p {
        font-size: 11px;
    }
    .list-text > i {
        padding-top: 0 !important;
    }
    /* Page 3 */
    .full-font {
        height: 30vh;
    }
    .text-img {
        top: 100px;
        left: 0;
        width: 100%;
        transform: none;
    }
    .full-font > img {
        height: 100%;
    }
    .text-img > p:first-child {
        font-weight: bold;
        text-align: center;
        font-size: 22px;
        margin: 0 0;
    }
    .text-img > p:last-child {
        font-weight: bold;
        text-align: center;
        font-size: 16px;
    }
}