/*var(--color1);*/
:root {
    --color1: rgb(54, 162, 235);
    --color2: rgb(75, 192, 192);
    --color3: rgb(255, 159, 64);
    --color4: rgb(255, 99, 132);
    --colorBtnPanel: #5885f3;
    --darkgray: #b00;
    --white: #ffffff;
    --red: #b00;
    --blue: #2773ff;
    --green-highlight: #7fff00;	
    --fullwidth: 100%;
    --ocreo: #d1616a;
    --ocreo-opposite: #6ad161;
}
html, body {
    scroll-behavior: smooth;
    /*background-color: white !important;*/
}
.chevron {
    font-size: 50px;
    font-weight: 500;
}
.gradient-banner-site {
    background: linear-gradient(131deg, rgba(71, 108, 250, 1) 0%, rgba(71, 125, 250, 1) 53%, rgba(56, 211, 254, 1) 70%);
}
label, .label {
    display: block  !important;
}
.text-white {
    color: var(--white);
}

.text-blue {
    color: var(--blue);
}

.text-green-highlight {
    color: var(--green-highlight);
}
.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


.page-content {
    padding-top: 0px;
}
.top-space {
    padding-top: 64px;
}
/*controla o jump do href sem isso ele nao se posiciona no titulo*/
section { 
    padding-top: 50px;
    margin-top: -50px;
}
.section-finder {
    padding-top: 133px !important;
    margin-top: -50px !important;
}
.div-center {
    display: inline-block
}

.text-align-right {
    text-align: right !important;
}
.no-space{
    padding: 0px !important;
}
.img-logo-customer{
    max-width:150px !important;
}


.badge-link img {
    height: 60px;
}
section.download {
    position: relative;
     
}
#div-download {
    height: 90.0vh;
}
section.download h2 {
    font-size: 50px;
    margin-top: 0;
    font-family: Maven Pro,Segoe UI,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
}